@charset "UTF-8";
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(jquery.datetimepicker.min.css);
@import url(settings.css);
@import url(jquery.jscrollpane.css);
@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), 
         url('../fonts/MaterialIcons-Regular.woff') format('woff'), 
         url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -500px 0;
}
.footer-push{
    height: 500px;
}
.footer-wrapper{
    min-height: 500px;
    background: #333;
    color: #ccc;
}
.footer-wrapper a:hover{
    color: #fff;
}
.footer-top{
    padding: 55px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    min-height: 270px;
}
.footer-menu > ul > li{
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding-right: 30px;
    line-height: 1.2;
}
.footer-menu > ul > li > a{
    color: #fff !important;
    cursor: default;
}
.footer-menu a{
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}
.footer-menu a:hover{
    color: #FA775A;
}
.footer-menu > ul > li > p{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #fff;
}
.footer-social-links{
    margin-bottom: 30px;
}
.footer-social-links a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #ccc;
    text-align: center;
    border: 1px solid #ccc;
    margin-left: 4px;
    opacity: 0.5;
    margin-bottom: 6px;
}
.footer-social-links a:hover{
    color: #fff;
    border-color: #fff;
    opacity: 1;
}
.footer-phones{
    margin-bottom: 15px;
}
.footer-phones-title{
    margin-bottom: 5px;
}
.footer-phone{
    display: inline-block;
    margin-left: 20px;
}
.footer-phones a{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.footer-phones a:first-of-type{
    margin-left: 0;
}
.footer-phones a:hover{
    color: #FA775A;
}
.footer-schedule{
    font-size: 13px;
    width: 350px;
    max-width: 100%;
    float: right;
    margin-bottom: 15px;
}
.footer-schedule-title{
    text-transform: uppercase;
    font-size: 16px;
}
.footer-bottom{
    padding: 25px 0;
    font-size: 12px;
}
.footer-bottom .copyright{
    margin-bottom: 10px;
}
.footer-addres-title{
    text-transform: uppercase;
    margin-bottom: 8px;
}
.footer-pay{
    padding: 10px 0 15px;
}
.footer-pay img{
    margin-left: 15px;
}
@media(max-width: 991px){
    .footer-schedule{
        float: none;
    }
    .footer-social-links{
        padding-top: 30px;
    }
    .footer-social-links a{
        margin-left: 0;
        margin-right: 5px;
    }
    .footer-pay img{
        margin-left: 0;
        margin-right: 15px;
    }
    .footer-pay {
        padding-bottom: 0;    
    }
    .footer-bottom{
        padding: 55px 0;
    }
    .footer-phone{
        margin-left: 0;
        margin-right: 20px;
    }
}
@media(max-width: 767px){
    .footer-social-links a{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .footer-menu > ul > li {
        width: 100%;
        padding-right: 0;
    }
    .footer-menu > ul > li{
        margin-bottom: 20px;
    }
    .footer-menu > ul > li:nth-of-type(2) {
        padding-left: 0;
    }
    .footer-phone{
        display: block;
    }
}

body{
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #222222;
    overflow-x: hidden;
}
blockquote{
    border-left: 3px solid #FA775A;
    margin-bottom: 30px;
    padding-left: 20px;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.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: 6px;
    height: 6px;
    top: 8px;
    left: 10px;
    background: #bbbbbb;
    border-radius: 50%;
}
.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: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
.content table{
    width: 100%;
    margin-bottom: 30px;
}
.content table th{
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #000;
    border-right-color: #333333;
}
.content table td{
    border: 1px solid #E5E5E5;
    padding: 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}
.content table .separate td{
    background: #F7F7F7;
    font-size: 17px;
    font-weight: normal;
}
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
h1,
.title-h1{
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 30px;
}
h2,
.title-h2{
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 30px;
    position: relative;
}
h3,
.title-h3{
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
    position: relative;
}
h4,
.title-h4{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
}
h5,
.title-h5{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    color: #444444;
}
@media(max-width:1299px){
    h1,
    .title-h1{
        font-size: 36px;
    }
    h2,
    .title-h2{
        font-size: 36px;
    }
}
@media(max-width:767px){
    h1,
    .title-h1{
        font-size: 30px;
    }
    h2,
    .title-h2{
        font-size: 26px;
        margin-bottom: 20px;
    }
    h3,
    .title-h3{
        font-size: 21px;
    }
    h4,
    .title-h4{
        font-size: 18px;
    }
    h5,
    .title-h5{
        font-size: 16px;
    }
}



.light{
    font-weight: 100;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 20px;
}
a{
    color: #FA775A;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
a:hover{
    color: #000;
}
a.invert{
    color: #000;
}
a.invert:hover{
    color: #FA775A;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #aaa9ad;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 35px;
    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: 1px solid #555652;
}
.btn:hover{
    background: transparent;
    color: #FA775A;
    border-color: #FA775A;
}
.btn.invert{
    background: transparent;
    color: #FA775A;
    border-color: #FA775A;
}
.btn.invert:hover{
    color: #fff;
    background: #FA775A;
    border-color: #FA775A;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.disabled,
.btn.disabled:hover{
    background: #dadada;
    border-color: #dadada;
    color: #1c1c1b;
}
.form-group{
    position: relative;
}
.theme_modal {
    display: none;
    width: 560px;
    max-width: 100%;
    background: #fff;
    padding: 35px 35px 40px;
}
.theme_modal .btn{
    margin-bottom: 0;
}
.label-box {
    height: 48px;
    font-size: 20px;
    line-height: 1;
}

.fade { 
display: none;
}

#responseMessage .modal-content.error{
    color: #FF4632;
}
.modal-close{
    position: relative;
    z-index: 100;
}
@media(max-width:767px){
    .theme_modal {
        padding: 45px 20px 50px;
    }
    .fancybox-close{
        top: 15px;
        right: 15px;
    }
    .label-box {
        height: auto;
        font-size: 16px;
        margin-bottom: 5px;
    }
}
/**************************************/

/* AGREEMENT */
.agreement{
    position:relative;
    margin-bottom:30px;
    color: #838383;
}
.agreement input{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
}
.agreement label {
    padding-left: 25px; 
    display: inline-block; 
    position: relative;
}
.agreement input + label:before {
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 4px;
    left: 0px;
}
.agreement input:checked + label:before {
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.agreement input.error + label{
    color:red;
}
/* /. AGREEMENT */


/* PAGINATION */
.pagination{
    padding: 0;
    margin: 0;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination li:first-of-type:before{
    content:"";
    display: block;
    width: 100%;
    height: 20px;
}
.pagination li:last-of-type:after{
    content:"";
    display: block;
    width: 100%;
}
.catalog .pagination li:first-of-type:before{
    height: 20px;
}
.catalog .pagination li:last-of-type:after{
    height: 20px;
}
.reviews .pagination li:first-of-type:before{
    height: 10px;
}
.reviews .pagination li:last-of-type:after{
    height: 50px;
}
.blog-section .pagination li:first-of-type:before{
    height: 30px;
}
.blog-section .pagination li:last-of-type:after{
    height: 20px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3366ff;
    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;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3366ff;
    border-color: #3366ff;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    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: #FA775A;
    border-color: #FA775A;
}
/* /. PAGINATION */


/* mob-menu-btn */
.menu-button{
    position: absolute;
    right: 15px;
    top: 50%;
    width: 40px;
    height: 34px;
    margin-top: -17px;
    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: 1010;
    border: 1px solid #000000;
}
.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: #000000;
    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: #000000;
    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: #FA775A !important;
}
.icon-menu-burger:before {
    top: -7px;
    -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: -7px;
    -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{
    -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{
    -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 {
    -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 {
    -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;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 84px;
    left: -100%;
    height: 100%;
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mobile-menu-inner{
    background: #aaa9ad;
    height: 100%;
}
.overlay {
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 100%;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 16px;
    left: 94%;
    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 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: #fff;
    padding: 12px 20px;
    font-size: 16px;
    letter-spacing: 1px;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #fff;
    background: #d1a455;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    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: 10px 10px 10px 30px;
    color: #FFFFFF;
    position: relative;
    font-weight: 400;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
    position: relative;
}
.mobile-menu > div ul ul ul a:before{
    content: "";
    position: absolute;
    top: 12px;
    left: 30px;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.mobile-menu > div ul ul ul ul a:before{
    display: none;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    padding-bottom: 10px;
    background: #c0c0c0;
    -webkit-filter: contrast(110%);
    filter: contrast(110%);
}

.mobile-menu ul ul .dropdown-button{
    height: 38px;
    width: 100%;
}
.mobile-menu ul ul .dropdown-button:before{
    content: "+";
    width: 12px;
    height: 10px;
    line-height: 10px;
    top: 50% !important;
    left: 94%;
    font-size: 17px;
    margin-top: -5px;
    margin-left: -6px;
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
}
.mobile-menu ul ul ul .dropdown-button {
    height: 30px;
    width: 30px;
}
.mobile-menu ul ul ul .dropdown-button:before{
    margin-top: -6px;
    margin-left: -10px;
}
.mobile-menu .menu-button{
    display: none;
}
@media (max-width: 991px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
    .swipe-area{
        position: absolute;
        width: 15px;
        right: -15px;
        top: 0;
        bottom: 0;
        background: transparent;
    }
    .mobile-menu-inner {
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 440px) {
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
/* /. mobile-menu */


/* HEADER */
.header-top{
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
.header-top-inner{
    height: 50px;
}
.header-top.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
}
.header-top.fixed + .header-top-push{
    height: 50px;
}
.header-menu-wrapper{
    height: 100%;
    position: relative;
}
.header-menu li{
    display: inline-block;
}
.header-menu a{
    display: inline-block;
    color: #000;
    padding: 0 18px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
}
.header-menu a:after{
    content: "";
    width: 1px;
    height: 14px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.header-menu li:first-of-type a{
    padding-left: 0;
}
.header-menu li:last-of-type a{
    padding-right: 0;
}
.header-menu li:last-of-type a:after{
    display: none;
}

.header-menu a:hover,
.header-menu .active > a{
    color: #aaa9ad;
}

/*.header-mega-menu-overlay{
    z-index: 400;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #000;
    transition: opacity 120ms ease-out, visibility 120ms;
}
.header-mega-menu-overlay.active{
    opacity: 0.4;
    visibility: visible;
}*/
.header-mega-menu{
    z-index: 999;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 5px 0 0 0;
    opacity: 0;
    font-size: 14px;
    text-align: left;
    white-space: normal;
    transform: scaleX(0.9) scaleY(0.8);
    transform-origin: 30% 0%;
    transition: opacity 150ms ease-out, transform 120ms ease-out;
}
.header-mega-menu.active{
    display: block;
}
.header-mega-menu.active.menuvisible{
    opacity: 1;
    transform: none;
}
.header-mega-menu-inner{
    position: relative;
    padding: 30px 40px;
    background: #fff;
    min-height: 250px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.header-mega-menu nav{
    display: block;
    padding: 0 400px 0 0;
    font-size: 14px;
    column-count: 3;
    column-gap: 25px;
}
.header-mega-menu nav a{
    display: inline-block;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}
.header-mega-menu nav a:hover{
    color: #FA775A;
}
.header-mega-menu .img-wrapper{
    position: absolute;
    top: 30px;
    right: 40px;
    width: 304px;
    height: 189px;
}
.header-mega-menu-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #F0F0F0;
}




.header-callback-wrapper{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.header-bottom{
    min-height: 150px;
    padding: 20px 0;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.logo{
    display: inline-block;
    padding: 15px 0 20px;
}
.header-contacts{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    display: flex;
    align-items: center;
}
.header-contacts .element{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.header-contacts .element.public-email svg{
    margin-right: 7px;
    position: relative;
    top: -3px;
}
.header-contacts .header-address{
    font-size: 13px;
}
.header-contacts .header-address svg{
    margin-right: 5px;
}
.header-schedule{
    margin-bottom: 0;
}
.header-schedule svg{
    margin-right: 5px;
}
.header-phones{
    display: flex;
}
.header-phones svg{
    margin-right: 5px;
    -moz-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg);
}


.callback-element a{
    display: inline-block;
    color: #fff;
    border: 1px solid #F2F2F2;
    background: #FA775A;
    padding: 4px 15px;
    font-size: 13px;
}

.callback-element a:hover{
    color: #fff;
    border-color: #d95437;
    background-color: #d95437;
}
.header-cart-bar{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: left;
}
.header-search-btn{
    display: inline-block;
    position: relative;
    margin-right: 20px;
    line-height: 1;
    bottom: -3px;
}
.header-search-btn svg path{
    fill: #aaa9ad;
}
.header-search-btn:hover svg path{
    fill: #aaa9ad;
}
.header-favorites{
    display: inline-block;
    position: relative;
    margin-right: 20px;
    line-height: 1;
}
.header-favorites svg{
    position: relative;
    bottom: -5px;
}
.header-favorites svg path{
    fill: #919191;
}
.header-favorites.active:hover svg path{
    fill: #FA775A;
}
.header-favorites a.absolute{
    display: none;
}
.header-favorites.active a.absolute{
    display: block;
}
.header-favorites .favorites_count{
    background: #b0b0b0;
    color: #fff;
    position: absolute;
    font-size: 11px;
    line-height: 10px;
    text-align: center;
    padding: 5px 3px;
    border-radius: 10px;
    top: -7px;
    right: -10px;
    min-width: 20px;
    box-shadow: 0px 0px 0px 2px #fff;
}
.header-favorites.active .favorites_count{
    background: #ff2829;
}
.header-cart{
    display: inline-block;
}
.header-cart #msMiniCart{
    font-size: 16px;
}
.header-cart-inner{
    height: 34px;
    position: relative;
    padding-left: 50px;
}
.header-cart-inner .header-cart-icon{
    position: absolute;
    left: 0;
    top: 2px;
}
.header-cart-icon svg{
    fill: #919191;
}
#msMiniCart.full:hover .header-cart-icon svg{
    fill: #000000;
}
.header-cart-title{
    color: #0e0e0e;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4px
}
.header-cart-summ{
    font-size: 13px;
    line-height: 1;
}
.header-cart-inner .ms2_total_count {
    background: #b0b0b0;
    color: #fff;
    position: absolute;
    font-size: 11px;
    line-height: 10px;
    text-align: center;
    padding: 5px 3px;
    border-radius: 10px;
    top: -4px;
    right: -10px;
    min-width: 20px;
    box-shadow: 0px 0px 0px 2px #fff;
}
#msMiniCart.full .header-cart-inner .ms2_total_count{
    background: #ff2829;
}
.header-search-block{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: -15px;
    background: #fff;
    z-index: 100;
    display: none;
}
.header-search-block.active{
    display: block;
}
.header-search-block .block-area{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.header-search-block form{
    position: relative;
    z-index: 100;
}
.header-search-block-close{
    position: absolute;
    right: 11px;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -13px;
    cursor: pointer;
}
.header-search-block-close:before, 
.header-search-block-close:after {
    position: absolute;
    left: 13px;
    content: ' ';
    height: 27px;
    width: 2px;
    background-color: #757575;
    opacity: 0.7;
}
.header-search-block-close:before {
    transform: rotate(45deg);
}
.header-search-block-close:after {
    transform: rotate(-45deg);
}
.header-search-block-close:hover:before,
.header-search-block-close:hover:after{
    background-color: #FA775A;
    opacity: 1;
}
.header-search-block .form-control{
    margin-bottom: 0;
}
.header-search-block .form-search-btn{
    position: absolute;
    right: 70px;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    padding: 0;
    text-align: center;
    color: #757575;
    border: none;
    padding-top: 3px;
    background: transparent;
}
.header-search-block .form-search-btn svg .sscls-1{
    fill: #757575;
    opacity: 0.7;
}
.header-search-block .form-search-btn:hover svg .sscls-1{
    fill: #FA775A;
    opacity: 1;
}
.header-search-block .form-group:after{
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    right: 52px;
    top: 50%;
    margin-top: -9px;
    background: #757575;
    opacity: 0.2;
}

@media(max-width: 991px){
    .logo{
        padding-top: 35px;
    }
    .header-cart-bar{
        position: fixed;
        top: 30px;
        left: 0;
        right: 0;
        z-index: 1000;
        height: 54px;
        background: #fff;
        width: auto;
        box-shadow: 0 0 0 1px #eee;
    }
    .header-bottom{
        padding-top: 54px;
        background: #fff;
    }
    .header-search-btn {
        position: absolute;
        right: 65px;
        top: 50%;
        bottom: auto;
        width: 40px;
        height: 34px;
        margin-top: -17px;
        text-align: center;
        margin-right: 0;
        border: 1px solid #000000;
    }
    .header-search-btn svg{
        width: 20px;
        height: 20px;
        position: relative;
        bottom: -6px;
    }
    .header-search-btn svg path {
        fill: #000000 !important;
        opacity: 1;
    }
    .header-search-block{
        position: fixed;
        height: 54px;
        top: 30px;
        left: 0;
        right: 0;
        z-index: 1200;
    }
    .header-search-block .form-control{
        background: #fff;
        border-color: transparent;
        border-radius: 0;
    }
    .header-cart-content{
        display: none;
    }
    .header-favorites{
        position: absolute;
        right: 95px;
        top: 50%;
        width: 40px;
        height: 34px;
        margin-top: -17px;
        text-align: center;
        border: 1px solid #000000;
    }
    .header-favorites svg path {
        fill: #000000 !important;
        opacity: 1;
    }
    .header-favorites svg{
        width: 22px;
        height: 22px;
        position: relative;
        bottom: -6px;
    }
    .header-favorites .favorites_count {
        line-height: 11px;
        padding: 3px;
        right: -6px;
        min-width: 17px;
    }
    .header-cart {
        position: absolute;
        right: 165px;
        top: 50%;
        width: 40px;
        height: 34px;
        margin-top: -17px;
        text-align: center;
        border: 1px solid #000000;
    }
    .header-cart-inner .ms2_total_count{
        line-height: 11px;
        padding: 3px;
        right: -22px;
        top: -9px;
        min-width: 17px;
    }
    #msMiniCart .header-cart-inner .header-cart-icon svg {
        fill: #000000 !important;
        opacity: 1;
        width: 23px;
        height: 25px;
        right: -7px;
        position: relative;
    }
    .header-contacts {
        position: static;
        display: flex;
        padding: 20px 0;
        justify-content: center;
    }
    .header-phones,
    .header-contacts .element,
    .header-contacts .header-address{
        justify-content: center;
        text-align: center;
    }
    .header-contacts .header-address{
        font-size: 12px;
    }
    .header-contacts .callback-element{
        padding-top: 10px;
    }
    .callback-btn-xs{
        position: absolute;
        left: 15px;
        top: 50%;
        width: 40px;
        height: 34px;
        margin-top: -17px;
        text-align: center;
        border: 1px solid #000;
        color: #000000;
    }
    .callback-btn-xs svg{
        width: 22px;
        height: 22px;
        position: relative;
        bottom: -5px;
    }
    .header-callback-wrapper{
        position: static;
        margin-bottom: 30px;
    }
}

/* /. HEADER */

/* INDEX HEADER BANNER */
.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type,
.top-slider.slick-slider > div{
    display: block;
}
.top-slider .slick-prev, 
.top-slider .slick-next {
    top: 50%;
    margin-top: -22px;
    opacity: 0;
}
.top-slider .slick-prev {
    left: 15px;
}
.top-slider .slick-next {
    right: 15px;
    left: auto;
}
.top-slider:hover .slick-prev{
    left: 30px;
    opacity: 1;
}
.top-slider:hover .slick-next{
    right: 30px;
    opacity: 1;
}
.header-banner{
    position: relative;
}
.top-slider .img-element-wrapper img{
    width: 100%;
}

.header-banner-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header-banner h1{
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1.1;
}
.header-banner .sup-title{
    font-size: 30px;
    margin-bottom: 20px;
}
.header-banner .slider-description{
    padding-top: 50px;
    font-size: 18px;
    width: 800px;
    margin: auto;
    max-width: 100%;
}
.slider-btn-wrapper{
    padding-top: 50px;
}
@media(min-width: 1920px){
    .header-banner .img-element{
        background-size: cover;
    }
}
@media(max-width: 991px){
    .header-banner h1 {
        font-size: 6vw;
    }
    .header-banner .sup-title {
        font-size: 3vw;
        margin-bottom: 1vw;
    }
    .header-banner .slider-description{
        padding-top: 4vw;
        font-size: 2vw;
        width: 100%;
    }
    .slider-btn-wrapper{
        padding-top: 5vw;
    }
}
@media(max-width: 767px){
    .slider-btn-wrapper .btn{
        font-size: 2vw;
        padding: 1.5vw 2vw;
    }
}
/* /. INDEX HEADER BANNER */

/* features */
.features-section {
    padding: 60px 0 50px;
}
.features{
    padding: 30px 0 0 30px;
    border: 1px solid #EBEBEB;
}
.features > .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.features > .row > div{
    margin-bottom: 30px;
}
.features .element{
    padding: 0 10px 0 60px;
    height: 100%;
    position: relative;
}
.features .element .img-wrapper{
    position: absolute;
    width: 45px;
    top: -1px;
    left: 0;
}
.features .img-wrapper img{
    max-width: 100%;
}
.features .img-wrapper img[src$=".svg"]{
    width: 45px;
    height: 45px;
}
.features .element .title{
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
}
.features .element .text{
    font-size: 13px;
}
@media(max-width: 1299px) and (min-width:992px){
    .features {
        padding: 30px 0 15px 40px;
    }
    .features > .row > div{
        margin-bottom: 15px;
    }
    .features .element .title{
        font-size: 13px;
    }
    .features .element .text{
        font-size: 11px;
    }
}
@media(max-width: 991px){
    .features-section {
        padding: 20px 0 10px;
    }
}
/* /. features */

.shop-categories-wrapper{
    padding: 10px 0 50px;
    width: 100%;
    overflow: hidden;
}
.shop-categories-inner{
    display: flex;
    flex-wrap: wrap;
}
.shop-categories .item {
    display: inline-block;
    width: 16.6%;
        padding: 0 10px 20px;
    vertical-align: top;
}

@media (min-width: 992px) {
    .catalog-section .main-column .shop-categories .item {
        width: 20%;
    }
}
.shop-categories .item a{
    display: block;
    position: relative;
    box-shadow: 0 0 0 1px #EBEBEB;
    transition: box-shadow 120ms ease-out;
}
.shop-categories .item-title{
    padding: 10px 20px;
    font-size: 19px;
    line-height: 1.2;
    z-index: 10;
    color: #000;
    height: 68px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.shop-categories .item a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.shop-categories .item a:hover .item-title{
    color: #FA775A;
}
@media(max-width: 1199px){
    .shop-categories .item-title{
        height: 4vw;
        font-size: 1.5vw;
        bottom: 4%;
    }
}
@media(max-width: 991px){
    .shop-categories .item{
        width: 33.33333%;
    }
    .shop-categories .item-title{
        font-size: 1.9vw;
    }
}

@media(max-width: 599px){
    .shop-categories .item{
        width: 50%;
    }
    
    .shop-categories .item-title{
        height: 15vw;
        font-size: 2.8vw;
    }
}
@media(max-width: 549px){
    .shop-categories .item-title{
        font-size: 3vw;
    }
}
/* CATALOG */
.catalog-section{
    margin-bottom: 70px;
}
.middle-section.catalog-section{
    margin-bottom: 50px;
}
.catalog .bottom-btn{
    padding-top: 40px;
}

.catalog > .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog > .row > div{
    margin-bottom: 20px;
}
.catalog .element{
    background: #fff;
    height: 100%;
    margin: 0 auto;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.catalog .element:hover {
    z-index: 100;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.catalog .element .item-article{
    font-size: 13px;
    color: #949494;
}
.catalog .element .price,
.catalog .element .old-price{
    color: #FA775A;
}
.catalog .element .availability-true{
    color: #68AB10;
}
.catalog .element .availability-false{
    color: #FB3543;
}
.catalog .element .img-wrapper{
    position: relative;
}
.catalog .element .img-wrapper img{
    width: 100%;
}
.catalog .element .btns-block{
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    padding: 0 15px 20px 15px;
    justify-content: space-between;
}
.catalog .element .btns-block .btn{
    width: auto;
    padding: 8px 10px;
    font-size: 13px;
    margin: 0;
}
.catalog .element .btns-block a.btn_one_click{
    font-size: 12px;
}
.size-box{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color: #000;
    background: rgba(255,255,255,0.8);
    padding: 5px 5px 0;
}
.product-gallery .size-box{
    z-index: 20;
    top: 20px;
    right: 20px;
    left: auto;
}
.size-box > div{
    display: inline-block;
    min-width: 40px;
    height: 40px;
}
.size-box .w-size{
    background: url(../images/width-icon.png) no-repeat;
    background-position: left 50% bottom 10px;
}
.size-box .h-size{
    padding-left: 10px;
    background: url(../images/height-icon.png) no-repeat;
    background-position: left 0 top 2px;
    margin-left: 5px;
}
.size-box .h-size span{
    position: relative;
    bottom: -10px;
}
.catalog .element .msfavorites, .catalog .element .quickview{
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 30;
    text-decoration: none;
    width: 45px;
    height: 45px;
    text-align: center;
    /* background: rgba(255,255,255,0.8); */
    padding-top: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ff2829;
    opacity: 0.8;
}

.catalog .element .quickview {
    top: 40px;
}
.catalog .element .msfavorites svg{
    width: 30px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .element .msfavorites:hover{
    opacity: 1;
    color: #ff2829;
}
.catalog .element .msfavorites.voted svg{
    color: #ff2829;
    cursor: pointer;
}
.catalog .element .msfavorites .msfavorites-active{
    display: none;
}
.catalog .element .msfavorites.voted .msfavorites-active{
    display: inline-block;
}
.catalog .element .msfavorites.voted .msfavorites-noneactive{
    display: none;
}

.catalog .element .label-block {
    position: absolute;
    top: 10px;
    left: 10px;
}
.product-gallery .label-block{
    z-index: 20;
    position: absolute;
    top: 15px;
    left: 0;
}
.label-block > div{
    display: block;
    color: #fff;
    width: 100px;
    height: 22px;
    line-height: 22px;
    font-size: 9px;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.label-block-sale{
    background: #3CAA3C;
}
.label-block-action{
    background: #8A191B;
}
.label-block-new{
    background: #96d642;
}
.label-block-popular{
    background: #F9AB28;
}
.catalog .element .element-content{
    padding: 15px;
}
.catalog .element .element-title{
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
    height: 60px;
    overflow: hidden;
}
.catalog .element .price{
    font-size: 18px;
    vertical-align: middle;
}
.catalog .element .old-price{
    margin-right: 10px;
    vertical-align: top;
    text-decoration: line-through;
    font-size: 14px;
}
.catalog .element .hidden-block {
    position: absolute;
    height: 60px;
    bottom: -64px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 15px;
    display: none;
}
.catalog .element:hover .hidden-block{
    display: block;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.catalog .element .hidden-block:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
    background: #fff;
}
.btn-cart{
    width: 100%;
}
.btn-cart.hidden{
    display: none;
}
.btn.btn-checkout{
    background: #aaa9ad;
    border-color: #aaa9ad;
    color: #fff;
    width: 100%;
}
.btn-checkout svg{
    width: 19px;
    height: 22px;
    vertical-align: middle;
    margin: -2px 4px 0 0;
}
.application-buttons-block .btn-checkout svg{
    width: 28px;
    height: 32px;
    margin-top: -3px;
}
.hidden.btn-checkout{
    display: none !important;
}
.catalog-carousel .slick-list{
    padding: 20px 0 80px;
}
.catalog-carousel .element {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.catalog-carousel .element:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.catalog-carousel.slick-slider{
    margin-bottom: 0;
}
.row.catalog-carousel.slick-slider{
    display: block;
}
.catalog-carousel .slick-next,
.catalog-carousel .slick-prev{
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.catalog-carousel .slick-next i,
.catalog-carousel .slick-prev i{
    color: #FA775A;
}
.catalog-carousel .slick-next{
    top: -92px;
    margin: 0;
    right: 10px;
    left: auto;
}
.catalog-carousel .slick-prev{
    top: -92px;
    margin: 0;
    right: 62px;
    left: auto;
}
.catalog-carousel .slick-next:hover,
.catalog-carousel .slick-prev:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
@media(max-width: 991px) {
    .catalog .element .hidden-block{
        position: relative;
        display: block;
        box-shadow: none !important;
        bottom: auto;
        z-index: 20;
    }
    .catalog .element .hidden-block:before{
        display: none;
    }
}
@media(max-width: 767px){
    .catalog > .row{
        display: block;
    }
}
@media(max-width: 499px){
    .catalog > .row > .col-xs-6{
        width: 100%;
    }
    .related-products-section .catalog-carousel .col-xs-6{
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .catalog .element .element-content{
        padding: 8px;
        position: relative;
    }
}
/* /. CATALOG */

/* REVIEWS SECTION */
section.top-line{
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
}
section.top-line:before{
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 1px;
    background: #DCDCDC;
}
section.top-line .section-title{
    margin-top: -40px;
    margin-left: -20px;
}
section.top-line .section-title span{
    display: inline-block;
    padding: 5px 20px 20px;
    background: #F9F9F9;
}
.reviews-section .inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reviews-section .inner > div{
    margin-bottom: 20px;
}
.reviews-section .item{
    height: 100%;
    padding: 30px 30px 35px 75px;
    position: relative;
    background: #fff;
    color: #3b3b3b;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.reviews-section .item-title{
    font-weight: bold;
    margin-bottom: 10px;
}
.reviews-section .item-text{
    font-style: italic;
}
.reviews-section .item-icon{
    width: 25px;
    position: absolute;
    left: 30px;
    top: 30px;
    color: #FA775A;
}
.item-icon.vk-icon{
    color: #53749B;
    width: 30px;
}
.reviews-section .item .stars-block{
    margin-bottom: 15px;
}
.reviews-section .item .stars-block .ec-stars{display:inline-block}
.reviews-section .item .stars-block .ec-stars span{background:transparent!important;display:block;height:20px;width:auto;color:#CFCFCF}
.reviews-section .item .stars-block .ec-stars .real{position:absolute;top:0;left:0;width:0;height:20px;white-space:nowrap;overflow:hidden;color:#f9ab28}
.reviews-section .item .stars-block .ec-stars .real.realwidth-1{
    width: 20%;
}
.reviews-section .item .stars-block .ec-stars .real.realwidth-2{
    width: 40%;
}
.reviews-section .item .stars-block .ec-stars .real.realwidth-3{
    width: 60%;
}
.reviews-section .item .stars-block .ec-stars .real.realwidth-4{
    width: 80%;
}
.reviews-section .item .stars-block .ec-stars .real.realwidth-5{
    width: 100%;
}

@media only screen and (max-width: 991px) {
    section.top-line .section-title{
        margin-top: -35px;
    }
}
@media only screen and (max-width: 767px) {
    section.top-line{
        padding-top: 0;
    }
    section.top-line:before{
        display: none;
    }
    section.top-line .section-title span{
        padding: 0
    }
    section.top-line .section-title{
        margin-top: 0;
        margin-left: 0;
    }
}
/* /. REVIEWS SECTION */


/* ABOUT SECTION */
.about-section .inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.about-section .inner > div{
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.about-section .element-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.about-section .element-content{
    background: #fff;
    margin: 50px 0px;
    padding: 60px 100px 50px 70px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
@media (max-width: 1299px) {
    .about-section .element-content{
        background: #fff;
        margin: 30px 0px;
        padding: 50px 50px 30px;
    }
}
@media (max-width: 991px) {
    .about-section .element-content{
        font-size: 14px;
        padding: 50px 40px 30px;
    }
}
@media (max-width: 699px) {
    .about-section .inner{
        display: block;
    }
    .about-section .inner > div{
        width: 100%;
        display: block;
    }
    .about-section .element-bg{
        height: 60vw;
    }
    .about-section .element-content{
        margin-bottom: 0;
    }
}
/* /. ABOUT SECTION */


/* INDEX CONTENT SECTION */
.content-mini{
    font-size: 15px;
    line-height: 1.6;
    color: #222222;
}
.content-mini h1,
.content-mini h2,
.content-mini h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.content-mini ul > li:after {
    width: 5px;
    height: 5px;
    top: 6px;
    left: 10px;
    background: #a9a9a9;
}
/* /. INDEX CONTENT SECTION */
.brands-section{
    width: 100%;
    overflow: hidden;
}
.brands-section .brands{
    margin-left: -15px;
    margin-right: -15px;
}
.brands .item{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 30px;
}

/* BLOG SECTION */
.blog-aside{
    padding-right: 25px;
}
.blog-aside .img-wrapper img{
    width: 100%;
}
.blog-section{
    background: #fff;
}
.blog-section .flex-row > div{
    margin-bottom: 20px;
}
.blog-section .item{
    height: 100%;
    width: 400px;
    max-width: 100%;
    margin: auto;
    color: #3b3b3b;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    position: relative;
}
.blog-section .item .img-wrapper{
    position: relative;
    overflow: hidden;
}
.blog-section .item .img-wrapper img{
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.blog-section .item:hover .img-wrapper img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.blog-section .item .img-wrapper:after {
    background-color: rgba(255,255,255,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
}
.blog-section .item:hover .img-wrapper:after {
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 120%;
}
.blog-date{
    background: rgba(255,255,255,0.8);
    padding: 10px 20px;
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 0;
    color: #000;
    text-align: center;
    line-height: 1.2;
    z-index: 2;
}
.blog-section .item-content{
    padding: 25px 30px 30px;
}
.blog-section .item-title{
    font-size: 20px;
    margin-bottom: 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.blog-section .item:hover .item-title{
    color: #FA775A;
}
.blog-section .item-introtext{
    font-size: 14px;
}
.blog-section .item-info{
    color: #9D9D9D;
    margin-bottom: 10px;
    font-size: 14px;
}
.blog-section .item-info > span{
    margin-right: 8px;
}
.blog-section .item:hover{
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}


@media (max-width: 991px) and (min-width:768px) {
    .index-template .blog-section .inner > div:last-of-type{
        display: none;
    }
}
@media (max-width: 767px){
    .blog-aside{
        padding-right: 0;
    }
}


/* /. BLOG SECTION */


/* PDO CRUMBS */
.breadcrumb{
    margin-bottom: 40px;
    font-size: 13px;
}
.breadcrumb > li {
    display: inline;
    margin-right: 10px;
}
.breadcrumb > li > a{
    text-decoration: none;
}
.breadcrumb > li > a:after{
    content: '»';
    margin-left: 10px;
}
/* /. PDO CRUMBS */

.tooltipster-box{
    font-size: 13px;
    background: #FA775A !important;
}

/* CART */
#msOrder {
    margin-top: 0 !important;
}
.cart-body{
    margin: 10px 0 0;
}
.cart-body .element{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    position: relative;
}
.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 svg{
    width: 20px;
    height: 20px;
    -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 svg{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart-body .subelement2{
    padding-left: 120px;
    min-height: 100px;
}
.cart-body .subelement2 .text{
    min-height: 100px;
}
.cart-body .subelement1 > .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cart-body .element .element-img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    -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;
}
.cart-body .element  > .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cart-body .element a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}



@media only screen and (max-width: 767px) {
    .cart-body .element  > .row{
        display: block;
    }
    .cart-body .element .element-img{
        position:static;
        margin-bottom: 20px;
    }
    .cart-body .subelement2 {
        padding-left: 0;
    }
    .cart-body .subelement2 .text,
    .cart-body .element .element-price,
    .cart-body .element .element-counter{
        height: auto;
    }
}

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

/* /. CART */
.element-counter{
    position: relative;
    z-index: 10;
}
.element-counter .form-control{
    display: inline-block;
    height: 22px;
    width: 22px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #000;
    background: transparent;
    border: none;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
}
.element-counter button{
    width: 34px;
    height: 34px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #DBDBDB;
    background: #f9f9f9;
    font-size: 16px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.element-counter button:hover{
    color: #fff;
    background: #FA775A;
    border-color: #FA775A;
}
.element-counter button[disabled]:hover{
    color: #1F1F1F;
    background: #fff;
}

/* ======= custom check and radio ======= */
.checkbox label{
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}
.checkbox label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.checkbox label > div{
    position: absolute;
    left: 5px;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: 300ms all;
    border-radius: 2px;
}
.checkbox label:hover > div{
    border-color: #FA775A;
}
.checkbox label > div.radio{
    border-radius: 100%;
}
.checkbox label > div.radio:before{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.checkbox input:checked + .radio{
    border-color: #FA775A;
    background-color: #FA775A;
}
.checkbox input:checked + .radio:before{
    opacity: 1;
    transform: scale(0.5);
}
.checkboxsquare svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.checkbox input:checked + .checkboxsquare{
    border-color: #FA775A;
    background-color: #FA775A;
}
.checkbox input:checked + .checkboxsquare svg{
    opacity: 1;
    transform: scale(1);
}
.order-wrapper #msOrder .radio{
    min-height: 1px;
}
input[type="checkbox"].error + div + span{
    color: red;
}
.checkbox input:checked.error + div + span{
    color: #444444;
}
.checkbox p.small{
    padding-left: 38px;
    font-size: 14px;
    color: #444;
}

.checkboxoptionsize{
    display: inline-block;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    width: 80px;
    text-align: center;
    position: relative;
    margin: 0 5px 7px 0;
}
.checkboxoptionsize input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.checkboxoptionsize input + span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #eee;
    transition: border .2s ease-in;
    cursor: pointer;
}
.checkboxoptionsize:hover input + span{
    border-color: #FA775A;
}
.checkboxoptionsize input:checked +span{
    border-color: #FA775A;
    background: #FA775A;
    color: #fff;
}
/* ======= /. custom check and radio ======= */

.for-time-box{
    display: none;
    padding-top: 22px;
}
.timeswitch{
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}
.timeswitch .radio{
    position: absolute;
    left: 5px;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: 300ms all;
    border-radius: 100%;
}
.timeswitch .radio:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.timeswitch:hover .radio{
    border-color: #FA775A;
}
.timeswitch.active .radio{
    border-color: #FA775A;
    background-color: #FA775A;
}
.timeswitch.active .radio:before {
    opacity: 1;
    transform: scale(0.5);
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #FA775A;
    font-weight: bold;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, 
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, 
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #FA775A;
    box-shadow: none;
    color: #fff;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #FA775A !important;
}


.product-carousel{
    margin-bottom: 20px;
    overflow: hidden;
}
.product-carousel > div,
.product-thumb-carousel > div,
.features-carousel > div{
    display: none !important;
}
.product-carousel > div:first-of-type,
.product-carousel.slick-slider > div,
.product-thumb-carousel.slick-slider  > div,
.features-carousel > div:first-of-type,
.features-carousel.slick-slider > div{
    display: block !important;
}
.product-carousel .element{
    position: relative;
}
.product-thumb-carousel-wrapper {
    overflow: hidden;
}
.product-thumb-carousel {
    margin: 0 -10px 20px -8px;
}
.product-thumb-carousel .element{
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.product-thumb-carousel .element:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid #eee;
}
.product-thumb-carousel .slick-current .element:after{
    border-color: #FA775A;
}
.product-thumb-carousel .element:hover{
    opacity: 0.6;
}
.product-gallery{
    margin-bottom: 40px;
}
.product-gallery .element img{
    width: 100%;
}

.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 99;
}
.cloudzoom-zoom {
    border:1px solid #888;
    width:600px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 99;
}
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
    z-index: 99;
    cursor: crosshair;
}
.cloudzoom-caption {
    display:none;
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-size:11px;
}
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 99;
}
.cloudzoom-zoom {
    border:1px solid #888;
    width:600px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 99;
}
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
    z-index: 99;
}
.cloudzoom-caption {
    display:none;
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-size:11px;
}
.cloudzoom-lens + div{
    display: none !important;
}
.product-info{
    padding-left: 20px;
}
.product-info h1{
    font-size: 30px;
    margin-bottom: 20px;
}
.product-info .product-article{
    margin: 0 0 30px;
    color: #222222;
}
.product-info .price-wrap{
    margin-bottom: 30px;
}
.product-info .price{
    font-size: 30px;
    margin: 0 20px 0 0;
}
.product-info .old-price {
    font-size: 22px;
    text-decoration: line-through;
    color: #a7a7a7;
}

.application-buttons-block{
    padding-left: 140px;
    margin-bottom: 10px;
}
.application-buttons-block .element-counter{
    position: absolute;
    top: 0;
    left: 0;
}
.application-buttons-block .element-counter button{
    width: 45px;
    height: 45px;
}
.application-buttons-block .btn{
    padding-top: 0;
    padding-bottom: 0;
    height: 45px;
    line-height: 44px;
    font-size: 13px;
}


.product-gallery .msfavorites{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 300;
    text-decoration: none;
    opacity: 0.7;
}
.product-gallery .msfavorites svg{
    width: 33px;
    height: 33px;
    color: #ff2829;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.product-gallery .msfavorites:hover,
.product-gallery .msfavorites.voted{
    opacity: 1;
}
.product-gallery .msfavorites .msfavorites-active{
    display: none;
}
.product-gallery .msfavorites.voted .msfavorites-active{
    display: inline-block;
}
.product-gallery .msfavorites.voted .msfavorites-noneactive{
    display: none;
}

/* accordeon */
.accordeon .element{
    margin-bottom: 20px;
}
.accordeon .element.char-false.weight-false{
    display: none;
}
.accordeon .element-content{
    display: none;
    color: #555;
    font-size: 14px;
    padding-top: 15px;
}
.accordeon .element .title {
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.accordeon .element.startactive .element-content{
    display: block;
}

.accordeon .element .title span {
    position:absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    display: block;
    cursor: pointer;
}
.accordeon .element .title span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accordeon .element .title span:hover {
    opacity: 1;
}
/* /. accordeon */

.related-products-section{
    background: #F8F8F8;
}
.related-products-section .section-title{
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 50px;
}

/* TABS*/
.box{
    position: fixed;
    top: -99999px;
    left: -99999px;
    opacity: 0;
    width: 1270px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.box.visible{
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
}
ul.tabs {
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
}

ul.tabs li{
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: none;    
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    color: #333333;
    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;
    position: relative;
    padding: 10px 25px;
}
ul.tabs li.current,
ul.tabs li.current:hover{
    border-color: #aaa9ad;
    background: #fff;
    color: #333333;
}
ul.tabs li:hover{
    background: #F6F6F6;
    border-color: #F6F6F6;        
}
ul.tabs li.current:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #fff;
}
.mobile-tab-header{
    display: none;
}
@media (max-width: 767px){
    .mobile-tab-header{
        font-size: 18px;
        text-transform: uppercase;
        padding: 14px 40px 14px 14px;
        color: #ffffff;
        background: #aaa9ad;
        width: 100%;
        position: relative;
        display: block;
    }
    ul.tabs {
        position: relative;
        display: none;
        border: none;
    }
    .mobile-tab-header:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px 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;
    }
    .mobile-tab-header.active:after {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -4px;
    }
    ul.tabs li {
        padding: 17px 15px;
        width: 100%;
        border: 1px solid #E9E9E9;
        border-top: none;
        display: block;
        height: auto;
        text-align: left;
        text-transform: none;
        font-size: 18px;
        text-transform: uppercase;
    }
    ul.tabs li.current{
        display: none;
    } 
    .mobile-tab-header.active + ul.tabs{
        display: block;
    }
}
@media (min-width: 768px){
    .tabs.mobile{
        display: block !important;
    }
    

}
/* /. TABS */
.props_list {
    width: 100%;
}
table.props_list {
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.char_block td {
    text-align: right;
    padding: 2px 0 2px 10px;
}
.props_list td {
    position: relative;
    vertical-align: bottom;
    vertical-align: top;
    background: url(../images/dott.png) repeat-x;
    background-position: left 0 bottom 9px;
    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;
}
.props_list td.char_value {
    overflow: hidden;
    text-overflow: ellipsis;
}
.props_list td.char_value span {
    padding: 0 0 0 10px;
    background: #fff;
    position: relative;
    z-index: 5;
}
@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;
    }
    .props_list .props_item span {
        font-weight: bold;
    }
    .content{
        font-size: 13px;
        line-height: 1.8;
    }
}

@media(max-width:1299px){
    .application-buttons-block .btn{
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width:991px){
    .application-buttons-block .btn{
        font-size: 11px;
    }
    .product-info{
        padding-left: 0;
    }
    .product-carousel .element .fancybox {
        /* position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 30; */
    }
    .accordeon .element-content{
        padding: 10px 45px 0 0;
        font-size: 12px;
    }
    .btn_to_cart svg {
        width: 20px;
        height: 18px;
    }
}



.reviews .element {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-bottom: 40px;
    border-radius: 0;
}
.reviews .element .rev-element-body{
    background: #F8F8F8;
    padding: 32px 22px 30px;
}
.reviews .element .item-icon{
    width: 16px;
    position: absolute;
    left: 22px;
    top: -8px;
    color: #c3c3c3;
}
.reviews .element .rev-element-body:after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #F8F8F8;
    border-top: 10px solid #F8F8F8;
}
.rev-element-footer{
    padding: 20px 0 0 40px;
}
.rev-element-footer .rev-name{
    font-size: 20px;
}
.rating {
    position: relative;
    height: 20px;
    width: 75px;
    color: #CFCFCF;
}
.rating .real {
    position: absolute;
    top: 0;
    left: 0;
    color: #f9ab28;
    width: 0;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.rating.rating1 .real {
    width: 20%;
}

.rating.rating2 .real {
    width: 40%;
}

.rating.rating3 .real {
    width: 60%
}

.rating.rating4 .real {
    width: 80%;
}

.rating.rating5 .real {
    width: 100%;
}

.rev-form .ec-rating-stars span {
    background: transparent;
    width: auto;
    height: auto;
    margin-right: 7px;
}

.ec-rating-stars i {
    cursor: pointer;
    color: #CFCFCF;
    font-size: 20px;
}

.ec-rating-stars .active i,
.ec-rating-stars .active2 i {
    color: #f9ab28;
}

.alert-success {
    background: #d4f5d4;
    padding: 15px;
    border: 1px solid #b3dbb3;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form-group.has-error input {
    border-color: #FF1A00;
}

.product-rating-wrapper {
    margin-bottom: 15px;
}
.item-rating{
    margin-bottom: 5px;
}
.product-rating {
    display: inline-block;
    margin-right: 10px;
}

.product-rating-wrapper .ec-stars,
.item-rating .ec-stars{
    display: inline-block;
    margin: 0;
}

.product-rating-wrapper .ec-stars span,
.item-rating .ec-stars span{
    display: block;
    height: 16px;
    width: 80px;
    background-repeat: repeat-x;
    background-size: 16px;
    color: #CFCFCF;
}

.product-rating-wrapper .ec-stars .real,
.item-rating .ec-stars .real{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    color: #f9ab28;
}

.product-rating-wrapper .rating-counter{
    font-size: 15px;
}
@media(max-width:767px){
    .product-rating-wrapper .rating-counter{
        display: block;
    }
}
.map{
    height: 500px;
}
#mapexMap,
#google-map{
    height: 100%;
}
.contacts-page-block .element{
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 18px;
}
.contacts-page-block .element .fa{
    font-size: 22px;
    position: absolute;
    top: 2px;
    left: 0;
    color: #FA775A;
}
.contacts-page-block .element .fa.fa-map-marker{
    font-size: 26px;
    left: 3px;
}
.contacts-page-block .element .fa.fa-envelope{
    font-size: 20px;
    top: 3px;
}
.contacts-template .content{
    font-size: 18px;
}
.contacts-template .content .information > div{
    margin-bottom: 15px;
}

.mspc_form .form-control{
    width: 265px;
    max-width: 100%;
}
.mspc_btn.btn{
    font-size: 13px;
    padding: 6px 25px;
    background: #aaa9ad;
    border: none;
    color: #fff;
}
.mspc_btn.btn:hover{
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
}
.glyphicon-ok:after{
    content:"Применить";
    font-style: normal;
}
.glyphicon-remove:after{
    content:"Удалить";
    font-style: normal;
}
.btn i.material-icons {
    vertical-align: middle;
    margin: -3px 2px 0;
}
.old_price[style]{
    display: none;
}
#msProduct .old_price, 
#msCart .old_price, 
.ms2_product .old_price{
    color: #fb3543 !important;
}

/* Catalog header */
.catalog-header{
    margin-bottom: 30px;
}
.mse2_sort_wrap{
    width: 340px;
    max-width: 100%;
    position: relative;
    padding-top: 5px;
}
.mse2_sort_header{
    font-size: 14px;
    line-height: 1;
    color: #000000;
    position: relative;
    text-align: left;
}
.mse2_sort_header > b{
    font-weight: bold;
    margin-right: 10px;
}
.mse2_sort_header_title{
    cursor: pointer;
}
.mse2_sort_header_title .element_arrow{
    width: 11px;
    height: 6px;
    position: relative;
    margin-left: 5px;
    top: -1px;
}
.mse2_sort_header_title .element_arrow svg{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
}
.mse2_sort_header_title.hover .element_arrow svg{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -1px;
}
.mse2_sort_wrap #mse2_sort{
    display: none;
    text-align: left;
    position: absolute;
    left: 110px;
    top: 34px;
    z-index: 200;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    visibility:hidden;
    width: 0;
    height: 0;
    overflow:hidden;
    opacity:0;
}
.mse2_sort_wrap #mse2_sort.active{
    visibility: visible;
    width: 220px;
    height: auto;
    overflow: inherit;
    opacity: 1;
}
.mse2_sort_wrap #mse2_sort:before{
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 15px;
}
.mse2_sort_wrap #mse2_sort a{
    display: block;
    padding: 8px 20px 8px 10px;
    font-size: 13px;
    color: #000;
    border-top: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    text-decoration: none;
    position: relative;
}
.mse2_sort_wrap #mse2_sort a:first-of-type{
    border-top: none;
}
.mse2_sort_wrap #mse2_sort a:hover{
    background: rgba(0,0,0,0.08);
    border-top-color: #fff;
}
.mse2_sort_wrap #mse2_sort a:hover + a{
    border-top-color: #fff;
}
.mse2_sort_wrap #mse2_sort a.active{
    color: #414141;
    cursor: pointer;
}
.mse2_sort_wrap #mse2_sort a:after{
    content: "↑";
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0;
    font-size: 16px;
}
.mse2_sort_wrap #mse2_sort a.active:after{
    opacity: 1;
}
.mse2_sort_wrap #mse2_sort a.active[data-dir="desc"]:after{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 8px;
}


@media(max-width: 767px){
    .mse2_sort_wrap{
        width: 300px;
    }
    .mse2_sort_header{
        font-size: 13px;
    }
}


.view-catalog-btns > span{
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    vertical-align: top;
    color: #414141;
    cursor: pointer;
}
.view-catalog-btns > span:hover{
    background: #F1F5F5;
}
.view-catalog-btns > span.active{
    background: #f1f5f5;
    color: #0164A7;
}
/* /. Catalog header */


/* CATALOG ASIDE FILTER */
.filter-item{
    position: relative;
    z-index: 200;
    margin-bottom: 15px;
}
.label-title{
    display: inline-block;
}
.label-title:first-letter{
    text-transform: uppercase;
}
.filter-item-title{
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-weight: bold;
}
.filter-item-title:hover{
    color: #FA775A;
}
.filter-item-title:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter-item.active .filter-item-title:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -1px;
}
.filter-item .item-dropdown{
    display: none;
    padding: 15px 0 0 15px;
}
.filter-item.last .item-dropdown{
    margin-bottom: 0;
}
.filter-item.last{
    margin-bottom: 25px;
}
.filter-item.active .item-dropdown{
    display: block;
    border-top-color: transparent;
}
.filter-customcheck-wrap > div:last-of-type{
    margin-bottom: 0;
}
.filter-customcheck {
    position: relative;
    margin-bottom: 15px;
}
.filter-customcheck input[type=checkbox]{
    position: fixed;  
    top: -100000px;
}
.filter-customcheck input[type=checkbox] + 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: block;
    font-size: 13px;
    padding-right: 15px;
    font-weight: 500;
}
.filter-customcheck input[type=checkbox] + label:before{
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 1px;
    left: 0px;
}
.filter-customcheck input[type=checkbox]:checked + label:before{
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.filter-item fieldset{
    border: none;
    margin: 0;
    padding: 0;
}
.sizefilter .filter-customcheck{
    display: inline-block;
    vertical-align: top;
}
.comiss-filter .filter-customcheck input[type=checkbox] +label{
    display: inline-block;
    border: 1px solid #222222;
    padding: 10px 35px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.comiss-filter .filter-customcheck input[type=checkbox] +label:hover,
.comiss-filter .filter-customcheck input[type=checkbox]:checked + label{
    border-color: #FA775A;
    color: #FA775A;
}
.comiss-filter .filter-customcheck input[type=checkbox] + label:before{
    background: url(../images/check-for-list.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 11px;
    left: 10px;
    opacity: 0;
}
.comiss-filter .filter-customcheck input[type=checkbox]:checked + label:before{
    opacity: 1;
}



/* ui slider*/
.aside-filters-block-inner fieldset{
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}
.aside-filters-block .ui-slider{
    border: none !important;
    height: 6px;
    background: #E9E9E9;
    width: 100%;
    margin: 10px auto;
    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: #FA775A !important;
    border-color: #FA775A !important; 
    top: -4px;
    opacity: 1 !important;
}
.number_slider_wrapper{
    padding: 0 11px 0 3px;
    background: #E9E9E9;
}
.mse2_number_inputs .form-control{
    height: 32px;
    padding-left: 35px;
    margin-bottom: 10px;
}
.mse2_number_inputs label{
    font-size: 14px;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #757575;
}
/*./ ui slider*/

.aside-filters-block .item-dropdown-inner {
    max-height: 290px !important;
    overflow: auto;
}
.reset-filters-btn{
    border: none;
    padding: 0;
    background: transparent;
    color: #000;
    margin-bottom: 20px;
}
.reset-filters-btn.hidden{
    display: none;
}
.reset-filters-btn:hover{
    color: #D12C1C;
}
.reset-filters-btn img{
    margin-top: -2px;
}
.boolean-filters > div:last-of-type {
    display: none !important;
}
.boolean-filters > div:first-of-type {
    display: block !important;
}
.statuses-filters > div:last-of-type > div{
    margin-bottom: 0;
}

@media(max-width: 991px){
    .filters-form-title-xs{
        position: relative;
        background: #eeeeee;
        padding: 14px 40px 14px 20px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 5px;
        border-radius: 2px;
    }
    .filters-form-title-xs:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .filters-form-title-xs.active:after{
        transform: rotate(225deg);
        margin-top: -1px;
    }
    .filters-form-title-xs img{
        margin-right: 10px;
    }
    .aside-filters-block{
        margin: -20px 0 30px;
    }
    .aside-filters-block form > .row > .col-md-3{
        width: 100%;
    }
    .filter-item-title:after{
        width: 100%;
        height: 1px;
        top: auto;
        left: 0;
    }
    .filter-item .item-dropdown{
        position: relative;
        border-top: none;
        box-shadow: none;
        margin-bottom: 0;
    }
    .filters-form{
        display: none;
    }
    .filters-form.active{
        display: block;
    }
    .filter-item-title{
        transition: none;
    }
    .aside-filters-block-inner{
        padding: 15px 15px 0;
        border: 1px solid #eee;
    }
}
/* /. CATALOG ASIDE FILTER */

.action-list .item{
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.action-list .item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.availability-text{
    padding: 20px;
    border: 1px solid #85E1D6;
    background: #EDFFFD;
}
.action-text-block{
    padding: 20px 20px 20px 140px;
    min-height: 140px;
    border: 2px solid #FA775A;
    background: #fffeed;
}
.action-text-block .block-title{
    font-size: 20px;
}
.action-text-block svg{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 20px;
    left: 20px;
    fill: #aaa9ad;
}
.action-text-block .btn{
    margin-bottom: 0;
    padding: 7px 30px;
    font-size: 11px;
}

.currency-icon svg{
    width: 13px;
    height: 17.328px;
    position: relative;
    bottom: -1px;
}

.header-cart .currency-icon svg{
    width: 8px;
    height: 10.656px;
}
.product-info .price .currency-icon svg{
    width: 16px;
    height: 21.328px;
}
.product-info .old-price .currency-icon svg{
    width: 13px;
    height: 17.328px;
}
.delivery_cost .currency-icon svg{
    width: 8px;
    height: 10.656px;
}
.cart-body .element .currency-icon svg{
    width: 10px;
    height: 13.328px;
}
.cart-total-wrapper .currency-icon svg{
    width: 16px;
    height: 21.328;
}
.set-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.set-block .element{
    margin: 0 5px 10px;
}
.set-block .element-inner{
    border: 1px solid #eee;
    padding: 15px;
    height: 100%;
}
.set-block .element-title{
    margin-bottom: 10px;
}
.set-block .price{
    font-size: 20px;
}
.set-block .old-price{
    margin-left: 10px;
    vertical-align: middle;
    text-decoration: line-through;
    color: #a7a7a7;
    font-size: 16px;
}
.set-block .element-inner:hover{
    border-color: #333;
}
.set-block .element-inner:after {
    background: #000;
    border-radius: 50%;
    color: #fff;
    content: '+';
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 31px;
    margin: -15px -19px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 3;
}
.set-block > div:last-of-type .element-inner:after{
    display: none;
}
@media(max-width: 991px){
    .set-block .element-inner:after{
        display: none;
    }
}

.top-panel{
    background: #000;
}
.top-panel-inner{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 13px;
}
.top-panel .left-part{
    display: flex;
}
.top-panel .slogan{
    margin-right: 20px;
}
.top-panel a:hover{
    color: #fff;
}
.city-fields-wrapper a{
    margin-left: 5px;
}

.top-panel-menu > ul > li{
    display: inline-block;
    position: relative;
    margin-left: 15px;
}
.top-panel-menu > ul > li:first-of-type{
    margin-left: 0;
}
.top-panel-menu a{
    color: #999999;
}
.top-panel-menu a:hover{
    color: #fff;
}
.top-panel-menu li.down > a {
    padding-right: 12px;
    position: relative;
}
.top-panel-menu li.down > a:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    right: 0;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.top-panel-menu ul ul{
    display: none;
    position: absolute;
    width: 200px;
    background: #000;
    padding: 15px 15px 10px;
    top: 36px;
    left: 0;
    z-index: 300;
}
.top-panel-menu ul ul li{
    margin-bottom: 5px;
}
.top-panel-menu ul ul:before{
    content:"";
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}
.top-panel-menu ul li:hover > ul{
    display: block;
}
@media(max-width: 991px){
    .top-panel{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    .top-panel-inner{
        height: 30px;
        font-size: 10px;
        line-height: 1.2;
    }
    .top-panel-push{
        height: 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: #aaa9ad; */
    color: #000;
    padding: 10px 0 10px 18px;
    font-size: 14px;
    background: #fff;
    line-height: 1.3;
    border-top: 1px solid #aaa9ad;
    font-weight: bold;
}
.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: #FA775A !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: #FA775A;
}
.aside-menu > ul ul{
    display: none;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 38px;
    width: 18px;
    display: block;
    z-index: 20;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.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);
    margin-top: -1px;
}
.aside-menu > ul ul .dropdown-button{
    height: 32px;
    background: #fff;
}
.aside-menu ul ul .dropdown-button:after{
    top: 17px;
    left: 5px;
}
.aside-menu ul ul .dropdown-button.active:after{
    top: 16px;
}

.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: 15px;
    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 {
    position: relative;
    background: #eeeeee;
    padding: 14px 40px 14px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 2px;
}
.aside-menu-title svg{
    width: 16px;
    height: 16px;
    margin-right: 8px;
    color: #909090;
    position: relative;
    bottom: -4px;
}
.aside-menu-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.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: -2px;
}
@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 .dropdown-button{
        left: 12px;
    }
    .aside-menu ul ul > li > a:before {
        left: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .aside-menu > ul > li.active > a{
        color: #FA775A !important;
    }
}
/* ======= /. ASIDE MENU ======= */

.catalog-slider > div{
    display: none;
}
.catalog-slider > div:first-of-type,
.catalog-slider.slick-slider > div{
    display: block;
}


/* Video */
.video-list .element{
    margin-bottom: 20px;
    background: #fff;
    width: 900px;
    max-width: 100%;
}
.video-list .element .element-img{
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
@media only screen and (max-width: 1289px) {
    .video-list .element .element-img{
        height: 34vw;
    }
}
@media only screen and (max-width: 991px) {
    .video-list .element .element-img{
        height: 46vw;
    }
}
@media only screen and (max-width: 767px) {
    .video-list .element .element-img{
        height: 60vw;
    }
}
.video-list .element .play-block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
}
.video-list .element .play-block span {
    display: inline-block;
    padding: 8px;
    border-radius: 100%;
    background: rgba(255,255,255,0.1);
}
.video-list .element .play-block span i{
    display: inline-block;
    color: #fff;
    font-size: 40px;
    width: 64px;
    height: 64px;
    line-height: 61px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.video-list .element .play-block:hover span i{
    color: #FF121A;
    border-color: #FF121A;
}
.video-list .element .element-content{
    padding: 25px 0;
}

.video-list .element .element-content .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
}
.video-list .element .element-content .text{
    font-size: 15px;
    margin-bottom: 10px;
}
/* /. Video */

.testimonials{
    background: #F9F9F9;
    padding: 40px 90px;
    margin-bottom: 70px;
}
.testimonials .item-inner{
    display: flex;
    flex-wrap: wrap;
}
.testimonials-carousel > div{
    display: none;
}
.testimonials-carousel > div:first-of-type,
.testimonials-carousel.slick-slider > div{
    display: block;
}
.testimonials .item-img{
    margin-right: 100px;
    width: 100px;
    height: 100px;
    position: relative;
}
.testimonials .item-img:after{
    content:"";
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #B9B9B9;
}
.testimonials .item-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.testimonials .item-content{
    width: calc(100% - 250px);
}
.testimonials .item-title{
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.testimonials .slick-prev,
.testimonials .slick-next{
    width: 40px;
    height: 40px;
    top: calc(50% - 50px);
    margin: 0;
    opacity: 0;
}
.testimonials:hover .slick-prev,
.testimonials:hover .slick-next{
    opacity: 1;
}
.testimonials .slick-prev{
    left: -60px;
}
.testimonials .slick-next{
    left: auto;
    right: -60px;
}
.testimonials .slick-prev i, 
.testimonials .slick-next i{
    line-height: 38px;
}
@media(max-width:991px){
    .testimonials{
        padding: 40px;
    }
}
@media(max-width:767px){
    .testimonials .item-img{
        margin-right: 30px;
    }
    .testimonials .item-img:after{
        display: none;
    }
    .testimonials .item-content{
        width: calc(100% - 130px);
    }
    .testimonials .item-text{
        font-size: 12px;
    }
}
@media(max-width:470px){
    .testimonials .item-inner{
        display: block;
    }
    .testimonials .item-img{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .testimonials .item-content{
        width: 100%;
    }
    .testimonials{
        padding: 30px;
    }
    .testimonials h2.upper{
        text-transform: none;
    }
}





.special-goods-wrapper ul.tabs{
    border-bottom: none;
    text-align: center;
}
.special-goods-wrapper ul.tabs li.current::after{
    display: none;
}
.special-goods-wrapper ul.tabs li{
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
}
.special-goods-wrapper ul.tabs li.current, 
.special-goods-wrapper ul.tabs li.current:hover {
    background: #aaa9ad;
    color: #fff;
}
.products-carousel > div{
    display: none;
}
.products-carousel > div:first-of-type,
.products-carousel.slick-slider > div{
    display: block;
}
.products-carousel .slick-track{
    padding: 10px 0;
}
.products-carousel{
    padding-bottom: 50px;
}
.products-carousel .slick-prev{
    margin: 0;
    top: auto;
    bottom: 0;
    left: calc(50% - 50px);
    background: #aaa9ad;
    color: #fff;
    border:none;
}
.products-carousel .slick-next{
    margin: 0;
    top: auto;
    bottom: 0;
    left: auto;
    right: calc(50% - 50px);
    background: #aaa9ad;
    color: #fff;
    border:none;
}
.products-carousel .slick-prev:hover,
.products-carousel .slick-next:hover{
    background: #000;
    color: #fff;
}
@media only screen and (max-width: 767px){
    .mobile-tab-header{
        padding: 14px 40px 14px 14px;
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 0;
    }
    ul.tabs {
        position: relative;
        display: none;
        border: none;
    }
    .mobile-tab-header:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px 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;
    }
    .mobile-tab-header.active:after {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -4px;
    }
    ul.tabs li {
        padding: 15px;
        width: 100%;
        border: 1px solid #E9E9E9;
        border-top: none;
        display: block;
        height: auto;
        text-align: left;
        text-transform: none;
        font-size: 15px;
    }
    ul.tabs li.current{
        display: none;
    } 
    .mobile-tab-header.active + ul.tabs{
        display: block;
        margin: 0 -1px 0;
        width: auto;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .special-goods-wrapper ul.tabs li{
        margin: 0;
        border-bottom: 1px solid #eee;
    }
}
@media only screen and (min-width: 768px){
    .tabs.mobile{
        display: block !important;
    }
}

.connect-buttons{
    position: fixed;
    right: 3px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 40px; 
    height: 40px; 
    color: #fff;
    text-align: center;
    line-height: 40px; 
    font-size: 25px;
    z-index: 999;
}

.connect-buttons a{
    color: #fff;
}

.connect-buttons:before, 
.connect-buttons:after{
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}

.telegram-button {
    bottom: 130px;
    background: #0088cc; 
}

.telegram-button:before,
.telegram-button:after {
    border: 1px solid #0088cc;
}
 
.connect-buttons:after{
    animation-delay: .5s;
}
 
.whatsapp-button {
    bottom: 190px;
    background: #25D366;
}

.max-button{
    bottom: 70px;
    background: #934cd9;
    background-image: url(/assets/template/images/max-logo-2025.png);
    background-size: contain;
}

.whatsapp-button:before,
.whatsapp-button:after {
    border: 1px solid #25D366; 
}

.max-button:before,
.max-button:after {
    border: 1px solid #934cd9; 
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.custom-sizes, .custom-sizes-btn {
    display: flex;
    justify-content: space-between;
}

.custom-sizes > div, .custom-sizes-btn > div {
    width: 49%;
}

.custom-sizes input {
    transition: all 0.2s ease;
}

.custom-sizes input[disabled] {
    opacity: 0.5;
}

.super-animation {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.super-animation::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	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);
}
.super-animation:hover::before {
	-webkit-animation: shine 1.75s;
	animation: shine 1.75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}






.element { 
  background-color: #fff;
}
.towar-animation {

  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  transform-origin: top center;
  will-change: transform;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out;
}
.towar-animation::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(226deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 60%);
  transform: translateY(-20%);
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
}
.towar-animation:hover .towar-animation {
  transform: rotateX(7deg) translateY(-6px);
}
.element:hover .towar-animation::after {
  transform: translateY(0%);
}
.element-card::before {
  display: block;
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  transform-origin: top center;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out, opacity 0.5s ease-in-out;
}
.element-card:hover::before {
  opacity: 0.6;
  transform: rotateX(7deg) translateY(-6px) scale(1.05);
}

.limiter {
  max-height: 50px;
  overflow: hidden;
  position: relative;
}
.limiter .bottom {
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgb(255 217 29 / 0%),
    rgb(255 255 255)90%);
  width: 100%;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
}
.read-more-checker {
    transition: 0.3s;
  opacity: 0;
  position: absolute;
}
.read-more-checker:checked ~ .limiter {
  max-height: none;
}
.read-more-checker:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}

.read-more-checker ~ .read-more-button:hover {
   color: #FA775A;
    cursor: pointer;
    transition: all 200ms ease-out 0s; 
    

}

.read-more-checker ~ .read-more-button:before {
  content: "Развернуть ⇓";
  

    margin-bottom: 15px;
   display:block;
   padding: .3em .3em .3em 0em;
   font-size:1.4em;
   cursor: pointer;
   position: relative;
   border-bottom: 1px solid #e2e8f0;
}
.read-more-checker:checked ~ .read-more-button:before {
  content: "Свернуть ⇑";
}
.read-more-button {
   transition: 0.3s;   
  cursor: pointer;
  display: inline-block;
  color: #000;
}

.grecaptcha-badge{
    visibility: hidden;
}

.product-template iframe {
    width: 100%;
    /*height: 34vw;*/
}

@media(max-width:1200px){
    .product-template iframe {
        width: 100%;
        height: 54vw;
    }
}



.accordion .item-body {
    display: none;
    padding-bottom: 35px;
    font-weight: 300;
}
.accordion .item{
    border-bottom: 1px solid #E5E5E5;
}
.accordion .item:first-child{
    border-top: 1px solid #E5E5E5;
}
.accordion .item-head{
    min-height: 90px;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.accordion .item-title{
    font-size: 24px;
    line-height: 1.35;
    width: calc(100% - 60px);
}
.accordion .item-icon{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out 300ms;
}
.accordion .item-icon svg g{
    stroke: #000;
    transition: all ease-out 200ms;
}
.accordion .item-head:hover .item-icon{
    background: #FA775A;
}
.accordion .item-head:hover .item-icon svg g{
    stroke: #fff;
}
.accordion .item.active .item-icon{
    transform: rotate(45deg);
}
@media(max-width: 991px){
    .accordion .item-head{
        min-height: 80px;
        padding: 12px 0;
    }
    .accordion .item-title{
        font-size: 20px;
    }
    .accordion .item-body {
        padding-bottom: 30px;
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .accordion .item-head{
        min-height: 70px;
        padding: 10px 0;
    }
    .accordion .item-title{
        font-size: 16px;
    }
    .accordion .item-body {
        padding-bottom: 25px;
        font-size: 13px;
    }
}
#tmleftbanner a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 5px;
}
#tmleftbanner ul {
    margin-bottom: 0;
}

.aside-banners {
    margin-top: 30px;
    padding-right: 5px;
}
@media(max-width: 991px) {
    .aside-banners {
        display:none;
    }
}

.сategories-title {
    padding: 8px 22px;
    font-size: 19px;
    line-height: 1.2;
    z-index: 10;
    color: #f4f8fa;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 200ms ease-out;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #414141a1; */
    background-color: rgb(65,65,65, 0.8);
    position: absolute;
    border-radius: 5px;
    margin-top: -60px;
}

#exampleSize .modal-content {
    width: 560px;
    max-width: 100%;
    background: #fff;
    padding: 35px 35px 40px;
}
#exampleSize .modal-body {
    padding: 15px;
}

#exampleSize .modal-title {
    display: inline-block;
}

#exampleSize .close {
    float: right;
}

.quickview .modal-dialog {
    max-width: 900px;
}

.quickview .modal-header {
    display:none;
}

.quickview .modal-body {
    padding: 40px;
}

.quickview .modal-body .bootstrap-dialog-close-button {
    top: 0;
    right: -25px;
    position: absolute;
}

.quickview .product-thumb-carousel > div {
    display: block !important;
}

.quickview .slick-prev, .slick-next {
    display: none;
}



.catalog-section .main-column .shop-categories .item {
    padding: 0 5px 10px;
}

.catalog-section .main-column .shop-categories .item .сategories-title {
    padding: 8px 8px;
    text-align: center;
    border-radius: 0px;
    height: 87px;
    margin-top: -87px;
}

#projects_carousel .slick-slide {
    margin: 10px;
}

.msfavorites.product-card-icon .msfavorites-noneactive,
.msfavorites.product-card-icon .msfavorites-active,
.product-card-img-wrapper .quickview.product-card-icon{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    display: inline-block;
}

.msfavorites.product-card-icon .msfavorites-noneactive{
    background-image: url(/assets/template/images/heart-icon-transparent.png);
}

.msfavorites.product-card-icon .msfavorites-active{
    background-image: url(/assets/template/images/heart-icon-fill.png);
}

.product-card-img-wrapper .quickview.product-card-icon{
    background-image: url(/assets/template/images/eye-icon-20.png);
    right: 10px !important;
    background-position: 50%;
    top: 35px !important;
}

.product-page-ask-question-block{
    margin-top: 5px;
}

.product-page-ask-question-title{
    font-size: 20px;
    font-weight: 700;
}

.product-page-ask-question-sub-title{
    margin-top: 5px;
    color: #6e6e6e;
}

.product-page-ask-question-buttons{
    margin-top: 10px;
}

.product-page-ask-question-buttons a{
    display: inline-block;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 0 8px;
}

.product-page-ask-question-buttons a.whatsapp{
    background-color: #2fab5d;
}

.product-page-ask-question-buttons a.telegram{
    background-color: #0088cc;
}

.product-page-ask-question-buttons a.max{
    background-color: #934cd9;
}

.product-page-gallery-info-row .product-page-button{
    background-color: #FA775A !important;
    color: #fff !important;
}

.product-page-gallery-info-row .product-page-button:hover{
    background-color: #f9603e !important;
    color: #fff !important;
}

@media (max-width: 768px){
	.header .logo{
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.header .header-contacts{
		padding: 10px 0;
	}
	.header .header-contacts .element-phone a{
		font-weight: 700;
	}
	.header .header-bottom{
		padding-bottom: 0px;
	}
	.header-top.fixed + .header-top-push, 
	.middle-section.catalog-section .push30{
		height: 0px !important;
	}
	.middle-section.catalog-section .breadcrumb{
	    margin-top: 10px;
		margin-bottom: 10px;
	}
	.catalog .element .msfavorites.product-card-icon{
	    opacity: 1 !important;
	    transform: translateY(0px) !important;
	}
	.catalog .element .quickview.product-card-icon{
	    display: none !important;
	}
}

@media (max-width: 768px){
	.main-column .catalog .row.rows .col-xs-6{
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.main-column .shop-categories{
		margin-top: 30px;
	}
	.catalog .product-card .element-content .product-card-row-info{
		flex-wrap: wrap;
		margin-bottom: 5px;
	}
	.catalog .product-card .element-content .product-card-row-title{
		font-size: 13px;
		height: 70px;
	}
	.catalog .product-card .btns-block .product-card-button-add-cart{
		width: 100%;
	}
	.catalog .product-card .element-content .product-card-old-price{
		font-size: 14px;
	}
	.cart-body .cart-total-wrapper a{
        width: 100%;
    }
    .cart-body .element .element-img{
        width: 138px;
        height: 138px;
    }
    .product-page-info-block .mobile-tab-header{
        display: none;
    }
    .product-page-info-block ul.tabs{
        display: flex !important;
        flex-wrap: wrap;
    }
    .product-page-info-block ul.tabs li{
        width: auto;
        padding: 7px;
        border: 1px solid #959595;
        border-top: 1px solid #959595;
        margin-bottom: 5px;
        margin-right: 5px;
        font-size: 13px;
        border-radius: 10px;
    }
    .product-page-info-block ul.tabs li.current{
        display: block !important;
        border: 1px solid #fa775a;
    }
    .product-page-info-block ul.tabs li.current:after{
        display: none;
    }
    .top-panel .top-panel-inner .city-fields-wrapper{
        display: none;
    }
    .korzina h1{
        margin-bottom: 5px;
        font-size: 25px;
    }
    .korzina jdiv{
        display: none;
    }
    .korzina .breadcrumb{
        margin-bottom: 0px;
    }
    .korzina .push30{
        height: 5px;
    }
    .korzina .cart-total-wrapper{
        position: fixed;
        bottom: 0px;
        left: 0px;
        box-shadow: 0px 0px 24px -4px rgb(34 60 80 / 30%);
        background-color: #fff;
        z-index: 10000;
        width: 100%;
    }
    .korzina .cart-body{
        margin-bottom: 100px;
    }
    .korzina .cart-total-wrapper .f20{
        font-size: 16px;
        width: 90%;
        margin-left: 5%;
    }
    .korzina .cart-total-wrapper .push20{
        height: 10px;
    }
    .korzina .cart-total-wrapper a{
        width: 92%;
        margin-left: 4%;
    }
    .korzina .cart-total-wrapper hr, 
    .korzina #up{
        display: none !important;
    }
    .korzina .cart-body .subelement2 .text{
        min-height: 50px;
    }
    .not_empty .header-cart-content{
        display: block;
    }
    .not_empty .header-cart-title{
        position: absolute;
        left: -2px;
        font-size: 10px;
        bottom: -15px;
    }
    .not_empty .header-cart-summ{
        display: none;
    }
    .header-banner.mobile .title-h1.title{
        font-size: 21px;
        background-color:#fa775a;
        margin-top: 270px;
        padding: 5px 10px;
    }
    .catalog-section h1{
        font-size: 25px;
        line-height: 1.2;
    }
    .header-address span{
        font-size: 14px;
    }
    .top-panel-inner .slogan{
        font-size: 12px;
    }
    .header-top.fixed{
        position: relative !important;
    }
    .korzina footer, .korzina .footer-push{
        display: none;
    }
}

@media (max-width: 400px){
	.catalog .product-card .element-content .product-card-row-title{
		font-size: 12px;
	}
	.catalog .element .element-content{
	    padding: 15px 8px;
	}
}

@media (max-width: 380px){
	.catalog .product-card .element-content .product-card-old-price{
		font-size: 12px;
	}
	.catalog .product-card .element-content .product-card-row-title{
		font-size: 12px;
	}
}

.content .inner-page-content p, 
.content .inner-page-content li,
.product-page-info-block .box .content,
.product-page-info-block .box .delivery-information,
.product-page-info-block .box .video-list{
    line-height: 29px;
}

@media (min-width: 1280px){
    .content .inner-page-content, 
    .product-page-info-block .box .content,
    .product-page-info-block .box .delivery-information,
    .product-page-info-block .box .video-list,
    .popular-question-block{
        width: 80%;
    }
    .header-banner{
        width: 1240px;
        margin: auto;
    }
}

.popular-question-block{
    font-size: 16px;
}

.popular-question{
    margin-top: 20px;
}

.popular-question-answer{
    margin-top: 15px;
    padding-left: 30px;
    color: #5e5e5e;
    font-weight: 700;
}

.catalog-additional-info{
    font-size: 15px;
}

.product-info .btn.product-page-button,
.cart-body .cart-total-wrapper a{
    background-color: #FA775A;
    color: #fff;
}

.product-info .btn.product-page-button:hover,
.cart-body .cart-total-wrapper a:hover{
    background-color: #FFF;
    color: #FA775A;
}

.cart-body .cart-total-wrapper form{
    display: none !important;
}

.na-akkumulyatore .product-card .img-wrapper:before,
.s-podogrevom .product-card .img-wrapper:before,
.s-chasami .product-card .img-wrapper:before{
    content: '';
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

.na-akkumulyatore .product-card .img-wrapper:before{
    width: 30px;
    height: 60px;
    background-image: url(/assets/template/images/akkum-indikator.svg);
}

.s-podogrevom .product-card .img-wrapper:before{
    width: 48px;
    height: 48px;
    background-image: url(/assets/template/images/heating-indikator.png);
}

.s-chasami .product-card .img-wrapper:before{
    width: 100px;
    height: 62px;
    background-image: url(/assets/template/images/chasi-indikator.jpg);
}

.card-additional-option .card-additional-custom-check{
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin-right: 3px;
}

.product-info .card-additional-option .card-additional-option-image{
    width: 50px;
    height: 50px;
}

.product-info .card-additional-title{
    font-weight: 700;
    font-size: 16px;
}

.product-rating-wrapper .ec-stars span.default, 
.item-rating .ec-stars span.default{
    background-image: url(/assets/template/images/star-gray-icon.png);
}

.product-rating-wrapper .ec-stars span.real,
.item-rating .ec-stars span.real{
    background-image: url(/assets/template/images/star-gold-icon.png);
}

.order-informer{
    background-color: #ef846d;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
}

.korzina .order-informer{
    display: inline-block !important;
}

.header-mega-menu-Title{
    font-weight: 700;
    font-size: 17px;
    color: #ee765a;
    margin-bottom: 7px;
}

.header-mega-menu nav .header-mega-menu-Block a{
    margin-bottom: 10px;
    font-size: 13px;
    padding-left: 10px;
}

.header-mega-menu nav{
    display: flex;
}

.hide-anti-spam-field .n-message{
    border: 0px solid #fff;
    height: 0px;
    padding: 0px;
}

.header-banner .slider-btn-wrapper .btn{
    opacity: 0.7;
}

.custom-mirror-form{
    margin-top: 20px;
}

.custom-mirror-form .custom-mirror-form-title{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.custom-mirror-form .custom-mirror-form-sub-title{
    margin-bottom: 15px;
    text-align: center;
    color: #747474;
}    

.custom-mirror-form .custom-mirror-form-btn{
    margin: auto;
    width: 300px;
    display: block;
    border-radius: 10px;
    background-color: #fa775a;
    border: 0px;
    margin-top: 10px;
}

.custom-mirror-form .custom-mirror-form-btn:hover{
    color: #fff;
}

.header-social-icons{
    width: 25px;
    height: 25px;
    background-size: 25px;
    margin-right: 3px;
    display: inline-block;
    background-repeat: no-repeat;
}

.header-social-icons.vk{
    background-image: url(/assets/template/images/vk-icon.png);
    background-size: 33px;
    background-position: 50%;
}

.header-social-icons.rutube{
    background-image: url(/assets/template/images/rutube-icon.png);
}

.header-social-icons.max{
    background-image: url(/assets/template/images/max-logo-2025.png);
}

.header-social-icons-container{
    margin-top: 10px;
}

.product-page-info-block .video-list.visible{
    min-height: 650px;
}

@media (max-width: 768px){
    .header-social-icons-container{
        display: none;
    }
    a.header-phones-link-custom{
        color: #fa775a !important;
        font-size: 16px;
    }
    .header-contacts .header-phones svg{
        color: #fa785b;
    }
    .product-page-info-block .video-list.visible{
        min-height: 350px;
    }
    .custom-mirror-form .custom-mirror-form-title{
        font-size: 20px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.logo-description{
    display: block; 
}

@media (min-width: 768px){
    .logo-description{
        color: #fa775a;
    }
}

.product-card-label-size{
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: #fa775a;
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
}

.cart-custom-vidget{
    overflow: hidden;
    padding: 10px;
    background-color: #fa775a;
    position: relative;
    z-index: 1000;
    position: fixed;
}

@media (min-width: 768px){
    .cart-custom-vidget{
        bottom: 90px;
        left: 20px;
        border-radius: 10px;
        width: 450px;
    }
}

@media (max-width: 768px){
    .cart-custom-vidget{
        bottom: 0px;
        left: 0px;
    }
    .product-template .cart-custom-vidget{
        position: relative;
    }
}

.cart-custom-vidget-inner{
    display: flex;
    flex-wrap: nowrap;
}

.cart-custom-vidget .cart-vidget-icon{
    width: 10%;
    padding-top: 9px;
}

.cart-custom-vidget .cart-vidget-icon svg{
    fill: #fff;
}

.cart-custom-vidget .cart-vidget-content{
    color: #fff;
    font-size: 12px;
    width: 60%;
}

.cart-custom-vidget .cart-vidget-buttons{
    width: 30%;
}

.cart-custom-vidget .cart-vidget-buttons a{
    color: #000;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    line-height: 40px;
    font-weight: 700;
    height: 40px;
}

.korzina .cart-custom-vidget, 
.make-order-page .cart-custom-vidget{
    display: none !important;
}

.footer-menu-link-attention{
    color: #fff !important;
    background-color: #fa775a;
    padding: 5px;
    border-radius: 5px;
}

.filter-purpose-button{
    display: none;
}

.main-catalog .filter-purpose-button{
    display: block;
}
