@charset "UTF-8";
@import "../fonts/stylesheet.css";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;400;500;600;700&display=swap");

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

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

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

body {
    line-height: 1;
    font-family: "Inter Tight";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: "Inter Tight";
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    background: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
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;
}

html.lock, body._lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

body {
    background: #fff;
}

._ibg {
    position: relative;
}

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

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper > * {
    min-width: 0;
}

._container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}

@media (max-width: 480px) {
    ._container {
        padding: 0 15px;
    }
}

.title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    text-align: center;
}

@media (max-width: 1919px) {
    .title {
        font-size: calc(24px + 8 * ((100vw - 320px) / 1600));
    }
}

.subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}

@media (max-width: 480px) {
    .subtitle {
        font-size: 20px;
    }
}

.btn {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px;
    height: 60px;
    color: #fff;
    max-width: 200px;
    text-align: center;
    border-radius: 100px;
    background: #E52A30;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: var(--white, #FFF);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

@media (min-width: 1024px) {
    .btn:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: #fcd315;
        color: #000;
    }
}

@media (max-width: 1024px) {
    .btn {
        height: 45px;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .btn {
        max-width: 100%;
    }
}

.btn_g {
    background: #2DC85A;
}

.btn_v {
    background: #8355f6;
}

.text {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 480px) {
    .text {
        font-size: 15px;
    }
}

.rub:after {
    content: "₽";
    font-family: Inter Tight;
    font-size: inherit;
    font-style: normal;
    margin: 0px 0px 0px 2px;
    color: inherit;
}

._hidden {
    display: none;
}

.header {
    position: relative;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 20px 0px;
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__row > *:not(:last-child) {
    margin: 0px 30px 0px 0px;
}

@media (max-width: 1024px) {
    .header__row {
        margin: 0px 55px 0px 0px;
    }
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    position: relative;
    z-index: 5;
}

.header__logo img {
    width: 100%;
}

@media (max-width: 1100px) {
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
    }
}

@media (max-width: 820px) {
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu__list li {
    margin: 0px 40px 0px 0px;
    text-align: center;
}

@media (max-width: 1135px) {
    .menu__list li {
        margin: 0px 25px 0px 0px;
    }
}

@media (max-width: 1024px) {
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .menu__list li {
        margin: 0px 0px 30px 0px;
    }
}

.menu__link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    text-shadow: 1px 1px 5px #fff;
}

@media (max-width: 1024px) {
    .menu__link {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .menu__link:hover {
        color: #E00000;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
}

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

@media (max-width: 1024px) {
    .menu__body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 30px 40px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
    }

    .menu__body._active {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .menu__body {
        padding: 125px 40px 75px 40px;
    }
}

@media (max-width: 1024px) and (max-width: 480px) {
    .menu__body {
        padding: 100px 20px;
    }
}

.icon-menu {
    display: none;
}

@media (max-width: 1024px) {
    .icon-menu {
        display: block;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 30px;
        height: 18px;
        cursor: pointer;
        z-index: 5;
    }

    .icon-menu span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .icon-menu span:first-child {
        top: 0px;
    }

    .icon-menu span:last-child {
        top: auto;
        bottom: 0px;
    }

    .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .icon-menu._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }

    .icon-menu._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px);
    }
}

@media (max-width: 480px) {
    .icon-menu {
        right: 15px;
    }
}

.header__contacts {
    position: relative;
}

@media (max-width: 480px) {
    .header__contacts {
        width: 30px;
        height: 30px;
    }
}

.header__tel {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 0px 0px 0px 40px;
    white-space: nowrap;
}

.header__tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    background: #63c641 url("../img/icons/tel.svg") no-repeat;
    background-size: 25px;
    background-position: center;
    border-radius: 50%;
}

@media (max-width: 480px) {
    .header__tel {
        font-size: 0;
        padding: 0;
    }
}

body::after {
    content: "";
    background-color: rgba(11, 30, 70, 0.74);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}

.popup-show body::after {
    opacity: 1;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width: 480px) {
    .popup {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background: #f6faff;
        padding: 40px 0px;
    }
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__wrapper {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    background: #Fff;
    border-radius: 24px;
    padding: 30px;
}

.lock .popup__content {
    visibility: visible;
}

@media (max-width: 480px) {
    .popup__content {
        padding: 20px;
    }
}

.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url("../img/icons/close.svg") no-repeat;
    background-size: 14px;
    background-position: center;
    border: 1px solid #e2e2e8;
    border-radius: 50%;
}

@media (max-width: 480px) {
    .popup__close {
        position: fixed;
    }
}

@media (max-width: 480px) {
    .connect-popup {
        background: #fff;
    }
}

.connect-popup .popup__content {
    max-width: 470px;
}

.connect-popup .popup__content > *:not(:last-child) {
    margin: 0px 0px 20px 0px;
}

.connect-popup .popup__title {
    text-align: left;
    font-size: 24px;
    padding: 0px 50px 0px 0px;
}

.connect-popup__tarif {
    padding: 15px;
    border-radius: 24px;
    background: -o-linear-gradient(110deg, #FF6C4C 8.42%, #B721FF 91.45%), -o-linear-gradient(347deg, #E52A30 0%, #FCD315 100%);
    background: linear-gradient(340deg, #FF6C4C 8.42%, #B721FF 91.45%), linear-gradient(103deg, #E52A30 0%, #FCD315 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.connect-popup__tarif span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 360px) {
    .connect-popup__tarif span {
        font-size: 16px;
    }
}

.connect-popup__tarif b {
    white-space: nowrap;
    color: #1C1617;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 149.996%;
    border-radius: 24px;
    background: #FCD315;
    padding: 8px 10px;
}

@media (max-width: 480px) {
    .connect-popup__tarif b {
        border-radius: 15px;
    }
}

@media (max-width: 360px) {
    .connect-popup__tarif b {
        font-size: 16px;
    }
}

.connect-popup__tarif > *:not(:last-child) {
    margin: 0px 10px 0px 0px;
}

.terminal-popup .popup__content {
    max-width: 826px;
}

.terminal-popup .popup__title {
    text-align: left;
    padding: 0px 50px 0px 0px;
    margin: 0px 0px 20px 0px;
}

.terminal-popup .terminal-popup__list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

@media (max-width: 480px) {
    .terminal-popup .terminal-popup__list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

.terminal-popup li {
    margin: 0px 0px 0px 20px;
    line-height: 1.8;
    list-style-type: disc;
}

.terminal-popup__select {
    width: 373px;
    max-width: 100%;
    margin: 0px 0px 20px 0px;
}

.payment-popup,
.qr-popup {
    font-family: Stolzl;
}

@media (max-width: 480px) {
    .payment-popup .popup__wrapper,
    .qr-popup .popup__wrapper {
        height: -webkit-fill-available;
        background: #f6faff;
    }
}

.payment-popup .popup__content,
.qr-popup .popup__content {
    max-width: 450px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    background: #f6faff;
    border-radius: 8px;
}

@media (max-width: 480px) {
    .payment-popup .popup__content,
    .qr-popup .popup__content {
        border-radius: 0;
        min-height: 100vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.payment-popup .popup__close,
.qr-popup .popup__close {
    background: url("../img/icons/close3.svg") no-repeat;
    border: 0;
    right: -40px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-size: contain;
}

@media (max-width: 480px) {
    .payment-popup .popup__close,
    .qr-popup .popup__close {
        background: url("../img/icons/close4.svg") no-repeat;
        background-size: contain;
        background-position: center;
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
    }
}

.payment-popup .popup__title,
.qr-popup .popup__title {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    color: #0b1e46;
    font-weight: 400;
}

.payment-popup .payment-popup__logo,
.qr-popup .payment-popup__logo {
    width: 150px;
}

.payment-popup .payment-popup__logo img,
.qr-popup .payment-popup__logo img {
    width: 150px;
    max-height: 60px;
}

.payment-popup .pp-info,
.qr-popup .pp-info {
    padding: 30px 0px;
    width: 100%;
    font-size: 18px;
    color: #0b1e46;
}

@media (max-width: 480px) {
    .payment-popup .pp-info,
    .qr-popup .pp-info {
        font-size: 16px;
        padding: 20px 0px;
    }
}

.payment-popup .pp-info__item,
.qr-popup .pp-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e2eaf1;
    padding: 13px 0px;
}

.payment-popup .pp-info__item b,
.qr-popup .pp-info__item b {
    text-align: right;
}

.payment-popup .pp-info__item > *:not(:last-child),
.qr-popup .pp-info__item > *:not(:last-child) {
    margin: 0px 20px 0px 0px;
}

@media (max-width: 480px) {
    .payment-popup .pp-info__item,
    .qr-popup .pp-info__item {
        padding: 10px 0px;
    }
}

.payment-popup .form__btn,
.qr-popup .form__btn {
    min-width: 100%;
    background: #356bde;
    border-radius: 8px;
    border: 1.5px solid #356bde;
    height: 52px;
    padding: 10px 20px;
}

@media (min-width: 1024px) {
    .payment-popup .form__btn:hover,
    .qr-popup .form__btn:hover {
        background: #254A98;
        color: #fff;
    }
}

@media (max-width: 1024px) {
    .payment-popup .form__btn,
    .qr-popup .form__btn {
        height: 52px;
    }
}

.payment-popup .rub::after,
.qr-popup .rub::after {
    font-weight: 600;
}

@media (max-width: 480px) {
    .payment-popup,
    .qr-popup {
        padding: 0px;
    }
}

.payment-popup__text {
    margin: 20px 0px 0px 0px;
    text-align: center;
    line-height: 1.4;
    color: #8c949f;
    font-size: 14px;
}

.error-popup .popup__content,
.ok-popup .popup__content {
    border-radius: 8px;
    padding: 40px;
    max-width: 400px;
}

@media (max-width: 480px) {
    .error-popup .popup__content,
    .ok-popup .popup__content {
        max-width: 100%;
    }
}

.error-popup .popup__close,
.ok-popup .popup__close {
    background: url("../img/icons/close3.svg") no-repeat;
    border: 0;
    right: -40px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-size: contain;
}

@media (max-width: 480px) {
    .error-popup .popup__close,
    .ok-popup .popup__close {
        background: url("../img/icons/close4.svg") no-repeat;
        background-size: contain;
        background-position: center;
        top: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
    }
}

.qr-popup .popup__content {
    border-radius: 8px;
    padding: 40px;
    max-width: 400px;
    text-align: center;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 480px) {
    .qr-popup .popup__content {
        max-width: 100%;
        border-radius: 0;
    }
}

.qr-popup .popup__close {
    background: url("../img/icons/close3.svg") no-repeat;
    border: 0;
    right: -40px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-size: contain;
}

@media (max-width: 480px) {
    .qr-popup .popup__close {
        background: url("../img/icons/close4.svg") no-repeat;
        background-size: contain;
        background-position: center;
        top: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
    }
}

.qr-popup .popup__title {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    color: #0b1e46;
    font-weight: 400;
}

.payment-popup__note {
    line-height: 1.3;
}

.qr-popup__icon {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0px 10px 0px;
}

.qr-popup__icon img {
    width: 60px;
    margin: 0px 0px 5px 0px;
}

.qr-popup__icon span {
    font-size: 16px;
}

.qr-popup__code {
    width: 80%;
    margin: 0px 0px 10px 0px;
}

.qr-popup__code img {
    width: 100%;
}

.qr-popup__amount {
    line-height: 1.3;
    margin: 0px 0px 30px 0px;
}

.qr-popup__howto {
    margin: 0px 0px 20px 0px;
}

.qr-popup__link {
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}

.error-popup__btn {
    min-width: 100%;
}

.error-popup__text,
.ok-popup__text {
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.ok-popup__btn {
    background: #64c641;
    min-width: 100%;
}

.popup-video .popup__content {
    max-width: 1500px;
    padding: 0;
    background: none;
}

.popup-video .popup__close {
    top: -35px;
    right: 5px;
    width: 30px;
    height: 30px;
}

@media (max-width: 1400px) {
    .popup-video .popup__close {
        right: 0px;
        top: 0px;
    }
}

.popup-video iframe, .popup-video video {
    width: 100%;
    height: calc(100vh - 100px);
}

.popup-video .popup__close {
    background: url("../img/icons/close3.svg") no-repeat;
    border: 0;
    right: 0px;
    top: -40px;
    width: 30px;
    height: 30px;
    background-size: contain;
}

@media (max-width: 480px) {
    .popup-video .popup__close {
        background: url("../img/icons/close4.svg") no-repeat;
        background-size: contain;
        background-position: center;
        top: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
    }
}

.qrvideo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 151;
    width: 100vw;
    height: 100vh;
    background: #f6faff;
    padding: 0px 30px;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.qrvideo._active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 480px) {
    .qrvideo {
        padding: 0px 15px;
    }
}

.popup__close {
    cursor: pointer;
    z-index: 10;
    background: url("../img/icons/close3.svg") no-repeat;
    border: 0;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background-size: contain;
}

@media (max-width: 480px) {
    .popup__close {
        background: url("../img/icons/close4.svg") no-repeat;
        background-size: contain;
        background-position: center;
        top: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
    }
}

.qrvideo__video {
    position: relative;
    height: calc(100% - 100px);
    height: 100%;
    padding: 50px 0px;
}

.qrvideo__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}

.note-popup .popup__content {
    max-width: 420px;
}

@media (max-width: 480px) {
    .note-popup .popup__content {
        background: #f6faff;
    }
}

.note-popup .popup__title {
    font-size: 24px;
    padding: 0px 40px;
    margin: 0px 0px 25px 0px;
}

.note-popup .popup__text {
    line-height: 1.4;
    margin: 0px 0px 35px 0px;
}

.note-popup .popup__text ul li {
    font-weight: 600;
    font-size: 18px;
}

.note-popup .popup__text a {
    color: #4489c8;
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .note-popup .popup__text a:hover {
        text-decoration: none;
    }
}

.note-popup .popup__text > *:not(:last-child) {
    margin: 0px 0px 10px 0px;
}

.note-popup .popup__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.note-popup .popup__buttons .btn {
    padding: 10px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.note-popup .popup__buttons > *:not(:last-child) {
    margin: 0px 10px 0px 0px;
}

footer {
    background: #F6F6F6;
    margin: 80px 0px 0px 0px;
    padding: 80px 0px;
    border-radius: 24px;
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -20px;
}

@media (max-width: 820px) {
    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__col {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    line-height: 1.2;
}

.footer__col h4 {
    color: #1C1617;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin: 0px 0px 20px 0px;
}

@media (max-width: 480px) {
    .footer__col ul {
        max-width: 220px;
        margin: 0 auto;
    }
}

.footer__col ul > *:not(:last-child) {
    margin: 0px 0px 15px 0px;
}

.footer__col li a {
    color: #1C1617;
}

@media (min-width: 1024px) {
    .footer__col li a:hover {
        text-decoration: underline;
    }
}

.footer__col > *:not(:last-child) {
    margin: 0px 0px 15px 0px;
}

.footer__col:last-child {
    text-align: right;
}

@media (max-width: 480px) {
    .footer__col:last-child {
        text-align: center;
    }
}

@media (max-width: 820px) {
    .footer__col:nth-child(1) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (max-width: 820px) {
    .footer__col:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 820px) {
    .footer__col:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        text-align: right;
    }
}

@media (max-width: 480px) {
    .footer__col:nth-child(3) {
        text-align: center;
    }
}

@media (max-width: 820px) {
    .footer__col:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 1024px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

@media (max-width: 820px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 480px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
}

.footer__logo {
    width: 160px;
}

.footer__logo img {
    width: 100%;
}

@media (max-width: 480px) {
    .footer__logo {
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.footer__isp {
    color: #1C1617;
    font-size: 14px;
    font-weight: 500;
    line-height: 170%;
}

.footer__tel {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #1C1617;
    white-space: nowrap;
}

.footer__social {
    margin: 20px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__social a {
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer__social a img {
    width: 100%;
}

@media (min-width: 1024px) {
    .footer__social a:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
}

.footer__social > *:not(:last-child) {
    margin: 0px 15px 0px 0px;
}

@media (max-width: 480px) {
    .footer__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__btn {
    margin: 15px 0px 0px 0px;
}

#cookie_notification {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
    width: 300px;
    padding: 25px;
    background: #fcd315;
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 480px) {
    #cookie_notification {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: calc(100% - 30px);
        right: 0;
    }
}

#cookie_notification h4 {
    font-size: 28px;
    margin: 0px 0px 10px 0px;
    font-weight: 500;
}

#cookie_notification p {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

#cookie_notification a {
    color: #000;
    text-decoration: underline;
}

@media (min-width: 1024px) {
    #cookie_notification a:hover {
        text-decoration: none;
    }
}

#cookie_notification.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cookie_accept {
    margin: 20px 0px 0px 0px;
    background: none;
    border: 1px solid #e52a30;
    color: #000;
}

@media (min-width: 1024px) {
    .cookie_accept:hover {
        background: #FFED9B;
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

@-webkit-keyframes rot {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rot {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lr {
    0% {
        right: 0;
    }
    50% {
        right: 7px;
    }
    100% {
        right: 0;
    }
}

@keyframes lr {
    0% {
        right: 0;
    }
    50% {
        right: 7px;
    }
    100% {
        right: 0;
    }
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    height: 60px;
    border-radius: 109px;
    border: 1px solid #E2E2E8;
    background: #FFF;
    padding: 10px 24px;
    color: #1C1617;
    font-size: 16px;
    font-weight: 600;
}

input::-webkit-input-placeholder {
    color: #888;
    font-size: 16px;
    font-weight: 600;
}

input::-moz-placeholder {
    color: #888;
    font-size: 16px;
    font-weight: 600;
}

input:-ms-input-placeholder {
    color: #888;
    font-size: 16px;
    font-weight: 600;
}

input::-ms-input-placeholder {
    color: #888;
    font-size: 16px;
    font-weight: 600;
}

input::placeholder {
    color: #888;
    font-size: 16px;
    font-weight: 600;
}

input._form-error {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid red;
}

@media (max-width: 1024px) {
    input {
        height: 45px;
        padding: 0px 15px;
    }
}

@media (max-width: 480px) {
    input {
        font-size: 15px;
    }
}

.form__error {
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 95%;
    height: 94%;
    color: red;
    pointer-events: none;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 480px) {
    input#home ~ .form__error {
        font-size: 12px;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    color: #1C1617;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    resize: none;
    border: 1px solid #E2E2E8;
    border-radius: 30px;
    height: 140px;
    padding: 15px 24px;
}

textarea::-webkit-input-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

textarea:-ms-input-placeholder {
    color: #888;
}

textarea::-ms-input-placeholder {
    color: #888;
}

textarea::placeholder {
    color: #888;
}

@media (max-width: 480px) {
    textarea::-webkit-input-placeholder {
        font-size: 15px;
    }

    textarea::-moz-placeholder {
        font-size: 15px;
    }

    textarea:-ms-input-placeholder {
        font-size: 15px;
    }

    textarea::-ms-input-placeholder {
        font-size: 15px;
    }

    textarea::placeholder {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    textarea {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    textarea {
        font-size: 15px;
    }
}

.input {
    width: 100%;
}

.form__item {
    position: relative;
}

.form-sent-msg,
.form-promise-ok,
.form-promise-err {
    position: fixed;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 45px 30px;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    max-width: 400px;
}

.form-sent-msg p,
.form-promise-ok p,
.form-promise-err p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    text-shadow: 1px 1px 5px #fff;
}

@media (max-width: 480px) {
    .form-sent-msg p,
    .form-promise-ok p,
    .form-promise-err p {
        font-size: 16px;
    }
}

.form-sent-msg._active,
.form-promise-ok._active,
.form-promise-err._active {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 5;
    opacity: 1;
    visibility: visible;
}

.form-sent-msg._active::after,
.form-promise-ok._active::after,
.form-promise-err._active::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
}

.form-sent-msg ._close,
.form-promise-ok ._close,
.form-promise-err ._close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url("../img/icons/close2.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

@media (min-width: 1024px) {
    .form-sent-msg ._close:hover,
    .form-promise-ok ._close:hover,
    .form-promise-err ._close:hover {
        background: url("../img/icons/close2r.svg") no-repeat;
        background-size: contain;
        background-position: center;
    }
}

@media (max-width: 480px) {
    .form-sent-msg,
    .form-promise-ok,
    .form-promise-err {
        width: calc(100% - 30px);
        padding: 30px 20px;
    }
}

.connect-form > *:not(:last-child) {
    margin: 0px 0px 20px 0px;
}

@media (max-width: 480px) {
    .connect-form > *:not(:last-child) {
        margin: 0px 0px 10px 0px;
    }
}

.connect-form .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.connect-form .form__row > *:not(:last-child) {
    margin: 0px 20px 0px 0px;
}

@media (max-width: 480px) {
    .connect-form .form__row > *:not(:last-child) {
        margin: 0px 10px 0px 0px;
    }
}

.payform {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.payform > *:not(:last-child) {
    margin: 0px 0px 20px 0px;
}

@media (max-width: 480px) {
    .payform > *:not(:last-child) {
        margin: 0px 0px 15px 0px;
    }
}

.payform .btn {
    min-width: 100%;
}

.payform .form__item_toemail._hidden {
    display: none;
}

.payform__block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.payform__block > *:not(:last-child) {
    margin: 0px 0px 20px 0px;
}

@media (max-width: 480px) {
    .payform__block > *:not(:last-child) {
        margin: 0px 0px 15px 0px;
    }
}

.emailform {
    width: 100%;
    font-family: Stolzl;
}

.emailform input {
    border: 1px solid #ebf0f5;
    border-radius: 8px;
    height: 52px;
    padding: 30px 20px 15px 20px;
}

.emailform .checkbox {
    margin: 0px 0px 10px 0px;
    color: #8c949f;
}

.emailform .checkbox__label {
    color: #8c949f;
}

.emailform .checkbox__label:before {
    content: "";
    position: relative;
    top: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    background: #EFEFEF;
    border-radius: 2px;
    border: 1px solid #8c949f;
    background: none;
}

@media (max-width: 480px) {
    .emailform .checkbox__label:before {
        top: 3.5px;
    }
}

.emailform .checkbox__input:checked + .checkbox__label:before {
    background: #356bde url("../img/icons/check-w.svg") no-repeat;
    background-size: 20px;
    background-position: center;
    border: 1px solid #356bde;
}

.emailform .form__item {
    position: relative;
}

.emailform .form__item .form__label {
    position: absolute;
    left: 20px;
    color: #999d9e;
    font-weight: 500;
    top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.emailform .form__item._form-label .form__label {
    top: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 12px;
}

.emailform .form__item._form-error input {
    border: 2px solid red;
}

.emailform .form__btn {
    min-width: 100%;
    background: #356bde;
    border-radius: 8px;
    border: 1.5px solid #356bde;
    height: 52px;
    margin: 20px 0px 0px 0px;
}

@media (min-width: 1024px) {
    .emailform .form__btn:hover {
        background: #254A98;
        color: #fff;
    }
}

@media (max-width: 1024px) {
    .emailform .form__btn {
        height: 52px;
    }
}

.emailform .form__item_toemail._hidden {
    display: none;
}

.toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggle > *:not(:last-child) {
    margin: 0px 10px 0px 0px;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

input[type=checkbox]:focus {
    outline: 0;
}

.toggle__switch {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    height: 32px;
    min-width: 64px;
    border-radius: 16px;
    position: relative;
    margin: 0;
    border: 1px solid #e2e2e8;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.toggle__switch:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fcd315;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.toggle__switch:checked:after {
    -webkit-transform: translatex(32px);
    -ms-transform: translatex(32px);
    transform: translatex(32px);
    background: #fcd315;
}

.toggle__label {
    font-size: 16px;
    font-weight: 600;
}

.checkbox {
    position: relative;
}

.checkbox:not(:last-child) {
    margin-bottom: em(5);
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox__input:checked + .checkbox__label:before {
    background: #000;
    background: #EFEFEF url("../img/icons/check.svg") no-repeat;
    background-size: 20px;
    background-position: center;
}

.checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 10px;
}

.checkbox__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: #EFEFEF;
    border-radius: 4px;
}

.checkbox a {
    color: #000;
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .checkbox a:hover {
        text-decoration: none;
    }
}

.checkbox._form-error .checkbox__label:before {
    border: 1px solid red;
}

.select {
    position: relative;
}

.select__body {
    position: relative;
}

.select__title {
    color: inherit;
    text-align: left;
    border: 1px solid #E2E2E8;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    height: 60px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 24px;
}

.select__title._form-error {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid red;
}

@media (max-width: 1024px) {
    .select__title {
        height: 45px;
        padding: 0px 15px;
    }
}

@media (max-width: 480px) {
    .select__title {
        font-size: 15px;
    }
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: rem(30);
    padding: 0 rem(15);
    gap: rem(10);
}

.select__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select__value:after {
    content: "";
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._select-open .select__value:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

.select__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #000;
    position: absolute;
    z-index: 2;
    top: 70px;
    border-radius: 25px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 10px 0;
    overflow: hidden;
    -webkit-box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.05), 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.05), 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
    .select__options {
        top: 54px;
    }
}

.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}

.select__option {
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    padding: 10px 20px;
    color: inherit;
    background: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.select__option._select-selected {
    background-color: #eee;
}

@media (any-hover: hover) {
    .select__option:hover {
        background: #f9f9f9;
    }
}

@media (max-width: 480px) {
    .select__option {
        font-size: 15px;
    }
}

.select__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select .select__content {
    color: #888;
}

.select._select-open::after {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    -ms-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg);
}

.select._select-active .select__content {
    color: #1C1617;
}

.select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    background: url("../img/icons/select.svg") no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .select::after {
        right: 15px;
        width: 12px;
        height: 12px;
    }
}

._select-tag {
    cursor: pointer;
}

.swiper {
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock,
.swiper-pagination-lock {
    display: none !important;
}

.swiper-pagination-bullets {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px 20px;
}

.swiper-pagination-bullet {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    height: 10px;
    background: #D1E6C8;
    border-radius: 10px;
    margin: 0px 10px 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet:last-child {
    margin: 0;
}

.swiper-pagination-bullet-active {
    background: #64C641;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slider-controls {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 40px 0px 0px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-controls .button-prev,
.slider-controls .button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.slider-controls .button-prev {
    margin: 0px 20px 0px 0px;
}

.button-prev {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: -70px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: url("../img/icons/p-left.svg") no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 1366px) {
    .button-prev {
        left: 0;
    }
}

@media (max-width: 700px) {
    .button-prev {
        display: none;
    }
}

.button-next {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: -70px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: url("../img/icons/p-right.svg") no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 1366px) {
    .button-next {
        right: 0;
    }
}

@media (max-width: 700px) {
    .button-next {
        display: none;
    }
}

@media (min-width: 1024px) {
    .button-prev:hover,
    .button-next:hover {
        -webkit-transform: translate(0, -50%) scale(1.2);
        -ms-transform: translate(0, -50%) scale(1.2);
        transform: translate(0, -50%) scale(1.2);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #D9D8D8;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #F29BAB;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-button-disabled {
    opacity: 0.6;
}

.rates-slider {
    position: relative;
    margin: -20px;
}

.rates-slider .rates-slider__container {
    padding: 20px;
}

@media (max-width: 700px) {
    .rates-slider .rates-slider__container {
        padding: 20px 30px;
    }
}

.rates-slider .swiper-slide {
    -webkit-box-shadow: 0 0 22px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 22px rgba(51, 51, 51, 0.1);
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .rates-slider .swiper-slide {
        border-radius: 16px;
    }
}

.rates-slider .swiper-pagination1 {
    margin: 0px 0px 0px 0px;
}

.rates-slider .swiper-pagination1 .swiper-pagination-bullet {
    background: #E19FA1;
}

.rates-slider .swiper-pagination1 .swiper-pagination-bullet-active {
    background: #e52a30;
}

.rates-slider .button-prev {
    left: 20px;
}

@media (max-width: 1366px) {
    .rates-slider .button-prev {
        left: 10px;
    }
}

.rates-slider .button-next {
    right: 20px;
}

@media (max-width: 1366px) {
    .rates-slider .button-next {
        right: 10px;
    }
}

@media (max-width: 1366px) {
    .rates-slider {
        padding: 0px 40px;
    }
}

@media (max-width: 700px) {
    .rates-slider {
        padding: 0;
        margin: 0px -20px;
    }
}

@media (max-width: 480px) {
    .rates-slider {
        margin: 0px -30px;
    }
}

.promo-slider {
    position: relative;
}

@media (max-width: 700px) {
    .promo-slider .promo-slider__container {
        padding: 0px 60px 0px 0px;
    }
}

@media (max-width: 480px) {
    .promo-slider .promo-slider__container {
        padding: 0px 30px 0px 0px;
    }
}

.promo-slider .swiper-slide {
    border-radius: 24px;
    background: #f9f9f9;
    padding: 30px;
    min-height: auto;
}

@media (max-width: 700px) {
    .promo-slider .swiper-slide:first-child {
        margin: 0px 0px 0px 30px;
    }
}

@media (max-width: 480px) {
    .promo-slider .swiper-slide:first-child {
        margin: 0px 0px 0px 15px;
    }
}

@media (max-width: 480px) {
    .promo-slider .swiper-slide {
        padding: 20px;
    }
}

.promo-slider .promo-slider__img {
    height: 137px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 20px 0px;
}

.promo-slider .promo-slider__img img {
    width: 100%;
}

@media (max-width: 480px) {
    .promo-slider .promo-slider__img {
        height: 100px;
    }
}

.promo-slider .swiper-slide_1 {
    background: #64C641;
}

.promo-slider .swiper-slide_1 .promo-slider__img {
    width: 127px;
}

@media (max-width: 480px) {
    .promo-slider .swiper-slide_1 .promo-slider__img {
        width: 100px;
    }
}

.promo-slider .swiper-slide_2 {
    background: #8B55FF;
}

.promo-slider .swiper-slide_2 .promo-slider__img {
    width: 165px;
}

@media (max-width: 480px) {
    .promo-slider .swiper-slide_2 .promo-slider__img {
        width: 120px;
    }
}

.promo-slider .swiper-slide_3 {
    background: #557AFF;
}

.promo-slider .swiper-slide_3 .promo-slider__img {
    width: 144px;
}

@media (max-width: 480px) {
    .promo-slider .swiper-slide_3 .promo-slider__img {
        width: 110px;
    }
}

.promo-slider .swiper-slide_4 {
    background: #F55;
}

.promo-slider .swiper-slide_4 .promo-slider__img {
    width: 137px;
}

@media (max-width: 480px) {
    .promo-slider .swiper-slide_4 .promo-slider__img {
        width: 110px;
    }
}

.promo-slider .promo-slider__name {
    color: #fff;
    margin: 0px 0px 20px 0px;
}

.promo-slider .promo-slider__text {
    color: #fff;
}

.promo-slider .swiper-pagination2 {
    margin: 20px 0px 0px 0px;
}

@media (max-width: 1366px) {
    .promo-slider {
        padding: 0px 60px;
    }
}

@media (max-width: 960px) {
    .promo-slider {
        margin: 0px -15px;
    }
}

@media (max-width: 700px) {
    .promo-slider {
        padding: 0;
        margin: 0px -30px;
    }
}

@media (max-width: 480px) {
    .promo-slider {
        margin: 0px -15px;
    }
}

.news-slider {
    position: relative;
}

.news-slider .swiper-slide {
    border-radius: 24px;
    border: 1px solid #F2F2F2;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-slider .swiper-slide a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 700px) {
    .news-slider .swiper-slide:first-child {
        margin: 0px 0px 0px 30px;
    }
}

@media (max-width: 480px) {
    .news-slider .swiper-slide:first-child {
        margin: 0px 0px 0px 15px;
    }
}

@media (min-width: 1024px) {
    .news-slider .swiper-slide:hover {
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        border: 1px solid #e52a30;
    }
}

.news-slider .swiper-pagination3 {
    margin: 20px 0px 0px 0px;
}

.news-slider .swiper-pagination3 .swiper-pagination-bullet {
    background: #E19FA1;
}

.news-slider .swiper-pagination3 .swiper-pagination-bullet-active {
    background: #e52a30;
}

@media (max-width: 1366px) {
    .news-slider {
        padding: 0px 60px;
    }
}

@media (max-width: 960px) {
    .news-slider {
        margin: 0px -15px;
    }
}

@media (max-width: 700px) {
    .news-slider {
        padding: 0;
        margin: 0px -30px;
    }
}

@media (max-width: 480px) {
    .news-slider {
        margin: 0px -15px;
    }
}

.hero {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.hero ._container {
    position: relative;
}

@media (max-width: 1260px) {
    .hero {
        width: calc(100% - 60px);
    }
}

@media (max-width: 480px) {
    .hero {
        width: calc(100% - 30px);
    }
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
    border-radius: 24px;
}

@media (max-width: 700px) {
    .hero__bg img {
        -o-object-position: 70% center;
        object-position: 70% center;
    }
}

.hero__content {
    position: relative;
}

.hero__title {
    font-size: 40px;
    color: #fff;
    text-align: left;
    margin: 0px 0px 20px 0px;
    text-shadow: 1px 1px 10px #404040;
}

.hero__title span {
    white-space: nowrap;
    color: #fcd315;
}

@media (max-width: 1919px) {
    .hero__title {
        font-size: calc(26px + 14 * ((100vw - 320px) / 1600));
    }
}

@media (max-width: 700px) {
    .hero__title {
        text-align: center;
    }
}

.hero__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 60px;
}

@media (max-width: 1024px) {
    .hero__row {
        padding: 40px;
    }
}

@media (max-width: 700px) {
    .hero__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 15px 0px 15px;
        text-align: center;
    }
}

.hero__left {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 600px;
    flex: 0 1 600px;
}

.hero__left > *:not(:last-child) {
    margin: 0px 0px 20px 0px;
}

@media (max-width: 700px) {
    .hero__left {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin: 0px 0px 20px 0px;
    }
}

.hero__subtitle {
    color: #fff;
    font-weight: 400;
    line-height: 125%;
    text-shadow: 1px 1px 10px #404040;
}

.hero__subtitle span {
    font-size: 34px;
    white-space: nowrap;
    color: #fcd315;
    font-weight: 700;
}

@media (max-width: 1919px) {
    .hero__subtitle span {
        font-size: calc(26px + 8 * ((100vw - 320px) / 1600));
    }
}

.hero__text {
    color: #FFF;
    font-family: Inter Tight;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 170%;
    text-shadow: 1px 1px 10px #404040;
}

@media (max-width: 1919px) {
    .hero__text {
        font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
    }
}

.hero__right {
    padding: 25px 30px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 585px;
    flex: 0 1 585px;
}

@media (max-width: 700px) {
    .hero__right {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 350px;
    }
}

.hero__img {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 485px;
}

.hero__img img {
    width: 100%;
}

@media (max-width: 1200px) {
    .hero__img {
        width: calc(300px + 340 * ((100vw - 320px) / 1600));
        right: 20px;
    }
}

@media (max-width: 700px) {
    .hero__img {
        position: relative;
        width: 250px;
        right: 0;
        margin: -70px 0px 0px 0px;
    }
}

@media (max-width: 340px) {
    .hero__img {
        width: 280px;
    }
}

.hero__gpon {
    color: #fff;
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 280px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

@media (max-width: 1200px) {
    .hero__gpon {
        bottom: 40px;
        right: 40px;
    }
}

@media (max-width: 700px) {
    .hero__gpon {
        width: calc(100% - 30px);
        padding: 10px;
        bottom: 15px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        font-size: 14px;
    }
}

.rates {
    margin: 75px 0px 0px 0px;
}

@media (max-width: 700px) {
    .rates {
        margin: 40px -30px 0 -30px;
    }
}

@media (max-width: 480px) {
    .rates {
        margin: 40px -15px 0 -15px;
    }
}

.rates__content {
    border-radius: 24px;
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    padding: 50px 60px 60px 60px;
    position: relative;
}

.rates__content._watcher-view {
    -webkit-animation: ratesbg 0.5s 1s linear;
    animation: ratesbg 0.5s 1s linear;
}

@media (max-width: 700px) {
    .rates__content {
        padding: 30px;
    }
}

@media (max-width: 1260px) {
    .rates__content {
        padding: 50px 20px 60px 20px;
    }
}

@media (max-width: 480px) {
    .rates__content {
        padding: 20px 15px;
    }
}

@-webkit-keyframes ratesbg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        background: #E6E6E6;
        -webkit-box-shadow: 0px 53px 43px -21px rgba(227, 227, 227, 0.7);
        box-shadow: 0px 53px 43px -21px rgba(227, 227, 227, 0.7);
        border: 1px solid #D1D1D1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ratesbg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        background: #E6E6E6;
        -webkit-box-shadow: 0px 53px 43px -21px rgba(227, 227, 227, 0.7);
        box-shadow: 0px 53px 43px -21px rgba(227, 227, 227, 0.7);
        border: 1px solid #D1D1D1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.rates__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 40px 0px;
    padding: 0;
    border-radius: 24px;
}

.rates__head .select__title {
    height: 40px;
}

.rates__head .select__options {
    top: 45px;
}

@media (max-width: 1024px) {
    .rates__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .rates__head {
        margin: 0px 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.rates__title {
    margin: 0px 20px 0px 0px;
    text-align: left;
}

@media (max-width: 1024px) {
    .rates__title {
        margin: 0px 0px 30px 0px;
    }
}

@media (max-width: 480px) {
    .rates__title {
        margin: 0px 0px 20px 0px;
        text-align: center;
    }
}

.rates__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 700px) {
    .rates__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .rates__block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

.rates__select {
    margin: 0px 30px 0px 0px;
    width: 297px;
    max-width: 100%;
}

@media (max-width: 700px) {
    .rates__select {
        margin: 0px 0px 20px 0px;
    }
}

.rates__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.rates-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 15px;
}

@media (max-width: 1024px) {
    .rates-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 700px) {
    .rates-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.rates-item__head_1 {
    background: -webkit-gradient(linear, left top, right top, from(#FFDA8C), to(#FFAE00));
    background: -o-linear-gradient(left, #FFDA8C 0%, #FFAE00 100%);
    background: linear-gradient(90deg, #FFDA8C 0%, #FFAE00 100%);
}

.rates-item__head_1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bgs/1.png") no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.rates-item__head_2 {
    background: -webkit-gradient(linear, left top, right top, from(#FFA155), to(#FF8A00));
    background: -o-linear-gradient(left, #FFA155 0%, #FF8A00 100%);
    background: linear-gradient(90deg, #FFA155 0%, #FF8A00 100%);
}

.rates-item__head_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bgs/1.png") no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.rates-item__head_3 {
    background: -webkit-gradient(linear, left top, right top, from(#FF723B), to(#FF0000));
    background: -o-linear-gradient(left, #FF723B 0%, #FF0000 100%);
    background: linear-gradient(90deg, #FF723B 0%, #FF0000 100%);
}

.rates-item__head_3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bgs/1.png") no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.rates-item__head {
    padding: 30px;
    position: relative;
}

.rates-item__head > * {
    position: relative;
}

@media (max-width: 820px) {
    .rates-item__head {
        padding: 20px;
    }
}

.rates-item__tarif {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 5px 0px;
}

.rates-item__name {
    color: #fff;
    margin: 0px 0px 10px 0px;
}

.rates-item__speed {
    color: #000;
    font-size: 18px;
    background: #fcd315;
    display: inline-block;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
}

.rates-item__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rates-item__block .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (max-width: 360px) {
    .rates-item__block .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.rates-item__block .tabs__navigation {
    margin: 10px 0px 0px 0px;
}

.rates-item__block .tabs__navigation > *:not(:last-child) {
    margin: 0px 15px 0px 0px;
}

@media (max-width: 360px) {
    .rates-item__block .tabs__navigation {
        margin: 0px 0px 20px 0px;
    }
}

.rates-item__block .tabs__title {
    font-size: 16px;
    color: #B1B1B1;
}

.rates-item__block .tabs__title._tab-active {
    color: #000;
    border-bottom: 1px dashed #000;
}

@media (max-width: 480px) {
    .rates-item__block .tabs__title {
        font-size: 16px;
    }
}

.rates-item__block .tabs__body {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
}

.rates-item__price {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 480px) {
    .rates-item__price {
        font-size: 36px;
    }
}

.rates-item__info {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rates-item__info > *:not(:last-child) {
    margin: 0px 0px 35px 0px;
}

.rates-item__info ul > *:not(:last-child) {
    margin: 0px 0px 10px 0px;
}

.rates-item__info li {
    color: #000;
    font-size: 16px;
    line-height: 170%;
    position: relative;
    padding: 0px 0px 0px 26px;
}

.rates-item__info li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("../img/icons/star.svg") no-repeat;
    background-size: contain;
}

@media (max-width: 820px) {
    .rates-item__info {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .rates-item__info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.rates__btn {
    position: relative;
    z-index: 1;
}

.rates__btn img {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    -webkit-transition: all 0.3s ease 0.5s;
    -o-transition: all 0.3s ease 0.5s;
    transition: all 0.3s ease 0.5s;
    width: 30px;
    margin: 0px 0px 0px 5px;
}

.rates__btn._watcher-view img {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease 0.4s;
    -o-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.rates__btn._watcher-view::before {
    left: 110%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}

.rates__btn::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-35deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.rates__btn_2._watcher-view img {
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.rates__btn_2._watcher-view::before {
    -webkit-transition: all 1s ease 1.1s;
    -o-transition: all 1s ease 1.1s;
    transition: all 1s ease 1.1s;
}

.rates__btn_3._watcher-view img {
    -webkit-transition: all 0.5s ease 0.6s;
    -o-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
}

.rates__btn_3._watcher-view::before {
    -webkit-transition: all 1s ease 1.2s;
    -o-transition: all 1s ease 1.2s;
    transition: all 1s ease 1.2s;
}

.promo {
    padding: 80px 0px 0px 0px;
}

@media (max-width: 700px) {
    .promo {
        padding: 40px 0px 0px 0px;
    }
}

.promo__title {
    margin: 0px 0px 40px 0px;
}

@media (max-width: 700px) {
    .promo__title {
        margin: 0px 0px 20px 0px;
    }
}

.news {
    padding: 80px 0px 0px 0px;
}

@media (max-width: 700px) {
    .news {
        padding: 30px 0px 0px 0px;
    }
}

.news__title {
    margin: 0px 0px 40px 0px;
}

@media (max-width: 700px) {
    .news__title {
        margin: 0px 0px 20px 0px;
    }
}

.news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

@media (max-width: 480px) {
    .news__row {
        margin: -7px;
    }
}

.news-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 15px;
}

@media (max-width: 1024px) {
    .news-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .news-item:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .news-item:last-child .news-item__img {
        padding: 0;
        height: 220px;
    }
}

@media (max-width: 1024px) and (max-width: 480px) {
    .news-item:last-child .news-item__img {
        height: 180px;
    }
}

@media (max-width: 700px) {
    .news-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 480px) {
    .news-item {
        padding: 7px;
    }
}

.news-item__img {
    padding: 0px 0px 58% 0px;
}

.news-item__img img {
    width: 100%;
}

@media (max-width: 700px) {
    .news-item__img {
        padding: 0;
        height: 180px;
    }
}

.news-item__info {
    padding: 25px 30px;
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.news-item__info p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.news-item__info p a {
    position: relative !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 170% !important;
    white-space: normal !important;
}

@media (max-width: 480px) {
    .news-item__info p a {
        font-size: 15px !important;
    }
}

.news-item__info p * {
    font-family: "Inter Tight" !important;
    color: #000;
}

.news-item__info > *:not(:last-child) {
    margin: 0px 0px 20px 0px;
}

@media (max-width: 480px) {
    .news-item__info > *:not(:last-child) {
        margin: 0px 0px 10px 0px;
    }
}

@media (max-width: 480px) {
    .news-item__info {
        padding: 20px;
    }
}

.news-item__title {
    color: #000;
}

.news-item__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.news-item__desc p {
    color: #000 !important;
}

.news-item__desc p span {
    color: #000 !important;
}

.news-item__date {
    color: #868A8E;
}

.news__btn {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 40px 0px 0px 0px;
}

@media (max-width: 480px) {
    .news__btn {
        margin: 20px 0px 0px 0px;
    }
}

.blocktitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 18px 80px;
}

.blocktitle .title {
    position: relative;
    color: #fff;
    padding: 0px 20px 0px 0px;
}

@media (max-width: 480px) {
    .blocktitle {
        padding: 10px 35px;
    }
}

.blocktitle__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    height: 100%;
}

.blocktitle__bg img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 480px) {
    .blocktitle__bg {
        width: calc(100% - 30px);
    }
}

.blocktitle__img {
    position: relative;
    width: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

.blocktitle__img img {
    width: 100%;
}

@media (max-width: 1919px) {
    .blocktitle__img {
        width: calc(60px + 80 * ((100vw - 320px) / 1600));
        -ms-flex-preferred-size: calc(60px + 80 * ((100vw - 320px) / 1600));
        flex-basis: calc(60px + 80 * ((100vw - 320px) / 1600));
    }
}

.map {
    padding: 30px 0px 0px 0px;
}

@media (max-width: 480px) {
    .map {
        padding: 15px 0px 0px 0px;
    }
}

.map__include img, .map__include iframe {
    width: 100%;
    border-radius: 24px;
}

.bread {
    padding: 30px 30px 0 30px;
    font-size: 16px;
}

.bread * {
    font-weight: 600;
    line-height: normal;
    position: relative;
}

.bread *::before {
    position: absolute;
    content: "/";
    top: 0;
    right: -10px;
}

.bread *:last-child::before {
    display: none;
}

.bread a {
    color: #000;
}

@media (min-width: 1024px) {
    .bread a:hover {
        text-decoration: underline;
    }
}

.bread span {
    color: #9D9D9D;
}

.bread > *:not(:last-child) {
    margin: 0px 10px 0px 0px;
}

@media (max-width: 480px) {
    .bread {
        padding: 15px 15px 0 15px;
        font-size: 15px;
        display: none;
    }
}

.news-page__row {
    padding: 30px 0px 0px 0px;
}

.news-page__row > *:not(:last-child) {
    margin: 0px 0px 30px 0px;
}

@media (max-width: 480px) {
    .news-page__row > *:not(:last-child) {
        margin: 0px 0px 15px 0px;
    }
}

.news-page-item {
    border-radius: 24px;
    border: 1px solid #E2E2E8;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 1024px) {
    .news-page-item:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-box-shadow: 0 0 30px #E2E2E8;
        box-shadow: 0 0 30px #E2E2E8;
    }
}

.news-page-item > *:not(:last-child) {
    margin: 0px 30px 0px 0px;
}

@media (max-width: 820px) {
    .news-page-item > *:not(:last-child) {
        margin: 0px 0px 20px 0px;
    }
}

@media (max-width: 820px) {
    .news-page-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px;
    }
}

.news-page-item__date {
    color: #868A8E;
    white-space: nowrap;
    border-radius: 60px;
    border: 1px solid #E2E2E8;
    padding: 8px 16px;
    background: #fff;
}

.news-page-item__title {
    color: #1C1617;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    margin: 0px 0px 15px 0px;
}

.news-page-item__text span {
    color: #000;
    font-size: 16px !important;
    line-height: 170% !important;
}

@media (max-width: 480px) {
    .news-page-item__text span {
        font-size: 15px !important;
    }
}

.news-page-item__text a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #1C1617;
    font-weight: 600;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    font-size: 0;
}

@media (min-width: 1024px) {
    .news-page-item__text a:hover {
        text-decoration: underline;
    }
}

.news-item-page {
    padding: 30px 0px 0px 0px;
}

.news-item-page .news-page-item__text a {
    position: relative;
    margin: 0;
    width: auto;
    height: auto;
    color: #000;
    font-size: 16px;
    line-height: 170%;
}

@media (max-width: 480px) {
    .news-item-page .news-page-item__text a {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .news-item-page {
        padding: 15px 0px 0px 0px;
    }
}

.news-item-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #E2E2E8;
    background: #f9f9f9;
    border-radius: 24px;
    padding: 30px;
}

@media (max-width: 820px) {
    .news-item-page__row {
        padding: 20px;
    }
}

@media (max-width: 700px) {
    .news-item-page__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .news-item-page__row {
        padding: 15px;
    }
}

.news-item-page__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    height: 250px;
    margin: 0px 40px 0px 0px;
}

.news-item-page__img img {
    width: 100%;
    border-radius: 24px;
}

@media (max-width: 1024px) {
    .news-item-page__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        height: 200px;
        margin: 0px 30px 0px 0px;
    }
}

@media (max-width: 700px) {
    .news-item-page__img {
        width: 100%;
        margin: 0px 0px 30px 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        padding: 0px 0px 60% 0px;
    }
}

.news-item-page__block {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-item-page__block .news-page-item__date {
    margin: 0px 0px 20px 0px;
}

.news-item-page__block .news-page-item__text > *:not(:last-child) {
    margin: 0px 0px 20px 0px;
}

.news-item-page__block .title {
    text-align: left;
}

.news-item-page__block > *:not(:last-child) {
    margin: 0px 0px 30px 0px;
}

.tv-page {
    padding: 30px 0px 0px 0px;
}

.tv-page .tabs__navigation {
    margin: 0px 0px 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tv-page .tabs__navigation > *:not(:last-child) {
    margin: 0px 5px 0px 0px;
}

@media (max-width: 480px) {
    .tv-page .tabs__navigation > *:not(:last-child) {
        margin: 0px 0px 5px 0px;
    }
}

@media (max-width: 480px) {
    .tv-page .tabs__navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tv-page .tabs__title {
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #E2E2E8;
    border-radius: 14px;
    background: #f9f9f9;
    color: #CBCBCB;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tv-page .tabs__title._tab-active {
    background: #8b55ff;
    border: 1px solid #8b55ff;
    color: #fff;
}

@media (max-width: 480px) {
    .tv-page .tabs__title {
        padding: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .tv-page .tabs__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tv-page .tabs__body > *:not(:last-child) {
    margin: 0px 0px 25px 0px;
}

.tv-page .tabs__content {
    border: 1px solid #E2E2E8;
    border-radius: 24px;
    background: #F9F9F9;
    padding: 30px;
}

@media (max-width: 1024px) {
    .tv-page .tabs__content {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .tv-page .tabs__content {
        padding: 15px;
        border-radius: 14px;
    }
}

@media (max-width: 480px) {
    .tv-page {
        padding: 15px 0px 0px 0px;
    }
}

.tv-page__title {
    text-align: left;
    margin: 0px 0px 40px 0px;
}

@media (max-width: 480px) {
    .tv-page__title {
        margin: 0px 0px 20px 0px;
        text-align: center;
    }
}

.tvblock h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

@media (max-width: 480px) {
    .tvblock h3 {
        font-size: 18px;
    }
}

.tvblock__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
}

.tvblock-item {
    padding: 2px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
}

@media (max-width: 1024px) {
    .tvblock-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
        flex: 0 0 16.666%;
    }
}

@media (max-width: 700px) {
    .tvblock-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

@media (max-width: 480px) {
    .tvblock-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
}

.tvblock-item__row {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E2E2E8;
    background: #fff;
    border-radius: 8px;
    padding: 5px 3px;
    height: 100%;
    min-height: 110px;
}

.tvblock-item__row > *:not(:last-child) {
    margin: 0px 0px 10px 0px;
}

.tvblock-item__img {
    padding: 10px 20px 0px 20px;
}

.tvblock-item__img img {
    width: 100%;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.tvblock-item__name {
    font-size: 12px;
    text-align: center;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}

.textblock {
    padding: 40px 30px 0px 30px;
}

.textblock h1 {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    margin: 0px 0px 10px 0px;
}

@media (max-width: 480px) {
    .textblock h1 {
        font-size: 22px;
    }
}

.textblock h3 {
    font-size: 24px;
    line-height: 1.3;
}

@media (max-width: 480px) {
    .textblock h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .textblock {
        padding: 40px 15px 0px 15px;
    }
}

.textblock__block {
    font-size: 16px;
    margin: 0px 0px 25px 0px;
}

.textblock__block > *:not(:last-child) {
    margin: 0px 0px 10px 0px;
}

.textblock__block p {
    line-height: 1.5;
}

.textblock__block li {
    list-style-type: disc;
    line-height: 1.5;
    margin: 0px 0px 0px 20px;
}

@media (max-width: 480px) {
    .textblock__block {
        font-size: 15px;
        margin: 0px 0px 15px 0px;
    }
}

.user {
    padding: 34px 0px 0px 0px;
}

.user__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 34px 0px;
}

.user__head > *:not(:last-child) {
    margin: 0px 40px 0px 0px;
}

@media (max-width: 700px) {
    .user__head > *:not(:last-child) {
        margin: 0px 0px 10px 0px;
    }
}

@media (max-width: 1024px) {
    .user__head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 700px) {
    .user__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.btn_disabled {
    pointer-events: none;
    opacity: 0.5;
}

.btn_promised {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 315px;
    flex: 0 1 315px;
    max-width: 315px;
}

@media (max-width: 700px) {
    .btn_promised {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
    }
}

@media (max-width: 480px) {
    .btn_promised {
        width: 100%;
        max-width: 100%;
    }
}

.balance__title {
    text-align: left;
}

.user__headinfo {
    color: #868A8E;
    font-family: Inter Tight;
    font-size: 16px;
    font-style: normal;
    line-height: 149.996%;
}

.user__headinfo span {
    font-weight: 700;
}

.user__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.user__row > *:not(:last-child) {
    margin: 0px 20px 0px 0px;
}

@media (max-width: 1024px) {
    .user__row > *:not(:last-child) {
        margin: 0px 0px 20px 0px;
    }
}

@media (max-width: 1024px) {
    .user__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.userpay {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 500px;
    flex: 0 1 500px;
    min-width: 450px;
    border-radius: 24px;
    background: #F9F9F9;
    padding: 25px;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 480px) {
    .userpay h4 {
        text-align: center;
    }
}

.userpay > *:not(:last-child) {
    margin: 0px 0px 20px 0px;
}

@media (max-width: 480px) {
    .userpay > *:not(:last-child) {
        margin: 0px 0px 15px 0px;
    }
}

@media (max-width: 1260px) {
    .userpay {
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .userpay {
        width: 500px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin: 0 auto;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .userpay {
        padding: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 14px;
    }
}

.userpay__links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50px;
    margin: 0px 0px 20px 0px;
    background: #fff;
    border: 1px solid #E2E2E8;
    width: 100%;
}

.userpay__links button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #fff;
    position: relative;
}

.userpay__links button._card {
    color: #000;
    padding: 10px 16px 10px 42px;
}

.userpay__links button._card::before {
    content: "Картой";
    position: absolute;
    top: 50%;
    left: calc(50% - 27px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    padding: 0px 0px 0px 25px;
    background: url("../img/icons/card1.svg") no-repeat;
    background-size: contain;
}

@media (max-width: 480px) {
    .userpay__links button._card::before {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 360px) {
    .userpay__links button._card::before {
        background-position: center -1px;
    }
}

.userpay__links button._card._active {
    color: #fff;
}

.userpay__links button._card._active::before {
    background: url("../img/icons/card-w.svg") no-repeat;
    background-size: contain;
}

@media (max-width: 360px) {
    .userpay__links button._card._active::before {
        background-position: center -1px;
    }
}

.userpay__links button._pb::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 20px;
    background: url("../img/icons/pb.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

.userpay__links button._pb._active::before {
    background: url("../img/icons/pb-w.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 480px) {
    .userpay__links button._pb::before {
        width: 80px;
        height: 20px;
    }
}

@media (max-width: 360px) {
    .userpay__links button._pb {
        width: 100px;
    }

    .userpay__links button._pb::before {
        width: 70px;
        height: 150px;
    }
}

.userpay__links button._sbp::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 35px;
    background: url("../img/icons/sbp.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

.userpay__links button._sbp._active::before {
    background: url("../img/icons/sbp-w.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 1024px) {
    .userpay__links button._sbp::before {
        height: 27px;
    }
}

.userpay__links button._rncb::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 25px;
    background: url("../img/icons/rncb.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

.userpay__links button._rncb._active::before {
    background: url("../img/icons/rncb-w.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 480px) {
    .userpay__links button._rncb::before {
        width: 50px;
        height: 20px;
    }
}

.userpay__links button._active {
    border: 1px solid #000;
    background: #000;
}

@media (max-width: 1024px) {
    .userpay__links button {
        height: 45px;
    }
}

@media (max-width: 480px) {
    .userpay__links button {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .userpay__links button {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .userpay__links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.user-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 360px;
    flex: 0 1 360px;
    min-width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.user-info > *:not(:last-child) {
    margin: 0px 0px 20px 0px;
}

@media (max-width: 1024px) {
    .user-info {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
}

.user-info__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user-info__buttons > *:not(:last-child) {
    margin: 0px 10px 0px 0px;
}

.btn_turntv {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    padding: 10px 30px;
}

.btn_turntv img {
    margin: 0px 10px 0px 0px;
    width: 30px;
}

@media (max-width: 480px) {
    .btn_turntv img {
        width: 25px;
    }
}

@media (max-width: 480px) {
    .btn_turntv {
        padding: 10px 15px;
    }
}

.btn_tvrfr,
.btn_tvquest {
    width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_tvrfr img,
.btn_tvquest img {
    width: 40px;
}

@media (max-width: 1024px) {
    .btn_tvrfr,
    .btn_tvquest {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        width: 45px;
    }

    .btn_tvrfr img,
    .btn_tvquest img {
        width: 30px;
    }
}

.user-info__block {
    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;
}

.user-info__block:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.user-info__block,
.user-qr {
    border-radius: 24px;
    border: 1px solid #E2E2E8;
    padding: 25px;
}

.user-info__block > *:not(:last-child),
.user-qr > *:not(:last-child) {
    margin: 0px 0px 15px 0px;
}

@media (max-width: 1260px) {
    .user-info__block,
    .user-qr {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .user-info__block,
    .user-qr {
        border-radius: 14px;
    }
}

.user-info__item {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1C1617;
    font-family: Inter Tight;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.user-info__item span:first-child {
    color: #868A8E;
    font-weight: 400;
    font-size: 18px;
}

@media (max-width: 480px) {
    .user-info__item span:first-child {
        font-size: 16px;
    }
}

.user-info__item span:last-child {
    text-align: right;
    font-weight: 700;
    font-size: 22px;
}

@media (max-width: 480px) {
    .user-info__item span:last-child {
        font-size: 18px;
    }
}

@media (max-width: 1919px) {
    .user-info__item {
        font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
    }
}

.user-info__block_promise {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-info__block_promise .btn {
    min-width: 100%;
}

.user-info__block_promise p {
    color: #868A8E;
    text-align: center;
    font-size: 16px;
    line-height: 149.996%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.user-info__block_promise form {
    width: 100%;
}

.user-info__already {
    display: none;
    color: red;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

.user-info__already._active {
    display: block;
}

@media (max-width: 480px) {
    .user-info__already {
        font-size: 15px;
    }
}

.user-qr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-qr .subtitle {
    text-align: center;
}

.user-qr .btn {
    min-width: 100%;
}

.user-qr p {
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .user-qr {
        width: 500px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
}

.user-qr__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.user-qr__img img {
    max-width: 180px;
    width: 100%;
}

@media (max-width: 480px) {
    .user-qr__img img {
        max-width: 120px;
    }
}

.transact {
    padding: 80px 0px 0px 0px;
}

.transact .grid-view {
    position: relative;
}

.transact .grid-view::before {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 20px;
    background: url("../img/icons/arrow.svg") no-repeat;
    background-size: contain;
    display: none;
    -webkit-animation: lr 2s infinite linear;
    animation: lr 2s infinite linear;
}

@media (max-width: 600px) {
    .transact .grid-view::before {
        display: block;
    }
}

.transact .grid-view__row {
    border: 1px solid #E2E2E8;
    border-radius: 24px;
}

@media (max-width: 820px) {
    .transact .grid-view__row {
        border-radius: 14px;
    }
}

@media (max-width: 600px) {
    .transact .grid-view__row {
        overflow-x: auto;
    }
}

.transact table {
    border-spacing: 0px;
    width: 100%;
}

.transact table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.transact table tr > *:not(:last-child) {
    border-right: 1px solid #E2E2E8;
}

.transact table td, .transact table th {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 88px;
    color: #1C1617;
    text-align: center;
    font-family: Inter Tight;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 820px) {
    .transact table td, .transact table th {
        height: 70px;
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .transact table td, .transact table th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        width: 120px;
    }
}

.transact table thead th {
    min-height: 60px;
    height: auto;
}

.transact table a {
    color: #000;
}

.transact table th {
    border-bottom: 1px solid #E2E2E8;
}

.transact table .filters {
    height: 0;
}

.transact table tbody > *:not(:last-child) {
    border-bottom: 1px solid #E2E2E8;
}

.pagination {
    margin: 20px 0px 0px 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #E2E2E8;
    border-radius: 5px;
}

.pagination > *:not(:last-child) {
    border-right: 1px solid #E2E2E8;
}

.pagination li {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pagination li a, .pagination li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    min-width: 30px;
    padding: 0px 5px;
    color: #767676;
    font-size: 16px;
    font-weight: 600;
    color: #767676;
}

.pagination li.active {
    background: #A3A3A3;
}

.pagination li.active a {
    color: #fff;
}

.pagination li.disabled {
    pointer-events: none;
}

.pagination li.disabled span {
    color: #CECECE;
}

@media (min-width: 1024px) {
    .pagination li:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: #E2E2E8;
    }
}

.transact__title {
    margin: 0px 0px 40px 0px;
    text-align: left;
}

.tr-table {
    border: 1px solid #E2E2E8;
    border-radius: 24px;
    position: relative;
}

.tr-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tr-table__row > *:not(:last-child) {
    border-right: 1px solid #E2E2E8;
}

@media (max-width: 820px) {
    .tr-table__row {
        overflow-x: auto;
    }
}

.tr-table__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 240px;
    flex: 0 1 240px;
    text-align: center;
    position: relative;
}

@media (max-width: 820px) {
    .tr-table__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 140px;
        flex: 1 0 140px;
    }
}

@media (max-width: 820px) {
    .tr-table__col_head {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1;
        left: 0;
        background: #fff;
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }
}

.tr-table__cell {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 88px;
    color: #1C1617;
    text-align: center;
    font-family: Inter Tight;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.tr-table__cell:first-child {
    height: 60px;
}

@media (max-width: 820px) {
    .tr-table__cell:first-child {
        height: 55px;
    }
}

@media (max-width: 820px) {
    .tr-table__cell {
        height: 70px;
        font-size: 14px;
    }
}

.textblock_howtoenter {
    text-align: center;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.textblock_howtoenter .textblock__block {
    width: 700px;
    max-width: 100%;
}

.textblock_howtoenter .textblock__block h3 {
    font-weight: 600;
    font-size: 20px;
}

.textblock_howtoenter .textblock__block ul {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.textblock_howtoenter .textblock__block_border {
    border: 1px solid #E2E2E2;
    padding: 80px 20px;
    border-radius: 20px;
    text-align: center;
    width: 860px;
    max-width: 100%;
}

@media (max-width: 480px) {
    .textblock_howtoenter .textblock__block_border {
        padding: 20px 15px;
    }
}

.btn_lkbot {
    margin: 10px 0px 0px 0px;
    background: #34aee1;
    white-space: nowrap;
    max-width: unset;
}

.btn_lkbot::before {
    position: relative;
    top: -2px;
    content: "";
    width: 26px;
    height: 26px;
    background: url("../img/icons/tg1.svg") no-repeat;
    background-size: contain;
    margin: 0px 10px 0px 0px;
}

@media (max-width: 480px) {
    .btn_lkbot::before {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .btn_lkbot {
        font-size: 14px;
    }
}

@media (max-width: 370px) {
    .btn_lkbot {
        white-space: wrap;
    }
}

.about-hero {
    padding: 50px 0px 0px 0px;
}

.about-hero ._container {
    position: relative;
}

@media (max-width: 480px) {
    .about-hero {
        padding: 0px 0px 0px 0px;
    }
}

.about-hero__bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% - 60px);
    height: 100%;
}

.about-hero__bg img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 480px) {
    .about-hero__bg {
        width: calc(100% - 30px);
    }
}

.about-hero__row {
    position: relative;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1260px) {
    .about-hero__row {
        padding: 40px;
    }
}

@media (max-width: 820px) {
    .about-hero__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .about-hero__row {
        padding: 40px 20px;
    }
}

.about-hero__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 536px;
    flex: 0 1 536px;
    margin: 0px 40px 0px 0px;
}

@media (max-width: 820px) {
    .about-hero__left {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin: 0px 0px 30px 0px;
    }
}

.about-hero__title {
    text-align: left;
    color: #fff;
    font-size: 45px;
    margin: 0px 0px 20px 0px;
}

.about-hero__title a {
    color: #fcd315;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 1024px) {
    .about-hero__title a:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: #ff471b;
    }
}

@media (max-width: 1919px) {
    .about-hero__title {
        font-size: calc(28px + 17 * ((100vw - 320px) / 1600));
    }
}

@media (max-width: 820px) {
    .about-hero__title {
        text-align: center;
    }
}

.about-hero__text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    color: #fff;
}

@media (max-width: 820px) {
    .about-hero__text {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .about-hero__text {
        font-size: 16px;
    }
}

.about-hero__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 455px;
    flex: 0 1 455px;
}

.about-hero__right .btn {
    max-width: 250px;
}

@media (max-width: 820px) {
    .about-hero__right {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
}

.about-hero__list {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #fff;
    list-style: none;
    margin: 0px 0px 20px 0px;
    text-align: left;
}

.about-hero__list li {
    padding: 0px 0px 0px 26px;
    position: relative;
}

.about-hero__list li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("../img/icons/star1.svg") no-repeat;
    background-size: contain;
}

@media (max-width: 480px) {
    .about-hero__list li::before {
        top: 4px;
    }
}

.about-hero__list > *:not(:last-child) {
    margin: 0px 0px 10px 0px;
}

@media (max-width: 480px) {
    .about-hero__list {
        font-size: 14px;
    }
}

.about-main {
    padding: 75px 0px 0px 0px;
}

@media (max-width: 700px) {
    .about-main {
        padding: 40px 0px 0px 0px;
    }
}

.about-main__row {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 24px;
}

.about-main__row > *:not(:last-child) {
    margin: 0px 0px 30px 0px;
}

@media (max-width: 480px) {
    .about-main__row {
        padding: 20px;
    }
}

.about-main__text {
    line-height: 1.7;
}

.about-main__text > *:not(:last-child) {
    margin: 0px 0px 20px 0px;
}

.about-main-block {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    border-radius: 18px;
}

@media (max-width: 1024px) {
    .about-main-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .about-main-block {
        border-radius: 12px;
    }
}

.about-main-block__label {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background: #fff;
    border-radius: 50px;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .about-main-block__label {
        font-size: 16px;
        left: 50%;
        bottom: 20px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.about-main-block__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 510px;
    flex: 0 1 510px;
    margin: 30px 0px 0px 0px;
}

.about-main-block__img img {
    width: 100%;
}

@media (max-width: 1024px) {
    .about-main-block__img {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        max-width: 400px;
        margin: 0;
    }
}

.about-main-block__content {
    padding: 60px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (max-width: 600px) {
    .about-main-block__content {
        padding: 20px 20px 40px 20px;
    }
}

.about-main-block__big {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: var(--black);
    margin: 0px 0px 10px 0px;
}

@media (max-width: 1919px) {
    .about-main-block__big {
        font-size: calc(18px + 14 * ((100vw - 320px) / 1600));
    }
}

.about-main-block__sm {
    margin: 0px 0px 40px 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #868a8e;
}

@media (max-width: 1919px) {
    .about-main-block__sm {
        font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
    }
}

.about-main__btn,
.best__btn {
    height: 60px;
    font-size: 16px;
}

@media (max-width: 480px) {
    .about-main__btn,
    .best__btn {
        width: 100%;
    }
}

.why {
    padding: 75px 0px 0px 0px;
}

@media (max-width: 700px) {
    .why {
        padding: 40px 0px 0px 0px;
    }
}

.why__title {
    margin: 0px 0px 30px 0px;
}

@media (max-width: 700px) {
    .why__title {
        margin: 0px 0px 20px 0px;
    }
}

.why__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

@media (max-width: 480px) {
    .why__row {
        margin: -10px;
    }
}

.why-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 15px;
}

@media (max-width: 1024px) {
    .why-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 820px) {
    .why-item {
        padding: 10px;
    }
}

@media (max-width: 600px) {
    .why-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.why-item__row {
    background: #f9f9f9;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 1024px) {
    .why-item__row:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-box-shadow: 0px 13px 39px -7px rgba(137, 137, 137, 0.4);
        box-shadow: 0px 13px 39px -7px rgba(137, 137, 137, 0.4);
        top: -5px;
    }
}

@media (max-width: 820px) {
    .why-item__row {
        padding: 20px;
    }
}

.why-item__img {
    width: 120px;
    margin: 0px 0px 20px 0px;
}

.why-item__img img {
    width: 100%;
}

@media (max-width: 1024px) {
    .why-item__img {
        width: 80px;
    }
}

.why-item__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    margin: 0px 0px 10px 0px;
}

@media (max-width: 1919px) {
    .why-item__title {
        font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
    }
}

.why-item_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.why-item_1 .why-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1024px) {
    .why-item_1 .why-item__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.why-item_1 .why-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin: 0px 20px 0px 0px;
}

@media (max-width: 1024px) {
    .why-item_1 .why-item__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin: 0px 0px 20px 0px;
    }
}

@media (max-width: 600px) {
    .why-item_1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.best {
    padding: 75px 0px 0px 0px;
}

@media (max-width: 700px) {
    .best {
        padding: 40px 0px 0px 0px;
    }
}

.best__title {
    margin: 0px auto 30px auto;
    max-width: 650px;
}

.best__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

@media (max-width: 480px) {
    .best__row {
        margin: -10px;
    }
}

.best-item {
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
}

.best-item:nth-child(1) .best-item__row {
    background: #63c641;
}

.best-item:nth-child(2) .best-item__row {
    background: #8b55ff;
}

.best-item:nth-child(3) .best-item__row {
    background: #ff5555;
}

.best-item:nth-child(4) .best-item__row {
    background: #f9f9f9;
}

@media (max-width: 480px) {
    .best-item:nth-child(4) .best-item__row > *:not(:last-child) {
        margin: 0px 0px 40px 0px;
    }
}

@media (max-width: 1024px) {
    .best-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 820px) {
    .best-item {
        padding: 10px;
    }
}

@media (max-width: 700px) {
    .best-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.best-item__row {
    border-radius: 24px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.best-item__row > *:not(:last-child) {
    margin: 0px 0px 20px 0px;
}

@media (min-width: 1024px) {
    .best-item__row:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-box-shadow: 0px 13px 39px -7px rgba(137, 137, 137, 0.69);
        box-shadow: 0px 13px 39px -7px rgba(137, 137, 137, 0.69);
        top: -5px;
    }
}

.best-item__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #fff;
}

@media (max-width: 1919px) {
    .best-item__title {
        font-size: calc(18px + 10 * ((100vw - 320px) / 1600));
    }
}

.best-item__text {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.best-item__img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 200px;
    margin: 0px 0px -30px 0px;
}

.best-item__img img {
    width: 100%;
}

.best-item_1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.best-item_1 .best-item__row {
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.best-item_1 .best-item__row > *:not(:last-child) {
    margin: 0px 20px 0px 0px;
}

@media (max-width: 820px) {
    .best-item_1 .best-item__row > *:not(:last-child) {
        margin: 0px 0px 20px 0px;
    }
}

@media (max-width: 820px) {
    .best-item_1 .best-item__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.best-item_1 .best-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 280px;
    flex: 0 1 280px;
    max-width: unset;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    position: relative;
}

@media (max-width: 820px) {
    .best-item_1 .best-item__img {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 250px;
        margin-bottom: -30px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

.best-item_1 .best-item__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 525px;
    flex: 0 1 525px;
    color: #1c1616;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1919px) {
    .best-item_1 .best-item__text {
        font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
    }
}

@media (max-width: 820px) {
    .best-item_1 .best-item__text {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
}

.tmppopups {
    padding-top: 30px;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tmppopups .btn {
    max-width: 300px;
}


.licence {
    margin-top: 3rem;
}

.licence .news-page-item {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}


.licence__number {
    font-weight: 600;
}

.licence__date {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    color: gray;
}

.licence_issuer {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    color: gray;
}

.licence__date__label,
.licence_issuer__label {
    color: black;
}

.flex-col {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (max-width: 480px) {
    .pay__block {
        margin-top: 30px;
    }
}

.footer-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.footer-payment img {
    max-width: 50px;
    max-height: 40px;
}
@media (max-width: 480px) {
    .footer-payment {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
