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

.maincontent{
    order: 5;
    width: 100%;
}

.content-cols--sidebar .maincontent{
    width: 77%;
}

.sidebar{
    width: 21%;
}

.sidebar--l{
    order: 1;
    margin-right: 2%;
}

.sidebar--r{
    order: 10;
    margin-left: 2%;
}

@media (max-width: 1300px){
    .content-cols--sidebar .maincontent{
        width: calc(100% - 286px);
    }

    .sidebar{
        width: 266px;
    }

    .sidebar--l{
        margin-right: 20px;
    }

    .sidebar--r{
        margin-left: 20px;
    }
}

@media (max-width: 1024px){
    .sidebar{
        display: none;
    }

    .content-cols--sidebar .maincontent{
        width: 100%;
    }
}

.d-fixed-bg{
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
}

.header-top{
    font-size: 13px;
    position: relative;
    z-index: 19;
}

.header-top a,
.header-top .link{
    color: inherit;
}

.header-top .l-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.header-main{
    padding: 10px 0;
    font-size: 13px;
    position: relative;
    z-index: 15;
}


.header-main a,
.header-main .link{
    color: inherit;
}

.header-main a:hover,
.header-main .link:hover{
    text-decoration: underline;
}

.header-main .l-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 650px) {
    .header-main .l-wrapper{
        flex-wrap: wrap;
    }
}

.header-logo{
    text-decoration: none;
    margin: 0 2% 0 0;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
}

a.header-logo:hover{
    text-decoration: none;
}

.header-logo__image{
    display: inline-block;
    vertical-align: middle;
}

.header-logo__tagline{
    display: block;
    margin: 2px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-custom{
    margin: 0 2%;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;

}

.header-fixed-mm{
    flex-shrink: 0;
    margin: 0 1%;
    display: inline-block;
    vertical-align: middle;
}

.header-lang{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.header-lang .header-submenu{
    width: 100px;
    text-align: center;
    left: -50px;
}

.header-lang .header-menu__item{
    margin: 0 15px 0 0;
}

.header-lang .header-menu__item:last-child{
    margin: 0;
}


.header-menu{
    display: inline-block;
    vertical-align: middle;
    flex: 1 1 auto;
    margin: 0 2%;
    padding: 0;
    white-space: nowrap;
    word-spacing: 0;
    width: 0;
}

.header-main .header-menu{
    display: flex;
    justify-content: center;
}

.header-menu.responsived-before-init{
    visibility: hidden;
    overflow: hidden;
}

.header-menu.hide-mobile{
    display: none;
}

.header-top .header-menu{
    margin-left: 0;
}

.header-menu.hide-mobile{
    display: none;
}


.header-menu__bar{
    display: none;
    line-height: 58px;
    font-size: 28px;
    padding: 0 20px;
}

.header-menu__bar.show-mobile{
    display: inline-block;
}

.header-menu__item{
    display: inline-block;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
}

.header-menu__item.hide{
    display: none;
}

.header-menu__item:not(:first-child){
    margin-left: 10px;
}

.header-menu__item:not(:last-child){
    margin-right: 10px;
}

.header-menu > .header-menu__item.hover:before,
.header-lang > .header-menu__item.hover:before{
    position: absolute;
    bottom: -1px;
    color: #FFF;
    content: "\f0d8";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: 4px;
    left: 50%;
    margin-left: -4px;
    font-size: 16px;
}

.header-menu__item.hide{
    display: none;
}

.header-menu__item a,
.header-menu__item .link{
    text-decoration: none;
    display: inline-block;
}

.header-top a:hover,
.header-top .link:hover{
    text-decoration: underline;
}

.header-menu__item .fa-circle{
    font-size: 3px;
}

.header-menu__item .fa-circle:first-child + .fa-circle{
    margin: 0 4px;
}

.header-submenu{
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    position: absolute;
    top: 100%;
    z-index: 1;
    display: none;
    white-space: normal;
    color: #000;
    margin: 0 0 0 50%;
    left: -100px;
    list-style: none;
    width: 200px;
    padding: 10px 0;
    border-radius: 2px;
}



.header-submenu.to-right{
    margin: 0;
    left: 0;
}

.header-submenu.to-left{
    margin: 0;
    left: auto;
    right: 0;
}

.header-menu__item.hover > .header-submenu,
.header-submenu__item.hover > .header-submenu{
    display: block;
}

.header-submenu .header-submenu .header-submenu{
    display: none !important;
}

.header-submenu .header-submenu{
    top: -10px;
    left: 100%;
    margin: 0;
}

.header-submenu .header-submenu.to-left{
    left: auto;
    right: 100%;
}

.header-submenu__profile{
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-submenu__item,
.header-submenu__profile li{
    margin: 0;
    line-height: 1;
    position: relative;
}

.no-touch .header-submenu__item a:hover,
.no-touch .header-submenu__profile li a:hover{
    background: #f9f9f9;
}

.header-submenu a,
.header-submenu .link{
    text-decoration: none;
    padding: 12px 30px;
    display: block;
    position: relative;
    color: inherit;
}

.header-submenu a:hover,
.header-submenu .link:hover{
    background: #f8f8f8;
}

.header-location{
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}


.header-location a{
    text-decoration: none;
}

.header-location__icon{
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 0 0;
}

.header-contacts{
    margin: 0 2%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    flex-shrink: 0;
}

.header-top .header-contacts{
    margin-right: 0;
    margin-left: 0;
}

.header-contacts *{
    white-space: normal;
}

.header-phone{
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px 0;
    z-index: 1;
}

.header-phone__number{
    text-decoration: none;
}

.header-phone__icon{
    margin: 0 0 0 5px;
    cursor: pointer;
}

.contact-popup{
    position: absolute;
    background: #FFF;
    color: #000;
    width: 280px;
    border-radius: 2px;
    right: -10px;
    top: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-sizing: border-box;
    padding: 25px 35px;
    display: none;
    font-size: 15px;
    text-align: left;
}

.contact-popup:before{
    position: absolute;
    top: -4px;
    color: #FFF;
    content: "\f0d8";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: 4px;
    right: 10px;
    font-size: 16px;
}

.header-phone.hover .contact-popup{
    display: block;
}

.header-user{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 0 0 2%;
}

.header-user *{
    white-space: normal;
}

.header-user .user-nav{
    padding: 10px 15px;
}


.user-nav.hover:before{
    position: absolute;
    bottom: -1px;
    color: #FFF;
    content: "\f0d8";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: 4px;
    left: 50%;
    margin-left: -5px;
    font-size: 18px;
    z-index: 2;
}

.header-submenu__icon{
    margin: -2px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.header-submenu--profile{
    width: 230px;
    margin-left: 0;
    right: 0;
    left: auto;
}

.header-menu__apps{
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-bottom{
    position: relative;
    z-index: 10;
}

.header-bottom .l-wrapper{
    position: relative;
}

.header-search ~ .header-mm{
    margin-right: 335px;
}

.header-mm-else-items{
    display: none;
}

.header-mm{
    margin: 0 -15px;
    font-size: 13px;
    white-space: nowrap;
}

.header-mm.responsived-before-init{
    visibility: hidden;
    overflow: hidden;
}

.header-mm.hide-mobile{
    display: none;
}

.header-mm__item{
    display: inline-block;
    vertical-align: top;
}

.header-mm__item.hide{
    display: none;
}

.header-mm__icon{
    vertical-align: middle;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: right;
}

.header-mm__icon img{
    vertical-align: middle;
}

.header-mm__title{
    display: inline-block;
    vertical-align: middle;
}

.header-mm__link{
    padding: 17px 15px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 4;
    cursor: pointer;
    line-height: 25px;
}

.header-mm__title:hover{
    text-decoration: underline;
}

.header-mm__item.hover > .header-mm__link:before,
.header-mm__item.hover > .header-mm__link:after{
    position: absolute;
    bottom: -1px;
    color: #FFF;
    content: "\f0d8";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: 9px;
    left: 50%;
    margin-left: -6px;
    font-size: 20px;
    z-index: 4;
    text-shadow: 0 -5px 10px rgba(0,0,0,0.05);
}

.header-mm__item.hover > .header-mm__link:after{
    text-shadow: none;
    bottom: -3px;
}



.header-mm__link .fas {
    font-size: 3px;
}

.header-mm__link .fas:first-child{
    margin: 0 3px 0 0;
}

.header-mm__link .fas:last-child{
    margin: 0 0 0 3px;
}

.header-mm__item.pos-r{
    position: relative;
}

.header-submm-tile{
    position: absolute;
    background: #FFF;
    top: 100%;
    left: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    min-height: 100%;
    z-index: 3;
    padding: 20px 0;
    white-space: normal;
    display: none;
    border-radius: 3px;
}

.header-submm-tile.with-banner .header-submm-tile__items{
    margin-left: 330px;
}

.header-submm-tile__banner{
    float: left;
    text-align: left;
    padding: 20px 0 20px 40px;
    width: 330px;
    box-sizing: border-box;
}

.header-submm-tile__banner img{
    border-radius: 2px;
}

.header-submm-tile__item{
    display: inline-block;
    vertical-align: top;
    width: calc(100%/6);
    text-decoration: none;
    text-align: center;
    padding: 20px 30px;
    box-sizing: border-box;
}

.header-submm-tile.with-banner .header-submm-tile__items .header-submm-tile__item{
    width: calc(100%/5);
}

.header-submm-tile__item.hide{
    display: none;
}

.header-submm-tile__title{
    display: block;
    margin: 0 0 15px;
    font-weight: bold;
}

.header-submm-tile__image{
    display: block;
}

.header-submm-tile__image img{
    max-width: 150px;
    max-height: 150px;
}

.header-submm-dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    padding: 10px 0;
    width: 266px;
    z-index: 3;
    white-space: normal;
    border-radius: 2px;
    display: none;
}

.header-submm-dropdown__item{
    position: relative;
}

.header-submm-dropdown__item.hide{
    display: none;
}

.header-submm-dropdown__item .header-submm-dropdown{
    top: -10px;
    left: 100%;
    right: auto;
}

.header-submm-dropdown.to-left{
    right: 0;
    left: auto;
}

.header-submm-dropdown__item .header-submm-dropdown.to-left{
    right: 100%;
    left: auto;
}

.header-submm-dropdown__link{
    display: block;
    padding: 10px 30px;
    position: relative;
    z-index: 4;
    text-decoration: none;
}

.header-submm-dropdown__link:hover{
    background: #fafafa;
}

.header-submm-dropdown__icon{
    display: table-cell;
    vertical-align: middle;
    padding: 0 7px 0 0;
    text-align: center;
}

.header-submm-dropdown__icon img {
    max-width: 25px;
    max-height: 25px;
    vertical-align: middle;
}

.header-submm-dropdown__title{
    display: table-cell;
    vertical-align: middle;
}

.header-submm-deployed{
    position: absolute;
    background: #FFF;
    top: 100%;
    left: 20px;
    right: 20px;
    box-shadow: 0 1px 9px rgba(0,0,0,.05);
    min-height: 100%;
    z-index: 3;
    padding: 20px 30px;
    white-space: normal;
    display: none;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 1.3;
}

.header-submm-deployed.with-banner .header-submm-deployed__items{
    margin-left: 350px;
}

.header-submm-deployed__banner{
    float: left;
    text-align: left;
    padding: 20px 20px 50px 20px;
    width: 330px;
    box-sizing: border-box;
}

.header-submm-deployed__banner img{
    border-radius: 2px;
}

.header-submm-deployed__item{
    display: inline-block;
    width: calc(100%/5);
    vertical-align: top;
    padding: 20px 15px;
    box-sizing: border-box;
}

.header-submm-deployed.with-banner .header-submm-deployed__item{
    width: calc(100%/4);
}

.header-submm-deployed__item.hide{
    display: none;
}

.header-submm-deployed__title{
    font-weight: bold;
    display: inline-block;
    margin: 0 0 10px;
    text-decoration: none;
}

.header-submm-deployed__sub{
    margin: 0 0 5px;
}

.header-submm-deployed__sub a{
    text-decoration: none;
}

.header-submm-deployed__icon{
    width: 25px;
    float: left;
}

.header-submm-deployed__icon ~ .header-submm-deployed__inner{
    margin: 0 0 0 40px;
}

/* horizontal menu - brands list with logos  */

.header-mm-brands-logos {
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    display: none;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 3px;
    min-height: 100%;
    z-index: 3;
}

.header-mm-brands-logos__items{
    box-sizing: border-box;
    word-spacing: 0;
    font-size: 0;
    padding: 0 30px;
    white-space: normal;
    text-align: center;
}

.header-mm-brands-logos__item{
    width: 150px;
    display: inline-block;
    padding: 20px 30px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 100px;
}

.header-mm-brands-logos__image{
    max-height: 100px;
    vertical-align: middle;
}

/* horizontal menu - brands list without logos  */

.header-mm-brands-list {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    display: none;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 3px;
    min-height: 100%;
    z-index: 3;
    white-space: normal;
}

.header-mm-brands-list__items{
    padding: 30px;
    vertical-align: top;
}

.header-mm-brands-list__item{
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    width: calc(100% / 8);
    box-sizing: border-box;
}

.header-mm-brands-list__title{
    text-decoration: none;
}

@media (max-width: 1400px) {
    .header-mm-brands-list__items{
        width: calc(100% / 7);
    }
}


@media (max-width: 1300px) {
    .header-mm-brands-list__items{
        width: calc(100% / 6);
    }
}

@media (max-width: 1150px) {
    .header-mm-brands-list__items{
        width: calc(100% / 5);
    }
}

@media (max-width: 1000px) {
    .header-mm-brands-list__items{
        width: calc(100% / 4);
    }
}

@media (max-width: 800px) {
    .header-mm-brands-list__items{
        width: calc(100% / 3);
    }
}

@media (max-width: 400px) {
    .header-mm-brands-list__items{
        width: calc(100% / 2);
    }
}

/* horizontal menu - brands with one column  */

.header-mm-brands-column {
    display: none;
    position: absolute;
    top: 100%;
    left: 20px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 3px;
    padding: 10px 0;
    width: 250px;
    z-index: 3;
    white-space: normal;
}

.header-mm-brands-column__item {
    display: block;
    position: relative;
    white-space: normal;
    padding: 10px 30px;
    text-decoration: none;
}

.header-mm-brands-column__item:hover{
    background: #f9f9f9;
}

.header-search{
    position: relative;
}

.header-search.--a-width{
    flex: 1 1 auto;
}

.header-bottom .header-search{
    padding: 10px 0;
}

.header-bottom .header-search.--to-right{
    float: right;
    width: 300px;
}

.header-search__form{
    width: 100%;
    position: relative;
    color: #000;
}

input.header-search__field{
    width: 100%;
    padding: 0 45px 0 20px;
}

.header-search.--mid-size input.header-search__field{
    height: 35px;
    line-height: 33px;
}

.header-search__btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    line-height: 40px;
}

.header-search.--mid-size .header-search__btn{
    line-height: 35px;
}

.header-main .header-search{
    margin: 0 20px;
    padding: 5px 0;
}

.header-fixed{
    padding: 10px 0;
    font-size: 13px;
    position: relative;
    z-index: 15;
}

.header-fixed{
    position: fixed;
    top: 0;
    right:  0;
    left: 0;
    z-index: 25;
    display: none;
}

.header-fixed a{
    color: inherit;
}

.header-fixed .l-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 650px) {
    .header-fixed .l-wrapper{
        flex-wrap: wrap;
    }
}

.fixed-mm-open{
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    border-radius: 3px;
}

.fixed-mm-open.--mid-size{
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}

.fixed-mm-open.--sm-size{
    height: 30px;
    line-height: 30px;
    padding: 0 13px 2px 13px;
}

.header-search-btn{
    width: 20px;
    text-align: center;
}

.header-search-btn,
.header-menu-btn-mobile,
.header-contacts-btn-mobile{
    cursor: pointer;
    padding: 10px 15px;
    display: none;
    font-size: 16px;
    position: relative;
}


.header-search-btn.--desktop-show{
    display: block;
}


.header-search-btn.open:after{
    position: absolute;
    bottom: -14px;
    color: #FFF;
    content: "\f0d8";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: 4px;
    left: 50%;
    margin-left: -4px;
    font-size: 17px;
}

.header-search-btn.open:before {
    content: "\f00d";
}

@media (max-width: 1250px) and (min-width: 1025px){
    .header-main.--compact .fixed-mm-open{
        padding: 0 10px;
    }

    .header-main.--compact .header-menu__item .fa-circle:first-child + .fa-circle {
        margin: 0 2px;
    }

    .header-main.--compact .header-menu__item:not(:last-child) {
        margin-right: 5px;
    }

    .header-main.--compact .header-menu__item:not(:first-child) {
        margin-left: 5px;
    }

    .header-main.--compact .header-location,
    .header-main.--compact .header-phone,
    .header-main.--compact .header-lang{
        margin: 0 5px;
    }
}


@media (max-width: 1200px) and (min-width: 1025px){
    .header-main.--compact .header-logo{
        margin-right: 1%;
    }

    .header-fixed .header-logo{
        display: none;
    }

    .header-main.--compact .header-menu,
    .header-main.--compact .header-contacts{
        margin: 0 1%;
    }

    .header-main.--compact .header-user{
        margin-left: 1%;
    }

    .header-main.--compact .header-user .user-nav{
        padding: 10px 12px;
    }
}

@media (max-width: 1024px){
    .header-bottom,
    .header-main.--compact .header-fixed-mm,
    .header-main.--compact .header-menu,
    .header-main.--compact .header-lang,
    .header-fixed .header-fixed-mm,
    .header-fixed .header-menu,
    .header-fixed .header-lang,
    .header-fixed .header-search{
        display: none;
    }

    .header-fixed .header-menu-btn-mobile,
    .header-fixed .header-search-btn,
    .header-main.--compact .header-menu-btn-mobile,
    .header-main.--compact .header-search-btn{
        display: block;
    }

    .header-fixed .header-contacts,
    .header-main.--compact .header-contacts{
        flex: 1 1 auto;
        text-align: center;
    }


}

@media (max-width: 750px){
    .header-fixed .user-nav--profile,
    .header-main.--compact .user-nav--profile{
        display: none;
    }

    .header-main.--compact .header-contacts{
        display: none;
    }

    .header-main.--compact .header-contacts-btn-mobile{
        display: block;
    }
}

@media (max-width: 900px){
    .header-top .header-menu,
    .header-main.--classic .fixed-mm-open{
        display: none;
    }

    .header-main.--classic .header-menu-btn-mobile{
        display: block;
    }

    .header-top .header-contacts{
        text-align: center;
        flex: 1 1 auto;
    }

    .header-main.--classic .header-user{
        flex: 1 1 auto;
        text-align: right;
    }
}

@media (max-width: 750px){
    .header-main.--classic .header-search{
        display: none;
    }

    .header-main.--classic .header-search-btn{
        display: block;
    }
}

.products-popup{
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    width: 450px;
}

.user-nav:hover .products-popup{
    display: block;
}

.products-popup__inner{
    padding: 30px;
    border-radius: 2px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.products-popup-head{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
}

.products-popup-head-count{
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    font-weight: normal;
}

.cart-popup-list.-scroll{
    max-height: 350px;
    overflow-y: scroll;
    scrollbar-color: #b7b7b7 #ececec;
    scrollbar-width: thin;
    padding: 0 15px 0 0;
}

.cart-popup-list.-scroll::-webkit-scrollbar-track{
    background-color: #ececec;
}

.cart-popup-list.-scroll::-webkit-scrollbar{
    width: 5px;
    background-color: #b7b7b7;
}

.cart-popup-list.-scroll::-webkit-scrollbar-thumb{
    background-color: #b7b7b7;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cart-popup-list.-scroll{
        padding-top: 32px;
        margin-top: -32px;
        margin-bottom: -32px;
        padding-bottom: 32px;
        scrollbar-base-color: #ececec;
        scrollbar-face-color: #b7b7b7;
        scrollbar-3dlight-color: #b7b7b7;
        scrollbar-highlight-color: #b7b7b7;
        scrollbar-track-color: #ececec;
        scrollbar-arrow-color: #b7b7b7;
        scrollbar-shadow-color: #b7b7b7;
        scrollbar-dark-shadow-color: #b7b7b7;
    }
}

.cart-popup-product{
    margin: 0 0 15px;
    display: flex;
}

.cart-popup-product__img{
    display: inline-block;
    margin: 0 15px 0 0;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    text-align: center;

}

.cart-popup-product__img img{
    max-height: 50px;
}

.cart-popup-product__title{
    display: inline-block;
    flex: 1 1 auto;
}

.cart-popup-product__sku{
    background: #f6f6f6;
    padding: 0 6px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
}

.cart-popup-product__right{
    flex: 0 0 100px;
    text-align: right;
}

.cart-popup-product__price{
    font-size: 15px;
    font-weight: bold;
}

.cart-popup-product__count{
    color: #747474;
    white-space: nowrap;
}

.cart-popup-product__remove{
    flex: 0 0 30px;
    text-align: right;
    padding: 3px 0 0;
}

.cart-popup-product__remove-icon{
    font-size: 13px;
    color: #979797;
    cursor: pointer;
}

.cart-popup-product__remove-icon:hover{
    color: #e51b1b;
}

.cart-popup-btns{
    text-align: center;
}

.user-nav.open-popup:not(.empty):hover:before {
    position: absolute;
    bottom: -1px;
    color: #FFF;
    content: "\f0d8";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: 4px;
    left: 50%;
    margin-left: -5px;
    font-size: 18px;
    z-index: 2;
}

.fixed-mm__outer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 30;
    display: none;
}


.fixed-mm{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    background: #FFF;
    height: 100%;
    color: #000;
    display: none;
    position: relative;
}

.fixed-mm__outer.open,
.fixed-mm.open{
    display: flex;
}

.fixed-mm__close{
    position: absolute;
    top: 20px;
    right: -50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    cursor: pointer;
    background: #FFF;
    color: #000;
}

.fixed-mm a{
    color: inherit;
}

.fixed-mm__items{
    width: 300px;
    padding: 20px 0;
}

.fixed-mm__item{
    display: block;
}

.fixed-mm__link{
    text-decoration: none;
    padding: 0 30px;
    display: block;
    position: relative;
}

.fixed-mm a:hover{
    text-decoration: none;
}

.fixed-mm__item.hover > .fixed-mm__link.--with-subs:after {
    position: absolute;
    top: 50%;
    color: #FFF;
    content: "\f0d9";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: 9px;
    right: -1px;
    margin-top: -4px;
    font-size: 20px;
    z-index: 4;
    text-shadow: 0 -5px 10px rgba(0,0,0,0.05);
}

.fixed-mm__icon{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0;
    width: 25px;
    text-align: center;
}

.fixed-mm__icon img{
    max-width: 25px;
    max-height: 25px;
    vertical-align: middle;
}

.fixed-mm__title {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}

.fixed-submm{
    display: flex;
    background: #FFF;
    overflow-x: hidden;
}

.fixed-submm,
.fixed-mm__items{
    overflow-y: auto;
    scrollbar-color: #b7b7b7 #ececec;
    scrollbar-width: thin;
}

.fixed-mm__items a{
    color: inherit;
}

.fixed-submm::-webkit-scrollbar-track,
.fixed-mm__items::-webkit-scrollbar-track
{
    background-color: #ececec;
}

.fixed-submm::-webkit-scrollbar,
.fixed-mm__items::-webkit-scrollbar
{
    width: 5px;
    background-color: #b7b7b7;
}

.fixed-submm::-webkit-scrollbar-thumb,
.fixed-mm__items::-webkit-scrollbar-thumb
{
    background-color: #b7b7b7;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fixed-submm,
    .fixed-mm__items{
        padding-top: 32px;
        margin-top: -32px;
        margin-bottom: -32px;
        padding-bottom: 32px;
        scrollbar-base-color: #ececec;
        scrollbar-face-color: #b7b7b7;
        scrollbar-3dlight-color: #b7b7b7;
        scrollbar-highlight-color: #b7b7b7;
        scrollbar-track-color: #ececec;
        scrollbar-arrow-color: #b7b7b7;
        scrollbar-shadow-color: #b7b7b7;
        scrollbar-dark-shadow-color: #b7b7b7;
    }
}

.fixed-submm-tile{
    padding: 15px 30px;
    display: none;
    white-space: nowrap;
}

.fixed-submm-tile__banner{
    display: inline-block;
    vertical-align: top;
    max-width: 330px;
    padding: 20px;
}

.fixed-submm-tile.show{
    display: block;
}

.fixed-submm-tile__items{
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    max-width: 580px;
}

.fixed-submm-tile__item{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-decoration: none;
    text-align: center;
    padding: 20px 30px 40px;
    box-sizing: border-box;
}

.fixed-submm-tile__item.hide{
    display: none;
}

.fixed-submm-tile__title{
    display: block;
    margin: 0 0 15px;
    font-weight: bold;
}

.fixed-submm-tile__image{
    display: block;
}

.fixed-submm-tile__image img{
    max-width: 150px;
    max-height: 150px;
}

.fixed-submm-dropdown{
    display: none;
    width: 290px;
    vertical-align: top;
    padding: 20px 0;
    box-sizing: border-box;
    border-right: 1px solid #f1f1f1;
}

@media (max-width: 1250px){
    .fixed-submm-dropdown{
        width: 250px;
    }
}

@media (max-width: 1150px){
    .fixed-submm-dropdown{
        width: 220px;
    }
}

.fixed-submm-dropdown.show{
    display: block;
}

.fixed-submm-dropdown:first-child{
    border-right: 1px solid #f1f1f1;
}

.fixed-submm-dropdown__item{
    display: block;
}

.fixed-submm-dropdown__item.hover,
.fixed-submm-dropdown__item:hover{
    background: #fafafa;
}

.fixed-submm-dropdown__icon{
    padding: 0 10px 0 0;
    width: 25px;
    display: table-cell;
    vertical-align: middle;
}

.fixed-submm-dropdown__icon img {
    max-width: 25px;
    max-height: 25px;
    vertical-align: middle;
}

.fixed-submm-dropdown__title {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}

.fixed-submm-dropdown__link{
    text-decoration: none;
    padding: 0 30px;
    display: block;
}

.fixed-submm-deployed{
    padding: 15px 30px;
    box-sizing: border-box;
    display: none;
    white-space: nowrap;
}

.fixed-submm-deployed.show{
    display: block;
}

.fixed-submm-deployed__items{
    max-width: 580px;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
}

.fixed-submm-deployed__banner{
    max-width: 330px;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}



.fixed-submm-deployed__item{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 20px 15px;
    box-sizing: border-box;
}

.fixed-submm-deployed__item.hide{
    display: none;
}

.fixed-submm-deployed__title{
    font-weight: bold;
    display: inline-block;
    margin: 0 0 10px;
    text-decoration: none;
}

.fixed-submm-deployed__sub{
    margin: 0 0 5px;
}

.fixed-submm-deployed__sub a{
    text-decoration: none;
}

.fixed-submm-deployed__icon{
    width: 25px;
    float: left;
}

.fixed-submm-deployed__icon ~ .fixed-submm-deployed__inner{
    margin: 0 0 0 40px;
}

/* fixed main menu - brands with logo */

.fixed-mm-brands-logos{
    padding: 15px 30px;
    box-sizing: border-box;
    display: none;
}

.fixed-mm-brands-logos.show{
    display: block;
}

.fixed-mm-brands-logos__item{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

.fixed-mm-brands-logos{
    width: 650px;
}

.fixed-mm-brands-logos__item{
    width: calc(100% / 4);
    padding: 15px 30px;
}

/* fixed main menu - brands list without logos  */
.fixed-mm-brands-list{
    padding: 15px 30px;
    box-sizing: border-box;
    display: none;
    column-count: 4;
    width: 680px;
}

.fixed-mm-brands-list.show{
    display: block;
}

.fixed-mm-brands-list__item{
    padding: 5px 10px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.fixed-mm-brands-list__title{
    text-decoration: none;
}

/* fixed main menu - brands with one column */

.fixed-mm-brands-column{
    padding: 15px 30px;
    box-sizing: border-box;
    display: none;
    white-space: nowrap;
}

.fixed-mm-brands-column.show{
    display: block;
}

.fixed-mm-brands-column__item {
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 10px 30px;
}

/* main menu in sidebar */
.sidebar-mm__wrap{
    border-radius: 3px;
    padding: 30px 0;
    position: relative;
    font-size: 13px;
    margin-bottom: 30px;
}

.sidebar-mm__wrap a,
.sidebar-mm__wrap .link{
    color: inherit;
}

.sidebar-mm__head{
    margin: 0 0 10px;
    padding: 0 12%;
    font-size: 15px;
    font-weight: 600;
}

.sidebar-mm__head .mm-icon{
    margin: 0 10px 0 0;
}

.sidebar-mm__head .mm-icon i{
    margin: 0 0 3px;
}

.sidebar-mm__link{
    text-decoration: none;
    padding: 0 12%;
    display: block;
    cursor: pointer;
    position: relative;
}

@media (max-width: 1250px){
    .sidebar-mm__head,
    .sidebar-mm__link{
        padding: 0 20px;
    }
}

.sidebar-mm__item.hover > .sidebar-mm__link.--with-subs:after {
    position: absolute;
    top: 50%;
    color: #FFF;
    content: "\f0d9";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: 9px;
    right: -1px;
    margin-top: -4px;
    font-size: 20px;
    z-index: 4;
    text-shadow: 0 -5px 10px rgba(0,0,0,0.05);
}

.sidebar-mm__item.hover > .sidebar-mm__link:after {
    text-shadow: none;
    right: -4px;
}

.sidebar-mm__else-circle{
    font-size: 3px;
    letter-spacing: 4px;
}

.sidebar-mm__else-circle.--first{
    margin: 0 0 0 10px;
}

.sidebar-mm__icon{
    display: table-cell;
    vertical-align: middle;
    padding: 9px 10px 9px 0;
    width: 25px;
    height: 25px;
    text-align: center;
}

.sidebar-mm__icon img {
    max-width: 25px;
    max-height: 25px;
    vertical-align: middle;
}

.sidebar-mm__title{
    padding: 10px 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
}

.sidebar-submm-tile{
    position: absolute;
    background: #FFF;
    top: 0;
    left: 100%;
   display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    min-height: 100%;
    z-index: 3;
    border-radius: 2px;
}

.sidebar-mm__item.position-relative{
    position: relative;
}

.sidebar-mm__item.hover > .sidebar-submm-tile{
    display: block;
}

/* sidebar menu subcategorues - type tile */

.sidebar-submm-tile__items{
    box-sizing: border-box;
    word-spacing: 0;
    font-size: 0;
    white-space: normal;
}

.sidebar-submm-tile__banner{
    float: right;
    text-align: right;
    padding: 30px 30px 30px 0;
    width: 330px;
    box-sizing: border-box;
}

.sidebar-submm-tile__banner img{
    max-width: 100%;
}

.sidebar-submm-tile.with-banner .sidebar-submm-tile__items{
    margin-right: 330px;
}

.sidebar-submm-tile{
    width: 1080px;
}

.sidebar-submm-tile .sidebar-submm-tile__item{
    width: 25%;
}

.sidebar-submm-tile.with-banner .sidebar-submm-tile__item{
    width: 33.33%;
}

@media (max-width: 1400px) {
    .sidebar-submm-tile{
        width: 980px;
    }
}

@media (max-width: 1300px) {
    .sidebar-submm-tile{
        width: 880px;
    }

    .sidebar-submm-tile .sidebar-submm-tile__item{
        width: 33.33%;
    }

    .sidebar-submm-tile.with-banner .sidebar-submm-tile__item{
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .sidebar-submm-tile{
        width: 780px;
    }
}

@media (max-width: 1100px) {
    .sidebar-submm-tile{
        width: 680px;
    }

    .sidebar-submm-tile .sidebar-submm-tile__banner{
        padding: 30px 30px 30px 15px;
        width: 300px;
    }

    .sidebar-submm-tile.with-banner .sidebar-submm-tile__item{
        padding: 10px;
    }
}

.sidebar-submm-tile.content-cols--sidebar{
    width: 500px;
}

.sidebar-submm-tile.content-cols--sidebar.with-banner{
    width: 830px;
}

.sidebar-submm-tile.content-cols--sidebar .sidebar-submm-tile__item{
    width: 50%
}

@media (max-width: 1200px) {
    .sidebar-submm-tile.content-cols--sidebar.with-banner{
        width: 780px;
    }
}

@media (max-width: 1100px) {
    .sidebar-submm-tile.content-cols--sidebar.with-banner{
        width: 680px;
    }

    .sidebar-submm-tile.content-cols--sidebar .sidebar-submm-tile__banner{
        padding: 30px 30px 30px 15px;
        width: 300px;
    }

    .sidebar-submm-tile.content-cols--sidebar.with-banner .sidebar-submm-tile__item{
        padding: 10px;
    }
}

.sidebar-submm-tile.cols-1{
    width: 240px;
}

.sidebar-submm-tile.cols-1.with-banner {
    width: 570px;
}

.sidebar-submm-tile.cols-1 .sidebar-submm-tile__item{
    width: 100%
}

.sidebar-submm-tile__item{
    width: 200px;
    display: inline-block;
    padding: 30px 20px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
}

.sidebar-submm-tile__inner{
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.sidebar-submm-tile.with-banner{
    white-space: nowrap;
}

.sidebar-submm-tile__badge{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
}

.sidebar-submm-tile__image{
    height: 90px;
    line-height: 90px;
    position: relative;
    display: inline-block;
}

.sidebar-submm-tile__image img{
    max-height: 90px;
    vertical-align: middle;
}

.sidebar-submm-tile__title{
    display: block;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
}

/* sidebar menu subcategorues - type deployed */

.sidebar-submm-deployed{
    position: absolute;
    background: #FFF;
    top: 0;
    left: 100%;
    display: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    min-height: 100%;
    z-index: 3;
    border-radius: 2px;
}

.sidebar-mm__item.hover > .sidebar-submm-deployed{
    display: block;
}

.sidebar-submm-deployed__items{
    box-sizing: border-box;
    word-spacing: 0;
    font-size: 0;
    padding: 10px;
    white-space: normal;
}

.sidebar-submm-deployed__item{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 18px;
    font-size: 15px;
}

.sidebar-submm-deployed__image{
    width: 25px;
    float: left;
}

.sidebar-submm-deployed__image ~ .sidebar-submm-deployed__inner{
    margin: 0 0 0 35px;
}

.sidebar-submm-deployed__title{
    text-decoration: none;
    font-weight: bold;
}

.sidebar-submm-deployed__sub{
    margin: 0 0 10px;
    font-size: 13px;
}

.sidebar-submm-deployed__title + .sidebar-submm-deployed__sub{
    margin-top: 10px;
}

.sidebar-submm-deployed__sub a{
    text-decoration: none;
}

.sidebar-submm-deployed__banner{
    float: right;
    text-align: right;
    padding: 40px 40px 40px 20px;
    width: 330px;
    box-sizing: border-box;
}

.sidebar-submm-deployed__banner img{
    max-width: 100%;
}

.sidebar-submm-deployed.with-banner .sidebar-submm-deployed__items{
    margin-right: 330px;
}

.sidebar-submm-deployed{
    width: 1150px
}

.sidebar-submm-deployed__item{
    width: calc(100% / 4);
    padding: 20px;
}

.sidebar-submm-deployed.with-banner .sidebar-submm-deployed__item{
    width: calc(100% / 3);
}

@media (max-width: 1470px){
    .sidebar-submm-deployed{
        width: 1050px
    }
}

@media (max-width: 1370px){
    .sidebar-submm-deployed{
        width: 950px
    }
}

@media (max-width: 1270px){
    .sidebar-submm-deployed{
        width: 850px
    }

    .sidebar-submm-deployed.with-banner .sidebar-submm-deployed__item{
        width: calc(100% / 2);
    }
}

@media (max-width: 1170px){
    .sidebar-submm-deployed{
        width: 750px
    }

    .sidebar-submm-deployed__item{
        width: calc(100% / 3);
    }

    .sidebar-submm-deployed__banner{
        padding: 30px 30px 30px 15px;
        width: 300px;
    }

    .sidebar-submm-deployed.with-banner .sidebar-submm-deployed__items{
        margin-right: 300px;
    }

    .sidebar-submm-deployed.with-banner .sidebar-submm-deployed__item{
        padding: 15px;
    }
}

@media (max-width: 1070px){
    .sidebar-submm-deployed{
        width: 650px
    }

    .sidebar-submm-deployed__item{
        width: calc(100% / 2);
    }

    .sidebar-submm-deployed__banner{
        padding: 20px 20px 20px 10px;
        width: 200px;
    }

    .sidebar-submm-deployed.with-banner .sidebar-submm-deployed__items{
        margin-right: 200px;
    }

    .sidebar-submm-deployed.with-banner .sidebar-submm-deployed__item{
        padding: 10px;
    }
}

@media (max-width: 1000px){
    .sidebar-submm-deployed{
        width: 550px
    }

    .sidebar-submm-deployed.with-banner .sidebar-submm-deployed__item{
        width: 100%;
    }
}

.sidebar-submm-deployed.content-cols--sidebar{
    width: 620px
}

.sidebar-submm-deployed.with-banner.content-cols--sidebar{
    width: 900px
}

.sidebar-submm-deployed.content-cols--sidebar .sidebar-submm-deployed__item{
    width: calc(100% / 2);
    padding: 20px;
}

@media (max-width: 1230px){
    .sidebar-submm-deployed.with-banner.content-cols--sidebar{
        width: 800px
    }
}

@media (max-width: 1130px){
    .sidebar-submm-deployed.with-banner.content-cols--sidebar{
        width: 700px
    }

    .sidebar-submm-deployed.content-cols--sidebar .sidebar-submm-deployed__item{
        padding: 10px;
    }

    .sidebar-submm-deployed.content-cols--sidebar .sidebar-submm-deployed__banner{
        padding: 20px 20px 20px 10px;
        width: 280px;
    }

    .sidebar-submm-deployed.content-cols--sidebar.with-banner .sidebar-submm-deployed__items{
        margin-right: 280px;
    }
}

@media (max-width: 1030px){
    .sidebar-submm-deployed.with-banner.content-cols--sidebar{
        width: 600px
    }

    .sidebar-submm-deployed.with-banner.content-cols--sidebar .sidebar-submm-deployed__item{
        width: 100%;
    }
}

.sidebar-submm-deployed.cols-1{
    width: 300px
}

.sidebar-submm-deployed.with-banner.cols-1{
    width: 630px
}

.sidebar-submm-deployed.cols-1 .sidebar-submm-deployed__item{
    width: 100%;
    padding: 20px;
}

/* sidebar menu subcategories - type dropdown */

.sidebar-submm-dropdown{
    position: absolute;
    background: #FFF;
    top: 0;
    left: 100%;
    padding: 10px 0;
    width: 266px;
    box-sizing: border-box;
    display: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    min-height: 100%;
    z-index: 3;
    border-radius: 2px;
}

.sidebar-mm__item.hover>.sidebar-submm-dropdown,
.sidebar-submm-dropdown__item.hover>.sidebar-submm-dropdown{
    display: block;
}

.sidebar-submm-dropdown__item{
    cursor: pointer;
}

.sidebar-submm-dropdown__item:hover{
    background: #f9f9f9;
}

.sidebar-submm-dropdown__item.position-relative{
    position: relative;
}

.sidebar-submm-dropdown__item.position-relative .sidebar-submm-dropdown{
    top: -10px;
}

.sidebar-submm-dropdown__link{
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 216px;
    padding: 0 20px 0 30px;
    position: relative;
    z-index: 2;
}

.sidebar-submm-dropdown__link.with-subs{
    width: 186px;
    padding-right: 10px;
}

.sidebar-submm-dropdown__title{
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    line-height: 20px;
}

.sidebar-submm-dropdown__icon{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0;
    width: 25px;
    text-align: center;
}

.sidebar-submm-dropdown__icon img{
    max-width: 25px;
    max-height: 25px;
    vertical-align: middle;
}

/* vertical categories menu - brands with logo */

.sidebar-mm-brands-logos{
    position: absolute;
    background: #FFF;
    top: 0;
    left: 100%;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 3px;
    min-height: 100%;
    z-index: 3;
    padding: 20px;
    box-sizing: border-box;
    word-spacing: 0;
    font-size: 0;
    white-space: normal;
}

.sidebar-mm__item.hover > .sidebar-mm-brands-logos{
    display: block;
}

.sidebar-mm-brands-logos__item{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

.sidebar-mm-brands-logos{
    width: 1000px;
}

.sidebar-mm-brands-logos__item{
    width: calc(100% / 7);
    padding: 15px 30px;
}

@media (max-width: 1300px) {
    .sidebar-mm-brands-logos{
        width: 880px;
    }
}

@media (max-width: 1200px) {
    .sidebar-mm-brands-logos{
        width: 780px;
    }

    .sidebar-mm-brands-logos__item{
        width: calc(100% / 6);
    }
}

@media (max-width: 1100px) {
    .sidebar-mm-brands-logos{
        width: 680px;
    }

    .sidebar-mm-brands-logos__item{
        width: calc(100% / 5);
    }
}

@media (max-width: 1000px) {
    .sidebar-mm-brands-logos{
        width: 580px;
    }

    .sidebar-mm-brands-logos__item{
        padding: 20px 10px;
    }
}

.sidebar-mm-brands-logos.cols-4{
    width: 880px;
}

.sidebar-mm-brands-logos.cols-4 .sidebar-mm-brands-logos__item{
    width: calc(100% / 4);
    padding: 30px;
}

@media (max-width: 1200px) {
    .sidebar-mm-brands-logos.cols-4{
        width: 780px;
    }
}

@media (max-width: 1100px) {
    .sidebar-mm-brands-logos.cols-4{
        width: 680px;
    }
}

@media (max-width: 1000px) {
    .sidebar-mm-brands-logos.cols-4{
        width: 580px;
    }

    .sidebar-mm-brands-logos.cols-4 .sidebar-mm-brands-logos__item{
        width: calc(100% / 3);
    }
}

.sidebar-mm-brands-logos.cols-3{
    width: 600px;
}

.sidebar-mm-brands-logos.cols-3 .sidebar-mm-brands-logos__item{
    width: calc(100% / 3);
    padding: 30px;
}

.sidebar-mm-brands-logos.cols-2{
    width: 400px;
}

.sidebar-mm-brands-logos.cols-2 .sidebar-mm-brands-logos__item{
    width: calc(100% / 2);
    padding: 30px;
}

.sidebar-mm-brands-logos.cols-1{
    width: 300px;
}

.sidebar-mm-brands-logos.cols-1 .sidebar-mm-brands-logos__item{
    width: 100%;
    padding: 30px;
}

/* vertical menu - brands list without logos  */

.sidebar-mm-brands-list{
    position: absolute;
    background: #FFF;
    top: 0;
    left: 100%;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 3px;
    min-height: 100%;
    z-index: 3;
    padding: 30px;
    box-sizing: border-box;
}

.sidebar-mm__item.hover > .sidebar-mm-brands-list{
    display: block;
}

.sidebar-mm-brands-list__item{
    padding: 5px 10px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.sidebar-mm-brands-list__title{
    text-decoration: none;
}

.sidebar-mm-brands-list{
    width: 680px;
    column-count: 4;
}

.sidebar-mm-brands-list.cols-2{
    width: 500px;
    column-count: 2;
}

.sidebar-mm-brands-list.cols-1{
    width: 350px;
    column-count: 1;
}

/* vertical categories menu - brands with one column */

.sidebar-mm-brands-column {
    position: absolute;
    background: #FFF;
    top: 0;
    left: 100%;
    padding: 20px 0;
    width: 266px;
    box-sizing: border-box;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 3px;
    min-height: 100%;
    z-index: 3;
}

.sidebar-mm__item.hover > .sidebar-mm-brands-column{
    display: block;
}

.sidebar-mm-brands-column__item {
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 10px 30px;
}

.home-slider-categories{
    display: inline-block;
    width: 100%;
    margin: 0 0 80px;
}

@media (max-width: 1024px){
    .home-slider-categories{
        margin-bottom: 50px;
    }
}

.home-slider-categories:last-child{
    margin-bottom: 0;
}

.home-slider-categories .sidebar-mm__wrap{
    width: 21%;
    float: left;
    margin-bottom: 0;
}

.home-slider-categories .slider-banner {
    margin-left: 23%;
    width: auto;
    margin-bottom: 0;
}

@media (max-width: 1300px){
    .home-slider-categories .sidebar-mm__wrap{
        width: 266px;
    }

    .home-slider-categories .slider-banner{
        margin-left: 286px;
    }
}

@media (max-width: 1024px){
    .sidebar-mm__wrap{
        display: none;
    }

    .home-slider-categories .slider-banner {
        margin-left: 0;

    }
}

/* sidebar unfolding menu */

.sidebar-mm-u{
    border-radius: 3px;
    padding: 35px 12%;
    font-size: 13px;
    margin-bottom: 30px;
}

@media (max-width: 1250px){
    .sidebar-mm-u{
        padding: 15px 20px;
    }
}

.sidebar-mm-u__head {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: bold;
}

.sidebar-mm-u__head .mm-icon {
    margin: 0 10px 0 0;
}

.sidebar-mm-u__head .mm-icon i {
    margin: 0 0 3px;
}

.sidebar-mm-u a,
.sidebar-mm-u .link {
    color: inherit;
}

.sidebar-mm-u__item{
    position: relative;
}

.sidebar-mm-u__open,
.sidebar-submm-u__open{
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    display: inline;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 20px;
}

.sidebar-mm-u__open:before,
.sidebar-submm-u__open:before {
    padding: 2px 3px 0 3px;
    margin: 0 0 0 5px;
}

.sidebar-mm-u__open.selected:before,
.sidebar-submm-u__open.selected:before{
    content: "\f106";
}

.sidebar-submm-u__open{
    top: 0;
}

.sidebar-mm-u__link{
    display: inline;
    text-decoration: none;
}

.sidebar-mm-u__link:hover,
.sidebar-submm-u__link:hover,
.sidebar-mm-u__link.selected,
.sidebar-submm-u__link.selected{
    border-bottom: 1px solid;
}

.sidebar-mm-u__icon{
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px 5px 0;
    text-align: center;
    width: 25px;
    height: 25px;
}

.sidebar-mm-u__title {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 0;
    line-height: 20px;
    font-weight: 500;
}

.sidebar-mm-u__icon img {
    max-width: 25px;
    max-height: 25px;
    vertical-align: middle;
    display: inline-block;
}

.subcategories-vu {
    list-style: none;
    font-size: 13px;
    padding: 10px 30px 20px;
    margin: 0;
    background: #fcfcfc;
    font-weight: 400;
}

.sidebar-submm-u{
    list-style: none;
    padding: 5px 0 10px;
    margin: 0 0 0 25px;
    opacity: 0.9;
}

.sidebar-submm-u.hide{
    display: none;
}

.sidebar-submm-u__item{
    margin: 0 0 15px;
    position: relative;
}

.sidebar-submm-u__item:last-child{
    margin: 0 0 5px;
}

.sidebar-submm-u__link{
    text-decoration: none;
}

/* sidebar wrap */

.sidebar-wrap{
    padding: 30px 12%;
    margin: 0 0 30px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.sidebar-wrap.--g{
    border: none;
    background: #f6f6f6;
}

.sidebar-wrap__head{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.sidebar-wrap__bottom{
    margin: 25px 0 0;
}

@media (max-width: 1250px){
    .sidebar-wrap{
        padding: 15px 20px;
    }
}

/* sidebar blog */

.sidebar-blog__item{
    display: block;
    margin: 0 0 20px;
    text-decoration: none;
    overflow: hidden;
}

.sidebar-blog__date{
    color: #CCC;
    font-size: 13px;
    display: block;
    margin: 0 0 5px;
}

.sidebar-blog__title{
    border-bottom: 1px solid;
}

/* sidebar tags */

.sidebar-tags{
    margin: 0 -7px 0 0;
}

.sidebar-tags__item,
.sidebar-tags a{
    display: inline-block;
    margin: 0 10px 10px 0;
    text-decoration: none;
    line-height: 1.3;
}

.sidebar-tags__item-inner{
    border-bottom: 1px solid;
}

/* sidebar brands */

.sidebar-productbrands-plugin .brands{
    padding: 0;
    margin: 0 -3px;
    list-style: none;
}

.sidebar-productbrands-plugin .brands li{
    display: inline-block;
    margin: 0 0 10px;
    line-height: 1.3;
    width: 49%;
    padding: 0 3px;
    box-sizing: border-box;
}

.sidebar-productbrands-plugin .brands li a{
    text-decoration: none;
    border-bottom: 1px solid;
}

/* sidebar menus */

.sidebar-pages{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-pages__item{
    padding: 0 0 15px;
}

.sidebar-pages__link{
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid;
}

.sidebar-subpages{
    padding: 0;
    list-style: none;
    margin: 10px 0 0 20px;
    opacity: 0.9;
}

.sidebar-subpages.hide{
    display: none;
}

.sidebar-subpages__item{
    padding: 5px 0;
}

.sidebar-subpages__link{
    text-decoration: none;
}

.sidebar-pages__open,
.sidebar-subpages__open {
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    display: inline;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 20px;
}

.sidebar-pages__open:before,
.sidebar-subpages__open:before {
    padding: 2px 3px 0 3px;
    margin: 0 0 0 5px;
}

.sidebar-pages__open.selected:before,
.sidebar-subpages__open.selected:before{
    content: "\f106";
}

.sidebar-wrap .pages{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-wrap .pages li{
    margin: 0 0 10px;
    display: block;
}

.sidebar-wrap .pages li a{
    text-decoration: none;
    border-bottom: 1px solid;
}

/* subcategories menu */

.sidebar_subcategories__item{
    margin: 0 0 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.sidebar_subcategories__item.sk-hide{
    display: none;
}

.sidebar_subcategories__title{
    border-bottom: 1px solid;
}

.sidebar_subcategories__count{
    margin: 0 0 0 5px;
    display: inline;
    font-size: 12px;
    position: relative;
    white-space: nowrap;
    font-weight: normal;
    color: #959595;
}

.sidebar_subcategories__icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0 7px 0 0;
    width: 25px;
    text-align: center;
}

.sidebar_subcategories__icon img{
    vertical-align: middle;
    max-height: 25px;
}

.sidebar_subcategories__else{
    margin: 25px 0 0;
}

.sidebar_subcategories__else .link-more{
   font-weight: bold;
    font-size: 13px;
}

.sidebar_subcategories__else-caret{
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    transition: .2s;
}

.sidebar-subcategories.open .sidebar_subcategories__else-caret{
    transform: rotate(180deg);
}

/* banner in sidebar of category */

.sidebar-banner{
    margin: 0 0 30px;
    position: relative;
    border-radius: 3px;
    display: block;
    font-size: 0;
}

.sidebar-banner__image{
    border-radius: 3px;
}

.sidebar-banner a{
    display: inline-block;
}

/* sidebar promo */

.sidebar-promo{
    display: block;
    padding: 30px 12%;
    border-radius: 3px;
    margin: 0 0 30px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.sidebar-promo.--white{
    border: 1px solid #f1f1f1;
}

@media (max-width: 1250px){
    .sidebar-promo{
        padding: 15px 20px;
    }
}

.sidebar-promo__decor{
    position: absolute;
    color: rgba(0,0,0,0.04);
    white-space: nowrap;
    font-size: 110px;
    line-height: 110px;
    font-weight: bold;
    top: -20px;
    left: 90px;
    transform-origin: 0 0;
    transform: rotate(90deg);
}

.sidebar-promo__decor.--light{
    color: rgba(255,255,255,0.08);
}

.sidebar-promo__name{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    display: block;
    margin: 0 0 15px;
}

.sidebar-promo__image{
    margin: 0 0 15px;
    position: relative;
}

.sidebar-promo__countdown{
    position: absolute;
    right: 0;
    bottom: 0;
}

/* sidebar products */

.sidebar-products{
    margin: 0 0 30px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    padding: 0 0 20px;
}

.sidebar-products__head{
    margin: 25px 12% 20px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

.sidebar-products__head--carousel{
    padding-right: 20px;
}

.sidebar-products__direction{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto;
}

.sidebar-carousel__prev,
.sidebar-carousel__next{
    display: block;
    font-size: 16px;
    cursor: pointer;
}

.sidebar-carousel__prev{
    margin: 0 0 3px;
}

.sidebar-carousel__prev.disabled,
.sidebar-carousel__next.disabled{
    opacity: .5;
    cursor: default;
}

.sidebar-products__list{
    padding: 0;
    list-style: none;
    margin: 0;
}

.sidebar-products__item{
    margin: 0;
    padding: 0 12%;
}

.sidebar-products__inner{
    display: block;
    padding: 20px 0;
}

@media (max-width: 1250px){
    .sidebar-products__head{
        margin: 15px 20px 0;
    }

    .sidebar-products__item{
        padding: 15px;
    }
}

.sidebar-products__item a:hover{
    color: #000;
}

.sidebar-products__image{
    width: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.sidebar-products__image img {
    max-width: 100%;
    max-height: 50px;
}

.sidebar-products__content{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}

.sidebar-products__title{
    font-size: 13px;
    margin: -5px 0 7px;
    max-height: 40px;
    overflow: hidden;
    padding: 0 0 2px;
}

.sidebar-products__title-inner{
    display: inline;
    border-bottom: 1px solid;
}


.sidebar-products__price{
    margin: 0 7px 0 0;
    font-size: 15px;
}

.sidebar-products__zero-text{
    font-weight: bold;
    font-size: 13px;
}


/* sidebar services */

.sidebar-services__el{
    margin: 0 0 25px;
    display: block;
    line-height: 1.4;
    text-decoration: none;
}

.sidebar-services__el:hover{
    color: #000;
}

.sidebar-services__el:last-child{
    margin: 0;
}

.sidebar-services__head{
    display: block;
    margin: 0 0 10px;
}

.sidebar-services__title{
    font-weight: bold;
}

.sidebar-services__icon{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #f6f6f6;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.sidebar-services__image{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
}

.sidebar-services__image img{
    max-width: 40px;
    max-height: 40px;
    vertical-align: middle;
    display: inline-block;
}

.sidebar-services__title{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
}

.sidebar-services__text{
    font-size: 13px;
}

/* sidebar photos */

.sidebar-photos{
    margin: 0 -8px 30px 0;
}

.sidebar-photos__list{
    overflow: hidden;
}

.sidebar-photos__item{
    width: 25%;
    float: left;
    padding: 0 8px 8px 0;
    font-size: 0;
    box-sizing: border-box;
}

.sidebar-photos__item.--first{
    width: 50%;
}

.sidebar-photos__item img{
    max-width: 100%;
    height: auto !important;
    border-radius: 3px;
}



/* custom scroll */

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: pointer;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element,
.scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-element div {
    background-color: transparent;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scroll-element.scroll-y {
    border-left: 1px solid #AAAAAA;
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scroll-element .scroll-element_corner {
    display: none;
}


.scroll-element div.scroll-bar_body-inner{
    background: #eaeaea;
    height: 1px;
    top: 50%;
}

.scroll-element.scroll-x .scroll-element_track {
    position: relative;
}

.scroll-element.scroll-y .scroll-element_track {
    position: relative;
}

.scroll-arrow_less,
.scroll-arrow_more{
    text-align: center;
    line-height: 17px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

.scroll-x .scroll-arrow_more:after {
    content: "\f105";
}

.scroll-x .scroll-arrow_less:after{
    content: "\f104";
}

.scroll-y .scroll-arrow_less {
    content: "\f106";
}
.scroll-y .scroll-arrow_more {
    content: "\f107";
}

.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scroll-element .scroll-arrow {
    display: none;
}

.scroll-element.scroll-element_arrows_visible .scroll-arrow {
    display: block;
    z-index: 12;
}

.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less {
    height: 100%;
    width: 16px;
}

.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {
    height: 100%;
    left: auto;
    right: 0;
    width: 16px;
}

.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer {
    left: 16px;
}

.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_track {
    left: -32px;
}

.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_size {
    left: -33px;
}

.scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less {
    width: 100%;
    height: 16px;
}

.scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 16px;
}

.scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer {
    top: 16px;
}

.scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_track {
    top: -32px;
}

.scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_size {
    top: -33px;
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -17px;
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -17px;
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_inner {
    left: -17px;
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_inner {
    top: -17px;
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_corner,
.scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_corner {
    border-top: 1px solid #AAAAAA;
    bottom: 0;
    display: block;
    height: 16px;
    left: auto;
    right: 0;
    top: auto;
    width: 16px;
    z-index: 13;
}

.scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more {
    right: 17px;
}

.scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_track {
    left: -50px;
}

.scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size {
    left: -51px;
}

.scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-arrow_more {
    bottom: 17px;
}

.scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_track {
    top: -50px;
}

.scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_size {
    top: -51px;
}

/* Плиточная галерея */

.gallerytile.__tile-active .gallerytile__items {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
}

.gallerytile.__tile-active .gallerytile__item {
    position: relative;
}

.gallerytile.__tile-active .gallerytile__item:before {
    content: "";
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 2px;
    transition: background .2s;
}

.gallerytile.__tile-active:hover .gallerytile__item:before{
    background: #efefef;
}

.gallerytile.__tile-active .gallerytile__item:hover:before {
    background: #a2a5a7;
}

.gallerytile.__tile-active .gallerytile__item:first-child:before {
    margin-left: 0;
}

.gallerytile.__tile-active .gallerytile__item:last-child:before {
    margin-right: 0;
}
/* END Плиточная галерея */

.btn-top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    background: #FFF;
    border: 1px solid #e7e7e7;
    display: none;
}

.edit-button{
    position: fixed;
    bottom: 0;
    left: 0;
    color: #FFF;
}

.edit-button__el{
    display: block;
    margin: 10px;
    text-decoration: none;
    background: #2a2929;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    color: #FFF;
}

.edit-button__el:hover{
    color: inherit;
}

.edit-button__el:hover {
    color: #FFF;
    opacity: 1;
}

@media (max-width: 1000px) {
    .edit-button__el{
        display: none;
    }
}

@media print{
    .edit-button__el{
        display: none;
    }
}

/* test settings */

.settings-head{
    float: left;
    font-size: 32px;
    font-weight: bold;
}

.settings-save{
    float: right;
}

.settings-save__clear{
    display: inline-block;
    margin: 0 20px 0 0;
}

.btn-settings{
    position: fixed;
    top: 20px;
    left: 20px;
    background: #6300ff;
}

.settings__el{
    margin: 0 10px 10px 0;
}

.settings__el--color{
    border:4px solid #FFF;
    line-height: 0;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
}
.settings__el--color.selected{
    border:4px solid #c8c8c8;
}

.settings__el input[type="radio"]{
    margin: 0 10px 0 0;
}

.settings-reset{
    float: right;
    margin: 0 10px 0 0;
}

.settings-footer{
    margin: 40px 0 0 0;
}
.settings-header{
    margin: 0 0 10px 0;
}

.buy-theme, a.buy-theme:hover{
    background: #ff6c00;
    color: #FFF;
    text-decoration: none;
}

.setting-title{
    font-weight: 600;
    font-size: 18px;
    margin: 40px 0 10px;
}

.setting-subtitle{
    margin: 0 0 10px;
    color: #797676;
    font-size: 13px;
}

.settings-list{
    margin: 0 0 20px;
    width: 100%;
}

input.settings__el-color{
    cursor: pointer;
    border: 1px solid #CCC;
}

.settings-clear{
    display: inline-block;
    margin: 0 0 0 10px;
    border-bottom: 1px dotted;
    line-height: 13px;
    cursor: pointer;
}

.content-loading{
    animation: spin 1s infinite linear;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    display: inline-block;
    font-size: 28px;
    font-style: normal;
}

.content-loading--mini{
    font-size: 18px;
}

.content-loading:before{
    content: "\f110";
}

.popup-content--settings{
    max-width: 800px;
}

.settings-clear-color{
    cursor: pointer;
    margin: 0 0 0 5px;
    font-size: 18px;
}

.services-shop{
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    padding: 15px;
    margin: 0 0 80px;
}

.services-shop:last-child{
    margin: 0 0 30px;
}

.services-shop__item{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 25%;
    padding: 15px;
    box-sizing: border-box;
}

.services-shop__item--c3{
    width: 33.33%;
}

.services-shop__item--c2{
    width: 50%;
}

.services-shop__item--c1{
    width: 100%;
}

.services-shop__item:hover{
    color: inherit;
}

.services-shop_image,
.services-shop_icon{
    width: 50px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
}

.services-shop_icon{
    border-radius: 50%;
    font-size: 16px;
    background: #f6f6f6;
}

.services-shop_image img{
    max-width: 100%;
    max-height: 100%;
}

.services-shop_image ~ .services-shop__content,
.services-shop_icon ~ .services-shop__content{
    margin: 0 0 0 70px;
}

.services-shop__title{
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 16px;
}

@media (min-width: 1250px) {
    .content-cols--sidebar .services-shop__item--c3{
        width: 33.33%;
    }

    .content-cols--sidebar .services-shop__item--c4{
        width: 50%;
    }
}


@media (max-width: 1250px) {
    .services-shop__item{
        width: 50%;
    }
}

@media (max-width: 600px) {
    .services-shop__item{
        width: 100%;
    }
}

@media (max-width: 380px) {
    .services-shop__item{
        padding: 15px 0;
    }

    .services-shop_image,
    .services-shop_icon{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .services-shop_image ~ .services-shop__content,
    .services-shop_icon ~ .services-shop__content {
        margin: 0 0 0 55px;
    }
}

/* BRANDS LIST ON HOMEPAGE */

.brands-list{
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    align-content: flex-start;
}

.homepage .brands-list:not(:last-child){
    margin-bottom: 80px;
}

.brands-list__head{
    flex: 0 0 auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 280px;
    margin: 0 40px 0 0;
}

.brands-list__head .h1 {
    display: inline;
    margin-inline-end: 20px;
}

.brands-list__link{
    display: inline;
}

.brands-list__outer{
    vertical-align: middle;
    overflow: hidden;
    flex: 1 1 auto;
}


.brands-list__outer .brands-list__outer{
    display: block;
}

.brands-list__items{
    overflow: hidden;
    margin: 0 -20px 0 0;
}

.scroll-scrollx_visible .brands-list__items.--scroll-custom{
    padding-bottom: 15px;
}

.brands-list__items.--scroll-custom{
    white-space: nowrap;
    margin-right: 0;
    overflow: visible;
}

.brands-list__items.--scroll{
    white-space: nowrap;
    margin-right: 0;
    overflow-x: scroll;
}

.brands-list__item{
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 9);
    padding: 10px 20px;
    height: 80px;
    line-height: 60px;
    box-sizing: border-box;
    text-align: center;
}

.brands-list__item img{
    max-height: 100%;
    vertical-align: middle;
}

@media (max-width: 1400px){
    .brands-list__item{
        width: calc(100% / 8);
    }
}

@media (max-width: 1300px){
    .brands-list__item{
        width: calc(100% / 7);
    }
}

@media (max-width: 1150px){
    .brands-list__item{
        width: calc(100% / 6);
    }
}

@media (max-width: 1000px){
    .brands-list__head{
        max-width: 240px;
    }

    .brands-list__item{
        width: 18%;
    }
}

@media (max-width: 900px){
    .brands-list__item{
        width: 22%;
    }
}

@media (max-width: 800px){
    .brands-list__item{
        width: 28%;
    }
}

@media (max-width: 700px){
    .brands-list{
        display: block;
    }

    .brands-list__head,
    .brands-list__outer{
        display: block;
        width: auto;
    }

    .brands-list__head{
        padding: 0;
        margin: 0 0 20px;
        max-width: none;
    }

    .brands-list__head .h1{
        vertical-align: middle;
        margin: 0 25px 0 0;
    }

    .brands-list__link{
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .brands-list__link .link-more{
        border-bottom: none;
    }
}


@media (max-width: 380px){
    .brands-list__item{
        width: 39%;
        padding: 10px;
    }
}

@media (min-width: 1024px){
    .content-cols--sidebar .brands-list__item{
        width: calc(100% / 6);
    }
}

@media (max-width: 1350px) and (min-width: 1024px){
    .content-cols--sidebar .brands-list__item{
        width: calc(100% / 5);
    }
}

@media (max-width: 1150px) and (min-width: 1024px){
    .content-cols--sidebar .brands-list__item{
        width: calc(100% / 4);
    }
}



























