
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:400,700,900|Material+Icons&subset=cyrillic');
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(jquery.formstyler.css);
@import url(jquery.jscrollpane.css);
/*
    font-family: 'ProximaNova';
    font-family: 'Roboto', sans-serif;               (normal,bold,900)
    font-family: 'Roboto Condensed', sans-serif;     (bold)
*/

@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Light.otf'),
        url('../fonts/ProximaNova-Light.ttf'),
        url('../fonts/ProximaNova-Light.woff'),
        url('../fonts/ProximaNova-Light.woff2');
        font-weight: 100;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-LightIt.otf'),
        url('../fonts/ProximaNova-LightIt.ttf'),
        url('../fonts/ProximaNova-LightIt.woff'),
        url('../fonts/ProximaNova-LightIt.woff2');
        font-weight: 100;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Regular.otf'),
        url('../fonts/ProximaNova-Regular.ttf'),
        url('../fonts/ProximaNova-Regular.woff'),
        url('../fonts/ProximaNova-Regular.woff2');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-RegularIt.otf'),
        url('../fonts/ProximaNova-RegularIt.ttf'),
        url('../fonts/ProximaNova-RegularIt.woff'),
        url('../fonts/ProximaNova-RegularIt.woff2');
        font-weight: normal;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Bold.otf'),
        url('../fonts/ProximaNova-Bold.ttf'),
        url('../fonts/ProximaNova-Bold.woff'),
        url('../fonts/ProximaNova-Bold.woff2');
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-BoldIt.otf'),
        url('../fonts/ProximaNova-BoldIt.ttf'),
        url('../fonts/ProximaNova-BoldIt.woff'),
        url('../fonts/ProximaNova-BoldIt.woff2');
        font-weight: bold;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Extrabld.otf'),
        url('../fonts/ProximaNova-Extrabld.ttf'),
        url('../fonts/ProximaNova-Extrabld.woff'),
        url('../fonts/ProximaNova-Extrabld.woff2');
        font-weight: 900;
        font-style: normal;
}

@font-face {
    font-family: 'FuturaBookC';
    src:url('../fonts/Futura/FuturaLightC.eot'),
        url('../fonts/Futura/FuturaLightC.ttf'),
        url('../fonts/Futura/FuturaLightC.woff');
        font-weight: 100;
        font-style: normal;
}
@font-face {
    font-family: 'FuturaBookC';
    src:url('../fonts/Futura/FuturaLightC-Italic.eot'),
        url('../fonts/Futura/FuturaLightC-Italic.ttf'),
        url('../fonts/Futura/FuturaLightC-Italic.woff');
        font-weight: 100;
        font-style: italic;
}
@font-face {
    font-family: 'FuturaBookC';
    src:url('../fonts/Futura/FuturaBookC.eot'),
        url('../fonts/Futura/FuturaBookC.ttf'),
        url('../fonts/Futura/FuturaBookC.woff');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'FuturaBookC';
    src:url('../fonts/Futura/FuturaBookC-Italic.eot'),
        url('../fonts/Futura/FuturaBookC-Italic.ttf'),
        url('../fonts/Futura/FuturaBookC-Italic.woff');
        font-weight: normal;
        font-style: italic;
}
@font-face {
    font-family: 'FuturaBookC';
    src:url('../fonts/Futura/FuturaMediumC.eot'),
        url('../fonts/Futura/FuturaMediumC.ttf'),
        url('../fonts/Futura/FuturaMediumC.woff');
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'FuturaBookC';
    src:url('../fonts/Futura/FuturaMediumC-Italic.eot'),
        url('../fonts/Futura/FuturaMediumC-Italic.ttf'),
        url('../fonts/Futura/FuturaMediumC-Italic.woff');
        font-weight: bold;
        font-style: italic;
}
@font-face {
    font-family: 'FuturaBookC';
    src:url('../fonts/Futura/FuturaDemiC.eot'),
        url('../fonts/Futura/FuturaDemiC.ttf'),
        url('../fonts/Futura/FuturaDemiC.woff');
        font-weight: 900;
        font-style: normal;
}

@font-face {
    font-family: 'FuturaBookC';
    src:url('../fonts/Futura/FuturaDemiC-Italic.eot'),
        url('../fonts/Futura/FuturaDemiC-Italic.ttf'),
        url('../fonts/Futura/FuturaDemiC-Italic.woff');
        font-weight: 900;
        font-style: italic;
}

html, body {
    height: 100% !important;
}
.main-wrapper{
    min-height: 100%;
    height: auto;
    margin: 0 auto -260px;
}
.footer-wrapper{
    background: #888888;
    min-height: 260px;
    color: #7a7a7a;
    position: relative;
    z-index: 310;
}
.footer-wrapper .logo img {
    min-height: 60px;
    max-width: 350px;
    width: auto;
    height: 75px;
}
.footer-push{
    height: 260px;
}
.footer-bottom a:hover{
    color: #fff;
}
.footer-menu > ul > li{
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding-right: 30px;
    line-height: 1.2;
}
.footer-menu a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
}
.footer-menu a:hover{
    color: #f5a601;
}
.footer-menu > ul > li > a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.footer-social .title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    color: #ccc;
    letter-spacing: 0.5px;
}
.footer-social .social-links a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.footer-social .social-links a:hover{
    color: #fff;
}
.footer-social .social-links {
    /* display: flex; */
    display: none;
}
.footer-social .social-item {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}
.footer-social .social-item:hover {
    opacity: 0.7;
}
.social-item i {
    color: #333333;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 5px 0;
    text-align: center;
}
.footer-info {
    color: #fff;
}
.footer-info .title {
    font-weight: bold;
}
.payments {
    display: none !important;
}
.payments span{
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
}
.payments span:last-of-type{
    margin-right: 0;
}
.footer-phone a{
    color: #fff;
}
.footer-phone a:hover{
    color: #f5a601;
}

.footer-top-menu ul {
    display: flex;
    justify-content: center;
}

.footer-top-menu ul > li {
    padding: 5px 25px;
    border-radius: 7px;
    margin: 0px 7px;
    position: relative;
    transform: 0.3s ease;
}

.footer-top-menu ul > li:hover {
    background: #4A4A4A;
}

.footer-top-menu ul > li > a {
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: white;
}

.footer-top-menu ul > li:hover > a {
    color: white;
}

.vladweb {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.vladweb-text {
    font-size: 14px;
    margin-right: 10px;
}

.vladweb-logo img{
    height: 44px;
    margin-top: -4px;
}

.vladweb a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 1189px) {
    .footer-menu > ul > li{
        padding-right: 20px;
    }
    .footer-menu a{
        font-size: 13px;
        margin-bottom: 13px;
    }
}
@media (max-width: 991px) {
    .footer-menu{
        border-bottom: 1px solid #303030;
        margin: 0 -15px 30px;
        padding: 0 15px 20px;
    }
}
@media (max-width: 767px) {
    .footer-menu > ul > li{
        width: 48%;
        margin-bottom: 20px;
    }
    .footer-menu{
        padding-bottom: 0;

        display: none;
    }
    .footer-menu a{
        font-size: 12px;
    }
    .vladweb{
        justify-content: center;
        margin-top: 10px;
    }
}


.footer-bottom{
    background: #888888;
    color: #fff;
}

body{
    font-size: 16px;
    line-height: 1.6;
    color: #0e0e0e;
    overflow-x: hidden;
    font-family: 'FuturaBookC';
}
.content{
    font-size: 14px;
}
.content ul,
.content ol{
    margin-bottom: 25px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 9px;
    left: 10px;
    background: #f5a601;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #fff;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
h1,
.title-h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0.8em;
    text-transform: uppercase;
    color: #000;
}
h2,
.title-h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 0.8em;
}
h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 0.6em;
}
h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 0.6em;
}
h5{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}
h6{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 20px;
    }
    .pagetitle h1{
        font-size: 30px;
    }
    h2,
    .title-h2{
        font-size: 24px;
    }
    h3, h4, h5{
        font-size: 20px;
    }
}

blockquote{
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    font-size: 16px;
    border-left: 3px solid #f5a601;
}
a{
    color: #f5a601;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
a:hover{
    opacity: 0.7;
}
a:focus{
    outline: none;
}
a.invert{
    color: #fff;
}
a.invert:hover{
    color: #f5a601;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #f5a601;
    font-size: 20px;
    padding: 10px 40px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: 2px solid #f5a601;
    font-weight: normal;
    border-radius: 3px;
}
.btn:hover{
    opacity: 0.7;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.mid{
    padding: 8px 25px;
    font-size: 18px;
}
.btn.min{
    padding: 6px 25px;
    font-size: 16px;
}
.btn.invert{
    background: transparent;
    color: #f5a601;
}
.btn.invert:hover{
    background: #f5a601;
    border-color: #f5a601;
    color: #fff;
}
.btn.disabled{
    background: #eaeff4;
    border-color: #eaeff4;
    box-shadow: none;
    color: #909090;
}
.form-group{
    position: relative;
}

.push1{
    height: 1px;
}
.push2{
    height: 2px;
}
.push3{
    height: 3px;
}
.push4{
    height: 4px;
}
.push5{
    height: 5px;
}
.push6{
    height: 6px;
}
.push7{
    height: 7px;
}
.push8{
    height: 8px;
}
.push9{
    height: 9px;
}
.push10{
    height: 10px;
}
.push11{
    height: 11px;
}
.push12{
    height: 12px;
}
.push13{
    height: 13px;
}
.push14{
    height: 14px;
}
.push15{
    height: 15px;
}
.push16{
    height: 16px;
}
.push17{
    height: 17px;
}
.push18{
    height: 18px;
}
.push19{
    height: 19px;
}
.push20{
    height: 20px;
}
.push25{
    height: 25px;
}
.push30{
    height: 30px;
}
.push35{
    height: 35px;
}
.push40{
    height: 40px;
}
.push45{
    height: 45px;
}
.push50{
    height: 50px;
}
.push55{
    height: 55px;
}
.push60{
    height: 60px;
}
.push70{
    height: 70px;
}
.push80{
    height: 80px;
}
.push90{
    height: 90px;
}
.push100{
    height: 100px;
}
.f8{
    font-size: 8px;
}
.f9{
    font-size: 9px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f17{
    font-size: 17px;
}
.f18{
    font-size: 18px;
}
.f19{
    font-size: 19px;
}
.f20{
    font-size: 20px;
}
.f21{
    font-size: 21px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f28{
    font-size: 28px;
}
.f30{
    font-size: 30px;
}
.f34{
    font-size: 34px;
}
.f36{
    font-size: 36px;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #fff;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 20px;
}
strong,
b, 
.bold{
    font-weight: bold;
}
.weight100,
.light{
    font-weight: 100;
}
.weight900{
    font-weight: 900;
}
.italic{
    font-style: italic;
}
input:focus::-moz-placeholder{
    opacity: 0;
}
input:focus:-ms-input-placeholder{
    opacity: 0;
}
input:focus::-webkit-input-placeholder{
    opacity: 0;
}
textarea:focus::-moz-placeholder{
    opacity: 0;
}
textarea:focus:-ms-input-placeholder{
    opacity: 0;
}
textarea:focus::-webkit-input-placeholder{
    opacity: 0;
}
.strike{
    text-decoration: line-through;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
em, i{
    font-style: italic;
}
.cleaner,
.clear{
    clear: both;
    height: 0;
    line-height: 0;
    display: block !important;
}
.cleaner-hr,
.clear-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
img{
    max-width: 100%;
}
img.left{
    float: left;  
    margin-right: 20px;
}
img.right{
    float: right;  
    margin-left: 20px;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dashed:hover,
.dotted:hover{
    border-bottom-color: transparent;
}
.static{
    position: static;
}
.hidden{
    display: none !important;
}
.row.min{
    margin-left: -5px;
    margin-right: -5px;
}
.row.min > div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.row.no-padding{
    margin-left: 0;
    margin-right: 0;
}
.row.no-padding > div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.table{
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.decoration{
    text-decoration: underline;
}
.decoration:hover{
    text-decoration: none;
}
.decoration-none{
    text-decoration: none !important;
}
.decoration-hover{
    text-decoration: none;
}
.decoration-hover:hover{
    text-decoration: underline;
}
.round{
    border-radius: 50%;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
.main_banner_center {
    position: relative;
}
.banner-item::after, .main_banner_center::after {    
    content: "";
    /*
    position: absolute;
    display: block;right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/themes/vladweb/images/banner-after.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    z-index: 9;*/
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
/* fancybox */
.fancybox-inner{
    overflow: visible !important;
}
.fancybox-wrap{
    padding: 35px 0 0;
}
.fancybox-skin{
    margin-bottom: 35px;
}
.fancybox-overlay{
    background: rgba(0,0,0,0.8);
}
.fancybox-close {
    background: #f5a601 !important;
    top: 0 !important;
    right: 0px !important;
    width: 34px !important;
    height: 34px !important;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
@media only screen and (min-width: 768px) {
.fancybox-close {
    background: transparent !important;
    top: -36px !important;
    right: -6px !important;
    width: 34px !important;
}
}
.fancybox-close:after{
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-left: -1px;
}
.fancybox-close:after {
    background: url(../images/close.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-close:hover{
    background: #FF4632;
}
.fancybox-close:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-skin{
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3)  !important;
    border-radius: 0;
}
.fancybox-nav span{
    visibility: visible;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-next span {
    background: rgba(0,0,0,0.4);
    width: 24px;
    height: 40px;
    margin-top: -20px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 10px;
}
.fancybox-prev span {
    background: rgba(0,0,0,0.4);
    width: 24px;
    height: 40px;
    margin-top: -20px;
    left: 10px;
}
.fancybox-prev span:after,
.fancybox-next span:after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -4px;
    background: url(../images/fancy-arrow.png) 0 0 no-repeat;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    background: #3C3C3C;
}
.fancybox-title-float-wrap{
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child{
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
}
.fancybox-title-float-wrap .child{
    white-space: normal;
    width: 100%;
}

/* end fancybox */


/***********************slick carousel*******************************/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
}
.slider-wrapper .item img{
    min-height: 300px;
}
.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    margin-top: 20px;
    bottom: 10px;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    margin: 0 6px 0;
    cursor: pointer;
    position: relative;
    background: #f7f5f5;
    border: 1px solid #f5a601;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0.8;
}
.slick-dots li:hover{
    opacity: 1;
}
.slick-dots li.slick-active{
    background: #f5a601;
    opacity: 1;
}
.slick-prev, 
.slick-next {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-align: center;
    color: #fff;
    top: 50%;
    margin-top: -22px;
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
}
.slick-prev{
    left: -60px;
}
.slick-next{
    left: auto;
    right: -60px;
}
.slick-prev i{
    margin-left: -4px;
}
.slick-next i{
    margin-right: -4px;
}
.slick-prev i, 
.slick-next i{
    line-height: 44px;
}
.slick-prev:hover, 
.slick-next:hover{
    background: #f5a601;
    color: #fff;
}
/****************end slick carousel****************/



@media only screen and (min-width: 992px){
    
    /************* custom chrome scroll ***************/
    body::-webkit-resizer {
        background-image: url('');
        background-repeat: no-repeat;
        width: 8px;
        height: 1px;
    }
    body::-webkit-scrollbar {
        width: 8px;
    }
    body::-webkit-scrollbar-button {
        background-image: url('');
        background-repat: no-repeat;
        width: 8px;
        height: 0px;
    }
    body::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #f5a601;
    }
    body::-webkit-scrollbar-track {
        background-color: #22282E;
    }
    /*********** end custom chrome scroll **********/
}


#up{
    position: fixed;
    z-index: 300;
    bottom: 30px;
    right: 10px;
    display: none;
    color: #fff;
    width: 44px;
    text-align: center;
    height: 44px;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    background: #f5a601;
    font-size: 32px;
    border-radius: 3px;
}
#up:hover{
    background-color: #fff;
    color: #fff;
}
#up .fa{
    display: block;
    line-height: 40px;
}

.delay-250{
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    animation-delay: 250ms;
}
.delay-500{
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-750{
    -webkit-animation-delay: 750ms;
    -moz-animation-delay: 750ms;
    -o-animation-delay: 750ms;
    animation-delay: 750ms;
}
.delay-1000{
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1250{
    -webkit-animation-delay: 1250ms;
    -moz-animation-delay: 1250ms;
    -o-animation-delay: 1250ms;
    animation-delay: 1250ms;
}
.delay-1500{
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    -o-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
.delay-1750{
    -webkit-animation-delay: 1750ms;
    -moz-animation-delay: 1750ms;
    -o-animation-delay: 1750ms;
    animation-delay: 1750ms;
}
.delay-2000{
    -webkit-animation-delay: 2000ms;
    -moz-animation-delay: 2000ms;
    -o-animation-delay: 2000ms;
    animation-delay: 2000ms;
}
.delay-2500{
    -webkit-animation-delay: 2500ms;
    -moz-animation-delay: 2500ms;
    -o-animation-delay: 2500ms;
    animation-delay: 2500ms;
}
.delay-3000{
    -webkit-animation-delay: 3000ms;
    -moz-animation-delay: 3000ms;
    -o-animation-delay: 3000ms;
    animation-delay: 3000ms;
}
.delay-3500{
    -webkit-animation-delay: 3500ms;
    -moz-animation-delay: 3500ms;
    -o-animation-delay: 3500ms;
    animation-delay: 3500ms;
}
/* Preloader */
#preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: block;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    opacity: 1;
}
#preloader.hid {
    opacity: 0;
    visibility: hidden;
}
.no-preloader #preloader{
    display: none;
}
#preloader img{
    width: 200px;
}
/* Preloader end */


/* ======= AGREEMENT ======= */

.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
    font-size: 13px;
}
.agreement.black{
    color: #fff;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i{
    position: absolute;
    left: -2px;
    top: 1px;
    font-size: 16px;
}
.agreement label{
    padding-left: 18px;
    position: relative;
    display: inline-block;
}
.agreement input + label .checked{
    display: none;
}

.agreement input:checked + label .checked{
    display: inline-block;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. AGREEMENT ======= */


/* PAGINATION */
.pagination{
    margin: 0 0 30px;
    overflow: hidden;
    padding-left: 1px !important;
}
.pagination li{
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #f5a601;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: default;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f5a601;
    border-color: #f5a601;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #fff;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f5a601;
    border-color: #f5a601;
}
@media(max-width: 767px){
    .pagination .control{
        display: none;
    }
    .pagination>li:first-child>a, .pagination>li:first-child>span,
    .pagination>li:last-child>a, .pagination>li:last-child>span{
        border-radius: 0;
    }
}
/* /. PAGINATION */


.mobile-menu {
    position: fixed;
    top: 0;
    right: -470px;
    background: #fff;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-top: 59px;
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.2);
}
.mobile-menu form.msearch2 {
    width: 95%;
    margin: auto;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-logo{
    padding: 0 0 0 10px;
}
.mobile-logo img{
    height: 80px;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(47, 77, 109, 0.18);
}
.mobile-menu > div > ul > li:first-of-type{
    border-bottom: 1px solid rgba(47, 77, 109, 0.18);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 16px;
    left: 16px;
    border-bottom: 1px solid #f5a601;
    border-right: 1px solid #f5a601;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 22px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 15px 20px 12px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.mobile-menu > div > ul > li.active > a{
    background: #f5a601;
    color: #fff;
}
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #f5a601;
}
.mobile-menu .active .dropdown-button:before{
    border-color: #fff;
}


.mobile-menu > div > ul > li > ul > li.active > a:before,
.mobile-menu > div ul ul ul .active a:before{
    background-color: #f5a601;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 12px 10px 12px 30px;
    color: #000;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    left: 20px;
    width: 3px;
    height: 3px;
    background: #ffffff;
}
.mobile-menu > div ul ul ul a{
    padding: 9px 10px 9px 45px;
    font-size: 14px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 15px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #f5a601;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 18px;
}
.mobile-menu ul ul .dropdown-button.active:before{
    content: "-";
}
.mobile-menu a[href="javascript:void();"]{
    text-transform: uppercase;
    color: #fff !important;
    padding-left: 20px;
}
.mobile-menu a[href="javascript:void();"]:before{
    display: none;
}


@media only screen and (max-width: 1189px) {
    .mobile-menu.open {
        right: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 810;
        opacity: 1;
    }
}
@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
}
@media(min-width:992px){
    .mobile-menu,
    .mobile-menu.open + .overlay{
        display: none !important;
    }
}
/************* /. mobile-menu **************/

.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 45px 25px 25px;
}
.modal.big-modal{
    width: 600px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
.modal .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 0 25px;
    margin-bottom: 35px;
    border-bottom: 2px solid #f5a601;
}


/* HEADER */

.header-top {
    position: relative;
    z-index: 100;
    color: #000;
    border-bottom: 1px solid #f5a601;
}
.header-top .inner{
    height: 45px;
}
.header-top-left > span{
    margin-right: 15px;
    font-size: 14px;
}
.header-top-left > span:last-of-type{
    margin-right: 0;
}
.header-top-left > span i{
    color: #fff;
    font-size: 16px;
    margin-right: 4px;
}
.address a{
    color: #fff;
    border-bottom: 1px dotted;
}
.address a:hover{
    border-color: transparent;
}
.header-top-right{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.header-tel, .header-email{
    margin-right: 10px;
}
.header-tel a, .header-email a, .header-address a{
    font-family: 'Roboto', sans-serif;
    color: #000;
    vertical-align: middle;
    font-size: 16px;
}
.header-tel a:hover, .header-email a:hover{
    opacity: 0.7;
}
.header-address a:hover {
    opacity: 1;
}
.fa.fa-phone, .fa.fa-envelope {
    margin-right: 5px;
}
.header-address {
    /*display: none;*/
    position: relative;
    margin-right: 30px;
}
.header-address > ul {
    /* display: none; */
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: white;
    color: black;
    box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.15);
    width: max-content;
    padding: 15px;
    text-align: left;
    z-index: 10;
    
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .2s linear;
}
.header-address:hover > ul {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}
.header-address:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 6px;
    right: -12px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.header-address:hover:after {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 8px;
}
.header-top-right .viber{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #7C509E;
    color: #fff;
    border-radius: 2px;
    padding: 3px 4px 2px;
    position: relative;
    margin-left: 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    vertical-align: middle;
}
.header-top-right .viber:hover{
    background: #8D5BB4;
}
.header-top-right .whatsapp{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #46D46C;
    color: #fff;
    border-radius: 2px;
    padding: 2px 4px;
    position: relative;
    margin-left: 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    vertical-align: middle;
}
.header-top-right .whatsapp:hover{
    background: #50F27B;
}
.header-callback-btn{
    display: inline-block;
    padding: 3px 20px 3px 15px;
    height: 32px;
    background: #f5a601;
    color: #fff;
    border-radius: 20px;
    position: relative;
    margin-left: 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    vertical-align: middle;
    font-size: 13px;
    line-height: 26px;
}
.header-callback-btn i{
    vertical-align: middle;
    margin-right: 3px;
    font-size: 15px;
}
.header-callback-btn:hover{
    opacity: 0.7;
}
@media(max-width:767px){
    .header-callback-btn{
        width: 32px;
        text-align: center;
        line-height: 32px;
        padding: 0;

        display: none;
    }
}


.header-bottom{
    position: relative;
    height: 90px;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
@media (min-width: 991px) {
    .top-menu-catalog.fixed {
        position: fixed;
        z-index: 800;
        top: 26px;
        left: 0;
        right: 0;
        width: 50%;
        margin: auto;
        border-radius: 5px;
    }
}
@media(min-width:768px){
    .header-bottom.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 800;
        padding-top: 4px;
    }
    .header-bottom.fixed .top-site-slogan {
        padding: 0;
    }
    /* .top-menu-catalog.fixed {
        position: fixed;
        z-index: 800;
        top: 16px;
        left: 0;
        right: 0;
        width: 45%;
        margin: auto;
        border-radius: 5px;
    } */
}

.header-bottom.fixed + .header-bottom-push{
    height: 80px;
}
.header-bottom.fixed .inner{
    padding-top: 0;
}
.header-bottom > .container{
    height: 100%;
}
.header-bottom .inner{
    padding-top: 4px;
    height: 100%;
}
.top-site-slogan {
    max-width: 260px;
    /*padding-top: 18px;*/
    height: 100%;
}
.slogan-title {
    font-weight: bold;
}
.slogan-title {
    margin: 0;
    text-transform: uppercase;
    color: #f5a601;
    font-size: 20px;
    transition: all 0.3s ease;
}
.slogan-text {
    font-weight: lighter;
    font-size: 13px;
}
.logo{
   display: block;
}
@media screen and (min-width: 767px) {
    .header .logo {
        margin-left: 62px;
    }
}
.logo img {
    height: 74px;
}
.header-bottom-bar, .header-bottom-menu-button{
    height: 100%;
}
.header-bottom-menu-button {
    display: none;
}
.header-cart{
    position: relative;
    display: inline-block;
}
#msMiniCart {
    background: #333333;
    line-height: 42px;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
}
#msMiniCart .not_empty {
    display: none;
}
#msMiniCart > div > div {
    display: flex;
}
#msMiniCart p {
    margin: 0;
    margin-right: 5px;
}
#msMiniCart .fa {
    margin: auto;
    font-size: 25px;
}
#msMiniCart.full:hover{
    opacity: 0.7;
}
#msMiniCart .ms2_total_count{
    padding: 0 3px;
    display: inline-block;
    text-align: center;
    min-width: 16px;
    height: 16px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    line-height: 17px;
    background: #fe121b;
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    right: -5px;
    top: -5px;
    font-family: arial;
}

.header-search {
    height: 100%;
    width: calc(100% - 352px);
    padding: 26px 20px 0;
}

.header-search form {
    margin: 0 0 0 auto;
    position: relative;
    max-width: 300px;
    height: 36px;
    border: 1px solid #b8b8b8;
    border-top-color: #999;
    border-radius: 2px;
    background: #fcfcfa;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    font-size: 1em;
    padding-right: 30px;
}

.header-search form input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0.3em 0.4em 0.3em 0.5em;
    color: #595959;
    background: transparent;
    font-size: 1em;
    border: none;
}

.header-search form button i.material-icons.search {
    font-size: 30px;
}

.header-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 100%;
    padding: 2px 0 0 0;
    background: none;
    border: none;
    color: #1a242f;
    transition: all 0.4s ease;
}

.header-search form button:hover {
    color: #f5a601;
}

.header-search label {
    display: none;
}

.header-search form .form-item-search-api-fulltext {
    width: 100%;
    margin: 0;
}

.header-search form input#edit-search-api-fulltext {
    width: 100%;
}

.header-search form > div {
    width: 100%;
    position: relative;
}

.header-search form div#edit-actions {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
}

.header-search form div#edit-actions input#edit-submit-search-page {
    padding: 0 20px;
    color: #f5a601;
    font-size: 0;
    margin: 0;
    height: 100%;
    background: transparent;
    border: none;
}

.header-search form div#edit-actions input#edit-submit-search-page:before {
    content: "";
    width: 44px;
    height: 22px;
    background: url(/themes/vladweb/images/search-icon.png) center center / contain no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
}

/*.header-search form > div {
    display: flex;
}

.header-search form input {
    display: block;
    padding: 5px;
    width: 200px;
    line-height: normal;
    margin: 0;
    height: 30px;
}

.header-search form button {
    margin: 0;
    padding: 3px 8px;
    font-size: 13px;
}*/

.header-bottom.fixed .header-search {
    display: none;
}

@media only screen and (max-width: 991px) {
    .header-top .inner {
        height: 54px;
    }
    .header-top-left > span{
        display: block;
        padding-left: 22px;
        position: relative;
        height: auto;
    }
    .header-top-left > span i{
        position: absolute;
        left: 0;
        top: 2px;
        width: 16px;
        display: inline-block;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .header-top .inner {
        height: auto;
        padding: 15px 0;
    }
    .header-top-left,
    .header-top-right{
        float: left;
        width: 100%;
        position: relative;
        text-align: left;
    }
    .header-tel {
        height: auto;
        position: relative;
        text-align: left;
        margin-top: 3px;
        margin-left: 10px;
        margin-right: 0;
        float: right;
    }
    .header-tel a{
        font-size: 16px;
    }
    .header-bottom{
        height: 66px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 800;
    }
    .header-bottom:before{
        display: none;
    }
    .header-bottom .inner{
        padding-top: 0;
    }
    .header-bottom + .header-bottom-push{
        height: 0 !important;
    }
    .header-top-push{
        height: 66px;
    }

    .header-search {
        display: none;
    }

    .logo img {
        height: 60px;
    }
}


/** top-menu **/
.top-menu-wrapper{
    height: 100%;
}
.top-menu{
    margin-right: 30px;
}
.top-menu > ul > li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}
.top-menu > ul > li:first-of-type{
    padding-left: 0;
}
.top-menu > ul > li:last-of-type{
    padding-right: 0;
}
.top-menu > ul > li > a {
    color: #000;
    font-weight: 100;
    letter-spacing: -0.5px;
}
.top-menu > ul > li.active > a,
.top-menu > ul > li:hover > a{
    text-decoration: underline;
}

.top-menu > ul > li.down a{
    padding-right: 20px;
}
.top-menu > ul > li.down + li{
    padding-left: 5px;
}
.top-menu > ul > li.down > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 12px;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.top-menu > ul > li.down{
    padding-right: 10px;
}
.top-menu > ul > li.down:after{
    display: none;
}
.top-menu > ul > li > div {
    position: absolute;
    width: 274px;
    top: 20px;
    padding-top: 20px;
    left: 0;
    text-align: left;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-out;
}
.top-menu > ul > li:hover > div {
    visibility: visible;
    top: 20px;
    opacity: 1;
}
.top-menu > ul > li > div > ul{
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
.header-bottom.fixed .top-menu > ul > li:hover > div {
    top: 16px;
}
.top-menu > ul ul li{
    position: relative;
}
.top-menu ul ul li > a{
    position: relative;
}
.top-menu > ul ul li > a span{
    position: relative;
    z-index: 1;
    display: block;
}
.top-menu ul ul li.down > a span:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: -5px;
    transform: rotate(45deg);
    margin-top: -3px;
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
}
.top-menu > ul ul li > a {
    background: #f5a601;
    padding: 12px 10px 12px 10px;
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.top-menu > ul ul li > a:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
    z-index: 5;
}
.top-menu > ul ul li:first-of-type > a:before{
    display: none;
}
.top-menu > ul ul li > a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
}
.top-menu > ul ul li:hover > a:after{
    opacity: 0.2;
}
.top-menu > ul ul li.active > a:after{
    opacity: 1;
    background: #fff;
}
.top-menu > ul ul li.active > a{
    color: #fff;
}

.top-menu > ul ul li:hover + li > a:before,
.top-menu > ul ul li.active +li > a:before,
.top-menu > ul ul li:hover > a:before,
.top-menu > ul ul li.active > a:before{
    opacity: 0;
}
.top-menu ul ul > li > div{
    position: absolute;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    top: 10px;
    padding-left: 1px;
}
.top-menu ul ul ul {
    width: 250px;
}
.top-menu ul ul li:hover > div {
    visibility: visible;
    opacity: 1;
    top: 0px;
}

/* mob-menu-btn begin */
.menu-button{
    display: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    vertical-align: top;
    right: 0;
    top: 0;
    margin-left: 3px;
}
.header-bottom-bar .menu-button{
    width: 44px;
    height: 44px;
    margin-left: 6px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.icon-menu-burger {
    height: 2px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -10px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #f5a601;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #f5a601;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #f5a601;
}
.icon-menu-burger:before {
    top: -6px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -6px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger,
li.top_catalog_menu:hover .icon-menu-burger,
li.top_door_menu:hover .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line,
li.top_catalog_menu:hover .menu-button .icon-menu-burger__line,
li.top_door_menu:hover .menu-button .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before,
li.top_catalog_menu:hover .menu-button .icon-menu-burger:before,
li.top_door_menu:hover .menu-button .icon-menu-burger:before{
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after,
li.top_catalog_menu:hover .icon-menu-burger:after,
li.top_door_menu:hover .icon-menu-burger:after{
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
.mobile-menu .menu-button{
    position: absolute;
    top: 12px;
    right: 10px;
}
/* mob-menu-btn end */

.top-menu-catalog {
    margin-top: 7px;
    position: relative;
    background: #888888;
}

.top-menu-catalog:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #d0d0d0;
    left: 0;
    right: 0;
    margin: auto;
}

ul.main-list-catalog {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
}

ul.main-list-catalog > li {
    padding: 5px 15px;
    border-radius: 5px;
    /* margin: 0px 7px; */
    position: relative;
    transition: all 0.3s ease;
}

ul.main-list-catalog > li:hover {
    background: #f5a601;
}

ul.main-list-catalog > li > a {
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #FFF;
}

ul.main-list-catalog > li:hover > a {
    color: white;
}

ul.main-list-catalog > li > ul.submenu {
    display: flex;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    background: #f5a601;
    border-radius: 0 5px 5px 5px;
    padding: 15px 10px;
}

ul.main-list-catalog > li > ul.submenu > li {
    width: max-content;
    margin-right: 60px;
}

ul.main-list-catalog > li > ul.submenu .submenu-item span {
    padding: 0 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

ul.main-list-catalog > li > ul.submenu .submenu-item > ul > li {
    padding: 3px 10px;
    border-radius: 9px;
    transition: all 0.3s ease;
}

ul.main-list-catalog > li > ul.submenu .submenu-item > ul > li:hover {    
   /* background: linear-gradient(180deg, #D3D2D2 0%, #F4F4F4 50%, #D3D2D2 100%);   */ 
}

ul.main-list-catalog > li > ul.submenu .submenu-item > ul > li a {
    color: white;
    /*font-weight: lighter;
    font-size: 15px;*/
    transition: all 0.3s ease;
}

ul.main-list-catalog > li > ul.submenu .submenu-item > ul > li:hover a{
    text-decoration: underline;
}

ul.main-list-catalog > li.top_catalog_menu {
    background: #f5a601;
    border-radius: 2px;
    padding: 5px 25px 5px 10px;
}

ul.top_catalog_menu-list,
ul.top_door_menu-list  {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 5px 10px;
    /* background: #1a242f; */
    z-index: 30;
    background: #f5a601;
    border: 1px solid #f5a601;
    box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.15);
}

ul.top_catalog_menu-list li,
ul.top_door_menu-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ffffffab;
    position: relative;
}

ul.top_catalog_menu-list li:last-child,
ul.top_door_menu-list li:last-child {
    border: none;
}

ul.top_catalog_menu-list li a,
ul.top_door_menu-list li a {
    color: white;
}

ul.top_catalog_menu-list > li .dropdown-button,
ul.top_door_menu-list > li .dropdown-button {
    height: 45px;
    width: 27px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
ul.top_catalog_menu-list > li .dropdown-button:after,
ul.top_door_menu-list > li .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 18px;
    right: 10px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
ul.top_catalog_menu-list > li:hover .dropdown-button:after,
ul.top_door_menu-list > li:hover .dropdown-button:after{
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
}

ul.top_catalog_menu-list ul.submenu,
ul.top_door_menu-list ul.submenu {
    display: flex;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0 10px;
    z-index: 30;
    background: #f5a601;
    border: 1px solid #f5a601;
    box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.15);
}

ul.top_catalog_menu-list ul.submenu > li,
ul.top_door_menu-list ul.submenu > li {
    width: max-content;
}

li.top_catalog_menu .menu-button,
li.top_door_menu .menu-button {
    display: inline-block;
    height: 28px;
    width: 28px;
    margin: 0;
}

li.top_catalog_menu .icon-menu-burger:before, 
li.top_catalog_menu .icon-menu-burger:after,
li.top_catalog_menu .icon-menu-burger__line,
li.top_door_menu .icon-menu-burger:before, 
li.top_door_menu .icon-menu-burger:after,
li.top_door_menu .icon-menu-burger__line {
    background-color: #FFF;
}

li.top_catalog_menu:hover .menu-button .icon-menu-burger__line, 
li.top_catalog_menu:hover .menu-button .icon-menu-burger:before, 
li.top_catalog_menu:hover .menu-button .icon-menu-burger:after,
li.top_door_menu:hover .menu-button .icon-menu-burger__line, 
li.top_door_menu:hover .menu-button .icon-menu-burger:before, 
li.top_door_menu:hover .menu-button .icon-menu-burger:after {
    background-color: #FFF;
}

.top-menu-catalog-wrapper{
    height: 100%;
    margin-left: 40px;
}
.top-menu-catalog-wrapper .title a{
    display: block;
    color: #fff;
    padding: 8px 34px 8px 20px;
    background: #d50303;
    border-radius: 3px;
    position: relative;
}
.top-menu-catalog-wrapper .title a i{
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}
.top-menu-catalog-wrapper .title a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 16px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    right: 15px;
}
.top-menu-catalog-wrapper .title:hover a:after,
.top-menu-catalog-wrapper .title.hover a:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 18px;
}
.top-menu-catalog-output:before {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 19px;
    top: -19px;
    left:0;
}
.top-menu-catalog-output{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 300;
    visibility: hidden;
    opacity: 0;
}
.top-menu-catalog-wrapper .title:hover + .top-menu-catalog-output,
.top-menu-catalog-output:hover{
    visibility: visible;
    opacity: 1;
}
.top-menu-catalog-inner{
    max-height: 400px;
    overflow: auto;
}
.top-menu-catalog-inner .jspContainer{
    min-height: 400px;
}
.top-menu-catalog-inner > ul > li,
.top-menu-catalog-inner .jspPane > ul > li{
    width: 20%;
    float: left;
    position: relative;
    margin: 0 0 20px;
    padding: 0 20px 0 0;
}
.top-menu-catalog-inner > ul > hr:nth-of-type(5n),
.top-menu-catalog-inner .jspPane > ul > hr:nth-of-type(5n){
    clear: both;
}
.top-menu-catalog-inner > ul > li > a,
.top-menu-catalog-inner .jspPane > ul > li > a{
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 13px;
    color: #222222;
}
.top-menu-catalog-inner > ul > li > ul a,
.top-menu-catalog-inner .jspPane > ul > li > ul a{
    display: inline-block;
    text-decoration: none;
    padding: 3px 0;
    font-size: 13px;
    color: #666;
}
.top-menu-catalog-inner li.active > a,
.top-menu-catalog-inner a:hover{
    color: #f5a601 !important;
}

@media only screen and (max-width: 991px) {
    .top-menu{
        display: none;
    }
    .menu-button{
        display: inline-block;
    }
}
@media (min-width: 991px) {
    ul.main-list-catalog {
       padding: 2px 0; 
    }
}
/** /. top-menu **/

/* /. HEADER */



/* TOP SLIDER */
.top-slider{
    overflow: hidden;
    height: 33.7vw;
}
.top-slider.slick-slider{
    overflow: inherit;
}
.top-slider .element-img{
    height: 33.7vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.slide-pattern{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.top-slider .element{
    overflow: hidden;
}
.top-slider .slick-prev, 
.top-slider .slick-next{
    margin-top: -22px;
}
.top-slider .slider-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    overflow: hidden;
}
.top-slider .slider-content-inner{
    padding: 30px 50px 20px;
}
.top-slider .title{
    font-size: 60px;
    line-height: 1.3;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.top-slider .subtitle{
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.top-slider .text{
    margin-bottom: 20px;
    font-size: 18px;
}
.top-slider .slick-dots{
    position: absolute;
}
.banner-item-text {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 35px;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    max-width: 20%;
    z-index: 10;
    text-align: right;
}
@media(min-width: 1190px) {
    .top-slider{
        height: 400px;
    }
    .top-slider .element-img{
        height: 450px;
    }
    .top-slider.slick-slider{
        height: auto;
    }
}
@media(max-width: 1189px) {
    .top-slider .slider-content-inner{
        padding: 2% 5% 1%;
    }
    .top-slider .title{
        font-size: 4.8vw;
    }
    .top-slider .subtitle{
        font-size: 2.6vw;
    }
    .top-slider .text{
        margin: 1% 0 2%;
        font-size: 1.5vw;
    }
    .top-slider .btn.min {
        font-size: 1.6vw;
        padding: 1% 2%;
    }
    .banner-item-text {
        font-size: 30px;
    }
}
@media(max-width: 991px){
    .index-header{
        background: #F0F0F0;
    }
    .banner-item-text {
        font-size: 25px;
    }
}
@media(max-width: 767px) {
    .top-slider .title{
        font-size: 4.8vw;
    }
    .top-slider .subtitle{
        font-size: 3.6vw;
    }
    .top-slider .text{
        font-size: 2vw;
    }
    .top-slider .btn.min {
        opacity:0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        width: auto;
        padding: 0;
        height: auto;
    }    
    .banner-item-text {
        font-size: 3vw;
    }
}
/* /. TOP SLIDER */


/* TIZERS BLOCK */
.tizers_block {
    padding: 20px 0;
    text-align: center;
    /*background: linear-gradient(0deg, rgba(47, 77, 109, 0.7), rgba(47, 77, 109, 0.7)), url(/assets/template/images/tizersBG.png), #000000;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tizers_block .item {
    color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tizers_block .item .img {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    vertical-align: middle;
}
.tizers_block * {
    line-height: 18px;
}
.tizers_block .item > div {
    display: table-cell;
    vertical-align: middle;
}

.tizers_block .item .title {
    white-space: normal;
    width: 100%;
    color: black;
    font-size: 15px;
    font-weight: bold;
}
/* /. TIZERS BLOCK */


/* STYLER */
select{
    height: 34px;
    padding: 6px 24px 5px 15px;
    border: 1px solid #E3E3E4;
    border-radius: 3px;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
    background: #fff;
}
.select-styler,
.cloned-select-styler{
    width: 100%;
    margin-bottom: 20px;
    display: block !important;
}
.jq-selectbox__search input::-moz-placeholder{
    opacity: 0;
}
.jq-selectbox__search input:-ms-input-placeholder{
    opacity: 0;
}
.jq-selectbox__search input::-webkit-input-placeholder{
    opacity: 0;
}
.jq-selectbox__select{
    box-shadow: none;
    height: 34px;
    padding: 6px 24px 5px 15px;
    border: 1px solid #E3E3E4;
    border-radius: 0;
    color: #333333;
    text-shadow: none;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
    background: #fff;
}
.jq-selectbox__select:hover{
    border-color: #9da8a5;
}
.filters-block .jq-selectbox__select{
    border: 1px solid transparent;
}
.form-group .opened .jq-selectbox__select {
    border-color: transparent;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.form-group .opened .jq-selectbox__select:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -3px;
    left: 0;
    background: #fff;
    z-index: 10;
}
.jq-selectbox__select:hover{
    background: #fff;
}
.jq-selectbox__select:active {
    background: #fff;
    box-shadow: none;
}
.opened .jq-selectbox__select{
    border-color: #BBBBBB;
}
.jq-selectbox__trigger{
    border-left: none;
    width: 24px;
}
.jq-selectbox__trigger-arrow{
    opacity: 1;
    border: none;
    top: 15px;
    background: url(../images/down-arrow.png) 0 0 no-repeat;
    width: 12px;
    height: 6px;
    right: 8px;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 13px;
}
.jq-selectbox__dropdown{
    top: 30px !important;
    bottom: inherit !important;
    border-radius: 0;
    box-shadow: none;
    max-height: 260px;
    overflow: hidden;
    border: none;
    border: 1px solid #bbb;
}
.jq-selectbox ul {
    max-height: 230px !important;
}
.jq-selectbox li {
    padding: 0 15px;
    color: #666666;
    white-space: normal !important;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;
    margin: 12px 0;
}
.jq-selectbox li:hover {
    color: #f5a601;
    background: transparent;
}
.jq-selectbox li.sel {
    color: #f5a601;
    background: transparent;
}
.jq-selectbox li:last-of-type{
    border-bottom: none;
}
.jq-selectbox__select-text{
    font-size: 14px;
    font-weight: 300;
}
.form-group.error .jq-selectbox__select{
    border-color: #F6392F;
    background: #FDF0E8;
}
.jq-selectbox__dropdown .jspVerticalBar {
    width: 10px;
    right: 10px;
    background: #F2F2F2;
}
.jspDrag {
    background: #C1C1C1;
    border-radius: 0;
}

/* /. STYLER */



/* CATALOG */
.catalog-wrapper .category{
    margin-bottom: 50px;
}
.catalog-wrapper .container {
    position: relative;
}
.catalog-wrapper .container .row .col-md-9{
    position: unset !important;
    margin-top: -65px
}
.catalog-wrapper .sort-block {
    position: absolute;
    right: 0;
    top: 0;
}
.catalog-wrapper .contextual-region {
    position: unset !important;
}
/*.sort-block div#mse2_sort {
    text-align: right;
}*/
.catalog .element{
    background: #fff;
    margin: 0 auto 50px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 360px;
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #dadada;
    box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.15);
    /*padding: 10px;*/
    cursor: pointer;
}
.catalog .element:hover {
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.5);
}
.catalog .element .inner{
   /* overflow: hidden;*/
}
.catalog .element .img-wrapper{
    height: 15vw;
    max-height: 250px;
    /*overflow: hidden;*/
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .element .img-wrapper .img-hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    z-index: 2;
    webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .element .img-wrapper img.element-img-first{
    webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .element:hover .img-wrapper img.element-img-first{
    opacity: 0.8;
}
.catalog .element:hover .img-wrapper .img-hover{
    opacity: 1;
}
.catalog .element:hover .title{
    color: #f5a601;
}
.catalog .element .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catalog .element .element-text{
    position: absolute;
    background: #fff;
    padding: 20px;
    top: 300px;
    z-index: 20;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .element .element-text.active{
    top: 260px;
    visibility: visible;
    opacity: 1;
}
@media(max-width:1340px){
    .catalog .element .element-text.active{
        top: 19vw;
    }
}
.catalog .element .element-text .f16{
    line-height: 1.3;
}
.catalog .element .element-text:before{
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 7px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
@media(max-width:1189px){
/*    .catalog .element .img-wrapper{
        height: 15.35vw;
    }*/
    .catalog .element .element-text.active{
        top: 20.5vw;
    }
}
@media(max-width:991px){
    /*.catalog .element .img-wrapper {
        height: 20.35vw;
    }*/
    .catalog .element .element-text.active{
        top: 26.5vw;
    }
}
@media(max-width:767px){
    .catalog .element .img-wrapper{
        height: 240px;
    }
    .catalog .element .element-text.active{
        top: 260px;
    }
}
@media(max-width:391px){
    /*.catalog .element .img-wrapper{
        height: 61vw;
    }*/
    .catalog .element .element-text.active{
        top: 76vw;
    }
}
.stickers > span {
    display: none;
}
.stickers{
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 5;
}
.stickers > div{
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 2px;
    background: #ccc;
    font-size: 9px;
}
.stickers > div.sale-sticker{
    font-size: 13px;
    color: #fff;
    background: #ff0000;
}
.stickers > div.new-sticker{
    color: #fff;
    background: #3A5BA0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.stickers > div.hit-sticker{
    color: #fff;
    background: #FF0000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.stickers > div.favorite-sticker{
    color: #fff;
    background: #AE3DB0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.catalog-sale .stickers > div,
.catalog-new .stickers > div{
    display: none;
}
.catalog-sale .stickers > div.sale-sticker{
    display: block;
}
.catalog-new .stickers > div.new-sticker{
    display: block;
}
.catalog .element .element-content {
    padding: 20px 10px 0px;
}
.catalog .element .collection {
    text-align: center;
    background: #455e78;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.catalog .element .collection.empty {
    min-height: 25px;
    background: white;
}
.catalog .element .title{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.1;
    overflow: hidden;
    position: relative;
    text-align: left;
    min-height: 51px;
    color: #000000;
}
.catalog .element .product-info-btn{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: lowercase;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    color: #ccc;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 15;
}
.catalog .element .product-info-btn:hover,
.catalog .element .product-info-btn.active{
    border-color: #f5a601;
    color: #f5a601;
}
.pager__item a, .pager__item--next a, .pager__item--last a, .pager__item--first a, .pager__item--previous a {
    color: #333333;
}
.pager__item.is-active a {
    color: #f5a601;
    border-bottom-color: #f5a601;
}
@media(max-width: 991px){
    .catalog .element .product-info-btn{
        display: none;
    }
    .catalog .element .title{
        padding-right: 0;
    }
}
.catalog .element .element-bottom {
    position: relative;
    z-index: 10;
    padding: 15px 10px 10px;
}
.catalog .element .element-options{
    height: 36px;
}
.catalog .element .element-oldprice{
    height: 20px;
    margin-bottom: 2px;
    color: red;
    text-decoration: line-through;
    /*margin-left: 56px;*/
}
.catalog .element .element-price{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 1.2;
    color: #f5a601;
    margin-top: 22px;
}
.catalog .element .element-oldprice + .element-price {
    margin: 0;
}
.catalog .element .element-price span{
    color: #000;
    font-weight: bold;
    font-size: 24px;
}
.catalog .cart-btn {
    display: inline-block;
    color: #fff;
    background: #f5a601;
    font-size: 13px;
    letter-spacing: 1px;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: none;
    padding: 0 15px;
    text-transform: uppercase;
    border-radius: 2px;
    white-space: nowrap;
}
.catalog .cart-btn i{
    margin-left: -2px;
}
.catalog .cart-btn:hover{
    opacity: 0.7;
}


.catalog-tabs span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 0.8em;
    position: relative;    
    cursor: pointer;
    transition: all 0.4s ease;
}

.catalog-tabs span.active-tab {
    color: #f5a601;
}

.catalog-tabs span:not(:last-of-type){
    margin-right: 30px;
}

.catalog-tabs span:not(:last-of-type):after {
    content: "/";
    position: absolute;
    right: -20px;
    top: 2px;
    cursor: default;
    color: black;
}

@media (max-width: 500px) {
    .catalog-tabs {
        width: 100%;
    }
    .catalog-tabs span {
        /* display: block;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #f0bf42;
        padding: 10px 0;
        margin: 4px 0; */
        font-size: 20px;
    } 
    /* 
    .catalog-tabs span.active-tab {
        color: black;
        background: #F0BF42;
    }
    .catalog-tabs span:after {
        display: none;
    } */
}

.catalog-list ul {
    display: flex;
    flex-wrap: wrap;
}

.catalog-list li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
}
.catalog-list li.active {
    color: #f5a601;
}
.catalog-list li:after {
    display: block;
    content: "";
    background-color: #f5a601;
    height: 3px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.catalog-list li:hover:after {
    width: 100%;
}

.view-filters.filter-slider {
    display: none;
}

.to-catalog {
    text-align: right;
}

.to-catalog .btn{
    background: #333333;
    border: 2px solid #333333;
    color: white;
}

/* input counter */
.element-counter{
    display: inline-block;
    vertical-align: top;
}
.element-counter .input-group{
    position: relative;
}
.element-counter .form-control{
    border: 1px solid #E3E3E4;
    background: transparent;
}
.element-counter .input-number {
    height: 34px;
    padding: 0 10px;
    border-color: #E3E3E4;
    font-size: 16px;
    margin-bottom: 0;
    width: 38px;
    text-align: center;
}
.element-counter .btn-number {
    background: transparent;
    border: none;
    position: absolute;
    width: 16px;
    height: 17px;
    padding: 0;
}
.element-counter .btn-number.btn-plus{
    top: 0;
    right: -20px;
}
.element-counter .btn-number.btn-minus{
    bottom: 0;
    right: -20px;
}
.element-counter .btn-number.btn-plus span{
    display: inline-block;
    border-bottom: 5px solid #9DA8A5;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 8px;
}
.element-counter .btn-number.btn-minus span{
    display: inline-block;
    border-top: 5px solid #9DA8A5;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 8px;
}
.element-counter .btn-number:hover:not([disabled="disabled"]){
    background: #CCD3D1;
}
/* /. input counter */

.msoptionsprice-spinner{
    visibility: hidden;
    opacity: 0;
}

/* /. CATALOG */

.content-section{
    font-size: 15px;
    color: #000;
}


/* CART */
#msOrder {
    margin-top: 0 !important;
}
.cart-body{
    margin: 10px 0 0;
    text-align: center;
}
.cart-body .element{
    background: #fff;
    padding: 20px;
    border-top: 1px solid #EBEBEB;
    position: relative;
}
.cart-body .products-elements .element:last-child{
    border-bottom: 1px solid #EBEBEB;
}
.cart-body .element-counter{
    display: inline-block;
}
.cart-body .element-price{
    display: inline-block;
}
.cart-body .element-delete {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 20;
}
.cart-body .element-delete i{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.cart-body .element-delete:hover i{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart-body .subelement2 {
    display: flex;
}
.cart-body .element-img {
    width: 30%;
    max-height: 150px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 1;
    margin-right: 20px;
    text-align: center;
}
.cart-body .element .element-img img {
    height: 100%;
    object-fit: contain;
}
.cart-body .element a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}

#msCart .old_price {
    color: black !important;
    font-style: normal !important;
}

.cart-head {
    padding: 0 20px;
}

.cart-head p {
    margin: 0;
}

.cart-body .subelement2 .text {
    width: 70%;
}

.cart-body .element .subelement1 .row > div > div {
    height: 150px;
}

.cart-body .element .subelement1 span.product-price {
    font-size: 25px;
}

.cart-total-wrapper {
    background: #f5a601;
}

.cart-body p.mob-label {
    display: none;
}

.cart-total-wrapper .container {
    display: flex;
    justify-content: space-between;
    height: 75px;
    color: white;
    font-size: 25px;
    font-weight: bold;
}

.cart-total-wrapper .container > div {
    width: 25%;
}

.cart-body a.btn {
    background: #5F5F5F;
    border: 2px solid #5F5F5F;
    border-radius: 7px;
    padding: 5px 30px;
}

.cart-body span.ms2_total_cost {
    font-size: 30px;
}

.el-option {
    display: flex;
    margin-bottom: 3px;
}

.el-option_name {
    width: 60%;
    text-align: left;
}

.el-option_items {
    display: flex;
    flex-wrap: wrap;
}

.el-option_item {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .cart-body .subelement2 {
        padding-left: 0;
    }
    .cart-body .subelement2 .text,
    .cart-body .element .element-price,
    .cart-body .element .element-counter{
        height: auto;
    }
    .el-option_name {
        width: 100%;
    }
}

.order-wrapper #msOrder .error {
    background: #ffd2d2;
    border-color: #ffd2d2 !important;
}

div#success-order-msg {
    text-align: center;
}

div#success-order-msg p {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: green;
    margin-bottom: 35px;
}

/* /. CART */





/* PRODUCT DETAIL */
.product-detail .jq-selectbox__select{
    height: 40px;
}
.product-detail .jq-selectbox__dropdown{
    top: 37px !important;
}
.product-detail select{
    height: 40px;
}
.product-detail .jq-selectbox__select{
    padding-top: 9px;
}
.product-detail .jq-selectbox__trigger-arrow{
    top: 18px;
}
.product-detail .element-counter .input-number {
    width: 100%;
    height: 41px;
    text-align: center;
}
.product-detail .element-counter .btn-number{
    height: 21px;
}

.product-carousel .slick-prev{
    left: 5px;
}
.product-carousel .slick-next{
    right: 5px;
}
.product-carousel{
    height: 500px;
    overflow: hidden;
}
.product-carousel .item{
    height: 500px;
    line-height: 500px;
}
.product-carousel .item a{
    cursor: zoom-in;
}
.product-carousel .item img{
    max-height: 100%;
}
.product-thumb-carousel{
    text-align: center;
    height: 150px;
    overflow: hidden;
    opacity: 0;
}
.product-thumb-carousel .item{
    height: 150px;
    line-height: 150px;
}

.product-thumb-carousel .slick-list, 
.product-thumb-carousel .slick-track, 
.product-thumb-carousel .slick-slide, 
.product-thumb-carousel .img-wrapper {
    height: 100%;
}

.product-carousel .item img,
.product-thumb-carousel .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-thumb-carousel.slick-slider{
    /*height: auto;*/
    opacity: 1;
}
.product-thumb-carousel .item{
    float: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    background: #fff;
    padding: 0 5px;
}
.product-thumb-carousel .item .img-wrapper > img{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 1;
}
.product-thumb-carousel .item.slick-current .img-wrapper > img,
.product-thumb-carousel .item:hover .img-wrapper > img{
    opacity: 0.3;
}
.product-thumb-carousel .item svg{
    position: absolute;
    width: 31px;
    height: 29px;
    top:50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0;
}
.product-thumb-carousel .item.slick-current svg{
    opacity: 1;
}


@media(max-width:1399px){
    .product-carousel{
        height: 32vw;
    }
    .product-carousel .item{
        height: 32vw;
        line-height: 32vw;
    }
}
@media(max-width:991px){
    .crop-gallery .product-carousel{
        height: 61.2vw;
    }
    .crop-gallery .product-carousel .item{
        height: 61.2vw;
        line-height: 61.2vw;
    }
    .none-crop-gallery .product-carousel{
        height: 50vw;
    }
    .none-crop-gallery .product-carousel .item{
        height: 50vw;
        line-height: 50vw;
    }
}
.product-carousel.slick-initialized{
    height: auto !important;
}

.product-detail-content .introtext,  .product-detail-content .specifications{
    display: none;
    text-align: justify;
}
.field__label {
    display: none;
} 
.tab-active {
    display: block !important;
}

.product-detail-content .introtext .title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
}
.product-detail-content .product-select .title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    opacity: 0.5;
    cursor: pointer;
}
.product-detail-content .product-select .title:hover {
    text-decoration: underline;
}
.title-active {
    opacity: 1 !important;
    color: #f5a601;
}
.product-select {
    display: flex;
    align-items: center;
}
.title-line {
    margin: 0 10px;
    width: 1px;
    height: 20px;
    background-color: black;
    opacity: 0.5;
}

.product-information {
    margin-bottom: 20px;
}

.product-information > p {
    font-weight: bold;
}

.product-information .tab-item.characteristic table {
    width: 100%;
}

.product-information .tab-item.characteristic tr td:last-child {
    text-align: right;
}

.product-detail-content {
    /* border: 0.3px solid #A9A8A8;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px; */
    padding: 20px;
}

.product-advantages {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product-advantages-item {
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.product-advantages-item > span {
    text-align: center;
}
.product-advantages-img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
.product-advantages-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tizers {
    display: flex;
    justify-content: flex-end;    
}

.tizers .item {
    width: 25%;
    margin-left: 5px;
    margin-top: 15px;
}

.tizers .item .img {
    text-align: center;
}

.tizers .item .title {
    font-size: 14px;
    text-align: center;
}

.price-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
    background: #ffc20740;
    border-radius: 12px;
    padding: 10px 0;
}

.price-wrap > div {
    width: 33.33333%;
}

.price-wrap .table-cell {
    text-align: center;
}

.price-wrap > div:first-child span {
    font-weight: normal;
    font-size: 18px;
    color: #2F4D6D;
}

span.price b, span.old-price b {
    font-weight: unset;
    margin-right: 5px;
}

.btn-order-click {
    background: #5F5F5F !important;
    border: 2px solid #5F5F5F;
    color: white !important;
}

.price-wrap .old-price{
    font-weight: normal;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: line-through;
    color: red;
}
.product-article{
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

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

.product-buttons .btn {
    width: auto !important;
    border-radius: 10px;
    padding: 5px 35px !important;
    margin-left: 15px;
}

@media only screen and (min-width: 992px){
    .product-detail h1{
        font-size: 34px;
    }
}
/* /. PRODUCT DETAIL */
.order-content p{
    font-size: 13px;
    line-height: 2;
    color: #505050;
}
.order-content{
    padding-top: 30px;
}
@media(min-width: 992px){
    .order-content{
        padding-left: 20px;
        padding-top: 0;
    }
}
.getOrderMessage{
    padding: 50px;
    margin-bottom: 5px;
    background: #c1f1be;
}
.id-58 h1{
    display: none;
}
/* FOTORAMA CUSTOM */
.fotorama__thumb{
    border: 1px solid #C7C7C7;
}
.fotorama__thumb-border{
    border-color: #272727 !important;
}
.product-img-wrapper.fotorama__stage{
    margin-bottom: 10px;
}
.fotorama--fullscreen .fotorama__stage{
    border: none;
}
.product-img-wrapper .fotorama__nav{
    text-align: left !important;
}
.fotorama--fullscreen .fotorama__nav{
    text-align: center !important;
}
.fotorama--fullscreen .fotorama__stage .fotorama__img{
    max-height: inherit !important;
    margin-top: 0;
    max-width: inherit !important;
}
.product-img-wrapper .fotorama__wrap--css3 .fotorama__stage .fotorama__img{
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
}
div#add-to-cart-msg p {
    text-align: center;
    font-size: 20px;
}
div#add-to-cart-msg .title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 23px;
}
div#add-to-cart-msg .order-msg-foot {
    text-align: center;
}
div#add-to-cart-msg .order-msg-foot a {
    padding: 5px 20px;
    font-size: 15px;
    margin-bottom: 0;
}
/* /. FOTORAMA CUSTOM */

.tabs-header {
    /*background: #f5a601;*/
    position: relative;
}

.tabs-header ul {
    display: flex;
    width: 100%;
}

.tabs-header li {
    width: 25%;
    text-align: center;
    padding: 12px 0;
    color: white;
    font-weight: bold;
    /*position: relative;*/
    transition: all 0.1s ease;
    cursor: pointer;
    background: #f5a601;
}

.tabs-header li:before {
    /*content: "";*/
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #e7e8e9;
}

.tabs-header li:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 10%;
    width: 3px;
    height: 80%;
    /*background: #455e78;*/
}

.tabs-header li:last-child:before {
    background: transparent;
}

.tabs-header li:last-child:after {
    background: transparent;
}

.tabs-header li.active {
    background: #1A242F;
    color: white;
}

.tabs-header ul > li > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    /*background: #C93C3C;*/
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .2s linear;
}

.tabs-header ul > li.active > ul {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}

.tabs-body__tab {
    display: none;
    flex-wrap: wrap;
    width: 100%;
}

.tabs-body {
    margin-top: 30px;
    width: 75%;
}

.params-body {
    display: flex;
}

.params-info {
    margin-top: 30px;
    width: 25%;
    padding: 0 20px;
}

.params-info_title {
    font-weight: bold;
}

.tabs-body > div {
    display: none;
    flex-wrap: wrap;
}

.tab-item.characteristic tr td:first-child {
    padding-right: 40px;
}

.props_list {
    width: 100%;
    margin: 0 0 0;
    color: #555;
}
.option-item {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    border: 2px solid white;
    transition: all .3s ease;
}
.option-item:hover {
    border: 2px solid #f5a601;
}
.option-item img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    object-fit: cover;
}
.option-item_name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    height: 40px;
    display: table;
    width: 100%;
}
.option-item_name span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.option-item:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(201, 60, 60, 0.7);
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.3s ease;
}
.option-item.checked:before {
    content: attr(data-idx);
    opacity: 1;
}


.params-item-section {
    padding: 5px;
    border-top: 1px solid #5f5f5f;
    position: relative;
    background: white;
    transition: all 0.3s ease;
}
.params-item-section:last-child {
    border-bottom: 1px solid #5f5f5f;
}
.params-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
    width: calc(100% - 20px);
}
.params-item.disable {
    display: none;
}
.params-item:not(.not-selected) {
    cursor: pointer;
}
.params-item img {
    background: #cacaca;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
}
.params-item.param-size img {
    background-image: url(/themes/vladweb/images/size_arrows.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}
.params-item_name {
    line-height: 40px;
    margin-left: 10px;
    position: relative;
}
.params-item_name:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    top: 30px;
    left: 50%;
    background: #f5a601;
    display: block;
    transition: all .3s ease-in-out;
    transform: translateX(-50%);
}
.params-item:not(.not-selected):hover .params-item_name:after,
.params-item.selected .params-item_name:after{
    width: 100%;
}
.params-item:not(.not-selected) .fa-times:hover + .params-item_name:after {
    width: 0%;
}
span.params-item_value {
    margin-left: 10px;
    color: #f5a601;
    font-weight: bold;
}
span.params-item_value .fa-rub {
    font-size: 14px;
}
.params-item .fa-check {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
    color: #f5a601;
    opacity: 0;
    transition: all .3s ease;
}
.params-item.selected .fa-check {
    opacity: 1;
}
.params-item.param-price .fa-rub {
    position: absolute;
    left: 12px;
    top: 9px;
    font-size: 24px;
}
.params-item i.fa-times {
    color: #f5a601;
    position: absolute;
    right: -20px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.params-item.checked i.fa-times {
    opacity: 1;
    visibility: visible;
}
.params-item_count {
    width: 100%;
    padding-left: 50px;
    max-height: 0;
    transition: all 0.2s ease;
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
}
.params-item_count button {
    display: inline-block;
    width: 28px;
    height: 30px;
    float: left;
    margin: 0;
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    font-size: 18px;
    font-family: arial;
    line-height: 29px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.params-item_count button.btn-minus {
    line-height: 22px;
}
.params-item_count input {
    display: inline-block;
    width: 40px;
    height: 30px;
    float: left;
    border-radius: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-left: none;
    border-right: none;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.params-item.checked .params-item_count {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    max-height: 100%;
}
.params-item-section.warning-window {
    background: #f5a6012e;
}
.params-warning-window {
    position: absolute;
    top: 0px;
    left: 105%;
    width: 100%;
    max-width: 260px;
    background: #f5a601;
    color: white;
    border-radius: 5px;
    padding: 10px;
    display: none;
}
.add_to_cart {
    margin-left: auto;
}
.add_to_cart-order {
    margin: auto;
    margin-top: 20px;
    width: 55%;
}
.add_to_cart-order .btn {
    text-transform: uppercase;
}

.container-title {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
}


.prod-comments-list {
    height: 190px;
}
.prod-com-item {
    padding: 10px;    
    width: 300px;
}
.prod-com-item_content {
    border: 1px solid #ececec;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 10px;  
}
.prod-com-item_name {
    font-weight: bold;
}
.prod-com-item_text {
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
}
.product-comments .slick-arrow {
    background: transparent;
    color: black;
    font-size: 24px;
}
table.props_list {
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.char_block td {
    text-align: right;
    padding: 2px 0 2px 10px;
    font-size: 13px;
}
.props_list td {
    position: relative;
    vertical-align: bottom;
    font-size: 13px;
    vertical-align: top;
    background: url(../images/dott.png) repeat-x;
    background-position: 0 14px;
    width: 50%;
}
.props_list tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left: 0;
}
.props_list .props_item {
    overflow: hidden;
    text-overflow: ellipsis;
}
.props_list .props_item span {
    background: #fff;
    padding-right: 10px;
}
.nbg.props_list td.char_value {
    text-align: left;
    background: 0 0;
}
.catalog_detail .props_list td.char_value {
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog_detail .props_list td.char_value span {
    padding: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
    .char_block .props_list table,
    .char_block .props_list tr{
        display: block !important;
        background: #fff;
        width: 100%;
        padding: 0;
    }
    .char_block .props_list td{
        display: inline-block !important;
        background: #fff;
        width: auto;
        padding: 0 !important;
    }
    .char_block .props_list tr{
        margin-bottom: 5px;
        border-bottom: 1px dotted #cfcfcf;
    }
    .props_list .props_item span {
        padding-right: 0;
        font-weight: bold;
    }
    .content{
        font-size: 13px;
        line-height: 1.8;
    }
}

/* BREADCRUMBS */
ul.breadcrumb {
    padding-left: 22px;
    line-height: inherit;
}
.breadcrumbs-wrapper{
    margin: -20px 0 30px;
    font-size: 15px;
}
.breadcrumbs-wrapper li {
    display: inline-block;
    margin-right: 25px;
    color: #333333;
}
.breadcrumbs-wrapper a{
    position: relative;
    color: #333333;
}
.breadcrumbs-wrapper li:first-child a:before {
    content: "";
    width: 16px;
    height: 18px;
    position: absolute;
    top: 0;
    left: -22px;
    background-image: url(/themes/vladweb/images/home.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.breadcrumbs-wrapper a:after {
    content: "/";
    display: block;
    position: absolute;
    top: -2px;
    right: -16px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.breadcrumb li:before {
    content: none;
}
@media only screen and (max-width: 767px) {
    .breadcrumbs-wrapper{
        margin: -25px 0 25px;
    }
}
/* /. BREADCRUMBS */

@media only screen and (min-width: 992px){
    .product-detail .row.flex{
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .product-detail .row.flex .product-detail-content{
        height: 100%;
    }
    .product-detail-content{
        /*padding-left: 30px;
        max-width: 450px;
        margin: 0 0 0 auto;*/

    }
}

.categories > .row{
    margin-right: -1px;
}
.categories > .row > div{
    margin: 0 0 -1px -1px;
}
.categories .element{
    border: 1px solid #f2f2f2;
    padding: 20px 10px 10px;
    transition: all ease .2s;
}
.categories .element:hover{
    border-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.categories .element .img-wrapper{
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto 20px;
}
.categories .element .img-wrapper img{
    max-width: 100%;
    max-height: 100%;
}
.categories .element .title{
    font-weight: bold;
    line-height: 1.2;
    height: 38px;
    overflow: hidden;
    transition: all ease .2s;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}
.categories .element:hover .title{
    color: #f5a601;
}
.shine {
    position: relative;
    overflow: hidden;
}
.shine:before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.categories .element:hover .shine:before {
    -webkit-animation: shine .5s;
    animation: shine .5s;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .categories .element .img-wrapper {
        margin: 0 auto 10px;
    }
    .categories .element .title {
        line-height: 1.1;
        height: 26px;
        font-size: 12px;
    }
}

.categories.categories-bg > .row.no-padding{
    margin-left: -10px;
    margin-right: -10px;
}
.categories.categories-bg > .row > div{
    margin: 0;
    padding: 0 10px;
}
.categories.categories-bg .element{
    margin-bottom: 20px;
    border: none;
    height: 260px;
    box-shadow: none;
    overflow: hidden;
}
.categories.categories-bg .element .element-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.categories.categories-bg .element .element-bg:after{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.8));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.8));
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.8));
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.8));
    background: linear-gradient(top, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.8));
}
.categories.categories-bg .element:hover .element-bg{
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
}
.categories.categories-bg .element .title{
    height:auto;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 30px;
    color: #fff;
    line-height: 1.2;
    padding: 0 15px;
}
.categories.categories-bg div.brand-item {
    height: 80px !important;
    padding: 0 !important;
}

.brand-element-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: #f1f1f1;
}

.brand-element {
    width: 100%;
    height: 100%;    
    background-color: #f1f1f1;
    position: relative;
}

.brand-element img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 60px;
    max-width: 180px;
    width: auto;
}

@media only screen and (max-width: 767px) {
    .categories.categories-bg .element{
        height: 50vw;
    }
    .categories.categories-bg .element .title{
        bottom: 20px;
    }
}
.jgrowlHide #jGrowl{
    display: none !important;
}
.title_block{
    display: inline-block;
    margin-right: 20px;
}
.title_block + a{
    display: inline-block;
    margin-top: -5px;
}

.search-form-block{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.search-form-block .form-control{
    height: 32px;
    margin-bottom: 0;
    padding-right: 45px;
    width: 300px;
    border-radius: 2px;
}
.search-form-block .search-btn{
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #fff;
    line-height: 32px;
    padding: 0 10px;
}
.search-form-block .search-btn:hover{
    color: #f5a601;
}
.search-switch-btn{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #fff;
    color: #fff;
    border-radius: 2px;
    padding: 0 4px;
    line-height: 32px;
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    vertical-align: middle;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .search-form-block.xs{
        position: fixed;
        left: 0;
        right: 0;
        z-index: 805;
        padding: 25px 65px 25px 25px;
        background: #fff;
        margin: 0;
        top: -98px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        height: 98px;
    }
    .search-form-block.xs .form-control{
        width: 100%;
        height: 48px;
        padding-right: 55px;
    }
    .search-form-block .search-btn{
        line-height: 48px;
        padding: 0 15px;
    }
    .search-form-block.xs.active{
        top: 0;
    }
    .search-form-block-after{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 802;
        background: rgba(0,0,0,0.8);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .search-form-block.xs.active + .search-form-block-after{
        visibility: visible;
        opacity: 1;
    }
    .search-form-block-close{
        background: #222 url(../images/close-mask.svg) center center no-repeat;
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        right: 25px;
        top: 50%;
        margin-top: -8px;
    }
}
@media only screen and (max-width: 767px) {
    .search-form-block.xs{
        padding: 15px 45px 15px 15px;
        top: -78px;
        height: 78px;
    }
    .search-form-block-close{
        right: 15px;
    }
}
/*************************************** customradio */
.customradio{
    position: relative;
    min-height: 24px;
    margin-bottom: 10px;
}
.customradio input[type=radio]{
    position: fixed;  
    top: -100000px;
}
.customradio input[type=radio] + label{
    position: relative;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 18px;
    transition: all 0.3s ease;
}
.customradio input[type=radio]:disabled + label {
    opacity: 0.3;
}
.customradio input[type=radio] + label:before{
    background: url(../images/baseline-radio-button-unchecked-24px.svg) 0 0 no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0px;
}
.customradio input[type=radio]:checked + label:before{
    background: url(../images/baseline-radio-button-checked-24px.svg) 0 0 no-repeat;
    background-size: contain;
}
.customradio label{
    font-size: 14px;
}
.customradio label strong{
    font-weight: 600;
    color: #fff;
    font-size: 13px;
}

.customradio.disabled label, 
.customradio.disabled label strong, 
.customradio.disabled label::before{
    cursor: default !important;
    color: #848484;
}

.customradio label + p{
    padding-left: 25px;
    font-size: 13px;
}
.customradio .small{
    color: #8A8A8A;
}
/*************************************** customradio: end */
.content table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid #E7E7E7;
}
.content table td, 
.content table th {
    padding: 10px;
    border: 1px solid #E7E7E7;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.2;
}
.content table th{
    color: #3E3E3E;
    font-weight: bold;
    background: #F7F7F7;
}
.table-wrapper{
    width: 100%;
    overflow: auto;
}


@media(min-width: 1190px){
    .aside{
        padding-right: 30px;
    }
}
/* ======= ASIDE MENU ======= */

.aside-menu{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #171717;
    padding: 13px 36px 13px 0;
    font-size: 15px;
    background: #fff;
    line-height: 1.3;
    border-top: 1px solid #ededed;
}
.aside-menu > ul > li:last-of-type > a{
    border-bottom: 1px solid #ededed;
}
.aside-menu ul ul a{
    border-top: none;
}
.aside-menu li:hover > a,
.aside-menu .active > a{
    color: #f5a601 !important;
}
.aside-menu ul ul > li:hover > a:before,
.aside-menu ul ul > li.open > a:before,
.aside-menu ul ul > li.active > a:before{
    background: #f5a601;
}
.aside-menu > ul ul{
    display: none;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 47px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 17px;
    right: 10px;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-menu > ul .dropdown-button.active:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 21px;
}
.aside-menu > ul ul .dropdown-button{
    height: 36px;
}
.aside-menu ul ul .dropdown-button:after{
    top: 10px;
}
.aside-menu ul ul .dropdown-button.active:after{
    top: 14px;
}

.aside-menu  ul ul a{
    padding: 8px 36px 8px 20px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}
.aside-menu  ul ul {
    padding-bottom: 18px;
}
.aside-menu  ul ul ul{
    padding-bottom: 0;
}
.aside-menu  ul ul > li > a:before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 13px;
    left: 5px;
    background: #D5D5D5;
}
.aside-menu  ul ul ul a{
    padding: 6px 36px 6px 30px;
}
@media(max-width:991px){
    .aside-menu  ul ul ul a{
        padding: 8px 36px 8px 42px;
    }
    .aside-menu > ul .dropdown-button:after{
        right: 5px;
    }
}
.aside-menu  ul ul ul a:before,
.aside-menu  ul ul ul ul a:before{
    display: none;
}
.aside-menu  ul ul ul ul a{
    padding: 8px 36px 8px 40px;
}
.aside-menu  ul ul ul ul ul a{
    padding: 8px 36px 8px 50px;
}
.aside-menu-title {
    padding: 15px 42px 12px 20px;
    background: #f5a601;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media (min-width: 992px) {
    .aside-menu-title{
        padding: 0;
        background: transparent;
        font-weight: bold;
        color: #43474C;
        text-transform: none;
        margin-bottom: 10px;
    }
    .aside-menu-title:after{
        display: none;
    }
}

@media (max-width: 991px) {
    .aside-menu > ul{
        display: none;
        padding: 15px;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside{
        border-right: none;
    }
    .aside-menu.active > ul{
        border: 1px solid #EDEDED;
        margin-bottom: 20px;
    }
    .aside-menu > ul > li > a{
        padding-left: 13px;
    }
    .aside-menu > ul > li:first-of-type > a{
        border-top: none;
    }
    .aside-menu > ul > li:last-of-type > a{
        border-bottom: none;
    }
    .aside-menu ul ul a {
        padding-left: 33px;
    }
    .aside-menu ul ul > li > a:before {
        left: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .aside-menu > ul > li.active > a{
        color: #f5a601 !important;
    }
}
/* ======= /. ASIDE MENU ======= */



.mse2_number_inputs .form-control{
    padding: 5px;
}
.mse2_number_inputs .form-group .input-sm{
    width: 100%;
    margin-bottom: 10px;
}
.sort-block a{
    text-transform: lowercase;
    position: relative;
    color: #333333;
}

.sort-block a:not([disabled="disabled"]) {
    padding-right: 15px;
}
.sort-block .sort i {
    display: none;
    position: absolute;
    right: -4px;
    top: -2px;
}
.sort-block .sort:not([disabled="disabled"]) i {
    display: block;
}
.sort-block .sort[data-dir="ASC"] i {
    transform: rotate(180deg);
}
.form-item-sort-by, .form-item-sort-order {
    display: none;
}






/************************* aside-accordeon **************************/
.aside-accordeon> li > ul{
    display: none;
}
ul.aside-accordeon > li {
    background: #F3F3F3;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 5px;
}
.aside-accordeon > li > ul{
    background: #fff;
    padding: 1px 0 10px;
    background: #F3F3F3;
}
.aside-accordeon > li.filter-price > ul {
    padding: 20px 10px 10px 0;
}
.aside-accordeon > li > span{
    display: block;
    padding: 13px 30px 13px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}
.aside-accordeon > li > span:after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    margin-top: -7px;
    top: 27px;
    right: 10px;
    border-left: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.aside-accordeon > li.active > span:after{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 31px;
}
.aside-accordeon > li > .title .switch{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 9;   
}
.aside-accordeon fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.aside-accordeon .filter-price fieldset {
    padding: 0 !important;
}
.aside-accordeon fieldset.boolean > div:last-of-type{
    display: none !important;
}
.aside-accordeon figure{
    max-height: 200px !important;
    color: #303030;
    overflow: auto;
}
.aside-accordeon .filter-price figure{
    overflow: visible;
}
.aside-accordeon li > figure > .jspContainer .jspVerticalBar {
    right: 0;
    width: 4px;
    background: #d5d5d5;
}
.aside-accordeon > li.active > ul{
    border-bottom: 1px solid #ededed;
}
.aside-accordeon > li.active > span{
    border-bottom-color: transparent;
}
.aside-filters-title {
    padding: 15px 42px 15px 15px;
    background: #f5a601;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.aside-filters-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.active .aside-filters-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
.aside-filters-block{
    margin: 0 0 30px;
}
@media(max-width: 991px){
    .aside-filters-block{
        margin: 0 0 50px;
    }
    .aside-filters-block-inner {
        display: none;
        padding: 15px;
        border: 1px solid #ededed;
    }
    .aside-filters-block.active .aside-filters-block-inner {
        display: block;
    }
    .aside-accordeon > li > span:after{
        right: 5px;
    }
}

ul.aside-accordeon.view-filters > div {
    position: relative;
}

ul.aside-accordeon.view-filters .form--inline .form-item{
    float: none;
}

ul.aside-accordeon.view-filters fieldset {
    margin: 0 0 10px 0;
    box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

fieldset#edit-field-cat-old-price-value--wrapper {
    margin-top: -16px;
    background: white;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.15);
}

ul.aside-accordeon.view-filters fieldset legend,
ul.aside-accordeon.view-filters .form-item-field-cat-price-value-min label{
    background: #f5a601;
    width: 100%;
    color: #000000;
    font-weight: 400;
    padding: 5px 10px;
    margin: 0;
    background: #f5a60138;
}

fieldset#edit-field-cat-old-price-value--wrapper legend {
    display: none;
}

ul.aside-accordeon.view-filters .form-item-field-cat-price-value-min {
    margin: 0 0 10px 0;
    box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 0 0px 15px 0;
}

ul.aside-accordeon.view-filters .form-item-field-cat-price-value-min input {
    width: 46%;
    margin: 5px 0 0 5px;
}

ul.aside-accordeon.view-filters .form-item-field-cat-price-value-max {
    position: absolute;
    right: 5px;
    top: 40px;
    margin: 0;
    width: 46%;
}

ul.aside-accordeon.view-filters .form-item-field-cat-price-value-max label {
    display: none;
}

ul.aside-accordeon.view-filters .form-item-field-cat-price-value-min div.ui-slider {
    width: 90%;
    margin: 15px auto 0;
}

ul.aside-accordeon.view-filters fieldset .fieldset-wrapper {
    padding: 0 7px 0 15px;
}

ul.aside-accordeon.view-filters fieldset .form-item {
    position: relative;
}

ul.aside-accordeon.view-filters fieldset .form-item input[type=checkbox] {
    position: fixed;
    top: -100000px;
}

ul.aside-accordeon.view-filters fieldset .form-item input[type=checkbox] + label {
    position: relative;
    padding-right: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 2px;
    width: 100%;
    max-width: 255px;
    /* vertical-align: middle; */
}

ul.aside-accordeon.view-filters fieldset .form-item input[type=checkbox] + label:before {
    background: url(../images/check-empty.png) 0 0 / 100% no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    right: 0px;
}

ul.aside-accordeon.view-filters fieldset .form-item input[type=checkbox]:checked + label:before {
    background: url(../images/checked.png) 0 0 / 100% no-repeat;
}

div#edit-actions input {
    background: #f5a601;
    border: 2px solid #f5a601;
    border-radius: 3px;
    font-size: 15px;
    width: 100%;
    color: white;
    text-shadow: none;
    font-weight: 500;
    padding: 10px 20px;
    margin: 0 0 7px 0;
}

div#edit-actions input#edit-reset {
    background: white;
    color: #333333;
    font-weight: 700;
}

.form-group{
    position: relative;
}
.filter-customcheck{
    position: relative;
    margin-bottom: 10px;
    padding-right: 10px;
}
/*ul.aside-accordeon fieldset:first-of-type {
    margin-top: 15px;
}*/
.filter-customcheck input[type=checkbox]{
    position: fixed;  
    top: -100000px;
}
.filter-customcheck input[type=checkbox] + label{
    position: relative;
    padding-right: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 2px;
    width: 100%;
    max-width: 255px;
    /* vertical-align: middle; */
}
.filter-customcheck input[type=checkbox] + label:before{
    background: url(../images/check-empty.png) 0 0 / 100% no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    right: 0px;
}
.filter-customcheck input[type=checkbox]:checked + label:before{
    background: url(../images/checked.png) 0 0 / 100% no-repeat;
}
.filter-customcheck input[value="0"] + label{
    display: none;
}

#mse2_filters .collection-filter .disabled {
    display: none;
}


/************************* end aside-accordeon **************************/

/* ui slider*/
.aside-filters-block .ui-slider{
    border: none !important;
    height: 6px;
    background: #E9E9E9;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    margin: 10px auto 20px;
    padding: 0;
    right: -4px;
}
.aside-filters-block .ui-slider-range{
    background: #c1c1c1;
    border-radius: 0 !important;
}
.aside-filters-block .ui-slider-handle{
    width: 14px !important;
    height: 14px !important;
    margin-top: 0px !important;
    background: #fff !important;
    cursor: pointer !important;
    border: 1px solid #2e2e2e !important;
}
.aside-filters-block .ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
}
.aside-filters-block .ui-corner-all, 
.aside-filters-block .ui-corner-top, 
.aside-filters-block .ui-corner-right, 
.aside-filters-block .ui-corner-tr{
    border-radius: 0 !important;
}
.aside-filters-block .ui-slider-handle.ui-state-default.ui-corner-all {
    border-radius: 2px !important;
    background: #1a242f !important;
    border-color: #1a242f !important;
    top: -4px;
    opacity: 1 !important;
}

/*./ ui slider*/
.reset-filters-btn{
    border: none;
    padding: 0;
    background: transparent;
    color: #f5a601;
}
.reset-filters-btn:hover{
    color: #D12C1C;
}
.reset-filters-btn img{
    margin-top: -3px;
}
.reset-filters-btn.hidden{
    display: none;
}
.reset-filters-btn{
    margin-top: 20px;
}
.mse2_number_inputs{
    overflow: hidden;
    margin: 0 -12px 0 0;
}
.mse2_number_inputs .form-control{
    height: 32px;
}
.aside-filters-block #mse2_filters .mse2_number_slider {
    margin-bottom: 15px;
    margin-right: -2px;
}
.row.no-padding.rows#mse2_results{
    padding: 0 30px 30px;
}
#mse2_results{
    margin-bottom: 0 !important;
}
.aside-filters-block .jspContainer{
    margin-bottom: 10px;
    max-height: 200px;
}
.brands-carousel-wrapper{
    margin: 0 -25px;
}
.brands-carousel{
    height: 80px;
    overflow: hidden;
}
.brands-carousel.slick-slider{
    height:auto;
}
.brands-section .item{
    padding: 0 25px;
    height: 80px;
}
.brands-section .item img{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 1;
}
.brands-section .item:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    opacity: 0.6;
}
@media only screen and (max-width: 1189px) {
    .brands-carousel-wrapper{
        margin: 0 -15px;
    }
    .brands-section .item{
        padding: 0 15px;
    }
}
.catalog .block-header-title{
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.catalog-carousel{
    height: 392px;
    overflow: hidden;
    opacity: 0;
}
.catalog-carousel.slick-slider{
    height:auto;
    opacity: 1;
    overflow: inherit;
}
.catalog-carousel .slick-next,
.catalog-carousel .slick-prev{
    width: 36px;
    height: 36px;
}
.catalog-carousel .slick-prev i, 
.catalog-carousel .slick-next i {
    line-height: 36px;
}
.catalog-carousel .slick-next{
    top: -76px;
    margin: 0;
    right: 10px;
}
.catalog-carousel .slick-prev{
    top: -76px;
    margin: 0;
    right: 52px;
    left: auto;
}
.catalog .catalog-carousel .element .product-info-btn{
    display: none;
}
.catalog .catalog-carousel .element .title{
    padding-right: 0;
}

#mse2_selected {
    background: transparent !important;
}

#mse2_selected strong {
    display: none;
}

div#mse2_sort span {
     color: #333333;
}

#mse2_sort a.active, #mse2_tpl a.active {
    color: #f5a601 !important;
    font-weight: bold;
}

#mse2_selected .mse2_selected_link {
    background: #f5a601;
    padding: 5px 15px 5px 10px;
    color: black;
    position: relative;
    color: #fff !important;
}

#mse2_selected .mse2_selected_link em {
    font-style: inherit !important;
    color: #fff !important;
}

#mse2_selected .mse2_selected_link sup {
    position: absolute;
    top: 7px;
    right: 4px;
}

@media (max-width: 1189px){
   /* .catalog .catalog-carousel .element .img-wrapper {
        height: 19vw;
    }*/
}
@media (max-width: 991px){
  /*  .catalog .catalog-carousel .element .img-wrapper {
        height: 21vw;
    }*/
}
@media (max-width: 900px){
   /* .catalog .catalog-carousel .element .img-wrapper {
        height: 23vw;
    }*/
}
@media (max-width: 850px){
   /* .catalog .catalog-carousel .element .img-wrapper {
        height: 24vw;
    }*/
}
@media (max-width: 800px){
   /* .catalog .catalog-carousel .element .img-wrapper {
        height: 26vw;
    }*/
}
@media (max-width: 750px){
  /*  .catalog .catalog-carousel .element .img-wrapper {
        height: auto;
    }*/
}
.banners-carousel-wrapper{
    margin: 0 -10px;
}
.banners-carousel{
    height: 360px;
    overflow: hidden;
    opacity: 0;
}
.banners-carousel.slick-slider{
    opacity: 1;
    height: auto;
    overflow: inherit;
}
.banners-carousel .element{
    padding: 0 10px 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.banners-carousel .element:hover{
    opacity: 0.8;
}

/* YANDEX MAP */
#yandex_map{
    height:450px;
}

@media only screen and (max-width: 767px) {
    #yandex_map{
        height:350px;
    }
}

#yandex_map .ymaps-2-1-31-balloon{
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 3px;
    padding: 12px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: -25px;
}
#yandex_map .ymaps-2-1-31-balloon__tail{
    box-shadow: none;
}
#yandex_map .ymaps-2-1-31-balloon-content__header{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 22px;
    text-shadow: none;
    color: #fff;
    margin-right: 20px;
    line-height: 1.2;
}
#yandex_map .schedule-row{
    font-size: 15px;
    margin-bottom: 5px;
}
#yandex_map .schedule-row > span{
    display: inline-block;
    width: 50px;
    margin-right: 20px;
}
#yandex_map .schedule-row > span > span{
    display: inline-block;
    color: #fff;
    background: #f5a601;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 7px;
    text-transform: uppercase;
    line-height: 1.3;
}
#yandex_map .schedule-row > span > span.output{
    background: #d50e14;
}
#yandex_map .placemark-text-title{
    font-size: 14px;
    color: #fff;
    margin: 14px 0 5px;
    font-weight: 600;
}
#yandex_map .placemark-text{
    font-size: 15px;
    color: #87898C;
}

.map-list{
    width: 1030px;
    margin: auto;
    max-width: 100%;
}
.map-list-element{
    border-top: 1px solid #EDEDEE;
    padding: 25px 0;
}
.map-list-element > .title{
    margin-bottom: 25px;
    font-size: 20px;
}
.map-list-element .img-wrapper{
    margin-bottom: 30px;
}
.map-list-element .img-wrapper img{
    width: 100%;
}
.map-button{
    display: block;
    text-decoration: none;
    padding: 15px;
    position: relative;
    border: 1px solid #E5E5E5;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.map-button span{
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.map-button:hover{
    background-color: #F1F2F3;
    border-color: #F1F2F3;
}
.map-list-schedule{
    margin-bottom: 30px;
}
.map-list-schedule .title{
    margin-bottom: 7px;
    color: #fff;
}
.map-list-schedule-element{
    margin-right: 20px;
}
.map-list-schedule-element span{
    display: block;
    margin: 5px 10px 0 0;
    float: left;
}
.map-list-schedule-element span b{
    display: block;
    color: #fff;
    background: #f5a601;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 5px;
    text-transform: uppercase;
}
.map-list-schedule-element span.output b{
    background: #d50e14;
}
.map-list-services{
    margin-bottom: 30px;
}
.map-list-services .title{
    margin-bottom: 7px;
    color: #fff;
}
.trans-info{
    margin-bottom: 35px;
}
.trans-info-element{
    padding-left: 60px;
    margin-right: 45px;
    min-height: 37px;
    padding-top: 6px;
}
.trans-info-element.element1{
    background: url(../images/metro-icon.png) 0 0 no-repeat;
    background-size: 50px 36px;
}
.trans-info-element.element2{
    background: url(../images/bus.png) 0 0 no-repeat;
    background-size: 50px 36px;
    margin-right: 0;
}
.map-list-element-description .title{
    margin-bottom: 7px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .trans-info-element.element1{
        margin-bottom: 15px;
    }
}
/* /. YANDEX MAP */



/* BLOG */
.blog-list__wrapper {
    margin: 0 -15px;
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    /*width: 25%;*/
    width: 20%;
    padding: 0 15px;
    margin-bottom: 40px;
    overflow: hidden;
}
.blog-item {
    text-align: center;
}
.blog-item__link a {
    border-radius: 7px;
    padding: 2px 20px;
    font-size: 16px;
}
.blog-item__img {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.blog-item__title{
    color: #000;
    font-size: 17px;
    line-height: 1.2em;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-list__item:hover .blog-item__img{
    opacity: 0.8;
}
.blog-list__item:hover .blog-item__title{
    color: #f5a601;
}
.blog-item__text {
    max-height: 80px;
    overflow: hidden;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
}
.blog-item-img .slick-dots {
    margin-top: -30px;
}
.blog-item-img .slick-dots li {
    background: #f5a601;
    border-color: #f5a601;
}
.blog-item-img .slick-dots li.slick-active {
    background: black;
}
@media only screen and (max-width: 1189px) {
    .blog-list__item {
        width: 33.33333%;
        justify-content: center;
    }
    .index-template .blog-list__wrapper > div:nth-of-type(4){
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .blog-list__item {
        width: 50%;
    }
    .blog-item__title{
        font-size: 16px;
    }
    .index-template .blog-list__wrapper > div:nth-of-type(4){
        display: flex;
    }
}
@media only screen and (max-width: 600px) {
    .blog-list__item {
        width: 100%;
    }
}
/* /. BLOG */

.page-search-form {
    display: flex;
}

.page-search-form button {
    font-size: 18px;
    padding: 10px 25px;
    height: 48px;
    line-height: initial;
}

.mse2-row {
    padding: 10px;    
    background: #f9f9f9;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.s-product {
    width: 100%;
    height: 100%;
    display: flex;
    height: 150px;
}

.mse2-row:hover {
    background: #f5a60145;
}

.mse2-row:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    width: 90%;
    height: 1px;
    margin: auto;
    background: #f5a601;
}

.s-product_image {
    width: 150px;
    height: 100%;
    text-align: center;
}

.s-product_image img {
    height: 100%;
    width: auto;
    max-width: 150px;
}

.s-product_body {
    padding: 10px;
    width: calc(100% - 150px);
    position: relative;
}

.s-product-category {
    color: grey;
}

.s-product-name, .s-item-name {
    color: #f5a601;
    font-weight: bold;
    font-size: 18px;
}

span.s-product-old_price {
    color: red;
    font-size: 15px;
    text-decoration: line-through;
}

span.s-product-price {
    font-weight: bold;
}

.s-product-stickers {
    position: absolute;
    top: 10px;
    right: 10px;
    left: unset;
}

.s-item-name span {
    color: grey;
    font-weight: normal;
    font-size: 16px;
}

.video-page {
    display: flex;
    flex-wrap: wrap;
}

.video-item {
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 20px;
}

.video-item_youtube {
    width: 100%;
    height: 220px;
}

.video-item_youtube iframe {
    width: 100%;
    height: 100%;
}

.video-item_text {
    text-align: justify;
    padding: 10px;
}

.portfolio-page {
    display: flex;
    flex-wrap: wrap;
    
}
@media (max-width: 1279px) {
    .portfolio-page {
        justify-content: center;
    }
}

.portfolio-item {
    min-width: 300px;
    width: 25%;
    padding: 10px;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts_section {
    display: flex;
}

.contacts_section > div {
    width: 50%;
}

.contacts_map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.contacts_items .content_item {
    margin-bottom: 20px;
}

.contacts_items .content_item-title {
    font-weight: bold;
    font-size: 20px;
}

.contants-item_text-list {
    display: flex;
}

.field--name-field-block-contacts .field__label {
    display: none;
}

.field--name-field-block-contacts .field__item {
    margin-bottom: 10px;
}

.field--name-field-block-contacts .field__items {
    max-width: 900px;
}

.view-otzyvy .view-content {
    display: flex;
    flex-wrap: wrap;
}

.view-otzyvy .views-row {
    width: 20%;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 40px;
}

.item-review-text {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #333333;
}

.item-review-img {
    width: 170px;
    height: 170px;
    margin: auto;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    overflow: hidden;
}

.item-review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_about {
    position: relative;
    padding-bottom: 50px;
}

.main_about-text {
    background: white;
    width: 100%;
    padding: 20px;
    z-index: 10;
}

.main_about-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    .main_about-bg {
        display: none;
    }
    .main_about-text {
        width: 100%;
    }
}

.main_banner_center img {
    width: 100%;
    height: auto;
}

.search-page form#search-form {
    display: none;
}

.check-order {
    width: 100%;
    display: flex;
}

.check-order > div {
    width: 50%;
}

.check-order_products {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.check-order_info .field {
    display: flex;
    justify-content: space-between;
    padding: 7px 2px;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}

.check-order_info .field > div {
    width: 50%;
}

.check-order_info .field__label {
    display: block;
}

.order-item {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #d0d0d0;
}

.order-item_image {
    width: 30%;
}

.order-item_body {
    padding-left: 15px;
    width: 70%;
}

.order-item_body p {
    margin: 0;
}

.order-item_price span.old_price {
    color: red;
    text-decoration: line-through;
}

.order-item_option {
    padding-left: 15px;
}

.order-item_option-img {
    width: 40px;
    height: 40px;
}

.order-item_option > div {
    width: 100%;
    display: flex;
}

.order-item_option-img img {
    object-fit: contain;
    width: 40px;
    height: 40px;
}

.order-item_options table td, .order-item_options table th {
    text-align: center;
}

.order-item_options img {
    max-height: 67px;
    max-width: 93px;
}

.order-item_options table td:nth-child(1) {
    width: 25%;
    max-width: 93px;
}
.order-item_options table td:nth-child(2) {
    width: 100%;
}
.order-item_options table td:nth-child(3) {
    width: 12%;
    min-width: 50px;
}
.order-item_options table tr:not(:last-child) {
    border-bottom: 1px solid #bfbfba;
}

.doors_options {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.doors_options input[type="radio"] {
    display: none;
}

.door_color, .door_glass, .door_size, .door_open {
    margin: 0 3px;
}

.door_color:first-child, .door_glass:first-child, .door_size {
    margin-left: 0;
}

.door_color .d_option {
    border: 2px solid transparent;
    padding: 1px;
    border-radius: 2px;
    cursor: pointer;    
    transition: all 0.2s ease;
}
.door_color input:checked + .d_option {
    border: 2px solid #f5a601;
}

.door_glass .d_option, 
.door_size .d_option, 
.door_open .d_option,
.door_price .d_option {
    background: transparent;
    border: 2px solid #d6d6d6;    
    border-radius: 2px;
    padding: 2px 10px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease;
}

.door_glass input:checked + .d_option,
.door_size input:checked + .d_option,
.door_open input:checked + .d_option {
    background: #f5a601;
    border: 2px solid #f5a601;
}

.door_price input:checked + .d_option {
    border: 2px solid #f5a601;
}

div#arka_sizes > div {
    width: 33%;
    padding: 0 5px;
}

.doors_price-wrap.doors_options {
    justify-content: space-around;
}

.door_price .d_option > div:first-child {
    color: #888888;
}

.door_price .d_option > div:last-child {
    font-size: 20px;
}

.door_price .d_option > div:last-child span.currency {
    font-size: 17px;
    margin-left: 3px;
}

/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1310px) {
    .catalog .element .element-bottom .row > div,
    .catalog .element .element-bottom .cart-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 1189px) {
    .view-otzyvy .views-row {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .video-item {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    div#msMiniCart {
        padding: 12px 15px 12px 12px;
        border-radius: 50%;
    }
    .header-bottom-menu-button {
        display: block;
    }
    .top-menu-catalog, div#msMiniCart p, .cart-head {
        display: none;
    }
    .header-address > ul {
        width: auto;
    }

    .header-address:after {
        right: auto;
        left: 70px;
    }

    .header-address, .header-tel, .header-email {
        margin: 0;
        width: 100%;
    }
    .header-bottom.fixed .top-site-slogan {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        max-width: 160px;
    }
    .header-bottom-bar {
        float: left !important;
    }
}
@media only screen and (max-width: 767px) {
    .footer-top-menu ul {
        display: none;
    }
    .contacts_section, .contants-item_text-list {
        display: block;
    }
    .contacts_section > div {
        width: 100%;
    }
    .view-otzyvy .views-row {
        width: 100%;
    }
    .header-top-right .table-cell {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* .top-site-slogan {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        max-width: 160px;
    } */
    .header-address > ul {
        width: auto;
    }
    .header-address:after {
        right: auto;
        left: 70px;
    }

    .header-address, .header-tel, .header-email {
        margin: 0;
        width: 100%;
    }

    .header-bottom-bar {
        float: left !important;
    }
    .cart-body p.mob-label {
        display: block;
    }
    .catalog-list li {
        font-size: 4vw;
    }
    .tizers_block .row {
        display: flex;
        flex-wrap: wrap;
    }

    .tizers_block .row > div {
        width: 50%;
    }

    .tizers_block .row > div:nth-child(3n),
    .tizers_block .row > div:nth-child(4n) {
        margin-top: 25px; 
    }

    .footer-wrapper {
        text-align: center;
    }

    .payments {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-social .social-links {
        justify-content: center;
    }

    .footer-bottom .row {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-bottom .row > div {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .catalog-wrapper .sort-block {
        position: unset;
        padding-top: 30px;
    }

    .price-wrap {
        margin: 0 auto;
    }

    .product-buttons, .tizers {
        justify-content: center;
        flex-wrap: wrap;
    }

    .tizers .item {
        width: 48%;
    }

    .tabs-header ul {
        display: block;
    }

    .tabs-header li {
        width: 100%;
    }

    .tabs-header li:before {
        top: unset;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 100%;
    }

    .tabs-header li:after {
        top: unset;
        left: 0px;
        right: 0;
        bottom: 2px;
        width: 90%;
        margin: 0 auto;
        height: 1px;
    }

    .cart-body .element .subelement1 .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cart-body .element .subelement1 .row > div > div {
        height: 100%;
        padding: 10px 0;
    }

    .element .subelement1 .row > div.col-xs-2 {
        width: 33.3333%;
    }

    .element .subelement1 .row > div.col-xs-3 {
        width: 100%;
    }

    .element .subelement1 .row > div {
        width: 33% !important;
        border-top: 1px solid #f5a601;
    }

    .element .subelement1 .row > div:last-child {
        width: 100% !important;
    }

    .cart-body .element .subelement2 {
        display: block;
    }

    .cart-body .element .subelement2 .element-img {
        width: 80%;
        height: 150px;
        margin: 0 auto;
    }

    .cart-body .element .subelement2 .text {
        width: 100%;
        margin-top: 20px;
    }

    .cart-total-wrapper .container {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 17px;
    }

    .cart-total-wrapper .container > div {
        width: 100%;
        height: 50%;
    }

    .cart-total-wrapper .container > div > div {
        text-align: center;
    }

    .video-item {
        width: 100%;
    }

    .params-body {
        display: block;
    }

    .params-body > div {
        width: 100%;
    }

    .option-item {
        width: 49%;
    }
}

@media only screen and (max-width: 450px) {
    .price-wrap > div:first-child span {
        font-size: 15px;
    }

    .price-wrap span.price {
        font-size: 20px;
    }

    .price-wrap .old-price {
        font-size: 16px;
    }
} 

@media only screen and (max-width: 360px) {
    .catalog .element .element-price,
    .catalog .element .element-price span {
        font-size: 17px;
    }

    .catalog .element .element-oldprice {
        font-size: 15px;
    }

    .cart-body .element .subelement1 .element-price .price {
        font-size: 16px;
    }
}   



@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px){

}
@media only screen and (min-width: 1190px) {

}


.node__content span img {
    margin-right: 15px;
}
.node__content p:last-child img {
    margin-right: 30px;
    padding-bottom: 10px;
}
.node__content p:last-child img:last-child {
    margin-right: 0;
}