@charset "UTF-8";

/* FONT SETTINGS */

/* MONTSERRAT LIGHT */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("/local/assets/fonts/montserrat/web/montserrat-light.eot");
    src: local("Montserrat Light"), local("Montserrat-Light"), 
    url("/local/assets/fonts/montserrat/web/montserrat-light.eot?#iefix") format("embedded-opentype"), 
    url("/local/assets/fonts/montserrat/web/montserrat-light.woff2") format("woff2"),
    url("/local/assets/fonts/montserrat/web/montserrat-light.woff") format("woff"),
    url("/local/assets/fonts/montserrat/web/montserrat-light.ttf") format("truetype"),
    url("/local/assets/fonts/montserrat/web/montserrat-light.svg") format("svg");
}

/* MONTSERRAT REGULAR */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("/local/assets/fonts/montserrat/web/montserrat-Regular.eot");
    src: local("Montserrat"), local("Montserrat Regular"), local("Montserrat-Regular"),
    url("/local/assets/fonts/montserrat/web/montserrat-Regular.eot?#iefix") format("embedded-opentype"), 
    url("/local/assets/fonts/montserrat/web/montserrat-Regular.woff2") format("woff2"),
    url("/local/assets/fonts/montserrat/web/montserrat-Regular.woff") format("woff"),
    url("/local/assets/fonts/montserrat/web/montserrat-Regular.ttf") format("truetype"),
    url("/local/assets/fonts/montserrat/web/montserrat-Regular.svg") format("svg");
}

/* MONTSERRAT MEDIUM */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("/local/assets/fonts/montserrat/web/montserrat-Medium.eot");
    src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("/local/assets/fonts/montserrat/web/montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/montserrat/web/montserrat-Medium.woff2") format("woff2"),
    url("/local/assets/fonts/montserrat/web/montserrat-Medium.woff") format("woff"),
    url("/local/assets/fonts/montserrat/web/montserrat-Medium.ttf") format("truetype"),
    url("/local/assets/fonts/montserrat/web/montserrat-Medium.svg") format("svg");
}

/* MONTSERRAT BOLD */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("/local/assets/fonts/montserrat/web/montserrat-Bold.eot");
    src: local("Montserrat Bold"), local("Montserrat-Bold"), 
    url("/local/assets/fonts/montserrat/web/montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/montserrat/web/montserrat-Bold.woff2") format("woff2"),
    url("/local/assets/fonts/montserrat/web/montserrat-Bold.woff") format("woff"),
    url("/local/assets/fonts/montserrat/web/montserrat-Bold.ttf") format("truetype"),
    url("/local/assets/fonts/montserrat/web/montserrat-Bold.svg") format("svg");
}

:root {
    --accent-color: #001028;
    
    --header-background-color: #ffffff;
    --header-text-color: #122B50;
    --header-accent-color: #B7B7B7;
    
    --footer-accent-color: #B7B7B7;
    --footer-logotype-color: #2B398A;
    --footer-credo-color: #E00019;
    --footer-background-color: #ffffff;
    --footer-text-color: #122b50;
}
.af-footer svg path {
    fill: var(--footer-text-color);
}

/* MAIN SETTINGS */
body {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #222222;
}

/*Edge - works to 41.16299.402.0*/
@supports (-ms-ime-align:auto) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}

/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
    }
}

/* ALL MEDIA */
@media screen and (min-width: 0) {

    /* COMMON */
    .owl-stage {
        display: flex;
        align-items: stretch;
    }
    .owl-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .af-header__logo {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url("/upload/medialibrary/33a/oz9yxpkow093ojw12jls3bl5r6ykphnb/logotype_classic.svg");
    }
    .af-page.af-page__bathroom {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__bathroom .af-section {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }

    /* MAIN */
    .af-page__bathroom .af-section.af-section__main {
        background-color: #122B50;
    }
    .af-page__bathroom .af-main {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__bathroom .af-main-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        color: #FFFFFF;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .af-page__bathroom .af-main-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        color: #FFFFFF;
        margin: 0 0 0;
    }

    /* SLIDER */
    .af-page__bathroom .af-slider {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__bathroom .af-slider-wrapper {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 20px;
    }
    .af-page__bathroom .af-slider-item {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        position: relative;
    }
    .af-page__bathroom .af-slider-image {
        display: block;
        height: auto;
        position: relative;
    }
    .af-page__bathroom .af-slider-image img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* SLIDER ANCHORS */
    .af-page__bathroom .af-slider-anchors {
        display: block;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
    .af-page__bathroom .af-slider-anchor {
        display: flex;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #ffffff;
        border-radius: 100%;
        box-shadow: 0 0 1px 1px #122B50;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 1;
    }
    .af-page__bathroom .af-slider-anchor:not(.chosen) {
        background-color: #122B50;
        cursor: pointer;
    }
    .af-page__bathroom .af-slider-anchor.chosen {
        background-color: #FF8515;;
        cursor: default;
        pointer-events: none;
    }

    /* SLIDER CAROUSEL */
    .af-page__bathroom .af-slider-carousel {
        display: block;
        width: 100%;
        padding: 0;
        position: relative;
        box-sizing: border-box;
    }
    .af-page__bathroom .af-carousel-wrapper {
        display: flex;
        width: 100%;
        scroll-behavior: smooth;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 1px 0;
        justify-content: flex-start;
        align-items: flex-start;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        overflow: auto;
    }
    .af-page__bathroom .af-carousel-wrapper::-webkit-scrollbar {
        display: none;
    }

    /* PRODUCT */
    .af-page__bathroom .af-product {
        display: flex;
        height: auto;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        border-radius: 4px;
        border: 1px solid #D2D2D2;
        box-sizing: border-box;
        background-color: #ffffff;
        position: relative;
    }
    .af-page__bathroom .af-slider-anchor.af-slider-anchor__product {
        top: 10px;
        right: 10px;
    }
    .af-page__bathroom .af-product-image {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        position: relative;
    }
    .af-page__bathroom .af-product-image.JSProductImage::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: bottom right;
        background-image: url("../img/magnifier.svg");
        cursor: pointer;
        filter: brightness(0);
        -webkit-filter: brightness(0);
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .af-page__bathroom .af-product-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__bathroom .af-product-title {
        display: block;
        width: 100%;
        height: 4.5em;
        line-height: 1.5;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        color: #282828;
        overflow: hidden;
        padding: 0;
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -moz-box;
        display: -webkit-box;
        box-orient: vertical;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        -moz-line-clamp: 3;
        -webkit-line-clamp: 3;
        margin-bottom: 5px;
    }
    .af-page__bathroom .af-product-prices {
        display: flex;
        width: 100%;
        height: 30px;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .af-page__bathroom .af-product-price {
        display: block;
        width: auto;
        height: auto;
        font-size: inherit;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        color: #282828;
    }
    .af-page__bathroom .af-product-price.af-product-price__new {
        color: #122B50;
        font-size: inherit;
        margin-right: 10px;
    }
    .af-page__bathroom .af-product-price.af-product-price__old {
        font-size: .8em;
        text-decoration: line-through;
        color: #B4B4B4;
    }
    .af-page__bathroom .af-product-action {
        display: flex;
        width: 100%;
        height: 30px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        font-size: 10px;
        text-align: center;
        color: #fff;
        margin-bottom: 5px;
        border-radius: 30px;
        box-sizing: border-box;
        position: relative;
        transition: 100ms ease;
        justify-content: center;
        align-items: center;
    }
    .af-page__bathroom .af-product-action::after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        margin: 0 0 0 10px;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
    .af-page__bathroom .af-product-action:not(.added) {
        background-color: #122B50;
    }
    .af-page__bathroom .af-product-action:not(.added)::after {
        background-image: url("../img/add.svg");
    }
    .af-page__bathroom .af-product-action.added {
        background-color: #FF8515;
    }
    .af-page__bathroom .af-product-action.added::after {
        background-image: url("../img/added.svg");
    }
    .af-page__bathroom .af-product-link {
        display: block;
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        font-size: 10px;
        text-align: center;
        text-decoration: underline;
        color: #282828;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    .af-page__bathroom .af-product.chosen {
        border-color: #001028;
    }
    .af-page__bathroom .af-product.chosen .af-slider-anchor__product {
        background-color: #FF8515;
    }

    /* CART */
    .af-page__bathroom .af-cart {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
        background-color: #122B50;
    }
    .af-page__bathroom .af-cart-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        color: #FFFFFF;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .af-page__bathroom .af-cart-information {
        width: 100%;
        height: auto;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        color: #FFFFFF;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .af-page__bathroom .af-cart-discount {
        display: inline-block;
        margin-bottom: 5px;
    }
    .af-page__bathroom .af-cart-discount[data-discount]::before {
        content: attr(data-discount);
    }
    .af-page__bathroom .af-cart-quantity {
       color: #FF8515;
    }
    .af-page__bathroom .af-cart-quantity[data-quantity]::before {
        content: attr(data-quantity) '\00A0';
    }
    .af-page__bathroom .af-cart-total.af-cart-total__high::before {
        content: attr(data-high) '\00A0';
    }
    .af-page__bathroom .af-cart-total.af-cart-total__low {
        display: block;
        color: #FF8515;
        margin: 10px 0;
    }
    .af-page__bathroom .af-cart-total.af-cart-total__low::before {
        content: attr(data-low) '\00A0';
    }
    .af-page__bathroom .af-cart-button {
        display: block;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
        background-color: #FF8515;
        border-radius: 50px;
        margin-bottom: 30px;
    }
    .af-page__bathroom .af-cart-button.adding {
        background-color: #B4B4B4;
        background-size: 12% auto;
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-image: url(/local/img/preloader.gif);
        pointer-events: none;
    }
    .af-page__bathroom .af-cart-note {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 300;
        line-height: 1.5;
        letter-spacing: 0.03em;
        color: #FFFFFF;
    }
    .af-page__bathroom .af-cart:not([data-quantity]) .af-cart-information,
    .af-page__bathroom .af-cart:not([data-quantity]) .af-cart-button {
        display: none;
    }
    .af-page__bathroom .af-cart[data-quantity] .af-cart-information,
    .af-page__bathroom .af-cart[data-quantity] .af-cart-button {
        display: block;
    }
    
    /* BRANDS */
    .af-page__bathroom .af-section__brands {
        background-color: #122B50;
    }
    .af-page__bathroom .af-brands {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__bathroom .af-brands-slider {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .af-page__bathroom .af-brands-slider:not(.owl-loaded) {
        max-height: 0;
        overflow: hidden;
    }
    .af-page__bathroom .af-brands-slide {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        border: 0.5px solid #D2D2D2;
        box-sizing: border-box;
        background-color: #ffffff;
        position: relative;
    }
    .af-page__bathroom .af-brands-information {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .af-page__bathroom .af-brands-logotype {
        display: block;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: left bottom;
           object-position: left bottom;
    }
    .af-page__bathroom .af-brands-button {
        display: block;
        height: auto;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        text-align: center;
        color: #FFFFFF;
        background-color: #122B50;
        position: absolute;
        right: -1px;
    }
    .af-page__bathroom .af-brands-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        color: #222222;
        margin-top: 0;
    }
    .af-page__bathroom .af-brands-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 1.5;
        color: #222222;
        margin-top: 0;
    }
    .af-page__bathroom .af-brands-image {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__bathroom .af-brands-categories {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
    }
    .af-page__bathroom .af-brands-category {
        display: block;
        width: auto;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        color: #FFFFFF;
        margin-right: 10px;
        padding: 0 15px;
        box-sizing: border-box;
        background-color: #B4B4B4;        
    }
    .af-page__bathroom .owl-nav:not(.disabled) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .af-page__bathroom .owl-nav.disabled {
        display: none;
    }
    .af-page__bathroom .af-brands-control {
        display: flex;
        width: 30px;
        height: 30px;
        font-weight: 700;
        font-style: normal;
        font-family: "Montserrat";
        font-size: 14px;
        line-height: 1;
        color: rgb(18, 43, 80);
        border-radius: 100%;
        align-items: center;
        justify-content: center;
        background-color: #FFFFFF;
        transition: 100ms ease;
        transform-origin: center;
        transform-style: preserve-3d;
    }
    .af-page__bathroom .af-brands-control.owl-nav.disabled {
        transform: scale3d(0, 0, 1);
    }
    .af-page__bathroom .af-brands-control.af-brands-control__prev {
        margin-right: 40px;
    }

    /* PROMOTIONS */
    .af-page__bathroom .af-promotions {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__bathroom .af-promotions-title {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 0;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        color: #222222;
    }
    .af-page__bathroom .af-promotions-wrapper {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .af-page__bathroom .af-promotions-item {
        display: block;
        height: auto;
        margin-bottom: 20px;
    }
    .af-page__bathroom .af-promotions-item img {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__bathroom .af-promotions-button {
        display: block;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        text-align: center;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #122B50;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ONLY MOBILE MEDIA */
@media screen and (max-width: 767px) {

    /* MAIN */
    .af-page__bathroom .af-main {
        padding: 20px 15px;
    }
    .af-page__bathroom .af-main-title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .af-page__bathroom .af-main-description {
        font-size: 14px;
    }

    /* SLIDER */
    .af-page__bathroom .af-slider {
        padding: 20px 0 0;
    }

    /* PRODUCT */
    .af-page__bathroom .af-product {
        min-width: calc(50% - 10px);
        width: calc(50% - 10px);
        padding: 8px 8px 0;
        margin-left: 20px;
    }
    .af-page__bathroom .af-product-image {
        height: 25vw;
    }
    .af-page__bathroom .af-product-title {
        font-size: 10px;
    }
    .af-page__bathroom .af-product-prices {
        font-size: 12px;
    }
    .af-page__bathroom .af-product-link,
    .af-page__bathroom .af-product-action {
        font-size: 10px;
    }
    
    /* CART */
    .af-page__bathroom .af-cart {
        padding-left: 15px;
        padding-right: 15px;
    }
    .af-page__bathroom .af-cart-title {
        font-size: 20px;
    }
    .af-page__bathroom .af-cart-information {
        font-size: 12px;
    }
    .af-page__bathroom .af-cart-discount {
        font-size: 20px;
    }
    .af-page__bathroom .af-cart-total.af-cart-total__low {
        font-size: 24px;
    }
    .af-page__bathroom .af-cart-button {
        width: 170px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        border-radius: 50px;
    }
    .af-page__bathroom .af-cart-note {
        font-size: 9px;
    }

    /* BRANDS */
    .af-page__bathroom .af-brands {
        padding: 20px;
    }
    .af-page__bathroom .af-brands-slide {
        padding: 15px 15px 60px;
        border-radius: 3px;
    }
    .af-page__bathroom .af-brands-logotype {
        max-width: 120px;
        height: 60px;
           margin-bottom: 15px;
    }
    .af-page__bathroom .af-brands-button {
        width: 140px;
        height: 40px;
        font-size: 10px;
        line-height: 40px;
        border-radius: 40px 0 0 40px;
        top: 20px;
    }
    .af-page__bathroom .af-brands-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .af-page__bathroom .af-brands-description {
        margin-bottom: 15px;
    }
    .af-page__bathroom .af-brands-categories {
        max-width: calc(100% - 30ox);
        left: 15px;
        bottom: 15px;
    }
    .af-page__bathroom .af-brands-category {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        border-radius: 30px;
    }

    /* PROMOTIONS */
    .af-page__bathroom .af-promotions {
        padding: 20px 15px;
    }
    .af-page__bathroom .af-promotions-title {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .af-page__bathroom .af-promotions-item {
        width: 100%;
    }
    .af-page__bathroom .af-promotions-button {
        width: 190px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        border-radius: 40px;
    }
}

/* MOBILE AND TABLET MEDIA */
@media screen and (max-width: 999px) {

    /* SLIDER */
    .af-page__bathroom .af-slider-image {
        margin-bottom: 20px;
    }
    .af-page__bathroom .af-carousel-wrapper {
        flex-flow: row nowrap;
    }
    .af-page__bathroom .af-product-tags {
        display: none;
    }

    /* BRANDS */
    .af-page__bathroom .af-brands-categories {
        position: absolute;
    }
}

/* WITHOUT MOBILE MEDIA */
@media screen and (min-width: 768px) {

    /* MAIN */
    .af-page__bathroom .af-main {
        padding: 50px 40px;
    }
    .af-page__bathroom .af-main-title {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .af-page__bathroom .af-main-description {
        font-size: 16px;
    }

    /* SLIDER */
    .af-page__bathroom .af-slider {
        padding: 50px 40px;
    }

    /* SLIDER ANCHORS */
    .af-page__bathroom .af-slider-anchor {
        font-size: 24px;
    }

    /* PRODUCT */
    .af-page__bathroom .af-product-title {
        font-size: 14px;
    }
    .af-page__bathroom .af-product-prices {
        font-size: 16px;
    }
    .af-page__bathroom .af-product-link,
    .af-page__bathroom .af-product-action {
        font-size: 12px;
        line-height: 1.5;
    }

    /* CART */
    .af-page__bathroom .af-cart {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* BRANDS */
    .af-page__bathroom .af-brands {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .af-page__bathroom .af-brands-slide {
        border-radius: 8px;
        padding-top: 20px;
        transition: 100ms ease;
        transform-style: preserve-3d;
        transform-origin: right center;
    }
    .af-page__bathroom .owl-item.center + .owl-item .af-brands-slide {
        transform-origin: left center;
    }
    .af-page__bathroom .owl-item:not(.center) .af-brands-slide {
        transform: scale3d(.90, .90, 1);
    }
    .af-page__bathroom .af-brands-logotype {
        max-width: 175px;
        height: 70px;
        margin-bottom: 20px;
    }
    .af-page__bathroom .af-brands-button {
        min-width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        border-radius: 50px 0 0 50px;
    }
    .af-page__bathroom .af-brands-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .af-page__bathroom .af-brands-description {
        font-size: 16px;
    }
    .af-page__bathroom .af-brands-image {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__bathroom .af-brands-category {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-radius: 40px;
    }

    /* PROMOTIONS */
    .af-page__bathroom .af-promotions {
        padding: 50px 40px;
    }
}

/* ONLY TABLET MEDIA */
@media (min-width: 768px) and (max-width: 999px) {

    /* SLIDER */
    .af-page__bathroom .af-slider {
        padding: 50px 40px;
    }

    /* SLIDER ANCHORS */
    .af-page__bathroom .af-slider-anchor {
        display: flex;
        width: 28px;
        height: 28px;
    }

    /* PRODUCT */
    .af-page__bathroom .af-product {
        min-width: calc(33.33% - 13.33px);
        width: calc(33.33% - 13.33px);
        padding: 10px 10px 0;
    }
    .af-page__bathroom .af-product + .af-product {
        margin-left: 20px;
    }
    .af-page__bathroom .af-product-image {
        height: 10vw;
    }
    .af-page__bathroom .af-product-title {
        font-size: 12px;
    }
    .af-page__bathroom .af-product-prices {
        display: flex;
        width: 100%;
        height: 30px;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .af-page__bathroom .af-product-price {
        font-size: 16px;
    }
    .af-page__bathroom .af-product-link,
    .af-page__bathroom .af-product-action {
        font-size: 14px;
    }

    /* CART */
    .af-page__bathroom .af-cart-title {
        font-size: 20px;
    }
    .af-page__bathroom .af-cart-information {
        font-size: 14px;
    }
    .af-page__bathroom .af-cart-discount {
        font-size: 24px;
    }
    .af-page__bathroom .af-cart-total.af-cart-total__low {
        font-size: 30px;
    }
    .af-page__bathroom .af-cart-button {
        width: 210px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        border-radius: 60px;
    }
    .af-page__bathroom .af-cart-note {
        font-size: 11px;
    }

     /* BRANDS */
    .af-page__bathroom .af-brands-slide {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 80px;
    }
    .af-page__bathroom .af-brands-button {
        top: 20px;
    }
    .af-page__bathroom .af-brands-image {
        height: 50vw;
    }
    .af-page__bathroom .af-brands-categories {
        max-width: calc(100% - 80px);
        bottom: 20px;
        left: 40px;
    }
    
    /* PROMOTIONS */
    .af-page__bathroom .af-promotions {
        padding: 50px 40px;
    }
    .af-page__bathroom .af-promotions-title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .af-page__bathroom .af-promotions-item {
        width: calc(50% - 10px);
    }
    .af-page__bathroom .af-promotions-item:nth-child(odd) {
        margin-right: 20px;
    }
    .af-page__bathroom .af-promotions-button {
        width: 230px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        border-radius: 60px;
    }
}

/* ONLY FULL MEDIA */
@media screen and (min-width: 1000px) {

    /* MAIN */
    .af-page__bathroom .af-main {
        min-width: 1000px;
        width: calc(60% + 80px);
        margin-left: auto;
        margin-right: auto;
    }

    /* SLIDER CAROUSEL */
    .af-page__bathroom .af-slider {
        min-width: 1000px;
        width: calc(60% + 80px);
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__bathroom .af-slider-image {
        width: calc(100% - 250px);

    }
    .af-page__bathroom .af-slider-carousel {
        width: 230px;
        height: 100%;
        position: absolute;
        right: 0;
    }
    .af-page__bathroom .af-slider-carousel::after {
        content: "";
        display: block;
        width: 100%;
        height: 5%;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .af-page__bathroom .af-carousel-wrapper {
        height: 100%;
        flex-flow: column nowrap;
    }

     /* SLIDER ANCHORS */
     .af-page__bathroom .af-slider-anchor {
        display: flex;
        width: 28px;
        height: 28px;
        line-height: 28px;
        transition: 100ms ease;
    }
    .af-page__bathroom .af-slider-anchor:not(.active):hover {
        background-color: #001028;
    }

    /* PRODUCT */
    .af-page__bathroom .af-product {
        min-width: 100%;
        width: 100%;
        padding: 10px 10px 0;
        margin-bottom: 10px;
    }
    .af-page__bathroom .af-product-image {
        height: 100px;
    }
    .af-page__bathroom .af-product-action {
        cursor: pointer;
    }
    .af-page__bathroom .af-product-action:hover {
        background-color: #001028;
    }
    .af-page__bathroom .af-product-link {
        transition: 100ms ease;
    }
    .af-page__bathroom .af-product-link:hover {
        color: #001028;
    }
    .af-page__bathroom .af-product-tags {
        display: block;
        width: calc(100% - 20px);
        height: auto;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .af-page__bathroom .af-product-tags .af-commoncontent-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .af-page__bathroom .af-product-tag,
    .af-page__bathroom .af-product-tags .af-commoncontent {
        display: flex;
        width: 100%;
        max-width: 28px;
        overflow: hidden;
        height: auto;
        flex-flow: row nowrap;
        transition: 300ms ease;
        margin: 0 0 5px 0;
    }
    .af-page__bathroom .af-product-tag > a,
    .af-page__bathroom .af-product-tags .af-commoncontent > a {
        display: flex;
        flex-flow: row nowrap;
        margin: 0;
        white-space: nowrap;
    }
    .af-page__bathroom .af-product-tag:hover,
    .af-page__bathroom .af-product-tags .af-commoncontent:hover {
        max-width: 300px;
    }

    /* CART */
    .af-page__bathroom .af-cart {
        width: 280px;
        position: absolute;
        top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        transition: 100ms ease;
        z-index: 2;
    }
    .af-page__bathroom .af-cart-title {
        font-size: 24px;
    }
    .af-page__bathroom .af-cart-information {
        font-size: 14px;
    }
    .af-page__bathroom .af-cart-discount {
        font-size: 24px;
    }
    .af-page__bathroom .af-cart-total.af-cart-total__low {
        font-size: 30px;
    }
    .af-page__bathroom .af-cart-button {
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        border-radius: 60px;
        transition: 100ms ease;
    }
    .af-page__bathroom .af-cart-button:not(:active):hover {
        background-color: #D56702;
    }
    .af-page__bathroom .af-cart-note {
        font-size: 11px;
    }

    /* BRANDS */
    .af-page__bathroom .af-brands-slide {
        height: 100%;
        align-self: center;
        align-items: stretch;
    }
    .af-page__bathroom .af-brands-information {
        padding-top: 20px;
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
    }
    .af-page__bathroom .af-brands-button {
        transition: 100ms ease;
        top: 55px;
    }
    .af-page__bathroom .af-brands-button:hover {
        background-color: #001028;
    }
    .af-page__bathroom .af-brands-category {
        transition: 100ms ease;
    }
    .af-page__bathroom .af-brands-category:hover {
        background-color: #122B50;
    }
    
    .af-page__bathroom .af-brands-control {
        transition: 100ms ease;
        cursor: pointer;
        margin-top: 20px;
    }
    .af-page__bathroom .af-brands-control:hover {
        background-color: #FF8515;
        color: #ffffff;
    }
    
    /* PROMOTIONS */
    .af-page__bathroom .af-promotions {
        min-width: 1000px;
        width: calc(60% + 80px);
        margin-left: auto;
        margin-right: auto;
        padding: 50px 40px;
    }
    .af-page__bathroom .af-promotions-title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .af-page__bathroom .af-promotions-item {
        width: calc(50% - 10px);
        position: relative;
        border-radius: 4px;
        overflow: hidden;
    }
    .af-page__bathroom .af-promotions-item::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        transform-origin: bottom center;
        transform-style: preserve-3d;
    }
    .af-page__bathroom .af-promotions-item:not(:hover)::before {
        transform: scale3d(1, 0, 1);
        transition: transform 100ms ease 100ms;
    }
    .af-page__bathroom .af-promotions-item:hover::before {
        transform: scale3d(1, 1, 1);
        transition: transform 100ms ease;
    }
    .af-page__bathroom .af-promotions-item::after {
        content: "Перейти к акции";
        display: block;
        width: 200px;
        height: 50px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 50px;
        text-align: center;
        color: #FFFFFF;
        background-color: #122B50;
        border-radius: 50px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        transform-origin: center center;
        transform-style: preserve-3d;
    }
    .af-page__bathroom .af-promotions-item:not(:hover)::after {
        transform: scale3d(0, 0, 1);
        transition: transform 100ms ease;
    }
    .af-page__bathroom .af-promotions-item:hover::after {
        transform: scale3d(1, 1, 1);
        transition: transform 100ms ease 100ms;
    }
    .af-page__bathroom .af-promotions-item:nth-child(odd) {
        margin-right: 20px;
    }
    .af-page__bathroom .af-promotions-button {
        width: 230px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        border-radius: 60px;
        transition: 100ms ease;
    }
    .af-page__bathroom .af-promotions-button:hover {
        background-color: #001028;
    }
}

/* SPECIAL CART MEDIA */
@media (min-width: 1000px) and (max-width: 1365px) {

    /* CART */
    .af-page__bathroom .af-section.af-section__slider {
        overflow: hidden;
    }
    .af-page__bathroom .af-cart {
        right: -280px;
    }
    .af-page__bathroom .af-cart[data-quantity]::before {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
        background-color: inherit;
        background-size: 60% auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../img/cart-white.svg");
        position: absolute;
        top: 0;
        left: -60px;
    }
    .af-page__bathroom .af-cart[data-quantity]::after {
        content: attr(data-quantity);
        display: block;
        width: 20px;
        height: 20px;
        cursor: pointer;
        line-height: 20px;
        font-family: "Montserrat";
        font-style: normal;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
        border-radius: 100%;
        background-color: #FF8515;
        position: absolute;
        left: -24px;
        top: 5px;
    }
    .af-page__bathroom .af-cart:hover {
        right: 0;
    }
    .af-page__bathroom .af-cart[data-quantity]:hover::before,
    .af-page__bathroom .af-cart[data-quantity]:hover::after {
        display: none;
    }

    /* BRANDS */
    .af-page__bathroom .af-brands-information {
        width: 100%;
        padding-bottom: 20px;
    }
    .af-page__bathroom .af-brands-button {
        right: 0;
    }
    .af-page__bathroom .af-brands-image {
        height: 15vw;
        align-self: flex-end;
    }
}

/* SPECIAL CART MEDIA vol.2 */
@media screen and (min-width: 1366px) {

    /* CART */
    .af-page__bathroom .af-cart {
        right: 0;
    }

    /* BRANDS */
    .af-page__bathroom .af-brands-information {
        width: 50%;
        padding-bottom: 80px;
    }
    .af-page__bathroom .af-brands-button {
        right: 50%;
    }
    .af-page__bathroom .af-brands-image {
        width: calc(50% + 1px);
        max-width: calc(50% + 1px);
        height: calc(100% - 40px);
        position: absolute;
        top: 20px;
        right: -1px;
    }
    .af-page__bathroom .af-brands-categories {
        max-width: calc(50% - 100px);
        position: absolute;
        bottom: 40px;
        left: 50px;
    }
}

/* ANCHORS */

/* Тумба с раковиной BAND HOURS Torres (796х498х536) подсветка, белый глянец/декор черный Tr800.91 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="376612"] {
    top: 60%;
    left: 70%;
}
/* Смеситель ZEEGRES Z.LOMBARDIA для умывальника однорычажный, хром 30003001 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="270353"] {
    top: 50%;
    left: 77%;
}
/* 	Пенал BAND HOURS Santorini (400х300х1650) левый, белый глянец/декор черный San400.51 (L) */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="271302"] {
    top: 35%;
    left: 93%;
}
/* 	Ванна ЛЕЯ Акватек 170х75 фронтальная панель, каркас, слив */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="112406"] {
    top: 70%;
    left: 50%;
}
/* Смеситель ZEEGRES Z.LOMBARDIA термостат на борт ванны, переключатель, хром 30019001 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="266543"] {
    top: 55%;
    left: 48%;
}
/* Унитаз-компакт Band Hours Fiji CC (635x355x820) без ободка Rimless Pan,сиденье микролифт SA30001AUCC */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="325268"] {
    top: 65%;
    left: 20%;
}
/* Смеситель ZEEGRES Z.LOMBARDIA для душа встраиваемый термостат, хром 30026001 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="270356"] {
    top: 75%;
    left: 10%;
}
/* Душевой шланг Zeegres 94501001 1500 мм */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="184533"] {
    top: 90%;
    left: 10%;
}
/* Держатель Zeegres 92306001 для гигиенического душа с подключением душевого шланга */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="244763"] {
    top: 75%;
    left: 5%;
}
/* Гигиенический душ Zeegres 92410001 2 режима */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="184516"] {
    top: 62%;
    left: 10%;
}
/* Крючок тройной Zeegres Z.FANO арт. 25121001 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="169832"] {
    top: 32%;
    left: 25%;
}
/* Держатель для туалетной бумаги Zeegres Z.FANO арт. 25106001 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="169779"] {
    top: 75%;
    left: 30%;
}
/* Держатель для полотенец полукольцо Zeegres Z.FANO арт. 25105001 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="169774"] {
    top: 0;
    left: 0;
}
/* Шторка на ванну BAND HOURS EKO 120 1200х1400 прозрачное стекло 6мм, профиль хром */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="237074"] {
    top: 32%;
    left: 50%;
}
/* Душевая система ZEEGRES Z.LOMBARDIA с термостатом, верхним и ручным душем, хром 30051001 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="267893"] {
    top: 29%;
    left: 40%;
}
/* Держатель для полотенец полукольцо Zeegres Z.FANO арт. 25105001 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="169774"] {
    top: 50%;
    left: 60%;
}
/* Стакан для зубных щёток двойной Zeegres Z.FANO арт. 25119201 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="170053"] {
    top: 50%;
    left: 70%;
}
/* Мыльница с держателем Zeegres Z.FANO арт. 25103201 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="169844"] {
    top: 51%;
    left: 83%;
}
/* Зеркало BAND HOURS BLUE (800х40х650) подсветка, подогрев, часы, косметическое зеркало BB800.11 03 */
.af-page__bathroom .af-slider-anchors .af-slider-anchor[eid="271288"] {
    top: 35%;
    left: 70%;
}