@charset "UTF-8";
  


body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Bebas Neue';
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 180px;
    background: #F7F8F9;
} 
body > .container {
    flex-grow: 1;
}
div#content {
    min-height: 200px;
}
.clr {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
	object-fit: cover;
}
svg {
    max-width: 100%;
}
div#back-top span{
    position: fixed;
    left: 2%;
    top: inherit;
    bottom: 20px;
    z-index: 10;
    font-size: 33px;
}
ul, p{
    margin-bottom: 15px;
}
a{
    color:inherit;
}
a:hover{
    text-decoration: none;
} 

h1, h2 {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}


svg {
    max-width: 100%;
    height: auto;
}

::-webkit-scrollbar-track{background-color:#ffffff;}
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-thumb{background-color:#1B4242;}
 

.ab-none::before,
.ab-none::after {
    display: none;    
}

.slider-row .slick-track{display:flex}
.slider-row .slick-slide > div{height:100%}
.slider-row .slick-list{margin-right:-10px;margin-left:-10px}
.slider-row .slick-slide{margin-right:10px;margin-left:10px;height:inherit}


.slider-row_sm .slick-track{display:flex}
.slider-row_sm .slick-slide > div{height:100%}
.slider-row_sm .slick-list{margin-right:-5px;margin-left:-5px}
.slider-row_sm .slick-slide{margin-right:5px;margin-left:5px;height:inherit}


.flex {
    display: flex;    
}

.flex-wrap {
    flex-wrap: wrap;    
}
.between {
    justify-content: space-between;
}
.align-center {align-items: center;}

.flex-row {margin-right: -15px;margin-left: -15px;}
.flex-row > div, .flex-row > a {margin-right: 15px;margin-left: 15px;}

.flex-row_sm {margin-right: -5px;margin-left: -5px;}
.flex-row_sm > div, .flex-row_sm > a {margin-right: 5px;margin-left: 5px;}

ul.slick-dots {
    bottom: -45px;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    width: 100%;
}
.slick-dots li {
    width: 10px;
    height: 5px;
    background: #D3D3D3;
    margin: 0;
    flex-grow: 1;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active {
    background: #1B4242;
}

a, button {
    cursor: pointer;
}

a, input, button, select, textarea, .slick-slide {
    outline: none !important;
    box-shadow: none !important;
}
.bt {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    margin:  0;
    transition: 0.5s;
}

.btn-blue {
    background: #1F2B7C;
    font-weight: 500;
    color: #FFFFFF;
    padding: 12px 10px;
    border: 1px solid #1F2B7C;
}
.btn-blue:hover {
    background: #fff; 
    color: #1F2B7C; 
}

.btn-red {
    background: #EF4635;
    font-weight: 500;
    color: #FFFFFF;
    padding: 11px 10px;
    border: 1px solid #EF4635;
}
.btn-red:hover {
    background: #fff; 
    color: #EF4635; 
}

.kaspi-btn {
    display: flex;
    align-items: center;
    max-width: 280px;
    margin-bottom: 15px;
    justify-content: center;
    width: 100%;
}

.kaspi-btn svg {
    margin-right: 10px;
}
.btn-primary {
    background: #1F2B7C!important;
    border-radius: 0px;
    padding: 9px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    border-color: #1F2B7C!important;
} 
 .pull-right .btn {
    margin-bottom: 50px;
}
label {
    font-size: 16px;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 16px;
    height: unset;
}



.pt-100px{padding-top:100px}
.mb-0px{margin-bottom:0!important}
.mb-15px{margin-bottom:15px!important}
.mb-20px{margin-bottom:20px!important}
.mb-25px{margin-bottom:25px!important}
.mb-30px{margin-bottom:30px!important}
.mb-40px{margin-bottom:40px!important}
.mb-50px{margin-bottom:50px!important}
.mb-60px{margin-bottom:60px!important}
.mb-65px{margin-bottom:65px!important}
.mb-70px{margin-bottom:70px!important}
.mb-80px{margin-bottom:80px!important}
.mb-90px{margin-bottom:90px!important}
.mb-100px{margin-bottom:100px!important}
.mb-120px{margin-bottom:120px!important}
.mb-130px{margin-bottom:130px!important}
.mb-140px{margin-bottom:140px!important}
.mb-170px{margin-bottom:170px!important}
.mb-200px{margin-bottom:200px!important}


.mb-100px.slick-initialized.slick-slider.slick-dotted, .mb-80px.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 130px !important;
}

.mb-60px.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 100px !important;
}


.hide{display:none!important}

.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5px;
  stroke-linecap:round;
}
  
.hamb6 .top{stroke-dasharray:40 172}
.hamb6 .middle{stroke-dasharray:40 111}
.hamb6 .bottom{stroke-dasharray:40 172}
.active .hamb6 .top, html.mm-wrapper_opening .hamb6 .top {stroke-dashoffset:-132px}
.active .hamb6 .middle, html.mm-wrapper_opening .hamb6 .middle {stroke-dashoffset:-71px}
.active .hamb6 .bottom, html.mm-wrapper_opening .hamb6 .bottom{stroke-dashoffset:-132px} 

.openMenu {
    display: none;    
}

 
header#header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:0;transition:.5s;/* box-shadow:0 0 12px rgba(0,0,0,0.12); */background: #F7F8F9;}
.header-top_wrap{padding:12px 0}
.header-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}

header#header.fixed {
    box-shadow: 0 0 12px rgba(0,0,0,0.12);
}
header#header.fixed .logo img {
    width: 80px;
}
.logo img {
    transition: 0.5s;
    width: 146px;
}
header#header.fixed .header-top_wrap {
    padding: 5px 0;
}
 .header-search_wrap {
    position: relative;
}
.header-svg img{margin-right:8px}
.logo{margin-right:30px;flex-grow: 1;}
ul.mainlist li{margin-right:20px}
ul.mainlist a{font-weight:600;color:#6D6D6D}
span#cart-total{display:flex;flex-wrap:wrap;align-items:center;font-size: 0;position: absolute;top: 7px;left: 54px;}
.cart-btn{display:flex;flex-wrap:wrap;align-items:center;background: #1F2B7C;padding: 10px 10px;width: 180px;justify-content: center;}
.cart-btn img,.cart-btn svg{margin-right: 14px;}
.cart-sep{margin:0 5px}
.header-bottom {display: flex;flex-wrap: wrap;align-items: center;padding: 13px 0;}
header li.header-katalog > a{display:flex;align-items:center;color: #ffffff;padding: 2px 11px;padding-right: 22px;background: #00E2D8;font-weight: 600;}
header .header-catalog_svg{width:40px;height:40px;display:flex;justify-content:center;align-items:center}
 
ul.breadcrumb{display:none}
header#header *{transition:.5s}
div#cart{margin-bottom:0;position:relative}
 
ul.list-child{display:none}
ul.mainlist{display:flex;flex-wrap:wrap;align-items:center;list-style:none;padding:0;margin:0}
 
.cart-text{font-size:15px;line-height:1;color:#FFF}
.cart-number > span{width:18px;height:18px;border-radius:50%;background:#fff;color:#1F2B7C;font-size:10px;font-weight:700;display:flex;justify-content:center;align-items:center}
div#search{margin-right:20px;margin-bottom:0;flex-grow:1;position:relative}
input.header-searchinput{border:1px solid #DCDCDC;border-radius:0;color:#777;padding:9px 10px;width:100%}
.header-searchbtn{position:absolute;top:10px;right:10px;z-index:2}
.header-bottom_wrap{background:#fff}


ul.navlist a{font-size:15px;line-height:1.3;color:#151515}
ul.navlist{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center}
ul.navlist li{margin-right:30px}
a.header-phone{font-weight:500;font-size:17px;line-height:1;color:#151515;display:flex;align-items:center;margin-right:10px;padding-right:10px;border-right:1px solid #CDCDCD}
.btn-link{font-weight:500;font-size:15px;line-height:1.3;color:#1F2B7C;text-decoration:none!important;position:relative;padding-bottom:0}
.btn-link::before{position:absolute;content:"";bottom:0;left:0;width:100%;height:1px;background:#1F2B7C}


.slider-wrap{display:flex;flex-wrap:wrap;margin-bottom: 20px;justify-content:space-between}
.slider-wrap aside#column-left,.slider-wrap aside#column-right{display:block!important;padding:0}
.slider-wrap aside#column-right{width: calc(100% - 235px);}
.slider-wrap aside#column-left{width: 215px;margin-bottom: 6px;}
.slider{margin-bottom:0!important}
 

img.slider-img{width:100%;}
.slider-item{position:relative;}
.slider .slick-list {
    padding-right: 10%;
}
.slider-link { padding: 16px 25px; width: 100%; max-width: 230px; }
.slider-head{font-weight:700;font-size:50px;line-height:1;color:#151515;margin-bottom:20px}
.slider-text{margin-bottom:20px;font-size:18px;line-height:1.2;color:#555}
.slider-content{position:absolute;top:50%;transform:translate(0,-50%);padding-left: 40px;max-width: 400px;}
.alert.alert-success{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;font-size:16px;padding:20px;width:95%;max-width:500px;text-align:center;color:#fff;background:#27ae85}
.alert.alert-success button.close{opacity:1;color:#fff}



ul.breadcrumb.prodpage-breadcrumb{display:block;border:none;border-bottom:1px solid #EEE;background:none;padding:0;margin:0;margin-bottom:50px;padding-bottom:10px;color:#7D7D7D}
.breadcrumb > li:after{opacity:0}
.breadcrumb > li{display:none;padding:0}
.breadcrumb > li:nth-last-child(2){display:block}


.alert.alert-success{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;width:95%;max-width:500px;padding:40px;color:#151515;font-size:18px;font-weight:400;text-align:center;line-height:1.5;border-radius:0;background:#FFF;box-shadow:0 4px 37px 0 rgba(0,0,0,0.20);border-color:#fff}
.alert.alert-success .fa{margin-right:auto;margin-left:auto;font-size:35px;display:table;margin-bottom:15px;color:#252323}
.alert.alert-success > button.close{color:#151515;opacity:1;font-size:40px;font-weight:400;position:absolute;top:0;right:10px}
.alert.alert-success a:hover{text-decoration:underline}
a.alertbtn-success{margin-top:30px}
.alert.alert-success a:hover{text-decoration:underline;color:#151515} 
.alert.alert-success a:nth-child(2){text-decoration:underline}


div#login_view{display:none}
#d_quickcheckout .panel-title .text{font-size:20px}
div#shipping_method_list .title{font-size:16px;line-height:1.3}
div#shipping_method_list .title::before,
#d_quickcheckout .title::before  {
    display: none;
}
img.payment-image {
    display: none;
}
#d_quickcheckout label {
    font-size: 16px;
}
#d_quickcheckout .panel-default > .panel-heading{background: #1F2B7C;color:#fff;border: 1px solid #1F2B7C;}
div#d_quickcheckout{margin-bottom:50px}
#d_quickcheckout .text{font-size:16px;line-height:1.3}
button#button-cart{display:flex;align-items:center;max-width: 280px;margin-bottom:15px;justify-content: center;width: 100%;}
button#button-cart svg{margin-right:10px}
.quantity_div{display:block;width:80px;height:26px;position:relative;padding:0;text-align:center;margin:10px auto;line-height:normal!important}
.form-group .quantity_div{display:inline-block;vertical-align:middle}
.quantity_input{text-align:center;width:28px;height:24px!important;margin:0 -3px!important;border:solid 1px #d2d2d2!important;border-radius:0!important;box-shadow:inset 1px 1px 1px #ddd;background:#fff!important;color:#555!important;font-family:Arial;height:unset!important;border:none!important;border-right:1px solid #CECECE!important;border-left:1px solid #CECECE!important;width:40px!important}
.plus,.minus{display:inline-block;vertical-align:top;height:24px!important;padding:3px 5px!important;color:#888;border:solid 1px #d2d2d2;background:#eee;text-shadow:0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;font-size:14px;cursor:pointer;font-family:Arial}
.minus{border-radius:3px 0 0 3px;border-right:none}
.plus{border-radius:0 3px 3px 0;border-left:none}
.plus:hover,.minus:hover{background:#e5e5e5}
.stock_warning{position:absolute;z-index:999;left:-49px;bottom:35px;width:180px!important;padding:10px!important;background:#fefefe;background:linear-gradient(to bottom,#fefefe 0%,#f0f0f0 100%);box-shadow:1px 1px 10px #ccc;line-height:15px;border:solid 1px #ddd;border-radius:10px;display:block;color:red!important;font-size:12px}
  
.quantity_div{background:#FFF;border:1px solid #DEDEDE;border-radius:600px;min-width:115px;margin:0;margin-right:5px;margin-bottom:15px;display:flex!important;justify-content:center;align-items:center;height:unset!important;padding:7px}
.plus,.minus{background:none;border:none;font-weight:450;font-size:20px;line-height:29px;color:#212121;display:block;height:unset!important;padding:0 10px!important}
 

.title, h1{position:relative;padding-bottom: 15px;margin-bottom: 30px;font-weight: 500;font-size: 33px;line-height: 1;color: #151515;}
.title::before, h1::before {position:absolute;content:"";bottom:0;left:0;width:30px;height:2px;background: #1F2B7C;}


.catksl{display:flex;flex-wrap:wrap}
.catksl-item{width: calc(25% - 10px);margin-bottom: 10px;position:relative}
.catksl-img{width:100%;height:100%}
.catksl-img img{width:100%;height:100%;}
.catksl-content{position:absolute;bottom: 50px;left:0;width:100%;padding: 0;background: #1F2B7C;max-width: 200px;padding: 10px;min-height: 70px;display: flex;align-items: center;transition: 0.5s;}
.catksl-name{position:relative;font-weight: 500;font-size: 19px;line-height: 1.3;color: #FFFFFF;}
 .catksl-item:hover .catksl-content {
    max-width: 100%;
}
 
.about-reverse {
    flex-direction: row-reverse;
}
.about-img{width: 50%;}
.about-item{width: 44%;}
.about-text{font-size: 17px;line-height: 1.5;color: #555;}
 
 

 
 .feat-img img{max-height:90%}
.feat-img::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border:1px solid #D3D3D3;border-bottom:none;border-left:none;border-radius:50%}
.feat-content{padding-left:70px;position:relative;max-width:250px;padding-top:40px}
.feat-content::before{position:absolute;content:"";top:-25px;left:20px;width:1px;height:calc(100% + 25px);background:#D3D3D3}
.feat-item:nth-child(even){margin-top:30px}
.feat-item::before{position:absolute;content:"";bottom:-10px;left:66px;width:24px;height:24px;background:#1F2B7C;border-radius:50%}
.feat-item{width: 25%;position: relative;border-bottom: 1px solid #D3D3D3;padding-bottom: 60px;}
.feat-flex{justify-content:space-between;position: relative;}
.feat-img{width: 130px;height: 130px;display: flex;justify-content: center;align-items: center;position: relative;}
.feat-name{ 
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #151515;
}
 
.feat-text{font-size:15px;line-height:1.5;color:#666}

.partner-item{padding:5px;height: 70px;display:flex!important;justify-content:center;align-items:center;background: #fff;}
.partner-item img{max-height:90%}
.feat-wrap-10 .title {
    display: none;
}


footer{background: #091830;padding:0;padding-top:40px;margin:0;font-weight: 500;font-size: 14px;line-height: 1.5;color: #BEC4CE;}
footer a{color:#A7A7A7;font-size:14px}
footer a:hover{color:#fff;text-decoration:underline;}
.footer-head{position:relative;padding-bottom:10px;margin-bottom:15px;font-size:16px;font-weight: 900;text-transform: uppercase;color: #FFFFFF;}
.footer-head::before{position:absolute;content:"";bottom:0;width:30px;height:1px;background:#fff}
.footer-menu a{display:block;margin-bottom:5px}
 
footer a.footer-phone{font-weight:700;font-size:15px;line-height:1.3;color:#FFF}
.footer-address{margin-bottom:10px}
.footer-item{margin-bottom:40px;margin-right:40px}
.footer-bottom{border-top: 1px solid #ffffff21;display:flex;flex-wrap:wrap;justify-content:space-between;padding: 25px 0;}
.footer-abc{font-weight: 300;font-size: 12px;line-height: 1.2;color: #FFFFFF;}
.footer-item:last-child{margin-right:0}

.footer-bighead{font-weight:500;font-size:24px;line-height:1.3;color:#FFF;margin-bottom:10px}
.footer-item.footer-item3{max-width:250px}
.footer-grafic{margin-bottom:10px}
.footer-item.footer-item4 a{display:block;margin-bottom:10px;font-weight:500;font-size:20px;line-height:1.3;color:#FFF}



footer a.footer-social{margin-right:30px;font-weight:500;color:#FFF}
a.footer-social:last-child{margin-right:0}
a.footer-social img{margin-right:7px}


.payflex-item{background:#F1F4F4;border-radius:15px;width:calc(33.33% - 30px);margin-bottom:30px;padding:30px}
.payflex-name{font-weight:600;font-size:42px;line-height:1;color:#1B4242;margin-bottom:20px}
.payflex-text{font-weight:600;font-size:18px;line-height:1.5;color:#444;max-width:280px}


.map{height: 405px;width: 69%;}
.map img,.map iframe{width:100%;height:100%;}
 
.contact{width: 28%;}
.contact-img{width:50px;height:60px;display:flex;justify-content:center;align-items:center;border-right:1px solid #E3E3E3;margin-right:20px}
.contact-content{width:calc(100% - 70px)}
.contact-item{border: 1px solid #E3E3E3;padding: 20px;margin-bottom: 30px;font-weight: 500;color: #151515;display: flex;flex-wrap: wrap;min-height: 115px;align-items: center;font-size: 15px;}
.contact-head{margin-bottom: 5px;font-size: 13px;line-height: 1.3;color: #868686;font-weight: 400;}
.contact-head img{margin-right:8px}
.social{display:flex;flex-wrap:wrap;}
.social a{width:40px;height:40px;margin-right:8px}
.contact-item:last-child {
}
a.catmenu-link svg:first-child{position:absolute;left:0}
.catmenu-item:last-child a.catmenu-link{border:none}
a.catmenu-link svg:last-child{position:absolute;right:0}
.catmenu-box{background: #fff;padding: 10px 25px;height: 100%;}
.catmenu-head{border-bottom:2px solid #D9D9D9;padding-bottom:15px;margin-bottom:25px;font-weight:900;color:#151515}
.catmenu-head svg{margin-right:10px}
a.catmenu-link{position:relative;padding: 30px 15px;border-bottom: 1px solid #ECECEC;width:100%;font-weight: 500;font-size: 14px;line-height: 1.3;letter-spacing: -0.05em;color: #151515;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;padding-left: 35px;}
a.catmenu-child_item.active{color:#2D2D2D;text-decoration:underline;font-weight:700}
a.catmenu-child_item{font-weight:500;font-size:14px;line-height:1.3;color:#2D2D2D;position:relative;display:block;margin:15px 0}
.catmenu-link_wrap{display:flex;align-items:center;position:relative}
a.catmenu-link.active,a.catmenu-link:hover{ }
.catmenu-link_svg{flex-grow:1;cursor:pointer;position:absolute;top:0;right:0;width:50px;z-index:2;height:50px;display:flex;justify-content:center;align-items:center}
.catmenu-child{display:none;border-bottom:1px solid #E3E3E3;padding:5px 20px}
.catmenu-item.active .catmenu-child{display:block}
.catmenu-link_svg svg{transition:.5s}
.catmenu-link_wrap.active .catmenu-link_svg svg{transform: rotate(90deg);}
.catmenu-link_wrap.active .catmenu-link_svg svg path {
    stroke: #424B5A;
}





.input-option{display:flex;flex-wrap:wrap}
.input-option .radio-img{margin:0;position:relative;margin-right:5px;margin-bottom:5px;width:20px;height:20px}
.options-category .input-option .radio-text{margin-right:5px;margin-bottom:5px}
.options-category{margin-top:10px}
 
.radio-text input{position:absolute;margin:0!important;width:100%;height:100%;z-index:2;cursor:pointer;opacity:0}
.radio-text input:checked ~ .radio-name{border-color:#000;color:#000;color:#fff;background:#000}
.radio-img input{margin:0!important;width:100%;height:100%;cursor:pointer;opacity:0}
.radio-img input:checked ~ img{width:20px;padding-bottom:5px;border-bottom:2px solid #252323}
.input-option .radio-text label{padding:0;margin:0}
.radio input:checked ~ span span.radio-name,.radio input:hover ~ span span.radio-name{background:#24c6ac;color:#fff;border:2px solid #24c6ac}
.radio.radio-text{margin:0;margin-right:10px;margin-bottom:10px}
.input-option .radio-img label{padding:0;margin:0;font-size:0}
.input-option .radio-text label{padding:0;margin:0}
.input-option .radio-text label{padding:0;margin:0}
.product-thumb .image{margin-bottom: 20px;padding-top: 60px;}
.product-thumb .image img{mix-blend-mode:darken}
.product-thumb{border: 1px solid #EAEAEA;padding: 20px;margin-bottom:0;width:33.33%;position:relative;overflow: visible;padding-bottom: 15px;background: #fff;display: flex !important;flex-direction: column;}
.product-thumb.product-thumb-4 {
    width: 25%;
}


.product-thumb_check{position:absolute;width:17px;height:17px;background:#fff;border-radius:50%;top:10px;right:6px}
.product-thumb_check::before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);width:7px;height:1px;background:#1F2B7C;transition:.5s}
.product-thumb_check::after{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);height:7px;width:1px;background:#1F2B7C;transition:.5s}

.rating-wrap{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:5px}
.rating-text{font-size:12px;line-height:1;color:#B9B9B9}
.product-thumb .rating{padding:0;margin-right:10px;margin-bottom:5px}

.live-search {
    margin-top: 0 !important;
    max-width: 500px;
}
.live-search ul li .product-name {
    font-size: 12px !important;
    float: none !important;
    width: calc(100% - 160px) !important;
}
.live-search ul li a {
    display: flex !important;
    flex-wrap: wrap;
}
.live-search ul li .product-image {
    float: none !important;
    width: 50px;
    margin-right: 15px!important;
}
.live-search ul li .product-price {
    float: none !important;
    width: 90px !important;
}



.rating .fa-star, .rating .fa-star-o {
    font-size: 12px;
}
.rating .fa-stack {
    font-size: 6px;
}
.rating .fa-star {
    color: #E7B813;
}

.product-thumb .image a:hover{opacity:1}
.product-thumb_desc{display:none}
.product-thumb_title{line-height:1.3;margin-bottom:10px;font-weight: 500;color: #151515;display: block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;height: 40px;}
.product-thumb .caption{padding:0 5px;min-height:unset;flex-grow: 1;display: flex;flex-direction: column;}
.product-thumb .price{margin-bottom: 10px;font-weight: 700;font-size: 20px;line-height: 1.3;color: #151515;display: flex;flex-direction: column-reverse;}
.product-thumb .price-old {
    font-size: 70%;
    font-weight: normal;
    color: #777777;
    margin-left: 0;
    margin-bottom: 4px;
    line-height: 1;
}
.product-thumb_option{margin-bottom:20px;font-weight:400;font-size:14px;line-height:1.2;color:#777;display: none;}
.options-category .form-group{display:flex;align-items:center;flex-wrap:wrap}
.options-category .form-group label.control-label{margin-right:10px}

.product-thumb_model {
    font-size: 13px;
    line-height: 1.3;
    color: #777777;
    margin-bottom: 10px;
}
.product-thumb_linkwrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
}
.product-thumb_link:hover {
    background: #7C81A0;
}
.product-thumb_link{background: #1F2B7C;width: 56px;height: 56px;display: flex !important;justify-content: center;align-items: center;position: relative;margin-bottom: 10px;}
.product-thumb:hover .product-thumb_linkwrap{opacity:1;z-index:5}
.product-thumb:hover{border:1px solid #EDEDED;box-shadow:0 0 20px rgba(0,0,0,0.1)}

.xd_stickers_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.xd_stickers {border-radius: 4px;display: flex;align-items: center;justify-content: center;font-size: 16px;line-height: 1;color: #FFFFFF;padding: 0 !important;font-weight: bold;text-transform: uppercase !important;padding: 5px 10px !important;margin-right: 10px;}

label.sort-label.input-group-addon{font-weight:600;font-size:15px;line-height:1.3;color:#444;background:none;height:unset;padding:0;width:unset;border:none;margin:0;margin-right:20px;display:block}
.form-group_sort.form-group{display:flex;flex-wrap:wrap;align-items:center}
.sort-wrap{margin-bottom:25px;margin-top: -70px;max-width: 315px;float:none;margin-left:auto;display: flex;justify-content: flex-end;}
select#input-sort{width:auto;font-size: 14px;line-height: 1.2;height: auto;background: none;border: none;padding: 0;color: #1F2B7C;text-decoration: underline;font-weight: 500;}
label.sort-label.input-group-addon img {
    margin-right: 8px;
}
.title.catpage-title{position:relative;width:calc(100% - 300px)}



.thumbimage{width: 50%;display:flex;flex-wrap:wrap;justify-content:space-between}
.prodpage-right{width: 30%;}
.prodpage-flex{justify-content:space-between;position: relative;}
.slider-nav{width: 18%;}
.slider-for{width: 73%;}
.slick-current.slick-active .slider-nav_item {
    border: 1px solid #383838;
}
.slider-for_item{display:flex!important;justify-content:center;align-items:flex-start;border-radius:6px;height:100%}
.slider-for_item img{mix-blend-mode:darken}
.slider-nav_item{display:flex!important;justify-content:center;align-items:center;border: 1px solid #F3F3F3;padding: 5px;}
.slider-nav_item img{mix-blend-mode:darken}
.slick-vertical .slick-slide{margin-top:5px;margin-bottom:5px;}
.slick-vertical .slick-list.draggable{margin-top:-5px;margin-bottom:-5px}
.slider-for .slick-list.draggable{height:100%}
.slider-for .slick-track{display:flex;height:100%}
.slider-for .slick-slide{height:inherit}
.slider-for .slick-slide > div{height:100%}
.prodpage-title{
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3;
    color: #151515;
    margin-bottom: 15px;
    padding: 0;
}
.prodpage-left{width:68%;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;padding: 45px 30px;}
.prodpage-attrs{width: 41%;}
.prodpage-model{font-size:13px;line-height:1.2;color:#777;margin-bottom:40px}
.prodpage-title::before{opacity:0}
.prodpage-flex .xd_stickers_wrapper{top: 46px!important;left: 20%;}
.prodpage-flex .xd_stickers{}
.prodpage-price{font-size: 36px;line-height:1.3;color:#151515;margin-bottom:20px;font-weight: 500;}
span.prodpage-oldprice {
    font-size: 70%;
    font-weight: normal;
    color: #777777;
}


.attr-item.attr-item_garantee > div:first-child{font-weight:700;font-size:16px;line-height:1.3;color:#151515;margin-bottom:10px}
.attr-item.attr-item_garantee > div{width:100%}
.attrs{border-bottom:1px solid #DCDCDC;margin-bottom:20px;padding-bottom:10px}
.attrs:last-child{border:none;margin-bottom:0;padding-bottom:0}
.attr-head{font-size:14px;line-height:1.3;color:#777;border-bottom:1px solid #DCDCDC;padding-bottom:10px;margin-bottom:20px}
.attr-item > div:last-child{color:#151515;font-weight:500}
.attr-item{font-size: 14px;line-height: 1.3;color: #777777;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 10px;}
.attr-item div{width: 48%;}
.radio-name{border:1px solid #000;line-height:1;text-align:center;text-transform:uppercase;display:block;min-width:54px;color:#000;font-size:11px;padding:10px 5px}
.input-group.number-spinner .input-group-btn button.btn-default{border-radius:4px;background:none!important;color:#C7C7C7;display:flex;justify-content:center;align-items:center;width:32px;height:26px;padding:0}
.input-group.number-spinner .input-group-btn{width:auto}
.input-group.number-spinner .input-group-btn:last-child button.btn-default{color:#151515}
input#input-quantity{height:unset!important;border:none!important;background:none;font-size:20px;line-height:1.2;text-align:center;color:#313131;border-radius:0;width:calc(100% - 80px)!important}
.input-group.select-quantity{border:1px solid #F2F2F2;width:100%;margin-bottom:15px;display:flex;align-items:center;padding:4px 10px;position:relative;background:#F2F2F2;max-width:336px;border-radius:60px;display: none;}
.input-group.select-quantity button.btn-default{border-radius:4px;background:none!important;display:flex;justify-content:center;align-items:center;width:40px;height:34px;padding:0;color:#151515;border:none!important}
.form-group_quantity.form-group .input-group-btn{width:auto;position:unset;white-space:normal}
.select-quantity i{font-size:16px}
.input-group.select-quantity button.btn-default:first-child{position:absolute;right:10px}


 
.tab-content_wrap{margin-bottom:50px;/* padding: 45px 60px; *//* background: #fff; */}
.tab-pane_head{position:relative;padding-bottom:15px;margin-bottom:20px;font-size: 20px;line-height: 1;color: #151515;border-bottom: 1px solid #E1E1E1;}

.tab-pane .whitebox {
    padding: 20px 60px 40px;
}
 
.attrs-hide{display:none;width: 70%;}
.attrs-hide .attr-item {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;
}
.attrs-hide .attr-item > div:last-child {
    text-align: right;
}
.tabattr-head{font-weight:600;font-size:20px;line-height:1;color:#151515}
.tabattr-head_wrap{border-bottom:1px solid #E1E1E1;padding-bottom:10px;display:flex;align-items:center;justify-content:space-between;width: 100%;}
.tabattr-item{margin-bottom:30px;max-width:825px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.attr-btn{font-weight:600;font-size:17px}
.attr-btn span:last-child{display:none}

.tabattr-head_wrap.active{width:30%;flex-direction:column;align-items:flex-start;border-color:transparent}
.tabattr-head_wrap.active .tabattr-head{margin-bottom:20px}
.attr-btn.active span:first-child{display:none}
.attr-btn.active span:last-child{display:block}

.feat-wrap.feat-wrap-0 .title {
    display: none;
}


a.service-content:hover {
    text-decoration: underline;
}
.service-image::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #000000b8, transparent);
}



/*.services{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(7,1fr);grid-column-gap:30px;grid-row-gap:30px}*/
/*.service-item:nth-child(1){grid-area:1 / 1 / 8 / 2;height:700px}*/
/*.service-item:nth-child(2){grid-area:1 / 2 / 4 / 3}*/
/*.service-item:nth-child(3){grid-area:4 / 2 / 8 / 3;height:386px}*/
/*.service-item:nth-child(1) .service-content{max-width:400px}*/


.service-image img{width:100%;height:100%}
.service-item{position:relative;height:270px}
.service-content{position:absolute;bottom:0;left:0;font-weight:600;font-size:36px;line-height:1.2;color:#FFF;max-width:350px;padding-bottom:40px;padding-left:40px;transition: 0.5s;max-width: 400px;}
.service-image{width:100%;height:100%;position:relative}
.service-item:nth-child(1) .service-name{font-size:32px;}
.service-item:nth-child(1) .service-prev{font-size:59px;}

.service-item:hover .service-content, .service-content:hover {
    color: #fff;
    padding-bottom: 50px;
}


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

.service-item {
    width: 49%;
    margin-bottom: 20px;
    height: 350px;
}

.review-wrap{background:#E4F2F8;padding:40px 50px;padding-bottom:1px;display:flex;flex-wrap:wrap;}
.review-left {
    width: 30%;
    color: #444;
    /* padding-top: 50px; */
    margin-bottom: 50px;
}
a.review-gis_link{color:#1CC02C;margin-top:40px;display:flex;align-items:center;text-decoration:underline}
a.review-gis_link img{margin-right:10px}
.reviews-slider{margin-bottom:80px!important;width:70%}
.review-item{background:#fff;padding:30px;height: 100%;position: relative;}
.review-top{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:20px}
.review-name{font-size:14px;line-height:17px;color:#151515}
.review-gis{width:30px;margin-right:10px}
.review-name_wrap{width:calc(100% - 40px)}
.review-date{font-size:13px;line-height:1.3;color:#8A8A8A}
.reviews-slider .slick-list{padding-right:15%}
.review-text {
    font-size: 13px;
    line-height: 1.3;
    color: #666666;
}
.slick-slide.slick-active .review-item::before{opacity:0}
.review-item::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:#fff;opacity:.5}
.reviews-slider .slick-dots li {
    background: #fff;
}
.reviews-slider .slick-dots li.slick-active {
    background: #1B4242;
}



.btn-more{font-weight:500;font-size:15px;line-height:1.3;color:#1F2B7C;text-decoration:none!important;position:relative;padding-bottom:0}
.btn-more::before{position:absolute;content:"";bottom:0;left:0;width:100%;height:1px;background:#1F2B7C}
.btn-more span:last-child{display:none}
.seo-text{position:relative;max-height:200px;overflow:hidden;margin-bottom:30px}
.seo-text::before{position:absolute;content:"";bottom:0;left:0;width:100%;height:50%;background: linear-gradient(to top, #f7f8f9e6, transparent);transition:.5s}
.seo-text.active::before{height:0}
.seo-text.active{max-height:unset}
.btn-more.active span:first-child{display:none}
.btn-more.active span:last-child{display:block}



.faq-head{position:relative;border:1px solid #D4D4D4;padding:20px;cursor:pointer;font-size:21px;line-height:20px;color:#151515;border-radius:2px;transition:.5s}
.faq-item{position:relative;margin-bottom:20px}
.faq-head svg{position:absolute;top:25px;right:20px;transition:.5s}
.faq-content{padding:20px;border:1px solid #D4D4D4;display:none}
.faq-head.active{border-bottom:1px solid transparent}
.faq-head.active svg{transform:rotate(90deg)}


.prodpage-head{font-weight:700;color:#151515;margin-bottom:10px}
.whitebox{background:#fff;padding:40px;margin-bottom:20px;font-size:15px;color:#777}
.whitebox:last-child{margin-bottom:0}
hr.prodpage-hr{margin:15px 0;border-color:#DCDCDC}

.nav-tabs>li>a{border:1px solid #676767;border-radius:0!important;font-weight:500;font-size:20px;line-height:1;color:#151515;padding:14px 50px}
.nav-tabs>li{float:none;margin:0;margin-right:20px;margin-bottom:20px}
.nav-tabs{border:none;display:flex;flex-wrap:wrap;padding: 40px 60px;padding-bottom: 0;background: #fff;margin-bottom: 0;}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover{border:1px solid #1F2B7C;font-weight:600;color:#1F2B7C;background:none}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #1F2B7C;
    border-color: #1F2B7C;
    border-radius: 0 !important;
}

.pagination>li>a, .pagination>li>span {
    color: #1F2B7C;
}
ul.pagination {
    margin-bottom: 20px;
}

.prodrating-number{margin-right:50px;max-width:170px}
.prodrating-star{font-size:64px;line-height:1;color:#151515;display:flex;align-items:center;margin-bottom:10px}
.prodrating-star img{margin-right:10px}
.prodrev-count{font-weight:500;font-size:20px;line-height:1.3;color:#777;margin-left:60px}
.prodrating{display:flex;flex-wrap:wrap}
.prodrating-grafic{max-width:385px;margin-right:50px;width: 100%;}
.prodrating-text_head{font-weight:600;font-size:18px;line-height:1.3;color:#151515;margin-bottom:5px}
.prodrating-text{color:#777;max-width:220px}
.add-revtitle{margin-top:15px;width:100%;max-width:200px;text-align:center}
.prodreview-rating .fa {
    color: #E7B813;
    width: 15px;
}


.prodreview-name{color:#151515}
.prodreview-top{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:20px;line-height:1;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #E1E1E1}
.prodreview-date{color:#777}
.prodreview-content{font-size:17px;color:#777}
.prodreview-item{margin-bottom:30px}
.prodreview-text{margin-bottom:20px}



.form-control{border:1px solid #C9C9C9;border-radius:0;min-height: unset;height: unset !important;padding: 13px;}
form#form-review{max-width:1000px}
button#button-review{width:100%;max-width:200px}

form#form-review label.control-label {
    font-size: 21px;
    line-height: 1.3;
    color: #A9A9A9;
    margin-bottom: 15px;
}

form#form-review .form-group {
    margin-bottom: 25px;
}


.prodrating-grafic_item{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:3px}
.prodrating-grafic_rating{font-weight:300;font-size:20px;line-height:1.3;color:#151515;width:40px}
.prodrating-grafic_line{position:relative;height:4px;background:#ABB6C9;max-width: 330px;width: 100%;flex-grow: 1;}
.prodrating-grafic_line span{position:absolute;top:0;left:0;height:100%;background:#1F2B7C}


div#content.content-empty {
    min-height: unset;
}






.dream-filter .btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 10px 5px 8px;
}
.dream-filter .btn.btn-default {
    background: #929EB1;
    color: #fff;
    font-weight: 500;
}
.rdf-header svg {
    margin-right: 10px;
}
.dream-filter .panel-title svg{fill:none;float:none}
.dream-filter .panel-title > span{font-style: normal;line-height: 1.3; /* 128.571% */padding-right: 35px;font-size: 14px;color: #777777;font-weight: normal;}
.dream-filter .panel-title > span > span{flex-grow:1}
.dream-filter .panel-title > span svg:first-child{position: absolute;right: 0;}
.dream-filter .panel,.dream-filter .panel+.panel{/* padding:25px 20px 10px; */padding: 20px 0;margin: 0;border: none;border-bottom: 1px solid #E9E9E9;border-radius: 0;}
.dream-filter .panel-heading{background:none;border:none;padding:0;padding-bottom:15px;border-radius:0;padding-bottom: 0;}
.dream-filter .panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #E5E5E5;padding-top:5px;margin-top:10px}
.dream-filter.filter-vertical .rdf-group{padding:10px 0}
.dream-filter{margin-bottom:50px;z-index:90!important;border-radius: 5px;padding: 20px;position: relative;background: #fff;}

.dream-filter .panel-title > span svg:first-child path{fill:#151515;fill: #8C9497;}
.rdf-header{font-style:normal;padding-bottom: 15px;border-bottom:1px solid #E9E9E9;margin-bottom: 15px;font-weight: 500;font-size: 14px;line-height: 17px;color: #151515;display: flex !important;align-items: center;}
.rdf-header h3{font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;margin:0}


.dream-filter .irs-bar,.dream-filter .irs-bar-edge{background:#1F2B7C;height:2px}
.dream-filter .irs-line{height:2px}
.dream-filter .irs-handle,.dream-filter .irs-handle.state_hover,.dream-filter .irs-handle:hover{background:#1F2B7C;width:12px;height:12px;border-radius:50%;top:19px;border:none}
.dream-filter .irs-shadow{height:2px}
.dream-filter .irs-from,.dream-filter .irs-to,.dream-filter .irs-single{background:#1F2B7C;color: #fff;}
.dream-filter .irs-from:after,.dream-filter .irs-to:after,.dream-filter .irs-single:after{border-top-color:#1F2B7C}
.dream-filter .rdf-group .rdf-label{background:#1F2B7C;right: 15px!important;font-size:12px;height:15px!important;line-height:15px!important;padding:0 3px}
.dream-filter .rdf-picked .btn{margin-bottom:10px}
.rdf-group input[type="checkbox"]{width:17px;height:16px;margin-left: -25px;top: 1px;}
.rdf-group .checkbox label{padding-left: 28px;}
.dream-filter .rdf-picked .btn {
    font-size: 13px;
    white-space: normal;
    height: auto;
    text-align: left;
    line-height: 1;
    padding: 6px;
    text-transform: none;
    position: relative;
    padding-right: 20px;
    background: #1f2b7c;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    border-color: #1f2b7c;
}
.dream-filter .rdf-picked .btn>i {
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 2;
}

body.newsblog-article .feat-wrap-9 .title {
    display: none;
}


.servpage-item{background:#E4F2F8;width:calc(33.33% - 30px);margin-bottom:30px;padding:35px}
.servpage-number{font-weight:300;font-size:42px;line-height:1.3;color:#777;margin-bottom:20px}
.servpage-name{font-weight:500;font-size:30px;line-height:1.3;color:#151515;margin-bottom:15px}
.servpage-text{color:#555}
.btn-white{font-weight:500;color:#1F2B7C;background:#fff;padding:13px 20px}
.servpage-btn{margin-top:20px;width:100%;max-width:200px}
.servpage-item.servpage-item_blue{background:#1F2B7C}
.servpage-item_blue .servpage-name{color:#fff}
.servpage-item_blue .servpage-text{color:#C1C6E3}
.servpage-item_blue .servpage-number{color:#7780C3}


.servpage-desc{background:url(/image/catalog/serv-bg.jpg) no-repeat center center;padding:30px 60px;background-size:cover}
.servpage-desc .about{max-width:1015px}
.about-btn {
    width: 100%;
    max-width: 200px;
}




.modal-body{display:flex;flex-wrap:wrap;padding:0}
.modal-content > button.close{position:absolute;top:4px;right:10px;z-index:10;font-size:40px;opacity:1}
.mimage{width:50%}
.mimage img{width:100%;height:100%}
.modalform{width:50%;padding:50px}
.modal-dialog.modal-dialog-centered{width:95%;max-width:800px}
.mod-title{font-size: 16px;font-weight:600;color:#333;text-align:center;margin-bottom:25px}
.modal-btn{padding:10px;width:100%;max-width:300px}
.input{width:100%;margin-bottom:15px;padding:8px 10px;border:1px solid gray}
.active .formsuccess{padding:10px;background:#048904;color:#fff;margin-bottom:20px}



.rating-item{position:relative;font-size:15px;color:#151515}
.rating-item input{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;z-index:2;cursor:pointer;opacity:0}
.rating-grade{position:relative;display:flex;justify-content:center;align-items:center;font-size:15px;width:50px;height:50px;color:#fff}

.rating-star{background:url(/image/catalog/star-big2.svg) no-repeat center center;background-size:contain;width: 100%;height: 100%;position: absolute;content: "";top: 0;left: 0;}

.rating-item input:checked ~ .rating-star{background:url(/image/catalog/star-big.svg) no-repeat center center;background-size:contain}



















