.d-none {
    display: none
}
.mfp-content {
    padding: 0px
}

@media only screen and (min-width:670px) {
    .mfp-content {
        padding: 20px 0px
    }
}

@media only screen and (min-width:1280px) {
    .mfp-content {
        padding: 20px 0px
    }
}

@media only screen and (min-width:1440px) {
    .mfp-content {
        padding: 1.389vw 0vw
    }
}
.modal {
    max-width: 650px;
    padding: 28px;
    background-color: #f2f2f3;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width:670px) {
    .modal {
        max-width: 650px
    }
}

@media only screen and (min-width:1280px) {
    .modal {
        max-width: 650px
    }
}

@media only screen and (min-width:1440px) {
    .modal {
        max-width: 45.139vw
    }
}

@media only screen and (min-width:670px) {
    .modal {
        padding: 38px
    }
}

@media only screen and (min-width:1280px) {
    .modal {
        padding: 48px
    }
}

@media only screen and (min-width:1440px) {
    .modal {
        padding: 3.334vw
    }
}

.modal__title {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 0.9;
    font-weight: 700;
    font-family: "BebasNeue", sans-serif
}

@media only screen and (min-width:670px) {
    .modal__title {
        margin-bottom: 8px
    }
}

@media only screen and (min-width:1280px) {
    .modal__title {
        margin-bottom: 8px
    }
}

@media only screen and (min-width:1440px) {
    .modal__title {
        margin-bottom: .556vw
    }
}

@media only screen and (min-width:670px) {
    .modal__title {
        font-size: 30px;
        line-height: 0.9
    }
}

@media only screen and (min-width:1280px) {
    .modal__title {
        font-size: 40px;
        line-height: 0.9
    }
}

@media only screen and (min-width:1440px) {
    .modal__title {
        font-size: 2.778vw;
        line-height: 0.9
    }
}

.modal__text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -0.06em;
    color: #94999e
}

@media only screen and (min-width:670px) {
    .modal__text {
        margin-bottom: 24px
    }
}

@media only screen and (min-width:1280px) {
    .modal__text {
        margin-bottom: 24px
    }
}

@media only screen and (min-width:1440px) {
    .modal__text {
        margin-bottom: 1.667vw
    }
}

@media only screen and (min-width:670px) {
    .modal__text {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1280px) {
    .modal__text {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1440px) {
    .modal__text {
        font-size: 0.973vw;
        line-height: 1.3
    }
}
.form__group {
    position: relative
}

.form__group:not(:last-child) {
    margin-bottom: 4px
}

@media only screen and (min-width:670px) {
    .form__group:not(:last-child) {
        margin-bottom: 4px
    }
}

@media only screen and (min-width:1280px) {
    .form__group:not(:last-child) {
        margin-bottom: 4px
    }
}

@media only screen and (min-width:1440px) {
    .form__group:not(:last-child) {
        margin-bottom: .278vw
    }
}

.form__item {
    border-radius: 4px;
    height: 50px;
    padding: 22px 18px 10px;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    background-color: #e4e6e7;
    border: 1px solid #e4e6e7;
    width: 100%;
    color: #000e1a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width:670px) {
    .form__item {
        border-radius: 4px
    }
}

@media only screen and (min-width:1280px) {
    .form__item {
        border-radius: 4px
    }
}

@media only screen and (min-width:1440px) {
    .form__item {
        border-radius: .278vw
    }
}

@media only screen and (min-width:670px) {
    .form__item {
        height: 50px
    }
}

@media only screen and (min-width:1280px) {
    .form__item {
        height: 50px
    }
}

@media only screen and (min-width:1440px) {
    .form__item {
        height: 3.473vw
    }
}

@media only screen and (min-width:670px) {
    .form__item {
        padding: 22px 24px 10px
    }
}

@media only screen and (min-width:1280px) {
    .form__item {
        padding: 22px 24px 10px
    }
}

@media only screen and (min-width:1440px) {
    .form__item {
        padding: 1.528vw 1.667vw .695vw
    }
}

@media only screen and (min-width:670px) {
    .form__item {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1280px) {
    .form__item {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1440px) {
    .form__item {
        font-size: 0.973vw;
        line-height: 1.3
    }
}

.form__item:focus,
.form__item:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form__item:focus {
    border-color: #0069c0
}

.form__item:focus+.form__label {
    font-size: 11px;
    padding-top: 10px
}

@media only screen and (min-width:670px) {
    .form__item:focus+.form__label {
        font-size: 11px
    }
}

@media only screen and (min-width:1280px) {
    .form__item:focus+.form__label {
        font-size: 11px
    }
}

@media only screen and (min-width:1440px) {
    .form__item:focus+.form__label {
        font-size: .764vw
    }
}

@media only screen and (min-width:670px) {
    .form__item:focus+.form__label {
        padding-top: 10px
    }
}

@media only screen and (min-width:1280px) {
    .form__item:focus+.form__label {
        padding-top: 10px
    }
}

@media only screen and (min-width:1440px) {
    .form__item:focus+.form__label {
        padding-top: .695vw
    }
}

.form__item:focus+.form__label span {
    margin-left: 4px
}

@media only screen and (min-width:670px) {
    .form__item:focus+.form__label span {
        margin-left: 4px
    }
}

@media only screen and (min-width:1280px) {
    .form__item:focus+.form__label span {
        margin-left: 4px
    }
}

@media only screen and (min-width:1440px) {
    .form__item:focus+.form__label span {
        margin-left: .278vw
    }
}

.form__item:not(:-moz-placeholder-shown)+.form__label {
    font-size: 11px;
    padding-top: 10px
}

.form__item:not(:-ms-input-placeholder)+.form__label {
    font-size: 11px;
    padding-top: 10px
}

.form__item:not(:placeholder-shown)+.form__label {
    font-size: 11px;
    padding-top: 10px
}

@media only screen and (min-width:670px) {
    .form__item:not(:-moz-placeholder-shown)+.form__label {
        font-size: 11px
    }

    .form__item:not(:-ms-input-placeholder)+.form__label {
        font-size: 11px
    }

    .form__item:not(:placeholder-shown)+.form__label {
        font-size: 11px
    }
}

@media only screen and (min-width:1280px) {
    .form__item:not(:-moz-placeholder-shown)+.form__label {
        font-size: 11px
    }

    .form__item:not(:-ms-input-placeholder)+.form__label {
        font-size: 11px
    }

    .form__item:not(:placeholder-shown)+.form__label {
        font-size: 11px
    }
}

@media only screen and (min-width:1440px) {
    .form__item:not(:-moz-placeholder-shown)+.form__label {
        font-size: .964vw
    }

    .form__item:not(:-ms-input-placeholder)+.form__label {
        font-size: .964vw
    }

    .form__item:not(:placeholder-shown)+.form__label {
        font-size: .964vw
    }
}

@media only screen and (min-width:670px) {
    .form__item:not(:-moz-placeholder-shown)+.form__label {
        padding-top: 10px
    }

    .form__item:not(:-ms-input-placeholder)+.form__label {
        padding-top: 10px
    }

    .form__item:not(:placeholder-shown)+.form__label {
        padding-top: 10px
    }
}

@media only screen and (min-width:1280px) {
    .form__item:not(:-moz-placeholder-shown)+.form__label {
        padding-top: 10px
    }

    .form__item:not(:-ms-input-placeholder)+.form__label {
        padding-top: 10px
    }

    .form__item:not(:placeholder-shown)+.form__label {
        padding-top: 10px
    }
}

@media only screen and (min-width:1440px) {
    .form__item:not(:-moz-placeholder-shown)+.form__label {
        padding-top: 1.2vw
    }

    .form__item:not(:-ms-input-placeholder)+.form__label {
        padding-top: 1.2vw
    }

    .form__item:not(:placeholder-shown)+.form__label {
        padding-top: 1.2vw
    }
}

.form__item:not(:-moz-placeholder-shown)+.form__label span {
    margin-left: 4px
}

.form__item:not(:-ms-input-placeholder)+.form__label span {
    margin-left: 4px
}

.form__item:not(:placeholder-shown)+.form__label span {
    margin-left: 4px
}

@media only screen and (min-width:670px) {
    .form__item:not(:-moz-placeholder-shown)+.form__label span {
        margin-left: 4px
    }

    .form__item:not(:-ms-input-placeholder)+.form__label span {
        margin-left: 4px
    }

    .form__item:not(:placeholder-shown)+.form__label span {
        margin-left: 4px
    }
}

@media only screen and (min-width:1280px) {
    .form__item:not(:-moz-placeholder-shown)+.form__label span {
        margin-left: 4px
    }

    .form__item:not(:-ms-input-placeholder)+.form__label span {
        margin-left: 4px
    }

    .form__item:not(:placeholder-shown)+.form__label span {
        margin-left: 4px
    }
}

@media only screen and (min-width:1440px) {
    .form__item:not(:-moz-placeholder-shown)+.form__label span {
        margin-left: .278vw
    }

    .form__item:not(:-ms-input-placeholder)+.form__label span {
        margin-left: .278vw
    }

    .form__item:not(:placeholder-shown)+.form__label span {
        margin-left: .278vw
    }
}

.form__item::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #94999e
}

.form__item::placeholder,
.form__item::-webkit-input-placeholder,
.form__item::-moz-placeholder,
.form__item:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #94999e
}

@media only screen and (min-width:670px) {
    .form__item::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 1.3
    }

    .form__item::placeholder,
    .form__item::-webkit-input-placeholder,
    .form__item::-moz-placeholder,
    .form__item:-ms-input-placeholder {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1280px) {
    .form__item::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 1.3
    }

    .form__item::placeholder,
    .form__item::-webkit-input-placeholder,
    .form__item::-moz-placeholder,
    .form__item:-ms-input-placeholder {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1440px) {
    .form__item::-webkit-input-placeholder {
        font-size: 0.973vw;
        line-height: 1.3
    }

    .form__item::placeholder,
    .form__item::-webkit-input-placeholder,
    .form__item::-moz-placeholder,
    .form__item:-ms-input-placeholder {
        font-size: 0.973vw;
        line-height: 1.3
    }
}

.form__label {
    padding: 18px 18px 10px;
    -webkit-transition-property: font-size, padding-top;
    transition-property: font-size, padding-top;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #94999e;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:670px) {
    .form__label {
        padding: 18px 24px 10px
    }
}

@media only screen and (min-width:1280px) {
    .form__label {
        padding: 18px 24px 10px
    }
}

@media only screen and (min-width:1440px) {
    .form__label {
        padding: 1.25vw 1.667vw .695vw
    }
}

@media only screen and (min-width:670px) {
    .form__label {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1280px) {
    .form__label {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1440px) {
    .form__label {
        font-size: 0.973vw;
        line-height: 1.3
    }
}

.form__label span {
    -webkit-transition-property: margin-left;
    transition-property: margin-left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 4px;
    height: 4px;
    margin-left: 8px;
    display: block;
    border-radius: 50%;
    background-color: #ff3b30
}

@media only screen and (min-width:670px) {
    .form__label span {
        width: 4px
    }
}

@media only screen and (min-width:1280px) {
    .form__label span {
        width: 4px
    }
}

@media only screen and (min-width:1440px) {
    .form__label span {
        width: .278vw
    }
}

@media only screen and (min-width:670px) {
    .form__label span {
        height: 4px
    }
}

@media only screen and (min-width:1280px) {
    .form__label span {
        height: 4px
    }
}

@media only screen and (min-width:1440px) {
    .form__label span {
        height: .278vw
    }
}

@media only screen and (min-width:670px) {
    .form__label span {
        margin-left: 8px
    }
}

@media only screen and (min-width:1280px) {
    .form__label span {
        margin-left: 8px
    }
}

@media only screen and (min-width:1440px) {
    .form__label span {
        margin-left: .556vw
    }
}

textarea.form__item {
    height: 86px
}

@media only screen and (min-width:670px) {
    textarea.form__item {
        height: 86px
    }
}

@media only screen and (min-width:1280px) {
    textarea.form__item {
        height: 86px
    }
}

@media only screen and (min-width:1440px) {
    textarea.form__item {
        height: 5.973vw
    }
}

select.form__item {
    padding: 10px 14px;
    color: #94999e
}

@media only screen and (min-width:670px) {
    select.form__item {
        padding: 10px 20px
    }
}

@media only screen and (min-width:1280px) {
    select.form__item {
        padding: 10px 20px
    }
}

@media only screen and (min-width:1440px) {
    select.form__item {
        padding: .695vw 1.389vw
    }
}

select.form__item option {
    color: #000e1a
}

.form__group-button {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width:670px) {
    .form__group-button {
        margin-top: 24px
    }
}

@media only screen and (min-width:1280px) {
    .form__group-button {
        margin-top: 24px
    }
}

@media only screen and (min-width:1440px) {
    .form__group-button {
        margin-top: 1.667vw
    }
}

@media only screen and (max-width: 669px) {
    .form__group-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.form__group-button .form__group-text {
    padding-left: 0px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #94999e;
    letter-spacing: -0.06em
}

@media only screen and (min-width:670px) {
    .form__group-button .form__group-text {
        padding-left: 16px
    }
}

@media only screen and (min-width:1280px) {
    .form__group-button .form__group-text {
        padding-left: 16px
    }
}

@media only screen and (min-width:1440px) {
    .form__group-button .form__group-text {
        padding-left: 1.112vw
    }
}

@media only screen and (min-width:670px) {
    .form__group-button .form__group-text {
        margin-bottom: 0px
    }
}

@media only screen and (min-width:1280px) {
    .form__group-button .form__group-text {
        margin-bottom: 0px
    }
}

@media only screen and (min-width:1440px) {
    .form__group-button .form__group-text {
        margin-bottom: 0vw
    }
}

@media only screen and (min-width:670px) {
    .form__group-button .form__group-text {
        font-size: 14px
    }
}

@media only screen and (min-width:1280px) {
    .form__group-button .form__group-text {
        font-size: 14px
    }
}

@media only screen and (min-width:1440px) {
    .form__group-button .form__group-text {
        font-size: .973vw
    }
}

@media only screen and (max-width: 669px) {
    .form__group-button .form__group-text {
        font-size: 12px
    }
}

.form__group-button .form__group-text a {
    color: #0069c0;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.form__group-button .button {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}
.header {
    padding: 16px 0px;
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: -100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width:670px) {
    .header {
        padding: 16px 0px
    }
}

@media only screen and (min-width:1280px) {
    .header {
        padding: 16px 0px
    }
}

@media only screen and (min-width:1440px) {
    .header {
        padding: 1.112vw 0vw
    }
}

.header.is-scroll {
    padding: 6px 0px;
    position: fixed;
    top: 0;
    background-color: #f0f0f0;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (min-width:670px) {
    .header.is-scroll {
        padding: 6px 0px
    }
}

@media only screen and (min-width:1280px) {
    .header.is-scroll {
        padding: 6px 0px
    }
}

@media only screen and (min-width:1440px) {
    .header.is-scroll {
        padding: .417vw 0vw
    }
}

.header.is-scroll .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header.is-scroll .grid__modified {
    padding: 0;
}

.header.is-scroll .header__lines {
    opacity: 1
}

.header .header__lines {
    opacity: 0
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.header_theme_static {
    padding-bottom: 24px;
    position: relative
}

@media only screen and (min-width:670px) {
    .header_theme_static {
        padding-bottom: 24px
    }
}

@media only screen and (min-width:1280px) {
    .header_theme_static {
        padding-bottom: 24px
    }
}

@media only screen and (min-width:1440px) {
    .header_theme_static {
        padding-bottom: 1.667vw
    }
}

.header_theme_static+.main-page {
    padding-top: 0
}

.header__inner {
    padding-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%
}

@media only screen and (min-width:670px) {
    .header__inner {
        padding-bottom: 1px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner {
        padding-bottom: 1px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner {
        padding-bottom: .07vw
    }
}

.header__inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media only screen and (min-width:670px) {
    .header__inner-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header__inner-menu-wrapper {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 100%;
    padding: 20px;
    border-radius: 2px;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    background-color: #0069c0
}

@media only screen and (min-width:670px) {
    .header__inner-menu-wrapper {
        width: 330px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-menu-wrapper {
        width: 330px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-menu-wrapper {
        width: 22.917vw
    }
}

@media only screen and (min-width:670px) {
    .header__inner-menu-wrapper {
        padding: 30px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-menu-wrapper {
        padding: 40px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-menu-wrapper {
        padding: 2.778vw
    }
}

@media only screen and (min-width:670px) {
    .header__inner-menu-wrapper {
        border-radius: 2px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-menu-wrapper {
        border-radius: 2px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-menu-wrapper {
        border-radius: .139vw
    }
}

.header__inner-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__inner-menu-item:not(:last-child) {
    margin-bottom: 32px
}

@media only screen and (min-width:670px) {
    .header__inner-menu-item:not(:last-child) {
        margin-bottom: 32px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-menu-item:not(:last-child) {
        margin-bottom: 32px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-menu-item:not(:last-child) {
        margin-bottom: 2.223vw
    }
}

.header__inner-menu-link {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 20px;
    line-height: 0.9;
    font-weight: 700;
    color: #fff;
    font-family: "BebasNeue", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

@media only screen and (min-width:670px) {
    .header__inner-menu-link {
        font-size: 20px;
        line-height: 0.9
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-menu-link {
        font-size: 32px;
        line-height: 0.9
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-menu-link {
        font-size: 2.223vw;
        line-height: 0.9
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-menu-link:hover {
        opacity: .8
    }
}

.header__right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none
}

@media only screen and (max-width: 669px) {
    .header__right {
        position: absolute;
        right: 0;
        top: 0
    }
}

.header__right-lang-list {
    margin-left: 1px;
    height: 37px;
    gap: 1px;
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

@media only screen and (min-width:670px) {
    .header__right-lang-list {
        margin-left: 1px
    }
}

@media only screen and (min-width:1280px) {
    .header__right-lang-list {
        margin-left: 1px
    }
}

@media only screen and (min-width:1440px) {
    .header__right-lang-list {
        margin-left: .07vw
    }
}

@media only screen and (min-width:670px) {
    .header__right-lang-list {
        height: 37px
    }
}

@media only screen and (min-width:1280px) {
    .header__right-lang-list {
        height: 37px
    }
}

@media only screen and (min-width:1440px) {
    .header__right-lang-list {
        height: 2.57vw
    }
}

@media only screen and (min-width:670px) {
    .header__right-lang-list {
        gap: 1px
    }
}

@media only screen and (min-width:1280px) {
    .header__right-lang-list {
        gap: 1px
    }
}

@media only screen and (min-width:1440px) {
    .header__right-lang-list {
        gap: .07vw
    }
}

.header__right-lang-list a {
    text-decoration: none;
}

.header__right-lang-list:hover .header__right-lang-item {
    opacity: 1
}

.header__right-lang-list:hover .is-hide {
    pointer-events: all
}

.header__right-lang-item {
    -webkit-transition-property: opacity, background-color;
    transition-property: opacity, background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    font-family: "RobotoMono", sans-serif;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (min-width:670px) {
    .header__right-lang-item {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1280px) {
    .header__right-lang-item {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1440px) {
    .header__right-lang-item {
        font-size: 0.973vw;
        line-height: 1.3
    }
}

.header__right-lang-item.is-hide {
    opacity: 0;
    pointer-events: none
}

.header__inner-links {
    margin-top: 32px;
    gap: 1px;
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (min-width:670px) {
    .header__inner-links {
        margin-top: 32px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-links {
        margin-top: 32px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-links {
        margin-top: 2.223vw
    }
}

@media only screen and (min-width:670px) {
    .header__inner-links {
        gap: 1px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-links {
        gap: 1px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-links {
        gap: .07vw
    }
}

.header__inner-links-item {
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-radius: 2px;
    height: 36px;
    background-color: rgba(0, 28, 51, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:670px) {
    .header__inner-links-item {
        border-radius: 2px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-links-item {
        border-radius: 2px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-links-item {
        border-radius: .139vw
    }
}

@media only screen and (min-width:670px) {
    .header__inner-links-item {
        height: 36px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-links-item {
        height: 36px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-links-item {
        height: 2.5vw
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-links-item:hover {
        background-color: rgba(0, 28, 51, .5)
    }
}

.header__inner-links-item svg {
    width: 14px;
    height: 14px;
    fill: #fff
}

@media only screen and (min-width:670px) {
    .header__inner-links-item svg {
        width: 14px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-links-item svg {
        width: 14px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-links-item svg {
        width: .973vw
    }
}

@media only screen and (min-width:670px) {
    .header__inner-links-item svg {
        height: 14px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-links-item svg {
        height: 14px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-links-item svg {
        height: .973vw
    }
}

.header__inner-lang-list {
    padding-top: 1px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-width:670px) {
    .header__inner-lang-list {
        padding-top: 1px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-lang-list {
        padding-top: 1px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-lang-list {
        padding-top: .07vw
    }
}

@media only screen and (min-width:670px) {
    .header__inner-lang-list {
        height: 37px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-lang-list {
        height: 37px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-lang-list {
        height: 2.57vw
    }
}

.header__inner-lang-list:hover .header__inner-lang-item {
    opacity: 1
}

.header__inner-lang-list:hover .is-hide {
    pointer-events: all
}

.header__inner-lang-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

@media only screen and (min-width:670px) {
    .header__inner-lang-item {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-lang-item {
        font-size: 14px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-lang-item {
        font-size: 0.973vw;
        line-height: 1.3
    }
}

.header__inner-lang-item.is-hide {
    margin-bottom: 1px;
    opacity: 0;
    pointer-events: none
}

@media only screen and (min-width:670px) {
    .header__inner-lang-item.is-hide {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:1280px) {
    .header__inner-lang-item.is-hide {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:1440px) {
    .header__inner-lang-item.is-hide {
        margin-bottom: .07vw
    }
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1px;
    min-height: 36px;
    background-color: transparent;
}

@media only screen and (min-width:670px) {
    .header__logo {
        margin-right: 1px
    }
}

@media only screen and (min-width:1280px) {
    .header__logo {
        margin-right: 1px
    }
}

@media only screen and (min-width:1440px) {
    .header__logo {
        margin-right: .07vw
    }
}

@media only screen and (min-width:670px) {
    .header__logo {
        min-height: 36px
    }
}

@media only screen and (min-width:1280px) {
    .header__logo {
        min-height: 36px
    }
}

@media only screen and (min-width:1440px) {
    .header__logo {
        min-height: 2.5vw
    }
}

.header__logo img {
    max-width: 112px;
    height: 100%
}

@media only screen and (min-width:670px) {
    .header__logo img {
        max-width: 112px
    }
}

@media only screen and (min-width:1280px) {
    .header__logo img {
        max-width: 112px
    }
}

@media only screen and (min-width:1440px) {
    .header__logo img {
        max-width: 7.778vw
    }
}

.header__logo_theme_static {
    pointer-events: none
}

.header__menu-button {
    width: 48px;
    height: 36px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
}

@media only screen and (min-width:670px) {
    .header__menu-button {
        width: 48px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-button {
        width: 48px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-button {
        width: 3.334vw
    }
}

@media only screen and (min-width:670px) {
    .header__menu-button {
        height: 36px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-button {
        height: 36px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-button {
        height: 2.5vw
    }
}

.header__menu-button.is-active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media only screen and (min-width:670px) {
    .header__menu-button.is-active span:nth-child(1) {
        top: 8px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-button.is-active span:nth-child(1) {
        top: 8px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-button.is-active span:nth-child(1) {
        top: .556vw
    }
}

.header__menu-button.is-active span:nth-child(2) {
    left: -60px;
    opacity: 0
}

@media only screen and (min-width:670px) {
    .header__menu-button.is-active span:nth-child(2) {
        left: -60px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-button.is-active span:nth-child(2) {
        left: -60px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-button.is-active span:nth-child(2) {
        left: -4.166vw
    }
}

.header__menu-button.is-active span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media only screen and (min-width:670px) {
    .header__menu-button.is-active span:nth-child(3) {
        top: 8px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-button.is-active span:nth-child(3) {
        top: 8px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-button.is-active span:nth-child(3) {
        top: .556vw
    }
}

.header__menu-button:not(.is-active)~.header__inner-menu-wrapper {
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    visibility: hidden
}

.header__menu-button svg {
    width: 14px;
    height: 14px;
    margin: 0;
}

@media only screen and (min-width:670px) {
    .header__menu-button svg {
        width: 14px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-button svg {
        width: 14px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-button svg {
        width: .973vw
    }
}

@media only screen and (min-width:670px) {
    .header__menu-button svg {
        height: 14px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-button svg {
        height: 14px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-button svg {
        height: .973vw
    }
}

.header__menu-icon {
    width: 18px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media only screen and (min-width:670px) {
    .header__menu-icon {
        width: 18px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-icon {
        width: 18px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-icon {
        width: 1.25vw
    }
}

@media only screen and (min-width:670px) {
    .header__menu-icon {
        height: 18px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-icon {
        height: 18px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-icon {
        height: 1.25vw
    }
}

.header__menu-icon span {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    height: 1.5px;
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media only screen and (min-width:670px) {
    .header__menu-icon span {
        height: 1.5px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-icon span {
        height: 1.5px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-icon span {
        height: .105vw
    }
}

.header__menu-icon span:nth-child(1) {
    top: 0px
}

.header__menu-icon span:nth-child(2) {
    top: 8px
}

@media only screen and (min-width:670px) {
    .header__menu-icon span:nth-child(2) {
        top: 8px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-icon span:nth-child(2) {
        top: 8px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-icon span:nth-child(2) {
        top: .556vw
    }
}

.header__menu-icon span:nth-child(3) {
    top: 16px
}

@media only screen and (min-width:670px) {
    .header__menu-icon span:nth-child(3) {
        top: 16px
    }
}

@media only screen and (min-width:1280px) {
    .header__menu-icon span:nth-child(3) {
        top: 16px
    }
}

@media only screen and (min-width:1440px) {
    .header__menu-icon span:nth-child(3) {
        top: 1.112vw
    }
}

.button {
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0069c0;
    border: none;
    color: #fff;
    font-family: "BebasNeue", sans-serif
}

@media only screen and (min-width:670px) {
    .button {
        border-radius: 4px
    }
}

@media only screen and (min-width:1280px) {
    .button {
        border-radius: 4px
    }
}

@media only screen and (min-width:1440px) {
    .button {
        border-radius: .278vw
    }
}

@media only screen and (min-width:670px) {
    .button {
        font-size: 16px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1280px) {
    .button {
        font-size: 16px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1440px) {
    .button {
        font-size: 1.112vw;
        line-height: 1.3
    }
}

@media only screen and (min-width:1280px) {
    .button:hover {
        background-color: #005499;
        color: #fff
    }

    .button:hover svg {
        fill: #fff
    }
}

.button svg {
    -webkit-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    fill: #fff
}

.button_theme_dark {
    background-color: #0c0d0d
}

@media only screen and (min-width:1280px) {
    .button_theme_dark:hover {
        background-color: #0069c0
    }

    .button_theme_dark:hover svg {
        fill: #fff
    }
}

.button_theme_big {
    -webkit-box-shadow: -8px 8px 40px 0px rgba(255, 255, 255, .25) inset;
    box-shadow: -8px 8px 40px 0px rgba(255, 255, 255, .25) inset;
    width: 100px;
    height: 100px;
    padding: 8px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    font-family: "BebasNeue", sans-serif;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer
}

@media only screen and (min-width:670px) {
    .button_theme_big {
        -webkit-box-shadow: -8px 8px 40px 0px rgba(255, 255, 255, .25) inset;
        box-shadow: -8px 8px 40px 0px rgba(255, 255, 255, .25) inset
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_big {
        -webkit-box-shadow: -8px 8px 40px 0px rgba(255, 255, 255, .25) inset;
        box-shadow: -8px 8px 40px 0px rgba(255, 255, 255, .25) inset
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_big {
        -webkit-box-shadow: -0.555vw .556vw 2.778vw 0vw rgba(255, 255, 255, .25) inset;
        box-shadow: -0.555vw .556vw 2.778vw 0vw rgba(255, 255, 255, .25) inset
    }
}

@media only screen and (min-width:670px) {
    .button_theme_big {
        width: 100px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_big {
        width: 138px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_big {
        width: 9.584vw
    }
}

@media only screen and (min-width:670px) {
    .button_theme_big {
        height: 100px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_big {
        height: 138px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_big {
        height: 9.584vw
    }
}

@media only screen and (min-width:670px) {
    .button_theme_big {
        padding: 8px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_big {
        padding: 8px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_big {
        padding: .556vw
    }
}

@media only screen and (min-width:670px) {
    .button_theme_big {
        border-radius: 2px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_big {
        border-radius: 2px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_big {
        border-radius: .139vw
    }
}

@media only screen and (min-width:670px) {
    .button_theme_big {
        font-size: 16px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_big {
        font-size: 16px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_big {
        font-size: 1.112vw;
        line-height: 1.3
    }
}

.button_theme_big .button__icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .08);
    border-radius: 50%
}

@media only screen and (min-width:670px) {
    .button_theme_big .button__icon {
        width: 20px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_big .button__icon {
        width: 20px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_big .button__icon {
        width: 1.389vw
    }
}

@media only screen and (min-width:670px) {
    .button_theme_big .button__icon {
        height: 20px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_big .button__icon {
        height: 20px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_big .button__icon {
        height: 1.389vw
    }
}

.button_theme_big .button__icon svg {
    width: 25%;
    height: 50%
}

.button_theme_big svg {
    margin: 0;
    fill: #fff
}

.button_theme_biger {
    width: 100px;
    height: 100px
}

@media only screen and (min-width:670px) {
    .button_theme_biger {
        width: 100px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_biger {
        width: 158px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_biger {
        width: 10.973vw
    }
}

@media only screen and (min-width:670px) {
    .button_theme_biger {
        height: 100px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_biger {
        height: 158px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_biger {
        height: 10.973vw
    }
}

.button_theme_small {
    width: 87px;
    height: 87px;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    font-family: "BebasNeue", sans-serif;
    line-height: 100%;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, .08);
    cursor: pointer
}

@media only screen and (min-width:670px) {
    .button_theme_small {
        width: 87px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_small {
        width: 87px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_small {
        width: 6.042vw
    }
}

@media only screen and (min-width:670px) {
    .button_theme_small {
        height: 87px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_small {
        height: 87px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_small {
        height: 6.042vw
    }
}

@media only screen and (min-width:670px) {
    .button_theme_small {
        border-radius: 4px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_small {
        border-radius: 4px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_small {
        border-radius: .278vw
    }
}

@media only screen and (min-width:670px) {
    .button_theme_small {
        padding: 8px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_small {
        padding: 8px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_small {
        padding: .556vw
    }
}

@media only screen and (min-width:670px) {
    .button_theme_small {
        font-size: 16px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_small {
        font-size: 16px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_small {
        font-size: 1.112vw;
        line-height: 1.3
    }
}

.button_theme_small .button__icon {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .08);
    border-radius: 50%
}

@media only screen and (min-width:670px) {
    .button_theme_small .button__icon {
        width: 20px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_small .button__icon {
        width: 20px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_small .button__icon {
        width: 1.389vw
    }
}

@media only screen and (min-width:670px) {
    .button_theme_small .button__icon {
        height: 20px
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_small .button__icon {
        height: 20px
    }
}

@media only screen and (min-width:1440px) {
    .button_theme_small .button__icon {
        height: 1.389vw
    }
}

.button_theme_small .button__icon svg {
    width: 25%;
    height: 50%
}

.button_theme_small svg {
    margin: 0;
    fill: #fff
}

.grid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%
}

.grid__common {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%
}

@media only screen and (min-width:1280px) {
    .grid__common {
        padding-left: 8.3333333333%;
        padding-right: 8.3333333333%
    }
}

@media only screen and (min-width:1920px) {
    .grid__common {
        padding-left: 12.5%;
        padding-right: 12.5%
    }
}

@media only screen and (min-width:670px) {
    .grid__modified {
        padding-right: 2.7777777778%;
        padding-left: 2.7777777778%
    }
}

img.main-promo-left__logo,
.footer__logo {
    background-color: transparent;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    font-family: "object-fit: contain; object-position: left;";
}

.footer__logo-wrap {
    text-transform: uppercase;
}

.message-form {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgba(11, 11, 11, .35);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.message-form.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.message-success__inner {
    max-width: 490px;
    padding: 38px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 100%
}

@media only screen and (min-width:670px) {
    .message-success__inner {
        max-width: 490px
    }
}

@media only screen and (min-width:1280px) {
    .message-success__inner {
        max-width: 490px
    }
}

@media only screen and (min-width:1440px) {
    .message-success__inner {
        max-width: 34.028vw
    }
}

@media only screen and (min-width:670px) {
    .message-success__inner {
        padding: 38px
    }
}

@media only screen and (min-width:1280px) {
    .message-success__inner {
        padding: 48px
    }
}

@media only screen and (min-width:1440px) {
    .message-success__inner {
        padding: 3.334vw
    }
}

.message-success__icon {
    margin-bottom: 12px
}

@media only screen and (min-width:670px) {
    .message-success__icon {
        margin-bottom: 12px
    }
}

@media only screen and (min-width:1280px) {
    .message-success__icon {
        margin-bottom: 12px
    }
}

@media only screen and (min-width:1440px) {
    .message-success__icon {
        margin-bottom: .834vw
    }
}

.message-form .button {
    text-decoration: none;
}

.message-success__text {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 0.9;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "BebasNeue", sans-serif
}

@media only screen and (min-width:670px) {
    .message-success__text {
        margin-bottom: 24px
    }
}

@media only screen and (min-width:1280px) {
    .message-success__text {
        margin-bottom: 24px
    }
}

@media only screen and (min-width:1440px) {
    .message-success__text {
        margin-bottom: 1.667vw
    }
}

@media only screen and (min-width:670px) {
    .message-success__text {
        font-size: 30px;
        line-height: 0.9
    }
}

@media only screen and (min-width:1280px) {
    .message-success__text {
        font-size: 40px;
        line-height: 0.9
    }
}

@media only screen and (min-width:1440px) {
    .message-success__text {
        font-size: 2.778vw;
        line-height: 0.9
    }
}

.mfp-bg {
    opacity: .35
}

.css-round-supported .symbol-logo-header.main-promo-left__logo-en {
    --width: round(340 * var(--px), 1px);
    --height: round(100 * var(--px), 1px);
    object-fit: cover;
    object-position: left center;
    padding: 0;
}

@media only screen and (min-width:2800px) {
    .main-slider__content .main-slider-content {
        padding: 114rem 58rem 20rem 157rem;
    }
}

.page-theme-red .btn--blue,
.page-theme-red .btn--slider-arrow {
    background-color: #da251e;
    border-color: #da251e;
}

@media only screen and (min-width:1280px) {
    .page-theme-red .btn--blue:hover,
    .page-theme-red .btn--slider-arrow:hover {
        background-color: #b92a25;
        border-color: #b92a25;
    }
}


@media only screen and (min-width:1280px) {
    .page-theme-red .btn--transparent:hover {
        background-color: #b92a25;
    }
}

.page-theme-red .header__inner-menu-wrapper {
    background-color: #da251e;
}

.page-theme-red .button_theme_dark {
    background-color: #0c0d0d
}

@media only screen and (min-width:1280px) {
    .page-theme-red .button_theme_dark:hover {
        background-color: #da251e
    }

    .page-theme-red .button_theme_dark:hover svg {
        fill: #fff
    }
}

.page-theme-red .button {
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    background-color: #da251e
}

@media only screen and (min-width:1280px) {
    .page-theme-red .button:hover {
        background-color: #b92a25
    }
}

.smart-captcha {
    margin-bottom: 15px;
    height: 102px !important;
}

.cookie-consent {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    padding: 10px;
    bottom: 20px;
    max-width: 300px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 400;
    position: fixed;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    display: none;
    width: 100%;
}

.cookie-consent p {
    margin: 0;
}

@media only screen and (min-width:670px) {
    .cookie-consent {
        padding: 20px
    }
}

@media only screen and (min-width:1280px) {
    .cookie-consent {
        padding: 20px
    }
}

@media only screen and (min-width:1440px) {
    .cookie-consent {
        padding: 1.389vw
    }
}

@media only screen and (min-width:670px) {
    .cookie-consent {
        bottom: 20px
    }
}

@media only screen and (min-width:1280px) {
    .cookie-consent {
        bottom: 20px
    }
}

@media only screen and (min-width:1440px) {
    .cookie-consent {
        bottom: 1.389vw
    }
}

@media only screen and (min-width:670px) {
    .cookie-consent {
        max-width: 400px
    }
}

@media only screen and (min-width:1280px) {
    .cookie-consent {
        max-width: 400px
    }
}

@media only screen and (min-width:1440px) {
    .cookie-consent {
        max-width: 27.778vw
    }
}

@media only screen and (min-width:670px) {
    .cookie-consent {
        border-radius: 4px
    }
}

@media only screen and (min-width:1280px) {
    .cookie-consent {
        border-radius: 4px
    }
}

@media only screen and (min-width:1440px) {
    .cookie-consent {
        border-radius: .278vw
    }
}

@media only screen and (min-width:670px) {
    .cookie-consent {
        font-size: 12px;
        line-height: 1.1
    }
}

@media only screen and (min-width:1280px) {
    .cookie-consent {
        font-size: 12px;
        line-height: 1.1
    }
}

@media only screen and (min-width:1440px) {
    .cookie-consent {
        font-size: 0.834vw;
        line-height: 1.1
    }
}

.cookie-consent.is-active {
    display: block
}

.cookie-consent .button {
    margin-top: 10px;
    padding: 10px 20px;
    cursor: pointer
}

@media only screen and (min-width:670px) {
    .cookie-consent .button {
        margin-top: 15px
    }
}

@media only screen and (min-width:1280px) {
    .cookie-consent .button {
        margin-top: 20px
    }
}

@media only screen and (min-width:1440px) {
    .cookie-consent .button {
        margin-top: 1.389vw
    }
}

.form__group-row {
    margin-bottom: 4px;
    gap: 4px;
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

@media only screen and (min-width:670px) {
    .form__group-row {
        margin-bottom: 4px
    }
}

@media only screen and (min-width:1280px) {
    .form__group-row {
        margin-bottom: 4px
    }
}

@media only screen and (min-width:1440px) {
    .form__group-row {
        margin-bottom: .278vw
    }
}

@media only screen and (min-width:670px) {
    .form__group-row {
        gap: 4px
    }
}

@media only screen and (min-width:1280px) {
    .form__group-row {
        gap: 4px
    }
}

@media only screen and (min-width:1440px) {
    .form__group-row {
        gap: .278vw
    }
}

@media only screen and (min-width:670px) {
    .form__group-row {
        grid-template-columns: repeat(2, 1fr)
    }
}

.form__group-row textarea {
    height: 100%
}

@media only screen and (max-width: 669px) {
    .form__group-row .form__group:not(:last-child) {
        margin-bottom: 0
    }
}

.form__item_theme_file {
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden
}

.form__group_theme_file {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4px;
    border-radius: 4px;
    min-height: 50px;
    padding: 22px 22px 10px 18px;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 12px;
    height: auto;
    background-color: #e4e6e7;
    border: 1px solid #e4e6e7;
    width: 100%;
    color: #000e1a;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width:670px) {
    .form__group_theme_file {
        margin-bottom: 4px
    }
}

@media only screen and (min-width:1280px) {
    .form__group_theme_file {
        margin-bottom: 4px
    }
}

@media only screen and (min-width:1440px) {
    .form__group_theme_file {
        margin-bottom: .278vw
    }
}

@media only screen and (min-width:670px) {
    .form__group_theme_file {
        border-radius: 4px
    }
}

@media only screen and (min-width:1280px) {
    .form__group_theme_file {
        border-radius: 4px
    }
}

@media only screen and (min-width:1440px) {
    .form__group_theme_file {
        border-radius: .278vw
    }
}

@media only screen and (min-width:670px) {
    .form__group_theme_file {
        min-height: 50px
    }
}

@media only screen and (min-width:1280px) {
    .form__group_theme_file {
        min-height: 50px
    }
}

@media only screen and (min-width:1440px) {
    .form__group_theme_file {
        min-height: 3.473vw
    }
}

@media only screen and (min-width:670px) {
    .form__group_theme_file {
        padding: 22px 30px 10px 24px
    }
}

@media only screen and (min-width:1280px) {
    .form__group_theme_file {
        padding: 22px 30px 10px 24px
    }
}

@media only screen and (min-width:1440px) {
    .form__group_theme_file {
        padding: 1.528vw 2.084vw .695vw 1.667vw
    }
}

@media only screen and (min-width:670px) {
    .form__group_theme_file {
        font-size: 14px
    }
}

@media only screen and (min-width:1280px) {
    .form__group_theme_file {
        font-size: 14px
    }
}

@media only screen and (min-width:1440px) {
    .form__group_theme_file {
        font-size: .973vw
    }
}

.form__group_theme_file .form__label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 18px 10px;
    -webkit-transition-property: font-size, padding-top;
    transition-property: font-size, padding-top;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 11px;
    color: #94999e;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all;
    cursor: pointer
}

@media only screen and (min-width:670px) {
    .form__group_theme_file .form__label {
        padding: 16px 24px 10px
    }
}

@media only screen and (min-width:1280px) {
    .form__group_theme_file .form__label {
        padding: 16px 24px 10px
    }
}

@media only screen and (min-width:1440px) {
    .form__group_theme_file .form__label {
        padding: 1.112vw 1.667vw .695vw
    }
}

@media only screen and (min-width:670px) {
    .form__group_theme_file .form__label {
        font-size: 14px
    }
}

@media only screen and (min-width:1280px) {
    .form__group_theme_file .form__label {
        font-size: 14px
    }
}

@media only screen and (min-width:1440px) {
    .form__group_theme_file .form__label {
        font-size: .973vw
    }
}

.form__group_theme_file .form__item.has-files+.form__label {
    font-size: 10px;
    padding-top: 5px
}

@media only screen and (min-width:670px) {
    .form__group_theme_file .form__item.has-files+.form__label {
        font-size: 10px
    }
}

@media only screen and (min-width:1280px) {
    .form__group_theme_file .form__item.has-files+.form__label {
        font-size: 10px
    }
}

@media only screen and (min-width:1440px) {
    .form__group_theme_file .form__item.has-files+.form__label {
        font-size: .695vw
    }
}

@media only screen and (min-width:670px) {
    .form__group_theme_file .form__item.has-files+.form__label {
        padding-top: 5px
    }
}

@media only screen and (min-width:1280px) {
    .form__group_theme_file .form__item.has-files+.form__label {
        padding-top: 5px
    }
}

@media only screen and (min-width:1440px) {
    .form__group_theme_file .form__item.has-files+.form__label {
        padding-top: .348vw
    }
}

.form__details {
    font-size: 11px;
    line-height: 0.9;
    font-weight: 400
}

@media only screen and (min-width:670px) {
    .form__details {
        font-size: 11px;
        line-height: 0.9
    }
}

@media only screen and (min-width:1280px) {
    .form__details {
        font-size: 11px;
        line-height: 0.9
    }
}

@media only screen and (min-width:1440px) {
    .form__details {
        font-size: 0.764vw;
        line-height: 0.9
    }
}

.form__group-icon {
    width: 25px;
    height: 25px;
    top: 11px;
    right: 4px;
    position: absolute;
    opacity: .6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

@media only screen and (min-width:670px) {
    .form__group-icon {
        width: 32px
    }
}

@media only screen and (min-width:1280px) {
    .form__group-icon {
        width: 32px
    }
}

@media only screen and (min-width:1440px) {
    .form__group-icon {
        width: 2.223vw
    }
}

@media only screen and (min-width:670px) {
    .form__group-icon {
        height: 32px
    }
}

@media only screen and (min-width:1280px) {
    .form__group-icon {
        height: 32px
    }
}

@media only screen and (min-width:1440px) {
    .form__group-icon {
        height: 2.223vw
    }
}

@media only screen and (min-width:670px) {
    .form__group-icon {
        top: 9px
    }
}

@media only screen and (min-width:1280px) {
    .form__group-icon {
        top: 9px
    }
}

@media only screen and (min-width:1440px) {
    .form__group-icon {
        top: .625vw
    }
}

@media only screen and (min-width:670px) {
    .form__group-icon {
        right: 2px
    }
}

@media only screen and (min-width:1280px) {
    .form__group-icon {
        right: 2px
    }
}

@media only screen and (min-width:1440px) {
    .form__group-icon {
        right: .139vw
    }
}

.form__item:not([type=file]):not(:-moz-placeholder-shown)+.form__label {
    font-size: 9px;
    padding-top: 10px
}

.form__item:not([type=file]):not(:-ms-input-placeholder)+.form__label {
    font-size: 9px;
    padding-top: 10px
}

.form__item:not([type=file]):not(:placeholder-shown)+.form__label {
    font-size: 9px;
    padding-top: 10px
}

@media only screen and (min-width:670px) {
    .form__item:not([type=file]):not(:-moz-placeholder-shown)+.form__label {
        font-size: 11px
    }

    .form__item:not([type=file]):not(:-ms-input-placeholder)+.form__label {
        font-size: 11px
    }

    .form__item:not([type=file]):not(:placeholder-shown)+.form__label {
        font-size: 11px
    }
}

@media only screen and (min-width:1280px) {
    .form__item:not([type=file]):not(:-moz-placeholder-shown)+.form__label {
        font-size: 11px
    }

    .form__item:not([type=file]):not(:-ms-input-placeholder)+.form__label {
        font-size: 11px
    }

    .form__item:not([type=file]):not(:placeholder-shown)+.form__label {
        font-size: 11px
    }
}

@media only screen and (min-width:1440px) {
    .form__item:not([type=file]):not(:-moz-placeholder-shown)+.form__label {
        font-size: .764vw
    }

    .form__item:not([type=file]):not(:-ms-input-placeholder)+.form__label {
        font-size: .764vw
    }

    .form__item:not([type=file]):not(:placeholder-shown)+.form__label {
        font-size: .764vw
    }
}

@media only screen and (min-width:670px) {
    .form__item:not([type=file]):not(:-moz-placeholder-shown)+.form__label {
        padding-top: 10px
    }

    .form__item:not([type=file]):not(:-ms-input-placeholder)+.form__label {
        padding-top: 10px
    }

    .form__item:not([type=file]):not(:placeholder-shown)+.form__label {
        padding-top: 10px
    }
}

@media only screen and (min-width:1280px) {
    .form__item:not([type=file]):not(:-moz-placeholder-shown)+.form__label {
        padding-top: 10px
    }

    .form__item:not([type=file]):not(:-ms-input-placeholder)+.form__label {
        padding-top: 10px
    }

    .form__item:not([type=file]):not(:placeholder-shown)+.form__label {
        padding-top: 10px
    }
}

@media only screen and (min-width:1440px) {
    .form__item:not([type=file]):not(:-moz-placeholder-shown)+.form__label {
        padding-top: .695vw
    }

    .form__item:not([type=file]):not(:-ms-input-placeholder)+.form__label {
        padding-top: .695vw
    }

    .form__item:not([type=file]):not(:placeholder-shown)+.form__label {
        padding-top: .695vw
    }
}

.form__item:not([type=file]):not(:-moz-placeholder-shown)+.form__label span {
    margin-left: 4px
}

.form__item:not([type=file]):not(:-ms-input-placeholder)+.form__label span {
    margin-left: 4px
}

.form__item:not([type=file]):not(:placeholder-shown)+.form__label span {
    margin-left: 4px
}

@media only screen and (min-width:670px) {
    .form__item:not([type=file]):not(:-moz-placeholder-shown)+.form__label span {
        margin-left: 4px
    }

    .form__item:not([type=file]):not(:-ms-input-placeholder)+.form__label span {
        margin-left: 4px
    }

    .form__item:not([type=file]):not(:placeholder-shown)+.form__label span {
        margin-left: 4px
    }
}

@media only screen and (min-width:1280px) {
    .form__item:not([type=file]):not(:-moz-placeholder-shown)+.form__label span {
        margin-left: 4px
    }

    .form__item:not([type=file]):not(:-ms-input-placeholder)+.form__label span {
        margin-left: 4px
    }

    .form__item:not([type=file]):not(:placeholder-shown)+.form__label span {
        margin-left: 4px
    }
}

@media only screen and (min-width:1440px) {
    .form__item:not([type=file]):not(:-moz-placeholder-shown)+.form__label span {
        margin-left: .278vw
    }

    .form__item:not([type=file]):not(:-ms-input-placeholder)+.form__label span {
        margin-left: .278vw
    }

    .form__item:not([type=file]):not(:placeholder-shown)+.form__label span {
        margin-left: .278vw
    }
}

.button_theme_white {
    background-color: #fff;
    color: #0069c0
}

@media only screen and (min-width:1024px) {
    .footer__text-wrap {
        grid-column: 16 / 21;
    }
}

@media only screen and (min-width:1280px) {
    .button_theme_white:hover {
        background-color: var(--btn-hover-bg-color);
    }

    .button_theme_white:hover .btn__text {
        color: #fff
    }

    .button_theme_white:hover .btn__icon {
        background-color: rgba(255, 255, 255, .08)
    }

    .button_theme_white:hover .btn__icon svg {
        fill: #fff
    }
}

.button_theme_white .btn__text {
    color: #0069c0
}

.button_theme_white .btn__icon {
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    background-color: rgba(0, 105, 192, .08)
}

.button_theme_white .btn__icon svg {
    -webkit-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    fill: #0069c0
}