
@font-face {
	font-family: 'Roadradio';
	src: url('../fonts/roadradio_bold.eot');
	src: local('☺'), url('../fonts/roadradio_bold.woff') format('woff'), url('../fonts/roadradio_bold.ttf') format('truetype'), url('../fonts/roadradio_bold.svg') format('svg');
	font-weight:700;
	font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Inter', sans-serif;
    cursor: default;
}

h1,h2,h3,h4,h5,p,a{
    margin: 0;
    text-decoration: none;
}

a,a:hover{
    text-decoration: none;
}

.h2-title{
    font-family: 'Roadradio';
    font-weight: 700;
    font-size: 46px;
}

.sub-title{
    font-weight: 400;
    font-size: 22px;
    color: #2B2B2B;;
}

.sub-title span{
    font-weight: 600;
    color: #31b050;
}

ul,li{
    padding: 0 !important;
    list-style: none;
}

button{
    border: none;
    outline: none !important;
}

form input[type="tel"]:valid,
form input[type="text"]:valid{
    background: rgba(152, 253, 186, 0.253);
}

.body-pt{
    padding-top: 150px;
}



.btn-all{    
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    background: linear-gradient(92.35deg, #FE4539 2.58%, #FF2D2D 79.64%);
    padding: 20px 40px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    box-shadow: 0px 7.72197px 10.296px rgba(254, 69, 57, 0.33);
    color: #fff;
    overflow: hidden !important;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.btn-all.btn-all-small{
    font-size: 15px;
    padding: 10px 20px;
}

.btn-all.btn-all-light{
    background: none;
    border:1px solid #FE4539;
    color:#FE4539;
    font-size: 15px;
    padding: 10px 20px;
    transition:0.2s linear;
}

.btn-all:hover{
    background: linear-gradient(92.35deg, #D6392F 2.58%, #C22020 79.64%);
    color: #fff;
}

.btn-all.btn-all-light:hover{
    background:none;
    box-shadow:0 0 7px #ccc;
    box-shadow: 7px 7px 10.296px rgba(254, 69, 57, 0.5);
    color:#FE4539;
}

.btn-all.btn-active{
    background: none;
    border: 2px solid #C22020;
    color: #C22020;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 23.1659px;
}

.btn-all::before{
    content: '';
    position: absolute;
    display: block;
    top: -50px;
    transform: translateX(-200px)  rotate(35deg);
    width: 30px;
    height: 200px;
    /*background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0));*/
    background: #fff;
    animation: Blick 7s infinite ease-in-out;
}

.breadcrumbs{
    background: rgba(255, 70, 45, 0.2546);
    margin-bottom: 25px;
}

.breadcrumbs .breadcrumb{
    background:none;
    margin-bottom: 0;
}

.breadcrumbs .breadcrumb .breadcrumb-item a{
    color: #000;
    transition:0.2s linear;
}

.breadcrumbs .breadcrumb .breadcrumb-item a:hover{
    color:red;
}



.zummer{
    position: fixed;
    width: 90px;
    height: 180px;
    left: 0;
    top: 60%;
    transform: translateY(-40%);
    background: linear-gradient(180.06deg, rgba(255, 70, 45, 0.7546) 0.06%, rgba(255, 45, 45, 0.9408) 111.33%);
    border-radius: 0px 12px 12px 0px;
    z-index: 1000;
}

.zummer span{
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #fff;
}

.zummer a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 50%;
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.zummer a img{
    pointer-events: none;
}

.to-top{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    right: 50px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    border: 4px solid #ecb4b7;
    background: linear-gradient(180.06deg, rgba(255, 70, 45, 0.7546) 0.06%, rgba(255, 45, 45, 0.9408) 111.33%);
    border-radius: 50%;
    z-index: 1500;
    cursor: pointer;
    opacity: 0;
}

.to-top a{
    display: block;
}

.to-top-active{
    display: flex !important;
    animation: toTopAnim 1s forwards;
    transition: 0.2s ease-in-out;
}

.to-top-active:hover{
    box-shadow: 0 0 12px rgba(221, 107, 107, 0.9);
}

.to-top-active a img{
    pointer-events: none;
}

@keyframes toTopAnim{
    100%{
        opacity: 1;
    }
}


.cat-item{
    background:#fff;
    overflow:hidden;
    border-radius:5px;
    border:1px solid #c9ced1;
    padding:7px;
}

.cat-item .cat-image img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}

.cat-item .cat-title{
    padding:10px 15px;
}

.cat-item .cat-title span{
    display:block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,#ffe0e3,#f26d78,#ffe0e3);
    margin-bottom: 15px;
}

.cat-item .cat-title h5{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color:#353535;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    min-height:43px;
    margin-bottom: 7px;
}


.product{
    position:relative;
    box-shadow: 0 0 7px #ccc;
    border-radius:5px;
    padding:10px;
}

.product:hover{
    box-shadow: 5px 5px 7px #ccc;
}

.product .image img{
    width: 100%;
    height: 250px !important;
    object-fit:cover;
    margin-bottom: 15px;
     border-radius:5px;
}

.product .add-cart{
    position:absolute;
    width: 40px;
    height: 40px;
    background: radial-gradient(rgba(255, 70, 45, 0.7546),rgba(255, 45, 45, 0.9408));
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    top: 10px;
    right: 10px;
    cursor:pointer;
    transition:0.2s linear;
}

.product .add-cart:hover{
    box-shadow: 0 0 5px #636363;
}

.product .add-cart svg{
    width: 18px;
    height: 18px;
}

.product .product_cnt{
    padding: 0 15px 15px 15px;
}

.product .product_cnt .short__description{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color:#353535;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    min-height:43px;
    margin-bottom: 7px;
}

.product .product_cnt .buttons{
    
}

.product .product_cnt .buttons .btn-bue{
    background: linear-gradient(92.35deg, #FE4539 2.58%, #FF2D2D 79.64%);
    box-shadow: 0px 7.72197px 10.296px rgba(254, 69, 57, 0.33);
    border-radius:5px;
    display:flex;
    width: 90%;
    height: 45px;
    margin:0 auto 10px auto;
    color:#fff;
    justify-content:center;
    align-items:center;
    transition:0.2s linear;
}

.product .product_cnt .buttons .btn-podrobnee{
    width: 90%;
    height: 45px;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:5px;
    border:1px solid #FF2D2D;
    color:#FF2D2D;
    box-shadow: 0px 7.72197px 10.296px rgba(254, 69, 57, 0.33);
    transition:0.2s linear;
}

.product .product_cnt .buttons .btn-podrobnee:hover,
.product .product_cnt .buttons .btn-bue:hover{
    transform:scale(1.05);
}


.basket-itm{
    position:relative;
    width: 100%;
    border-radius: 5px;
    background: rgba(255, 70, 45, 0.2546);
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 50px 10px 10px;
    margin-bottom: 10px;
}

.basket-itm .basket-itm_txt{
    display:flex;
    align-items:center;
}

.basket-itm .basket-itm_txt .basket-itm_image img{
    width: 70px;
    margin-right: 15px;
}

.basket-itm .basket-itm_txt .basket-itm_name h5{
    margin-bottom: 10px;
}

.basket-itm .basket-itm_txt .basket-itm_name p{
    
}

.basket-itm .basket-itm_counter{
    
}
.basket-itm .basket-itm_counter .number{
    
}

.basket-itm .basket-itm_counter .number .btn-control-count{
    width: 100px;
    height: 40px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    background: linear-gradient(180.06deg, rgba(255, 70, 45, 0.7546) 0.06%, rgba(255, 45, 45, 0.9408) 111.33%);
    color:#fff;
}

.basket-itm .basket-itm_counter .number .minus{
    border-radius: 5px 5px 0 0;
}

.basket-itm .basket-itm_counter .number .plus{
    border-radius: 0 0 5px 5px;
}

.basket-itm .basket-itm_counter .number input{
    background:#fff;
    width: 100px;
    text-align:center;
    border-radius:none;
    border:none;
}

.basket-itm .basket-itm_remove{
    position:absolute;
    top: 10px;
    right: 10px;
}

.paralax-container1{
    position: absolute;
    height: 100%;
    width: 250px;
    left: 0;
    top: 0;
    overflow: hidden;
}
.rellax-scene{
    position: relative;
    width: 250px;
    height: 100%;
    left: 0;
    top: 0;
}
.list{
    position: absolute;
}
.list1{position: absolute; left: 0;top: 90px;}
.list2{position: absolute; left: 100px;top: 80px;}
.list3{position: absolute; left: 100px;top: 210px;}
.list4{position: absolute; left: 30px;top: 270px;}
.list5{position: absolute; left: 80px;top: 340px;}
.list6{position: absolute; left: 50px;top: 420px;}
.list7{position: absolute; left: 100px;top: 490px;}
.paralax-container2{
    position: absolute;
    width: 250px;
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
}
.rellax-scene2{
    position: relative;
    width: 250px;
    right: 0;
    top: 0;
}
.list-r1{position: absolute; right: 100px;top: 90px;}
.list-r2{position: absolute; right: 30px;top: 100px;}
.list-r3{position: absolute; right: 80px;top: 180px;}
.list-r4{position: absolute; right: 10px;top: 250px;}
.list-r5{position: absolute; right: 80px;top: 250px;}
.list-r6{position: absolute; right: 50px;top: 400px;}

@keyframes Blick{
    20%, 100% {
        transform: translate(400px, 0) rotate(35deg);
      }
      0% {
        opacity: 0.5;
      }
      20% {
        opacity: 1;
      }
      
}
/*
*mobile menu
*/
.wrap-container-header-mobile{
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 2000; 
    background: #EEF7FF;
}
.header-mob-top-menu{
    display: flex;
    height: 53px;
    justify-content: space-between;
    align-items: center;
}

.burger-menu{
        position: relative;
        width: 25px;
        height: 20px;

}

.burger-menu span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #000;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.burger-menu::before{
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #000;
    transition: 0.3s ease-in-out;
}

.burger-menu::after{
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #000;
    transition: 0.3s ease-in-out;
}

.burger-menu.active::before{
    top: 50%;
    transform: rotate(45deg) translateY(calc(-50% + 1px));
}

.burger-menu.active::after{
    top: 50%;
    transform: rotate(-45deg) translateY(calc(-50% + 1px));
}

.burger-menu.active span{
    opacity: 0;
}

.header-mob-top-menu{
    position: relative;
}

.header-menu_list{
    display:none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #d5e2ed;
    padding:10px 30px;
    transition: 0.3s ease-in-out;
    z-index: 3000;
}

.header-menu_list.active{
    display:block;
}

.header-menu_list ul{
    margin-bottom: 0;
}

.header-menu_list > ul{
    overflow-y: scroll;
    height: 376px;
}

.header-menu_list ul .header-top-menu_mob-item ul{
    display:none;
}

.header-menu_list ul .header-top-menu_mob-item ul.active{
    display:block;
}



.header-menu_list ul li {
    position:relative;
}



.header-menu_list ul li .btn-l-open{
    position:absolute;
    width: 30px;
    height: 30px;
    display:flex;
    justify-content:center;
    align-items:center;
    right:20px;
    top: 5px;
}


.header-menu_list ul li a{
    display:flex;
    align-items:center;
    height: 40px;
    background: #c1cfdb;
    color: #4d4e4f;
    padding:0 20px;
    margin-bottom: 2px;
    text-decoration: none;
}

.header-menu_list ul li span.active{
    transform:rotate(-90deg);
}

.header-menu_list ul li a:hover{
    text-decoration: none;
    background: rgba(255, 45, 45, 0.9408);
    color:#fff;
}

.header-menu_list ul li ul li a{
    display:flex;
    background: #637785;
    color:#fff;
}

.header-menu_list ul li ul li ul li a{
    display:flex;
    background: #384854;
    color:#fff;
}

.header-menu_list ul li ul li span{
    color:#fff;
}

.header-menu_list ul li ul{
    display:block;
}

.header-menu_list.active{
    
}


/*
*header desktop
*/
.wrap_container_header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.2s ease-in-out;
}

.header-active{
    background: #EEF7FF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
   
}
.header-active .header-top-one{
    display: none;
}

@keyframes isBgHeader{
    0%{
        background: transparent;
        padding-bottom: 0px;
    }
    100%{
        background: #fff;
        padding-bottom: 20px;
    }
}

.header-top-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-top-menu_item{
    display: flex;
    align-items: center;
}

.ico-top-menu-itm{
    position: relative;
    width: 60px;
    height: 60px;
}

.rotate-circle{
    animation: rotate-itm 3s linear infinite;
}

@keyframes rotate-itm{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}

.cont-inf-top-menu{
    position: relative;
    display: flex;
}

.cont-inf-top-menu .btn-info-company-one,
.cont-inf-top-menu .btn-info-company-two{
    display:flex;
    justify-content:center;
    align-items:center;
}


.pop-inf-map{
    position: absolute;
    background: #fff;
    top:100%;
    width: 200px;
    height: 120px;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.btn-inf-map .actives{
    stroke: #FF2D2D;
}

.pop-inf-phone{
    position: absolute;
    background: #fff;
    top:100%;
    width: 200px;
    height: 120px;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.pop-inf-map-active{
    display: flex;
}

.pop-inf-phone-active{
    display: flex;
}

.pop-inf-txt{
    width: 150px;
}

.pop-inf-map p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.pop-inf-phone .pop-inf-txt a{
    display: block;
    font-family: 'Inter';
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
    border-bottom: none;
    color: #353535;
}

.pop-inf-phone .pop-inf-txt a:hover{
    text-decoration: none;
    border-bottom: none;
}

.btn-inf-map:hover{
    stroke: #FF2D2D;
    cursor: pointer;
}

.btn-inf-phone:hover{
    stroke: #FF2D2D;
    cursor: pointer;
}

.ico-top-menu-itm .img-ico-menu{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    transform: translate(-50%,-50%);
}

.header-top-menu_item img{
    margin-right: 15px;
}

.header-top-menu_logo{
    margin-right: 50px;
}

.top-menu_info{
    display: flex;
    flex-direction: column;
}

.top-menu_info p{
    font-size: 14px;
    font-weight: 400;
    color: #414042;
}

.top-menu_info a{
    
    font-size: 14px;
    font-weight: 400;
    color: #414042;
    text-decoration: none;
    height: 20px;
}

.top-inf-phone a{
    font-weight: 500;
}
/*
*
*/
.header-top-menu_bottom{
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.header-top-menu_bottom-item{
    display:flex;
    align-items:center;
}

.header-top-menu_bottom-item ul{
    display:none;
}

.header-top-menu_bottom-item span{
    display:flex;
    align-items:center;
    height: 100%;
    margin-left:7px;
    transition:0.2s linear;
    cursor:pointer;
}

.header-top-menu_bottom-item:hover span{
    transform:rotate(-90deg);
}

.header-top-menu_bottom-item:hover > ul{
   display:block;
}

.header-top-menu_bottom-item ul li ul{
    position:absolute;
    top:0;
    left:100%;
    height: 260px;
    overflow-y:scroll;
}

.header-top-menu_bottom-item ul li ul::-webkit-scrollbar {
  width: 8px;
}

.header-top-menu_bottom-item ul li ul::-webkit-scrollbar-track {
  background: rgba(255, 70, 45, 0.2546);
}

.header-top-menu_bottom-item ul li ul::-webkit-scrollbar-thumb {
  background: #FE4539;
}

.header-top-menu_bottom-item:hover > ul > li:hover ul{
    display:block;
}

.header-top-menu_bottom-item > a{
    position:relative;
    display:flex;
    align-items:center;
    height:40px;
    position:relative;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #353535;
}

.header-top-menu_bottom-item a:hover{
    color: #FF2D2D;
}

.header-top-menu_bottom-item > a:hover:before{
    position:absolute;
    bottom: 0;
    left: 0;
    content:'';
    width: 100%;
    height: 2px;
    background: #FF2D2D;
}

.header-top-menu_bottom-item.active a{
    color: #FF2D2D;
    text-decoration: none;
}

.header-top-menu_bottom-item.active a:before{
    position:absolute;
    bottom: 0;
    left: 0;
    content:'';
    width: 100%;
    height: 2px;
    background: #FF2D2D;
}

.header-top-menu_bottom-item ul{
    position:absolute;
    top: 100%;
}
.header-top-menu_bottom-item ul li a{
    display:flex;
    align-items:center;
    background: #fff;
    padding: 0 15px;
    color: #353535;
    width: 250px;
    height: 50px;
    border: 1px solid #c9c9c9;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 15px;
}
/*
*container offer
*/
.wrap_container_offer{
    position: relative;
}

.wrap_container_offer::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 596px;
    background: url(/img/three4.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index:500;
}

.wrap_container_offer::after{
    content: '';
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 596px;
    background: url(/img/three5.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index:500;
}

.offer-slider{
    width: 100%;
    position: relative;
}

.offer-slider .slick-list{
    width: 100%;
    overflow: hidden;  
}

.offer-slider .slick-list .slick-track{
    display: flex;
}

.slick-arrow{
    position: absolute;
}

.offer_content{
    position: absolute;
    top: 53%;
    transform: translateY(-47%);
    width: 100%;
    overflow: hidden;
    z-index: 500;
}

.wrap_container_offer p{
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 5px;
}

.wrap_container_offer h1{
    font-weight: 700;
    font-size: 46px;
    font-family: 'Roadradio';
    margin-bottom: 20px;
}

.wrap_container_offer span{
    color: #31b050;
    display: inline-block;
}
/*
*Sentence container
*/
.wrap_container_sentence{
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}
/*
*slider btn
*/
.slider-btn{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 150px;
    right: 0;
    top: -70px;
    cursor: pointer;
    z-index: 500;
}

.slider-btn span{
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
}

.slider-btn .prev{
    background: url(/img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-btn .next{
    background: url(/img/arrow-next.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sentence_slider::before{
    content: '';
    position: absolute;
    left: -50px;
    bottom: -40px;
    display: block;
    width: 128px;
    height: 128px;
    background: url(/img/sentence_after.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sentence_slider{
    position: relative;
    top: -40%;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: 1px solid rgba(122, 122, 122, 0.4);
    border-radius: 12px;
    z-index: 600;
}
.sentence_slider_itm{
    max-width: 200px;
}

.sentence_slider_itm  h4{
    font-family: 'Roadradio';
    font-style: normal !important;
    font-weight: 700;
    font-size: 40px;    
    color: #31b050;
}

.sentence_slider_itm img{
    margin-bottom: 5px;
}

.sentence_slider_itm span{
    font-size: 24px;
}

.count-num{
    font-family: 'Roadradio';
    font-style: normal !important;
    font-weight: 700;
    font-size: 40px !important;    
    color: #31b050;
}

.sentence_slider_itm p{
    font-weight: 400;
    font-size: 14px;
}

.sentence_info ul li{
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.sentence_info h3{
    font-family: 'Roadradio';
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 20px;
}

.sentence_info ul li img{
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.sentence_block{
    padding: 48px 30px;
}
.setence-form-bg{
    background-color: #EEF7FF;
}

.sentence_form{
    max-width: 309px;
}

.sentence_form p{
    margin-bottom: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
}

.sentence_form .btn-all{
   width: 100%;
}

.sentence_form input{
    display: block;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 10px;
    border: 1px solid #9E9E9E;
    margin-bottom: 30px;
    border-radius: 4px;
    outline:none;
}

.sentence_form input:focus {
    border: 1px solid #a3c1dd;
}

/*
*wrap_container_service
*/
.wrap_container_service{
    padding: 80px 0  50px 0;
}

.wrap_container_service h2{
    margin-bottom: 10px;
}

.wrap_container_service p{
    margin-bottom: 7px;
    font-weight: 300;
    font-size: 22px;
}
/*/////////////////////////*/
.circle_block{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-menu{
    position: relative;
    width: 100%;
    height: 800px;
    padding: 100px 0;
}

.circular-menu_item{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-menu_item:nth-child(1){
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.circular-menu_item:nth-child(2){
    bottom: 0;
    right: 150px;
    transform: translateY(-60%);
}

.circular-menu_item:nth-child(3){
    bottom: 0;
    left: 150px;
    transform: translateY(-60%);
}

.circular-menu_item:nth-child(4){
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.circular-menu_item:nth-child(5){
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.circular-menu_item::after{
    content: '';
    position: absolute;
    width: 120px;
    height: 83px;
}
.circular-menu_item:nth-child(1)::after{
    bottom: -150px;
    right: 30px;
    transform: rotate(90deg);
    display: block;
    background: url(/img/arrows.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.circular-menu_item:nth-child(2)::after{
    left: -200px;
    bottom: -60px;
    transform: rotate(140deg);
    display: block;
    background: url(/img/arrows.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.circular-menu_item:nth-child(3)::after{
    left: -70px;
    top: -190px;
    transform: rotate(-150deg);
    display: block;
    background: url(/img/arrows.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.circular-menu_item:nth-child(5)::after{
    right: -150px;
    bottom: -50px;
    display: block;
    background: url(/img/arrows.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.txt-itm{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #2B2B2B;
    width: 256px;
    padding: 11px 20px;
    background: #fff;
    text-align: center;
    border-radius: 12px;
}

.circular-menu_item img{
    position: absolute;
    top: -130px;
    z-index: -1;
}

.circular-menu_btn{
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    width: 350px;
    height: 80px;
    text-decoration: none;
    text-align: center;
}

.circular-menu_btn span{
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
}
/*
*wrap_container_works
*/
.wrap_container_works{
    position: relative;
    padding: 80px 0  50px 0;
}

.wrap_container_works::before{
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    width: 146px;
    height: 113px;
    background: url(/img/birdie-left.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.zamerchic-border{
    padding: 20px 20px 0 20px;
    background: linear-gradient(90.07deg, #FEFEFE 24.43%, #FBFBFB 48.36%);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.wrap_container_works::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 146px;
    height: 113px;
    background: url(/img/birdie.png);
    background-repeat: no-repeat;
    background-size: cover;
}



.wrap_container_works_slider .slick-arrow{
    z-index: 500;
    font-size: 0;
    background: none;
    border: none;
    outline: none;
}

.wrap_container_works_slider .slick-prev{
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.wrap_container_works_slider .slick-next{
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.wrap_container_works_slider .slick-prev::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(/img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index:1500;
}

.wrap_container_works_slider .slick-next::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(/img/arrow-next.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.wrap_container_works_slider-itm{
    position: relative;
}

.wrap_container_works_slider-itm-txt{
    position: absolute;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.wrap_container_works_slider .slick-list{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.wrap_container_works_slider .slick-list .slick-track{
    display: flex;
}

.wrap_container_works_slider-itm-txt{
    padding:5px 7px;
}

.wrap_container_works_slider .slick-list .slick-track .slick-slide:nth-child(2n+1) .wrap_container_works_slider-itm-txt {  
    bottom: 0 !important; 
}

.zamerchik-form{
    padding-top: 50px;
}

.wrap_container_works-form{
    padding: 0 70px;
}

.wrap_container_works-form p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 10px;
}

.wrap_container_works-form a{
    width: 100%;
}

.wrap_container_works-form input{
    display: block;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 10px;
    border: 1px solid #9E9E9E;
    margin-bottom: 30px;
    border-radius: 4px;
    outline:none;
}
/*
*wrap_container_advantage
*/
.wrap_container_advantage{
    position: relative;
    padding: 80px 0;
}

.adwentage-bottom-spliter{
    position: absolute;
    bottom: 0;
}

.wrap_container_advantage h2{
    margin-bottom: 30px;
}

.wrap_container_advantage h5{
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 33px;
}

.adwentage-sub-title{
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.adwentage-sub-title::before{
    position: absolute;
    content: '';
    display: block;
    left: -60px;
    top: -20px;
    width: 54px;
    height: 40px;
    background: url(/img/quotes-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.adwentage-sub-title::after{
    position: absolute;
    content: '';
    display: block;
    right: -54px;
    bottom: -20px;
    width: 54px;
    height: 40px;
    background: url(/img/quotes-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.adwentage-sub-title p{
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 110%;
}

.advantage-image{
    position: relative;
}

.advantage-image span{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding: 10px 0;
    width: 270px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
}

#advantage-image-sp-1{top: 0;left: 0;}
#advantage-image-sp-2{top: 0;right: 0;}
#advantage-image-sp-3{bottom: 0;left: 0;}
#advantage-image-sp-4{bottom: 0;right: 0;}
/*
*wrap-bonus-container
*/
.wrap-bonus-container{
    position: relative;
    padding: 80px 0;
}

.wrap-bonus-container::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 341px;
    height: 596px;
    background: url(/img/tree.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-bonus-container::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 596px;
    background: url(/img/tree3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-bonus-container p{
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
}

.bonus-block{
    margin-bottom: 90px;
}

.bonus-block img{
    margin-bottom: 38px;
}

.bonus-block h5{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
}

.bonus-block p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
}

.bonus-block span{
    color: #31b050;
}

.top-home-desk{
    padding-top: 80px;
    text-align: center;
}
.top-home-desk span{
    position: relative;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    color: #2B2B2B;
}

.top-home-desk span::before{
    position: absolute;
    content: '';
    display: block;
    left: -30px;
    top: -20px;
    width: 30px;
    height: 22px;
    background: url(/img/quotes-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.top-home-desk span::after{
    position: absolute;
    content: '';
    display: block;
    right: -30px;
    bottom: -20px;
    width: 30px;
    height: 22px;
    background: url(/img/quotes-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bounus-contact-form-border{
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px
}

.bounus-contact-form p{
    margin-bottom: 15px;
}

.bounus-contact-form input{
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #9E9E9E;
    margin-bottom: 30px;
    border-radius: 4px;
    outline:none;
    margin: 0;
    max-width: 240px;
}

.form-pos-linear{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*
*wrap_container-cooperation
*/

.cooperation-title{
    margin-bottom: 70px;
}
.wrap_container-cooperation h2{
    margin-bottom: 40px;
}

.cooperation-block{
    position: relative;
}

.cooperation-block::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 146px;
    height: 113px;
    background: url(/img/birdie-left.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cooperation-block::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 379px;
    height: 657px;
    background: url(/img/tree2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap_container-cooperation p{
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    color: #21AB37;
    line-height: 110%;
    margin-bottom: 20px;
}

.wrap_container-cooperation ul li{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    margin-bottom: 10px;
}

.cooperation-item{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 100px 30px 30px 30px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
}

.cooperation-item-frame{
    position: relative;
    margin-bottom: 100px;
}

.cooperation-podlojka{
    display: block;
    position: absolute;
    width: 80%;
    height: 50px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.cooperation-item img{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.cooperation-item h5{
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.cooperation-item p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom:0;
}

.bottom-coperation-desk{
    padding-top: 10px;
    text-align: center;
    margin-bottom: 70px;
}

.bottom-coperation-desk span{
    position: relative;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    color: #2B2B2B;
}

.bottom-coperation-desk span::before{
    position: absolute;
    content: '';
    display: block;
    left: -50px;
    top: -20px;
    width: 30px;
    height: 22px;
    background: url(/img/quotes-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bottom-coperation-desk span::after{
    position: absolute;
    content: '';
    display: block;
    right: -50px;
    bottom: -20px;
    width: 30px;
    height: 22px;
    background: url(/img/quotes-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/*
*wrap-my-range
*/
.wrap-my-range{
    padding: 80px 0;
}

.wrap-my-range h2{
    margin-bottom: 10px;
}

.wrap-my-range p{
    font-family: 'Inter', sans-serif;
    margin-bottom: 38px;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
}

.my-product{
    position: relative;
}

.product-block{
    display: grid;
    width: 100%;
    grid-template-columns: 24% 24% 24% 24%;
    grid-auto-rows: auto;
    column-gap: 1.33%;
    row-gap: 20px;
}

.product-item{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.product-item img{
    width: 100%;
}

.product-item h5{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.product-title{
    position: absolute;
    padding: 17px 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
}

.product-contact-form{
    padding: 70px 0;
}

.product-contact-form-border{
    padding:30px 30px 0 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.range-form p{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
}

.range-form input{
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #9E9E9E;
    margin-bottom: 30px;
    border-radius: 4px;
    outline:none;
    width: 100%;
}

.range-form a{
    width: 100%;
}
/*
*wrap-delivery-container
*/
.wrap-delivery-container{
    position: relative;
    padding: 80px 0;
}

.wrap-delivery-container::before{
    content: '';
    position: absolute;
    left: 0;
    width: 341px;
    height: 596px;
    background: url(/img/tree.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-delivery-container::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 146px;
    height: 113px;
    background: url(/img/birdie.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.delivery-item{
    position: relative;
    height: 190px;
}

.delivery-item img{
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 150px;
}

.delivery-item span{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    bottom: 10px;
    background: #F8F8F8;
    box-shadow: 0px 2px 15px rgba(81, 81, 81, 0.1);
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    z-index: 500;
}

.delivery-txt{
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.delivery-txt span{
    color: #21AB37;
}
/*
*wrap-container-guarantee
*/
.wrap-container-guarantee{
    padding-top: 80px;
}

.guarantee-title{
    margin-bottom: 70px;
}

.guarantee-content{
    height: 671px;
}

.guarantee-content-col{
    height: 100vh;
}

.guarantee-item{
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 10px;
    overflow: hidden;
    width: 319px;
}

.itm-guarantee2{
    top: 40%;
    transform: translateY(-60%);
}

.itm-guarantee3{
    top: 60%;
    transform: translateY(-40%);
}

.guarantee-item-info{
    position: relative;
    padding: 25px;
}

.itm-guarantee1 .guarantee-item-info{
    padding: 25px 49px 10px 15px;
}

.itm-guarantee2 .guarantee-item-info{
    padding: 18px 12px;
}

.itm-guarantee3 .guarantee-item-info{
    padding: 37px 65px 25px 12px;
}

.itm-guarantee1 .guarantee-item-info::after{
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 27px;
    height: 62px;
    background: url(/img/num1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.itm-guarantee2 .guarantee-item-info::after{
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 44px;
    height: 63px;
    background: url(/img/num2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.itm-guarantee3 .guarantee-item-info::after{
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 47px;
    height: 63px;
    background: url(/img/num3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.guarantee-item-info p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.guarantee-head-item{
    height: 10px;
    background: #FF2D2D;
}
/*
*stagesOfWork-container
*/
.stagesOfWork-container{
    padding: 80px 0;
}

.stagesOfWork-container h2{
    margin-bottom: 30px;
}

.stagesOfWork-container p{
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 30px;    
}

.work-grid-items{
    display: grid;
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
}

.step-item{
    
    max-width: 150px;
    margin: 0 auto;
}
.step-item-txt{
    text-align: center;
    margin: 0 auto;
    min-height: 60px;
}

.step-item-txt p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}
/*
*wrap-certificates-container
*/
.wrap-certificates-container{
    padding: 80px 0;
}

.certificates_cont{
    margin-bottom: 70px;
}

.certificates_slider-itm{
    position: relative;
    padding: 0 5px;
}

.certificates_slider .slick-list{
    overflow: hidden;
}

.certificates_slider .slick-list .slick-track{
    display: flex;
}
/**/
.certificates_slider .slick-arrow{
    z-index: 500;
    font-size: 0;
    background: none;
    border: none;
    outline: none;
}

.certificates_slider .slick-prev{
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.certificates_slider .slick-next{
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.certificates_slider .slick-prev::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(/img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.certificates_slider .slick-next::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(/img/arrow-next.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}



.reviews_slider-itm{
    position: relative;
    padding: 0 10px;
}

.reviews_slider .slick-list{
    overflow: hidden;
}

.reviews_slider .slick-list .slick-track{
    display: flex;
}
/**/
.reviews_slider .slick-arrow{
    z-index: 500;
    font-size: 0;
    background: none;
    border: none;
    outline: none;
}

.reviews_slider .slick-prev{
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.reviews_slider .slick-next{
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.reviews_slider .slick-prev::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(/img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.reviews_slider .slick-next::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(/img/arrow-next.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}




/*
*footer-content
*/
.wrap-container-footer{
    padding-top: 20px;
    border-top: 1px solid #ECECEC;
}

.footer-content{
    display: flex;
    justify-content: space-between;
}

.map-container{
    padding: 50px 0;
}

.map-container .h2-title{
    margin-bottom:30px;
}

.footer-content a{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #7A7A7A;
}
.footer-content .btn-all{
    font-family: 'Inter', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 23;
}

.footer-copyrate{
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #ECECEC;
}

.footer-copyrate span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #BDBDBD;;
    margin-right: 50px;
}
/*
*popup-accepted
*/
.btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.btn-close:hover{
    transform: scale(1.2);
}
.btn-close:hover .close-svg{
    stroke: #C22020;
}

.popup-accepted{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1500;
}

.window-popup{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    border-radius: 6px;
    background: #fff;
}

.window-popup p{
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 106.69%;
    color: #414042;
    text-align: center;
    margin-bottom: 40px;
}
/*
*popup-manager
*/
.popup-manager{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1500;
}

.popup-manager .window-popup{
    padding: 35px;
}

.popup-manager .window-popup input{
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #9E9E9E;
    margin-bottom: 20px;
    border-radius: 4px;
    outline:none;
    width: 100%;
}

.popup-manager .window-popup p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 20px;
}

.popup-manager .window-popup .btn-all{
    width: 100%;
}

.prodvijenie,.prodvijenie:hover{
    color: #682383;
    text-decoration:none;
}

.cart__widget{
    position:fixed;
    top: 35% !important;
    right:20px;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    width: 55px;
    height: 55px;
    background:red;
    border-radius:50%;
    z-index: 1500;
}

.cart__widget .empty{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    margin-right: 0 !important;
    width: 30px;
    height: 30px;
}

.cart__widget .not_empty i{
    display:none;
}

.cart__widget .empty a i{
    font-size:24px;
    color:#fff;
}
.cart__widget .not_empty .ms2_total_count{
    position:absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: #d9a121;
    border-radius:50%;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
}


.lb-button__wrapper{
    bottom:160px !important;
}


.products_list{
    width: 100%;
    display:grid;
    grid-template-columns: 24% 24% 24% 24%;
    column-gap: 1.33%;
    row-gap:15px;
}


.product-one{
    
}


.image__product{
    display:flex;
}

.product-one .image__product .product__slider{
    position:relative;
    width: calc(100% - 70px);
    height: 330px;
}

.product-one .image__product .product__slider .slick-list .slick-track .slick-slide{
    border:1px solid #7e7f80;
    border-radius:5px;
    overflow:hidden;
}



.product-one .image__product .product__slider .slick-list .slick-track .slick-slide img{
    width: 100%;
    height: 400px;
    object-fit:cover;
}

.product-one .image__product .slider__thumb{
  position:relative;
  margin-right: 10px;
  width: 60px;
}

.product-one .image__product .slider__thumb .slick-arrow{
    position:absolute;
    bottom: -30px;
    z-index: 300;
    width: 25px;
    height: 25px;
    background: linear-gradient(92.35deg, #D6392F 2.58%, #e37171 79.64%);
    cursor:pointer;
    border-radius:4px;
    display:flex;
    justify-content:center;
    align-items:center;
    outline:none;
    border:none;
    transition:0.2s linear;
}

.product-one .image__product .slider__thumb .slick-arrow i{
    color:#fff;
}

.product-one .image__product .slider__thumb .slick-arrow:hover{
    box-shadow:0 0 7px #7e7f80;
}

.product-one .image__product .slider__thumb .slick-next{
    right: 0;
}

.product-one .image__product .slider__thumb .slick-list{
    height: 100%;
}

.product-one .image__product .slider__thumb .slick-list .slick-track{
height: 100%;
   
}

.product-one .image__product .slider__thumb .slick-list .slick-slide{
    margin:3px 0;
    border:1px solid #7e7f80;
}

.product-one .image__product .slider__thumb .slick-list .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.product-one .product__content{
    background: rgba(255, 70, 45, 0.1);
    border-radius:5px;
    padding: 25px;
}

.product-one .product__content h1{
    font-size:32px;
    font-weight: 700;
    font-size: 46px;
    font-family: 'Roadradio';
    margin-bottom: 20px;
    color: #7e7f80;
}

.product-one .product__content .product-list-buttons{
    
    
}

.product-one .product__content .product-list-buttons .custom__button{
    display:flex;
    justify-content:center;
    align-items:center;
    background: #fff;
    border-radius:5px;
    height: 45px;
    width: 300px;
    margin:0 0 13px 0;
    cursor:pointer;
}

.product-one .product__content .product-list-buttons .btn-all{
    width: 300px;
}

.product-one .product__content .product-counter_cnt{
    padding:14px;
    background: rgba(255, 60, 55, 0.1);
    border-radius:5px;
    display:flex;
    align-items:center;
    margin-bottom: 16px;
}


.product-one .product__characteristic{
    padding:17px;
    background:#f0eded;
}


.basket{
    
}

.basket .cart-top-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom: 15px;
}

.basket .cart-top-content .custom__button2{
    color: #353535;
    transition:0.2s linear;
}

.basket .cart-top-content .custom__button2:hover{
    color: rgba(255, 45, 45, 0.9408);
}

.basket .cart-top-content .cart__title{
    margin-bottom: 0;
}

.basket .cart__table .cart-title h3{
    
}

.basket .cart__table .cart-title{
    margin-bottom: 25px;
}


.order .checkout__block input{
    margin-bottom: 15px;
}

.order .checkout__block p{
    margin-bottom: 15px;
}
