
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot');
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff2') format('woff2'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff') format('woff'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.ttf') format('truetype'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.svg#Roboto') format('svg');
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot');
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2') format('woff2'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff') format('woff'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf') format('truetype'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto') format('svg');
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot');
    src: local("Roboto"), local("Roboto-Regular"),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2') format('woff2'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff') format('woff'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf') format('truetype'),
    url('/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto') format('svg');
}

/* COMMON */
:root {
    --accent-color: #409FFF;
    --accent-action-color: #004890;

    --header-background-color: #ffffff;
    --header-text-color: #222222;
    --header-accent-color: #409FFF;

    --footer-background-color: #222222;
    --footer-text-color: #ffffff;
    --footer-accent-color: #409FFF;
}
html, body {
    width: 100%;
    height: auto;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img,video {
    max-width: 100%;
    max-height: 100%;
}

/*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 */
    .af-page.af-page__duravit {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__duravit .af-page-section {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__duravit .af-page-wrapper {
        display: flex;
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    
    /* MAIN */
    .af-page__duravit .af-main {
        display: block;
        width: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* MAIN */
    .af-page__duravit .af-main-information {
        display: block;
        height: auto;
    }
    .af-page__duravit .af-main-title {
        display: block;
        width: 100%;
        max-width: 320px;
        height: auto;
        margin-top: 0;
        color: #ffffff;
        line-height: 1.3;
        font-weight: 500;
        font-style: normal;
    }
    .af-page__duravit .af-main-anchor {
        display: flex;
        width: 100%;
        max-width: 320px;
        height: 50px;
        color: #ffffff;
        line-height: 1;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        background-color: var(--header-accent-color);
    }

    /* ABOUT */
    .af-page__duravit .af-about-informtaion {
        display: block;
        height: auto;
    }
    .af-page__duravit .af-about-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto";
        font-weight: 500;
        font-style: normal;
        line-height: 1.3;
        margin-top: 0;
        color: #222222;
    }
    .af-page__duravit .af-about-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto";
        font-weight: 400;
        font-style: normal;
        line-height: 1.5;
        margin: 0;
        color: #222222;
    }
    .af-page__duravit .af-about-video {
        display: block;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
    }

    /* SHOP */
    .af-page__duravit .af-shop {
        display: block;
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-image: url('/upload/medialibrary/3cb/03hdpnlq75o231l780343rking1mzuep/shop_common.png');
    }
    .af-page__duravit-cbonded .af-filter,        
    .af-page__duravit-cbonded .owl-carousel[data-empty]::before {
        font-weight: 400;
        font-size: 16px;
        color: #ffffff;
    }
    .af-page__duravit-cbonded .owl-item .af-product {
        font-weight: 400;
        font-size: 16px;
        background-color: #ffffff;
    }
}
@media (min-width: 0) and (max-width: 767px) {
    
    /* COMMON */
    .af-page__duravit .af-page-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* MAIN */
    .af-page__duravit .af-main {
        background-position: center top;
        background-image: url('/upload/medialibrary/225/c9mscxq9btqj2ywx2d1c1ibhf5rq0eqc/main_mobile.jpg');
    }
    .af-page__duravit .af-main-logotype {
        display: block;
        width: 100%;
        max-width: 250px;
        height: auto;
        max-height: 100px;
        margin: 0 auto 50px;
    }
    .af-page__duravit .af-main-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .af-page__duravit .af-main-anchor {
        font-size: 16px;
    }

    /* ABOUT */
    .af-page__duravit .af-about-title {
        font-size: 24px;
    }
    .af-page__duravit .af-about-description {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) {

    /* COMMON */
    .af-page__duravit .af-page-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    /* MAIN */
    .af-page__duravit .af-main {
        background-position: center top;
        background-image: url('/upload/medialibrary/bf8/7nr7txn61nuxd0c831dkd6ut7ip9oypm/main_desktop.jpg');
    }
    .af-page__duravit .af-main-logotype { 
        display: none;
    }
    .af-page__duravit .af-main-information {
        margin-top: 160px;
        margin-bottom: 40px;
    }
    .af-page__duravit .af-main-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .af-page__duravit .af-main-anchor {
        font-size: 18px;
    }

    /* ABOUT */
    .af-page__duravit .af-about-title {
        font-size: 32px;
    }
    .af-page__duravit .af-about-description {
        font-size: 18px;
    }
}
@media (min-width: 0) and (max-width: 999px) {

    /* ABOUT */
    .af-page__duravit .af-about-informtaion {
        width: 100%;
        margin-bottom: 40px;
    }
    .af-page__duravit .af-about-title {
        margin-bottom: 40px;
    }
    .af-page__duravit .af-about-video {
        width: 100%;
        -o-object-position: center top;
           object-position: center top;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    
}
@media screen and (min-width: 1000px) {

    /* COMMON */
    .af-page__duravit .af-page-wrapper {
        min-width: 1000px;
        width: 100%;
        max-width: 1360px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /* MAIN */
    .af-page__duravit .af-main-anchor {
        transition: 200ms ease;
    }
    .af-page__duravit .af-main-anchor:hover {
        /* color: var(--accent-color); */
        background-color: var(--accent-action-color);
    }

    /* ABOUT */
    .af-page__duravit .af-about-informtaion,
    .af-page__duravit .af-about-video {
        width: calc(50% - 20px);
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .af-page__duravit .af-about-informtaion {
        margin-right: auto;
    }
    .af-page__duravit .af-about-video {
        -o-object-position: right top;
           object-position: right top;
        margin-left: auto;
    }

    /*HEADER - FOOTER*/
    header.af-header .af-header-container,
    footer.af-footer .af-footer-container {
        max-width: 1360px;
    }
}

@media (max-width: 1400px) {
    /*Common*/
    .af-section-wrapper {
        width: 90%;
        margin: auto;
    }

    /*Breadcrumbs*/
    .af-breadcrumbs {
        width: 90%;
    }

    .af-breadcrumbs__big-wrapper {
        width: 90%;
    }

    /*Breadcrumbs*/
    /*End of Common*/

    .af-hero {
        background-position: center;
    }
}

@media (max-width: 1280px) {
    /*Common*/
    .af-section-wrapper {
        width: 97%;
        margin: auto;
    }

    /*Breadcrumbs*/
    .af-breadcrumbs {
        width: 97%;
    }

    .af-breadcrumbs__big-wrapper {
        width: 97%;
    }

    /*Breadcrumbs*/
    /*End of Common*/
    .af-desc-video-wrapper {
        max-width: 100%;
    }
}


@media (max-width: 1000px) {
    .af-desc-wrapper {
        flex-wrap: wrap;
    }

    .af-desc-right, .af-desc-left {
        max-width: 100%;
        width: 100%;
    }

    .af-desc-video {
        position: relative;
    }

    .af-desc-video-wrapper {
        width: 100%;
        height: auto;
    }

    .af-desc-right {
        margin-right: 0;
    }

    .af-hero-heading {
        font-size: 28px;
        margin-top: 20%;
    }

    .af-section-wrapper {
        height: 100%;
        box-sizing: border-box;
        padding-bottom: 60px;
    }

    .af-desc-text {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 2;
    }

    .text__second {
        margin-bottom: 35px;
    }
}


@media (max-width: 768px) {
    .af-hero-logo {
        width: 240px;
        height: 90px;
    }

    .af-section-wrapper {
        width: 95%;
    }

    /*Breadcrumbs*/
    .af-breadcrumbs {
        width: 95%;
    }

    /*Breadcrumbs*/
}

@media (max-width: 700px) {
    .af-hero-wrapper {
        flex-direction: column-reverse;
    }

    .af-hero-heading {
        margin-top: 0;
    }

    .af-hero-wrapper {
        padding-top: 40px;
        padding-bottom: 175px;
        text-align: center;
    }

    .af-hero-button {
        margin: auto;
    }
}

@media (max-width: 500px) {
    .af-hero-heading {
        text-align: left;
        max-width: 360px;
        margin: auto;
    }

    .af-hero-wrapper {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .af-hero-logo {
        display: block;
        text-align: center;
        margin: auto;
    }

    .af-breadcrumbs-logo {
        display: none;
    }

    .af-hero {
        background-image: url(/upload/medialibrary/b7a/bg_mob.png);
        height: 410px;
    }
}


@media (max-width: 380px) {
    .af-hero-heading {
        font-size: 24px;
    }

    .af-hero-button {
        font-size: 16px;
        padding: 15px 42px;
    }

    .af-desc-text {
        font-size: 12px;
    }
}
