@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,600,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Sanchez:regular&display=swap);



@font-face {
    font-family: icons;
    font-display: swap;
    src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

[class*=_icon-]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
    display: block;
}

._icon-location:before {
    content: "\e910";
    color: #7d7d7d;
}

._icon-edit-calendar:before {
    content: "\e90e";
}

._icon-person:before {
    content: "\e90f";
}

._icon-minus:before {
    content: "\e90a";
}

._icon-plus:before {
    content: "\e90b";
}

._icon-search:before {
    content: "\e90c";
}

._icon-settings:before {
    content: "\e90d";
}

._icon-widgets:before {
    content: "\e909";
}

._icon-agents:before {
    content: "\e900";
}

._icon-arrow:before {
    content: "\e901";
}

._icon-back-arrow:before {
    content: "\e902";
}

._icon-calendar:before {
    content: "\e903";
}

._icon-contacts:before {
    content: "\e904";
}

._icon-language:before {
    content: "\e905";
}

._icon-notifications:before {
    content: "\e906";
}

._icon-partners:before {
    content: "\e907";
}

._icon-user:before {
    content: "\e908";
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #262626;
    line-height: 1;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "Roboto";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

header {
    font-family: "Roboto";
}

footer {
    font-family: "Roboto" !important;
}

body {
    overflow: auto;
    background-color: white;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    background-color: rgba(106, 108, 109, 0.7058823529);
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none;
}

._open-aside body::before {
    opacity: 1;
    pointer-events: all;
}


body > footer > div.footer__main.main-footer > div > div.main-footer__wrapper > div.main-footer__column.main-footer__column_main > div > ul > li:nth-child(2) > a {
    color: white !important;
}

body > footer > div.footer__main.main-footer > div > div.main-footer__wrapper > div.main-footer__column a {
    color: white;
}


.footer .contacts-footer__item a {
    color: black;
}
/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

footer [class*=__container] {
    max-width: 90rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 1.25rem;
}


.contacts-footer {
    background-color: #fafafa;
}

.contacts-footer__container {
    max-width: 68.75rem;
    margin: 0 auto;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 14.0625rem 1fr;
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
    row-gap: 2.1875rem;
}

.contacts-footer__help {
    display: grid;
    gap: 0.625rem;
}

.contacts-footer__title {
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.15;
    color: #404040;
    margin: 0;
}

.contacts-footer__text {
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #818181;
    margin: 0;
}

.contacts-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    margin: 0;
}

.contacts-footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.contacts-footer__icon-ibg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5625rem;
    flex: 0 0 2.5625rem;
    width: 2.5625rem;
    height: 2.5625rem;
}

.contacts-footer__body {
    display: grid;
    gap: 0.3rem;
}

.contacts-footer__body:not(:last-child) {
    margin-right: 1.5625rem;
}

.contacts-footer__label {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.16;
    color: #818181;
    margin: 0;
}

.contacts-footer__link {
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
}

.main-footer {
    background: #2f2f2f url(../img/footer/banner.jpg) repeat;
    color: #fff;
}

.main-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2.875rem;
    padding-bottom: 5.375rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.22);
}

.main-footer__title {
    cursor: default;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: relative;
}

.main-footer__title:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-footer__title::after {
    content: "";
    height: 0.0625rem;
    width: 30%;
    display: block;
    background-color: white;
    margin-top: 1.0625rem;
}

.main-footer__list {
    display: grid;
    gap: 1.625rem;
    padding: 0;
}

.main-footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-footer__link {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.15;
}

.main-footer__icon-ibg {
    width: 1.0625rem;
    height: 1.0625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.0625rem;
    flex: 0 0 1.0625rem;
}

.bottom-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.0625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
}

.payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 0.3125rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payments__item-ibg {
    width: 3.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.25rem;
    flex: 0 0 3.25rem;
    height: 2rem;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

.logo__text {
    font-family: Sanchez;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
    color: white;
}

.logo__image-ibg {
    width: 2.5625rem;
    height: 2.5625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5625rem;
    flex: 0 0 2.5625rem;
}

.logo__image-ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.logo img {
    max-width: 100%;
}

._containers {
    max-width: 86.875rem;
    margin: 0 auto;
    padding: 0rem 1.875rem;
}

@media (min-width: 26.3125em) {
    .main-footer__title::before {
        display: none;
    }
}

@media (min-width: 59.4375em) {
    .contacts-footer__item:not(:last-child)::after {
        content: "";
        margin: 0 auto;
        height: 100%;
        width: 0.0625rem;
        background-color: #d8d8d8;
    }

    .main-footer__column {
        padding-top: 0.625rem;
    }

    .main-footer__column_main {
        max-width: 6.875rem;
    }

    .main-footer__column_support {
        max-width: 7.8125rem;
    }

    .main-footer__column_help {
        max-width: 7.1875rem;
    }

    .main-footer__column_rules {
        max-width: 7.8125rem;
    }

    .main-footer__column_socials {
        max-width: 7.8125rem;
    }

    .main-footer__body:first-child {
        padding-top: 3.75rem;
    }
}

@media (max-width: 30em) {
    .bottom-footer {
        padding-top: 1.5625rem;
        padding-bottom: 1.5625rem;
    }

    .logo__text_hidden {
        display: none;
    }
}

@media (max-width: 67.5em) {
    ._containers {
        max-width: 100%;
        padding: 0rem 0.9375rem;
    }
}

@media (max-width: 61.9375em) {
    .contacts-footer__container {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

@media (max-width: 59.375em) {
    .contacts-footer__container {
        padding-top: 2.125rem;
        padding-bottom: 2.125rem;
    }

    .contacts-footer__container {
        grid-template-columns: auto;
    }

    .contacts-footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 3rem;
    }

    .main-footer__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 6.25rem;
    }

    .main-footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .main-footer__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .main-footer__column_main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .main-footer__column_support {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .main-footer__column_help {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .main-footer__column_rules {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .main-footer__column_socials {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .main-footer__title {
        font-size: 1rem;
    }

    .bottom-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 37.5em) {
    .main-footer__wrapper {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
        row-gap: 3.125rem;
    }

    .payments {
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
}

@media (max-width: 36.875em) {
    .calendar-open body {
        pointer-events: none !important;
        overflow: hidden;
    }
}

@media (max-width: 26.25em) {
    .main-footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.25rem;
    }

    .main-footer__title::before {
        content: "\e901";
        font-family: "icons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .main-footer__logo:not(:last-child) {
        margin-bottom: 0rem;
    }

    .main-footer__column {
        width: 100%;
    }

    .main-footer__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .main-footer__title::after {
        display: none;
    }

    .main-footer__title {
        width: 100%;
        text-align: left;
    }

    .main-footer__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .main-footer__title::before {
        position: absolute;
        right: 0;
        top: 0.3125rem;
        font-size: 0.7rem;
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    }

    .main-footer__title._spoller-active::before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .main-footer__list:not(:last-child) {
        padding-bottom: 0.9375rem;
    }

    .main-footer__link {
        font-size: 0.8rem;
    }
}

@media (min-width: 26.3125em) and (max-width: 120em) {
    .main-footer__title_hidden {
        display: none;
    }
}

@media (any-hover: hover) {
    .contacts-footer__link:hover {
        text-decoration: underline;
    }

    .main-footer__link:hover {
        text-decoration: underline;
    }
}

/* POPUP */
.popupPage {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.697);
    width: 100%;
    height: 100%;
    z-index: 11111;
    display: none;
}

.popupPage.active {
    display: block;
}

.popupPage .popup {
    position: relative;
    width: 900px;
    height: 100%;
    background: rgb(255, 255, 255);
    padding: 40px;
    margin: 0 auto;
}

@media (max-width: 990px) {
    .popupPage .popup {
        width: 95%;
        padding: 20px;
        height: auto;
    }
}

.popupPage .popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    display: inline-flex;
    background: #d9d9d9;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    transition: 0.5s;
    cursor: pointer;
}

.popupPage .popup__close:hover {
    opacity: 1;
}

.popupPage .popup__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

@media (max-width: 420px) {
    .popupPage .popup__title {
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
        margin-bottom: 0px;
    }
}

.popupPage .popup__body {
    margin-top: 15px;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 100px;
}

@media (max-width: 990px) {
    .popupPage .popup__body {
        height: 100vh;
        padding-right: 15px;
    }
}

.popupPage .popup__body::-webkit-scrollbar {
    width: 3px;
    background: transparent;
    height: 0px;
    background-color: #f3f3f3;
}

.popupPage .popup__body::-webkit-scrollbar-thumb {
    background-color: #d53b48;
}

.popupPage .popup__body h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
    color: #000000;
}

.popupPage .popup__body h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 12px;
    color: #000000;
}

.popupPage .popup__body h3 {
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 12px;
    color: #000000;
}

.popupPage .popup__body h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #000000;
}

.popupPage .popup__body h5 {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #000000;
}

.popupPage .popup__body h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #000000;
}

.popupPage .popup__body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #000000;
}

.popupPage .popup__body a {
    margin-bottom: 12px;
    display: inline-block;
    color: #ef4050;
}

.popupPage .popup__body a:hover {
    text-decoration: underline;
}

.popupPage .popup__body ul,
.popupPage .popup__body ol {
    margin: 10px;
    margin-left: 15px;
    padding-left: 12px;
}

.popupPage .popup__body ul li,
.popupPage .popup__body ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #000000;
    list-style: disc;
}

/* ------------------------------------ */

.main-footer__item:last-child a.main-footer__icon-ibg {
    height: 24px;
}

.footer__logo-main {
    width: 200px;
    height: 40px;
    flex: 0 0 200px;
}

@media (min-width: 480.9px) {
    .logo__image-ibg {
        width: 100%;
        height: 40px;
        flex: 1;
    }
    .logo__image-ibg img {
        object-fit: contain;
    }
    .logo__image-ibg.footer__logo-main {
        width: 200px;
        height: 40px;
        flex: 0 0 180px;
    }
}

@media (max-width: 480px) {
    .logo__image-ibg.footer__logo-main {
        width: 200px;
        height: 40px;
        flex: 0 0 150px;
    }
}

/* ------ Footer banner ------ */

.footer {
    background: #2f2f2f url(../img/footer/banner.jpg) repeat;
}

.footer__banner-app__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 2rem;
}

.footer__banner-text {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}

.footer__banner-mobile-text {
    display: none;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.footer__banner-buttons {
    display: flex;
    gap: 35px;
    align-items: center;
    margin-left: 25px;
}

.footer__banner-buttons img {
    width: 100%;
    height: 35px;
    object-fit: contain;
}

.footer__banner-button-qr img {
    height: 65px;
}

.footer__banner-images {
    display: flex;
    width: 300px;
    height: calc(100% + 60px);
    overflow: hidden;
    position: relative;
    margin-top: -60px;
}

.footer__banner-images > div {
    position: relative;
    width: 100%;
    height: 100%;
}

.footer__banner-first-image {
    order: 2;
    z-index: 3;
}

.footer__banner-second-image {
    order: 1;
    top: 10px;
    left: 30px;
    z-index: 2;
}

.footer__banner-third-image {
    order: 3;
    top: 10px;
    right: 30px;
    z-index: 2;
}

.footer__banner-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 1330px) {
    .footer__banner-text {
        display: none;
    }
    
    .footer__banner-mobile-text {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .contacts-footer__container {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 768px) {
    .footer__banner-buttons {
        display: flex;
        gap: 35px;
        align-items: center;
    }
    .footer__banner-mobile-text {
        flex: 1;
    }
    .footer__banner-images {
        height: calc(100% + 40px);
        margin-top: -40px;
    }
}

@media screen and (max-width: 767px) {
    .footer__banner-mobile-text {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .footer__banner-images {
        display: none;
    }
    .footer__banner-buttons {
        display: flex;
        gap: 35px;
        align-items: center;
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }
}