@charset "utf-8";
@font-face {
    font-family: Inter;
    src: url(../fonts/Interregular.woff2) format("woff2"), url(../fonts/Interregular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: SuisseIntl-Book;
    src: url(../fonts/SuisseIntl-Book-WebXL.woff2) format("woff2"), url(../fonts/SuisseIntl-Book-WebXL.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
@font-face {
    font-family: SuisseIntl-Book;
    src: url(../fonts/SuisseIntl-Book-WebXL.woff2) format("woff2"), url(../fonts/SuisseIntl-Book-WebXL.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

.ff-inter {
    font-family: Inter, sans-serif;
}

.ff-suisse {
    font-family: SuisseIntl-Book, sans-serif;
}
body{
    font-family: Inter, sans-serif;
    color: #14316a;
    font-size: 16px;
    line-height: 1.6;
}
@media(min-width:1920px){
    body{
        background: linear-gradient(to right, #F7F7F8 50%, #FFFFFF 50%);
    }
}
body.overflow_hidden {
    height: 100vh;
    min-height: 100vh;
}

h1,
.title-h1 {
    letter-spacing: -.02em;
    font-size: 46px;
    font-family: SuisseIntl-Book,sans-serif;
    line-height: 1.2;
    margin-bottom: 30px;
}

h2,
.title-h2 {
    letter-spacing: -.02em;
    font-size: 32px;
    font-family: SuisseIntl-Book,sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}

h3,
.title-h3 {
    letter-spacing: -.02em;
    font-size: 22px;
    font-family: SuisseIntl-Book,sans-serif;
    line-height: 1.3;
    margin-bottom: 20px;
}

h4,
.title-h4 {
    letter-spacing: -.02em;
    font-size: 18px;
    font-family: SuisseIntl-Book,sans-serif;
    line-height: 1.3;
    margin-bottom: 10px;
}
h5,
.title-h5 {
    font-size: 18px;
    line-height: 1.17;
    font-family: SuisseIntl-Book,sans-serif;
    margin-bottom: 10px;
}

@media(max-width: 1229px) {
    h1,
    .title-h1 {
        font-size: 44px;
    }

    h2,
    .title-h2 {
        font-size: 30px;
    }
}

@media(max-width: 991px) {
    h1,
    .title-h1 {
        font-size: 36px;
    }

    h2,
    .title-h2 {
        font-size: 26px;
    }
}

@media(max-width: 767px) {
    h1,
    .title-h1 {
        font-size: 28px;
    }

    h2,
    .title-h2 {
        font-size: 22px;
    }
    h3,
    .title-h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    h4,
    .title-h4 {
        font-size: 16px;
    }
    h5,
    .title-h5{
        font-size: 16px;
    }
}

a {
    color: #5CA242;
}

a:hover {
    color: #333;
}

.btn{
    display: inline-block;
    border: 1px solid #5CA242;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-family: SuisseIntl-Book,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition-property: border-color,color,background-color;
    transition-duration: .2s;
    background-color: #5CA242;
    color: #fff;
    padding: 9px 15px;
}
.btn:hover {
    transition-duration: .1s;
    background-color: #dc0005;
    border-color: #dc0005;
    color: #fff;
}
.btn.white-btn{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.btn.white-btn:hover{
    background-color: #fff;
    border-color: #5CA242;
    color: #5CA242;
}
.btn.gray-btn{
    background-color: #F7F7F8;
    border-color: #f7f7f8;
    color: #000;
}
.btn.gray-btn:hover{
    background-color: #F7F7F8;
    border-color: #5CA242;
    color: #5CA242;
}

/* Header */
.header {
    box-shadow: 0 2px 12px rgb(0 0 0 / 10%);
    background: #22212a;
    position: relative;
    z-index: 500;
}
.header-inner{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1875px;
    margin: auto;
}
.header-left{
    display: flex;
    align-items: center;
}
.header-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-logo{
    margin-right: 30px;
}
.header-logo img {
    max-width: 118px;
}
.header-menu > ul > li{
    display: inline-block;
    margin-right: 25px;
}
.header-menu > ul > li:last-of-type{
    margin-right: 0;
}
.header-menu a{
    letter-spacing: -.02em;
    text-decoration: none;
    font-size: 13px;
    color: #f5f5f5;
}
.header-menu > ul > li.active > a,
.header-menu > ul > li > a:hover{
    color: #5CA242;
}


.header-messengers{
    margin-right: 30px;
}
.messengers-buttons a{
    width: 48px;
    height: 48px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    vertical-align: middle;
    border: 3px solid #22212a;
    position: relative;
}
/*.messengers-buttons a:before {
    content: "";
    position: absolute;
    left: -9px;
    bottom: -10px;
    border-right: 16px solid #eee;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transform: rotate(316deg);
}*/
.messengers-buttons .telegram-link{
    background: #1A91CC;
}
.messengers-buttons .whatsapp-link{
    background: #1BBE42;
}
.messengers-buttons .viber-link{
    background: #8E62B5;
}
.messengers-buttons .header-feedback-link{
    display: inline-flex;
    background: #31c409;
    color: #fff;
}
.messengers-buttons a img{
    height: 14px;
}
.messengers-buttons a.whatsapp-link img{
    height: 16px;
}
.messengers-buttons a:hover{
    transform: translateY(-3px);
}

.header-phone-wrapper{
    position: relative;
    top: -1px;
}
.header-phone{
    margin-bottom: 3px;
}
.header-phone a{
    color: #f5f5f5;
    font-size: 16px;
    line-height: 1.2;
    font-family: SuisseIntl-Book,sans-serif;
}
.header-phone a:hover{
    color: #5CA242;
}
.call-time{
    color: #858a93;
    letter-spacing: -.03em;
    font-size: 12px;
    line-height: 1.2;
}
.header-favorites{
    text-align: center;
    margin-left: 30px;
}
.header-favorites svg{
    width: 16px;
}
.header-favorites-icon {
    color: #fff;
    display: inline-block;
    position: relative;
    bottom: -3px;
}
.header-favorites .favorites_count{
    top: -6px;
    right: -9px;
    background: #5CA242;
    color: #fff;
    position: absolute;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    padding: 2px 4px;
    border-radius: 10px;
    min-width: 15px;
}
.header-favorites-text{
    white-space: nowrap;
    display: block;
    font-size: 12px;
    color: #858a93;
}
.header-favorites svg path{
    transition: all ease-out 300ms;
}
.header-favorites:hover svg path {
    fill: #5CA242;
}

.header-cart {
    font-size: 12px;
    color: #000;
    position: relative;
    margin-left: 20px;
    text-align: center;
    margin-right: 10px;
    bottom: -2px;
}
.header-cart-icon{
    color: #fff;
    display: inline-block;
    position: relative;
    bottom: -1px;
}
.header-cart svg{
    width: 18px;
}
.header-cart .ms2_total_count {
    top: -7px;
    right: -9px;
    background: #5CA242;
    color: #fff;
    position: absolute;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    padding: 2px 4px;
    border-radius: 10px;
    min-width: 15px;
}
#msMiniCart.header-cart .not_empty { 
    display: none; 
}
#msMiniCart.header-cart.full .empty{ 
    display: none; 
}
#msMiniCart.header-cart.full .not_empty{ 
    display: block;
}
.header-cart > div{
    align-items: center;
}
.header-cart .cart-text{
    white-space: nowrap;
    margin-left: 5px;
    display: block;
    font-size: 12px;
    color: #858a93;
}
.header-cart .not_empty:hover .cart-text{
    text-decoration: underline;
}
.header-burger{
    display: none;
}
/* /. Header */


/* Sidebar and main-col */
.main-content{
    flex-grow: 1;
    display: flex;
    position: relative;
}
@media(min-width:1921px){
    .main-content{
        justify-content: center;
    }
}
.left-sidebar{
    flex-shrink: 0;
    width: 320px;
}
.center-column{
    flex-grow: 1;
    width: 100%;
    max-width: calc(100% - 320px);
    background: #fff;
}
@media(min-width:1920px){
    .center-column{
        max-width: 1590px;
    }
}
.center-column-container{
    padding: 40px 30px;
}
.left-sidebar-inner{
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.left-sidebar-item{
    height: 100%;
    background-color: #f5f5f5;
}
.left-sidebar-item-inner{
    position: sticky;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media(min-width:1920px){
    .left-sidebar-item-inner{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.sidebar-search{
    margin-bottom: 20px;
    position: relative;
    padding: 0 15px;
}
.sidebar-search input[type=text] {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e9eaec;
    background: #fff;
    border-radius: 6px;
    padding: 13px 45px 13px 13px;
    font-family: SuisseIntl-Book,sans-serif;
    color: #282f40;
}
.sidebar-search input[type=text]:focus{
    border-color: #858a93;
}
.sidebar-search [type=submit] {
    position: absolute;
    display: block;
    top: 0;
    right: 28px;
    text-indent: -100000px;
    height: 100%;
    width: 24px;
    background: url(../images/search-icon.svg) 50% 50% / 24px 24px no-repeat;
    border: none;
    transition: all 200ms ease-out;
    opacity: 0.6;
}
.sidebar-search [type=submit]:hover{
    opacity: 1;
}
.sidebar-nav > ul > li{
    position: relative;
    padding: 12px 36px 13px 16px;
    cursor: pointer;
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 24px auto;
    align-items: center;
    transition: all ease-out 300ms;
}
.sidebar-nav > ul > li picture{
    width: 24px;
    height: 28px;
    line-height: 1;
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.sidebar-nav > ul > li picture img{
    max-width: 100%;
    max-height: 100%;
}
.sidebar-nav > ul > li > a{
    color: #000;
    display: block;
}
.sidebar-nav > ul > li > a:hover{
    color: #5CA242;
}
.sidebar-nav > ul > li:not(.down){
    padding: 0 0 0 16px;
    flex-wrap: wrap;
}
.sidebar-nav > ul > li:not(.down) > a{
    padding: 12px 36px 13px 0;
    width: calc(100% - 52px);
}
.sidebar-nav > ul > li:not(.down) > picture{
}
.sidebar-nav > ul > li.active,
.sidebar-nav > ul > li:hover{
    background: #E9EAEC;
}
.sidebar-nav > ul > li:not(:first-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 48px;
    height: 1px;
    background-color: #e9eaec;
    transition: all ease-out 300ms;
}
.sidebar-nav > ul > li:hover +li:after,
.sidebar-nav > ul > li.active +li:after{
    opacity: 0;
}
.sidebar-nav > ul > li.down:before{
    content: "";
    position: absolute;
    top: 15px;
    right: 11px;
    opacity: .3;
    width: 24px;
    height: 24px;
    background-image: url(../images/down-icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(-90deg);
    transition-property: opacity;
    transition-duration: .2s;
}
.sidebar-nav > ul > li.down:hover:before{
    opacity: 1;
}
.sidebar-nav > ul > li.down > span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sidebar-nav > ul > li > span{
    position: absolute;
}
.sidebar-nav > ul > li.down > a{
    position: relative;
    z-index: 2;
}
.sidebar-nav-sub{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    z-index: -1;
    background-color: #e9eaec;
    transition-property: transform;
    transition-duration: .2s;
    will-change: transform;
}
.sidebar-nav-sub.active {
    transform: translateX(320px);
}
.sidebar-nav-sub-inner{
    position: sticky;
    top: 0;
    background-color: #e9eaec;
    height: 100%;
    max-height: 100vh;
    overflow: auto;
}
.left-sidebar-layer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
}
.left-sidebar-layer.active{
    opacity: 1;
    bottom: 0;
    z-index: 100;
    transition-property: opacity;
    transition-duration: .2s;
}
@media(min-width:1921px){
    .left-sidebar-layer{
        left: 35%;
    }
}

.sidebar-nav-sub-header{
    padding: 15px 15px 12px 45px;
    text-align: center;
    position: relative;
}
.sidebar-nav-sub-close{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    cursor: pointer;
}
.sidebar-nav-sub-close:before{
    content: "";
    position: absolute;
    top: 18px;
    left: 16px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: rgba(40,47,64,.2);
    background-image: url(../images/sidebar-nav-sub-close-icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}
.sidebar-nav-sub-close:hover:before{
    background-color: rgba(40,47,64,.5);
    transition-duration: .1s;
}
.sidebar-nav-sub-title{
    display: none;
    font-family: SuisseIntl-Book,sans-serif;
    letter-spacing: -.02em;
    font-size: 22px;
    color: #000;
    line-height: 1.4;
}
.sidebar-nav-sub-title:hover{
    color: #5CA242;
}
.sidebar-nav-sub-title.active{
    display: inline-block;
}
.sidebar-nav-sub-list{
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.sidebar-nav-sub-list .col{
    display: none;
}
.sidebar-nav-sub-list .col.active{
    display: block;
}
.sidebar-nav-sub-list-item{
    display: block;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
}
.sidebar-nav-sub-list .item-title{
    color: #000;
    display: block;
    letter-spacing: -.02em;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 7px;
}
.sidebar-nav-sub-list-item:hover{
    background: #fff;
}
.sidebar-nav-sub-list-item:hover .item-title{
    color: #5CA242;
}

.sidebar-nav-sub-footer{
    padding: 15px 15px 40px;
}
.sidebar-nav-sub-footer-button{
    display: none;
    border: 1px solid #e9eaec;
    border-radius: 6px;
    width: 100%;
    padding: 14px;
    background-color: #f7f7f8;
    text-align: center;
    font-family: SuisseIntl-Book,sans-serif;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}
.sidebar-nav-sub-footer-button.active{
    display: block;
}
.sidebar-nav-sub-footer-button:hover{
    color: #5CA242;
    border-color: #5CA242;
}
.menu-box{
    display: none;
}
.menu-box-title{
    letter-spacing: -.03em;
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin: 0 16px 6px;
    color: #858a93;
}
.menu-box ul a{
    display: inline-block;
    padding: 2px 16px;
    font-family: SuisseIntl-Book,sans-serif;
    color: #000;
}
.menu-box ul a:hover{
    color: #5CA242;
}
.sidebar-contacts-wrapper{
    display: none;
}
/* /. Sidebar and main-col */

@media (max-width: 1278px){
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .header-inner{
        height: 60px;
    }
    .main-content{
        display: block;
        padding-top: 60px;
    }
    .header-menu{
        display: none;
    }
    .header-logo{
        margin-right: 0;
    }
    .header-left{
        width: 40%;
    }
    .header-right{
        width: 60%;
    }
    .left-sidebar{
        width: 100%;
    }
    .center-column{
        max-width: 100%;
    }
    .left-sidebar-layer{
        position: fixed;
        top: -100px;
    }
    .left-sidebar-layer.active{
        bottom: -100px;
    }
    .left-sidebar-inner{
        position: fixed;
        top: 60px;
        bottom: 0;
        left: -320px;
        width: 320px;
        height: auto;
    }
    .left-sidebar-inner.active .left-sidebar-item{
        transform: translateX(320px);
        transition-property: transform;
        transition-duration: .2s;
    }
    .sidebar-nav-sub{
        transition-duration: .2s;
    }
    .left-sidebar-inner.active .sidebar-nav-sub{
        transform: translateX(320px);
    }
    .left-sidebar-inner.active .sidebar-nav-sub.active{
        transform: translateX(640px);
    }
    .left-sidebar-item-inner{
        position: static;
        overflow-y: auto;
        height: 100%;
    }
    .sidebar-nav-sub-inner{
        position: static;
        overflow-y: auto;
        height: 100%;
    }
    .menu-box {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .header-burger {
        position: relative;
        display: block;
        overflow: hidden;
        height: 52px;
        width: 46px;
        background-image: url(../images/burger-icon.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 12px 14px;
        cursor: pointer;
        left: -10px;
    }
    .header-burger:before{
        content: "";
        position: absolute;
        top: 3px;
        left: 1px;
        width: 46px;
        height: 46px;
        opacity: 0;
        background-image: url(../images/close-sidebar.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        transform: scale(.7);
    }
    .header-burger.active{
        background: 0 0;
    }
    .header-burger.active:before{
        opacity: 1;
        transform: scale(1);
        transition-property: transform,opacity;
        transition-duration: .2s;
    }
    .header-messengers{
        margin-right: 20px;
    }
    .messengers-buttons a:before{
        display: none;
    }
    .messengers-buttons a {
        width: 38px;
        height: 38px;
        border: none;
    }
}
@media(max-width: 991px){
    .center-column-container{
        padding: 30px 15px;
    }
    .header-favorites{
        margin-left: 20px;
    }
    .header-cart{
        margin-right: 0;
        margin-left: 10px;
    }
    .header-favorites-text,
    .header-cart .cart-text,
    .call-time{
        font-size: 10px;
    }
    .header-favorites-icon{
        bottom: -7px;
    }
    .header-cart-icon{
        bottom: -4px;
    }
    .header-phone{
        margin-bottom: 2px;
    }
    .header-messengers{
        margin-right: 15px;
    }
    .messengers-buttons a {
        width: 32px;
        height: 32px;
    }
}

@media(max-width: 767px){
    .header-left,
    .header-right{
        width: auto;
    }
    .header-phone-wrapper{
        display: none;
    }
    .header-favorites{
        margin-left: 0;
    }
    .header-cart{
        margin-right: 0;
        margin-left: 20px;
    }
    .header-favorites-text,
    .header-cart .cart-text{
        display: none;
    }
    .sidebar-contacts .sidebar-phone a{
        color: #282f40;
        font-size: 16px;
        line-height: 1.2;
        font-family: SuisseIntl-Book,sans-serif;
    }
    .sidebar-email a{
        color: #282f40;
        font-size: 14px;
        line-height: 1.2;
        font-family: SuisseIntl-Book,sans-serif;
        text-decoration: underline;
    }
    .header-messengers{
        display: none;
    }
    .sidebar-contacts-wrapper{
        display: block;
        padding: 15px;
        margin: 15px 0 0;
    }
    .sidebar-contacts{
        margin-bottom: 25px
    }
    .messengers-buttons a{
        margin-left: 0;
        margin-right: 6px;
        width: 38px;
        height: 38px;
    }
}
@media(max-width: 638px){
    .left-sidebar-inner.active .sidebar-nav-sub{
        transform: translateX(0);
        z-index: 1;
    }
    .left-sidebar-inner.active .sidebar-nav-sub.active{
        transform: translateX(320px);
    }
}

/* Top slider */
.top-slider-wrapper{
    margin-bottom: 30px;
}
.top-slider > div:not(:first-of-type){
    display: none;
}
.top-slider .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.top-slider .slick-slide {
    height: inherit;
}
.top-slider .item-inner{
    display: flex;
    min-height: 380px;
    padding: 15px 80px;
    justify-content: center;
    align-items: center;
    background: #e9eaec;
    height: 100%;
}
.top-slider .item-content{
    padding-right: 30px;
}
.top-slider .item-title{
    margin-bottom: 10px;
    letter-spacing: -.02em;
    font-size: 46px;
    line-height: 1.1;
    font-family: SuisseIntl-Book,sans-serif;
}
.top-slider .item-description{
    letter-spacing: -.01em;
    font-size: 16px;
    line-height: 1.2;
}
.top-slider .item-btn{
    margin-top: 30px;
}
.top-slider .slick-prev{
    background: #e9eaec;
    left: -15px;
}
.top-slider .slick-next{
    background: #e9eaec;
    right: -15px;
}
.top-slider .slick-prev:after, 
.top-slider .slick-next:after{
    border-left-color: #929292;
    border-bottom-color: #929292;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
    background: #5CA242;
}
.top-slider .slick-prev:hover:after, 
.top-slider .slick-next:hover:after{
    border-left-color: #fff;
    border-bottom-color: #fff;
}
.top-slider .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -35px;
}
@media(min-width:1279px){
    .top-slider-wrapper{
        padding: 30px 30px 0;
    }
    .top-slider-wrapper .item-inner{
        border-radius: 6px;
        overflow: hidden;
    }
    .top-slider{
        margin-left: -5px;
        margin-right: -5px;
    }
    .top-slider .item{
        border-radius: 6px;
        overflow: hidden;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media(max-width:1278px){
    .top-slider .slick-prev{
        left: 25px;
    }
    .top-slider .slick-next{
        right: 25px;
    }
}
@media(max-width: 991px){
    .top-slider .item-title{
        font-size: 26px;
    }
    .top-slider .item-description{
        font-size: 14px;
    }
}
@media(max-width: 638px){
    .top-slider .item-inner{
        padding: 15px;
        flex-wrap: wrap;
        text-align: center;
    }
    .top-slider .item-content{
        padding-right: 0;
        order: 2;
        margin-bottom: 15px;
    }
    .top-slider .item-img{
        margin-bottom: 30px;
    }
}
/* /. Top slider */


/* catalog */
.catalog-carousel-wrapper{
    margin-left: -5px;
    margin-right: -5px;
}
.catalog-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.catalog-carousel .slick-slide {
    height: inherit;
}
.catalog{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.catalog.catalog-carousel{
    display: block;
}
.catalog.catalog-carousel > div:not(:first-of-type){
    display: none;
}
.catalog.catalog-carousel .col{
    padding: 10px 5px;
}
.catalog .item{
    background: #FFFFFF;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all ease-out 300ms;
    height: 100%;
    padding-bottom: 70px;
    border-radius: 10px;
}
.catalog-carousel .item{
    max-width: 300px;
}
.catalog-carousel.slick-slider .item{
    max-width: inherit;
}
.catalog .item:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 10px rgba(0, 0, 0, 0.25);
}
.catalog .item-img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    aspect-ratio: 1/1.1;
}
.catalog .item-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #f2f2f2;
}
.catalog .item .item-favorites{
    position: absolute;
    top: 10px;
    right: 10px;
}
.catalog .item .msfavorites{
    position: relative;
    z-index: 30;
    text-decoration: none;
    color: #2c2c2c;
    display: inline-block;
}
.catalog .item .msfavorites svg{
    width: 26px;
    height: 26px;
    transition: all 200ms ease-out;
}
.catalog .item .msfavorites svg path{
    fill:#FF2C46;
}
.catalog .item .msfavorites:hover{
    color: #FF2C46;
}
.catalog .item .msfavorites.voted svg{
    color: #FF2C46;
}
.catalog .item .msfavorites .msfavorites-active{
    display: none;
}
.catalog .item .msfavorites.voted .msfavorites-active{
    display: inline-block;
}
.catalog .item .msfavorites.voted .msfavorites-noneactive{
    display: none;
}
.catalog .item-discount{
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
    padding: 0 12px 0 6px;
    font-family: SuisseIntl-Book,sans-serif;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
}
.catalog .item-discount:after{
    position: absolute;
    content: "";
    z-index: -1;
    top: 0px;
    right: 0;
    width: 31px;
    height: 25px;
    background-image: url(../images/discount-after.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.catalog .item-discount::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 12px;
    z-index: -1;
    background-color: #ff2c46;
    border-radius: 3px;
}
.catalog .item-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}
.catalog .item-article{
    font-size: 10px;
    line-height: 132.2%;
    color: #9e9e9e;
}
.catalog .item-title{
    font-size: 17px;
    line-height: 132.2%;
    padding: 5px 20px;
    margin-bottom: 10px;
    font-family: SuisseIntl-Book,sans-serif;
    color: #5CA242;
}
.catalog .item-size{
    font-size: 12px;
    line-height: 132.2%;
    padding: 0 20px 8px;
    color: #7C7C7C;
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
} 

.catalog .item-size span{
    background: #fff;
    z-index: 1;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.catalog .item-size span:first-child{
    padding: 0 10px 0 0px;
}
.catalog .item-size span:last-child{
    padding: 0 0px 0 10px;
    color:#000;
    text-align: right;
}
.catalog .item-size:before{
    background-image: url(../images/line.svg);
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 3px;
    bottom: 10px;
}
.catalog .item-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    padding: 0 20px 7px;
    align-items: flex-start;
    flex-direction: column;
}
.catalog .product-old-price{
    display: inline-block;
    padding: 0 5px;
    background: #E9EAEC;
    margin-right: 10px;
    font-size: 12px;
    line-height: 132.2%;
    color: #000;
    position: relative;
    border-radius: 2px;
    top: -1px;
    right: 00px;
}
.catalog .product-old-price:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    right: 2px;
    height: 1px;
    background: #5CA242;
}
.catalog .product-price {
    font-family: SuisseIntl-Book,sans-serif;
    font-size: 23px;
    color:#ff2c46;
    font-weight: 700;
}

.catalog .item-avl span{
    font-size: 10px;
    line-height: 132.2%;
}
span.avl-true{
    color: #19a774;
}
span.avl-false{
    color: #FF0000;
}

.catalog .item .ec-stars{
    position: absolute;
    bottom: 10px;
    right: 0;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    margin: 10px 10px 0 8px !important;
    display: inline-block;
}
.catalog .item .ec-stars > div{
    background:transparent!important;
    display:flex;
    flex-wrap: wrap;
    height:16px;
    width:auto;
}
.catalog .item .ec-stars .real{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:16px;
    white-space:nowrap;
    overflow:hidden;
}
.catalog .item .ec-stars svg{
    display: block;
    width: 20px;
    height: 16px;
}
.btn-mini-order{
    z-index: 11;
    position: relative;
    position: absolute;
    right: 20px;
    bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-mini-cart{
    z-index: 11;
    position: absolute;
    right: 20px;
    bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-mini-cart svg{
    width: 25px;
    height: 25px;
}
.btn-mini-order svg{
    width: 25px;
    height: 25px;
    transform:rotate(270deg);
    fill:#fff;
}
@media(max-width: 991px){
    .catalog{
        grid-gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 767px){
    .catalog{
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 499px){
    .catalog{
        grid-template-columns: 1fr;
    }
}
/* /. catalog */

/* informers-t1 */
.informers-t1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 50px;
}
.informers-t1 .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F7F7F8;
    border-radius: 6px;
}
.informers-t1 .item-img{
    width: 250px;
    height: 100%;
    min-height: 220px;
}
.informers-t1 .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.informers-t1 .item-content{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 250px);
}
.informers-t1 .item-title{
    font-family: SuisseIntl-Book, sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}
.informers-t1 .item-btn{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background: #5CA242;
    color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
}
.informers-t1 .item-btn svg{
    fill: #fff;
    margin-left: 5px;
}
.informers-t1 .item-btn:hover{
    background: #333333;
}
@media(max-width: 1799px){
    .informers-t1 .item-title{
        font-size: 26px;
    }
}
@media(max-width: 991px){
    .informers-t1{
        grid-template-columns: 1fr;
    }
}
@media(max-width: 767px){
    .informers-t1 .item{
        justify-content: flex-end;
    }
    .informers-t1 .item-title{
        font-size: 20px;
    }
    .informers-t1 .item-content{
        padding: 30px 15px 15px;
        display: block;
        width: 100%;
    }
    .informers-t1 .item-title{
        font-size: 22px;
        margin-bottom: 20px;
    }
}
/* /.informers-t1 */

/* features */
.features{
    margin-bottom: 50px;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    background: #F7F7F8;
    border-radius: 6px;
    padding: 25px;
}
.features .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features .item-icon{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F8;
    border: 1px solid #E9EAEC;
    border-radius: 50%;
}
.features .item-icon img{
    width: 26px;
}
.features .item-content{
    width: calc(100% - 80px);
}
.features .item-title{
    font-family: SuisseIntl-Book;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin: 15px 0 10px;
}
.features .item-description{
    font-size: 12px;
}
@media(max-width: 1799px){
    .features .item-title{
        font-size: 18px;
        margin: 16px 0 5px;
    }
    .features .item-icon{
        width: 50px;
        height: 50px;
    }
    .features .item-icon img{
        width: 24px;
    }
    .features .item-content{
        width: calc(100% - 60px);
    }
}
@media(max-width: 1299px){
    .features{
        padding: 20px;
    }
    .features .item-description{
        font-size: 11px;
    }
}
@media(max-width: 991px){
    .features{
        padding: 15px;
        grid-gap: 10px;
    }
    .features .item-description{
        font-size: 10px;
    }
    .features .item-icon{
        width: 40px;
        height: 40px;
    }
    .features .item-icon img{
        width: 20px;
    }
    .features .item-content{
        width: calc(100% - 50px);
    }
    .features .item-title{
        font-size: 16px;
        margin: 10px 0 5px;
    }
}
@media(max-width: 767px){
    .features{
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .features .item-description{
        font-size: 13px;
    }
    .features .item-title{
        font-size: 18px;
    }
}
/* /. features */

/* logotypes-carousel */
.logotypes-section .logotypes {
    background: #f7f7f8;
    border-radius: 10px;
    padding: 40px 100px;
}
.logotypes-carousel{
    margin-left: -20px;
    margin-right: -20px;
}
.logotypes-carousel .col{
    padding-left: 20px;
    padding-right: 20px;
}
.logotypes-carousel > div{
    display: none;
}
.logotypes-carousel.slick-slider > div{
    display: block;
}
.logotypes-section .slick-prev{
    left: -60px;
    background: #E9EAEC;
}
.logotypes-section .slick-next{
    right: -60px;
    background: #E9EAEC;
}
.logotypes-section .slick-prev:hover,
.logotypes-section .slick-next:hover{
    background: #5CA242;
}
.logotypes-section .item{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logotypes-section .item img{
    transition: all 200ms ease-out;
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.3;
}
.logotypes-section .item:hover img{
    opacity: 1;
    filter: none;
}
.logotypes-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.logotypes-carousel .slick-slide {
    height: inherit;
}
@media(max-width:767px){
    .logotypes-section .logotypes{
        padding: 20px;
    }
}
/* /. logotypes-carousel */


/* footer */
.footer {
    padding: 60px 0 40px;
    background: #22212a;
    color: #f5f5f5;
}
.footer a:not(.btn){
    text-decoration: underline;
    color: #f5f5f5;
}
.footer a:hover{
    text-decoration: none;
}
.footer-inner{
    display: grid;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 4fr;
    font-size: 14px;
}
.footer .btn{
    background-color: #F7F7F8;
    border-color: #bfbfbf;
    color: #000;
    display: inline-flex;
    align-items: center;
}
.footer .btn svg{
    width: 17px;
    margin-right: 6px;
}
.footer-phone{
    padding-top: 15px;
}
.footer .footer-phone a{
    font-family: SuisseIntl-Book, sans-serif;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}
.footer .footer-phone a:hover{
    color: #5CA242;
}
@media(min-width:1920px){
    .footer-inner{
        max-width: 1905px;
        margin: auto;
    }
}
.footer-nav-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
.footer-nav-title{
    font-family: SuisseIntl-Book, sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.footer-nav li{
    margin-bottom: 10px;
    font-size: 13px;
}
.footer .item-last-item .footer-nav + .item-content{
    margin-top: 30px;
}
.footer .first-item-content{
    margin-top: 20px;
    font-size: 13px;
}
.footer-logo a{
    display: block;
}
.footer .development,
.footer .item-content{
    font-size: 13px;
}

.footer .social-links{
    padding-top: 35px;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a {
    margin-right: 6px;
    color: #bfbfbf !important;
    background: #fff;
    text-decoration: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:4px;
}
.social-links a:hover{
    color: #fff !important;
}
.social-links .vk_link:hover{background:#5880B7;}
.social-links .fb_link:hover{color:#fff;background:#415897;}
.social-links .tw_link:hover{background:#40A0F1;}
.social-links .inst_link:hover{background:#8838A4;}
.social-links .yutb_link:hover{background:#F50000;}
.social-links .ok_link:hover{background:#EE811C;}

@media(max-width: 1299px){
    .footer-inner{
        grid-gap: 65px;
    }
    .footer {
        padding: 40px 0;
    }
    .footer-inner{
        font-size: 13px;
    }
    .footer-nav li{
        font-size: 12px;
    }
    .footer-nav-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1.5fr;
    }
    .footer-nav-title{
        font-size: 17px;
    }
    .footer .first-item-content,
    .footer .development, 
    .footer .item-content{
        font-size: 12px;
    }
}
@media(max-width: 991px){
    .footer-inner{
        grid-template-columns: 1fr;
    }
}
@media(max-width: 767px){
    .footer-nav-wrapper{
        grid-template-columns: 1fr;
    }
    .footer-inner {
        grid-gap: 30px;
    }
    .footer{
        padding: 60px 0 80px;
    }
}
/* /. footer */

/* news */
.news-section{
    padding: 50px 0 15px;
}
.news{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.news-carousel-wrapper{
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    margin-top: -60px;
}
.news.news-carousel.slick-slider{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.news-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.news-carousel .slick-slide {
    height: inherit;
}
.news.news-carousel.slick-slider .col{
    padding-left: 15px;
    padding-right: 15px;
}
.news.news-carousel > div{
    display: none;
}
.news.news-carousel > div:first-of-type,
.news.news-carousel.slick-slider > div{
    display: block;
}
.news-carousel .slick-prev{
    left: auto;
    right: 65px;
    top: -60px;
    margin: 0;
}
.news-carousel .slick-next{
    right: 15px;
    top: -60px;
    margin: 0;
}
.news .item{
    background: #F7F7F8;
    border-radius: 6px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.news .item-inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.more-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 6px;
}
.more-btn svg {
    fill: #fff;
    margin-left: 5px;
}
.news .item-img{
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.news .item-img img{
    display: block;
    width: 100%;
    transition: all ease-out 300ms;
}
.news .item-content{
    padding: 15px;
    border: 1px solid #E9EAEC;
    border-top: none;
    border-radius: 0 0 6px 6px;
    flex: 1 0 auto;
}
.news .item-date{
    font-size: 12px;
    margin-bottom: 10px;
    color: #868686;
}
.news .item-title{
    font-family: SuisseIntl-Book, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: all ease-out 300ms;
}
.news .item-text{
    font-size: 12px;
}
.news .item:hover .item-title{
    color: #5CA242;
}
.news .item:hover .item-img img{
    transform: scale(1.1) rotate(5deg);
}
.neighbors{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media(max-width:1649px){
    .news{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width:991px){
    .news{
        grid-gap: 20px;
    }
    .news .item-text {
        font-size: 12px;
    }
    .news.news-carousel.slick-slider{
        margin-left: -10px;
        margin-right: -10px;
    }
    .news.news-carousel.slick-slider .col{
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-carousel .slick-prev{
        right: 55px;
    }
    .news-carousel .slick-next{
        right: 10px;
    }
}
@media(max-width:767px){
    .news{
        grid-template-columns: repeat(2, 1fr);
    }
    .neighbors{
        font-size: 11px;
    }
}
@media(max-width:499px){
    .news{
        grid-template-columns: 1fr;
    }
}
/* /. news */

.content-section{
    margin-top: 40px;
    font-size: 14px;
}
@media(max-width:767px){
    .content{
        font-size: 13px;
        line-height: 1.8;
    }
    .content-section{
        margin-top: 20px;
    }
}

/* pagination */
.pagination{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination li:first-of-type:before{
    content:"";
    display: block;
    width: 100%;
    height: 30px;
}
.pagination li:last-of-type:after{
    content:"";
    display: block;
    width: 100%;
    height: 30px;
}
.pagination li{
    display: inline-block;
    margin-right: 3px;
}
.pagination li:last-of-type{
    margin-right: 0;
}
.pagination li > span{
    cursor: default;
}
.pagination li > a, 
.pagination li > span {
    display: inline-flex;
    position: relative;
    line-height: 1;
    color: #2c3238;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    margin-right: 2px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.pagination li:first-child > a,
.pagination li:first-child > span{
    margin-left: 0;
}
.pagination li > a:hover{
    background-color: #EEEEEE;
}
.pagination .active > a, 
.pagination .active > a:hover{
    background-color: #5CA242;
    color: #fff;
    border-color: #5CA242;
    cursor: default;
}
/* /. pagination */

/* categories-links */
.categories-links{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
    font-family: SuisseIntl-Book,sans-serif;
}
.categories-links li{
    margin-bottom: 5px;
}
.categories-links a{
    color: #858a93;
}
.categories-links ul > li:first-of-type{
    margin-bottom: 10px;
}
.categories-links ul > li:first-of-type a{
    letter-spacing: -.02em;
    font-size: 22px;
    line-height: 28px;
    color: #000;
}
.categories-links a:hover,
.categories-links ul > li:first-of-type a:hover{
    color: #5CA242;
}
@media(max-width:1649px){
    .categories-links{
        grid-gap: 25px;
    }
    .categories-links a{
        font-size: 14px;
    }
    .categories-links ul > li:first-of-type a{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .categories-links{
        grid-template-columns: repeat(3, 1fr);
    }
    .categories-links li{
        margin-bottom: 2px;
    }
    .categories-links ul > li:first-of-type{
        margin-bottom: 5px;
    }
}
@media(max-width:767px){
    .categories-links{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20;
    }
    .categories-links a{
        font-size: 13px;
    }
    .categories-links ul > li:first-of-type a{
        font-size: 16px;
    }
}
/* /. categories-links */

/* Breadcrumbs */
.breadcrumb{
    margin: 0 0 30px;
    font-size: 14px;
}
.breadcrumb > li {
    display: inline;
    color: #858a93;
    white-space: nowrap;
}
.breadcrumb > li > a{
    text-decoration: none;
    color: #858a93;
    display: inline-flex;
    align-items: center;
}
.breadcrumb > li > a:after{
    content: '';
    display: inline-block;
    background: url(../images/breadcrumb-arrow.svg) 0 0 no-repeat;
    margin-left: 4px;
    width: 20px;
    height: 20px;
}
.breadcrumb > li > a:hover{
    color: #5CA242;
}
@media(max-width: 991px){
    .breadcrumb{
        display: flex;
        overflow: auto;
    }
}
/* /. Breadcrumbs */


/* categories-items */
.categories-items-wrapper{
    margin-bottom: 40px;
}
.categories-items{
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    padding: 15px 10px 0;
    background-color: #f7f7f8;
    border: 1px solid #E9EAEC;
}
.categories-items .col{
    display: inline-flex;
    margin: 0 5px 15px;
    width: 146px;
}
.categories-items .item{
    text-decoration: none;
    display: block;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    color: #000;
    background: #fff;
    text-align: center;
    border: 1px solid transparent;
}
.categories-items .item-title{
    display: block;
    letter-spacing: -.02em;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 8px;
}
.categories-items .item:hover,
.categories-items .item.active{
    border-color: #E9EAEC;
    color: #5CA242;
}
@media(max-width: 991px){
    .categories-items-wrapper{
        display: flex;
        overflow: auto;
    }
    .categories-items{
        flex-wrap: nowrap;
    }
}
/* ./ categories-items */

/* catalog-wrapper and catalog sidebar */
.catalog-wrapper,
.product-page-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog-sidebar{
    width: 290px;
}
.catalog-inner{
    width: calc(100% - 320px);
}
.catalog.cols3{
    grid-template-columns: repeat(3, 1fr);
}
@media(max-width: 1599px){
    .catalog-sidebar{
        width: 21%;
        padding-left: 20px;
    }
    .catalog-inner{
        width: 79%;
    }
    .catalog .product-price{
        font-size: 19px;
    }
}
@media(max-width: 1369px){
    .catalog.cols3{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 1279px){
    .catalog.cols3{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 991px){
    .catalog-inner{
        width: 100%;
        order: 2;
    }
    .catalog-sidebar{
        width: 100%;
        order: 1;
        margin-bottom: 40px;
        padding-left: 0;
    }
    .catalog-sidebar-inner {
        position: fixed;
        top: -100px;
        bottom: -100px;
        padding: 100px 0;
        right: -320px;
        width: 320px;
        max-width:100%;
        background-color: #f7f7f8;
        z-index: 600;
    }
    .catalog-sidebar-inner.active{
        transform: translateX(-320px);
        transition-property: transform;
        transition-duration: .2s;
    }
    .catalog-sidebar-filters{
        position: relative;
        height: 100%;
        overflow-y: auto;
        padding: 30px 20px;
    }
    .catalog-sidebar-filters {
        padding-top: 0;
    }
    .catalog-sidebar-inner-overlay{
        background-color: rgba(0,0,0,.5);
        position: fixed;
        top: -100px;
        bottom: -100px;
        left: 0;
        right: 0;
        z-index: -1;
        opacity: 0;
        transition: opacity ease-out 300ms;
    }
    .catalog-sidebar-inner.active + .catalog-sidebar-inner-overlay{
        z-index: 500;
        opacity: 1;
    }
    .catalog-sidebar-close-btn{
        background: url(../images/close-sidebar.svg) 0 0 /100% no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        opacity: .5;
        width: 40px;
        height: 40px;
    }
}
@media(max-width: 767px){
    .catalog.cols3{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 499px){
    .catalog.cols3{
        grid-template-columns: 1fr;
    }
}
/* /. catalog-wrapper and catalog sidebar */


/* product page */
.product-page-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.rating-favorites-block {
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: -5px;
}
.product-page-header h1 {
    width: calc(100% - 220px);
    font-size: 36px;
}
.product-rating {
    width: 120px;
}
.rating-favorites-block .favorites-btn-wrapper {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.rating-favorites-block a{
    color: #A8A8A8;
}
.rating-favorites-block a:hover{
    color: #D75D56;
}
.rating-favorites-block .msfavorites .msfavorites-active{
    display: none;
}
.rating-favorites-block .msfavorites.voted .msfavorites-active{
    display: block;
}
.rating-favorites-block .msfavorites.voted .msfavorites-noneactive{
    display: none;
}
.rating-favorites-block .msfavorites.voted svg {
    color: #cf2929;
}
.product-rating .ec-stars{
    position: relative;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    margin: 0 !important;
}
.product-rating .ec-stars > div{
    background:transparent!important;
    display:flex;
    flex-wrap: wrap;
    height:22px;
    width:auto;
}
.product-rating .ec-stars .real{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:22px;
    white-space:nowrap;
    overflow:hidden;
}
.product-rating .ec-stars svg{
    display: block;
    width: 24px;
    height: 22px;
}

.product-page-sidebar{
    width: 50%;
    padding-left: 40px;
}
.product-page-inner{
    width: 50%;
}
@media(min-width: 992px){
    .product-page-sidebar-inner{
        position: sticky;
        top: 20px;
    }
}
@media(max-width: 992px){
    #product_header .product-page-header{
        display: none;
    }
}


.product-carousel-wrapper{
    margin-bottom: 40px;
}
.product-carousel > div:not(:first-of-type){
    display: none;
}
.product-carousel .slick-prev{
    background: #5CA242;
    left: 20px;
}
.product-carousel .slick-next{
    background: #5CA242;
    right: 20px;
}
.product-carousel .slick-prev:hover,
.product-carousel .slick-next:hover{
    background: #93979F;
}
.product-carousel .item a > img{
    width: 100%;
}
.product-page-sidebar .product-article{
    font-size: 18px;
    line-height: 132.2%;
    margin-bottom: 10px;
    color: #9e9e9e;
}
.product-page-sidebar .product-price-wrapper{
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.product-page-sidebar .product-price{
    letter-spacing: -.02em;
    font-size: 28px;
    font-family: SuisseIntl-Book,sans-serif;
    line-height: 1.1;
    position: relative;
    bottom: -2px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.product-page-sidebar .product-old-price-box{
    display: inline-flex;
    border-radius: 4px;
    overflow: hidden;
    padding-left: 6px;
    background-color: #e9eaec;
    white-space: nowrap;
    margin-bottom: 3px;
}
.product-page-sidebar .product-old-price{
    margin-right: 6px;
    position: relative;
    display: inline-block;
    padding-top: 2px;
    font-family: SuisseIntl-Book,sans-serif;
    font-size: 15px;
}
.product-page-sidebar .product-old-price:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -2px;
    right: -2px;
    height: 1px;
    background-color: #5CA242;
}
.product-page-sidebar .product-price-sale{
    z-index: 1;
    padding: 1px 6px;
    background-image: url(../images/product-price-sale.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    color: #fff;
    position: relative;
    font-size: 15px;
}
.product-page-sidebar .product-price-sale:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    right: 0;
    z-index: -1;
    border-radius: 0 4px 4px 0;
    background-color: #FF2C46;
}
.product-page-sidebar .product-avl{
    font-size: 14px;
    line-height: 132.2%;
    color: #19a774;
    margin-bottom: 10px;
}

.application-buttons-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.application-buttons-block .item-counter-inner{
    width: 102px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px;
}
.application-buttons-block .col2{
    width: calc(100% - 117px);
}
.application-buttons-block .item-counter-inner .input-number{
    display: inline-block;
    height: 34px;
    width: 34px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height:16px;
    background: transparent;
    border: none;
    margin: 0;
    font-weight: bold;
}
.application-buttons-block .item-counter-inner button {
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #e5e5e5;
    transition: all 200ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.application-buttons-block .item-counter-inner button:hover svg path{
    stroke: #000;
}
.application-buttons-block .count-input-wrapper{
    position: relative;
    display: inline-block;
}
.application-buttons-block .count-input-wrapper:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.application-buttons-block .btn-cart{
    max-width: 250px;
}
.oneclick-link{
    border-bottom: 1px dashed;
    color: #282f40;
}
.oneclick-link:hover{
    border-bottom-color: transparent;
}
.btn-order{
    padding: 9px 70px;
}
@media(min-width:1920px){
    .container-min{
        width: calc(100% - 380px);
    }
}

.product-chars-block{
    margin-bottom: 40px;
}
.product-chars-block .title{
    font-family: SuisseIntl-Book, sans-serif;
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}
.chars-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    position: relative;
    font-size: 14px;
}
.chars-row > div:nth-of-type(1) {
    display: block;
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 0 3px 0 0;
}
.chars-row  > div:nth-of-type(2) {
    display: block;
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 0 0 0 3px;
}
.chars-row:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    border-bottom: 1px dotted #9F9F9F;
}
@media (max-width: 1278px){
    .product-page-inner {
        width: 60%;
    }
    .product-page-sidebar{
        width: 40%;
    }
}
@media(max-width: 991px){
    .product-main-section{
        display: flex;
        flex-wrap: wrap;
    }
    .product-main-section > form{
        width: 100%;
        order: 1;
    }
    .product-page-header h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .rating-favorites-block{
        bottom: auto;
        margin-bottom: 20px;
        width: 100%;
    }
    .product-page-inner{
        width: 70%;
    }
    .product-page-sidebar{
        width: 30%;
    }
    .btn-order{
        padding: 9px 15px;
        display: block;
        width: 100%;
    }
    .product-carousel-wrapper{
        margin-bottom: 20px;
    }
    .product-page-sidebar .product-article{
        margin-bottom: 30px;
        margin-top: -15px;
        font-size: 14px;
    }
    .catalog-wrapper, .product-page-wrapper{
        margin-bottom: 40px;
    }
    .container-min{
        width: 100%;
    }
    .chars-row{
        margin-bottom: 5px;
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .product-page-header h1{
        font-size: 22px;
    }
    .chars-row{
        margin-bottom: 4px;
        font-size: 11px;
    }
   .product-page-inner{
        width: 100%;
    }
    .product-page-sidebar{
        width: 100%;
        padding: 0;
    }
    .product-page-header{
        width: 100%;
        order: 2;
    }
    .product-page-header h1 {
        width: 100%;
        order:2;
    }
}

/* /. product page */

.reviews .element {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-top: 50px;
    border-radius: 0;
    margin-bottom: 0;
}
.reviews .rows > div:last-of-type{
    margin-bottom: 30px;
}
.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;
}
.reviews .element .text{
    font-size: 14px;
}
.rating {
    position: relative;
    height: 20px;
    display: inline-flex;
    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{
    width: 700px;
    max-width: 100%;
}
.ec-rating{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.rev-form .ec-rating-stars{
    float: none;
}
.rev-form .ec-rating-stars span {
    background: transparent;
    width: 24px;
    height: 22px;
    margin-right: 7px;
}

.ec-rating-stars svg path {
    fill: #CFCFCF;
}

.ec-rating-stars .active svg path ,
.ec-rating-stars .active2 svg path  {
    fill: #F8CF67;
}

.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;
}

@media(max-width: 767px){
    .ec-rating{
        flex-wrap: wrap;
    }
    .rev-form .ec-rating-stars{
        width: 100%;
        margin-bottom: 10px;
    }
    .reviews .element .text{
        font-size: 12px;
    }
}

/* contacts page */
.contacts-page-main-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts-page-main-section .col1{
    width: 360px;
}
.contacts-page-main-section .col2{
    width: calc(100% - 390px);
}
.contacts-page-main-section .contacts-block{
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
}
.contacts-page-main-section .contacts-block .item{
    width: 100%;
}
.contacts-page-main-section .contacts-block .item .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: SuisseIntl-Book, sans-serif;
}

@media(max-width:1229px){
    .contacts-page-main-section .contacts-block{
        padding: 30px;
    }
    .contacts-page-main-section .col1{
        width: 320px;
    }
    .contacts-page-main-section .col2{
        width: calc(100% - 350px);
    }
}
@media(max-width:991px){
    .contacts-page-main-section .contacts-block{
        padding: 20px;
    }
    .contacts-page-main-section .col1{
        width: 280px;
    }
    .contacts-page-main-section .col2{
        width: calc(100% - 310px);
    }
}
@media(max-width:767px){
    .contacts-page-main-section .col1,
    .contacts-page-main-section .col2{
        width: 100%;
    }
    .contacts-page-main-section .col1{
        order:2;
        margin: 40px 0 10px;
    }
    .map {
        height: 350px;
    }
}
/* /. contacts page */
.payment-list{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
}
.payment-list .item {
    margin: 0 10px 20px;
    width: 140px;
}
.payment-list picture {
    margin-bottom: 15px;
    display: block;
}
.payment-list picture img{
    width: 100px;
    height: 50px;
}
.payment-list .text{
    color: #858a93;
    letter-spacing: -.03em;
    font-size: 13px;
    line-height: 1.2;
}

.about-page-features-wrapper{
    padding-top: 30px;
}
.about-page-features{
    display: grid;
    grid-gap:30px;
    grid-template-columns: repeat(4, 1fr);
}
.about-page-features .item{
    height: 160px;
    border-radius: 6px;
    background-color: #F7F7F8;
    border: 1px solid #E9EAEC;
    text-align: center;
}
.about-page-features .item-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2%;
}
.about-page-features .item-title{
    font-family: SuisseIntl-Book, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000;
}
@media(max-width: 991px){
    .about-page-features{
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width:767px){
    .about-page-features{
        grid-template-columns: 1fr;
    }
}

/****** cart page*/
.cart-section .cart-item{
    border: 1px solid #E5E5E5;
    padding: 20px 40px 20px 20px;
    margin-bottom: 30px;
}
.cart-section .cart-item-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.cart-section .remove{
    position: absolute;
    right: -25px;
    top: -5px;
    z-index: 20;
}
.cart-section .remove button{
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
}
.cart-section .remove svg{
    width: 20px;
    height: 20px;
    transition: all 200ms ease-out;
}
.cart-section .remove:hover svg{
    transform: rotate(180deg);
}
.cart-section .left-part{
    width: 105px;
    align-self: flex-start;
}
.cart-section .left-part a{
    display: block;
}
.cart-section .left-part a:hover{
    opacity:0.8;
}
.cart-section .right-part{
    width: 340px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-section .center-part{
    width: calc(100% - 445px);
    padding: 0 30px;
}

.cart-section .item-counter-inner{
    border: 1px solid #e1e0e0;
    width: 100px;
    max-width: 100%;
    height: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
}
.cart-section .item-counter-inner .input-number{
    display: inline-block;
    height: 22px;
    width: 22px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height:16px;
    background: transparent;
    border: none;
    margin: 0;
    font-weight: bold;
}
.cart-section .item-counter-inner button {
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: transparent;
    transition: all 200ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-section .item-counter-inner button:hover svg path{
    stroke: #282F40;
}
.cart-section .count-input-wrapper{
    position: relative;
    display: inline-block;
}
.cart-section .count-input-wrapper:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.cart-section .technikal-btn{
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}
.cart-section .item-price-title,
.cart-section .item-cost-title{
    font-weight: 500;
    color: #747474;
}
.cart-section .item-cost .ms2_cost,
.cart-section .item-price .price{
    font-size: 18px;
}

.cart-section .item-product-information-title a{
    color: #000;
    font-size: 16px;
}
.cart-section .item-product-information-title a:hover{
    text-decoration: underline;
}

.cart-section .cart-total{
    font-size: 24px;
    margin-bottom: 20px;
}

.cart-section .cart-buttons{
    display: flex;
    align-items: center;
}
.cart-section .clean-cart{
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #1c2e36;
    background: #fff;
    border-radius: 7px;
    margin-right: 10px;
    transition: all ease-out 300ms;
}
.cart-section .clean-cart svg{
    width: 20px;
    fill: #1c2e36;
    transition: all ease-out 300ms;
}
.cart-section .clean-cart:hover{
    border-color: #282F40;
}
.clean-cart:hover svg{
    fill: #282F40;
}

@media(max-width:991px){
    .cart-section .center-part{
        padding: 0 20px;
        width: calc(100% - 425px);
    }
    .item-product-information-title a{
        font-size: 13px;
    }
    .cart-section .cart-item {
        padding: 15px 30px 15px 15px;
        margin-bottom: 20px;
    }
    .cart-section .remove{
        top: -10px;
    }
    .cart-section .item-cost .ms2_cost, 
    .cart-section .item-price .price{
        font-size: 15px;
    }
    .cart-section .item-counter-inner{
        height: 38px;
        margin: 0 10px;
    }
    .cart-section .right-part{
        width: 320px;
    }
}
@media(max-width:767px){
    .cart-section .cart-item{
        padding: 20px 15px 20px 15px;
    }
    .cart-section .right-part{
        width: 320px;
        margin-top: 20px;
        max-width:100%;
    }
    .cart-section .center-part{
        padding: 0 0 0 15px;
        width: calc(100% - 105px);
    }
    .cart-section .remove {
        top: -17px;
        right: -12px;
    }
    .cart-section .item-product-information-title a {
        font-size: 12px;
        line-height: 1.6;
        display: inline-block;
    }
    .cart-section .item-price-title, 
    .cart-section .item-cost-title{
        font-size: 13px;
    }
    .cart-section .item-counter-inner{
        width: 80px;
    }
    .cart-section .item-counter-inner button{
        width: 24px;
    }
    .cart-section .item-counter-inner .input-number{
        font-size: 14px;
        line-height: 14;
    }
    .cart-section .item-cost .ms2_cost, 
    .cart-section .item-price .price{
        font-size: 13px;
    }
    .cart-section .item-counter-inner button svg{
        width: 12px;
    }
    .cart-section .cart-total{
        font-size: 18px;
    }
}
/****** /. cart page*/

/****** Order Page */
.order-section .order-grid{
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
}
.order-section .input-group-1,
.order-section .input-group-2,
.order-section .input-group-3{
    display: grid;
    grid-column-gap: 20px;
}
.order-section .input-group-1{
    grid-template-columns: 1fr 1fr;
}
.order-section .input-group-2{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.input-group-2 > .col:first-child{
    grid-column-start: 1;
    grid-column-end: 5;
}
.input-group-2 > .col:nth-child(2){
    grid-column-start: 1;
    grid-column-end: 3;
}

.order-section .checkbox label{
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}
.order-section .checkbox label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.order-section .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;
}
.order-section .checkbox label:hover > div{
    border-color: #282F40;
}
.order-section .checkbox label > div.radio{
    border-radius: 100%;
}
.order-section .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;
}
.order-section .checkbox input:checked + .radio{
    border-color: #282F40;
    background-color: #282F40;
}
.order-section #msOrder .radio{
    min-height: 1px;
}
.order-section .checkbox input:checked + .radio:before{
    opacity: 1;
    transform: scale(0.5);
}
.order-section .checkboxsquare svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-section .checkbox input:checked + .checkboxsquare{
    border-color: #282F40;
    background-color: #282F40;
}
.checkbox input:checked + .checkboxsquare svg{
    opacity: 1;
    transform: scale(1);
}
.order-section #msOrder .radio{
    min-height: 1px;
}
.order-section input[type="checkbox"].error + div + span{
    color: red;
}
.order-section .checkbox input:checked.error + div + span{
    color: #444444;
}
.order-section .checkbox p.small{
    padding-left: 38px;
    font-size: 14px;
    color: #444;
}

.order-section #msOrder .form-control.error{
    border: 1px solid #FF1A00 !important;
}

.order-section .button.disabled, 
.order-section .button.disabled:hover, 
.order-section .btn.disabled, 
.order-section .btn.disabled:hover {
    background: #dadada;
    border-color: #dadada;
    color: #1c1c1b;
    cursor: default;
}

.orderbutton-wrapper{
    display: inline-block;
}
.orderbutton-wrapper #orderbutton.disabled + span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.order-section #agreement_order + label.err{
    color: #FF1A00;
}

.order-section #agreement_order + label a{
    color: #838383;
    text-decoration: underline;
}
.order-section #agreement_order + label a:hover{
    text-decoration: none;
    color: #000;
}
.order-section #agreement_order + label.err a{
    color: #FF1A00;
}
/* ======= /. custom check and radio ======= */
@media(max-width: 991px){
    .order-section .input-group-1 {
        grid-template-columns: 1fr;
    }
    .order-section .input-group-2 {
        grid-template-columns: 1fr 1fr;
    }
    .input-group-2 > .col:first-child,
    .input-group-2 > .col:nth-child(2){
        grid-column-start: 1;
        grid-column-end: 3;
    }
}
@media(max-width:767px){
    .order-section .order-grid {
        grid-gap: 40px;
        grid-template-columns: 1fr;
    }
}

/****** /.Order Page */

.jgrowlHide #jGrowl{
    display: none !important;
}
.isa_success {
    border: 1px solid #b4d4b4;
    background-color: #f2fff2;
    margin: 0 0 10px;
    padding: 15px;
}
.order-number{
    color: #26af32;
}

/** catalog-filter **/
/* ui slider*/
.catalog-sidebar-filters .ui-slider{
    border: none !important;
    height: 6px;
    background: #E9E9E9;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    margin: 10px auto 20px;
    padding: 0;
    right: -4px;
}
.catalog-sidebar-filters .ui-slider-range{
    background: #c1c1c1;
    border-radius: 0 !important;
}
.catalog-sidebar-filters .ui-slider-handle{
    width: 14px !important;
    height: 14px !important;
    margin-top: 0px !important;
    background: #fff !important;
    cursor: pointer !important;
    border: 1px solid #2e2e2e !important;
}
.catalog-sidebar-filters .ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
}
.catalog-sidebar-filters .ui-corner-all, 
.catalog-sidebar-filters.ui-corner-top, 
.catalog-sidebar-filters .ui-corner-right, 
.catalog-sidebar-filters .ui-corner-tr{
    border-radius: 0 !important;
}
.catalog-sidebar-filters .ui-slider-handle.ui-state-default.ui-corner-all{
    border-radius: 2px !important;
    background: #5CA242 !important;
    border-color: #5CA242 !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;
}
.mse2_number_inputs label{
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 7px;
    color: #757575;
}
/*./ ui slider*/
.sort-block{
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 108.2%;
}
.sort-block strong{
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    white-space: nowrap;
}
.sort-block a{
    color: #000;
    margin: 0 5px;
    position: relative;
    top: -1px;
    white-space: nowrap;
}
.sort-block a.active,
.sort-block a:hover{
    color: #5CA242 !important;
}
#mse2_sort .sort span{
    position: relative;
    top: -1px;
}

.filter-item-wrapper{
    margin-top: 30px;
}
.filter-item-wrapper.mt0{
    margin-top: 0;
}
.filter-title{
    font-family: SuisseIntl-Book, sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
}
.catalog-sidebar-filters{
    padding-top: 25px;
}
.filter-item-body .cols{
    display: grid;
    grid-gap: 10px;
}
.filter-item-body .cols.cols2{
    grid-template-columns: 1fr 1fr;
}


.filter-customcheck {
    position: relative;
    margin-bottom: 10px;
}
.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: inline-block;
    font-size: 15px;
}
.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: 3px;
    left: 0px;
}
.filter-customcheck input[type=checkbox]:checked + label:before{
	background: url(../images/checked.svg) 0 0 no-repeat;
}
.filter-customcheck label:hover{
    color: #5CA242;
}
.filter-item-wrapper{
    display: none;
}
.filter-item-wrapper.full{
    display: block;
}
.boolean-filter .filter-customcheck:first-of-type + .filter-customcheck{
    display: none !important;
}

.not-boolean-filter .filter-customcheck{
    display: none;
}
.not-boolean-filter .filter-item-body > div > div:nth-of-type(1),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(2),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(3),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(4),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(5),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(6){
    display: block;
}
.not-boolean-filter.open .filter-item-body > div > div{
    display: block;
}

.filter-more-btn{
    display: inline-block;
    position: relative;
    color: #858a93;
    padding-left: 23px;
    cursor: pointer;
    transition: color ease-out 300ms;
    margin-top: 10px;
}
.filter-more-btn:before{
    content:"";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../images/down-icon2.svg);
    transition: opacity ease-out 300ms;
}
.filter-more-btn:after{
    content:"";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../images/down-icon3.svg);
    transition: opacity ease-out 300ms;
    opacity: 0;
}
.filter-more-btn:hover{
    color: #5CA242;
}
.filter-more-btn:hover:before{
    opacity: 0;
}
.filter-more-btn:hover:after{
    opacity: 1;
}
.filter-item-wrapper.open .filter-more-btn:after,
.filter-item-wrapper.open .filter-more-btn:before{
    transform: rotate(180deg);
}

@media(max-width:991px){
    .sort-block > div{
        display: flex;
        overflow-x: auto;
        height: 16px;
    }
}
.reset-filters-btn.hidden{
    display: none;
}
.reset-filters-btn{
    margin-top: 20px;
    border: none;
    padding: 0;
    background: transparent;
    color: #000;
}
.reset-filters-btn:hover{
    color: #5CA242;
}
.reset-filters-btn img {
    margin-top: -2px;
}
/** /. catalog-filter **/


/* brands*/
.brands{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
}
.brands .item{
    height: 140px;
}
.brands .item a{
    box-shadow: 0 0 0 1px #E4E5E7;
    padding: 30px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands .item a:hover{
    box-shadow: 0 0 0 1px #E4E5E7, 0 0 10px rgba(0,0,0,0.2);
}
@media(max-width:991px){
    .brands{
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
}
@media(max-width:767px){
    .brands{
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }
    .brands .item a{
        padding: 20px;
    }
}
@media(max-width:499px){
    .brands{
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /. brands*/
.grid-width-full{
    grid-column-start: 1;
    grid-column-end: 10;
}


/* product options color */
.color-block .block-title{
    font-family: SuisseIntl-Book, sans-serif;
    margin-bottom: 20px;
    font-size: 18px;
}
.color-block .color-element {
    display: inline-block;
    vertical-align: top;
    height: 54px;
    width: 54px;
    margin: 0 5px 25px;
    position: relative;
}
.color-block .color-element input[type=radio] {
    position: fixed;
    top: -100000px;
}
.color-block .color-element input[type=radio]+label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: #E5E5E7;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.color-block .color-element input[type=radio]+label span {
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    box-shadow: 0 0 0 2px #6b6b6b;
    opacity: 0;
}
.color-block .color-element input[type=radio]:checked+label span,
.color-block .color-element:hover input[type=radio]+label span{
    opacity: 1;
}
/* /. product options color */

























