@charset "UTF-8";
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.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;
}
.element.public-email a {color:#1941a0;}
.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%;
    
}
.footer-push{
    height: 500px;
}
.footer-wrapper{
    min-height: 100px;
    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:nth-of-type(2){
    padding-left: 16px;
}
.footer-menu > ul > li{
    display: inline-block;
    width:48%;
    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: #F05A23;
}
.footer-menu > ul > li > a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.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: #F05A23;
}
.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:nth-of-type(1){
        margin-bottom: 20px;
    }
    .footer-menu > ul > li:nth-of-type(2) {
        padding-left: 0;
    }
    .footer-phone{
        display: block;
    }
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #222222;
    overflow-x: hidden;
}
blockquote{
    border-left: 3px solid #F05A23;
    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: 30px;
        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: #1b9e52;
    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: #F05A23;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #F05A23;
    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 #F05A23;
}
.btn:hover{
    background: transparent;
    color: #F05A23;
    border-color: #F05A23;
}
.btn.invert{
    background: transparent;
    color: #F05A23;
    border-color: #F05A23;
}
.btn.invert:hover{
    color: #fff;
    background: #F05A23;
    border-color: #F05A23;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.disabled,
.btn.disabled:hover{
    background: #dadada;
    border-color: #dadada;
    color: #1c1c1b;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 560px;
    max-width: 100%;
    background: #fff;
    padding: 35px 35px 40px;
}
.modal .btn{
    margin-bottom: 0;
}
.label-box {
    height: 48px;
    font-size: 20px;
    line-height: 1;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
@media(max-width:767px){
    .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: 3px;
    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: #F05A23;
    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: #F05A23;
    border-color: #F05A23;
}
.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: #F05A23;
    border-color: #F05A23;
}
/* /. 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 #F05A23;
}
.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: #F05A23;
    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: #F05A23;
    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: #F05A23 !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: 54px;
    left: -240px;
    height: 100%;
    width: 240px;
    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: #F05A23;
    height: 100%;
}
.overlay {
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    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: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 16px;
    left: 16px;
    border-bottom: 1px solid #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: #DA450E;
}
.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: 300;
}
.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: #F05A23;
    -webkit-filter: contrast(110%);
    filter: contrast(110%);
}
.mobile-menu ul ul .dropdown-button{
    height: 38px;
    width: 38px;
}
.mobile-menu ul ul .dropdown-button:before{
    content: "+";
    width: 12px;
    height: 10px;
    line-height: 10px;
    top: 50% !important;
    left: 50%;
    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{
    z-index: 1000;
    background: #fff;
}
.header-top-inner{
    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: #F05A23;
}

.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;
}
.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: #F05A23;
}
.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: 115px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
    border-top: 1px solid #eee;
    position: relative;
    z-index: 100;
}
.base-template .header-bottom {
    box-shadow: 0 0 4px rgb(0 0 0 / 5%);
}
.logo{
       display: inline-block;
    padding: 15px 0 20px;
    /* position: absolute; */
    width: 500px;
}
.cell {    text-align: left;}
.element.tel a{     font-size: 21px;color:#1941a0;font-weight: 600;}
.header-phones{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: left;
}
.header-bottom-inner {display:flex;
display: flex;
    align-items: center;
    justify-content: space-between;}
.header-phones .element{
    font-size: 24px;
    line-height: 1.3;
}
.header-phones .element + .element.public-email{
    padding-top: 10px;
}
.header-phones .element.public-email{
    font-size: inherit;
}
.callback-element a{
    display: inline-block;
    color: #fff;
    border: 1px solid #F05A23;
    background: #F05A23;
    padding: 4px 15px;
    font-size: 13px;
}
.callback-element a:hover{
    color: #fff;
    border-color: #2C2C2C;
    background-color: #2C2C2C;
}
.header-cart-bar{
      display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    color:#1941a0;
}
.header-search-btn{
    display: inline-block;
    position: relative;
    margin-right: 20px;
    line-height: 1;
    bottom: -3px;
}
.header-search-btn svg path{
    fill: #919191;
}
.header-search-btn:hover svg path{
    fill: #F05A23;
}
.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:hover svg path{
    fill: #F05A23;
}
.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;
}
#msMiniCart .not_empty {
    display: none;
}
#msMiniCart.full .not_empty {
    display: block;
}
#msMiniCart.full .empty {
    display: none;
}
.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: #F05A23;
}
.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: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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: #F05A23;
    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: #F05A23;
    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{
 display: inline-block;
    padding: 75px 0 10px;
    /* position: absolute; */
    width: 500px;
}
    .header-cart-bar{
       position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* top: 10px; */
    /* bottom: 10px; */
    height: 64px;
    /* padding: 10px 0; */
    background: #fff;
    width: auto;
    border-bottom: 1px solid #eee;
    }
    .header-bottom{
        
        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 #F05A23;
    }
    .header-search-btn svg{
        width: 20px;
        height: 20px;
        position: relative;
        bottom: -6px;
    }
    .header-search-btn svg path {
        fill: #F05A23 !important;
        opacity: 1;
    }
    .header-search-block{
        position: fixed;
        height: 54px;
        top: 0;
        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 #F05A23;
    }
    .header-favorites svg path {
        fill: #F05A23 !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 #F05A23;
    }
    .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: #F05A23 !important;
        opacity: 1;
        width: 23px;
        height: 25px;
        right: -7px;
        position: relative;
    }
    .header-phones {
        position: static;
        text-align: center;
        margin-bottom: 25px;
    }
    .header-phones .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 #F05A23;
        color: #F05A23;
    }
    .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-inner {
        height: 50vw;
        padding-bottom: 2vw;
    }
    .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{
    margin: 0 -10px 0;
}
.shop-categories .item {
    display: inline-block;
    width: 25%;
    padding: 0 10px 20px;
    vertical-align: top;
}
.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{
    
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    padding: 0 20px;
    font-size: 19px;
    line-height: 1.2;
    z-index: 10;
    color: #000;
    height: 48px;
    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: #F05A23;
}
@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: 7vw;
        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;
    text-align: center;
    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 .img-wrapper{
    position: relative;
}
.catalog .element .img-wrapper img{
    width: 100%;
}
.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{
    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 .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: #fb3543;
}
.label-block-action{
    background: #8A191B;
}
.label-block-new{
    background: #96d642;
}
.label-block-popular{
    background: #000;
}
.catalog .element .element-content{
    padding: 15px;
}
.catalog .element .element-title{
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
}
.catalog .element .price{
    font-size: 22px;
    vertical-align: middle;
}
.catalog .element .old-price{
    margin-left: 10px;
    vertical-align: middle;
    text-decoration: line-through;
    color: #a7a7a7;
    font-size: 16px;
}
.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: #F05A23;
    border-color: #F05A23;
    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 > div{
    display: none;
}
.catalog-carousel > div:first-of-type,
.catalog-carousel.alick-slider > div{
    display: block;
}
.catalog-carousel{
    margin-bottom: 80px;
}
.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: #F05A23;
}
.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;
    }
    .catalog-carousel .slick-prev,
    .catalog-carousel .slick-next{
        top: -35px;
    }
}
@media(max-width: 499px){
    .catalog > .row > .col-xs-6{
        width: 100%;
    }
}
/* /. 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: #F05A23;
}
.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: 14px;
    line-height: 1.6;
    color: #a9a9a9;
}
.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 .item{
    display: flex;
    margin: 0 0 20px;
}
.brands .item .logotype{
    padding: 15px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

/* 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: #F05A23;
    padding: 5px 10px;
    position: absolute;
    left: -10px;
    top: 20px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    z-index: 2;
}
.blog-date-m{
    text-transform: uppercase;
}
.blog-date:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-top-style: solid;
    border-top-width: 10px;
    border-left: 10px solid transparent;
    border-right: 0 solid transparent;
    border-top-color: #da450e;
}
.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: #F05A23;
}
.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: #F05A23 !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,
.cart-body .element .element-price,
.cart-body .element .element-counter{
    height: 100px;
}
.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 a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}



@media only screen and (max-width: 767px) {
    .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: #F05A23;
    border-color: #F05A23;
}
.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: #F05A23;
}
.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: #F05A23;
    background-color: #F05A23;
}
.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: #F05A23;
    background-color: #F05A23;
}
.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: 43px;
    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: #F05A23;
}
.checkboxoptionsize input:checked +span{
    border-color: #F05A23;
    background: #F05A23;
    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: #F05A23;
}
.timeswitch.active .radio{
    border-color: #F05A23;
    background-color: #F05A23;
}
.timeswitch.active .radio:before {
    opacity: 1;
    transform: scale(0.5);
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #F05A23;
    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: #F05A23;
    box-shadow: none;
    color: #fff;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #F05A23 !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 -12px 20px -10px;
}
.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: 1px solid #eee;
}
.product-thumb-carousel .slick-current .element:after{
    border-color: #F05A23;
}
.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-family: sans-serif;
    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-family: sans-serif;
    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{
    display: none;
}
.box.visible{
    display: block;
}
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: 14px;
    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 35px;
}
ul.tabs li.current,
ul.tabs li.current:hover{
    border-color: #d5d5d5;
    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: #F05A23;
        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(max-width:1299px){
    .application-buttons-block .btn{
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width:991px){
	.header-cart-bar {
    gap: 10px;
}
    .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;
    }
}

@media only screen and (max-width: 767px) {
	
	.logo {
    display: inline-block;
    padding: 75px 0 10px;
    /* position: absolute; */
    margin: auto;
}
    .props_list .props_item span {
        font-weight: bold;
    }
    .content{
        font-size: 13px;
        line-height: 1.8;
    }
    .char_block .props_list tr {
        margin-bottom: 5px;
        display: flex;
        align-items: end;
        font-size: 12px;
    }
    .accordeon .element-content{
        padding: 20px 0;
    }
    .content{
        font-size: 13px;
        line-height: 1.8;
    }
}

.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: 74px;
    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;
}

.product-rating {
    display: inline-block;
    margin-right: 10px;
}

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

.product-rating-wrapper .ec-stars span {
    background: transparent!important;
    display: block;
    height: 20px;
    width: auto;
    color: #CFCFCF;
}

.product-rating-wrapper .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: #F05A23;
}
.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: #F05A23;
    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;
    width: 220px;
    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);
}
.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: 11px;
    }
}


.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;
    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: #F05A23;
}
.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;
    width: 100%;
    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: #F05A23;
    color: #F05A23;
}
.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: #F05A23 !important;
    border-color: #F05A23 !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 */


/* ======= 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: #222;
    padding: 10px 0 10px 18px;
    font-size: 14px;
    background: #fff;
    line-height: 1.3;
    border-top: 1px solid #ededed;
    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: #F05A23 !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: #F05A23;
}
.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: #F05A23 !important;
    }
}
/* ======= /. ASIDE MENU ======= */



.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);
}
.action-list .item img{
    width: 100%;
}
.availability-text{
    padding: 20px;
    border: 1px solid #85E1D6;
    background: #EDFFFD;
}
.action-text-block{
    padding: 20px 20px 20px 140px;
    min-height: 140px;
    border: 2px solid #F05A23;
    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: #F05A23;
}
.action-text-block .btn{
    margin-bottom: 0;
    padding: 7px 30px;
    font-size: 11px;
}

svg.currency-icon{
    width: 13px;
    height: 17.328px;
    position: relative;
    bottom: -1px;
}
.old-price svg.currency-icon{
    width: 10px;
    height: 13.328px;
}
.header-cart svg.currency-icon{
    width: 8px;
    height: 10.656px;
}
.product-info .price svg.currency-icon{
    width: 16px;
    height: 21.328px;
}
.product-info .old-price svg.currency-icon{
    width: 13px;
    height: 17.328px;
}
.delivery_cost svg.currency-icon{
    width: 8px;
    height: 10.656px;
}
.cart-body .element svg.currency-icon{
    width: 10px;
    height: 13.328px;
}
.cart-total-wrapper svg.currency-icon{
    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;
    }
	.header-bottom {
    min-height: auto;}
}
@media(max-width: 481px){
    .element.tel a {
    font-size: 21px;
    color: #000;}
	.logo {
    display: inline-block;
    padding: 130px 0 15px;}
	.header-cart-bar {
    height: auto;}
    .header-cart-bar .cell:first-child{
      display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    width: 100%;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #eee;
    }
    .header-cart-bar {
   gap: 0px;
    flex-wrap: wrap;}
	  .header-cart-bar .cell:last-child{
        margin:auto;    padding: 10px 0;
    }
	
}




