


@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap');


*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{font-family:raleway;
    font-weight:400;
    height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;transition:all 0.7s;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}

html,body{
    font-variant-numeric: lining-nums;
font-feature-settings: 'lnum';
-moz-font-feature-settings: 'lnum=1';
-ms-font-feature-settings: 'lnum';
-webkit-font-feature-settings: 'lnum';
-o-font-feature-settings: 'lnum';
}



/*цвет анимация*/

/*body{
background: linear-gradient(90deg, #304352, #d7d2cc);
    animation: gradient 15s infinite linear;
    background-size: 400%;
}

@keyframes gradient {
    0% {
        background-position: 80% 0%;
    }
    50% {
        background-position: 20% 100%;
    }
    100% {
        background-position: 80% 0%;
    }
}
*/

input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: inherit;}
h20{width:100%;}
html {
margin: 0px auto;
width: 100%;
height: 100%;
color:#2e2e2e;
}
a, a:visited{
    color:#2e2e2e;
}

ul, ol {
    margin:0px;
}
select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: transparent;
      outline: none;
      box-shadow: none;
}
    select::-ms-expand {
      display: none;}
      
    select>option{
        border:none;}
    
    /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
    


.no-margin {
    padding-left: 0px;
    padding-right: 0px;
}


.product-info{
 display: none;   
}

@media (min-width: 768px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}



.row{
    margin: 0 auto;
}


.col-md-4 col-sm-12 col-xs-12 logo{
    width: 200px;
height: 50px;
}
/*лого*/

.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.logo-header{
   padding:5px 7px 0px 99px;
}
.img-responsive{ 
}
.img-responsive svg:hover #grad{
opacity:1;
transition:all 0.7s;

}    
#grad{
opacity:0;
transition:all 3.7s;
}  
/*о нас*/
.top-menu{
   width: 440px;
   
   
}
.top-menu ul{
    display: flex;
    gap:20px;
    align-items:center;
    justify-content: space-between;
    
}
.top-menu li {
    font-size:16px;
    opacity:1;
    transition:all 0.5s;
}

.top-menu li :hover{
    color:#FF740C;
    transition:all 0.5s;
}
 li > a{
   transition:all 0.5s;
}

.rejim ul{
    margin:0px 0px 0px 0px;
    position:relative;
    padding:0 0 0 30px;
    font-size:16px;
}
.rejim{
    float: right
}


.rejim ul:nth-child(1):before {
    content: '';
    background: url(../clock.svg) center no-repeat;
    width: 21px;    
    height: 21px;
    margin:-2px 0px 0px 0px;
    position:absolute;
    top:0;
    left:0;
}

/*корзина*/

.row.content-basket{
    
    margin:0px 0px 0px auto;
    width: 190px;    
    
    
    
}
.col-sm-9.col-xs-10{
    
    width: 190px;    
    
}
a.basket_logo_go svg{
   float: right;
    transition:all 0.5s;
}
.basket_logo_go{
 float: right;
 display: flex;
 align-items:center;
 position: relative;
}
.basket-quantity{
  position: absolute;
  right: -10px;
  top:-10px;
  font-size: 10px;
  color: #fff;
  background:#FF740C;
  width:20px;
  height: 20px;
  border-radius:50%;
  display: flex;
  align-items:center;
  justify-content: center;
}


a.basket_logo_go span.summa{
    
    transition:all 0.5s;
    
}
a.basket_logo_go span.many{
    font-weight:700;
    font-size:16px;
}

a.basket_logo svg{
    float: right;
}

.basket_logo_go:hover{
   color:#b39b89;
   
}

.navbar-nav{
  width: 900px; 
  margin-left: 21px;
}

/*поиск*/
.form-group{
  display: inline-block;
    margin: 9px 0 0 306px;
    
    height: 36px;
    position:relative;
    
}
.form-control{
    display: inline-block;
    height: 36px;
    width: 94px;
    border-radius: 17px;
    border: 0px solid #ff740c;
    background-color:#F5F5F5;
    position:absolute;
    top:0;
    left:0;
    text-indent: 4px;
    box-shadow:0px 0px 0px #F5F5F5;
    transition:all 0.5s;
    font-size:14px;
    
    
}
.form-control placeholder{
    color:#2E2E2E;
    line-height:-5px;
    
}
.search-btn{
    display: inline-block;
    
    height: 25px;
    width: 25px;
    
    z-index:1;
    position:absolute;
    background: rgba(0, 0, 0, 0);
 
}
.search_logo{
    display: inline-block;
    position:relative;
    color: #E8E8E8;
    margin: 0px 0 0 0px;
    z-index:1;
    transition:all 0.5s;
}

.form-control:focus{
    display: inline-block;
    margin: 0px 0 0 -206px;
    height: 36px;
    width: 300px;
    box-shadow:0px 0px 0px #F5F5F5;
    transition:all 0.5s;
}
.form-control:focus > .search_logo svg{
    color:#000;
}
 
.search_logo:hover{
    color:#b39b89;
    transition:all 0.5s;
}



/*главное меню*/
@media (min-width: 1280px) {
    .tovar-conteiner{
        gap: 70px; 
    }
    
    
.navbar{
  /*  border: 1px solid #ff740c;
    border-radius:0%;
    border-left:0px;
    border-right:0px;*/
    min-height: 56px;
    width: 100%;
    flex: 1 1 auto;
}  
.navbar-nav > li > a {
    padding-top: 21px;
    padding-bottom: 22px;
}
.navbar-nav li a {
    line-height: 12px;
}
.navbar-nav>li{
    margin:0px 0px 0px 0px;
    font-size:16px;
    height: 56px;
    margin:0px 0px 0px 40px;
    text-align: left;
    
}
.navbar-nav>li:first-child {
    margin:0px 0px 0px 0px;
}
.nav > li > a:hover, .nav > li > a:focus{
    /*background-color:#fff;*/background: rgba(0, 0, 0, 0);
   color:#FF740C;
   border: 1px solid #b39b89;
 border-top:0px;
 border-left:0px;
 border-right:0px;
 transition:all 0.5s;
}
.nav > li > a:active, .nav > li > a:focus{
 
}
.nav > li > a{
  transition:all 0.5s;  
}
}

/*телефон перезвонить*/
.phone{
    margin:0px 0px 0px 62px;
    font-size:16px;
    position:relative;
}
.phone-btn{
    margin:20px 10px 20px 0px;
    font-size:16px;
    
}
.viber{
    position: relative;
    
}
.phone-viber{
 display: flex;  
 gap: 30px;
 align-items: center;
}
.viber_logo svg{
     
}
.viber_logo span{
     
}


.viber_logo:hover{
    color:#941e94;
    transition:all 0.5s;
}
.viber_logo{
    display: flex;
    align-items: center;
    gap:8px;
    transition:all 0.5s;
}

/*.viber :nth-child(1):before {
    content: '';
    background: url(../viber.svg) center no-repeat;
    fill:#941e94;
    width: 21px;
    height: 21px;
    margin:17px 0 0 0;
    position:absolute;
    top:0px;
    left:0px;
}*/
.col-md-4{
    width:20%;
}
.col-md-2{
     width:17%;
}
.col-md-12{
    padding-left: 0px;
    padding-right: 0px;
}
.col-md-6{
    width:20%;
}
/*.carousel slide{
    padding-top: 15px;
}
.navbar {
    margin-bottom: 20px;
}
.carousel{
    display: inline-block;
}
.carousel slide{
   
    display: inline-block;
}
.carousel-caption{
     display: inline-block;
}
.carousel-control{
    opacity: .2;
}

.carousel-control.left{
   margin-left: 0px;
   background:radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%);
}
.carousel-control.right{
   background:radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%);
}*/


@media (min-width: 1280px) {
.content_footer{
    width: 1219px;
    margin: 0 auto;
}
}
@media (min-width: 1280px) {
.navi{
    width: 1219px;
    margin: 0 auto;
}
.container{
    width: 1219px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

}

.slider0 {
    position: relative;
}

.containerslider1>a>img,
.containerslider2>a>img,
.containerslider3>a>img,
.containerslider4>a>img,
.containerslider5>a>img,
.containerslider6>a>img{
   border-radius: 10px; 
}

.containerslid1,
.containerslid2,
.containerslid3,
.containerslid4,
.containerslid5,
.containerslid6{
  border-radius: 10px; 
}

.containerslider1{
    display: inline-block;
    position: absolute;
    left: 611px;
    top: 0px;
    
    
  /*border-radius: 0px;
  -webkit-box-shadow: 1px 1px 4px #666;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;*/
}
.containerslid1{
    display: inline-block;
    position: absolute;
    width: 192px;
    height: 207px;
    z-index:1;
    left: 611px;
    color: #ffffff00;
    transition:all 0.3s;
    animation-name: gradientnohover;
    animation-duration: 0.5s;
    Animation-timing-function:linear;
    Animation-fill-mode:forwards;
}

.containerslid1:hover{
    color: #ffffff;
    animation-name: gradienthover;
    animation-duration: 0.5s;
    Animation-timing-function:linear;
    Animation-fill-mode:forwards;
}
@keyframes gradienthover{

0%{
background:linear-gradient(0deg, #000, transparent 80px);
opacity:0;

}
100%{
background:linear-gradient(0deg, #000, transparent 80px);
opacity:1;
}
}

@keyframes gradientnohover{


0%{
background:linear-gradient(0deg, #000, transparent 80px);
opacity:1;
}

100%{
background:linear-gradient(0deg, #000, transparent 80px);
opacity:0;
}

}


.containerslid1 span{
    display: inline-block;
    font-size:16px;
    position: absolute;
    left: 16px;
    top: 178px;
}


.containerslider2{
    display: inline-block;
    position: absolute;
    left: 821px;
    top: -0px;
  
}

.containerslid2{
    display: inline-block;
    position: absolute;
    width: 192px;
    height: 207px;
    z-index:1;
    left: 821px;
    color: #ffffff00;
    transition:all 0.3s;
    animation-name: gradientnohover;
    animation-duration: 0.5s;
    Animation-timing-function:linear;
    Animation-fill-mode:forwards;
}
.containerslid2:hover{
    color: #ffffff;
    animation-name: gradienthover;
    animation-duration: 0.5s;
    Animation-timing-function:linear;
    Animation-fill-mode:forwards;
}

.containerslid2 span{
    display: inline-block;
    font-size:16px;
    position: absolute;
    left: 16px;
    top: 178px;
}

.containerslider3{
   display: inline-block;
   position: absolute;
    left: 1027px;
    top: 0px;
}

.containerslid3{
    display: inline-block;
    position: absolute;
    width: 192px;
    height: 207px;
    z-index:1;
    left: 1027px;
    color: #ffffff00;
    transition:all 0.3s;
    animation-name: gradientnohover;
    animation-duration: 0.5s;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}

.containerslid3:hover{
    color: #ffffff;
    animation-name: gradienthover;
    animation-duration: 0.5s;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}
.containerslid3 span{
    display: inline-block;
    font-size:16px;
    position: absolute;
    left: 16px;
    top: 178px;
}

.containerslider4{
     display: inline-block;
    position: absolute;
    left: 611px;
    top: 223px;
  
}

.containerslid4{
    display: inline-block;
    position: absolute;
    width: 192px;
    height: 207px;
    z-index:1;
    left: 611px;
    top: 223px;
    color: #ffffff00;
    transition:all 0.3s;
    animation-name: gradientnohover;
    animation-duration: 0.5s;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}

.containerslid4:hover{
    color: #ffffff;
    animation-name: gradienthover;
    animation-duration: 0.5s;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}
.containerslid4 span{
    display: inline-block;
font-size:16px;
position: absolute;
left: 16px;
top: 178px;
}

.containerslider5{
    display: inline-block;
    position: absolute;
    left: 821px;
    top: 223px;
    
}

.containerslid5{
    display: inline-block;
    position: absolute;
    width: 192px;
    height: 207px;
    z-index:1;
    left: 821px;
    top: 223px;
    color: #ffffff00;
    transition:all 0.3s;
    animation-name: gradientnohover;
    animation-duration: 0.5s;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}

.containerslid5:hover{
    color: #ffffff;
    animation-name: gradienthover;
    animation-duration: 0.5s;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}
.containerslid5 span{
    display: inline-block;
    font-size:16px;
    position: absolute;
    left: 16px;
    top: 178px;
}

.containerslider6{
    display: inline-block;
    position: absolute;
    left: 1027px;
    top: 223px;
    
}

.containerslid6{
    display: inline-block;
    position: absolute;
    width: 192px;
    height: 207px;
    z-index:1;
    left: 1027px;
    top: 223px;
    color: #ffffff00;
    transition:all 0.3s;
    animation-name: gradientnohover;
    animation-duration: 0.5s;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}

.containerslid6:hover{
    color: #ffffff;
    animation-name: gradienthover;
    animation-duration: 0.5s;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}
.containerslid6 span{
    display: inline-block;
    font-size:16px;
    position: absolute;
    left: 16px;
    top: 178px;
}




/*---- NUMBER OF SLIDE CONFIGURATION ----*/


.grey-bg {
    background: #F7F7F9;
    margin-left: auto;
    margin-right: auto;
    
}
.grey-block .col-sm-3 {
    padding-top: 22px;
    padding-bottom: 22px;
}

.grey-block i {
    color: #ED6211;
    font-size: 26px;
    background: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
    cursor: pointer;
}

.header{
    margin: 0px auto;
    height: 105px;
}
.navbar{
    
    margin: 0px auto;
}
.slider0{
    width:1218px;
    margin: 20px auto;
}
.navbar-collapse{
    padding-left:0px;
}
.navbar-nav > li > a{
    padding-left:0px;
}
.col-md-8{
    padding-left:0px;
}

.no-margin{
    color:#ffffff;
    
    margin: 0 auto;
    
}
.fa{
    color:#ffffff;
    display:block;
    
} 
.tovar-block{
    
        margin: 25px auto;
        display: block;
        
}



.footer{
    
    background-color:#313840;
    display:block;
    padding-bottom:115px;
}

.img-footer{
    width:192px;
    height: 75px;
    display:inline-block;
    
}

.footer-soc p{
    margin: 12px 0 0 0;
    width:210px;
    
}

h4{
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-list-catalog a{
    display: block;
    color: #FFFDFD;
    margin-bottom: 15px;
    transition:all 0.5s;
}
.clientu,
.footer-list-catalog{
    white-space: nowrap;
    font-weight: 300;
}

.footer-soc{
    font-weight: 300;
}
.footer-soc p{
    line-height: 1.3;
}



.content_footer{
    display: grid;
    grid-template-columns:repeat(5, min-content);
    justify-content: space-between;
    gap: 77px;
    
    
    margin-top:60px;
}
.img-footer-blok{
    position:relative;
    display:inline-block;
}

.soc-icon{
    text-align: right;
    display: flex;
    justify-content: space-between;
    max-width: 220px;
    margin: 0 auto;
    
}
.soc-icon a{
    color:#FFFDFD;
    transition:all 0.5s;
    
}
a.viber_icon:hover{
    transition:all 0.5s;
    color:#C67CFF;
}
a.telegram_icon:hover{
    color:#29A9EB;
}
a.whatsapp_icon:hover{
    color:#4CAF50;
}
a.facebook_icon:hover{
    color:#6C91FF;
}
a.vk_icon:hover{
    color:#5EA9FF;
}
a.instagram_icon:hover #gradi{
opacity:1;
transition:all 0.5s;
}

  
#gradi{
opacity:0;
transition:all 0.5s;
}  

@media (min-width: 960px) {

.carousel-inner {
    width: 802px;
    height: 200px;
}




/*-----------------*/
/*----- HEADER ----*/
/*-----------------*/


}

@media (max-width: 320px) {
  html{width: 100%;
  height: 100%;}
  
  .top-menu li {

  }
  .top-menu {
    min-height: auto;
  }
  .top-menu ul {
    padding-left: 0;
  }
 
  .phone, .rejim {
    font-size: 14px;
  }
  .rejim div, .phone div {
    margin-bottom: 10px;
}
.rejim a i, .phone-btn i {
    display: none;
}
.phone-btn, .rejim a {
    display: block;
    padding: 11px 0;
}
.basket .content-basket {
    min-height: auto;
}
.navigation .navbar .navigation{
    width: 320px;
}

}

/*-----------------*/
/*------ MENU -----*/
/*-----------------*/





@media (max-width: 991px) {
    .img-tovar > img {
    max-width: 215px;
}
}





/*-- GREY BLOCK ---*/
.grey-bg {
    background: #F7F7F9;
    margin-left: auto;
    margin-right: auto;
    
}

.grey-block .col-sm-3 {
    padding-top: 22px;
    padding-bottom: 22px;
}

.grey-block i {
    color: #ED6211;
    font-size: 26px;
    background: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
    cursor: pointer;
}

@media (max-width: 1000px) {
  .grey-block i {
    margin-right: 4px;
  }
}

.grey-block i:hover {
    color: #fff;
    background: #ED6211;
}

.grey-block span {
    display: inline-block;
}

@media (max-width: 1280px) {
    html, body {
        font-size: 16px;
    }
    
    
    
    .characteristics{
        font-size: 14px;
    }
    .navbar {
        min-height: 51px;
    }
    
    .collapsed{
        position:relative;
            width: 25px;
            height: 21px;
            border: none;
            background-color: transparent;
            cursor: pointer;
    }
    
    .collapsed:before,
    .collapsed:after{
        content: '';
        background-color: #2e2e2e;
        position:absolute;
        width: 100%;
        height: 1px;
         right: 0;
         transition: all 0.5s ease 0s;
    }
    .collapsed:before{
        top:0;
        
    }
    .collapsed:after{
        bottom:0;
        
    }
    
    .collapsed span{
        position:absolute;
        background-color: #2e2e2e;
        width: 20px;
        height: 1px;
        right: 0;
        top: 50%;
        transition: all 0.5s ease 0s;
    }
    
    .collapsed.open:before{
        transform: rotate(45deg);
        top: 10px;
        
        background-color: #FF740C;
    }
    
    .collapsed.open:after{
        transform: rotate(-45deg);
        bottom: 10px;
        
        background-color: #FF740C;
    }  
    
    .collapsed.open span{
        transform: scale(0);
    }
    
    .navbar-collapse{
        box-shadow: 0 6px 11px #2a364429;
    }
    
    .viber_logo-adaptive span{
        display:none;
    }
    
    .searchheader{
        background-color: #fff;
        
        z-index: 1000;
        position: fixed;
        left:0;
        top:50px;
        width: 100%;
            transition: 1s;
        padding: 5px 15px 10px;
        
        
        box-shadow: 0 6px 11px #2a364429;
       
        /*border: 10px solid;
        border-image-source:linear-gradient(180deg, #2a364421, transparent);
        border-image-slice: 90;
        border-left: 0px;
         border-right: 0px;
        border-top: 0px;
        border-radius: 0%;*/
}
    .searchheader.hident{
        transform: translateY(-45px);
        
        
        
    }
    

.searchheader{
    
    animation-name: hoversearch;
    animation-duration: 0.1s;
    Animation-timing-function:linear;
    Animation-fill-mode:forwards;
}

    @keyframes hoversearch{
        0%{top:15px;}
        50%{top:15px;}
        100%{}
    }

 
    
    .img-logoad{
        display:block;
    }
    
    
    .my-menu{
        margin-top:68px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .navbar{
        
        width: 100%;
        position:fixed;
        background-color: #fff;
        z-index: 1000;
        margin-top:-68px;
        border: 0px solid #ff740c;
        border-radius:0%;
        border-left:0px;
        border-right:0px;
        border-top: 0px;
        
    }
    
    .form-group{
        display:none;
    }
    
    .form-control{
    position:static;
    height: 36px;
    width: 100%;
    font-size:16px;
    
    }
    
    
    .form-control:focus{
    
    margin: 0px 0 0 0px;
    
    height: 36px;
    width: 100%;
    transition: all 1s ease;;
}
    
    .search-btn{
     right: 10px;
     top: 7px;
    }
    
    .navbar-toggle{
        color:#F56612;
        margin:0 0 0 0;
            padding:0 0 0 0;
    } 
    
    .navbar-header{
        line-height: 0;
        height: 51px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding: 10px 15px 5px;
        z-index: 3;
        position: relative;
    }
    .navbar-header:before,
    .navbar-header:after{
        display: none;
    }
    
    .fa{
        color:#F56612;
    }
    
    .form-group{
    margin: 3px 0 0 20px;
    width: 250px;
        
    }
    
    .header{
        display:none;
    }
    
    
    .col-md-2 {
    width: 100%;
    }
    
    .navbar-nav {
     width: 100%;
    }
    
    .navbar-nav li:first-child {
       margin: 0px 0px 0px 30px;
    }

  .grey-block .col-sm-3 {
    text-align: left;
    }
    .grey-block i {
        margin-left: 20px;
    }
    
    .content_footer{
    
    gap: 40px;
    text-align: center;
}
    .slider0{
        width: 0px;
    }
}


@media (max-width: 1280px) {
    .breadcrumbs {
        margin: 45px auto 20px;
        font-size: 14px;
    }
    .wrapper{
    
    margin-top: 60px;
    position: relative;
    height: 290px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .swiper-container{
    width: 250px;
    height: 250px;
    }
  
    .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    
    
    position: relative;
    }
    .image-slider__image img{
    width: 100%;
    height: 100%;
    }
    
    .text-slider{
        position: absolute;
        bottom:20px;
        left:20px;
        font-size: 20px;
    }
    .link-slider{
        color: #F56612; 
        
    }
    .image-slider .swiper-pagination-bullet {
    background-color: #F56612;
        
    }
}


@media (max-width: 375px) {

    .wrapper{
    
    margin-top: 60px;
    position: relative;
    height: 270px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .swiper-container{
    width: 240px;
    height: 240px;
    }
  
    .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    
    
    position: relative;
    }
    .image-slider__image img{
    width: 100%;
    height: 100%;
    }
    
    .text-slider{
        position: absolute;
        bottom:20px;
        left:20px;
        font-size: 20px;
    }
    .link-slider{
        color: #F56612; 
        
    }
    .image-slider .swiper-pagination-bullet {
    background-color: #F56612;
        
    }
}

@media (max-width: 360px) {
    .form-control{
    width: 100%;
}
    
    
 .wrapper{
    
    position: relative;
    height: 270px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .swiper-container{
    width: 205px;
    height: 205px;
    }
  
    .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    
    
    position: relative;
    }
    .image-slider__image img{
    width: 100%;
    height: 100%;
    }
    
    .text-slider{
        position: absolute;
        bottom:20px;
        left:20px;
        font-size: 20px;
    }
    .link-slider{
        color: #F56612; 
        
    }
    .image-slider .swiper-pagination-bullet {
    background-color: #F56612;
        
    }
}

    .desktop-slider {
    width: 595px;
    height: 430px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 12.9px #00000042;
}
.desktop-slider .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    left: 24.4%;
    
}
.desktop-slider .swiper-pagination{
    bottom: 12px;    
}

.desktop-slider .swiper-pagination-bullet,
.copirate-slider .swiper-pagination-bullet{
       background-color: #F56612;
       width: 10px;
       height: 10px;
}
.copirate-slider .swiper-pagination-bullet{
    opacity: 0.4;
}
.copirate-slider .swiper-pagination-bullet-active{
    opacity: 1;
}

.desktop-slider__imag{
    border-radius: 10px;
}
.desktop-slider .swiper-button-next{
    left: 546px;
    right: auto;
}
.desktop-slider .swiper-button-prev{
    left: 9px;
    right: auto;
}
.desktop-slider-batton-prev,
.desktop-slider-batton-next{
    width: 40px;
    height: 40px;
}


.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
.arrow-button path{
    
    color: #ffffff00;
}
.arrow-button{
    border: 1px solid #ffffff3b;
    border-radius: 50%;
    transition: all 0.7s ease;
}
.button-arrow-nohover{
   transition: all 0.7s ease; 
}
.button-arrow-hover{
  opacity: 0; 
  transition: all 0.7s ease;
}
.arrow-button:hover .button-arrow-nohover{
  opacity: 0;   
  transition: all 0.7s ease;
}
.arrow-button:hover .button-arrow-hover{
  opacity: 1; 
  transition: all 0.7s ease;
}
.arrow-button:hover .circle-button-arrow{
   opacity: 0.6; 
   
   transition: all 0.7s ease;
}





.arrow-button:hover{
    border: 1px solid #fff;
    transition: all 0.7s ease;
}

.circle-button-arrow{
    color: #fff;
    opacity: 0.3;
    transition: all 0.7s ease;
}
.desktop-slider-batton-prev,
.desktop-slider-batton-next{
   opacity: 0;
    transition: all 0.7s ease; 
}

.desktop-slider:hover .desktop-slider-batton-prev,
.desktop-slider:hover .desktop-slider-batton-next{
    opacity: 1;
    transition: all 0.7s ease;
}




.inner {
  width: 500%;
  line-height: 0;
  background-color: #000;
 }

article {
  width: 595px;
  float: left;
  position: relative; }
  article img {
    width: 100%; }

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slider-prev-next-control label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7; }
    .slider-prev-next-control label:hover {
      opacity: 1; }

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center; }
  .slider-dot-control label {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .slider-dot-control label:hover {
      background: #ccc;
      border-color: #777; }

/* Info Box */
.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  -o-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms; }
  .info h3 {
    color: #b39b89;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 1.5em;
    font-style: normal; }
  .info.top-left {
    top: 40px;
    left: 30px; }
  .info.top-right {
    top: 30px;
    right: 30px; }
  .info.bottom-left {
    bottom: 30px;
    left: 30px; }
  .info.bottom-right {
    bottom: 30px;
    right: 30px; }

/* Slider Styling */
.slider-wrappere {
     
    
    
    
    
  width: 100%;
  overflow: hidden;
  
  
  
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  .slider-wrappere .inner {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); }

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #000; }

#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 15px; }

#slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px; }

#slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px; }

#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "\f104";
  padding-left: 8px; }

#slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333; }

#slide1:checked ~ .slider-wrappere article:nth-child(1) .info, #slide2:checked ~ .slider-wrappere article:nth-child(2) .info, #slide3:checked ~ .slider-wrappere article:nth-child(3) .info, #slide4:checked ~ .slider-wrappere article:nth-child(4) .info, #slide5:checked ~ .slider-wrappere article:nth-child(5) .info {
  opacity: 1; }

#slide1:checked ~ .slider-wrappere .inner {
  margin-left: 0%; }

#slide2:checked ~ .slider-wrappere .inner {
  margin-left: -100%; }

#slide3:checked ~ .slider-wrappere .inner {
  margin-left: -200%; }

#slide4:checked ~ .slider-wrappere .inner {
  margin-left: -300%; }

#slide5:checked ~ .slider-wrappere .inner {
  margin-left: -400%; }

/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrappere {
    border-radius: 0; } }

/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrappere {
    border-radius: 0; }
  .slider-wrappere .info {
    opacity: 0; } }


    
/*-----------------*/
/*-- TOVAR-BLOCK --*/
/*-----------------*/


.title {
    margin-bottom: 40px;
}

.recomended .title .h2 {
    margin-bottom: 0;
}

.recomended .title span {
    display: inline-block;
    height: 3px;
    width: 50px;
    background: #FBDE00;
}

.recomended .title i {
    color: #999999;
    display: block;
    font-size: 17px;
    margin-top: 10px;
}



.one-tovar a img:hover {
    
}

.one-tovar .img-tovar {
    display: inline-block;
    position: relative;
}

.one-tovar .img-tovar.new:before {
    background: #019a48 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    content: "new";
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    left: -20px;
    line-height: 35px;
    position: absolute;
    text-transform: uppercase;
    top: -15px;
    width: 40px;
    z-index: 444;
}

.one-tovar .img-tovar.action:before {
    background: #FF211A none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    content: "%";
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    left: -20px;
    line-height: 35px;
    position: absolute;
    text-transform: uppercase;
    top: -15px;
    width: 40px;
    z-index: 444;
}

.tovar-block .name {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 15px auto;
    font-size: 14px;
}

.tovar-block .name:hover {
    
}

.tovar-block .more:before {
    content: "\f105";
    font-family: FontAwesome;
    color: white;
    float: right;
    margin-left: 7px;
}

.tovar-block .cost {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1280px) {
.tovar-block .cost {
    margin-left: 0;
    font-size: 17px;
}
.tovar-block.recomended .grey-bg .img-tovar > img {
    max-height: 170px;
}
.carousel-indicators {
    display: none;
}

}

.tovar-block .old-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    text-decoration:line-through;
    color: #777777;
}



.tovar-block .more {
    
}

.tovar-block .more:hover {
    text-decoration: none;
    
}

@media (max-width: 1280px) {
  .img-tovar > img {
    max-width: 220px;
}
}


@media (max-width: 1280px) {
  .tovar-block .cost {
    margin-left: 0;
    font-size: 17px;
  }
    .img-tovar > img {
    max-width: 160px;
}
.slider0{
    display:none;
}
}


/*-----------------*/
/*--- NEWS-BLOCK --*/
/*-----------------*/
.news-block .title {
    margin-bottom: 0;
    padding: 15px 0;
}

.news-block .grey-bg {
    padding-bottom: 30px;
}

.news-title {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}

.news-title a {
    color: #000;
}

.news-title a:hover {
    color: #F56612;
    text-decoration: none;
}

.main-news p {
    color: #777;
    line-height: 24px;
}


.news-block .all-news {
    margin-top: 40px;
    margin-bottom: 30px;
}

.news-block .all-news i {
    color: #F56612;
    margin-right: 5px;
}

.news-block .all-news  a {
    color: #777777;
    font-size: 14px;
    font-weight: bold;
}

.news-block .all-news  a:hover {
    text-decoration: none;
    color: #F56612;
}

.news-block ul {
    padding: 0;
}

.news-block ul li {
    display: block;
    margin-bottom: 15px;
}

.news-block ul li a {
    background: #fff;
    display: block;
    padding: 10px;
    border: 1px solid #DDDDDD;
    color: #555555;
}

.news-block ul li a:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.news-block ul li a .data {
    color: #939393;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 0;
}

.news-block ul li a .news-title {
    font-weight: normal;
    font-size: 13px;
}

.gallery .news-list {
    display: block;
}

/*-----------------*/
/*----- ABOUT -----*/
/*-----------------*/
.about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.door-element {
    display: inline-block;
    position: relative;
    margin: 20px auto;
}


.door-element i {
    position: absolute;
    color: #777777;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

.one-i {
    left: -65px;
    top: 106px;
}

.two-i {
    left: -65px;
    bottom: 99px;
}

.three-i {
    bottom: 7px;
    left: 215px;
}

.four-i {
    bottom: 142px;
    right: -72px;
}

.five-i {
    right: -72px;
    top: 160px;
}

.six-i {
    right: -72px;
    top: 62px;
}

.about .title {
    margin-bottom: 30px;
}

.text-block {
    color: #777777;
    line-height: 22px;
}


/*-----------------*/
/*--- INFO-BLOCK --*/
/*-----------------*/
.info-block {
    padding-bottom: 25px;
}

.info-block .col-sm-2 {
    padding-bottom: 25px;
}

.info-block a {
    color: #777777;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    text-decoration: underline;
}

.info-block a:hover {
    text-decoration: none;
}


/*------------------*/
/*-- MANUFACTURED --*/
/*------------------*/
.manufactured .grey-bg {
    border-bottom: 1px solid #E7E7E7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.manufactured .carousel-inner .col-sm-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.manufactured .carousel-control.left,
.manufactured .carousel-control.right {
    background: none;
}

.manufactured .carousel-control {
    width: auto;
}

.manufactured .carousel-control i {
    color: #999;
    font-size: 30px;
    position: absolute;
    text-shadow: none;
    top: 40%;
}

.manufactured .carousel-control i.fa-angle-right {
    right: 5px;
}


/*------------------*/
/*----- FOOTER -----*/
/*------------------*/


.footer-list {
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-list-catalog h4,
.footer-list h4{
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
}

.footer-list a {
    display: block;
    color: #FFFDFD;
    font-weight:300;
    margin-bottom: 15px;
    transition:all 0.5s;
    
}

.footer-list a:hover {
    color: #F56612;
}
.footer-list-catalog a:hover {
    color: #F56612;
}

.footer-info {
    padding-top: 0px;
    padding-bottom: 0px;
    position:relative;
    
}

.footer-info a {
    margin-bottom: 22px;
}

.f-ph{
    margin-top: 10px;
    font-size: 24px;
}

a.phone-btn-footer {
    font-size: 16px;
    color:#EBEBEB;
    text-align: center;
    display: inline-block;
    
    background-color: #FF740C;
    height:46px;
    width:222px;
    padding-top: 14px;
    font-weight: 400;
}
.soc-icon a{
    margin-right:13px;
}
.soc-icon a:last-child{
     margin-right:0px;
}

.phone-btn-footer i {
    margin-right: 5px;
}

.f-ph {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    display:block;
}

.f-ml {
    color: #FFFDFD;
    display:block;
    font-size: 16px;
}

.f-ml i {
    margin-right: 5px;
}

.modal-header, .modal-footer {
    padding: 15px 25px;
}

.modal-body {
    padding: 25px 25px 15px;
}

.input-group {
    margin-bottom: 15px;
    width: 100%;
}


/*------------------*/
/*--- BREADCRUMBS --*/
/*------------------*/



/*------------------*/
/*-- MAIN-CATEGORY --*/
/*------------------*/
.main-category {
}

.main-category a {
    background: #F7F7F9;
    display: block;
    text-decoration: none;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.main-category a:hover span {
    color: #FF6724;
    
}

.main-category span {
    display: block;
    text-transform: uppercase;
    color: #050505;
    font-weight: bold;
    font-size: 14px;
}

/*---------------------*/
/*-- CATALOG-CONTENT --*/
/*---------------------*/
.main-title {
    margin-bottom: 20px;
    margin:0 auto;
}

.main-title .h2 {
    line-height: 1.4;
    
}

.catalog-content {
    
}

.filter-block {
    border: 1px solid #DDDEDE;
    margin-bottom: 35px;
}

.filter-block .panel-group {
    margin-bottom: 0;
}

.filter-block .filter-inner {
    /*padding: 20px;*/
    border-bottom: 1px solid #DDDEDE;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0!important;
}

.filter-inner:last-child {
    border-bottom: 0;
}

.filter-block .panel-default > .panel-heading {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    background: #F7F7F9;
    padding: 15px;
}

.filter-block .panel-body {

}

.filter-block .filter-inner h4 {
    text-transform: none;
    font-size: 14px;
    /*margin-bottom: 20px;*/
    font-weight: normal!important;
}

.filter-inner div {
    margin-bottom: 7px;
}

.filter-inner div span {
    color: #888888;
    margin-left: 7px;
    vertical-align: top;
}

.block-banner {
    margin-bottom: 35px;
}

.sort-block {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sort-numb {
    text-align: right;
}

@media (max-width: 1024px) {
  .sort-numb {
    text-align: left;
    }
}

.sort-block a,
.sort-block span {
    margin: 0 9px;
}

.sort-block span {
    color: #888;
}

.sort-block a {
    color: #888;
    text-decoration: underline;
}

.sort-block a.active,
.sort-block a:hover {
    color: #F56612;
    text-decoration: none;
}

.catalog-content .img-tovar img {
    /*max-width: 200px;*/
}
.catalog-content{
    
}
 .one-tovar {
    padding-bottom: 15px;
    padding-top: 15px;
    
}

.pagination {
    padding: 20px 0;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    display: block;
    border-radius: 0;
    margin: 40px 0;
}

.pagination a {
    font-size: 15px;
    padding: 7px 11px;
    border: 1px solid #DDDEDE;
    color: #777;
    margin: 0 3px;
}

.pagination a:hover {
    
    text-decoration: none;
}

.pagination .active {
    border-color: #F7F7F9;
    background: #F7F7F9;
    font-weight: 500;
    color: #111;
}

.pagination .active:hover {
    color: #111;
    cursor: default;
}

.pagination .back,
.pagination .next {
    border: 0;
}


.product-price .old-price {
    color: #777777;
    font-size: 15px;
    text-decoration: line-through;
    vertical-align: middle;
}

.product-price  .million  {
    color: #999;
    font-size: 15px;
}

.info-title {
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid #E8E8E8;
    padding: 15px 0;
}

.info-title.no-brd {
    border: none;
    margin-bottom: 6px;
}

.info-title span {
}



.float-right {
    float: right;
}

.product-info span.float-right {
    color: #777;
}

.size-door {
    margin-top: 50px;
}

.size-door-title span {
    font-size: 16px;
}

.size-door-title a span {
    font-size: 13px;
    margin-left: 5px;
}
.size-door-title a:hover {
    text-decoration: none;
    color: inherit;
}

.size-door-title a:hover span {
    text-decoration: none;
}

.size-door-title a i {
    color: #111;
}

.size-door-title a span {
    color: #9C9C9C;
    font-style: italic;
    text-decoration: underline;
}

.size-blocks {
    margin-top: 20px;
    margin-bottom: 20px;
}

.size-blocks a {
    display: block;
    font-size: 15px;
    color: #777;
    border: 1px solid #ddd;
    padding-top: 8px;
    padding-bottom: 8px;
}

.size-blocks a.active {
    color: #111;
    background: #FDE000;
    border-color:#FDE000;
}

.size-blocks a:hover {
    text-decoration: none;
    border-color:#FDE000;
    color: #111;
}

.product-table-content {
    
}

.product-table-content .one-table {
    padding: 15px 30px 15px 30px ;
    border-right: 1px solid #ddd;
}

.product-table-content .one-table.no-brd {
    border-right: 0;
}

.product-table b {
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
}

.input-block.col-sm-6 {
    /*padding-left: 0;
    padding-right: 0;*/
}

.input-block input {
    cursor: pointer;
}

.input-block label {
    font-weight: normal;
    margin-left: 10px;
    vertical-align: top;
}



/*
.product-table .row {
    background: #F7F7F9;
}

.product-table .row.bord-btm {
    border-bottom: 1px dashed #ddd;
}

.dobor b,
.dobor select {
    display: inline-block;
    vertical-align: middle;
}

.dobor b {
    margin-right: 20px;
}

.add-product a {
    color: #111;
    display: block;
    font-size: 15px;
    margin: 20px 0;
    text-transform: uppercase;
}

.add-product a:hover {
    color: #F56612;
    text-decoration: none;
}
*/
select {
    border: 1px solid #ddd;
    border-radius: 20px;
    
    cursor: pointer;
    text-align: center;
}

.product-info select {
    width: 100%;
}

.table-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.your-order thead {
    background: #f7f7f9 none repeat scroll 0 0;
    
}

.your-order .table {
    font-size: 14px;
}

.your-order thead th {
    text-align: center;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px 20px;
}

.total{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.total b {
    font-size: 20px;
    margin-left: 5px;
}

.add-furnitura {
    color: #111;
    background: #FFDF00;
    text-transform: uppercase;
    padding: 15px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.add-furnitura:hover {
    text-decoration: none;
    background: rgba(255,223,0,0.7);
}

.basket-btn-block {
    text-align: right;
}

.add-basket {
    color: #fff;
    text-transform: uppercase;
    padding: 13px 36px 12px 36px;
    background: #FF740C;
	border: none;
    border-radius: 30px;
    display: inline-block;
}



.add-basket:hover {
    text-decoration: none;
    background: rgba(239,88,21,1);
}


@media (max-width: 1280px) {
  .total.text-right, 
  .btn-order,
  .btn-order .basket-btn-block {
    text-align: center!important;
}
}

.furnitura-modal .modal-body {
    padding: 35px 25px;
}

.furnitura-modal .modal-dialog {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.furnitura-modal .tovar-block .more:before {
    color: #f56612;
    content: "\f067";
    float: right;
    font-family: FontAwesome;
    margin-left: 7px;
}

.tovar-block.recomended-content {
    padding-bottom: 0;
}

.tovar-block.recomended-content .grey-bg {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E7E7;
}

.mini-order {
    background: #F7F7F9;
    margin-top: 40px;
    margin-bottom: 10px;
}

.mini-order .l-o-b {
    padding: 20px 30px;
    border-right: 1px dashed #ddd;
    min-height: 90px;
}

.mini-order .total {
    margin-bottom: 0;
    margin-top: 0;
}

.mini-order .add-basket {
    margin-bottom: 0;
    margin-top: 0;
}

.mini-order .total div {
    margin-top: 5px;
}

.mini-order .l-o-b:last-child {
    border-right: 0;
}

.cost-metr {
    color: #777;
    font-size: 15px;
}

.quantity-field {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.quantity-field .w-shadow {
    width: 30px;
    padding: 3px 6px;
    text-align: center;
}

.mini-order .numb .col-md-6 {
    padding-top: 10px;
}

.button.quantity-b {
    margin: 0 3px;
    cursor: pointer;
}

.button.quantity-b.minus i {
    display: block;
    float: left;
    margin-top: 5px;
}

.button.quantity-b.plus i {
    display: block;
    float: right;
    margin-top: 11px;
}

.mini-order .numb {
    font-size: 15px;
}

.mini-order .numb-2 b {
    margin-left: 5px;
    margin-right: 5px;
}

.basket-content .btn-order {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 40px;
}

.your-order .table img {
    max-width: 40px;
    margin-right: 20px;
}

.your-order .table td.text-left {
    padding-left: 3%;
}

.news-list h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-list h4 a {
    text-transform: none;
    color: #111;
}

.news-list p {
    color: #777;
}

.news-list h4 a:hover {
    color: #F56612;
    text-decoration: none;
}

.news-list .data,
.content-news .data {
    color: #777;
    font-size: 12px;
}

.news-list {
    margin-top: 10px;
    margin-bottom: 45px;
}

.news .pagination {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.content-news {
    margin-top: 10px;
    margin-bottom: 30px;
}

/*---------------------*/
/*----- SEO-BLOCK -----*/
/*---------------------*/
.seo-block {
    margin-bottom: 60px;
}

.seo-block .img-responsive {
    margin-bottom: 20px;
}

.seo-block .title {
    margin-bottom: 15px;
}

.seo-block .title .h2 {
    text-transform: none;
    margin-top: 0;
}

/*---------------------*/
/*----- CONTACTS -----*/
/*---------------------*/
.contacts {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
}

.contacts h4 {
    text-transform: none;
}

.rekvizit, .form-block, .map {
    margin-bottom: 20px;
}



.footer-soc a i.fa-instagram{
background: #b49a89;
    
}


@media (max-width: 1280px) {
    

.container 
.header {
}
.slider .item img{
}
.slider .carousel-caption {
    top: 5%;
  }
.slider .carousel-caption h3 {
    font-size: 33px;
    margin-bottom: 10px;
}
.slider .carousel-caption p {
    font-size: 16px;
}
.slider .more {
    margin-top: 5px;
    padding: 8px 35px;
}
.basket .content-basket .col-sm-3 i {
    font-size: 29px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.basket .content-basket {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
}




.footer-soc {
    padding-top: 0px;
    padding-bottom: 0px;
    justify-self: center;
}

.filter-basic__switch{
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }
    .filter-basic__item{
      flex: 0 0 auto;  
    }
    
    
    .filter-basic__link{
        padding: 10px 16px;
        border: 1px solid #E8E8E8;
        border-radius: 20px;
        transition: 0.5s;
        font-size: 16px;
        font-weight: 500;
        display: block;
        
    }
    .pagging__link.active{
	    background-color: #FF740C;
	    color: #fff;
	}
	
	.pagging__arrow_right{
         transform: rotate(-90deg);
    }
    .pagging__arrow_left{
        transform: rotate(90deg);
    }
	
	.pagging__link{
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


@media (min-width: 1280px) {
    .breadcrumbs a{
    color: #313840;
    font-size: 12px;
    text-decoration: none;
}
    .panel-filter{
        border-top: 1px solid #E8E8E8;
        margin-top: 30px;
    }
    .filter-basic{
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
    }
    
    
    
    .filter-basic__link:hover{
        color: #FA7916;
        border: 1px solid #FA7916;
        transition: 0.5s;
    }
    
    
    
    .catalog-product{
            display: flex;
            gap: 42px;
    }
    
    .catalog-filter{
     flex: 0 0 320px;
     align-self: flex-start;
     border-radius: 12px;
    }
    
    .pagging{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 30px;
    }
    
    .pagging__arrow{
        background-color: transparent;
        color: #FF740C;
    }
    .pagging__arrow:disabled{
        color: #E8E8E8;
    }
    
    .pagging__list{
         display: flex;
         align-items: center;
         gap: 13px;
         font-size: 16px;
    }
    
	.pagging__link:hover{
	    background-color: #FF740C;
	    color: #fff;
	}
	.catalog__footer {
	    display: flex;
	    justify-content: space-between;
	    gap: 20px;
	    display: none;
	}  
     .catalog__more{
    border: 1px solid #E8E8E8;
    padding: 10px 16px;
    border-radius: 20px;
    }
    .filters-price{
         
    }
    .filters-price__title{
        margin-bottom: 20px;
    }
    
    
    .filters-price__slider{
        margin-bottom: 30px;
    }
    
    .filters-price__inputs{
        display: flex;
        justify-content: space-between;
    }
    
    .filters-price__label{
        display: flex;
        align-items:center;
        width: 133px;
        height: 40px;
        border: 1px solid #E8E8E8;
        border-radius: 10px;
        padding: 0 10px;
        font-weight: 400;
    }
    .filters-price__text{
        font-size: 16px;
        color: #ccc;
    }
    .filters-price__text:first-child{
        margin-right: 8px;  
    }
    .filters-price__text:last-child{
         margin-left: 8px;  
    }
    
    
    .filters-price__input{
        border: none;
        color: #2e2e2e;
        font-size: 18px;
            font-family: arial;
            width: 100%;
           
    }
   .filters-price__input:active{
       
   }
    .filter-catalog{
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
    }
    
    
    .filter-catalog__title{
        font-weight: 500;
        color: #2e2e2e;
        font-size: 16px;
    }
    .filter-catalog__body{
        
    }
    
     
     
     
     
     
    
    .howi{
       width: 1219px;
       margin:0 auto;
    }
    .wrapper{
        display:none;
    }
    .my-menu{
    padding-left: 0px;
    padding-right: 0px;
    border: 0px solid #ff740c;
    width:1240px;
    
    border-bottom: 0;
    border-radius: 57px;
    height: 56px;
    border-left: 0px;
    border-right: 0px;
        box-shadow: 0px 2px 11px #2a364429;
}
    .img-logoad{
    display:none;
}
.search-btn{
    margin: 6px 0 0 64px;
    top:0;
    left:0;
    
}
    .phone-adaptive{display:none;}
    .viber-adaptive{display:none;}
    
    .navbar-nav li a :hover{
         border: 1px solid #b39b89;
     border-top:0px;
     border-left:0px;
     border-right:0px;
     line-height:0.85;
    }

    .menu-catalog__item{
        position:relative;
    }
    
    .sub-menu-catalog__list {
    position: absolute;
    padding: 20px 30px 20px 15px;
    left: 0;
    top: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden; 
   background: linear-gradient(180deg,transparent, transparent, transparent, #fff 0px);
    transition: all 0.7s;
    min-width:200px;
     box-shadow: 0px 2px 11px #2a364429;
     border-radius: 10px;
     margin-top: 19px;
     font-weight: 300;
    }
    
    
    .sub-menu-catalog__link:hover{
        color: #FF740C;
    }
    
    .menu-catalog__item:hover .sub-menu-catalog__list{
      opacity: 1;
	  visibility: visible;
      margin-top: 4px;
    }
    
     .nav__link{
        cursor: context-menu; 
     }
    
       
    
    .nav__list > li > a:hover ~ .menu-catalog__link{
        color: #b39b89;
    border: 1px solid #b39b89;
   
    }
   
   
   /*.sub-menu-catalog__link:hover{
    color: #b39b89;
    transition: all 0.5s;
    }*/
   
    .wrappere input{
        display:none;
    }
    .mobile-back{
         display:none;
     } 
     .tovar-conteiner {
         display: flex;
         
     }
     .imag-responsive{
         width: 360px;
         height: 100%;
     }
     .tovar-item{
         
     }
     .tovar-content{
         display: flex;
         flex-direction:column;
     }
     .info-title{
         width: 600px;
     }
     .tovar-block>.no-margin{
         
     }   
     .products{
         display: grid;
   grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
     }
     
     
     /*1280*/
} 

@media (max-width: 1280px) {
    .navbar-collapse.in li a:hover {
		color: #2e2e2e;
	}
	
	.nav > li > a:hover, .nav > li > a:focus {
		text-decoration: none;
		background-color: transparent;
	}
    .header__nav {
        position:fixed;
        left:0;
        top:0;
        
        width:100%;
        height: 100vh;
        z-index:2;
        box-shadow: 6px 0 11px #2a364429;
        background-color: #fff;
        transform: translateX(-150vw);
        transition: 0.7s;
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    .nav__list{
        margin: 0px;
        padding: 0 30px;
        display: flex;
        flex-direction:column;
        align-items: flex-start;
        padding: 0;
        padding-top: 60px;
        position: relative;
        transition: all 0.7s;
    }
    
    
    
        
        
    .nav__item{
         margin-left: 0 !important; 
         width: 100%;
         padding: 0;
         position: static;
    }
    
    
    .nav__link,
    .sub-menu-catalog__link,
    .dropdown-submenu__list-item a,
    .dropdown-list__link {
        padding: 20px 30px !important; 
        width: 100%;
        display: flex;
        justify-content:space-between;
        align-items: center;
        border-bottom: 1px solid #bfbfbf;
            background-color: #fff;
                font-size: 18px;
                transform: 0.5s;
    }
    
    
    
    .nav__list--dropdown{
        position:absolute;
        top:0;
        right: auto;
        left:100%;
        box-shadow:none;
        width: 100%;
    }
    
    .nav__list--dropdown{
        
        opacity: 1;
        visibility: visible;
        display:none;
    }
    
    
    .dropdown-submenu__item{
        width: 100%;
        padding: 0;
        border: none;
    }
    .dropdown-list__item{
        width: 100%;
    }
    
    
    
    .navbar-nav>li {
        margin: 0px 0px 0px 0px;
        height: 100%;
    }
    .navbar-nav li:first-child {
    margin: 0px 0px 0px 0px;
}
    .menu-catalog__link{
        font-size:18px;
        
    }
    
    
    .lock {
        overflow: hidden;
    }
    
    .nav__list.transformation{
        transform: translateX(-100%);
        transition: 0.7s;
    }
    
    .nav__list--dropdown.transformation{
        opacity: 1;
        visibility: visible;
        display:block;
        transition: 0.7s;
        transform: none;
        background-color: #fff;
    }
    
    .header__nav.open{
        transform: translateX(0);
        transition: 0.7s;
    }
        
    .overlay.open{
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }
    
    
    
    
    
    
    
    
    .menu-catalog__link{
       position:relative;
           
    }
    
    .menu-catalog__link:before,
    .menu-catalog__link:after{
        content: '';
        background-color: #2e2e2e;
        position:absolute;
        width: 10px;
        height: 1px;
        right: 30px;
    }
    .menu-catalog__link:before{
        transform: rotate(45deg);
        top:26px;
        transition: all 0.5s ease 0s;
    }
    .menu-catalog__link:after{
        transform: rotate(-45deg);
        bottom:26px;
        transition: all 0.5s ease 0s;
    }
    .mobile-back{
        padding-left: 30px;
    }
    .mobile-back a {
        position: relative;
        border: none;
        display: flex;
        align-items: center;
        justify-content: start;
        
    }
    
    .mobile-back a::before,
    .mobile-back a::after{
        content: '';
        background-color: #FF740C;
        position:absolute;
        width: 10px;
        height: 1px;
        left: 0;
    }
    .mobile-back a::before{
        transform: rotate(-45deg);
        top:25px;
        transition: all 0.5s ease 0s;
    }
    .mobile-back a::after{
        transform: rotate(45deg);
        bottom:25px;
        transition: all 0.5s ease 0s;
    }
    .nav > li{
        position: static;
    }
    
    .overlay.open ~ .burger {
        display:none;
        transition: all 0.5s
    }
    .overlay {
        display:none;
        transition: all 0.5s
    }
    .overlay.open {
        display:block;
        transition: all 0.5s
    }
    
    .nav__link:active:before{
        transform: rotate(-45deg);
        background-color: #FF740C;
        right:-10px;
    }
    .nav__link:active:after{
        transform: rotate(45deg);
        background-color: #FF740C;
        right:-10px;
    }
    .mobile-back__link:active:after{
        background-color: #2e2e2e;
        transform: rotate(-45deg);
        left:-40px;
    }
    .mobile-back__link:active:before{
        background-color: #2e2e2e;
        transform: rotate(45deg);
        left:-40px;
    }
    
}   /*414*/
     
 /*.nav__list--dropdown{
        display:none;
    }  transform: rotate(45deg);
/*цвет анимация*/
    
    

    .search_logo{
        color: #ccc;
    }
    .filter_row:ntn-child(2) input  {
        display: none;
    }
   
    #color__0{
       display: none; 
    }
    
    .img-tovar{
        max-width: 100%;
        max-height: 100%;
        
    }
    .price-block{
        color: #2e2e2e;
    }
    .pagination{
        display: flex;
       
        
    }
    .pagination a {
        border: none;
        
    }
    
    
    
    .pagging__link.active:nth-child(first-child+1){
        display: none;
       
    }
    
    .pagging__arrow:hover{
        color:#FF740C;
    }
    
    .pagging__link.active:hover{
        color: #fff;
       
    }
    @media (min-width: 1280px){
    .menu-catalog__item:hover .menu-catalog__link{
    border: 0px solid #FF740C;
    color:#FF740C;
    }
    .footer-products__link,
    .copirate-slider__text,
    .menu-catalog__link{
        position: relative;
    }
    .footer-products__link:after,
    .chapter-useful__content-title:after,
    .copirate-slider__text:after,
    .menu-catalog__link:after{
        content:'';
        bottom:0;
        height: 1px;
        left:50%;
        position: absolute;
        background: #FF740C;
        transition: width 0.7s ease 0s, left 0.7s ease 0s;
        width: 0;
    }
    .footer-products__link:hover:after,
    .chapter-useful__content-title:hover:after,
    .copirate-slider__text:hover:after,
    .menu-catalog__link:hover:after{
    width: 100%;
    left:0;
    }
.chapter-useful__link:hover .chapter-useful__content-title:after,
.copirate-slider__slide:hover .copirate-slider__text:after,
.menu-catalog__item:hover .menu-catalog__link:after{
    width: 100%;
    left:0;
}
.copirate-slider__text{
    padding-bottom: 10px;
}


.pagging__arrow,
.pagging__link{
   transition: all 0.7s ease 0s; 
}
}



.sorting-header{
    font-size: 16px;
}
.container-sorting{
    display: flex;
    align-items: center;
    gap: 10px;
}
.select-wrap{
    width: 160px;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
	background: #2e2e2e;
  height: 1px;
  width: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  pointer-events: none;
	transition: all 0.5s ease;
	transform: rotate(-45deg);
	animation: bird1a;
	Animation-duration: 0.5s;
		border-radius: 1px;
}
.choices[data-type*=select-one]::before {
  content: "";
	background: #2e2e2e;
  height: 1px;
  width: 8px;
  position: absolute;
  right: 21px;
  top: 50%;
  pointer-events: none;
	transition: all 0.5s ease;
	transform: rotate(45deg);
animation: bird1b;
	Animation-duration: 0.5s;
	border-radius: 1px;
}
.choices[data-type*=select-one].is-open::after {
  background: #FF740C;
	transform: rotate(45deg);
	animation: birda;
	Animation-duration: 0.5s;
}
.choices[data-type*=select-one].is-open::before {
  background: #FF740C;
	transform: rotate(-45deg);
	animation: birdb;
	Animation-duration: 0.5s;
}

    @keyframes birda {
        0% {
             width: 8px;
             right: 16px;
        }
        50% { 
             width: 4px;
             right: 18px;
           
        }
        100% {
            width: 8px;
            right: 16px;
        }
    }
    @keyframes bird1a {
        0% {
             width: 8px;
             right: 16px;
        }
        50% { 
             width: 4px;
             right: 18px;
           
        }
        100% {
            width: 8px;
            right: 16px;
        }
    }
    @keyframes birdb {
        0% {
             width: 8px;
        }
        50% { 
             width: 4px;
           
        }
        100% {
            width: 8px;
        }
    }
    
    @keyframes bird1b {
        0% {
             width: 8px;
        }
        50% { 
             width: 4px;
           
        }
        100% {
            width: 8px;
        }
    }
    
    



.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: transparent;
  padding: 10px 16px;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  font-size: 16px;
  min-height: auto;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #FF740C;
	
}
.is-open .choices__inner {
  border-radius: 20px;
	border: 1px solid #E8E8E8;
	background-color: transparent;
	padding: 10px 16px;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  width: 100%;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  width: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-top: 20px;
  border-radius: 10px;
	overflow-y: auto;
	opacity: 0;
  visibility: hidden;
  top: 100%;
  transition: all 0.5s ease;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
	margin-top: 5px;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color:#FF740Ced;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px 16px;
  font-size: 16px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__item--selectable{
	transition: all 0.5s ease;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  color: #FF740C;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}


.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */

.is-open .choices__list--dropdown{
	border-radius: 10px;
}

.choices__list--dropdown.is-active{
	margin-top: 5px;
}

.choices__item.is-selected {
	display: none;
}
.choices__list--dropdown{
    background: #fff;
}

 #purpose__0{
    display: none;
    
}
#purpose__1{
    display: none;
}

.filter_row>input{
   display: none;
}

.filter_row>label{
   font-size: 16px;
   font-weight: 500;
   padding: 5px 10px;
    
    color: #2e2e2e;
}


.filter_row>label{
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-bottom: 0;
}
.filter_row>label:before{
    content: '';
    width: 51px;
    align-self: flex-start;
    margin-right: 10px;
    height: 31px;
    border-radius: 31px;
    background: #e8e8e8;
    
}
.filter_row>label:after{
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    top: 7px;
    left:12px;
    height: 27px;
    width: 27px;
    z-index: 1;
    transition: all 0.5s ease;
    box-shadow: 0px 2px 2px 0px rgba(42, 54, 68, 0.20);
    
}
.filter_row>input:checked + label:after{
    left:32px;
    transition: all 0.5s ease;
    box-shadow: none;
    
}
.filter_row>input:checked + label:before{
    background: #FF740C;
}


.filter_block{
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 5px;
 
}
.filter_row{
    flex: 0 0 auto;
}
.filter_head{
    flex: 1 1 100%;
    font-size: 16px;
   font-weight: 500;
}

.filter_row sup{
    display: none;
}




.filter_row.unactive {}

label[for="inside-colors__0"]:after,
label[for="inside-colors__1"]:after,
label[for="inside-colors__2"]:after,
label[for="inside-colors__3"]:after,
label[for="inside-colors__4"]:after,
label[for="inside-colors__5"]:after,

label[for="outside-colors__1"]:after,
label[for="outside-colors__2"]:after,
label[for="outside-colors__3"]:after,
label[for="outside-colors__4"]:after,
label[for="outside-colors__0"]:after{
    display: none;
}
label[for="inside-colors__0"]:before,
label[for="inside-colors__1"]:before,
label[for="inside-colors__2"]:before,
label[for="inside-colors__3"]:before,
label[for="inside-colors__4"]:before,
label[for="inside-colors__5"]:before,

label[for="outside-colors__1"]:before,
label[for="outside-colors__2"]:before,
label[for="outside-colors__3"]:before,
label[for="outside-colors__4"]:before,
label[for="outside-colors__0"]:before{
    content: '';
    background: url('/assets/images/colors/checkmark.svg') center no-repeat;
    width: 100%;
    height: 100%;
    align-self: center;
    margin-right: 0;
    transform: scale(0);
    transition: all 0.5s ease;
}
.filter_row>input:checked + label[for="inside-colors__0"]:before,
.filter_row>input:checked + label[for="inside-colors__1"]:before,
.filter_row>input:checked + label[for="inside-colors__2"]:before,
.filter_row>input:checked + label[for="inside-colors__3"]:before,
.filter_row>input:checked + label[for="inside-colors__4"]:before,
.filter_row>input:checked + label[for="inside-colors__5"]:before,

.filter_row>input:checked + label[for="outside-colors__1"]:before,
.filter_row>input:checked + label[for="outside-colors__2"]:before,
.filter_row>input:checked + label[for="outside-colors__3"]:before,
.filter_row>input:checked + label[for="outside-colors__4"]:before,
.filter_row>input:checked + label[for="outside-colors__0"]:before{
    background: url('/assets/images/colors/checkmark.svg') center no-repeat;
    transform: scale(1);
}

label[for="inside-colors__0"],
label[for="inside-colors__1"],
label[for="inside-colors__2"],
label[for="inside-colors__3"],
label[for="inside-colors__4"],
label[for="inside-colors__5"],

label[for="outside-colors__1"],
label[for="outside-colors__2"],
label[for="outside-colors__3"],
label[for="outside-colors__4"],
label[for="outside-colors__0"]{
    font-size: 0px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    justify-content: center;
    border: 1px solid #e8e8e8;
    transform: scale(1);
    transition: all 0.5s ease;
}
label[for="outside-colors__0"]{
    background: url('/assets/images/colors/mednyij-antik.png') 0 0/100% 100% no-repeat;
}
label[for="outside-colors__1"]{
    background: url('/assets/images/colors/antik-serebro.png') 0 0/100% 100% no-repeat;
}
label[for="outside-colors__2"]{
    background: url('/assets/images/colors/satin-grafit.jpg') 0 0/100% 100% no-repeat;
}
label[for="outside-colors__3"]{
    background: url('/assets/images/colors/beton-grafit.jpg') 0 0/100% 100% no-repeat;
}
label[for="outside-colors__4"]{
    background: url('/assets/images/colors/chernyij.jpg') 0 0/100% 100% no-repeat;
}

label[for="inside-colors__0"]{
    background: url('/assets/images/colors/rustikalnyj-dub.png') 0 0/100% 100% no-repeat;
}
label[for="inside-colors__1"]{
    background: url('/assets/images/colors/venge.jpg') 0 0/100% 100% no-repeat;
}
label[for="inside-colors__2"]{
    background: url('/assets/images/colors/belyij-yasen.jpg') 0 0/100% 100% no-repeat;
}
label[for="inside-colors__3"]{
    background: url('/assets/images/colors/listvennicza-bezh.jpg') 0 0/100% 100% no-repeat;
}
label[for="inside-colors__4"]{
    background: url('/assets/images/colors/beton-snezhnyij.jpg') 0 0/100% 100% no-repeat;
}
label[for="inside-colors__5"]{
    background: url('/assets/images/colors/belyij.jpg') 0 0/100% 100% no-repeat;
}

.filter_row>input:checked + label[for="inside-colors__0"],
.filter_row>input:checked + label[for="inside-colors__1"],
.filter_row>input:checked + label[for="inside-colors__2"],
.filter_row>input:checked + label[for="inside-colors__3"],
.filter_row>input:checked + label[for="inside-colors__4"],
.filter_row>input:checked + label[for="inside-colors__5"],

.filter_row>input:checked + label[for="outside-colors__1"],
.filter_row>input:checked + label[for="outside-colors__2"],
.filter_row>input:checked + label[for="outside-colors__3"],
.filter_row>input:checked + label[for="outside-colors__4"],
.filter_row>input:checked + label[for="outside-colors__0"]{
    border: 1px solid #FF740C;
}
.filter_row.unactive label[for="inside-colors__0"],
.filter_row.unactive label[for="inside-colors__1"],
.filter_row.unactive label[for="inside-colors__2"],
.filter_row.unactive label[for="inside-colors__3"],
.filter_row.unactive label[for="inside-colors__4"],
.filter_row.unactive label[for="inside-colors__5"],

.filter_row.unactive label[for="outside-colors__1"],
.filter_row.unactive label[for="outside-colors__2"],
.filter_row.unactive label[for="outside-colors__3"],
.filter_row.unactive label[for="outside-colors__4"],
.filter_row.unactive label[for="outside-colors__0"]{
    height: 0;
    width: 0;
    transform: scale(0);
    transition: all 0.5s ease;
}









.filter_row.unactive{
    order:44;
    
}
.header-container:before,
.header-container:after{
    display: none;
}
.basket{
    width: 190px;
    margin-left: 22px;
}
@media (min-width: 1280px){
    .navbar-header>.basket{
        display: none;
    }
    .more{
    opacity: 0;
    visibility: hidden;
    transition: all 0.75s ease;
    border-radius: 10px;
}
.basket-button{
    opacity: 0;
    visibility: hidden;
    transition: all 0.75s ease;
}


.one-tovar{
    transition: all 1.5s ease;
}

.one-tovar:hover .more,
.one-tovar:hover .basket-button{
    opacity: 1;
    visibility: visible;
}
.one-tovar:hover .more:hover{
    color: #FF740C;
}
.one-tovar:hover{
    border-radius: 16px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
}
    

}


@media (max-width: 1280px){
    .navbar-header{
        float: inherit
    }
    
    .one-tovar{
    border-radius: 16px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    min-width: 264px;
}
   .products{
    display: grid;
    gap: 30px;
    grid-template-columns:repeat(1, 1fr);
   } 
    
    
    .navbar-header>.basket{
        display: block!important;
        width: 28px;
        height: 28px;
        margin:0;
        
    }
    .navbar-header>.basket>.content-basket{
        padding:0;
    }
    .navbar-header>.basket>.content-basket>.basket-conteiner>.basket_logo_go>.summa
    {
        display: none;
    }
}

@media (max-width: 500px){
    .basket-info{
        align-items:center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap:0px;
    }
    .one-tovar {
        min-width: 264px;
    }
}
@media (min-width: 500px){
    .basket-info{
        justify-content: center;
        flex-wrap: wrap;
        gap:15px;
    }
    .one-tovar{
        min-width: 212px;
    }
}



@media (min-width: 600px){
    .basket-info{
        align-items:center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap:0px;
    }
    .one-tovar {
        min-width: 264px;
    }
    
}

.basket-info{
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    
}
.shopping-basket{
    font-weight: 400;
}


.basket-button b{
   font-weight: 500;
   color: #fff;
}

.basket-button{
    padding: 10px 28px;
    border-radius: 10px;
    background: #FF740C;
}

.product-slider{
    max-width: 500px;
    max-height: 500px;
}

.product-slider .swiper-pagination-bullet-active{
    width: 16px;
    height: 8px;
    border-radius: 8px;
    
}
.product-slider .swiper-pagination-bullet{
    background-color: #F56612;
}
.product-desktop .swiper-pagination-bullet{
    background-color: #F56612;
}
.product-imag{
    display: flex;
    justify-content: center;
    align-items: center;

}
		  



.filters-reset{
    padding: 10px 16px;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    display: block;
    background: transparent;
}
		  

@media (max-width: 780px){
    .container-product__card{
     overflow: hidden;   
    }
    
    
   .product-slider{
    max-width: 174px;
    max-height: 380px;
   } 
   .product-slider__imag{
    max-width: 174px;
    max-height: 380px; 
   }
   .product-slider__slide{
    border-radius: 2px;
   }
}

@media (max-width: 1280px){
    .product-slider{
        max-width: 200px;
        max-height: 380px;
   } 
   .product-slider__imag{
    max-width: 200px;
    max-height: 380px; 
   }
}
@media (min-width: 280px){
  .product-desktop,
  .desktop-preview{
    display: none;
    }
.chapter-goods{
    gap:20px;
    }
}


@media (min-width: 1280px){
    
    
    .sorting-mobile,
    .filters-mobile{
        display: none;
    }
    
    .goods-filters{
        display: none;
    }
    
    .filters-header{
        display: none;
    }
    .filter-burger{
        display: none;
    }
    
    .breadcrumbs{
        margin: 20px auto;
    }
  .infoproduct-bottom{  
    border-top: 1px solid #E8E8E8;
  }  
    
    
.product-desktop{
    display: block;
    max-width: 470px;
    height: 470px;
    position: relative;
}
.product-desktop__imag{
    max-height: 470px;
    max-width: 470px;
    display: block;
    
}

.product-desktop .swiper-slide{
    opacity: 0;
}
.product-desktop .swiper-slide-active{
    opacity: 1;
}

.desktop-preview{
    max-height: 470px;
    max-width: 110px;
    display: block;
}

.desktop-preview__slide{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop-preview__imag{
    max-height: 110px;
    padding: 10px;
    max-width: 110px;
    
}


.product-slider{
    display: none;
}
.product-desktop__slide {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.product-imag{
    display: flex;
    gap: 10px;
}

.desktop-preview .swiper-slide-thumb-active{
    border: 1px solid #FF740C;
    border-radius: 10px;
}
.product-basket{
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 24px;
}
}
.product-price b {
    font-size: 32px;
    font-weight: 700;
    
}
.product-price span {
    font-size: 16px;
}
.add-basket b {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2px;
}
.first-i-t{
    font-size: 14px;
    font-weight: 600;
}


.shk-item:before,
.shk-item:after,
.tovar-conteiner:before,
.catalog-content:before{
    display: none;
}
.description-button,  
.characteristics-button{
    font-size:20px;
    background-color: transparent;
     padding: 7px 0;
}
.title-tovar{
    margin-top: 6px;
    font-size: 24px;
    font-weight: 700;
}
.chapter-goods{
    display: flex;
    
    margin-top: 20px;
}
    
   .othersizes-product{
       margin-top: 20px;
   }
    .tovar-conteiner{
       margin-bottom: 30px; 
    }
    .infoproduct-bottom{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    
    
.grey-bg{
    margin-top: 0;
}


.info-title{
    display: flex;
    gap: 15px;
}
.first-i-t{
    width: 110px;
    display: inline-block;
}

#inside-сolor {
    color: red;
}
.product-card{
    display: flex;
    gap: 15px;
    align-items: flex-start;
    line-height: 1.43;
}
.characteristics{
    display: flex;
    flex-direction:column;
    gap: 20px;
}
.product-card__title{
    min-width: 148px;
    font-size: 14px;
    font-weight: 600;
}
.product-card__info{
    font-size: 14px; 
}



.othersizes-product,
.count-product{
        align-items: start;
    }  
.side-product__info,
.size-product__info{
    position: relative;  
    cursor: pointer;
}

.side-product__info:before,
.size-product__info:before{
    content: "";
    bottom: -2px;
    height: 1.5px;
    left: 50%;
    position: absolute;
    background: #FF740C;
    transition: width 0.5s ease 0s, left 0.5s ease 0s;
    width: 0;
}
.side-product__info.active:before,
.size-product__info.active:before{
    width: 100%;
    left:0;
}

.color-product__inform,
.edge-product__info,
.glass-product__info,
.color-product__info{
    display: flex;
    position: relative;
    align-items:center;
    transition: all 0.5s ease;
    cursor: pointer;
}
.color-product__inform:before,
.edge-product__info:before,
.glass-product__info:before,
.color-product__info:before{
    content: "";
    z-index: 1;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 8px;
    background: #000;
    position: relative;
}
.color-product__white:before{
    background: #f0f0f0;
}
.color-product__bronze:before{
    background: #6d625c;
}
.color-product__black:before{
    background: #2e2e2e;
}
.color-product__chrome:before{
    background: #d9dade;
}
.color-product__mat-chrome:before{
    background: #bcbdbf;
}
.color-product__gold:before{
    background: #deb772;
}

.color-product__inform:after,
.edge-product__info:after,
.glass-product__info:after,
.color-product__info:after{
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border: 0px solid #FF740C;
    border-radius: 50%;
    top: -4px;
    left: -4px;
    transform: scale(0.7);
    transition: all 0.5s ease;
}
.color-product__inform.active:after,
.edge-product__info.active:after,
.glass-product__info.active:after,
.color-product__info.active:after{
    border: 1.5px solid #FF740C;
    transform: scale(1);
    transition: all 0.5s ease;
}
.systems-product__info.active{
    color: #FF740C;
    
}
.systems-product__info{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s ease;
    width: 80px;
}
svg.systems-product__imag {
    opacity: 0.7;
    text-align: center;
    transition: all 0.5s ease;
    
}
.systems-product__info.active svg.systems-product__imag {
    opacity: 1;
    transition: all 0.5s ease;
    
}
.threshold-product__title{
    font-size: 16px;   
}
.threshold-product__info{
    color: #FF740C;
    font-size: 16px; 
}



@media (max-width: 1280px){
    .visible-xs {
    display: block !important;
    }
    
    
    
    .sorting-desktop{
        display: none;
    }
    
    .filters-mobile{
        display: flex;
        justify-content: end;
        margin-top: 20px;
    }
    
    .goods-filters{
        display: flex;
        justify-content: center;
    }
    
   .all-goods {
    
    padding: 12px 24px;
    border: 1px solid #E8E8E8;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    background-color: #FF740C;
    color: #fff;
   }
    .filters-adaptive{
        display: none;
    }
    .filters-header{
        display: none;
    }
    .filters-header.active{
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 55px;
        left: 0;
        right: 0;
        z-index: 11;
        background-color: #fff;
        padding: 20px;
    }
    
    
    .search-link{
        position: relative;
       
        height: 36px;
    }
    .search-filters{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .filter-catalog{
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 10;
        padding: 90px 20px 20px;
        transition: all 0.7s ease;
        overflow: auto;
    }
    .filter-catalog.active{
         right: 0;
    }
    .filter-burger{
        display: block;
        position: relative;
        width: 25px;
        height: 14px;
    }
    .filter-burger__line{
        position: absolute;
        background-color: #2e2e2e;
        left: 0;
        width: 100%;
        height: 1px;
        transition: all 0.5s ease;
    }
    .filter-burger__line-top{
        top: 0;
    }
    .filter-burger__line-bottom{
        bottom: 0;
    }
    
    .filter-burger__line-top:before{
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #2e2e2e;
        background-color: #fff;
        display: block;
        top: -3px;
        left: 3px;
        position: absolute;
        transition: all 0.5s ease;
    }
    .filter-burger__line-bottom:before{
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #2e2e2e;
        background-color: #fff;
        display: block;
        bottom: -3px;
        right: 3px;
        position: absolute;
        transition: all 0.5s ease;
    }
    
    .filter-burger.active .filter-burger__line-bottom{
        transform: rotate(45deg);
        bottom: 7px;
        background-color: #FF740C;
    }
     .filter-burger.active .filter-burger__line-top{
        transform: rotate(-45deg);
        top: 7px;
        background-color: #FF740C;
    }
    
    .filter-burger.active .filter-burger__line-bottom:before,
    .filter-burger.active .filter-burger__line-top:before{
        transform: scale(0);
    }
    
    
    .filter_row{
        
        flex: 0 0 auto;
    }
    .products{
       margin-top: 105px; 
    }
    .filters-price{
        display: none;
    }
    
    .tovar-conteiner{
        margin-bottom: 0; 
    }
    .img-tovar > img{
        max-width: 250px;
        max-height: 250px;
    }
    .product-card{
      flex-wrap: wrap;
    }
    .product-card__title{
       width: 100%; 
    }
    .threshold-product__title{
        max-width: max-content; 
    }
    
    .product-basket{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .container-sorting{
        margin-top: 15px;
    }
    
    
    form{
       
    }
    .search-batton{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 36px;
        height: 36px;
        background: #ff740c29;
        border-radius: 50%;
        transition: all 1s ease;
        z-index: 4;
    }
    
    .search-batton:before{
        content: "";
        position: absolute;
        top: 24px;
        right: 0;
        bottom: 0;
        left: 21px;
        width: 6px;
        height: 1px;
        background: #FF740C;
        transform: rotate(45deg);
        transition: all 0.5s ease;
    }
    .search-batton:after{
        content: "";
        position: absolute;
        margin: auto;
        top: -2px;
        right: 0;
        bottom: 0;
        left: -2px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid #FF740C;
        transition: all 0.5s ease;
    }
    .form-mobile{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 36px;
        height: 36px;
        outline: none;
        
        
       
        border-radius: 36px;
        
        transition: all 1s ease;
        opacity: 0;
        z-index: 5;
    }
    .form-mobile:focus{
        width: 300px;
        opacity: 1;
       border: 1px solid #FF740C;
        
    }
    .form-mobile:focus ~ .search-batton{
        left: 264px;
       background: #ff740c29;
        z-index: 6;
       
    }
    .form-mobile:focus ~ .search-batton:before{
        top: 18px;
        left: 11px;
        width: 14px;
         background: #FF740C;
    }
    .form-mobile:focus ~ .search-batton:after{
        top: 0;
        left: 0;
        width: 14px;
        height: 1px;
        border: none;
        
        border-radius: 0%;
        transform: rotate(-45deg);
         background: #FF740C;
    }
    
    
    
    .search-btnmobile{
     display: none;   
    }
    
    .sorting-mobile{
     margin-left: 36px;   
    }
    
    
}
.tovar-conteiner:after{
    display: none;
}
.size-product__body{
    display: grid;
    gap: 15px;
    grid-template-columns:repeat(2, 1fr);
}

.systems-product{
    align-items: center;
}
.edge-product__body,
.glass-product__body,
.color-product__body{
    display: flex;
    gap:15px;
    flex-wrap: wrap;
}

.filter-basic__link.active{
    
    color: #FA7916;
    background-color: #ff740c1a;
    border: 1px solid #ff740c00;
}


@media (min-width: 1280px){
    .menu-catalog__katalog-dveri.active:after,
    .menu-catalog__katalog-furnitura.active:after{
        width: 100%;
        left:0;
    }
    
}   

@media (min-width: 500px){
  .products {
    grid-template-columns: repeat(2, 1fr);  
  }
  .img-tovar > img {
    max-width: 200px;
    max-height: 200px;
  }
  
}

@media (min-width: 768px){
    .img-tovar > img {
     max-width: 250px;
     max-height: 260px;
  }
}

@media (min-width: 1100px){
    .img-tovar > img {
     max-width: 250px;
     max-height: 350px;
  }
}


@media (min-width: 932px){
    .products {
    grid-template-columns: repeat(3, 1fr);  
  }
}



@media (min-width: 1280px){
  .products {
    grid-template-columns: repeat(3, 1fr);  
  }
  
  
  
}

  .container-text{
      font-size: 16px;
      line-height: 1.4;
  }
  .content-head{
       font-size: 26px; 
       margin-top: 10px;
}
  .container-text{
      max-width: 1000px;
      margin-bottom: 40px;
  }
  .content-title{
      font-size: 22px;
  }
  .content-subtitle{
      font-size: 22px;
  }
  .content-minititle{
      font-size: 16px;
  }
  .content-text{
      
  }
  .advantage-list__number li{
      list-style: inherit;
      font-size: 16px;
      margin: 10px 10px 10px 30px;
  }
  .item-instagram{
      margin: 20px 0 10px 0;
      display: block;
      font-weight: 500;
  }
  .item-instagram span{
      color: blue;
    
  }
  .content-text.text-medium{
      font-weight: 500;
  }
  .company-foto{
      margin: 10px 10px 10px 10px;
      overflow: hidden;
      max-width: 100%;
      position: relative;
  }
  .company-foto__imag{
      max-width: 100%;
       border-radius: 10px;
  }
  .company-foto .swiper-pagination-bullet {
       background-color: #F56612;
       
  }
  .title-italic{
      font-style: italic;
       font-weight: 400;
       font-size: 18px;
       color: #767575;
  }
  @media (min-width: 568px){
      .company-foto .swiper-pagination{
          
      }
  }
  .advantages{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 30px;
    gap: 57px;
  }
  .advantages-chapter{
    display: flex; 
    gap: 14px;
  }
  
  .advantages__text{
    line-height: 1.75;
  }
  
  
  
    @media (min-width: 320px){
      .advantages-chapter{
        flex: 1 1 100%;
        flex-direction: row;
        align-items: center;
      }
       .advantages{
            gap: 20px; 
            flex-wrap: wrap;
       }
     .advantages__text{
          font-size: 14px; 
      }  
  }
  .advantages__logo svg{
        height: 48px;
  }
  
  
  
  
  @media (min-width: 768px){
      .advantages__logo svg{
        height: 52px;
      }
      .advantages-chapter{
        flex: 0 1 230px;
        flex-direction: column;
        align-items: center;
      }
       .advantages{
          gap: 40px; 
          flex-wrap: nowrap;
       }
  }
  @media (min-width: 933px){
      .advantages__logo svg{
        height: 63px;
      }
      
      
      .advantages__text{
          font-size: 16px; 
      }
      .advantages-chapter{
           flex: 0 1 360px;
      }
  }
 
 @media (min-width: 280px){
         .bestseller{
            display: grid;
            gap: 30px;
  }
 }
 
 @media (min-width: 500px){
        .bestseller{ 
          grid-template-columns: repeat(2, 1fr);
 }
 }
 
 @media (min-width: 932px){
        .bestseller{ 
          grid-template-columns: repeat(3, 1fr);
 }
 }
 
 
  @media (min-width: 1280px){
      .advantages-chapter-questions{
          flex: 0 1 294px;
      }
      .advantages-chapter-price{
          flex: 0 1 202px;
      }
      .advantages-chapter-guarantee{
          flex: 0 1 275px;
      }
      .advantages-chapter-delivery{
          flex: 0 1 277px;
      }
      .advantages-chapter{
        flex-direction: row;
        align-items: start;
        gap: 14px;
      }
      .advantages{
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin-top: 30px;
        gap: 57px;
  }
      .bestseller{ 
          grid-template-columns: repeat(4, 1fr);
 }
      
  }
  
  .recomended{
      margin-top: 60px;
  }
  .recomended-block{
        display: flex;
        justify-content: space-between;
        align-items: center;
  }
  .recomended-title{
      font-size: 22px; 
      font-weight: 600;
  }
  .recomended-sections__chapter.active{
      color: #FF740C;
      font-weight: 500;
  }
  .recomended-sections__chapter{
      cursor: pointer;
  }
  
  .recomended-sections{
    display: flex;
    font-size: 16px;
   
    gap: 20px;
  }
  .recomended-sections__bestsellers.recomended-sections__chapter.active .sections-bestsellers{
      display: none;
  }
  .sections-discounts{
      display: none;
  }
 
  @media (min-width: 260px){
      .arrow-button-desktop{
        display: none;  
      }
      .arrow-button-mobile{
          display: block;
      }
      
      
       .copirate-slider{
        position: relative;
        overflow: hidden;
        width: 100%;
       
      }
      .copirate-slider__slide{
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .copirate-slider__image{
        border-radius: 10px;
        text-align: center;
      }
      
      .chapter-useful__image,
      .copirate-slider__image img{
        max-width: 100%;
	    max-height: 100%;
	    border-radius: 10px;
      }
      .copirate-slider__text{
        font-size: 16px;
        font-weight: 500;
        margin-top: 20px;
      }
      .copirate-slider .swiper-pagination{
            top: 70%;
        }
   }
   @media (min-width: 375px){
      .copirate-slider .swiper-pagination{
            top: 75%;
        }
  }
  @media (min-width: 414px){
      .copirate-slider .swiper-pagination{
            top: 78%;
        }
  }
   
   
  @media (min-width: 500px){
      .copirate-slider .swiper-pagination{
            display: none;
        }
        .copirate-slider-batton-prev,
        .copirate-slider-batton-next{
            top: 42%;
        }
        .copirate-slider .copirate-slider-batton-prev,
        .copirate-slider .copirate-slider-batton-next{
            opacity: 1;
        }
        
  }
  
  
  @media (min-width: 1280px){
      .arrow-button-desktop{
        display: block;  
      }
      .arrow-button-mobile{
          display: none;
      }
      
        .copirate-slider__text{
            font-size: 18px;
        }
        
      
        .copirate-slider .copirate-slider-batton-prev,
        .copirate-slider .copirate-slider-batton-next{
            opacity: 0;
        }
        .copirate-slider:hover .copirate-slider-batton-prev,
        .copirate-slider:hover .copirate-slider-batton-next{
            opacity: 1;
            transition: all 0.7s ease;
        }
        
        
        
  }
    .copirate-block-title{
        font-size: 22px;
        font-weight: 600;
        
    }
    .copirate-block{
        margin-top: 40px;
    }
    .copirate-block-title{
        margin-top: 0;
        margin-bottom: 40px;
    }
    .news-block{
        display: none;
    }
    .arrow-button path {
        color: #ffffff00;
}

  .container-text-useful{
      max-width: 1000px;
  }
    

    .useful-image{
        margin: 0 0 20px 20px;
        max-width: 100%;
	    max-height: 100%;
        float: right;
        border-radius: 10px;
    }
    @media (min-width: 500px){
        .useful-image{
            max-width: 45%;
        }
    }
    
    
    .useful-block__item{
        color: blue;
        font-weight: 500;
        text-decoration: underline;
    }
     .content-subtitle-p{
        margin-top: 20px;
     }
    .useful-block-text li{
        list-style: inherit;
        margin: 10px 10px 10px 30px;
    }
    .content-subtitle{
        font-weight: 500;
    }
    
    .chapter-useful{
        
    }
    
    .useful-list{
        margin-top: 10px;
        display: grid;
        gap: 30px;
    }
    
    @media (min-width: 260px){
        .useful-list{
            grid-template-columns: repeat(1, 1fr);
        }
        .chapter-useful__content-title{
            font-size: 16px;
            font-weight: 500;
            margin-top: 20px;
        }
    }
    
    @media (min-width: 500px){
        .useful-list{
            grid-template-columns: repeat(2, 1fr);
        }
        
    }
    
    @media (min-width: 932px){
        .useful-list{
            grid-template-columns: repeat(3, 1fr);
        }
    }
    
    @media (min-width: 1280px){
        .chapter-useful__content-title{
            position: relative;
           font-size: 18px; 
           padding-bottom: 10px;
        }
    }
    
    .pagination-useful{
        display: none;
    }
    
    @media (min-width: 260px){
        .footer-info{
            justify-self: center;
        }
        
        
        .footer-soc{
            grid-column: 1;
            grid-row: 5;
        }
        .content_footer{
            grid-template-columns: repeat(1, 1fr);
        }
        .content_footer-fr{
            display: none;
        }
    }
    
    @media (min-width: 568px){
        .content_footer{
            grid-template-columns: repeat(2, 1fr);
        }
        .footer-soc{
            grid-column: 1 / -1;
            grid-row: 3;
        }
    }
    
    @media (min-width: 768px){
        .content_footer{
            grid-template-columns: repeat(3, 1fr);
        }
        .footer-soc{
            grid-column: 1;
            grid-row: 1;
        }
        .content_footer-fr{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            margin-top: 40px;
        }
        .content_footer .footer-soc,
        .content_footer .footer-info{
            display: none;
        }
        
    }
    
    
    @media (min-width: 1280px){
        .content_footer .footer-soc,
        .content_footer .footer-info{
            display: block;
        }
        
        
        .footer-soc{
            grid-column: 1;
            grid-row: 1;
        }
        .content_footer{
             grid-template-columns: repeat(5, min-content);
        }
        .content_footer-fr{
            display: none;
    }
}
.recomended-sections__discounts,
.recomended-sections__new{
    display: none;
}

.seo-image{
    float: right;
    border-radius: 10px;
    max-height: 100%;
    max-width: 100%;
    margin: 0 0 20px 20px;
}

.payment-block-content{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 20px 0;
}
.payment-block-content p{
    flex: 1;
}

.check-payment-imag{
    
    margin: 0 10px 10px 0;
    border-radius: 10px;
    max-height: 100%;
    max-width: 100%;
}


@media (min-width: 500px){
    .seo-image{
        max-width: 45%;
    }
    .check-payment-imag{
        max-width: 20%;
    }
}

.seo-block-content{
    margin-top: 25px;   
}

.content-subtitle,
.content-subtitle-p{}

.content-subtitle-hard{
    font-size: 20px;
    font-weight: 500;
}
.content-subtitle-medium{
    font-weight: 500;
    font-size: 18px;
}
.content-text-li li{
    list-style: inherit;
} 
.content-text-li{
    margin: 10px 10px 10px 30px;
}
.content-text-semibold{
    font-weight: 500;
}
.delivery-important-imag{
    float: left;
    margin: 0 10px 10px 0;
    width: 10%;
}

.manufactured{
    display: none;
}
.maps-address iframe{
    border-radius: 10px;
}

.menu-footer__content{
    margin-top: 60px;
    margin-bottom: 60px;
}

.footer-products__title{
    font-size: 16px;
    font-weight: 500;
    
}
.menu-footer__title{
    font-size: 22px;
    font-weight: 600;
}

@media (min-width: 260px){
    .footer-products{
    grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 500px){
    .footer-products{
    grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 667px){
    .footer-products{
    grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 932px){
    .footer-products{
    grid-template-columns: repeat(5, 1fr);
    }
}




@media (min-width: 1280px){
    .footer-products__title{
        padding-bottom: 10px;   
    }
    
    .footer-products{
    grid-template-columns: repeat(6, 1fr);
    }
}

.footer-products{
    display: grid;
    gap: 30px;
    
}
.footer-products__imag{
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    }
.text-slider{
    color: #F56612;
}

.menu-catalog__item.display-none{
    display: none;
} 

.containerslider4 img{
    max-width: 192px;
    max-height: 207px;
}

.filter-basic__furnitura,
.filter-basic__doors{
    display: none;
    order: 2;
}
.filter-basic__furnitura.visible,
.filter-basic__doors.visible{
    display: block;
    order: 1;
}


    