@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
    url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff'),
    url('../fonts/Montserrat-Black.ttf') format('truetype'),
    url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #f5f4f0;
    font-size: 1.4rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.btn {
    font-size: 1.6rem;
}

.product-price__size .note-asterisk {
    display: none
}

.head-banner {
    float: right;
    width: 740px;
    height: 100px;
    margin-left: 16px;
    overflow: hidden;
    margin-top: 0;
    position: relative
}

.mobile-banner {
    display: none
}

.navbar_submenu {
    padding: 3px 0 5px;
    z-index: 1000 !important
}

.navbar_submenu .container {
    padding: 0;
    display: block
}

.navbar_submenu .navbar-nav {
    min-width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px
}

.navbar_submenu .navbar-nav li ul ul li {
    width: 330px
}

.navbar_submenu .navbar-nav > li {
    padding-right: 16px
}

.navbar_submenu .navbar-nav > li > a {
    font-size: 1.4rem
}

.navbar_submenu .navbar-nav > li > a::after {
    z-index: 1001
}

.navbar_submenu .navbar-nav > li > ul {
    top: auto;
    margin-top: 15px
}

.navbar_submenu .navbar-nav > li > ul > li .banner img {
    width: auto
}

.faq-box-b dl dt:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.faq-box-b dl dt:first-child {
    padding-top: 0
}

.faq-box-b dl dt:first-child:after {
    display: none
}

.filter-clone-container-container {
    display: none;
}


.filter-list.filter-clone.close-filters {
    height: auto;
    overflow: hidden
}

.sticky-header .social-links-wrapper {
    display: inline-table;
    padding-left: 20px;
    margin-right: 0
}

.sticky-header .social-links-wrapper .social-icons-b {
    margin-right: 0
}

.sticky-header .navbar_submenu .navbar-nav > li {
    padding-right: 14px
}

.sticky-header .wishlist-btn span {
    display: none
}

/*product-list*/
.plist {
    padding-bottom: 0;
    margin: 0 0;
}

.product-list {
    width: 1100px;
    margin: 55px auto 80px;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.plist__item {
    width: 33.3333%;
    height: 248px;
    background: #fff;
    margin: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 5px -2px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px -2px 10px 0px rgba(0, 0, 0, 0.3);

}

.plist__item > div {
    height: 100%;
    -webkit-box-shadow: inset 10px 0px 10px -5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 10px 0px 10px -5px rgba(0, 0, 0, 0.25);
}

.plist__item:first-child > div, .plist__item:nth-child(4) > div, .plist__item:nth-child(3n+4) > div {
    -webkit-box-shadow: inset 0 -10px 10px -7px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -10px 10px -7px rgba(0, 0, 0, 0.05);
}

.product-list-solo .plist__item > div {
    -webkit-box-shadow: inset 10px 0px 10px -5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 10px 0px 10px -5px rgba(0, 0, 0, 0.25);
}

.plist__item .product-price {
    padding-bottom: 0;
}

.product-item {
    border-radius: 0;
}

.product-list-solo .product-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-list-solo .product-item__img img {
    height: 278px;
    width: 290px;
}

.product-list-solo .product-item__img img.lazy-loaded {
    height: auto;
    width: auto;
}

.product-item__img {
    width: 248px;
    min-width: 248px;
    height: 248px;
    margin-bottom: 0;
    max-height: 248px;
    padding: 0 0 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.product-item__img img {
    max-width: 100%;
    max-height: 236px;
    height: 236px;
    width: 248px;
    border-radius: 0;
    margin: auto;
}

.product-item__img img.lazy-loaded {
    width: auto;
    height: auto;
}

.plist__item .product-price-block {
    margin-bottom: 2px;
}

.plist__item .product-item__author {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
}

.product-list-solo .plist__item .product-item__author {
    max-height: 43px;
    line-height: normal;
}

.plist__item.good.added-for-banner-js.slick-slider {
    height: 248px;
}

.product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 248px);
    min-width: calc(100% - 248px);
    max-width: calc(100% - 248px);
    padding: 15px 7px 3px;
}

.product-list-solo .product-item__text {
    width: calc(100% - 290px);
    min-width: calc(100% - 290px);
    max-width: calc(100% - 290px);
}

.note {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 29px;
    font-size: 1.1rem;
    line-height: normal;
    height: auto;
    color: #959595;
    margin-bottom: 5px;
}

.product-item__bott {
    display: none;
}

.product-item__text__title {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #000;
    line-height: normal;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 58px;
    word-break: break-word;
}

.product-item__text__title:hover, .product-item__author:hover {
    text-decoration: none;
    color: #000;
}

.product-item__author {
    font-size: 1.4rem;
    color: #000;
    line-height: normal;
    text-align: center;
    overflow: hidden;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-item-top span {
    color: #959595;
    text-align: center;
    text-transform: lowercase;
    font-family: "Montserrat-Regular", sans-serif;
}

.product-price_middle .product-price__stock {
    background: #000;
    color: #fff;
    font-size: 3.4rem;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-weight: 600;
    display: inline-block;
    width: auto;
    height: 36px;
    margin-right: 0;
    padding: 0 8px;
    line-height: 3.5rem;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 5px;
    border-radius: 0;
}

.product-price__size strong {
    font-size: 1.9rem !important;
    line-height: 2.6rem !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.product-price__size u {
    color: #959595;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    text-decoration: line-through;
    display: block;
    margin-top: 5px;
}

.note-asterisk {
    margin-top: 14px;
    margin-left: -5px;
}

.product-item .product-timer {
    padding-bottom: 0;
}

.product-list-solo {
    -webkit-box-shadow: 5px -2px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px -2px 10px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 80px;
    position: relative;
}

.product-list-solo .product-item__img {
    width: 290px;
    min-width: 290px;
    height: 290px;
    margin-bottom: 0;
    max-height: 290px;
}

.product-list-solo .plist__item {
    width: 100%;
    height: 290px;
    margin-top: 0;
}

.product-list-solo .product-item__text__title, .product-list-solo .product-item__author {
    font-size: 1.7rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 2rem;
}

.product-list-solo .product-item__text__title {
    max-height: 64px;
    line-height: normal;
    width: 100%;
}

/*end product list*/

.homepage-partner-slider {
    background: transparent;
    padding: 10px 4px;
    margin: 0 0 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 115px;
    position: relative;
    overflow: hidden;
    clear: both;
}

.homepage-partner-slider .main-stock__img {
    max-width: 305px;
    width: auto;
    height: auto;
    max-height: 115px;
    overflow: hidden
}

.homepage-partner-slider .promo-item-block {
    padding-right: 2px;
    padding-left: 2px;
    max-width: 305px;
    width: auto;
    height: auto;
    max-height: 115px;
    overflow: hidden
}

.homepage-partner-slider .main-stock__img img {
    padding: 10px;
    max-width: 305px;
    width: auto;
    height: auto;
    max-height: 115px;
}

.main-stock__img img {
    width: 100%;
    height: 100%;
}

.main-stock__img img.lazy-loaded {
    width: auto;
    height: auto;
}

.promo-slider {
    margin-top: 50px;
    position: relative;
}

.promo-slider:before, .promo-slider:after, .product-list-solo:before, .product-list-solo:after {
    content: '';
    height: 100%;
    width: 350px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.promo-slider:before, .product-list-solo:before {
    left: 0;
    background: rgb(245, 244, 240);
    background: -o-linear-gradient(left, rgba(245, 244, 240, 0.9) 0%, rgba(245, 244, 240, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(245, 244, 240, 0.9)), to(rgba(245, 244, 240, 0)));
    background: linear-gradient(90deg, rgba(245, 244, 240, 0.9) 0%, rgba(245, 244, 240, 0) 100%);
}

.promo-slider:after, .product-list-solo:after {
    right: 0;
    background: rgb(245, 244, 240);
    background: -o-linear-gradient(right, rgba(245, 244, 240, 0.9) 0%, rgba(245, 244, 240, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(245, 244, 240, 0.9)), to(rgba(245, 244, 240, 0)));
    background: linear-gradient(270deg, rgba(245, 244, 240, 0.9) 0%, rgba(245, 244, 240, 0) 100%);
}

.promo-slider .main-stock-items > div:not(.owl-carousel) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.promo-slider .main-stock-items > button {
    display: none;
}

.promo-slider .main-stock-items > div:not(.owl-carousel) .promo-hero img,
.promo-slider .owl-stage-outer {
    width: 100%;
}

.owl-stage-outer {
    overflow: hidden;
}

.promo-slider .promo-item-block {
    margin: 0 3px;
}

.main-stock-items .owl-carousel {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 416px;
}

.owl-carousel {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot, .owl-loaded button.owl-dot {
    border: none !important;
    background: transparent;
}

.owl-loaded .owl-item img.owl-lazy {
    opacity: 1;
}

.main-stock-items .owl-carousel .owl-dots, .product-list-solo.owl-carousel .owl-dots, .product-list-solo.owl-loaded .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
}

.product-list-solo.owl-carousel .owl-dots, .product-list-solo.owl-loaded .owl-dots {
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.main-stock-items .owl-carousel .owl-dot span, .product-list-solo.owl-carousel .owl-dot span, .product-list-solo.owl-loaded .owl-dot span {
    width: 20px;
    height: 20px;
    border: 6px solid #000;
    font-size: 0;
    line-height: 0;
    color: transparent;
    outline: none;
    margin: 0 14px;
    border-radius: 50%;
    padding: 0;
    display: block;
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3);
    background: none;
    opacity: .5;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

.owl-carousel .owl-controls .owl-dot.active span, .product-list-solo.owl-carousel .owl-controls .owl-dot.active span, .product-list-solo.owl-carousel .owl-dot.active span,
.main-stock-items .owl-carousel .owl-dot.active span, .product-list-solo.owl-carousel .owl-dot.active span, .product-list-solo.owl-loaded .owl-dot.active span {
    opacity: 1;
}

.main-stock-items__list.slick-slider .slick-arrow {
    top: 55px;
    visibility: visible;
    width: 30px;
    height: 55px
}

.main-stock-items__list.slick-slider .slick-prev {
    left: 5px
}

.main-stock-items__list.slick-slider .slick-next {
    right: 5px
}

.main-stock-items__list.slick-slider .slick-arrow::before {
    font-size: 2rem
}

.plist-show-more {
    margin-top: 40px;
}

.product-item-bottom {
    width: 100%;
}

.product-item-bottom .btn-quickview, .btn-share-product {
    display: none
}

.product-list .product-timer .count-item span, .product-list-solo .product-timer .count-item span {
    display: inline-block;
    vertical-align: top;
    height: 23px;
    line-height: 2rem;
    text-align: center;
    width: 11px;
    border: none;
    border-radius: 0;
    margin-left: 0;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Montserrat-Bold", sans-serif;
    color: #fff;
    position: relative;
    background: #959595;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747474', endColorstr='#000000', GradientType=0);
}

.product-list .product-timer .count-item span:after, .product-list-solo .product-timer .count-item span:after {
    display: none;
}

.product-list .product-timer .count-item, .product-list-solo .product-timer .count-item {
    margin-left: 0;
    width: 31px;
    text-align: center;
    background: #959595;
    padding-bottom: 7px;
}

.product-list .product-timer .count-item:after, .product-list-solo .product-timer .count-item:after {
    display: none;
}

.product-list .product-timer .count-item em, .product-list-solo .product-timer .count-item em {
    font-size: 0;
    line-height: 1.3rem;
    color: #000;
    bottom: 2px;
}

.product-list .product-timer .count-item:nth-child(1) em:after, .product-list-solo .product-timer .count-item:nth-child(1) em:after {
    content: 'TAGE';
    text-transform: uppercase;
    display: block;
    font-size: 0.8rem;
    text-align: center;
    font-family: "Montserrat-Bold", sans-serif;
}

.product-list .product-timer .count-item:nth-child(2) em:after, .product-list-solo .product-timer .count-item:nth-child(2) em:after {
    content: 'STD.';
    text-transform: uppercase;
    display: block;
    font-size: 0.8rem;
    text-align: center;
    font-family: "Montserrat-Bold", sans-serif;
}

.product-list .product-timer .count-item:nth-child(3) em:after, .product-list-solo .product-timer .count-item:nth-child(3) em:after {
    content: 'MIN.';
    text-transform: uppercase;
    display: block;
    font-size: 0.8rem;
    text-align: center;
    font-family: "Montserrat-Bold", sans-serif;
}

.product-list .product-timer .count-item:nth-child(4) em:after, .product-list-solo .product-timer .count-item:nth-child(4) em:after {
    content: 'SEK.';
    text-transform: uppercase;
    display: block;
    font-size: 0.8rem;
    text-align: center;
    font-family: "Montserrat-Bold", sans-serif;
}

.product-list .product-timer .count-item:first-child, .product-list-solo .product-timer .count-item:first-child {
    width: 35px;
}

.product-list-solo .product-timer .count-item span {
    height: 30px;
    line-height: 2.2rem;
    width: 16px;
    font-size: 2.1rem;
}

.product-list-solo .product-timer .count-item {
    margin-left: 0;
    width: 42px;
}

.product-list-solo .product-timer .count-item:first-child {
    width: 42px;
}

.product-list .product-timer .count-item em {
    bottom: 1px;
}

.product-list-solo .product-timer .count-item:nth-child(1) em:after, .product-list-solo .product-timer .count-item:nth-child(2) em:after,
.product-list-solo .product-timer .count-item:nth-child(3) em:after, .product-list-solo .product-timer .count-item:nth-child(4) em:after {
    font-size: 1rem;
}

.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.7rem;
    font-weight: 700;
}

.product-price__size strong .note-asterisk {
    display: none
}

.social-icons-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.subscribe-block {
    background: #ffd82e;
    padding: 15px 35px;
    width: 459px;
    margin: 0 auto 30px;
    color: #000;
    line-height: 2.5rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: "Monserrat-Bold", sans-serif;
}

.subscribe-block i {
    text-transform: none;
    color: #fff;
}

.subscribe-block a {
    text-transform: none;
    text-decoration: underline;
    color: #000;
}

.subscribe-block div {
    position: relative;
    display: inline-block;
    width: 55px;
}

.subscribe-block span {
    position: absolute;
    top: -28px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    font-size: 1.8rem;
    color: #fff;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    line-height: 5.5rem;
    text-align: center;
}

p.subscr-text {
    text-align: center;
    margin-bottom: 25px;
    font-size: 2rem;
    font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .subscribe-block {
        padding: 15px 15px;
        width: 100%;
        margin: 0 auto 15px;
        line-height: 2.2rem;
        font-size: 1.4rem;
    }

    .subscribe-block div {
        width: 45px;
    }

    .subscribe-block span {
        top: -18px;
        height: 45px;
        width: 45px;
        line-height: 4.5rem;
        font-size: 1.4rem;
    }

    p.subscr-text {
        margin-bottom: 15px;
        font-size: 1.5rem;
    }

    .promo-slider .main-stock-items > div:not(.owl-carousel) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .promo-slider .main-stock-items > div:not(.owl-carousel) .promo-item-block {
        display: block;
        width: 310px;
        margin: 15px auto 20px;
    }

    .product-list-items-container {
        padding: 0 20px;
    }

    .product-price__size .note-asterisk {
        display: inline-block
    }

    .product-list .product-timer .count-item, .product-list-solo .product-timer .count-item {
        margin-right: -2px;
    }

    .product-list-solo .product-timer .count-item span {
        height: 24px;
        line-height: 1.6rem;
        width: 13px;
        font-size: 1.6rem;
    }

    .product-list-solo .product-timer .count-item:nth-child(1) em:after, .product-list-solo .product-timer .count-item:nth-child(2) em:after, .product-list-solo .product-timer .count-item:nth-child(3) em:after, .product-list-solo .product-timer .count-item:nth-child(4) em:after {
        font-size: 0.8rem;
    }

    .product-list-solo .product-timer .count-item em {
        bottom: 2px;
    }

    .product-list-solo .product-timer .count-item {
        margin-left: 0;
        width: 35px;
    }

    .product-price__size strong .note-asterisk {
        margin-top: -1px;
        display: inline-block;
        vertical-align: text-bottom;
    }

    .product-price-block > .note-asterisk {
        display: none
    }

    .page__header {
        position: fixed;
        z-index: 1600;
        margin: 0 0 10px
    }

    .page__header ~ .page__header .navbar_submenu {
        z-index: -10
    }

    .slick-slider .swiper-slide {
        border-radius: 0;
    }

    .head-banner {
        margin: 0;
        position: fixed;
        z-index: 1000;
        bottom: auto;
        left: 0;
        top: 65px;
        float: none;
        border-radius: 0;
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        padding: 0 0 0;
        overflow: inherit;
        max-height: unset;
    }

    .head-banner a {
        display: block;
        height: auto;
    }

    .mobile-banner {
        display: block
    }

    .desktop-banner {
        display: none
    }

    .navbar_submenu {
        width: 265px;
        left: -275px;
        padding: 0 0 5px;
        -webkit-transition: left .3s ease;
        -o-transition: left .3s ease;
        transition: left .3s ease
    }

    .navbar-open .navbar_submenu {
        left: 0;
        -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75)
    }

    .navbar-open .btn-burger:active, .navbar-open .btn-burger {
        height: 41px;
        width: 33px;
        -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75)
    }

    .kv-editable {
        display: none
    }

    .navbar_submenu .container {
        width: 100%;
        display: block;
        margin-top: 0;
        border-right: 2px solid;
        padding-bottom: 30px;
        min-height: 100vh
    }

    .navbar_submenu .navbar-nav {
        width: 100%;
        display: block;
    }

    .navbar_submenu .navbar-nav li ul.dropdown-menu, .navbar_submenu .navbar-nav li ul.dropdown-menu .dropdown-menu, .filter-list__category ul {
        position: relative;
        right: 0;
        background: transparent
    }

    .navbar_submenu .navbar-nav li.submenu-title {
        color: #fff;
        font-size: 3.5rem;
        line-height: 4rem;
        font-weight: 600
    }

    .navbar_submenu .navbar-nav > li > ul > li a {
        color: #fff
    }

    .navbar_submenu .navbar-nav > li > ul > li a:before {
        content: "-";
        position: relative;
        left: -5px
    }

    .navbar_submenu .navbar-nav > li:first-child {
        padding-left: 15px;
        margin-top: 0
    }

    .navbar_submenu .navbar-nav li.submenu-title span, .filter-list__wrap > span {
        display: block;
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: 600
    }

    .filter-list__wrap > span {
        display: none !important;
    }

    .navbar_submenu .navbar-nav > li > a {
        color: #fff
    }

    .navbar_submenu .navbar-nav {
        overflow-y: inherit;
        min-width: 1px
    }

    .navbar_submenu .navbar-nav .dropdown-menu {
        -webkit-transition: .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
        -o-transition: .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
        transition: .4s cubic-bezier(0.55, 0.09, 0.68, 0.53)
    }

    .navbar_submenu .navbar-nav > li > a, .navbar_submenu .navbar-nav > li.dropdown a, .navbar_submenu .navbar-nav > li ul a, .navbar_submenu .navbar-nav > li ul.dropdown-menu a {
        padding: 7px 40px 7px 17px;
        font-size: 1.8rem;
        line-height: 1.8rem
    }

    .navbar_submenu .navbar-nav > li ul.dropdown-menu a:hover, .navbar_submenu .navbar-nav > li ul.dropdown-menu a:focus, .navbar_submenu .navbar-nav > li ul.dropdown-menu a:active {
        color: #fff
    }

    .navbar_submenu .navbar-nav > li ul a, .navbar_submenu .navbar-nav > li ul.dropdown-menu a {
        padding: 6px 40px;
        font-size: 1.7rem
    }

    .navbar_submenu .navbar-nav > li > a [class^='icon-arrow'], .navbar_submenu .navbar-nav > li.dropdown a [class^='icon-arrow'], .navbar_submenu .navbar-nav > li ul a [class^='icon-arrow'], .navbar_submenu .navbar-nav > li ul.dropdown-menu a [class^='icon-arrow'] {
        font-size: 2.3rem;
        line-height: 2.8rem;
        font-weight: 700
    }

    .touchevents .navbar_submenu .navbar-nav li.dropdown.open > a {
        color: #fff !important
    }

    .navbar_submenu .navbar-nav li, .navbar_submenu .navbar-nav > li, .navbar_submenu .navbar-nav > li ul, .navbar_submenu .navbar-nav > li.dropdown, .navbar_submenu .navbar-nav > li.dropdown ul {
        margin: 0;
        padding: 0;
        width: 100%
    }

    .navbar_submenu .navbar-nav > li.dropdown ul {
        min-height: 20px
    }

    .navbar_submenu .navbar-nav li, .navbar_submenu .navbar-nav > li, .navbar_submenu .navbar-nav > li.dropdown {
        display: block
    }

    .navbar_submenu .navbar-nav li.dropdown-back {
        display: none !important
    }

    .filter-clone-container-container {
        position: fixed;
        top: 15px;
        left: 0;
        z-index: 800
    }

    .filter-clone-container {
        width: 100%;
        display: block
    }

    .filter-list.filter-clone.close-filters {
        height: 43px;
        width: 100%;
        background: transparent !important;
        border-color: transparent !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .close-filters .filter-list__title, .filter-list__title:active, .filter-list__title:focus {
        color: #959595;
        margin-right: 0;
        font-size: 1.5rem;
    }

    .filter-list__title:active, .filter-list__title:focus {
        opacity: 1;
    }

    .filter-list button {
        border: none;
        padding: 6px 14px 0 14px;
        line-height: 4rem;
    }

    .filter-clone.close-filters .filter-list__title {
        width: 140px
    }

    .filter-list__category .icon-arrow-right-thick {
        display: inline-block;
        font-size: 2.3rem;
        line-height: 2.8rem;
        font-weight: 700;
        position: absolute;
        color: #fff;
        width: 60px;
        right: 7px
    }

    .category-content .plist {
        height: auto !important;
    }

    .brands-alpha .slick-arrow, .partner-slider .slick-arrow {
        display: block !important;
        width: 17px;
        visibility: visible;
        height: 18px;
        padding: 0
    }

    .brands-alpha .slick-prev::before, .brands-alpha .slick-next::before {
        color: #000
    }

    .partner-slider .slick-prev::before, .partner-slider .slick-next::before {
        color: #fff
    }

    .brands-alpha .slick-prev, .partner-slider .slick-prev {
        left: 0
    }

    .brands-alpha .slick-next, .partner-slider .slick-next {
        right: 0
    }

    .brands-alpha .slick-list {
        margin: 0 10px
    }

    .partners-list-wrapper {
        display: block;
        height: auto
    }

    .partner-slider {
        padding: 5px 4px;
        height: auto
    }

    .partner-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .partner-slider .slick-slide {
        margin-right: 2px;
        border: 1px solid #000;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .partner-slider.slick-slider .swiper-slide {
        border-radius: 0;
        overflow: initial;
        margin: auto;
    }

    .note-asterisk {
        position: relative;
        margin-top: 10px;
        margin-left: 1px
    }

    .filter-list.filter-clone.close-filters .filter-btn {
        display: none
    }

    .zoomContainer {
        z-index: 2000
    }

    .promo-slider:before, .promo-slider:after, .product-list-solo:before, .product-list-solo:after {
        display: none;
    }

    .plist-wrap {
        overflow-x: hidden;
    }

    .product-list-solo .plist__item > div {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #eee;
    }

}

.site-login {
    width: 1410px;
    margin: 150px auto 50px;
}

.site-login .row {
    margin-right: -15px;
    margin-left: -15px;
}

html, body {
    font-family: 'Montserrat-Regular', sans-serif;
}

body {
    overflow-x: hidden;
    min-width: 1920px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.page__header .btn-burger span {
    width: 34px;
    height: 2px;
    margin-top: -3px;
    margin-left: -20px;
}

.page__header .btn-burger span::before, .page__header .btn-burger span::after {
    width: 34px;
    height: 2px;
}

.page__header.page__header-de {
    background: transparent;
}

.page__header.page__header-de > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page__header.page__header-de.with-banner .header-sale {
    width: auto;
    position: relative;
    float: none;
    top: 0;
    padding-top: 0;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page__header.page__header-de.with-banner .navbar-brand {
    width: auto;
    height: auto;
    padding: 0 15px;
    margin: 0 !important;
    max-height: 100%;
}

#header-logo-block {
    width: auto;
    height: 55px;
    margin: 0 20px 0 80px;
}

#header-logo-block img {
    max-width: 100%;
    max-height: 80px;
    min-height: 50px;
    min-width: 79px;
    margin: -14px 0 0 !important;
}

.page__header-de .grey-theme .count-item:nth-child(2)::after, .page__header-de .grey-theme .count-item:nth-child(1)::after, .page__header-de .grey-theme .count-item:nth-child(3)::after, .page__header-de .grey-theme .count-item:nth-child(4)::after {
    display: none;
}

.page__header .navbar-brand img {
    width: auto;
}

.page__header .btn-burger span::after {
    top: 10px;
}

.page__header .btn-burger span::before {
    top: -10px;
}

.page__header .btn-burger:active {
    background: transparent;
}

.page__header .btn-burger {
    height: 55px;
    width: 75px;
    left: 0;
    -webkit-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
    margin-left: 10px;
    top: 23px;
}

.page__header.page__header-de .header-sale__timer {
    padding-top: 0;
}

.grey-theme .product-timer .count-item {
    padding-bottom: 0;
    width: 140px;
}

.grey-theme .product-timer .count-item em {
    display: block;
    position: absolute;
    left: 80px;
    font-weight: 700;
    bottom: 0;
    text-align: left;
    font-size: 0;
    font-style: normal;
    color: #fff;
}

.grey-theme .count-item em:after {
    display: block;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
}

.grey-theme .count-item:first-child em::after {
    content: 'tage';
}

.grey-theme .count-item:nth-child(2) em::after {
    content: 'std.';
}

.grey-theme .count-item:nth-child(3) em::after {
    content: 'min.';
}

.grey-theme .count-item:nth-child(4) em::after {
    content: 'sek.';
}

.grey-theme .count-item:after {
    display: none;
}

.grey-theme .product-timer .count-item span {
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    border-radius: 0;
    font-size: clamp(3.5rem, 3.5rem, 3.5rem);
    height: 50px;
    width: 35px;
    line-height: 1;
    background-color: #fff;
    color: #000;
    border: 2px solid #959595;
    margin: 0 2px;
    padding: 6px 0;
    position: relative;
}

.grey-theme .product-timer .count-item span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: #4d4c4c;
}

.menu-open .btn-burger {
    left: 0;
}

.menu {
    position: fixed;
    background: #000;
    width: 350px;
    height: auto;
    top: 90px;
    z-index: 5000;
    left: -100%;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
}

.owl-stage {
    display: flex;
}

.owl-nav.disabled, .owl-dots.disabled {
    display: none;
}

.menu.open {
    left: 0;
    display: block;
}

.menu .wishlist-btn, .menu .sidebar-wishlist, .menu .navbar-nav > li > a::after {
    display: none;
}

.menu > ul {
    padding: 20px 0;
}

.menu li {
    padding: 10px 20px;
    float: none;
}

.menu .nav-link {
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.menu .navbar-nav {
    margin-top: 5px;
    min-width: 330px;
    width: 330px;
    margin-bottom: 10px;
    max-width: 330px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
}

.menu .navbar-nav.open {
    display: block;
}

.menu .navbar-nav > li > a {
    border-bottom: none;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu .navbar-nav > li > ul {
    position: relative;
    max-width: 275px;
    min-width: 275px;
    min-height: 1px;
    margin: 10px 0 10px;
    padding: 5px 7px 0 !important;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    background: transparent;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu .navbar-nav > li > ul > li a:hover, .menu .navbar-nav > li > ul > li a:focus {
    background: transparent;
}

.menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.menu::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.menu .nav .open > a, .menu .nav .open > a:hover, .menu .nav .open > a:focus {
    background-color: transparent;
}

.menu .navbar-nav > li > a.active, .menu .navbar-nav > li > a:hover {
    border-bottom: none;
    text-decoration: none;
    color: #eabc00;
}

.menu .navbar-nav > li > ul > li {
    width: 300px;
    padding: 0 10px 0 25px;
}

.menu .navbar-nav > li > ul > li a {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-size: 1.4rem;
    color: #fff;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    line-height: 1.7rem;
}

.menu .banner-slider {
    display: none;
}

.logo-original {
    background: url("../images/original-stamp.png") no-repeat;
    background-size: contain;
}

.page__header .logo-original {
    display: none;
    top: 19px;
    left: 180px;
    width: 55px;
    height: 55px;
    position: absolute;
}

.menu .logo-original {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    position: relative;
}

.menu .navbar-brand {
    padding: 0;
}

.menu li:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 10px;
}

.menu #header-logo-block {
    margin: 0 15px 0 15px;
}

.icon-arrow-right-thick:before {
    content: "\002b";
}

.menu .navbar-nav li > a .icon-arrow-right-thick {
    color: #fff;
    font-size: 1.8rem;
    display: block;
    margin: 0 0 0 auto;
}

.menu .navbar-nav li > a:hover .icon-arrow-right-thick {
    text-decoration: none;
    color: #fff;
}

.footer-logo-wrapper .logo-original {
    display: none;
    width: 110px;
    height: 110px;
}

.grey-theme .count-item span::after {
    display: none;
}

.grey-theme .count-item::after {
    font-size: 1.1rem;
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
}

.social-links-wrapper {
    float: none;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 40px;
}

.social-links-wrapper .nav-pills > li > a {
    border-radius: 0;
    font-size: 0;
    text-align: center;
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 10px;
    height: 42px;
    width: 42px;
}

.social-links-wrapper li + li {
    margin-left: 0;
}

.social-icons-b .icon.icon-facebook i {
    background: url('../images/svg/facebook-icon.svg') no-repeat;
    background-size: contain;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: block;
}

.social-icons-b .icon.icon-google i {
    background: url('../images/svg/google-icon.svg') no-repeat;
    background-size: contain;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: block;
}

.social-icons-b .icon.icon-youtube i {
    background: url('../images/svg/youtube.png') no-repeat;
    background-size: contain;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: block;
}

.sign-btn {
    background: url('../images/svg/subscribe-icon.svg') no-repeat;
    background-size: contain;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: block;
    position: relative;
    float: none;
    right: 0;
    border: none;
    padding: 0;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

.sign-btn:hover, .sign-btn:focus, .sign-btn:active, .sign-btn:active:hover, .sign-btn:active:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url('../images/svg/subscribe-icon.svg') no-repeat;
    background-size: contain;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
}

.signup-popup__info {
    font-family: "Montserrat-Medium", Arial, sans-serif;
}

.signup-popup__info h3 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 5.5rem;
    text-transform: unset;
    letter-spacing: 5px;
    margin-bottom: 35px;
    margin-top: 55px;
    color: #fff;
    text-align: center;
}

.signup-popup__info {
    text-align: center;
}

.form-subscribe_a .form-subscribe__top {
    background: #fff;
}

.close {
    color: #fff;
}

.form-subscribe-bild__bottom {
    font-size: 1.4rem;
    font-family: "Montserrat-Regular", Arial, sans-serif;
    color: #fff;
    margin-top: 20px;
    line-height: 2rem;
}

.social-icons-b .icon.icon-instagram i {
    background: url('../images/svg/instagram-icon.svg') no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: block;
}

.page__header.page__header-de > div:not(.submenu-container) {
    background: #000;
    border-bottom: 1px solid #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    width: 100%;
    height: 101px;
    -webkit-box-shadow: 0 -1px 10px 2px rgba(0, 0, 0, 0.45);
    box-shadow: 0 -1px 10px 2px rgba(0, 0, 0, 0.45);
}

.navbar_submenu .navbar-nav > li > a.active, .navbar_submenu .navbar-nav > li > a:hover,
.navbar_submenu .navbar-nav > li.open > a:hover, .navbar_submenu .navbar-nav > li.open > a {
    color: #000;
}

.submenu-container {
    margin-top: 110px;
}

.navbar_submenu {
    width: 100%;
    padding: 1px 0 3px;
}

.navbar_submenu .container {
    width: 100%;
}

.navbar_submenu .navbar-nav > li > a {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.navbar_submenu .navbar-nav > li {
    margin-bottom: 8px;
    padding-bottom: 0;
}

.navbar_submenu .navbar-nav > li.offline {
    border-bottom: 3px solid #fff;
}

.navbar_submenu .navbar-nav > li.offline a:hover, .navbar_submenu .navbar-nav > li.offline.open > a {
    color: #000;
    border-bottom: none;
}

.navbar_submenu .navbar-nav {
    margin-top: 10px;
}

.navbar_submenu .navbar-nav > li > ul::before {
    height: 15px;
    top: -15px;
}

.content {
    width: 100%;
}

.content__main {
    float: none;
    width: auto;
}

.catalog-slider-inner.desktop-banner .section-wrap {
    width: 100%;
}

.main-stock-items {
    float: none;
}

.main-stock-items__list > .col-sm-6:nth-of-type(odd), .main-stock-items__list > .col-xs-12:nth-of-type(odd) {
    padding-right: 0;
    padding-left: 0;
}

.main-stock-items__list > .col-sm-6:nth-of-type(even), .main-stock-items__list > .col-xs-12:nth-of-type(even) {
    padding-left: 0;
    padding-right: 0;
}

.main-stock__img {
    height: 265px;
    width: 705px;
}

.main-stock-items .section-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 30px;
}

.main-stock__info .title {
    width: 100%;
    float: none;
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 2.2rem;
    font-weight: 500;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    height: 36px;
}

.main-stock:hover .title, .main-stock:focus .title {
    text-decoration: underline;
}

.black-btn, .black-btn:hover, .black-btn:focus, .buttons-container .btn, .show-more, .show-more-text, .show-more-text:hover {
    background: transparent;
    border: none;
    border-bottom: 4px solid #959595;
    color: #959595;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 1410px;
    margin: 0 auto 50px;
    font-family: "Montserrat", Arial, sans-serif;
    display: block;
    position: relative;
    padding-bottom: 6px;
    line-height: 1.8rem;
    cursor: pointer;
}

.show-more-text, .show-more-text:hover {
    width: 100%;
    margin-top: 30px;
}

.product-carousel {
    margin-bottom: 25px;
}

.black-btn:active, .buttons-container .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.black-btn:after, .buttons-container .btn:after, .show-more:after, .show-more-text:after {
    border: solid #959595;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 12px;
    content: '';
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 16px);
    bottom: -32px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
}

.wrap-categories-list {
    width: 1410px;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap-category-list strong {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
    display: block;
    padding: 0 0 15px
}

.category-list a:last-child:after {
    display: none
}

.category-list a {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    line-height: 1.3
}

.category-list a + a {
    margin: 0 10px 0 0
}

.category-list a:hover {
    text-decoration: none
}

.wrap-category-list {
    width: 1100px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.category-list > div {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category-list a {
    margin: 0 15px 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.6rem;
}

.category-list a:after {
    content: '/';
    display: inline-block;
    margin-left: 15px;
}

.category-item {
    width: 25%;
    height: 205px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 0 128px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 0 128px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-item > div {
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-item h3 {
    text-align: center;
    letter-spacing: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-item h3 a, .category-item h3 a:hover, .category-item h3 a:focus {
    font-size: 2.2rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", Arial, sans-serif;
}

.opacity-block {
    margin-top: 20px;
    font-size: 1.2rem;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: none;
    visibility: hidden;
}

.opacity-block a, .opacity-block a:hover, .opacity-block a:focus {
    color: #fff;
    display: block;
    width: 125px;
    word-break: break-word;
    line-height: 1.8rem;
    text-decoration: none;
}

.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;

    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.category-list a + a {
    margin: 0 15px 10px;
}

.search-page {
    padding-top: 25px;
}

.category-page {
    padding-top: 25px;
}

.color-btn {
    margin: 0 auto;
    font-size: 1.6rem;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 3.4rem;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    padding: 5px 15px;
    display: table;
}

.alphabet table {
    width: 100%;
}

.brands__items_group > .title {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 2.2rem;
}

.brands__items .brand-item__info {
    height: 72px;
}

.brands__items .brand-item__info .title {
    margin-top: 0;
    height: 45px;
    font-size: 1.4rem;
    font-family: "Montserrat-Bold", Arial, sans-serif
}

.page__header.page__header-de.with-banner .navbar-default {
    height: auto;
    width: auto;
    background: transparent;
}

.page__header.page__header-de .header-sale__title {
    display: none;
}

.navbar_submenu .navbar-nav > li {
    padding-right: 0;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

.page__header .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
    margin: auto 0;
}

.btn-up {
    background: rgba(256, 256, 256, 0.2);
    border: 3px solid #fff;
    border-radius: 0;
    bottom: auto;
    top: 110px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-up i, .btn-up span {
    font-family: "Montserrat-bold", Arial, sans-serif;
}

.btn-up i {
    display: inline-block;
    background: url("../images/svg/chevron-up-light.svg") no-repeat center/cover !important;
}

.whiteboard {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: auto !important;
    padding: 0;
    margin-top: 50px;
    background: #f5f4f0;
    margin-right: 0;
}

.category-page .whiteboard {
    width: 1410px;
    margin: 0 auto;
}

.whiteboard.short-text {
    height: 400px !important;
    margin-bottom: 30px;
}

.section__title, .whiteboard h2, .section-info h2, .shops-title, .product-title h1 {
    padding: 0;
    margin-bottom: 95px;
    text-align: center;
}

.panel h1, .box-title {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}

.sub-section {
    padding-left: 0;
}

.section-info h2, .whiteboard h2, .shops-title a, .panel h1, .product-title h1, .box-title {
    font-size: 1.6rem;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    line-height: 3.4rem;
    color: #000;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.product-title h1 {
    margin-top: 20px;
}

.product-descr-title h3 {
    font-size: 1.9rem;
    font-family: "Montserrat-Medium", Arial, sans-serif;
    margin-top: 0;
}

.product-timer_big .label {
    display: none;
}

.product-timer_big {
    background: #000;
    padding-left: 8px;
}

.promo-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.shops-title {
    margin-bottom: 70px;
}

.panel h1 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6rem;
    display: block;
}

.panel-heading {
    padding: 0;
}

.product-list {
    width: 1410px;
    margin: auto;
    padding-top: 0;
}

.promo-item-block {
    display: inline-block;
    width: 705px;
}

.promo-list .promo-item-block {
    margin-bottom: 30px;
}

.brands__items .promo-item-block {
    padding-left: 0;
    width: 705px;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 0;
}

.brands__items .promo-item-block:nth-child(odd) {
    margin-right: 8px;
}

.brands__items .promo-item-block:nth-child(even) {
    margin-left: 8px;
}

.section__title:before, .whiteboard h2:before, .section-info h2:before, .shops-title:before, .panel h1:before, .product-title h1:before, .box-title:before {
    content: '';
    height: 20px;
    width: 100%;
    display: block;
}

.alphabet-wrap {
    width: 1410px;
    margin: 0 auto;
}

.whiteboard .post-container {
    width: 1410px;
    margin: 0 auto;
}

.whiteboard p {
    margin-bottom: 20px;
    color: #959595;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.stock-presentation__left .wrap-countdown .title {
    display: none;
}

.section__title > strong {
    font-size: 1.6rem;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    line-height: 3.4rem;
    color: #000;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.faq-box-b, .wrap-news {
    width: 1410px;
    margin: 0 auto;
}

.faq-box-b dl:first-child {
    padding-right: 80px;
}

.faq-box-b dl:last-child {
    padding-left: 80px;
}

.faq-box-b dl dt h3 {
    font-family: 'Montserrat-Bold', sans-serif;
}

.faq-box-b dl dt, .faq-box-b dl dt h3, .faq-box-b dl dt h3 a {
    color: #070707;
}

.faq-box-b dl dd, .faq-box-b dl dd a, .post-about p, .post-about p a, .whiteboard p {
    color: #aeaead;
}

.faq-box-b dl dt h3 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
}

.faq-box-b dl dd {
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    padding-bottom: 20px;
}

.faq-box-b dl dt:after {
    height: 5px;
    width: 100%;
}

.faq-box-b dl dt {
    padding: 40px 0 10px;
    position: relative;
}

.navbar_submenu .navbar-nav > li > a {
    font-size: 1.5rem;
}

.submenu-container {
    min-height: 50px;
}

#cookie-info-table td {
    border: 1px solid #95959554;
}

.international {
    width: 100%;
}

.international .nav_c li a {
    font-size: 1.7rem;
    line-height: 3rem;
    color: #000;
    padding: 0;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.international .nav_c li:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -16px;
    height: auto;
    width: 3px;
    background-color: #000;
}

.international .nav_c li {
    padding: 0 0 0 26px;
}

.international .nav_c {
    width: 40%;
    margin: 0 auto 0;
    padding-right: 45px;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-box, .cities-wrapper {
    width: 1410px;
}

h3.section__title {
    color: #000;
}

.blog-box {
    margin: 0 auto;
}

.blog-box .item {
    padding: 0 32px
}

.blog-box .item strong {
    line-height: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding-bottom: 4px
}

.blog-box .item a {
    display: inline-block
}

.blog-box .item .img {
    margin-bottom: 15px
}

.blog-box .item img {
    width: 100%;
    display: block
}

.blog-box .item p {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: -.9px;
    padding: 15px 0 0;
    position: relative
}

.blog-box .item p:after {
    content: "";
    height: 2px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0
}

.blog-box .item p a {
    text-decoration: none
}

.blog-box .item p a:hover {
    text-decoration: underline
}

.blog-box .item {
    padding: 0 40px;
}

.blog-box .item b {
    font-size: 1.7rem;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    line-height: 2.3rem;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-bottom: 0;
    text-transform: uppercase;
}

.blog-box .item b a, .blog-box .item b a:hover {
    color: #000;
}

.blog-box .item strong {
    font-family: "Montserrat-Regular", Arial, sans-serif;
    letter-spacing: 0.7px;
    color: #9E9E9E;
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 10px;
}

.blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-img {
    height: 190px;
    width: 190px;
    min-height: 190px;
    min-width: 190px;
    margin-right: 20px;
}

.blog-img img {
    max-height: 190px;
    max-width: 190px;
    height: auto;
    width: auto;
    margin: auto;
}

.info-block {
    width: 1410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    margin: 0 auto 45px;
}

.info-block > div {
    width: 33.3%;
}

.info-block {
    text-transform: uppercase;
}

.title-footer {
    margin-top: 0;
    margin-bottom: 45px;
}

.title-footer div {
    width: 1410px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-transform: uppercase;
}

.title-footer strong {
    font-size: 1.6rem;
    line-height: 3.4rem;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
}

footer {
    background: #000;
    height: auto;
}

.user-menu .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.footer-logo-wrapper {
    height: 135px;
    padding: 0 0 0 20px;
}

.sub-section > .title {
    margin-bottom: 90px;
}

.nav-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.nav-stacked > li {
    margin: 0 20px;
    width: auto;
}

.nav-stacked li a {
    font-size: 1.6rem;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    line-height: 2.4rem;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
    text-align: left;
    padding: 6px 10px;
    display: block;
    text-decoration: none;
}

.page__footer {
    height: 140px;
}

.sub-section > .shops-title {
    margin-bottom: 30px;
}

.alphabet, .panel-body {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 1410px;
    margin: 0 auto;
    border: none;
}

.promo-list {
    width: 1415px;
}

.alphabet tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.alphabet tr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 25%;
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.alphabet td {
    min-width: 100%;
    border: none;
    vertical-align: top;
    padding-bottom: 20px;
}

.alphabet dt, .alphabet dt a {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #959595;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.alphabet dd a {
    color: #959595;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2px;
    line-height: 1.8rem;
    font-family: "Montserrat-Medium", Arial, sans-serif;
}

.alphabet dt span, .alphabet dt a span {
    color: #959595;
}

.alphabet dl {
    padding: 60px 0 0 20px;
}

#mainpage .alphabet {
    background: transparent;
}

.catalog-slider .slick-dots {
    bottom: 30px;
}

.category-slider-short {
    margin-bottom: 30px;
}

.category-slider-short.slick-initialized .slick-slide {
    position: relative;
    opacity: 0.5;
    margin: 25px 0;
    height: 295px;
    overflow: hidden;
}

.category-slider-short.slick-initialized .slick-current {
    opacity: 1;
    margin: 0;
    width: auto;
    height: 345px;
}

.category-slider-short img {
    width: auto;
    height: 345px;
}

.homepage-skyscraper .section-wrap {
    position: relative;
    width: auto;
}

.content .search-warapper {
    width: 1410px;
    margin: 20px auto;
    background: #959595;
    color: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.45);
}

.search-wrap .icon-search {
    font-size: 2rem;
    font-weight: 700;
    color: #959595;
    line-height: 2.5rem;
    vertical-align: inherit;
    margin-left: 5px;
}

.search-wrap .activeField .icon-search {
    color: #000;
}

.search-wrap {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search .input-group {
    display: block;
}

.search .input-group-btn {
    position: absolute;
    left: auto;
    right: calc(50% - 128px);
    width: auto;
    -webkit-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

.sticky-search {
    position: fixed;
    top: 81px;
    margin: 0 auto;
    width: 100%;
    z-index: 1000;
}

.content .nav-link, .tech-page-wrap .nav-link {
    color: #fff;
    padding: 0 35px;
}

.content .search, .tech-page-wrap .search {
    width: 100%;
}

.content .search .input-group .form-control, .tech-page-wrap .search .input-group .form-control {
    height: 37px;
    border-radius: 0;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    border: none;
    text-align: left;
    font-family: "Montserrat-Bold", sans-serif;
}

.content .search .input-group .input-group .btn span, .tech-page-wrap .search .input-group .btn span {
    display: inline-block;
}

.content .search .input-group .btn, .tech-page-wrap .search .input-group .btn {
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding-right: 0;
    padding-left: 0;
    background: #fff;
    border: none;
    color: #959595;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.4rem;
    font-family: "Montserrat-Bold", sans-serif;
}

.content .search .activeField .input-group-btn, .tech-page-wrap .search .activeField .input-group-btn {
    left: auto;
    right: 0;
    z-index: 999;
}

.content .search .activeField .btn, .tech-page-wrap .search .activeField .btn {
    pointer-events: all;

}

.content .search .activeField .btn span, .tech-page-wrap .search .activeField .btn span {
    display: none;
}

.content .search .input-group input:focus::-webkit-input-placeholder {
    color: transparent;
}

.content .search .input-group input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
.content .search .input-group input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
.content .search .input-group input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.content .search .input-group .form-control::-webkit-input-placeholder, .tech-page-wrap .search .input-group .form-control::-webkit-input-placeholder {
    color: #959595;
    text-align: center;
}

.content .search .input-group .form-control::-moz-placeholder, .tech-page-wrap .search .input-group .form-control::-moz-placeholder {
    color: #959595;
    text-align: center;
}

.content .search .input-group .form-control:-ms-input-placeholder, .tech-page-wrap .search .input-group .form-control:-ms-input-placeholder {
    color: #959595;
    text-align: center;
}

.content .search .input-group .form-control::-ms-input-placeholder, .tech-page-wrap .search .input-group .form-control::-ms-input-placeholder {
    color: #959595;
    text-align: center;
}

.content .search .input-group .form-control::placeholder, .tech-page-wrap .search .input-group .form-control::placeholder {
    color: #959595;
    text-align: center;
}

.footer-logo-wrapper {
    height: 110px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-footer.section__title {
    display: block;
}

.info-block h3 {
    display: none;
}

.app-block a {
    display: block;
}

.jq-ry-container {
    line-height: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.rating-widget-div {
    padding: 0 !important;
    padding-bottom: 35px !important;
}

.rating-widget-markup-span {
    position: absolute;
    right: 0 !important;
    min-width: 160px !important;
    text-align: center;
    display: block;
    left: 0;
    top: 45px !important;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.navbar_submenu .navbar-nav > li > ul {
    left: auto;
}

.navbar_submenu .navbar-nav .right-side {
    right: 0 !important;
    margin-left: 0;
}

.bottom-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn-share-product {
    -ms-grid-column-align: end;
    justify-self: end;
    border: none;
    background: transparent;
}

.whiteboard a {
    text-decoration: underline;
}

.footer .navbar-brand {
    width: auto;
    padding: 0 15px 0 0;
    height: 110px;
}

.footer .navbar-brand img {
    width: auto;
    height: 110px;
}

.footer {
    padding-top: 15px;
    padding-bottom: 10px;
}

.product-title {
    padding: 0;
}

.section-wrap {
    position: relative;
    width: 1410px;
    margin: auto;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    border: none;
}

.product-descr-title, .product-descr-title a, .product-descr-title h3 {
    font-size: 1.9rem;
    color: #000;
    text-transform: uppercase;
    line-height: 2.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.product-descr p, .product-descr {
    font-size: 1.5rem;
    color: #959595;
    line-height: 2.2rem;
    letter-spacing: 1px;
}

.stock-presentation .container-fluid {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stock-presentation__left, .stock-presentation__right, .product__left, .product__right {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stock-presentation__left {
    margin-right: 10%;
    width: 705px;
    min-width: 705px;
}

.stock-presentation__right {
    width: 40%;
    min-width: 40%;
    padding-left: 30px;
}

.product__left {
    margin-right: 20%;
    width: 40%;
    min-width: 40%;
    padding-bottom: 0;
}

.product__right {
    width: 40%;
    min-width: 40%;
    padding-left: 0;
    text-align: right;
}

.about-author__col1 .text {
    color: #959595;
    text-align: right;
    font-size: 1.5rem;
    line-height: 2.1rem;
}

.product-promo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: transparent;
}

.product-action .btn {
    background: #000;
    border: 3px solid #000;
    line-height: 2.8rem;
    height: 50px;
    letter-spacing: 1px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 8px;
    position: inherit;
    bottom: auto;
    border-radius: 0;
}

.product-action .btn:hover, .product-action .btn:focus {
    color: #000;
}

.product-list__right {
    width: 100%;
}

.filter-list {
    width: 100%;
    background: #f5f4f0;
    position: relative;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 5px solid #959595;
}

.filter-list__title {
    font-size: 1.7rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    border: none;
    border-bottom: 5px solid #959595;
    background: #f5f4f0;
    display: block;
    text-transform: uppercase;
    color: #959595;
    letter-spacing: 1px;
    margin: 0 0 -5px;
    padding: 35px 0 15px;
    width: 100%;
    outline: none;
}

.filter-list__title span {
    display: none;
}

.filter-list__btn {
    border: solid #959595;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 12px;
    content: '';
    position: absolute;
    left: calc(50% - 16px);
    cursor: pointer;
    bottom: -50px;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    background: transparent;
}

.close-filters .filter-list__btn {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -32px;
}

.filter-btn-partner {
    position: absolute;
    left: calc(50% - 20px);
    bottom: -55px;
    border: none;
    background: transparent;
}

.filter-btn-partner span {
    border: solid #959595;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 12px;
    content: '';
    cursor: pointer;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    background: transparent;
}

.close-filter-partner .filter-btn-partner {
    bottom: -40px;
}

.close-filter-partner .filter-btn-partner span {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -32px;
}

.filter-list.plist__partners_push {
    margin-bottom: 30px;
}

.filter-list__category {
    width: calc(33.3% - 50px);
    display: inline-block;
    margin: 20px 25px 0;
}

.filter-list__category strong {
    display: block;
    text-transform: uppercase;
    color: #959595;
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
}

.filter-btn {
    display: none;
}

.filter-list__category ul li label, .mc-field-group label {
    padding-left: 35px;
    text-transform: uppercase;
    color: #959595;
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 2.2rem;
}

.filter-list__category ul li label:after, .mc-field-group label:after {
    content: '';
    display: inline-block;
    width: 22px;
    margin-right: 10px;
    height: 22px;
    vertical-align: sub;
    border: 3px solid #959595;
}

.filter-list__category ul li label:before, .mc-field-group label:before {
    content: '';
    display: inline-block;
    width: 22px;
    margin-right: 0;
    height: 22px;
    vertical-align: sub;
    color: #fff;
    left: 0;
    top: 0;
    background: #959595;
    border: 3px solid #959595;
}

.filter-list__category ul li label.filter-lvl-1 {
    padding-left: 45px;
}

.filter-list__category ul li label.filter-lvl-1:before {
    left: 10px;
}

.filter-more {
    padding-top: 0;
    margin-bottom: 80px;
}

.filter-more .btn {
    background: transparent;
    border: none;
    border-bottom: 4px solid #959595;
    color: #959595;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 1410px;
    margin: 0 auto 50px;
    font-family: "Montserrat", Arial, sans-serif;
    display: block;
    position: relative;
    padding-bottom: 6px;
    line-height: 1.8rem;
    cursor: pointer;
}

.filter-more .btn:after {
    border: solid #959595;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 12px;
    content: '';
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 16px);
    bottom: -32px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
}

.filter-list__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: block;
    visibility: hidden;
}

.filter-list__wrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filters-buttons {
    margin: 20px 0 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.filters-buttons .apply-btn {
    padding: 0 50px;
    display: block;
    text-transform: uppercase;
    color: #959595;
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
    height: 42px;
    line-height: 3.2rem;
    background: transparent;
    border: 5px solid #959595;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.filters-buttons .apply-btn:hover, .filters-buttons .apply-btn:focus {
    border: 5px solid #959595;
    background: #959595;
    color: #fff;
}

.filters-buttons .reset-btn {
    width: auto;
    padding: 0 0;
    display: block;
    text-transform: uppercase;
    color: #959595;
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
    height: 42px;
    line-height: 3.2rem;
    margin-right: 0;
    margin-left: 50px;
    border: none;
    text-align: right;
    background: transparent;
    border-bottom: 5px solid #959595;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.filters-buttons .reset-btn:hover {
    color: #c47b6c;
    border-bottom: 5px solid #c47b6c;
}

.product-list.filtered .filter-type {
    margin-top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.icon-buy {
    background: url('../images/svg/icon-buy.svg') no-repeat;
    background-size: contain;
    width: 35px;
    height: 28px;
}

.product-action .btn:hover .icon-buy {
    background: url('../images/svg/icon-buy-active.svg') no-repeat;
    background-size: contain;
}

.icon-buy:before {
    display: none;
}

.filter-type__main {
    padding-left: 0;
}

.filter-type__main > ul:before {
    text-transform: uppercase;
    content: "Sortieren Nach";
    font-family: "Montserrat-Bold", Sans-Serif;
    font-size: 1.7rem;
    letter-spacing: 0.5px;
    color: #959595;
    line-height: 2rem;
}

.filter-type__main > ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 85px;
}

.filter-type__main > ul li a {
    color: #959595;
    font-size: 0;
    width: 26px;
    height: 33px;
    display: block;
    zoom: 0.65;
}

.filter-type__main > ul li [data-sort="-default"], .filter-type__main > ul li [data-sort="default"] {
    background: url('../images/svg/sort.svg') no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    zoom: 0.65;
    background-position: 0 0;
    background-size: inherit;
}

.filter-type__main > ul li .asc[data-sort="-default"], .filter-type__main > ul li .desc[data-sort="-default"], .filter-type__main > ul li .asc[data-sort="default"], .filter-type__main > ul li .desc[data-sort="default"] {
    background: url('../images/svg/sort-active.svg') no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    zoom: 0.65;
    background-position: 0 0;
    background-size: inherit;
}

.filter-type__main > ul li [data-sort="-discount"], .filter-type__main > ul li [data-sort="discount"] {
    background: url('../images/svg/sort.svg') no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    zoom: 0.65;
    background-position: -64px 0;
    background-size: inherit;
}

.filter-type__main > ul li .asc[data-sort="discount"], .filter-type__main > ul li .desc[data-sort="discount"], .filter-type__main > ul li .asc[data-sort="-discount"], .filter-type__main > ul li .desc[data-sort="-discount"] {
    background: url('../images/svg/sort-active.svg') no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    zoom: 0.65;
    background-position: -64px 0;
    background-size: inherit;
}

.filter-type__main > ul li [data-sort="price"], .filter-type__main > ul li [data-sort="-price"] {
    background: url('../images/svg/sort.svg') no-repeat;
    width: 26px;
    height: 33px;
    display: block;
    zoom: 0.65;
    background-position: -125px 0;
    background-size: inherit;
}

.filter-type__main > ul li .asc[data-sort="-price"], .filter-type__main > ul li .desc[data-sort="-price"], .filter-type__main > ul li .asc[data-sort="price"], .filter-type__main > ul li .desc[data-sort="price"] {
    background: url('../images/svg/sort-active.svg') no-repeat;
    width: 26px;
    height: 33px;
    display: block;
    zoom: 0.65;
    background-position: -125px 0;
    background-size: inherit;
}

.filter-type__main > ul li a:before, .filter-type__main > ul li a:after {
    display: none;
}

.filter-type__main > ul li a:before {
    right: 45px;
    z-index: 1;
}

.filter-type__main > ul li a:after {
    right: 0;
    z-index: 1;
}

.filter-type__main > ul li a {
    z-index: 1;
}

.filter-type__main > ul li a.desc, .filter-type__main > ul li a.asc {
    z-index: 999;
}

.filter-type__main > ul li a.desc:before, .filter-type__main > ul li a.desc:after, .filter-type__main > ul li a.asc:after, .filter-type__main > ul li a.asc:before {
    z-index: 999;
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
}

.filter-type__main > ul li a.desc:before {
    background: url("../images/svg/arr-active.png") no-repeat;
    background-position: 2px 5px;
    border: 4px solid #eabc00;
    pointer-events: none;
    cursor: none;
}

.filter-type__main > ul li a.desc:after {
    background: url("../images/svg/arr.png") no-repeat;
    background-position: 3px 4px;
    border: 4px solid #959595;
}

.filter-type__main > ul li a.asc:before {
    background: url("../images/svg/arr.png") no-repeat;
    background-position: 3px 4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #959595;
}

.filter-type__main > ul li a.asc:after {
    background: url("../images/svg/arr-active.png") no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: 2px 5px;
    border: 4px solid #eabc00;
    pointer-events: none;
    cursor: none;
}

.filter-type__main > ul li {
    padding-top: 0;
    font-family: "Montserat-Bold", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.7rem;
    margin-left: 20px;
    margin-right: 0;
}

.buttons-container {
    margin-top: 15px;
}

.pagination-list .pagination {
    padding: 0;
}

.pagination > li.first {
    display: none;
}

.pagination-list {
    background: transparent;
}

.pagination > li.active {
    border: 3px solid #000;
}

.pagination > li {
    border: 3px solid #959595;
    margin-right: 15px;
    height: 27px;
    width: 27px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pagination > li > a {
    display: block;
    width: auto;
    margin: auto;
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.9rem;
    padding: 0;
    height: auto;
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: bold;
    color: #959595;
}

.pagination > li.prev {
    display: none;
}

ul.pagination:before {
    content: "Seite";
    font-size: 1.9rem;
    line-height: 1.9rem;
    vertical-align: inherit;
    text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: 1px;
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: bold;
    color: #959595;
}

.pagination > li > a:after {
    display: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #000;
}

.pagination > li > a:hover, .pagination > li > a.active {
    color: #000;
}

.offline-shops-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1410px;
    margin: 0 auto 40px;
}

.offline-map-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-shadow: 4px 1px 10px 3px rgba(0, 0, 0, 0.45);
    box-shadow: 4px 1px 10px 3px rgba(0, 0, 0, 0.45);
}

.offline-store__left {
    width: 250px;
    float: none;
    padding: 25px;
}

.offline-store__right {
    width: calc(100% - 250px);
    float: none;
    position: relative;
}

.product-item__text__address {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #000;
    line-height: 1.5rem;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 120px;
    -webkit-line-clamp: 8;
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
}

.offline-store__left .icon-Location {
    color: #959595;
    font-size: 2.2rem;
}

.btn-more-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-more-location a {
    border-bottom: 3px solid #959595;
    color: #959595;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    display: block;
    position: relative;
    line-height: 1.6rem;
    margin-left: 10px;
    cursor: pointer;
}

.route-btn {
    display: block;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0 10px 2px;
}

.text-left {
    text-align: left !important;
}

.news-item .news-title {
    display: block;
    padding-bottom: 19px;
}

.news-item img {
    max-width: 100%;
}

.news-item .news-title a {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 3.4rem;
    letter-spacing: 1.1px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.news-item .post-data {
    padding-bottom: 27px;
}

.news-item .post-data li:first-child {
    margin-left: 0;
}

.news-item .post-data .time {
    position: relative;
    padding: 0 0 0 20px;
    font-family: "Open sans", Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: 1.8px;
    color: #555;
    text-transform: uppercase;
}

.news-item .post-data .time:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    left: 0;
    background-image: url('../images/clock.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 13px;
}

.news-item .post {
    width: 100%;
    font-family: inherit;
}

.news-item .post p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding-bottom: 14px;
}

.news-item .more {
    padding: 20px 0;
}

.news-item .more .btn-more {
    font-size: 1.9rem;
    line-height: 2.1rem;
    color: #4b4b4b;
    text-decoration: none;
    font-weight: 700;
    font-family: "Open sans", sans-serif;
}

.news-item .more .btn-more:after {
    content: ' →';
    text-decoration: none;
    font-size: 1.7rem;
}

.news-list .pagination {
    margin: 0;
    padding: 8px 0 0;
}

.wrap-news .title {
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0 0 18px 0;
}

.wrap-news .col-w232 ul li:first-child {
    padding-top: 0;
}

.wrap-news ul, .wrap-news ol {
    list-style: none;
    padding-left: 0;
}

.wrap-news .col-w232 ul li a:hover {
    text-decoration: none;
    background-color: transparent;
}

.wrap-news .col-w232 ul li a {
    font-family: "Montserrat-Regular", Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #7f7f7f;
    letter-spacing: -.1px;
    text-decoration: none;
    position: relative;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    padding: 0;
    text-transform: capitalize;
}

.about-author__col1 {
    float: none;
    width: auto;
    text-align: right;
    position: relative;
}

.about-author__img {
    position: relative;
    left: auto;
    right: 0;
    top: 0;
    margin: 0 0 20px auto;
    text-align: right;
    width: 285px;
    height: 95px;
}

.about-author__img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.stock-presentation__right .product-action, .product__right .product-action {
    position: relative;
    text-align: right;
    padding-bottom: 20px;
}

.other-shops {
    margin: 0 0 20px;
}

.other-shops b {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: bold;
    color: #959595;
    display: block;
    text-align: right;
}

.other-shops a {
    background: #000;
    padding: 5px 10px;
    -webkit-transition: all 0.3ms ease;
    -o-transition: all 0.3ms ease;
    transition: all 0.3ms ease;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: table;
    width: auto;
    font-size: 1.6rem;
    margin: 5px 0 0 auto;
    font-family: "Montserrat-Bold", sans-serif;
}

.other-shops a:hover {
    text-decoration: none;
}

.product-price-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.text {
    color: #959595;
}

.product, .stock-presentation {
    font-size: 1.5rem;
}

.product-carousel__controls .swiper-slide a img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.product-carousel__controls .swiper-slide {
    width: 90px;
    max-width: 90px;
    height: 95px;
    padding: 0;
}

.product-carousel__img {
    background-image: none;
    height: 380px;
    width: 390px;
}

.product .product-price__size strong {
    font-size: 2.8rem !important;
    line-height: 3rem !important;
}

.product-price__size u {
    font-size: 2.4rem;
    line-height: 3rem;
    font-family: "Montserrat-Bold", sans-serif;
}

.product-price_middle .product-price__size u {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.product-name {
    margin: 30px 0 15px;
    text-align: right;
}

.product-name a {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: bold;
    color: #000;
    text-align: right;
    text-transform: uppercase;
}

.b-product-price {
    font-size: 4.2rem;
    padding: 0 6px;
    line-height: 5rem;
    height: 50px;
    width: auto;
    background: #000;
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    border-radius: 0;
}

.block-discount {
    display: inline-block;
    margin-right: 20px;
}

.product .product-timer {
    background: #959595;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    padding-bottom: 0;
}

.product .product-timer_big .count-item {
    width: 50px;
}

.product .product-timer_big .count-item span {
    height: 50px;
    width: 20px;
    font-size: 3.2rem;
    line-height: 4.4rem;
    border-radius: 0;
    color: #fff;
    border: none;
    font-weight: 600;
    font-family: "Montserrat-Bold", sans-serif;
    background: transparent;
}

.product .product-timer .count-item span:after, .product .product-timer_big .count-item:after {
    display: none;
}

.product .product-timer .count-item:first-child em:after {
    content: 'tage';
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #000;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.product .product-timer .count-item:nth-child(2) em:after {
    content: 'std.';
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #000;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.product .product-timer .count-item:nth-child(3) em:after {
    content: 'min.';
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #000;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.product .product-timer .count-item:nth-child(4) em:after {
    content: 'sek.';
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #000;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.product .product-timer .count-item em {
    bottom: 1px;
    left: -2px;
    font-size: 0;
}

#quick-view-modal .product .product-timer .count-item em {
    left: 4px;
}

.stock-presentation__right .product-timer {
    text-align: right;
}

.product .short-text {
    height: 155px !important;
    line-height: 2.2rem;
}

.product .short-text:before {
    height: 160px;
}

.about-author__col2 {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
    width: auto;
}

.about-author__phone__icon {
    position: relative;
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    display: block;
    background: url("../images/phone.png") no-repeat;
    background-size: contain;
}

.about-author__phone__email {
    position: relative;
    left: 0;
    top: 8px;
    width: 26px;
    height: 26px;
    display: block;
    background: url("../images/mail.png") no-repeat;
    background-size: contain;
}

.about-author__phone p strong {
    font-size: 1.6rem;
    word-break: break-word;
    width: auto;
    text-decoration: underline;
    overflow: hidden;
    letter-spacing: 2px;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.about-author__phone:first-child {
    min-width: 195px;
}

.about-author__phone {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-author__phone p, .about-author__phone a {
    font-size: 1.6rem;
    line-height: 2.5rem;
    height: auto;
    vertical-align: middle;
    display: table-cell;
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: 600;
    padding: 0;
}

.about-author__phone p {
    position: inherit;
    padding-left: 10px !important;
    margin-bottom: 0;
}

.about-author__phone a:hover {
    text-decoration: none;
}

.about-author__col2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto !important;
}

.product .about-author__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product .about-author__phone:first-child {
    min-width: 1px;
}

.about-author__phone + .about-author__phone {
    margin-left: 15px;
}

.product-promo-wrapper > p:first-child {
    display: none;
}

.invite-message {
    display: none;
}

.product-promo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.product-promo__code {
    background: transparent;
    font-size: 1.6rem;
    height: 38px;
    line-height: 3.4rem;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.product-promo__code span {
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #959595;
    padding: 5px 5px 5px 5px;
    margin-left: 10px;
    width: calc(100% - 172px);
    line-height: 2.4rem;
    height: 32px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product-promo.product-promo_wide .product-promo__code {
    margin: 0 0 0 auto;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-promo.product-promo_wide .product-promo__code i {
    display: none;
}

.product-promo__code:before {
    content: 'Gutscheincode:';
    color: rgba(149, 149, 149, 0.6);;
    font-size: 1.8rem;
    letter-spacing: 2px;
}

.upload-image-size-478x178 {
    width: 705px;
    height: 265px;
    overflow: hidden;
}

.promo-title-desktop {
    display: block;
}

.btn-default {
    background: transparent;
}

.page__header .user-panel {
    height: 55px;
    width: 75px;
    left: 0;
    -webkit-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
    margin-left: 10px;
    top: 23px;
    padding: 0;
    border: none;
    z-index: 2000;
    position: absolute;
}

.user-menu .btn i {
    right: 10px;
    top: 22px;
}

.page__header .user-panel .btn-burger {
    height: 55px;
    width: 75px;
    left: 0;
    -webkit-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
    margin-left: 0;
    top: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.catalog-slider-huge {
    margin-top: 15px;
}

.catalog-slider-huge {
    height: 620px;
    padding: 0;
    position: relative;
    border-bottom: 5px solid #000;
}

.catalog-slider-huge .slick-dots button {
    width: 16px;
    height: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.catalog-slider-huge .slick-dots button:before {
    display: none;
}

.catalog-slider-huge .slick-dots li {
    margin: 3px 14px;
}

.catalog-slider-huge .slick-list {
    height: 530px;
}

.categories-section {
    padding-top: 47px;
}

.btn-arrow-banner {
    height: 38px;
    font-family: 'Montserrat', Arial, sans-serif;
    padding: 5px 10px;
    font-size: 1.8rem;
    border-radius: 0;
    position: absolute;
    bottom: 45px;
    right: 45px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 900;
    opacity: 0;
}

.btn-arrow-banner:after, .btn-arrow-banner::before {
    display: none;
}

.catalog-slider-huge.slick-initialized .slick-slide a {
    position: relative;
    opacity: 0.5;
    margin: 28px 0;
    height: 474px;
    overflow: hidden;
}

.catalog-slider-huge.slick-initialized .slick-center a {
    opacity: 1;
    margin: 0;
    height: 530px;
}

.catalog-slider .swiper-slide img {
    width: 1410px;
}

.catalog-slider-huge .swiper-slide {
    height: 530px;
}

.catalog-slider-huge .btn-arrow-banner {
    display: none;
}

.badge {
    background: transparent;
}

.promo-item-block .section-wrap {
    width: 100%;
}

.main-stock__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 11px;
    font-family: "Montserrat-Medium", Arial, sans-serif;
    font-weight: 500;
}

.main-stock__info .product-timer .count-item span, .promo-descr .product-timer .count-item span {
    border: 1px solid #000;
    border-radius: 0;
    font-size: 2.2rem;
    width: 16px;
    line-height: 2.5rem;
    margin-left: 0;
    background: #000;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.main-stock__info .product-timer .count-item span:after, .promo-descr .product-timer .count-item span:after {
    display: none;
}

.main-stock__info .product-timer .count-item, .promo-descr .product-timer .count-item {
    margin-left: 0;
    background: #000;
    padding-bottom: 5px;
    width: 40px;
}

.main-stock__info .header-sale__timer {
    margin-left: 15px;
}

.header-sale__timer {
    background: #000;
}

.grey-theme .count-item {
    width: 100px;
}

.about-author__phone__icon i {
    display: none;
}

.product-action .btn {
    margin-right: 0;
}

.btn-container {
    width: 1410px;
    margin: 0 auto;
}

.btn-container button, .btn-container button:hover, .btn-container button:focus {
    display: inline-block;
}

.main-stock__info .product-timer .count-item em {
    bottom: -2px;
    left: -5px;
    line-height: 1.3rem;
    font-size: 0;
}

.promo-descr .product-timer .count-item em {
    bottom: 2px;
    left: -5px;
    font-size: 0;
}

.main-stock__info .product-timer .count-item:first-child em:after, .promo-descr .product-timer .count-item:first-child em:after {
    content: 'tage';
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #ffffffc2;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.main-stock__info .product-timer .count-item:nth-child(2) em:after, .promo-descr .product-timer .count-item:nth-child(2) em:after {
    content: 'std.';
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #ffffffc2;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.main-stock__info .product-timer .count-item:nth-child(3) em:after, .promo-descr .product-timer .count-item:nth-child(3) em:after {
    content: 'min.';
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #ffffffc2;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.main-stock__info .product-timer .count-item:nth-child(4) em:after, .promo-descr .product-timer .count-item:nth-child(4) em:after {
    content: 'sek.';
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #ffffffc2;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.main-stock__info .product-timer .count-item:after, .promo-descr .product-timer .count-item:after {
    position: absolute;
    left: -12px;
    top: 0;
    width: 0;
    content: "";
    height: 43px;
    color: #000;
    display: block;
}

/*for static page*/
.partner-h1 {
    font-size: 1.6rem;
    line-height: 3.4rem;
    text-align: center;
    padding-bottom: 0;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 85px;
    text-transform: uppercase;
}

.partner-h1:before {
    content: '';
    height: 20px;
    width: 100%;
    display: block;
    border-bottom: 15px solid #f5f4f0;
}

.about-brand__top .about-brand__main {
    margin-top: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}

.about-brand__top .about-brand__main-1column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.about-brand__top h3, .about-brand__top p, .about-brand__top ul li {
    color: #959595;
}

.about-brand__top h3 {
    text-transform: uppercase;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 15px;
}

.about-brand__top p, .about-brand__top ul li {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-left: 0;
    font-family: "Montserrat-Regular", Arial, sans-serif;
}

.about-brand__top h2, .about-brand__top h2 a {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-weight: bold;
    line-height: 3.2rem;
    font-size: 1.9rem;
    margin-bottom: 50px;
    text-transform: uppercase;
    border: none;
    color: #000;
}

.about-brand__top {
    width: 1410px;
    margin: 0 auto 0;
    padding-bottom: 80px;
}

.about-brand__top .banner {
    display: block;
    line-height: 0;
    border: none;
    margin-bottom: 20px;
}

.about-brand__top .brand-link {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 8px;
    position: inherit;
    letter-spacing: 0;
    bottom: auto;
    border-radius: 0;
}

.partner-header h3 {
    margin-top: 0;
    color: #000;
}

.partner-header .wrap-countdown h2 {
    display: none;
}

.partner-header .redirect-btn, .partner-content .redirect-btn {
    background: #000;
    padding: 5px 10px;
    -webkit-transition: all 0.3ms ease;
    -o-transition: all 0.3ms ease;
    transition: all 0.3ms ease;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: table;
    width: auto;
    letter-spacing: 1px;
    font-size: 1.6rem;
    margin: 0;
    font-family: "Montserrat-Bold", sans-serif;
}

.partner-header a:hover, .partner-header a:focus {
    background: #eabc00;
}

.partner-header .flip-clock-wrapper ul {
    margin: 0;
    width: 18px;
    height: 43px;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 4rem;
    border-radius: 0;
    background: #000;
}

.partner-header .flip-clock-wrapper a:hover, .flip-clock-wrapper a:focus {
    background: #000;
}

.partner-header .flip-clock-wrapper ul li a div {
    font-size: 2.2rem;
}

.partner-header .flip-clock-wrapper ul li a div div.inn {
    font-size: 2.2rem;
    color: #fff;
    text-shadow: none;
    background-color: #000;
    border-radius: 0;
}

.partner-header .flip-clock-dot {
    display: none;
}

.partner-header .flip-clock-divider {
    width: 7px;
    height: 40px;
    background: #000;
}

.partner-header .flip-clock-wrapper ul li a div.up {
    top: 4px;
}

.partner-header .flip-clock-wrapper .flip {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.partner-header .days .flip-clock-label:after {
    content: 'tage';
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #ffffffc2;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.partner-header .hours .flip-clock-label:after {
    content: 'std.';
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #ffffffc2;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.partner-header .minutes .flip-clock-label:after {
    content: 'min.';
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #ffffffc2;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.partner-header .seconds .flip-clock-label:after {
    content: 'sek.';
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #ffffffc2;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.partner-header .flip-clock-divider .flip-clock-label {
    font-size: 0;
    right: 0;
    top: 25px;
    z-index: 100;
    width: 32px;
}

.partner-header .days .flip-clock-label {
    left: 10px !important;
}

.partner-header .flip-clock-wrapper {
    display: block;
    padding: 0 5px;
    margin: 0;
    background: #000;
}

.partner-header .wrap-countdown {
    margin-right: 50px;
}

.partner-descr {
    color: #959595;
}


.shops-page .general-btn:after {
    display: none;
}

.panel-heading button + button {
    margin-left: 0;
}

.about-us-title {
    display: none;
}

.short-text:before {
    height: 100px;
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #f5f4f0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f5f4f0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f4f0 100%);
}

.form-subscribe_a {
    width: 465px;
    margin: auto;
    padding: 5px 2px 4px 3px;
}

.form-subscribe_a .form-subscribe__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 5px 5px;
}

.form-subscribe_a .form-subscribe__top .auth {
    display: none !important;
}

.social-subscribe {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 3px 0 0;
    line-height: 0;
    vertical-align: top;
    margin-left: 3px;
}

.form-subscribe_a .form-subscribe__top em {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8rem;
    font-style: initial;
    text-transform: uppercase;
    margin: 13px 10px 0 10px;
}

.social .icon.icon-google, .social .icon.icon-facebook {
    background: transparent;
    padding: 0;
}

.signup-popup__modal_dialog {
    width: 680px;
}

.modal-content.signup-popup__modal {
    border-radius: 0;
    background: rgb(0, 0, 0);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(15, 15, 15, 1) 17%, rgba(46, 46, 46, 1) 50%, rgba(89, 89, 89, 1) 79%, rgba(126, 126, 126, 1) 100%, rgba(245, 244, 240, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), color-stop(17%, rgba(15, 15, 15, 1)), color-stop(50%, rgba(46, 46, 46, 1)), color-stop(79%, rgba(89, 89, 89, 1)), color-stop(100%, rgba(126, 126, 126, 1)), to(rgba(245, 244, 240, 1)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(15, 15, 15, 1) 17%, rgba(46, 46, 46, 1) 50%, rgba(89, 89, 89, 1) 79%, rgba(126, 126, 126, 1) 100%, rgba(245, 244, 240, 1) 100%);
    border: 5px solid #fff;
    color: #fff;
}

.signup-popup__modal .form-subscribe_a .navbar-form button.btn {
    width: 120px;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
    border-radius: 0;
}

.form-subscribe .btn-form {
    width: 100%;
    border-radius: 0;
}

.form-subscribe .btn-form span {
    font-size: 1.7rem;
    line-height: 2.3rem;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}

.form-subscribe .navbar-form {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 0;
    margin: 4px auto;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-subscribe .navbar-form.collapse {
    display: none;
}

.form-subscribe .navbar-form .signup-agreement {
    display: none;
}

.icon-phone {
    background: url("../images/phone.png") no-repeat;
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-size: contain;
    display: inline-block;
}

.icon-phone:before, .icon-email:before {
    content: "";
}

.partner-contact div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.partner-contact div:first-child {
    margin-right: 15px;
    min-width: 190px;
}

.partner-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin: 20px 0;
}

.partner-contact a {
    font-size: 1.6rem;
    word-break: break-word;
    line-height: 2rem;
    text-decoration: none;
    width: auto;
    letter-spacing: 2px;
    margin-left: 6px;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.responsive-aside {
    width: 224px;
    display: block;
}

.banner-for-mobile {
    position: relative;
    margin-top: 10px;
}

.category-slider-block {
    position: relative;
    display: block;
}

.responsive-aside {
    right: 0;
    left: auto;
    z-index: 100;
}

.city-promo-wrap {
    display: block;
    margin: 0 0 80px;
    height: auto;
    position: relative;
}

.city-promo-wrap .plist__item {
    height: 248px;
}

.city-promo-wrap .plist__item.big {
    height: 497px;
}

.city-promo-wrap .main-stock__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 175px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.city-promo-wrap .plist__item.big .main-stock__img img {
    margin: auto;
}

.city-promo-wrap .main-stock__img img {
    max-width: 100%;
}

.city-promo-wrap .main-stock__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.city-promo-wrap .plist__item .description {
    font-size: 1.4rem;
    color: #000;
    line-height: 1.9rem;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    text-align: left;
    overflow: hidden;
    margin-bottom: 17px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
}

.city-promo-wrap .main-stock__info .title {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #000;
    line-height: 2rem;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    text-align: left;
    overflow: hidden;
    margin-bottom: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.city-promo-wrap .plist__item.big .description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 76px;
}

.city-promo-wrap .plist__item.big .description:hover {
    text-decoration: none;
}

.city-promo-wrap .plist__item .main-stock__info {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    padding: 20px 20px 20px;
}

.city-promo-wrap .main-stock__info .d-flex {
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.city-promo-wrap .discount {
    background: #000;
    color: #fff;
    font-size: 3.8rem;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-weight: 600;
    display: block;
    width: auto;
    height: 38px;
    padding: 0 8px;
    line-height: 3.4rem;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0;
    margin-right: 20px;
}

.city-promo-wrap .plist__item.big .main-stock__info .d-flex {
    margin-bottom: 22px;
    height: 38px;
}

.city-promo-link {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.city-promo-wrap i {
    font-size: 2.5rem;
    color: #959595;
}

.city-promo-wrap .main-stock {
    border-bottom: 3px solid #959595;
    color: #959595;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    display: inline;
    line-height: 1.6rem;
    cursor: pointer;
    margin-left: 10px;
}

.city-promo-link:hover .main-stock, .city-promo-link:hover .main-stock:hover, .city-promo-link .main-stock:hover {
    border-bottom: 3px solid #eabc00;
    color: #eabc00;
    text-decoration: none;
}

.city-promo-link:hover i {
    color: #eabc00;
}

.city-promo-wrap .main-stock__info .header-sale__timer {
    margin-left: 0;
}

.subscribe-form {
    position: relative;
    clear: both;
}

.subscribe-form .form-subscribe_a {
    width: 585px;
}

.subscribe-form .form-subscribe_a .form-control {
    border-radius: 0;
    height: 36px;
    border: 1px solid #fff;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
}

.subscribe-form .form-subscribe_a .btn {
    background: #000;
    border-radius: 0;
}

.descr-subscribe {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-weight: 600;
    width: 540px;
    margin: -20px auto 20px;
    font-size: 1.7rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 2rem;
    color: #000;
}

.filter-list__wrap .icon-arrow-right-thick {
    display: none;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        padding: 0 2px 0 0;
        vertical-align: middle;
    }
}

.form-subscribe .navbar-form.collapse.in {
    display: block;
    padding-top: 11px;
}

.signup-popup__modal .form-subscribe_a .form-group .input {
    width: 100%;
    border: 1px solid #444;
}

.form-subscribe_a .form-control {
    text-transform: uppercase;
    text-align: left;
    color: #000;
    width: 270px;
    padding: 7px 16px 6px;
    font-weight: 600;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.form-subscribe_a .navbar-form button.btn span {
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 2.3rem;
    text-transform: initial;
    padding: 0;
    width: auto;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}

.social-subscribe li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 0;
}

.social-subscribe .icon.icon-google i {
    background: url('../images/svg/icon-google-black.svg') no-repeat transparent;
    width: 36px;
    height: 36px;
    display: block;
    margin: auto;
    background-size: 36px 36px;
    background-position: 0 0;
}

.social-subscribe .icon.icon-facebook.oauth-provider i {
    background: url('../images/svg/icon-facebook-black.svg') no-repeat transparent;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    display: block;
    margin: auto;
}

.back-btn {
    display: none;
}

.page__wrapper {
    min-height: 1px;
    height: auto;
}

.shops-page .brands {
    width: 100%;
}

.shops-page .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brand-slider {
    width: 100%;
    max-width: 1410px;
    padding: 0 94px;
    margin: 0 auto 30px;
}

.shops-page .brand-slider {
    background: #fff;
    margin-bottom: 60px;
    visibility: hidden;
}

.main-stock-items__list.slick-slider .slick-arrow:hover {
    background: transparent;
}

.brand-recomend .title {
    height: 95px;
    display: inline-flex;
}

.brand-recomend img {
    max-height: 100%;
    margin: auto;
}

.brand-slider .slick-next::before {
    color: #959595;
    width: 35px;
    font-size: 4rem;
    border: solid #959595;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 14px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 22px);
    bottom: 10px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
}

.brand-slider .slick-prev::before {
    color: #959595;
    width: 35px;
    font-size: 4rem;
    border: solid #959595;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 14px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: calc(50% - 22px);
    bottom: 10px;
    cursor: pointer;
    -webkit-transform: rotate(-225deg);
}

.brand-slider .slick-prev {
    left: 20px;
}

.brand-slider .slick-next {
    right: 20px;
}

.brand-recomend__item .brand-recomend__item {
    padding: 5px;
    border-top: none;
}

.brand-slider.slick-slider .slick-arrow {
    visibility: visible;
    top: 50%;
}

.brands .alphabet {
    width: 100%;
    background: transparent;
}

.shops-page .section-wrap {
    position: relative;
    width: 224px;
    margin-top: 0;
    margin-right: 0;
}

.shops-page .brand-recomend__title {
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.4rem;
}

.slick-slider .slick-arrow {
    top: 45%;
}

.catalog-slider-huge.slick-slider .slick-next {
    left: 50%;
    margin-left: 655px;
}

.catalog-slider-huge.slick-slider .slick-prev {
    left: 50%;
    margin-left: -695px;
}

.category-slider-short.slick-slider .slick-arrow {
    top: 50%;
}

.category-slider-short.slick-slider .slick-next {
    left: 50%;
    margin-left: 400px;
}

.category-slider-short.slick-slider .slick-prev {
    left: 50%;
    margin-left: -420px;
}

.brands__items .main-stock-items__list .section-wrap {
    margin-bottom: 30px;
}


/*towns*/
.cities-wrapper, .city-wrapper {
    width: 1410px;
    margin: 0 auto;
}

.cities-wrapper {
    margin-top: 0;
    margin-bottom: 60px;
    min-height: 535px;
}

.cities-wrapper .list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: transparent;
}

.cities-wrapper .list-view div {
    width: calc(33.3% - 60px);
    padding: 0 30px;
    margin-bottom: 30px;
    color: #a2a2a1;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-family: "Montserrat-Regular", Arial, sans-serif;
    letter-spacing: 0.7px;
}

.cities-wrapper a {
    font-size: 1.6rem;
    line-height: 2.3rem;
    text-align: left;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    display: block;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.cities-wrapper a:after {
    content: '';
    height: 5px;
    width: 100%;
    display: block;
    padding-top: 13px;
    text-decoration: none;
}

.city-wrapper table {
    border-spacing: 3px;
    border-collapse: inherit;
}

.city-wrapper .alphabet {
    background: transparent;
}

.city-wrapper .brands-alpha {
    margin-bottom: 35px;
}

.city-wrapper .alphabet tr {
    display: table-cell;
    min-width: 100%;
    width: 100%;
}

.cities-wrapper a:hover {
    text-decoration: none;
}

.cities-wrapper a:hover:after {
    border-bottom: 5px solid #000;
}

.city-wrapper .alphabet td {
    font-size: 1.7rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 900;
    border: 4px solid #959595;
    min-width: 35px;
    height: 35px;
    color: #959595;
    white-space: nowrap;
    line-height: 3rem;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0;
}

.shops-page .city-wrapper .brands-alpha {
    margin-bottom: 0;
}

.city-wrapper .alphabet a {
    color: #959595;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 7px 9px;
}

.city-wrapper .alphabet a:hover {
    text-decoration: none;
}

.filter-title {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 5px solid #959595;
    display: block;
    text-transform: uppercase;
    color: #959595;
    letter-spacing: 1px;
    margin: 0;
    cursor: pointer;
}

.filters {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #959595;
    position: relative;
}

.filter-buttons button {
    font-size: 1.4rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
    color: #959595;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 10px;
    background: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.filters button[data-apply-filter] {
    border: 5px solid #959595;
    min-width: 33.3%;
}

.filters button[data-apply-filter]:hover, .filters button[data-apply-filter]:focus {
    border: 5px solid #959595;
    background: #959595;
    color: #fff;
}

.filters button[data-reset-filter] {
    border: none;
    margin: 40px 0 30px 40px;
    border-bottom: 5px solid #959595;
}

.filters button[data-reset-filter]:hover {
    color: #c37272;
    border-bottom: 5px solid #c37272;
}

div[data-partner-filter] {
    margin-top: 60px;
    border-bottom: 5px solid #959595;
}

.partner-filter {
    position: relative;
    margin: 0 30px 110px;
}

.filters .partner-info-group {
    width: calc(33.3% - 50px);
    display: inline-block;
    margin: 20px 25px 0;
}

.filters .partner-info-group .title, .filters .partner-info-group .title a, .filters dt, .filters dt a {
    color: #000;
    font-size: 1.7rem;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.filters dt a:hover, .filters .partner-info-group .title a:hover {
    -webkit-text-decoration: #000;
    text-decoration: #000;
}

.filters .partner-info-block {
    margin: 0 15px;
}

.filters .partner-info-group .title:after, .filters dt:after, .filters dt a:after {
    content: '';
    width: 100%;
}

.seo-partner {
    margin-top: 50px;
}

.seo-partner p {
    margin-bottom: 0;
}

.city-wrapper table {
    border-spacing: 13px;
    border-collapse: inherit;
}

.city-alphabet {
    display: none;
}

.filters-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding: 0 40px;
}

.filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.filters label {
    position: relative;
    margin-bottom: 15px;
    display: block;
}

.filters label:before {
    content: '';
    display: inline-block;
    width: 22px;
    margin-right: 10px;
    height: 22px;
    vertical-align: sub;
    border: 3px solid #959595;
}

.filters label.checked:before {
    content: '';
    display: inline-block;
    width: 22px;
    margin-right: 10px;
    height: 22px;
    vertical-align: sub;
    color: #fff;
    background: #959595;
    border: 3px solid #959595;
}

.filters label.checked:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 16px;
    vertical-align: sub;
    border: solid #ffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    margin: auto;
    position: absolute;
    bottom: 7px;
    left: 5px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    color: #fff;
}

.filters input[type="checkbox"] {
    display: none;
}

.shadow-cms-h1 {
    margin-bottom: 35px;
}

.show-more-text-partner {
    display: none;
}

.about-city {
    background: -o-linear-gradient(top, rgba(51, 51, 51, 1) 75%, rgba(245, 244, 240, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(51, 51, 51, 1)), to(rgba(245, 244, 240, 1)));
    background: linear-gradient(180deg, rgba(51, 51, 51, 1) 75%, rgba(245, 244, 240, 1) 100%);
}

.shadow-cms-h1:before {
    content: '';
    height: 20px;
    width: 100%;
    display: block;
    border-bottom: 15px solid #333;
}

.filters .partner-info-group {
    width: calc(33.3% - 50px);
    display: inline-block;
    margin: 20px 25px 0;
}

.filters .partner-info-block {
    margin: 0;
    display: block;
    color: #000;
    font-size: 1.7rem;
    line-height: 2.5rem;
    font-family: "Montserrat-Bold", Arial, sans-serif
}

.filters .partner-page-brands .partner-info-block {
    width: 100%;
    margin: 0 10px;
}

.title-h2 {
    font-size: 1.8rem;
    line-height: 3.4rem;
    text-align: center;
    padding-bottom: 0;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 50px;
    color: #000;
    text-transform: uppercase;
}

.form-subscribe .accept {
    color: #fff;
    padding: 5px;
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.dot-loader {
    border: 5px solid #eabc00;
}

.content__aside {
    padding-left: 0;
    width: 224px;
    float: none;
    position: absolute;
    z-index: 3;
}

.side-slider-tall {
    height: auto;
    width: 224px;
    padding: 0 0 90px;
}

.responsive-aside.affix-bottom {
    position: fixed;
}

.slick-dots {
    bottom: -15px;
}

.side-slider-tall .slick-dots {
    bottom: auto;
    top: 640px;
}

.slick-dots li button::before {
    display: none;
}

.slick-slider .slick-dots button {
    width: 20px;
    height: 20px;
    border: 6px solid #000;
}

.shops-page .alphabet dl {
    padding: 0;
    margin: -10px 30px 10px;
}

.shops-page .alphabet dd:last-child {
    margin-bottom: 20px;
}

.shops-page .partner-info-group > .title:before, .shops-page .partner-info-group > .title:after {
    height: 5px;
    content: '';
    width: 100%;
    display: inline-block;
}

.shops-page .partner-info-group .col-sm-3 {
    width: 100%;
    padding: 0;
}

.shops-page .filters .brands__items_group > .title {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -15px;
}

.shops-page .brands__items .brand-item {
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    border: none;
}

.shops-page .brands__items .brand-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    overflow: inherit;
}

.shops-page .brands__items .brand-item__img {
    width: 210px;
    min-width: 210px;
    padding: 0;
    text-align: center;
    height: 70px;
    margin: 0 15px 0 0;
}

.shops-page .brands__items .brand-item__img img {
    vertical-align: middle;
    max-width: 210px;
    max-height: 70px;
    width: auto;
}

.shops-page .partner-info-group .title:before {
    margin-right: 10px;
}

.shops-page .partner-info-group .title:after {
    margin-left: 10px;
}

.shops-page .brands__items .partner-info-group {
    width: 50%;
    margin: 0;
    padding-bottom: 20px;
}

.shops-page .brands__items .partner-info-group:nth-child(odd) {
    padding-right: 30px;
}

.shops-page .brands__items .partner-info-group:nth-child(even) {
    padding-left: 30px;
}

.shops-page .partner-info-group > .title {
    white-space: nowrap;
}

.shops-page .partner-info-group a {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    color: #000;
}

.shops-page .brands__items .brand-item__info {
    height: auto;
}

.partner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
}

.section__title:before, .whiteboard h2:before, .section-info h2:before, .shops-title:before, .panel h1:before, .product-title h1:before, .box-title:before {
    border-bottom: 15px solid #f5f4f0;
}

.overlay-loading {
    width: 1410px;
}

.modal-content {
    margin-top: 65px;
}

#quick-view-modal .modal-dialog {
    width: 1000px;
}

#quick-view-modal .close {
    color: #000;
}

#quick-view-modal .modal-dialog .product__left {
    width: 512px;
    min-width: 512px;
    margin-right: 5%;
}

#quick-view-modal .modal-dialog .product__right {
    width: 40%;
    min-width: 40%;
}

.product-item .modal-dialog .product-carousel__controls, #quick-view-modal .modal-dialog .product-carousel__controls {
    height: 380px;
}

#quick-view-modal .countdown {
    padding: 0;
}

#quick-view-modal .product .product-timer {
    margin-bottom: 20px;
}

#quick-view-modal .product-promo {
    margin-bottom: 10px;
}

#quick-view-modal .about-author__img {
    width: 144px;
    height: 48px;
}

.demo-product .plist__item {
    width: 470px;
}

.group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 480px;
    max-width: 480px;
    overflow: hidden;
}

#mainpage .content__aside.desktop-banner {
    display: block;
}

#mainpage .content__aside.mobile-banner {
    display: none;
}

.desktop-banner.responsive-aside {
    display: block;
}

.mobile-banner.responsive-aside {
    display: none;
}

.product-carousel__controls-wrap {
    height: 380px;
}

.product-carousel__controls-wrap .slick-arrow {
    width: 90px;
    height: 25px;
    background: none;
}

.product-carousel__controls-wrap .slick-arrow.slick-prev {
    top: 0;
}

.product-carousel__controls-wrap .slick-arrow.slick-next {
    top: auto;
    bottom: 0;
}

.mt-30 {
    margin-top: 30px;
}

.black-text {
    color: #000;
}

.col_banner {
    margin-right: 65px;
    background: none;
}

.about-brand__top-1column {
    width: 65%;
}

.about-brand__top-1column .about-brand__main {
    margin-top: 30px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

.about-author__phone a, .about-author__phone a:hover {
    background: none;
}

.signup-popup__modal .form-subscribe__top .signup-agreement {
    display: none !important;
}

.signup-popup__modal .signup-agreement {
    width: 465px;
    margin: auto;
    padding: 5px 2px 4px 3px;
}

.popular-main-mobile-view {
    margin-bottom: 25px;
}

.fb-page span {
    height: 130px !important;
}

.mobilemap-btn {
    display: none;
}

.desktopmap-btn {
    display: block;
    margin: 6px 0;
}

.off-map {
    margin: 6px 0;
}

.affix-slider.desktop-banner {
    right: 0;
    top: 47px;
    transition: 0.3s ease all;
}

.affix-slider.desktop-banner.fixed-aside {
    top: 270px;
    position: fixed;
}

@media (min-width: 1200px) {
    .btn-up i {
        width: 45px !important;
        height: 25px !important;
        margin: 7px 0 0 0 !important;
    }
}

@media (width: 1280px) {
    body {
        zoom: 0.6666666666666666 !important;
    }
}

@media (min-device-width: 768px)
and (max-device-width: 1280px)
and (-webkit-min-device-pixel-ratio: 2) {
    html {
        font-size: 5px;
    }
}

@media only screen and (max-width: 1280px) {
    body {
        width: 1920px;
    }

    .menu {
        display: block;
        width: 350px;
        top: 101px;
        left: -350px;
        height: 100%;
        max-height: 100%;
        -webkit-transition: left .3s ease;
        -o-transition: left .3s ease;
        transition: left .3s ease;
        z-index: 1500;
    }

    .menu.open {
        left: 0;
        top: 101px;
    }

    .menu .navbar-nav {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }

    .menu .logo-mobile {
        position: relative;
    }

    .menu .navbar-nav > li > ul {
        max-width: 100%;
    }

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

    .menu .navbar-nav > li > ul > li {
        width: 220px;
        padding: 0 10px 0 20px;
    }

    .menu .navbar-nav .open .dropdown-menu > li > a, .menu .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 0 10px 0;
    }

    .menu .navbar-nav > li > ul {
        margin: 10px 0 10px;
    }

    .menu .navbar-nav > li > ul > li a {
        margin: 0;
    }

    .menu .dropdown-menu .dropdown-back {
        display: none !important;
    }

    .icon-arrow-right-thick:before {
        content: "\002b"
    }

    .icon-arrow-right-thick.open:before {
        content: "\2212"
    }

    .menu .navbar-nav li > a .icon-arrow-right-thick {
        display: block;
        margin: 0 0 0 auto;
        padding: 3px;
        font-size: 2rem;
        width: 30px;
        text-align: center;
    }

    .menu .nav .open > a, .menu .nav .open > a:hover, .menu .nav .open > a:focus {
        text-decoration: none;
    }

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

    .navbar-open .btn-burger:active, .navbar-open .btn-burger {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .menu .icon-arrow-left-thick {
        display: none;
    }

    .navbar-open #overlay {
        left: 260px;
    }

    .menu .nav-link {
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 1.3rem;
        text-transform: uppercase;
        color: #fff;
    }

    .menu .navbar-nav > li > a {
        text-transform: uppercase;
        font-family: "Montserrat", Arial, sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu li {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        width: 100%;
    }

    .banner-skyscrapper {
        display: block;
        position: relative;
        z-index: 2;
        background: transparent;
        height: 700px;
        width: 100%;
        overflow: hidden;
    }

    .mt-37 {
        margin-top: 37px;
    }

    .banner-skyscrapper a {
        display: block;
        overflow: hidden;
        height: 700px;
        width: 100vw;
    }

    .banner-skyscrapper img {
        visibility: hidden;
    }

    .banner-skyscrapper .slider-container {
        background: transparent !important;
    }

    .close-filters .filter-list__btn {
        bottom: -22px;
    }

    .side-slider-tall img {
        width: 100vw !important;
    }

    html, body {
        overflow-x: hidden;
    }

    .overlay-loading {
        width: 100%;
    }

    .signup-popup__modal .form-subscribe__top .signup-agreement {
        display: none !important;
    }

    .signup-popup__modal .signup-agreement {
        width: 100%;
        margin: auto;
        padding: 5px 2px 4px 3px;
    }

    .signup-popup__modal .form-subscribe-bild__bottom {
        font-size: 1.2rem;
        margin-top: 5px;
        line-height: 1.8rem;
    }

    .signup-popup__modal .form-subscribe_a {
        width: 100%;
    }

    .site-login {
        width: 90%;
        margin: 20px auto 10px;
    }

    .cities-wrapper a:hover:after {
        border-bottom: 2px solid #000;
    }

    .page__header .btn-burger {
        display: block;
    }

    #header-logo-block {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        position: fixed;
        right: 0;
        left: auto;
        height: 55px;
    }

    .logo-mobile {
        position: absolute;
        right: 0;
        top: 5px;
    }

    .about-author__phone p strong {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .page__header .btn-burger span {
        margin-left: -20px;
        margin-top: -12px;
    }

    .navbar-open .page__header .btn-burger span::before, .navbar-open .page__header .btn-burger span::after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .page__header .btn-burger span::before {
        top: 11px;
    }

    .page__header.page__header-de > div {
        display: block;
    }

    .page__header .btn-burger span::after {
        top: 22px;
    }

    .page__header.page__header-de > div:not(.submenu-container) {
        height: 65px;
    }

    .page__header.page__header-de .header-sale__timer {
        padding-top: 3px;
        height: 45px;
        width: 185px;
        margin-left: 0;
    }

    .header-sale__timer .product-timer .count-item::after {
        font-size: 1rem;
        font-weight: bold;
        padding: 7px 0 0;
    }

    .page__header.page__header-de.with-banner .navbar-default {
        height: 65px;
        width: 100vw;
    }

    .product-promo.product-promo_wide {
        background: transparent;
    }

    .page__header .btn-burger {
        height: 50px;
        top: 5px;
        width: 45px;
    }

    .grey-theme .product-timer .count-item em {
        display: none;
    }

    .header-sale.grey-theme .product-timer .count-item em {
        display: block;
        left: 7px;
        bottom: -15px;
    }

    .header-sale.grey-theme .count-item em:after {
        font-size: 1rem;
        font-weight: 600;
        font-family: "Montserrat-Bold", Arial, sans-serif;
    }

    .page__header .logo-original {
        top: 12px;
        position: absolute;
        right: 72px;
        left: auto;
        width: 35px;
        min-width: 35px;
    }

    .menu {
        display: block;
        width: 100%;
        height: auto;
        max-height: calc(100% - 65px);
        top: -100%;
        left: 0;
        -webkit-transition: top .3s ease;
        -o-transition: top .3s ease;
        transition: top .3s ease;
        z-index: 1500;
    }

    .menu.open {
        left: 0;
        top: 65px;
    }

    .menu .navbar-nav > li > ul {
        margin: 10px 0 0;
    }

    .whiteboard, .category-page .whiteboard {
        width: 100%;
        padding-top: 30px;
    }

    .whiteboard .post-container {
        width: 100%;
        padding: 0 25px;
    }

    .whiteboard.short-text {
        margin-bottom: 0;
        height: 220px !important;
    }

    .black-btn, .black-btn:hover, .black-btn:focus, .buttons-container .btn, .show-more, .show-more-text, .show-more-text:hover {
        margin-bottom: 40px;
    }

    .product-price__stock {
        font-size: 2.5rem;
        height: 32px;
        line-height: 3.2rem;
    }

    .product-item__text__title {
        width: auto;
        max-width: 100%;
        -webkit-line-clamp: 3;
        max-height: 53px;
    }

    .modal-body .product-info .block-discount {
        margin-top: 2px;
    }

    .product-price {
        padding-bottom: 0;
    }

    .color-btn {
        font-size: 1.3rem;
        line-height: 2.3rem;
        padding: 2px 20px;
    }

    .grey-theme .product-timer .count-item span {
        width: 21px;
        height: 32px;
        font-size: clamp(2.2rem, 2.2rem, 2.2rem);
        line-height: 3.2rem;
        border: 1px solid #a09c9c;
        margin: -1px 0;
        padding: 0;
    }

    .grey-theme .product-timer .count-item {
        padding-bottom: 0 !important;
        width: 43px;
    }

    .header-sale__timer {
        width: 185px;
    }

    .grey-theme .count-item:first-child:after {
        display: block;
    }

    .header-sale__timer .product-timer .count-item:first-child::after {
        content: 'TAGE';
    }

    .header-sale__timer .product-timer .count-item:nth-child(2)::after {
        content: 'STD.';
    }

    .header-sale__timer .product-timer .count-item:nth-child(3)::after {
        content: 'MIN.';
    }

    .header-sale__timer .product-timer .count-item:nth-child(4)::after {
        content: 'SEK.';
    }

    .grey-theme .count-item {
        margin-left: 2px;
    }

    .page__header.page__header-de.with-banner .navbar-brand {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        width: 85px;
        height: 55px;
        padding-left: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        display: block;
        margin: 0 !important;
        max-height: 100%;
    }

    .header-sale__timer {
        margin: 0;
        width: 200px;
    }

    .page__header .navbar-brand img {
        margin: 0 0 0 auto;
        width: auto;
        height: auto;
    }

    .page__header.page__header-de .header-sale__title-xs {
        padding-top: 2px;
    }

    .page__header.page__header-de .header-sale__title-xs {
        display: none !important;
    }

    .catalog-slider-huge.slick-initialized .slick-slide {
        position: relative;
        width: 330px !important;
        height: 325px;
        margin-top: 0;
    }

    .homepage-partner-slider {
        padding: 5px 0 5px 5px;
        height: auto;
        border-radius: 4px 0 0 4px;
        margin: 0 0 0 10px;
        border-right: none;
        visibility: hidden
    }

    .homepage-partner-slider .promo-item-block, .brand-recomend__item {
        padding-left: 0;
        border-radius: 0;
        height: auto;
        max-width: none;
        max-height: none;
    }

    .brand-slider {
        width: 100%;
        max-width: 90%;
        display: block;
        background: #f5f4f0;
        padding: 0;
        margin: 0 auto 10px;
    }

    .shops-page .brand-slider {
        background: #f5f4f0;
        max-width: 100%;
        margin: 0;
        z-index: 2;
    }

    .shops-page .brand-slider.brand-recomend .title {
        height: 70px;
    }

    .alphabet {
        display: none;
    }

    .brands .alphabet {
        display: block;
        margin-bottom: 0;
    }

    .shops-page .alphabet dd {
        margin-left: 15px;
    }

    .shops-page .alphabet dd a {
        font-size: 1.3rem;
        line-height: 3.4rem;
    }

    .shops-page .alphabet dt:before, .shops-page .alphabet dt:after {
        height: 3px;
    }

    .shops-page .alphabet dd:nth-child(2) {
        margin-top: 0;
    }

    .shops-page .alphabet tr {
        min-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .shops-page .alphabet dl {
        padding: 0;
        margin: 0 0 10px;
    }

    .brand-recomend__item .brand-recomend__item {
        padding: 10px 10px;
    }

    .brand-slider .slick-next::before, .brand-slider .slick-prev::before {
        width: 8px;
        border-width: 0 2px 2px 0;
        padding: 4px;
    }

    .shops-page .alphabet table {
        width: 100%;
        margin: 0;
    }

    .main-stock-items__list.slick-slider .slick-arrow {
        top: 30%;
    }

    .main-stock__img {
        height: auto;
        width: auto;
    }

    .main-stock {
        border-radius: 0
    }

    .category-slider-block {
        margin-top: 0;
        padding-top: 10px;
        background: #f5f4f0;
        z-index: 2;
        position: relative;
    }

    .homepage-partner-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .homepage-partner-slider .main-stock {
        border-radius: 0;
        border: none;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .homepage-partner-slider .main-stock__img {
        height: auto;
        width: auto;
        min-height: 1px;
        border-radius: 6px;
        margin: auto;
        max-width: none;
        max-height: none;
    }

    .homepage-partner-slider .main-stock__img img {
        display: block;
        width: auto;
        margin: 0 auto;
        height: 70px;
        max-width: none;
        max-height: none;
        border-radius: 0;
        border: none;
    }

    .best-promo-products .owl-stage-outer {
        height: 420px;
    }

    .main-stock-items__list.slick-slider .slick-arrow {
        top: 60%;
        display: block !important;
        width: 17px;
        visibility: visible;
        height: 18px;
        padding: 0
    }

    .main-stock-items__list.slick-slider .slick-prev {
        left: 0
    }

    .main-stock-items__list.slick-slider .slick-next {
        right: 0
    }

    .main-stock-items__list.slick-slider .slick-arrow::before {
        font-size: 1.4rem
    }

    .main-stock-items .section-wrap {
        margin-bottom: 25px;
    }

    .promo-slider .promo-item-block {
        margin: 0;
    }

    .promo-slider .owl-item.active .main-stock__img {
        border-radius: 0;
        height: 305px;
        width: 310px;
        max-height: 100%;
        opacity: 1;
        margin: 0;
    }

    .promo-slider .owl-item.active .main-stock__info {
        opacity: 1;
    }

    .promo-slider .owl-item .main-stock__img, .promo-slider .owl-item.active + .owl-item.active .main-stock__img {
        border-radius: 0;
        height: 275px;
        overflow: hidden;
        width: 310px;
        max-height: 100%;
        opacity: 0.5;
        margin: 15px 0;
    }

    .promo-slider .owl-item .main-stock__info, .promo-slider .owl-item.active + .owl-item.active .main-stock__info {
        opacity: 0;
    }

    .promo-slider .promo-item-block {
        width: 310px;
    }

    .promo-list {
        z-index: 2;
        background: #f5f4f0;
        position: relative;
    }

    .promo-list .promo-item-block {
        display: block;
        width: 310px;
        margin: 15px auto 20px;
    }

    .main-stock-items .owl-carousel .owl-dot span, .product-list-solo.owl-carousel .owl-dot span {
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border: 2px solid #000;
    }

    .main-stock-items .owl-carousel, .product-list-solo.owl-carousel {
        margin-bottom: 0;
        margin-top: 0;
    }

    .promo-slider .main-stock__info {
        padding: 0 10px 11px;
    }

    .main-stock-items .owl-carousel .owl-dots, .product-list-solo.owl-carousel .owl-dots {
        margin-top: 7px;
        padding-bottom: 5px;
        border-bottom: 2px solid #000;
    }

    .icon-buy {
        width: 30px;
        height: 23px;
    }

    .main-stock__info {
        padding: 15px 35px 11px;
        height: auto;
    }

    .main-stock__info .title {
        max-height: 64px;
        height: auto;
        -webkit-line-clamp: 3;
        margin-top: 5px;
        overflow: hidden;
    }

    .main-stock__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 35px 11px;
        font-family: "Montserrat-Bold", Arial, sans-serif;
    }

    .main-stock__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-stock__timer {
        float: none;
        margin-top: 0;
    }

    .main-stock__info .header-sale__timer {
        margin-left: 0;
        width: auto;
    }

    .main-stock__timer .product-timer {
        text-align: center;
    }

    .main-stock__info .product-timer .count-item span {
        height: 43px;
    }

    .main-stock__info .product-timer .count-item em {
        bottom: 7px;
        left: 2px;
    }

    .main-stock__info .product-timer .count-item:nth-child(3)::after, .main-stock__info .product-timer .count-item:nth-child(2)::after,
    .main-stock__info .product-timer .count-item:nth-child(4)::after, .main-stock__info .product-timer .count-item:nth-child(1)::after {
        display: none;
    }

    .promo-list .main-stock__info {
        padding: 15px 0 11px;
    }

    .catalog-slider-inner, .slider-container {
        padding-bottom: 0;
        background: #f5f4f0;
        z-index: 2;
        position: relative;
    }

    h2.section__title.visible-xs {
        margin-top: 0;
    }

    .right-header-block {
        width: auto;
        height: 0;
    }

    .whiteboard p, .alphabet, .faq-box-b, .title-footer div, .info-block, .product-list, .panel-body, .section-wrap, .wrap-news, .promo-list {
        width: auto;
    }

    .visible-xs.hidden {
        display: block !important;
    }

    .page__header .btn-burger:active {
        background: transparent;
    }

    .pre-footer {
        background: #f5f4f0;
    }

    .footer-banner.banner-skyscrapper {
        display: none;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        background-color: #f5f4f0;
    }

    .pagination > li.first, .pagination > li.prev, .pagination > li.next {
        display: none;
    }

    .pagination > li {
        margin-right: 10px;
    }

    ul.pagination:before {
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        display: block;
        margin: 10px;
    }

    .pagination > li {
        height: 25px;
        width: 25px;
    }

    .pagination-list .pagination {
        text-align: center;
    }

    .product-list.panination-on .pagination-list {
        padding-bottom: 30px;
        height: auto;
        background: #f5f4f0;
        z-index: 2;
    }

    .filter-list__title_xs {
        display: none !important;
    }

    .filter-list__category .icon-arrow-right-thick {
        display: none;
    }

    .filter-list__wrap > div {
        max-width: 100%;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter-type__main > ul:before {
        font-size: 1.4rem;
        letter-spacing: 0;
        position: absolute;
        line-height: 1.6rem;
        left: 10px;
    }

    .filter-type__main > ul {
        margin-right: 50px;
    }

    .filter-type__main > ul li a.desc:before, .filter-type__main > ul li a.desc:after, .filter-type__main > ul li a.asc:after, .filter-type__main > ul li a.asc:before {
        display: block;
        width: 36px;
        height: 36px;
        position: absolute;
        top: 11px;
    }

    .filter-list__title {
        margin: 0 0 -4px;
        font-size: 1.5rem;
    }

    .filter-list.plist__partners_push {
        margin-bottom: 27px;
    }

    .filter-type__main > ul li a:before {
        right: 55px;
    }

    .filter-type__main > ul li a:after {
        right: 10px;
    }

    .filter-type__main > ul li a.asc:after {
        background-position: 3px 6px;
        border: 4px solid #eabc00;
    }

    .filter-type__main > ul li a.asc:before {
        background-position: 4px 6px;
        border: 4px solid #959595;
    }

    .filter-type__main > ul li a.desc:before {
        background-position: 4px 6px;
        border: 4px solid #eabc00;
    }

    .filter-type__main > ul li a.desc:after {
        background-position: 3px 6px;
        border: 4px solid #959595;
    }

    .filter-list__category ul li label.filter-lvl-1 {
        padding-left: 35px;
    }

    .filter-open .filter-list__wrap {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .filter-list .filter-list__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .filter-list__category {
        min-width: calc(50% - 28px);
        width: calc(50% - 28px);
        display: block;
        margin: 0 14px 0;
    }

    .page.filter-open {
        overflow-y: auto;
    }

    .filters-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .filters-buttons .apply-btn, .filters button[data-apply-filter] {
        padding: 0 25px;
        font-size: 1.2rem;
        height: 32px;
        line-height: 2.6rem;
        border: 2px solid #959595;
        margin-bottom: 5px;
    }

    .filters-buttons .reset-btn, .filters button[data-reset-filter] {
        padding: 0;
        font-size: 1.2rem;
        height: 32px;
        line-height: 2.6rem;
        margin-left: 0;
        border-bottom: 2px solid #959595;
    }

    .filters button[data-apply-filter], .filters button[data-reset-filter] {
        width: auto;
        min-width: unset;
        margin: 0;
    }

    .filter-list {
        border-bottom: 2px solid #959595;
    }

    .filters-buttons .apply-btn {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .filters-buttons {
        margin: 25px 0 15px;
    }

    .filter-list__category strong {
        font-size: 1.3rem;
    }

    .filter-list__category ul li label, .mc-field-group label {
        font-size: 1.3rem;
    }

    .filter-list__category ul li label.filter-lvl-1:after {
        left: 0;
    }

    .filter-list__category ul li label.filter-lvl-1:before {
        left: 0;
    }

    .filter_price {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .filter_partner {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .filter_discount {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .filter-type__main > ul li a[data-sort="-default"], .filter-type__main > ul li a[data-sort="default"] {
        zoom: 0.5;
    }

    .filter-type__main > ul li a[data-sort="price"], .filter-type__main > ul li a[data-sort="-price"] {
        zoom: 0.5;
    }

    .filter-type__main > ul li a[data-sort="-discount"], .filter-type__main > ul li a[data-sort="discount"] {
        zoom: 0.5;
    }

    .filter-type__main > ul li .asc[data-sort="discount"], .filter-type__main > ul li .desc[data-sort="discount"], .filter-type__main > ul li .asc[data-sort="-discount"], .filter-type__main > ul li .desc[data-sort="-discount"],
    .filter-type__main > ul li .asc[data-sort="-default"], .filter-type__main > ul li .desc[data-sort="-default"], .filter-type__main > ul li .asc[data-sort="default"], .filter-type__main > ul li .desc[data-sort="default"],
    .filter-type__main > ul li .asc[data-sort="-price"], .filter-type__main > ul li .desc[data-sort="-price"], .filter-type__main > ul li .asc[data-sort="price"], .filter-type__main > ul li .desc[data-sort="price"] {
        zoom: 0.5;
    }

    .buttons-container {
        padding-top: 15px;
        background: #f5f4f0;
        z-index: 2;
        margin: 0;
    }

    .product-item__img {
        width: 210px;
        min-width: 210px;
        height: 205px;
        margin-bottom: 0;
        max-height: 205px;
        padding: 0;
    }

    .product-item__img img {
        width: 210px;
        height: 205px;
    }

    .plist__item {
        height: 210px;
    }

    .product-item__text {
        width: calc(100% - 210px);
        min-width: calc(100% - 210px);
        max-width: calc(100% - 210px);
        padding: 3px 7px 3px;
    }

    .product-item__text .product-timer {
        height: 30px;
    }

    .title-footer strong {
        display: none;
    }

    .title-footer {
        display: none;
    }

    .info-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .info-block h3 {
        display: block;
    }

    .info-block > div {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .app-block a {
        display: inline-block;
        max-width: 45%;
    }

    .app-block a img {
        width: 170px;
    }

    .jq-ry-container {
        line-height: 1.2rem;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .btn-arrow-banner {
        height: 30px;
        font-size: 1.3rem;
        line-height: 1;
        bottom: 15px;
        right: 15px;
    }

    .signup-popup__info h3 {
        font-size: 2.5rem;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }

    .catalog-slider-huge.slick-initialized .slick-slide a {
        margin: 18px 0;
        height: 289px;
        overflow: hidden;
    }

    .catalog-slider-huge.slick-initialized .slick-center a {
        margin: 0;
        height: 325px;
    }

    .catalog-slider-huge.slick-initialized .slick-center {
        margin-top: 0;
    }

    .responsive-aside {
        position: fixed;
        z-index: 0;
        top: auto !important;
        bottom: 0;
        width: 100%;
        left: 0;
        height: auto;
        max-height: 100%;
    }

    .rating-widget-div {
        padding-bottom: 15px;
    }

    .info-block > div:last-child {
        margin-bottom: 0;
    }

    .nav.nav-stacked {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .stock-presentation__left, .product__left {
        margin-right: 0;
        width: 100%;
        min-width: 100%;
    }

    .stock-presentation__right {
        width: 100%;
        padding-left: 0;
        min-width: 100%;
    }

    .product__right {
        width: 100%;
        min-width: 100%;
        padding-left: 0;
        text-align: left;
    }

    .product-descr-title {
        margin: 15px 20px 0;
    }

    .b-product-price {
        font-size: 3rem;
        line-height: 4rem;
        height: 40px;
    }

    .search .input-group-btn {
        right: calc(50% - 87px);
    }

    .content .search .input-group .btn, .tech-page-wrap .search .input-group .btn {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .search-wrap .icon-search {
        font-size: 1.5rem;
    }

    .page__footer {
        height: auto;
        z-index: 2;
    }

    .footer .row {
        background: #000;
        padding-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer .container .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer .navbar-brand img {
        height: 55px;
    }

    .footer .navbar-brand {
        height: 55px;
        margin: 20px 20px 0;
        padding: 0;
    }

    .footer-logo-wrapper .logo-original {
        width: 55px;
        height: 55px;
    }

    .nav-stacked > li {
        width: 49%;
        height: auto;
    }

    .nav-stacked li a {
        text-align: left;
    }

    .submenu-container {
        margin-top: 0;
    }

    .navbar_submenu {
        width: 265px;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 1001 !important;
    }

    .filter-list button {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 2px solid #959595;
        color: #959595;
    }

    .filter-list__title .glyphicon {
        display: none;
    }

    .navbar_submenu .navbar-nav > li > a,
    .navbar_submenu .navbar-nav > li.dropdown a,
    .navbar_submenu .navbar-nav > li ul a,
    .navbar_submenu .navbar-nav > li ul.dropdown-menu a,
    .navbar_submenu .navbar-nav > li > a,
    .navbar_submenu .navbar-nav > li.dropdown a {
        padding: 7px 40px 7px 17px;
        font-size: 1.2rem;
        font-weight: 900;
        line-height: 1.6rem;
    }

    .shops-page .panel-body {
        display: block;
        padding: 0;
        margin-top: -10px;
    }

    .shops-page .brands {
        width: 100%;
        padding-bottom: 0;
    }

    .brands__items .brand-item__info .title {
        height: 40px;
        word-break: break-word;
    }

    .brands__items .partner-info-block {
        width: 46%;
        margin: 0 2% 10px;
    }

    .brands__items .brand-item__info {
        height: 48px;
    }

    .shops-page .section-wrap {
        width: 100%;
        margin-top: 0;
    }

    .navbar_submenu .navbar-nav > li {
        padding-bottom: 0;
    }

    .sub-section {
        padding: 0;
    }

    .affix-slider.homepage-skyscraper.mobile-banner {
        display: block;
    }

    .affix-slider.homepage-skyscraper.desktop-banner {
        display: none;
    }

    .homepage-skyscraper .section-wrap {
        margin-bottom: 0;
    }

    .side-slider-tall img {
        max-width: 100vw !important;
        height: auto;
    }

    .side-slider-tall .slick-dots {
        bottom: 20px;
        top: auto;
    }

    #mainpage .sub-section {
        padding: 0 10px;
    }

    .side-slider-tall {
        padding: 0;
        height: 500px;
        width: 100%;
    }

    .shops-page .brands__items .partner-info-group:nth-child(odd) {
        padding-right: 0;
    }

    .shops-page .brands__items .partner-info-group:nth-child(even) {
        padding-left: 0;
    }

    .shops-page .brands__items .partner-info-group {
        width: 100%;
        margin-top: 5px;
    }

    .shops-page .brands__items .brand-item__img {
        width: 160px;
        min-width: 160px;
        height: 54px;
    }

    .shops-page .brands__items .brand-item__img img {
        vertical-align: middle;
        max-width: 160px;
        max-height: 54px;
    }

    .brands__items .brand-item__info .title {
        height: auto;
        margin-bottom: 0;
        word-break: break-word;
        font-size: 1.6rem;
    }

    .shops-page .partner-info-group > .title:before, .shops-page .partner-info-group > .title:after {
        height: 3px;
    }

    .row {
        margin: 0 -10px;
    }

    .section__title > strong, .panel h1, .whiteboard h2, .box-title {
        font-size: 1.3rem;
        line-height: 1.3rem;
        padding: 5px;
    }

    .section__title:before, .whiteboard h2:before, .section-info h2:before, .shops-title:before, .panel h1:before, .box-title:before {
        height: 10px;
        border-bottom: 5px solid #fff;
    }

    .section__title, .whiteboard h2, .section-info h2, .shops-title, .box-title {
        margin-bottom: 10px;
        line-height: 2rem;
        padding: 0;
    }

    .news-item .news-title a {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    .news-item .post p {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .category-slider-short {
        max-height: 325px;
    }

    .category-slider-short img {
        width: 330px;
        height: 325px;
    }

    .category-slider-short.slick-initialized a[aria-hidden="true"], .category-slider-short.slick-initialized a.slick-slide {
        position: relative;
        opacity: 0.5;
        margin: 15px 0;
        width: 330px;
        height: 295px;
    }

    .category-slider-short.slick-initialized a[aria-hidden="false"], .category-slider-short.slick-initialized a.slick-current {
        width: 330px;
        height: 325px;
        opacity: 1;
        margin: 0;
    }

    .product-list-solo .product-item__text__title, .product-list-solo .product-item__author {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .product-list-solo .product-item__text__title {
        height: 48px;
    }

    .plist__item .product-item__author {
        max-height: 35px;
        margin-top: 3px;
    }

    .product-price_middle .product-price__stock {
        margin-top: 1px;
        margin-bottom: 1px;
        height: 34px;
        font-size: 3.2rem;
        line-height: 3.2rem;
    }

    .product-price__size u {
        margin-top: 1px;
    }

    .product__left .product-price__size u {
        margin-top: 6px;
    }

    .product-price__size strong {
        margin-bottom: 1px;
        font-size: 1.7rem !important;
        line-height: 1.9rem !important;
    }

    .note {
        -webkit-line-clamp: 2;
        max-height: 28px;
        margin-bottom: 3px;
        margin-top: 4px;
    }


    .product-list-solo .plist__item:nth-child(even) .product-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .product-list-solo .plist__item {
        width: 100vw;
        height: 210px;
    }

    .product-list-solo .product-item__img {
        width: 210px;
        min-width: 210px;
        height: 210px;
        margin-bottom: 0;
        max-height: 210px;
    }

    .product-list-solo .product-item__img img {
        width: 200px;
        height: 200px;
    }

    .search-page {
        margin-top: 35px;
    }

    .category-page {
        padding-top: 0;
        background: #f5f4f0;
    }

    .banner-for-mobile {
        margin: 0;
        background: #f5f4f0;
        overflow: auto;
    }

    .partner-list {
        background: #fff;
        z-index: 2;
    }

    .panel-heading {
        margin-bottom: 0;
    }

    .back-btn {
        display: block;
        margin: 40px 10px 20px;
        background-position-x: 10px;
        text-decoration: none !important;
        width: 50px;
        font-size: 3.5rem;
        height: 35px;
        background-size: 20px 30px;
        background: url('../images/svg/chevron-up-yellow.svg') no-repeat;
        background-size: contain;
    }

    .partner-h1:before, .section__title:before, .whiteboard h2:before, .section-info h2:before, .shops-title:before, .panel h1:before, .product-title h1:before, .box-title:before {
        height: 7px;
        border-bottom: 5px solid #f5f4f0;
    }

    .plist__item > div {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .content__aside {
        position: fixed !important;
        z-index: 0;
        top: auto !important;
        bottom: 0;
        width: 100%;
        left: 0;
        height: auto;
        display: block;
        max-height: 100%;
    }

    .content .search-warapper {
        width: auto;
        display: table;
        margin: 0 auto;
        padding: 3px 5px 3px 3px;
    }

    .pt-50 {
        padding-top: 50px;
    }

    .pt-120 {
        padding-top: 100px !important;
    }

    .search-wrap {
        position: fixed;
        z-index: 1000;
        background: #f5f4f0;
        padding-top: 0;
        padding-bottom: 0;
        left: calc(50% - 104px);
        margin: auto;
    }

    .search .btn {
        height: 25px;
        padding: 2px 5px;
        font-size: 1.8rem;
        border: none;
        border-radius: 0;
    }

    .content .search .input-group .form-control, .tech-page-wrap .search .input-group .form-control {
        height: 25px;
        font-size: 1.4rem;
    }

    .banner-for-mobile .product-list {
        width: 100%;
        margin: 0;
        background: #f5f4f0;
    }

    .mb-80 {
        margin-bottom: 0 !important;
        padding-bottom: 20px;
    }

    .panel h1 {
        padding: 0;
        margin-bottom: 10px;
        line-height: 2.5rem;
        margin-left: 0;
        margin-top: 0;
        width: calc(100% + 15px);
    }

    .rating-widget-markup-span {
        left: 0;
    }

    .faq-box-b dl dt h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .faq-box-b dl dd {
        font-size: 1.3rem;
        line-height: 1.9rem;
    }

    .faq-box-b dl:first-child {
        padding: 0;
        margin-bottom: 0;
    }

    .faq-box-b dl:last-child {
        padding: 0;
        margin-bottom: 0;
    }

    .faq-box-b dl dt:after {
        left: 0;
        margin-left: 0;
        height: 2px;
        width: 40%;
    }

    .faq-box-b dl dt {
        padding: 1px 0 1px;
    }

    .signup-popup__modal .form-subscribe_a .form-group .input {
        width: 250px;
    }

    .signup-popup__modal {
        margin: 0 1%;
    }

    .section-info h2 {
        font-size: 1.4rem;
    }

    .section-info h2, .shops-title a {
        line-height: 1.5rem;
    }

    .whiteboard p {
        margin: 0 10px 20px;
        font-size: 1.3rem;
        line-height: 1.9rem;
    }

    .title-footer.section__title {
        display: none;
    }

    .navbar-open .btn-burger {
        left: 265px;
        top: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-open .page__header .btn-burger span::before {
        top: 11px;
    }

    .navbar-open .page__header .btn-burger span::after {
        top: 30px;
    }

    .filter-open .btn-burger {
        left: 0;
        top: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .filter-open .page__header .btn-burger span {
        background-color: #fff;
    }

    .filter-open .page__header .btn-burger span::before {
        top: 11px;
    }

    .filter-open .page__header .btn-burger span::before, .filter-open .page__header .btn-burger span::after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .filter-open .page__header .btn-burger span::after {
        top: 22px;
    }

    .info-block > div {
        margin-bottom: 15px;
    }

    .footer-logo-wrapper {
        height: auto;
        position: relative;
        left: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-logo-wrapper .logo-original {
        margin-top: 20px;
    }

    .nav-stacked > li {
        margin: 0;
    }

    .nav-stacked li a {
        font-size: 1rem;
        text-transform: inherit;
        line-height: 1.9rem;
        padding: 0;
        word-break: break-word;
    }

    .wrap-faq-box-b {
        padding: 0 10px;
    }

    .footer {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sub-section > .title {
        padding: 0;
        margin-bottom: 0;
        display: block;
    }

    .sub-section > .shops-title > a {
        color: #fff;
        padding: 5px;
        font-size: 1.5rem;
        line-height: 1.5rem;
        display: block;
    }

    .page__header.page__header-de.with-banner .header-sale {
        position: absolute;
        left: 65px;
        top: 8px;
    }

    .faq-box-b dl:last-child dt:after {
        content: '';
        display: block;
        height: 2px;
        width: 25%;
        left: 0;
        margin-left: 0;
    }

    .filter-block.active, .filter-table.active {
        background: #000;
        -webkit-box-shadow: 0 1px 0 0 #000, 0 3px 1px 0 rgba(0, 0, 0, 0.10);
        box-shadow: 0 1px 0 0 #000, 0 3px 1px 0 rgba(0, 0, 0, 0.10);
    }

    .content {
        padding-top: 65px;
    }

    .cities-wrapper, .city-wrapper {
        width: 100%;
    }

    .catalog-slider-huge .slick-dots button, .side-slider-tall .slick-dots button {
        width: 10px;
        height: 10px;
        border: 2px solid #000;
    }

    .catalog-slider-huge .slick-dots li, .side-slider-tall .slick-dots li {
        margin: 3px 5px;
        width: 10px;
        height: 15px;
    }

    .catalog-slider-huge {
        height: 395px;
        border-bottom: none;
    }

    .catalog-slider-huge .slick-dots {
        bottom: 30px;
        border-bottom: 2px solid #000;
    }

    #mainpage .best-promo-products {
        margin-top: 0;
        padding-top: 20px;
        background: #f5f4f0;
        z-index: 2;
        position: relative;
    }

    #mainpage .content__aside.desktop-banner {
        display: none;
    }

    #mainpage .content__aside.mobile-banner {
        display: block;
        left: 0 !important;
    }

    .desktop-banner.responsive-aside {
        display: none;
    }

    .mobile-banner.responsive-aside {
        display: block;
    }

    .group {
        width: 100vw;
        max-width: 100vw;
    }

    .product-list-solo.owl-carousel .owl-dots {
        margin-top: 20px;
    }

    .category-item {
        width: 49.9%;
        height: 175px;
    }

    .wrap-category-list {
        padding: 0;
        width: 100%;
        margin: 0 auto 0;
        background: #f5f4f0;
        z-index: 2;
        position: relative;
    }

    .category-list > div {
        padding: 0 25px;
        text-align: justify;
    }

    .category-list > div:first-child {
        border-bottom: none;
        padding-top: 15px;
        text-align: justify;
    }

    .category-item h3 a, .category-item h3 a:hover, .category-item h3 a:focus {
        font-size: 1.6rem;
    }

    .category-list > div:last-child {
        border-top: none;
        padding-top: 0;
        padding-bottom: 15px;
        margin-bottom: 20px;
        text-align: justify;
    }

    .categories-section {
        padding-bottom: 0;
        background: #f5f4f0;
        z-index: 2;
        position: relative;
        padding-top: 1px;
    }

    .shops-section {
        padding-top: 0;
    }

    .shops-section h2 {
        margin-top: 0;
    }

    .faq-box-b dl {
        padding: 0;
    }

    .faq-box-b {
        padding: 15px 30px 0;
    }

    .faq-box-b dl dt:after {
        height: 2px;
        width: 25%;
        left: 0;
        margin-left: 0;
    }

    .faq-box-b dl dt h3 {
        font-size: 1.4rem;
        letter-spacing: 1px;
        line-height: 1.6rem;
        cursor: pointer;
        margin-top: 0;
    }

    .faq-box-b dl dt, .faq-box-b dl:last-child dt:first-child {
        padding: 15px 0 5px;
    }

    .blog-box {
        padding: 0 20px 0 35px;
        width: 100%;
    }

    .blog-box .item {
        padding: 15px 0;
    }

    .blog-img {
        height: 130px;
        width: 130px;
        min-height: 130px;
        min-width: 130px;
    }

    .blog-box .item b {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .blog-box .item strong {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .international {
        padding: 0 0 5px;
    }

    .international .nav_c {
        width: 80%;
        margin: 20px auto;
    }

    .international .nav_c li a {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .international .nav_c li:after {
        top: 3px;
        bottom: 4px;
        width: 2px;
    }

    .blog-box .item:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .whiteboard, .category-page .whiteboard {
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        background: #f5f4f0;
    }

    .category-page .whiteboard {
        padding-top: 15px;
    }

    .category-page .show-more {
        display: inline-block;
    }

    .whiteboard h2 {
        margin-top: 0;
        line-height: 2rem;
        font-size: 1.3rem;
    }

    .product-list {
        width: calc(100% + 10px);
        padding: 0;
        margin: 0 -5px;
    }

    .offline-shops-wrap {
        width: 100%;
    }

    .offline-map-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-item__text__address {
        height: auto;
        margin-bottom: 20px;
    }

    .offline-store__right, .offline-store__left {
        width: 100%;
    }

    .plist__item:nth-child(1), .plist__item:nth-child(2), .plist__item:nth-child(3) {
        margin-top: 0;
    }

    .plist__item {
        -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.45);
    }

    .plist__item:nth-child(even) .product-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .filter-table, .filter-block {
        display: none;
    }

    .panel {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .promo-text-descr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .stock-presentation__img {
        margin: 10px 0 0;
    }

    .product-title h1 {
        display: none;
    }

    .product-descr-title, .product-descr-title a {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .stock-presentation__left .countdown-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .stock-presentation__left .countdown-block .product-timer_big {
        margin: 0 auto 0;
    }

    .promo-title-desktop {
        display: none;
    }

    .product-descr {
        font-size: 1.4rem;
        text-align: initial;
        padding: 0 0 10px;
    }

    .product-descr p {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2rem;
    }

    .product .countdown-block {
        display: inline;
        line-height: 3rem;
    }

    .product .product-timer {
        width: auto;
        padding: 0 10px 0;
        line-height: inherit;
    }

    .product .product-timer_big .count-item {
        width: 25px;
        padding-bottom: 7px;
    }

    .product .product-timer .count-item em {
        bottom: -1px;
        left: 1px;
    }

    .product .product-timer .count-item:first-child em:after, .product .product-timer .count-item:nth-child(2) em:after, .product .product-timer .count-item:nth-child(3) em:after, .product .product-timer .count-item:nth-child(4) em:after {
        font-size: 0.9rem;
    }

    .product .product-timer_big .count-item span {
        height: 33px;
        width: 12px;
        font-size: 2rem;
        line-height: 3rem;
    }

    .block-discount {
        margin-right: 0;
    }

    .product__left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 10px;
    }

    .product__left .product-price__size {
        margin-bottom: 0;
        display: inherit;
        margin-top: 10px;
    }

    .product__left .product-price__size strong {
        margin-left: 10px;
        line-height: 4rem !important;
    }

    .product-carousel {
        margin-bottom: 0;
    }

    .stock-presentation .container-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .upload-image-size-478x178 {
        height: 305px;
        width: 310px;
        margin: auto;
    }

    .about-author__img {
        margin: 0 auto 0;
        text-align: center;
    }

    .stock-presentation__right .product-action .btn {
        width: auto;
        height: 38px;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .other-shops {
        margin: 10px 0;
    }

    .other-shops b {
        text-align: center;
        font-size: 1.5rem;
    }

    .other-shops a {
        margin: 10px auto 20px;
        padding: 2px 5px;
    }

    .about-author__col1 {
        padding: 0;
    }

    .show-more-text {
        font-size: 1.5rem;
    }

    .about-author__col1 {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .brands__items .main-stock-items__list .section-wrap {
        margin-bottom: 25px;
    }

    .stock-presentation {
        margin-top: 0;
        padding: 0 10px;
    }

    .stock-presentation__right .product-action {
        text-align: center;
        padding-top: 0;
    }

    .about-author__col1 .text {
        text-align: left;
    }

    .product-descr-title h3, .product-descr-title a {
        font-size: 1.5rem;
        font-family: "Montserrat-Bold", Arial, sans-serif;
        font-weight: 600;
    }

    .about-author__col2 {
        margin-top: 0;
        padding: 10px 0 35px;
        height: auto !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product .about-author__col2 {
        padding: 0 0 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .icon-email {
        display: none;
    }

    .about-author__phone p, .about-author__phone a {
        font-size: 1.4rem;
        line-height: 2rem;
        word-break: break-word;
        font-weight: 600;
        font-family: "Montserrat-Bold", sans-serif;
    }

    .product-list.filtered .filter-type {
        margin-top: -27px;
        height: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background: #f5f4f0;
        z-index: 2;
    }

    .filter-type__main {
        display: block;
        padding-left: 0;
        padding-right: 20px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .filter-type__main > ul li {
        font-size: 1.4rem;
        margin-left: 10px;
    }

    .about-author__phone p {
        margin-bottom: 0;
    }

    .about-author__phone:first-child {
        min-width: 165px;
    }

    .about-author__phone__icon {
        background-size: contain;
        width: 19px;
        min-width: 19px;
        height: 19px;
    }

    .about-author__phone__email {
        background-size: contain;
        width: 23px;
        min-width: 23px;
        height: 20px;
    }

    .plist__item.good.added-for-banner-js.slick-slider {
        display: block;
        height: auto;
        width: 100%;
    }

    .plist__item.good.added-for-banner-js.slick-slider .swiper-slide {
        border-radius: 0;
    }

    .plist__item.good.added-for-banner-js.slick-slider img, .head-banner img {
        max-width: 100vw;
    }

    .product-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
        width: calc(100% + 20px);
        background: #fff;
        -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
    }

    .product-carousel__img {
        background-image: none;
        height: 295px;
        width: 300px;
        min-width: 300px;
        padding: 5px;
    }

    .product-carousel__controls {
        overflow: hidden;
    }

    .product-carousel__controls-wrap .slick-arrow.slick-prev {
        left: 0;
    }

    .product-carousel__controls-wrap .slick-arrow.slick-next {
        right: 0;
    }

    .product-carousel__controls-wrap:focus .slick-arrow, .product-carousel__controls-wrap:hover .slick-arrow, .product-carousel__controls-wrap:active .slick-arrow {
        display: block !important;
    }

    .product-carousel__controls-wrap .slick-arrow {
        left: 0;
        right: 0;
        width: 74px;
        height: 20px;
        border-radius: 0;
    }

    .product-carousel__controls-wrap .slick-arrow:hover, .product-carousel__controls-wrap .slick-arrow {
        background: transparent;
        box-shadow: none;
    }

    .product-carousel__controls-wrap .slick-arrow.slick-next::after {
        content: "\e804";
    }

    .product-carousel__controls-wrap .slick-prev::after {
        top: 4px;
        border: none;
        font-size: 14px;
        color: #eabc00;
        transform: rotate(90deg);
        left: calc(50% - 2px);
    }

    .product-carousel__controls-wrap .slick-next::after {
        top: 4px;
        border: none;
        font-size: 14px;
        color: #eabc00;
        transform: rotate(270deg);
        left: calc(50% - 2px);
    }

    .product-carousel__controls-wrap {
        position: relative;
        width: calc(100% - 300px);
        height: 295px;
        border-right: 1px solid #e7e7e7;
    }

    .product-carousel__controls .swiper-slide.slick-current a {
        border: none;
        border-bottom: 1px solid #e7e7e7;
        padding: 3px;
    }

    .product-carousel__controls .swiper-slide a {
        border: none;
        border-bottom: 1px solid #e7e7e7;
        padding: 3px;
    }

    .product-carousel__controls-wrap .slick-list {
        height: auto !important;
    }

    .product-carousel__controls .swiper-slide {
        width: 100%;
        max-width: 100%;
        height: auto;
        -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
    }

    .product-carousel__controls .slick-track {
        padding: 0 0;
        height: 295px;
        width: 100% !important;
        -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
    }

    .product-carousel__controls .swiper-slide a img {
        height: auto;
    }

    .about-us-title {
        display: block;
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 1.5rem;
        margin-top: 20px;
        font-weight: 900;
        color: #959595;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .plist__item {
        width: 100%;
    }

    .product-promo {
        display: block;
    }

    .product-promo-wrapper {
        padding: 0;
    }

    .product-promo.product-promo_wide p {
        display: none;
    }

    .product-promo__code {
        line-height: 1.8rem;
        height: 26px;
    }

    .product-promo__code:before, .product-promo__code span {
        font-size: 1.5rem;
    }

    .product-promo__code:before {
        max-width: 100%;
        line-height: 2.4rem;
        color: #000;
        padding-left: 0;
        width: 100%;
        display: block;
        text-align: center;
    }

    .product-promo__code span {
        line-height: 2.4rem;
        padding: 0 5px;
        margin-left: 0;
        display: block;
        width: auto;
        text-align: center;
    }

    .stock-presentation .product-promo.product-promo_wide {
        margin: 0 15px 5px;
    }

    .product-promo.product-promo_wide .product-promo__code {
        margin: auto;
        max-width: 100%;
        display: block;
        background: #959595;
    }

    .product-promo.product-promo_wide p.message {
        display: block;
        text-align: center;
        margin-top: 25px;
    }

    .about-author .section-title {
        background: transparent;
        text-transform: uppercase;
        margin-bottom: 15px;
        margin-top: 10px;
        font-size: 1.8rem;
        text-align: left;
        font-family: 'Montserrat', Arial, sans-serif;
        font-weight: bold;
        line-height: 2.5rem;
    }

    .catalog-slider-huge {
        padding-bottom: 30px;
        margin: 0 -10px;
    }

    .search-wrap .icon-search {
        line-height: 2rem;
    }

    .catalog-slider-huge .slick-list {
        height: 360px;
    }

    .black-btn, .black-btn:hover, .black-btn:focus, .buttons-container .btn, .show-more, .show-more-text {
        border-bottom: 2px solid #959595;
        font-size: 1.5rem;
        width: 100%;
        line-height: 1.5rem;
        border-radius: 0;
    }

    .show-more-text {
        background: transparent;
        color: #959595;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        margin: 0 auto 50px;
        font-family: "Montserrat", Arial, sans-serif;
        display: block;
        position: relative;
        padding-bottom: 6px;
        cursor: pointer;
    }

    .show-more-text:hover, .show-more-text:focus, .show-more:focus, .show-more:hover, .buttons-container .btn:hover, .buttons-container .btn:focus {
        color: #959595;
    }

    .show-more-text:after {
        border: solid #959595;
        border-width: 0 2px 2px 0;
        display: inline-block;
        content: '';
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: calc(50% - 9px);
        cursor: pointer;
        -webkit-transform: rotate(45deg);
    }

    .black-btn:after, .buttons-container .btn:after, .show-more:after, .show-more-text:after {
        padding: 7px;
        bottom: -22px;
        left: calc(50% - 9px);
        border-width: 0 2px 2px 0;
    }

    button.filter-list__btn {
        padding: 7px;
        bottom: -22px;
        left: calc(50% - 9px);
        border: solid #959595;
        border-width: 0 2px 2px 0;
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }

    .filter-btn-partner {
        background: #f5f4f0;
        width: 100%;
        height: 40px;
        bottom: -40px;
        left: 0;
    }

    .filter-btn-partner span {
        border-width: 0 2px 2px 0;
        padding: 7px;
    }

    .shops-block {
        display: none;
    }

    .main-stock-items {
        width: 100%;
        background: #f5f4f0;
    }

    .promo-slider {
        background: #f5f4f0;
        margin-top: -10px;
        padding-bottom: 1px;
        z-index: 2;
    }

    .promo-slider .main-stock-items .owl-carousel {
        display: block !important;
        padding-bottom: 10px;
        height: auto;
    }

    .with-background {
        background: #f5f4f0;
        padding-bottom: 1px;
        z-index: 1;
        position: relative;
    }

    .col-sm-6.promo-item-block {
        width: 100%;
    }

    .footer-logo-block {
        position: relative;
    }

    .catalog-slider .swiper-slide img {
        width: 330px;
    }

    .partner-h1 {
        line-height: 2rem;
        font-size: 1.3rem !important;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .about-brand__top {
        width: 100%;
        padding: 0 10px;
    }

    .wrap-news {
        padding: 0 10px;
        background: #f5f4f0;
    }

    .about-brand__top h2, .about-brand__top h2 a {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .about-brand__top .about-brand__main {
        margin-top: 20px;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        margin-bottom: 0;
    }

    .about-brand__top .about-brand__main, .about-brand__top .about-brand__main-1column {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .about-brand__main h3 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .about-brand__main p, .about-brand__main ul li {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .partner-content {
        padding: 0;
    }

    .btn-container {
        width: 100%;
        margin: 0 auto;
    }

    .btn-container button {
        margin: 0 auto 10px;
    }

    .btn-container button span {
        display: none;
    }

    .shops-page {
        border-radius: 0;
        border: none;
        margin: 0;
        padding: 0;
        margin-top: -20px;
    }

    .shops-page .general-btn {
        height: 32px;
        line-height: 2rem;
    }

    .promo-page .section-wrap, .product-view .section-wrap {
        margin: 0;
    }

    .promo-page {
        margin-top: -20px;
    }

    .social-links-wrapper {
        display: none;
    }

    .form-subscribe_a {
        width: 320px;
    }

    .social-subscribe .icon.icon-google i {
        width: 31px;
        height: 31px;
        background-size: 31px 31px;
    }

    .social-subscribe .icon.icon-facebook.oauth-provider i {
        background: url('../images/svg/icon-facebook-black.svg') no-repeat transparent;
        width: 31px;
        height: 31px;
        background-size: 31px 31px;
        display: block;
        margin: auto;
    }

    .form-subscribe_a .form-subscribe__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .signup-popup__modal .form-subscribe_a .navbar-form button.btn {
        width: 100%;
    }

    .signup-popup__modal .form-subscribe_a .form-group input {
        height: 32px;
    }

    .form-subscribe_a .form-subscribe__top em {
        font-size: 1.1rem;
        position: relative;
        top: 14px;
        left: 0;
        margin: -3px 0 0 3px;
    }

    .form-subscribe_a .navbar-form button.btn span {
        line-height: 1.4rem;
    }

    .form-subscribe .btn-form {
        height: 34px;
    }

    .form-subscribe .btn-form span {
        line-height: 1.5rem;
    }

    .form-subscribe .navbar-form.collapse {
        margin: 0;
        padding: 11px 0;
    }

    .wrap_de .form-subscribe .form-group {
        width: auto;
    }

    .form-subscribe_a .form-group .input, .form-subscribe_a .navbar-form button.btn {
        width: 155px;
        height: 34px;
    }

    .form-subscribe .form-control {
        width: 100%;
        padding: 4px 16px 3px;
        height: 34px;
    }

    .page {
        padding: 0 !important;
    }

    .catalog-slider-huge.slick-slider .slick-next {
        left: auto;
        right: 15px;
        margin-left: 0;
    }

    .catalog-slider-huge.slick-slider .slick-prev {
        left: 15px;
        margin-left: 0;
    }

    .partner-slider .slick-list, .partner-slider .slick-track {
        height: 73px;
    }

    .info-block .text-right {
        text-align: center;
    }

    .footer .row [class^='col-'], .footer .row [class*=' col-'] {
        padding: 0 8px;
    }

    .partner-contact div:first-child {
        margin-right: 20px;
        min-width: 120px;
    }

    .partner-contact a {
        font-size: 1.2rem;
        letter-spacing: 0;
        line-height: 1.5rem;
    }

    .icon-phone {
        width: 24px;
        min-width: 24px;
        height: 24px;
        background-size: 24px;
    }

    .icon-email {
        width: 24px;
        min-width: 24px;
        height: 22px;
        background-size: 24px;
    }

    .icon-phone:before, .icon-email:before {
        content: "";
    }

    .filters .brands__items .brand-item__info {
        padding: 3px 10px 5px;
    }

    .filters .brands__items .brand-item__info .title {
        font-size: 1.4rem;
    }

    .filters .partners-page .panel-heading:before {
        height: 8px;
        border-bottom: 5px solid #f5f4f0;
    }

    .seo-partner li {
        text-align: left;
    }

    .seo-partner p {
        font-size: 1.4rem;
        text-align: left;
    }

    .cities-wrapper, .city-wrapper, .filters .partners-page .brands__items {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .cities-wrapper .list-view div {
        width: calc(50% - 0px);
        padding: 0 10px;
    }

    .cities-wrapper a {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .filters .alphabet {
        display: none;
    }

    .filter-title {
        line-height: 2rem;
        font-size: 1.4rem;
        font-weight: bold;
        position: relative;
        width: 100%;
        border-bottom: 2px solid #959595;
        margin: 0;
        padding-bottom: 5px;
    }

    .filters button, .filters, .partner-info-group .title, .partner-info-group .title, .title-h2 {
        line-height: 2.2rem;
        font-size: 1.3rem;
    }

    .filters .partner-info-group .title, .filters .partner-info-group .title a, .filters .alphabet dt, .filters .alphabet dt a {
        line-height: 2.2rem;
        font-size: 1.3rem;
    }

    .filters button[data-reset-filter] {
        border-bottom: 2px solid #959595;
        margin-top: 5px;
    }

    .filters button {
        padding: 7px;
    }

    .filters button[data-apply-filter] {
        border: 2px solid #959595;
        margin-top: 0;
    }

    div[data-partner-filter] {
        border-bottom: 2px solid #959595;
    }

    .show-more-text-partner {
        display: block;
    }

    div[data-partner-filter]:after {
        border-width: 0 2px 2px 0;
        padding: 6px;
        bottom: -25px;
        left: calc(50% - 7px);
    }

    div[data-partner-filter] {
        margin: 0 0 -1px;
    }

    .filters .partner-info-group {
        width: calc(50% - 50px);
        display: inline-block;
        margin: 0px 25px 0;
    }

    .filters .partner-info-group .title {
        padding-bottom: 5px;
    }

    .shadow-cms-h1:before {
        height: 8px;
        border-bottom: 5px solid #333;
    }

    .filters-list {
        margin-top: 25px;
        padding: 0 20px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .shadow-cms-h1 {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .filters .partners-page .partner-page-brands .partner-info-block {
        width: 50%;
    }

    .shops-page .city-wrapper .brands-alpha {
        padding-top: 5px;
    }

    .partner-filter {
        position: relative;
        margin: 0 0 -1px;
        padding-bottom: 0;
    }

    .partner-filter .filter-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 25px 0 15px;
    }

    .shops-page .filters .brands__items_group > .title {
        margin-top: 0;
    }

    .shops-page .partner-page-brands .partner-info-block {
        width: 100%;
        margin: 0;
    }

    .shops-page .alphabet {
        display: block;
    }

    .city-wrapper .alphabet {
        background: #f5f4f0;
        margin-bottom: -5px;
        border-radius: 0;
        z-index: 2;
    }

    .cities-wrapper a:after {
        border-width: 2px;
        padding-top: 5px;
    }

    .cities-wrapper .list-view div {
        margin-bottom: 25px;
        width: 40%;
    }

    .cities-wrapper {
        min-height: unset;
    }

    .city-wrapper .alphabet a {
        font-family: "Montserrat-Bold", Arial, sans-serif;
        padding: 7px 10px;
    }

    .city-wrapper .alphabet td {
        font-size: 1.4rem;
        margin: 5px;
        font-family: "Montserrat-Bold", Arial, sans-serif;
        font-weight: 600;
        border: 2px solid #959595;
        min-width: 33px;
        width: auto;
        height: 30px;
        white-space: nowrap;
        line-height: 2.6rem;
    }

    .filters label:before {
        border: 2px solid #959595;
    }

    .city-wrapper table {
        border-spacing: 10px;
    }

    .shopping-center-wrap .title a {
        line-height: 2.8rem;
        text-align: left;
    }

    .shopping-center-wrap .brands__items_group > .title {
        text-align: left;
    }

    .shopping-center-wrap .partner-info-group:first-child {
        margin-top: 0
    }

    .show-more-text-partner {
        font-size: 1.5rem;
        font-family: "Montserrat", Arial, sans-serif;
        line-height: 2rem;
        margin-top: 17px;
        position: relative;
        margin-bottom: 45px;
        text-align: center;
        text-transform: uppercase;
    }

    .show-more-text-partner:after {
        content: '';
        border-width: 0 2px 2px 0;
        width: 16px;
        height: 16px;
        border-color: #959595;
        position: absolute;
        bottom: -20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-style: solid;
        left: calc(50% - 8px);
    }

    .section-info .show-more, .show-more-text-partner {
        border-bottom: 2px solid #959595;
        color: #959595;
    }

    .section-info .show-more:after, .show-more-text:after {
        border-color: #959595;
    }

    .show-more-text-partner {
        width: 100%;
        display: block;
        text-decoration: none !important;
        margin-bottom: 25px;
    }

    .about-city .show-more-text-partner {
        margin-bottom: 45px;
    }

    .product-list-solo .product-item__text {
        width: calc(100% - 210px);
        min-width: calc(100% - 210px);
        max-width: calc(100% - 210px);
    }

    .responsive-aside .side-slider-tall {
        padding: 5px 0;
        height: 500px;
        width: 100%;
    }

    .product-item .close:before, #quick-view-modal .close:before {
        content: '<';
        color: #000;
        font-size: 2.5rem;
    }

    .product-item .modal-dialog .product__left, #quick-view-modal .modal-dialog .product__left {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }

    #quick-view-modal .close {
        color: transparent;
    }

    #quick-view-modal .title, .product-item .modal .title {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }

    .product-item .modal-dialog .product-carousel__controls, #quick-view-modal .modal-dialog .product-carousel__controls {
        height: 295px;
    }

    #quick-view-modal .product-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }

    #quick-view-modal .title {
        top: 10px;
    }

    #quick-view-modal .about-author__img {
        margin-top: 20px;
        max-width: 285px;
        max-height: 95px;
        width: auto;
        height: auto;
    }

    #quick-view-modal .modal-dialog .swiper-slide {
        height: auto;
    }

    #quick-view-modal .modal-dialog .product__right {
        width: 100%;
        min-width: 100%;
    }

    #quick-view-modal .product-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #quick-view-modal .block-discount {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #quick-view-modal .product-price-block {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    #quick-view-modal .countdown-block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #quick-view-modal .product .product-timer {
        margin-bottom: 0;
    }

    #quick-view-modal .product-price__size {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 0;
        margin-top: 10px;
    }

    #quick-view-modal .product .product-price__size strong {
        line-height: 3.6rem !important;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .black-btn, .black-btn:hover, .black-btn:focus {
        height: 22px;
        padding: 0;
        border-radius: 0;
        margin-top: 15px;
    }

    .signup-popup__modal_dialog {
        width: 100%;
        margin: 75px auto 30px;
    }

    .modal-content.signup-popup__modal {
        padding: 24px 15px;
    }

    .city-promo-wrap .plist__item {
        position: relative !important;
        top: auto !important;
    }

    .city-promo-wrap .plist__item.big {
        height: auto;
    }

    .city-promo-wrap .plist__item.big .main-stock__img img {
        margin-bottom: 0;
        width: auto;
        height: auto;
    }

    .city-promo-wrap .plist__item.big {
        box-shadow: none;
    }

    .city-promo-wrap .plist__item.big .main-stock__info .d-flex {
        margin-bottom: 0;
    }

    .city-promo-wrap .main-stock__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        height: auto;
    }

    .city-promo-wrap .main-stock__info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .city-promo-link {
        margin-top: 25px;
    }

    .discount {
        height: 40px;
        line-height: 3.8rem;
    }

    .city-promo-wrap .main-stock__timer .product-timer {
        text-align: center;
    }

    .city-promo-wrap .header-sale__timer {
        width: 170px;
        text-align: center;
    }

    .city-promo-wrap .main-stock__info .product-timer .count-item span {
        height: 35px;
    }

    .city-promo-wrap .main-stock__info .product-timer .count-item em {
        left: 0;
        bottom: 0px;
    }

    .city-promo-wrap .header-sale__timer .product-timer .count-item::after {
        display: none;
    }

    .city-promo-wrap .plist__item {
        height: auto;
    }

    .city-promo-wrap .plist__item > div {
        -webkit-box-shadow: inset 0px 2px 10px -5px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 2px 10px -5px rgba(0, 0, 0, 0.25);
    }

    .subscribe-form {
        display: none;
    }

    .pageview_widget_content {
        padding-top: 30px;
    }

    .box-title {
        margin-top: 50px;
    }

    .partner-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .partner-header .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .col_banner {
        margin-right: 0;
    }

    .partner-header h3 {
        margin-top: 20px;
        text-align: center;
    }

    .partner-content .redirect-btn {
        border: 2px solid #eabc00;
    }

    .partner-header .wrap-countdown {
        margin-right: 0;
    }

    .partner-header .about-author__col2 {
        padding: 10px 0 5px;
    }

    .partner-descr {
        width: 100%;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 2rem;
        font-family: "Montserrat-Regular", Arial, sans-serif;
        text-align: initial;
    }

    .about-brand__top-1column {
        width: 95%;
    }

    .city-promo-wrap {
        margin: 40px 0 -1px;
    }

    .city-promo-wrap .plist {
        height: auto !important;
    }

    .about-brand__top p, .about-brand__top ul li {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .hide-sm-title {
        display: none;
    }

    .filters {
        background: #f5f4f0;
        padding-bottom: 1px;
        z-index: 1;
        position: relative;
    }

    .city-promo-wrap .plist__item > div {
        background: #f5f4f0;
        padding-bottom: 1px;
        z-index: 1;
        position: relative;
    }

    .rating-widget-div {
        margin: 15px auto -20px !important;
        padding-bottom: 0 !important;
        width: 80px !important;
    }

    .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
        width: 16px !important;
        height: 16px !important;
    }

    .rating-widget-markup-span {
        text-align: right;
        top: -1px !important;
    }

    .info-block > div {
        text-align: left;
    }

    .jq-ry-container {
        left: calc(10% - 90px) !important;
    }

    .mobilemap-btn {
        display: block;
        margin: 7px 0;
    }

    .desktopmap-btn {
        display: none;
    }

    #header-logo-block img {
        margin: -2px 0 0 !important;
    }
}

@media only screen and (max-width: 420px) {
    .page__header .navbar-brand img {
        width: auto;
        height: auto;
    }

    #header-logo-block img {
        min-width: 70px;
        margin: -2px 0 0 !important;
    }

    .banner-for-mobile {
        margin: 0;
        background: #f5f4f0;
        overflow: auto;
    }

    .banner-skyscrapper {
        height: 450px;
    }

    .banner-skyscrapper a {
        height: 450px;
    }

    .partner-list {
        background: #fff;
    }
}

@media only screen and (max-width: 350px) {
    .page__header .logo-original {
        right: 55px;
        width: 25px;
        min-width: 25px;
    }

    #mobile-logo-block {
        width: 55px;
    }

    #mobile-logo-block img {
        max-width: 100%;
        height: auto;
        margin-top: 4px;
    }

    .catalog-slider-huge {
        height: 400px;
    }

    .catalog-slider-huge.slick-initialized .slick-center a {
        height: 295px;
    }

    .catalog-slider-huge .slick-list {
        height: 326px;
    }

    .catalog-slider-huge.slick-initialized .slick-slide {
        width: 300px !important;
    }

    .catalog-slider-huge.slick-initialized .slick-slide a {
        height: 259px;
    }

    .main-stock__info {
        padding: 15px 25px 3px;
    }

    .main-stock__info .title {
        max-height: 35px;
        -webkit-line-clamp: 2;
    }

    .nav-stacked > li {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .edit-options {
        margin-bottom: 40px;
    }
}
