@charset "UTF-8";
@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");
}
:root {
    --footer-accent-color: #0096dd;
    --footer-background-color: #1b1b1b;
    --footer-text-color: #ffffff;
    --footer-credo-color: #ffffff;
    --footer-logotype-color: #ffffff;
}
@supports (-ms-ime-align:auto) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}
@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) {
    footer.af-footer {
        width: 100%;
        box-shadow: 0 0 15px rgba(0, 0, 0, .3);
        position: relative;
        z-index: 1;
        background-color: var(--footer-background-color);
    }
    footer.af-footer .af-footer-container {
        display: flex;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }   
    footer.af-footer .af-footer-contacts {
        display: flex;
        width: 180px;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    footer.af-footer .af-footer-logotype {
        display: block;
        width: 100%;
        height: auto;
    }
    footer.af-footer .af-logotype {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }
    footer.af-footer .af-logotype-letter {
        fill: var(--footer-logotype-color);
    }
    footer.af-footer .af-logotype-credo {
        fill: var(--footer-credo-color);
    }
    footer.af-footer .af-footer-phone {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        color: var(--footer-text-color);
    }
    footer.af-footer .af-footer-socials {
        display: flex;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
    }
    footer.af-footer .af-footer-socials li {
        display: block;
    }
    footer.af-footer .af-footer-socials li svg {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
    }
    footer.af-footer .af-footer-socials li path {
        fill: var(--footer-text-color);
    }
    footer.af-footer .af-footer-stores {
        display: flex;
        height: auto;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    footer.af-footer .af-stores-list {
        display: flex;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    footer.af-footer .af-stores-list::before,
    footer.af-footer .af-footer-list::after {
        content: "";
        display: block;
        height: 0;
        order: 1;
    }
    footer.af-footer .af-stores-list li {
        display: flex;
        min-height: 20px;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        margin: 0 0 10px 0;
    }
    footer.af-footer .af-stores-list li .af-stores-link {
        max-width: calc(100% - 19px);
        line-height: 1.3;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        text-overflow: ellipsis;
        font-family: 'Roboto', sans-serif;
        color: var(--footer-text-color);
        overflow: hidden;
    }
    footer.af-footer .af-stores-list li svg {
        display: block;
        min-width: 14px;
        width: 14px;
        height: 14px;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
        align-self: flex-start;
        margin: 0 5px 0 0;
    }
    footer.af-footer .af-stores-list li path {
        fill: var(--footer-text-color);
    }
}
@media screen and (max-width: 767px) {
    footer.af-footer .af-footer-contacts {
        width: 180px;
        margin-bottom: 20px;
    }
    footer.af-footer .af-footer-logotype ,
    footer.af-footer .af-footer-phone {
        margin-bottom: 20px;
    }
    footer.af-footer .af-stores-toggle {
        display: block;
        width: auto;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        color: var(--footer-text-color);
        margin: 0 auto 10px 0;
        transition: 150ms ease-in;
    }
    footer.af-footer .af-stores-toggle::after {
        content: "\276F";
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        font-style: normal;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        color: var(--footer-text-color);
        margin-left: 2px;
        transition: 150ms ease-in;
        transform: rotate3d(0, 0, 1, 90deg);
    }
    footer.af-footer .af-stores-list::before,
    footer.af-footer .af-stores-list::after,
    footer.af-footer .af-stores-list li {
        width: 100%;
    }
    footer.af-footer .af-footer-stores:not(.active) {
        max-height: 20px;
        overflow: hidden;
    }
    footer.af-footer .af-footer-stores.active {
        max-height: 580px;
    }
    footer.af-footer .af-footer-stores.active .af-stores-toggle:after {
        transform: rotate3d(0, 0, 1, -90deg);
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    footer.af-footer .af-footer-contacts {
        width: 160px;
    }
    footer.af-footer .af-footer-stores {
        max-width: calc(100% - 210px);
    }
}
@media screen and (min-width: 768px) {
    footer.af-footer .af-footer-logotype,
    footer.af-footer .af-footer-phone {
        margin-bottom: 10px;
    }
    footer.af-footer .af-stores-toggle {
        display: none;
    }
    footer.af-footer .af-stores-list::before,
    footer.af-footer .af-stores-list::after,
    footer.af-footer .af-stores-list li {
        min-width: 190px;
        width: calc(20% - 16px);
    }
    footer.af-footer .af-stores-list li {
        margin: 0 0 10px 0;
        padding: 0 20px 0 0;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1023px) {
    footer.af-footer .af-footer-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    footer.af-footer .af-footer-socials li {
        display: block;
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 1024px) {
    footer.af-footer .af-footer-container {
        min-width: 1000px;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
    footer.af-footer .af-footer-contacts {
        width: 140px;
    }
    footer.af-footer .af-footer-stores {
        max-width: calc(100% - 190px);
        align-self: center;
    }
    footer.af-footer .af-logotype-letter {
        fill: var(--footer-logotype-color);
    }
    footer.af-footer .af-logotype-credo {
        fill: var(--footer-credo-color);
    }
    footer.af-footer .af-footer-phone {
        transition: 150ms ease-in;
    }
    footer.af-footer .af-footer-phone:hover {
        color: var(--footer-accent-color);
    }
    footer.af-footer .af-footer-socials li {
        display: block;
        width: 20px;
        height: 20px;
    }
    footer.af-footer .af-footer-socials li path {
        transition: 150ms ease-in;
    }
    footer.af-footer .af-footer-socials li:hover path {
        fill: var(--footer-accent-color);
    }
    footer.af-footer .af-stores-list li {
        white-space: nowrap;
        overflow: hidden;
    }
    footer.af-footer .af-stores-list li .af-stores-link,
    footer.af-footer .af-stores-list li path {
        transition: 150ms ease-in;
    }
    footer.af-footer .af-stores-list li:hover .af-stores-link {
        color: var(--footer-accent-color);
    }
    footer.af-footer .af-stores-list li:hover path {
        fill: var(--footer-accent-color);
    }
}