/* FONT SETTINGS */
@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 Bold"), local("Roboto-Bold"),
    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");
}
/*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%;
    }
}
@media screen and (min-width: 0) {
    .af-page__hansgrohe .af-breadcrumbs {
        display: block;
        width: 100%;
        height: auto;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .af-page__hansgrohe .af-breadcrumbs-list {
        display: flex;
        width: 100%;
        list-style: none;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 0 0 0;
        box-sizing: border-box;
    }
    .af-page__hansgrohe .af-breadcrumbs-item {
        display: block;
        width: auto;
        height: auto;
    }
    .af-page__hansgrohe .af-breadcrumbs-item:not(:last-of-type) {
        margin-right: 20px;
    }
    .af-page__hansgrohe .af-breadcrumbs-link {
        display: block;
        width: auto;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        white-space: nowrap;
        font-weight: 400;
        line-height: 1;
        text-align: center;
        color: #ffffff;
    }
    .af-page__hansgrohe .af-breadcrumbs-image {
        display: block;
        width: 35px;
        height: 35px;
        margin: 0 auto 10px;
        padding: 5px;
        border-radius: 100%;
        box-sizing: border-box;
        background-color: #ffffff;
        position: relative;
    }
    .af-page__hansgrohe .af-breadcrumbs-item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        margin: 0 auto;
    }
    .af-page__hansgrohe .af-breadcrumbs-item svg {
        display: block;
        width: 33px;
        height: 33px;
        fill: none;
        stroke: #26A792;
        stroke-width: 5px;
        stroke-dashoffset: 220px;
        stroke-dasharray: 220px;
        position: absolute;
        left: 1px;
        top: 1px;
    }
    .af-page__hansgrohe .af-breadcrumbs-item.active {
        pointer-events: none;
    }
    .af-page__hansgrohe .af-breadcrumbs-item.active svg {
        stroke-dashoffset: 0;
    }
    .af-page__hansgrohe .af-breadcrumbs-item.af-breadcrumbs-item__main {
        display: flex;
        align-items: center;
    }
    .af-page__hansgrohe .af-breadcrumbs-item.af-breadcrumbs-item__main .af-breadcrumbs-link {
        padding-left: 18px;
        box-sizing: border-box;
        background-size: 12px auto;
        background-repeat: no-repeat;
        background-position: left top 1px;
        background-image: url("../img/arrow-left.svg");
    }
}
@media (min-width: 0) and (max-width: 767px) {

    .af-page__hansgrohe .af-breadcrumbs-list {
        padding: 10px 20px;
    }
    .af-page__hansgrohe .af-breadcrumbs-link {
        font-size: 14px;
    }
    .af-page__hansgrohe .af-breadcrumbs-item.af-breadcrumbs-item__main {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 768px) {
    .af-page__hansgrohe .af-breadcrumbs-list {
        justify-content: flex-end;
        padding: 20px;
    }
    .af-page__hansgrohe .af-breadcrumbs-link {
        font-size: 16px;
    }
    .af-page__hansgrohe .af-breadcrumbs-item.af-breadcrumbs-item__main {
        justify-self: flex-start;
        margin-right: auto;
    }
}
@media screen and (min-width: 1000px) {
    .af-page__hansgrohe .af-breadcrumbs-list {
        min-width: 1000px;
        width: 100%;
        max-width: 1210px;
        margin: 0 auto;
        padding: 10px 40px;
    }
    .af-page__hansgrohe .af-breadcrumbs-item svg {
        transition: 300ms ease 30ms;
    }
    .af-page__hansgrohe .af-breadcrumbs-item:not(.active):hover svg {
        stroke-dashoffset: 0;
    }
    .af-page__hansgrohe .af-breadcrumbs-item.af-breadcrumbs-item__main .af-breadcrumbs-link {
        transition: 300ms ease 30ms;
    }
    .af-page__hansgrohe .af-breadcrumbs-item.af-breadcrumbs-item__main:hover .af-breadcrumbs-link {
        color: #26A792;
    }
}