*::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
*:-moz-placeholder {
    color: #000;
    opacity: 1;
}
*::-moz-placeholder {
    color: #000;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
* {
    box-sizing: border-box;
}
body {
    font-family: 'Inter';
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #2b3233;
}
button {
    cursor: pointer;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a,
button,
input,
img {
    transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
.wrapper {
    overflow: hidden;
}
a {
    text-decoration: none;
    outline: none;
    color: #2b3233;
}
* {
    outline: none !important;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style-type: none;
    outline: none;
}
img {
    outline: none;
    display: block;
}
p {
    padding: 0;
    margin: 0;
}
form {
    margin: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

.container {
    max-width: 1320px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

header {
    margin-top: 40px;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    display: flex;
    width: 90px;
    height: 70px;
    overflow: hidden;
}

.header__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__info {
    display: flex;
    align-items: center;
    gap: 210px;
}

.header__contacts {
    display: flex;
    align-items: center;
    gap: 38px;
}

.header__contact {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #2b3233;
    transition: 0.2s all;
}

.header__contact a:hover {
    color: #f88f35;
}

.header__btn {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #2b3233;
    padding: 16px 22px;
    border: 2px solid #219096;
    width: fit-content;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.4s all;
}

.header__btn:hover {
    background: #e9fafb;
    box-shadow:
        0px 8px 10px 0px rgba(33, 144, 150, 0.01),
        0px 7px 10px 0px rgba(33, 144, 150, 0.03),
        0px 2px 10px 0px rgba(33, 144, 150, 0.04),
        0px 5px 20px 0px rgba(33, 144, 150, 0.05);
}

.banner {
    margin: 90px 0 170px 0;
}

.banner__info {
    position: relative;
}

.banner__image {
    width: 726px;
    height: 608px;
    overflow: hidden;
    position: absolute;
    top: 66px;
    right: -100px;
}

.banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__info h1 {
    color: #2b3233;
    font-family: 'Raleway';
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    max-width: 850px;
}

.banner__info h2 {
    margin-top: 22px;
    color: #2b3233;
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.banner__btn {
    margin-top: 120px;
}

.btn__main,
.transfer__btn-main {
    padding: 30px 60px;
    border-radius: 60px;
    background-color: #f88f35;
    color: #fff;
    font-family: 'Raleway';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: 0.4s all;
    box-shadow:
        0px 74px 21px 0px rgba(248, 143, 53, 0),
        0px 47px 19px 0px rgba(248, 143, 53, 0.01),
        0px 27px 16px 0px rgba(248, 143, 53, 0.05),
        0px 12px 12px 0px rgba(248, 143, 53, 0.09),
        0px 3px 7px 0px rgba(248, 143, 53, 0.1);
}

.btn__main:hover,
.transfer__btn-main:hover {
    background-color: #ea8127;
    box-shadow:
        0px 74px 21px 0px rgba(248, 143, 53, 0),
        0px 47px 19px 0px rgba(248, 143, 53, 0.01),
        0px 27px 16px 0px rgba(248, 143, 53, 0.05),
        0px 12px 12px 0px rgba(248, 143, 53, 0.09),
        0px 3px 7px 0px rgba(248, 143, 53, 0.1);
}

.banner__items {
    margin-top: 80px;
    display: flex;
    gap: 16px;
}

.banner__item {
    padding: 40px 30px;
    max-width: 354px;
    width: 100%;
    border-radius: 30px;
    background-color: #f7f7f7;
}

.banner__item img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.banner__item h3 {
    margin-top: 20px;
    color: #2b3233;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.banner__item span {
    color: #7f7f7f;
}

.banner__item p {
    margin-top: 16px;
    color: #585858;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.advantages {
    background-color: #cbeeef;
    border-radius: 60px 60px 0 0;
    padding-top: 140px;
    padding-bottom: 140px;
}

.title__section {
    color: #2b3233;
    font-family: 'Raleway';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.advantages__items {
    margin-top: 90px;
    display: flex;
    gap: 16px;
}

.advantages__item {
    padding: 40px;
    border-radius: 30px;
    background-color: #fff;
    width: 416px;
    height: 274px;
}

.advantages__item img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.advantages__item p {
    margin: 20px 0 16px 0;
    color: #2b3233;
    font-family: 'Raleway';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.advantages__item span {
    color: #585858;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.advantages__widget {
    position: relative;
    z-index: 10;
    max-width: 738px;
    margin: 40px auto 0;
    padding: 40px;
    border-radius: 60px;
    background-color: #ffeee0;
}

.advantages__widget-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 30px;
    border: 2px dashed #cdbcae;
    width: fit-content;
    color: #2b3233;
    font-family: 'Raleway';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.advantages__widget p {
    margin: 26px 0 40px 0;
    color: #2b3233;
    font-family: 'Inter';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.work {
    margin-top: -40px;
    border-radius: 60px 60px 0 0;
    padding: 60px 0 150px 0;
    background-color: #fff;
}

.work__wrapper {
    display: flex;
    align-items: center;
    gap: 146px;
}

.work__items {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.work__item {
    padding: 38px 76px 40px 115px;
    width: 524px;
    height: 190px;
    background-image: url('../img/work-form.svg');
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.work__item-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #219096;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.work__item span {
    color: #2b3233;
    font-family: 'Raleway';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.work__item p {
    color: #2b3233;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.work__image {
    width: 584px;
    height: 874px;
    overflow: hidden;
}

.work__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq {
    padding: 140px 0 160px 0;
    background-color: #f8f8f8;
    border-radius: 60px;
}

.faq__wrapper {
    display: flex;
    justify-content: space-between;
}

.faq__image {
    margin-top: 170px;
    width: 448px;
    height: 456px;
    overflow: hidden;
}

.faq__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq__items {
    margin: 90px 0 70px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq__item {
    max-width: 740px;
    background-color: #fff;
    border-radius: 24px;
}

.faq__title {
    padding: 26px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #feebdb;
    border-radius: 24px;
    cursor: pointer;
}

.faq__title p {
    max-width: 600px;
    color: #2b3233;
    font-family: 'Raleway';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.faq__content {
    color: #2b3233;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.faq__content {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease;
    padding: 0;
}

.faq__item.active .faq__content {
    max-height: 120px !important;
    padding: 26px 40px;
}

.faq__item.active .faq__title {
    background-color: #cbeeef;
}

footer {
    padding: 60px 0;
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
}

.footer__logo {
    display: flex;
    width: 90px;
    height: 70px;
    overflow: hidden;
}

.footer__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer__info p {
    margin-top: 30px;
    color: #2b3233;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.footer__content span {
    color: #2b3233;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.footer__content ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__content ul li {
    transition: 0.2s all;
}

.footer__content ul li a:hover {
    color: #f88f35;
}

.footer__content ul li a {
    color: #2b3233;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.footer__politic {
    transition: 0.2s all;
}

.footer__politic:hover {
    color: #f88f35;
}

.footer__politic:active {
    color: #f88f35;
}

.header__mobile {
    display: none;
}

.footer__info {
    max-width: 294px;
}

.politic {
    margin-bottom: 50px;
}

.politic h1 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin: 30px 0 50px 0;
    font-weight: 700;
}

.politic p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
}

.politic ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.politic__title {
    font-size: 24px !important;
    line-height: 32px;
    margin: 30px 0 15px 0 !important;
    font-weight: 600;
}

.politic a {
    color: #f88f35;
}

.politic table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.politic th,
td {
    padding: 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.politic__content {
    list-style: none;
    padding: 0;
    margin: 0;
}

.politic__content li {
    display: flex;
    align-items: baseline;
}

.politic__content li p {
    margin: 0;
}

.politic__dots {
    height: 100%;
    flex-grow: 1;
    border-bottom: 1px dashed #08001f;
    margin: 0 5px;
}

.politic__children li {
    margin-left: 20px;
}

.politic__apps {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.politic__apps li {
    width: 100%;
    height: auto;
}

.politic__apps li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__logo-tariffs {
    display: flex;
    width: 90px;
    height: 70px;
    overflow: hidden;
}

.header__logo-tariffs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tariffs__back {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tariffs__back p {
    color: #2b3233;
    font-weight: 500;
    line-height: 130%;
    font-size: 16px;
}

.tariffs__wrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 616px;
}

.tariffs__item {
    padding: 20px;
    border-radius: 12px;
    background-color: #fafafa;
}

.tariffs__item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.tariffs__item-name {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tariffs__item-name p,
.tariffs__docs p {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    color: #2b3233;
}

.tariffs__item-name span {
    padding: 4px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    color: #2b3233;
}

.tariffs__docs {
    margin-left: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.tariffs__item-title a,
.tariffs__docs a {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    color: #2b3233;
}

.tariffs__item span {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
}

.tariffs__active {
    background-color: #d0ffd4 !important;
    color: #44914b !important;
}

.tariffs__inactive {
    background-color: #f0f0f0 !important;
    color: #8a8a8a !important;
}

.tariffs__mobile-title {
    display: none;
}

.overlay {
    max-width: 588px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 14px 14px 20px;
    background-color: #219096;
    border-radius: 24px;
    transition: 0.3s all;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.overlay__info {
    display: flex;
    gap: 16px;
    align-items: center;
}

.overlay__text h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 26px;
    margin-top: 0;
}

.overlay__text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    color: #fff;
}

.overlay__text p:nth-child(4) {
    margin-top: 28px;
}

.overlay__text a {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    color: #fff;
    text-decoration: underline;
}

.overlay__btn {
    display: flex;
}

.overlay__btn button {
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    color: #2b3233;
}

.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(97, 97, 97, 0.3);
    backdrop-filter: blur(2px);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.modal__content {
    max-width: 707px;
    padding: 40px;
    border-radius: 26px;
    background-color: #fff56c;
}

.modal__info {
    display: flex;
    gap: 12px;
}

.modal__icon {
    border-radius: 50%;
    background-color: #fff;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.modal__info p {
    color: #2b3233;
    font-size: 30px;
    font-weight: 600;
    line-height: 130%;
    font-family: 'Raleway';
}

.modal__info span {
    position: relative;
    z-index: 10;
    color: #2b3233;
}

.modal__info span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transform: skewX(-10deg);
    z-index: -1;
    padding: 0 5px;
}

.modal__btn {
    margin-top: 16px;
    display: flex;
    justify-content: end;
}

.modal__btn button {
    border: none;
    background: radial-gradient(
        69.92% 69.92% at 50% 50%,
        rgba(255, 0, 0, 0) 0%,
        #ff0000 100%
    );
    border-radius: 17px;
    padding: 11px 22px;
    width: fit-content;
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-size: 22.905px;
    font-weight: 700;
    line-height: 120%;
    font-family: 'Raleway';
}

.modal__btn button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 17.179px;
    background: radial-gradient(
        69.92% 69.92% at 50% 50%,
        #f00 0%,
        rgba(255, 0, 0, 0) 100%
    );
    filter: blur(14.315731048583984px);
    z-index: -1;
}

.modal__btn button img {
    position: absolute;
    top: 4px;
    right: 4px;
}

.modal__info-mobile {
    display: none;
}

@media (max-width: 768px) {
    .modal__content {
        padding: 20px 18px;
        margin: 0 22px;
    }

    .modal__info p br {
        display: none;
    }

    .modal__info {
        gap: 8px;
    }

    .modal__info p {
        font-size: 20px;
    }

    .modal__btn {
        margin-top: 20px;
    }

    .modal__icon {
        width: 28px;
        height: 28px;
    }

    .modal__icon img {
        width: 15px;
        height: 15px;
    }

    .modal__btn button {
        transform: scale(0.9);
    }
}

@media (max-width: 375px) {
    .modal__content {
        padding: 18px 16px;
    }

    .modal__info-pc {
        display: none;
    }

    .modal__info-mobile {
        display: block;
    }
}

.form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.form__content {
    padding: 26px 30px;
    border-radius: 36px;
    background-color: #fff;
    position: relative;
}

.form__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    overflow: hidden;
}

.form__close img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form__content h1 {
    max-width: 600px;
    color: #2b3233;
    font-family: 'Raleway';
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
}

.form__content p {
    margin-top: 24px;
    color: #2b3233;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.form__wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.form__wrapper form {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form__input {
    position: relative;
}

.form__input span {
    position: absolute;
    top: -10px;
    left: 14px;
    color: #010101;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    padding: 3px 8px;
    text-align: center;
    background-color: #94e19b;
    border-radius: 8px;
}

.form__input input {
    width: 100%;
    padding: 18px 0 14px 14px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    outline: none;
}

.form__input input::placeholder {
    color: #a6a7aa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.checkbox label,
.checkbox-second label {
    display: flex;
    position: relative;
    cursor: pointer;
    margin-top: 6px;
}

.checkbox-second label {
    margin-top: 10px;
}

.checkbox input,
.checkbox-second input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1px;
    width: 1px;
}

.checkmark {
    display: inline-flex;
    position: relative;
    width: 18px;
    height: 18px;
    background-color: #eee;
    border: 2px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    flex-shrink: 0;
}

.checkbox input:checked ~ .checkmark,
.checkbox-second input:checked ~ .checkmark {
    background-color: #010101;
    border-color: #010101;
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none;
    left: 4.4px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox input:checked ~ .checkmark:after,
.checkbox-second input:checked ~ .checkmark:after {
    display: block;
}

.checkbox p,
.checkbox-second p {
    margin-top: 0;
    color: #2b3233;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.checkbox a,
.checkbox-second a {
    color: #f88f35;
    z-index: 5;
    position: relative;
}

.form__btn {
    margin-top: 14px;
    width: fit-content;
    padding: 26px 60px;
    border-radius: 60px;
    background-color: #f88f35;
    border: none;
    color: #fff;
    font-family: 'Raleway';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: 0.4s all;
    box-shadow:
        0px 74px 21px 0px rgba(248, 143, 53, 0),
        0px 47px 19px 0px rgba(248, 143, 53, 0.01),
        0px 27px 16px 0px rgba(248, 143, 53, 0.05),
        0px 12px 12px 0px rgba(248, 143, 53, 0.09),
        0px 3px 7px 0px rgba(248, 143, 53, 0.1);
}

.form__btn:hover {
    background-color: #ea8127;
    box-shadow:
        0px 74px 21px 0px rgba(248, 143, 53, 0),
        0px 47px 19px 0px rgba(248, 143, 53, 0.01),
        0px 27px 16px 0px rgba(248, 143, 53, 0.05),
        0px 12px 12px 0px rgba(248, 143, 53, 0.09),
        0px 3px 7px 0px rgba(248, 143, 53, 0.1);
}

.form__btn.mute {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.form__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

.form__image-pc {
    margin-top: -80px;
    width: 236px;
    height: 210px;
    overflow: hidden;
}

.form__image-pc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form__image-mob {
    display: none;
}

.actions {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    max-height: 60px;
    z-index: 999;
    cursor: pointer;
}

.actions__btn {
    border: none;
    outline: none;
    height: 60px;
    border-radius: 30px;
    background: #ff993f;
    font-family: 'Raleway';
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 120%;
    padding: 20px;
    box-shadow:
        0px 0px 10px 0px rgba(248, 143, 53, 0.4),
        0px 0px 20px 10px rgba(248, 143, 53, 0.2);
}

.actions__chat {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ff993f;
    box-shadow:
        0px 0px 10px 0px rgba(248, 143, 53, 0.4),
        0px 0px 20px 10px rgba(248, 143, 53, 0.2);
}

#start-modal {
    display: none;
}

@media (max-width: 768px) {
    .form__content {
        padding: 16px;
        margin: 37px 20px;
        border-radius: 24px;
    }

    .form__wrapper {
        flex-direction: column;
        width: 100%;
    }

    form {
        margin-top: 26px;
        gap: 20px;
    }

    .form__image-pc {
        display: none;
    }

    .form__image-mob {
        margin: 0 auto 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: auto;
        overflow: hidden;
    }

    .form__image-mob img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .form__content h1 {
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
    }

    .form__content p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 130%;
    }

    .form__close {
        top: 16px;
        right: 16px;
    }

    .checkbox p,
    .checkbox-second p {
        margin-top: 0;
        font-size: 12px;
    }

    .form__btn {
        margin-top: 0;
        width: 100%;
        padding: 20px 60px;
        font-size: 20px;
    }

    .form__input {
        width: 100%;
    }

    .form__input input::placeholder {
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
    }

    .actions__btn {
        display: none;
    }

    .actions {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 375px) {
    .form__content {
        padding: 12px;
        margin: 26px 16px;
    }

    .form__image-mob {
        width: 70px;
        height: 63px;
        margin-bottom: 15px;
    }

    .form__content h1 {
        font-size: 17px;
        line-height: 120%;
    }

    .form__content p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 130%;
    }

    form {
        gap: 22px;
    }

    .checkbox {
        margin-top: -10px;
    }

    .checkbox p,
    .checkbox-second p {
        margin-top: 0;
        font-size: 10px;
    }

    .form__btn {
        margin-top: -2px;
    }

    .form__input input::placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
    }

    .actions {
        bottom: 16px;
        right: 16px;
    }
}

.banner__btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn__main {
    font-size: 22px;
}

.banner__btn-enter {
    padding: 26px 60px;
    text-align: center;
    color: #f88f35;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    border: 2px solid #f88f35;
    border-radius: 60px;
    transition: 0.4s all;
}

.banner__btn-enter:hover {
    color: #ea8127;
    border: 2px solid #ea8127;
}

@media (max-width: 580px) {
    .banner__btn {
        flex-direction: column;
        gap: 12px;
    }

    .banner__btn-enter {
        font-size: 20px;
        line-height: 120%;
        width: 100%;
        padding: 20px 60px;
    }
}

.thx {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.thx.active {
    opacity: 1;
    visibility: visible;
}

.thx__content {
    padding: 30px;
    border-radius: 36px;
    background-color: #fff;
    position: relative;
}

.thx__image {
    width: 200px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
}

.thx__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thx__content p {
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    color: #2b3233;
}

.thx__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.thx__close img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .thx__content {
        margin: 0 20px;
        padding: 20px 16px;
        border-radius: 24px;
    }

    .thx__content p {
        font-size: 20px;
        line-height: 120%;
    }

    .thx__image {
        width: 167px;
        height: 100px;
    }
}

@media (max-width: 375px) {
    .thx__content p {
        font-size: 17px;
    }
}

.zayavka {
    padding: 50px 0 110px 0;
    border-radius: 60px 60px 0 0;
    background-color: #cbeeef;
    margin-bottom: -50px;
}

.zayavka__wrapper {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 40px;
    padding: 40px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zayavka__form {
    width: 650px;
}

.zayavka__title {
    font-size: 22px;
    color: #2b3233;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.zayavka__input input {
    padding: 16px 18px;
    border: none;
    outline: none;
    border-radius: 16px;
    background-color: #f5f5f5;
    color: #2b3233;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 14px;
    width: 100%;
}

.zayavka__input input::placeholder {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.zayavka__sub {
    color: #2b3233;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.zayavka__sub a {
    color: #f88f35;
}

.zayavka__btn {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 26px 60px;
    border-radius: 60px;
    background-color: #f88f35;
    color: #fff;
    font-family: 'Raleway';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: 0.4s all;
    box-shadow:
        0px 74px 21px 0px rgba(248, 143, 53, 0),
        0px 47px 19px 0px rgba(248, 143, 53, 0.01),
        0px 27px 16px 0px rgba(248, 143, 53, 0.05),
        0px 12px 12px 0px rgba(248, 143, 53, 0.09),
        0px 3px 7px 0px rgba(248, 143, 53, 0.1);
}

.zayavka__btn:hover {
    background-color: #ea8127;
    box-shadow:
        0px 74px 21px 0px rgba(248, 143, 53, 0),
        0px 47px 19px 0px rgba(248, 143, 53, 0.01),
        0px 27px 16px 0px rgba(248, 143, 53, 0.05),
        0px 12px 12px 0px rgba(248, 143, 53, 0.09),
        0px 3px 7px 0px rgba(248, 143, 53, 0.1);
}

.zayavka__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.zayavka__image {
    width: 300px;
    height: auto;
    overflow: hidden;
}

.zayavka__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zayavka .title__section {
    font-size: 32px;
}

.zayavka__success {
    display: none;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 40px;
    padding: 40px 80px;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.zayavka__success-image {
    width: 300px;
    height: auto;
    overflow: hidden;
}

.zayavka__success-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zayavka__success p {
    color: #2b3233;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    max-width: 800px;
}

.zayavka__loader {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 40px;
    padding: 60px 80px;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.zayavka__loader-image {
    width: 100px;
    height: 100px;
}

.zayavka__loader-image svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zayavka__loader-image circle {
    animation: pulse 1.5s infinite ease-in-out;
}
.zayavka__loader-image circle:nth-child(1) {
    animation-delay: 0s;
}
.zayavka__loader-image circle:nth-child(2) {
    animation-delay: 0.1s;
}
.zayavka__loader-image circle:nth-child(3) {
    animation-delay: 0.2s;
}
.zayavka__loader-image circle:nth-child(4) {
    animation-delay: 0.3s;
}
.zayavka__loader-image circle:nth-child(5) {
    animation-delay: 0.4s;
}
.zayavka__loader-image circle:nth-child(6) {
    animation-delay: 0.5s;
}
.zayavka__loader-image circle:nth-child(7) {
    animation-delay: 0.6s;
}
.zayavka__loader-image circle:nth-child(8) {
    animation-delay: 0.7s;
}
.zayavka__loader-image circle:nth-child(9) {
    animation-delay: 0.8s;
}
.zayavka__loader-image circle:nth-child(10) {
    animation-delay: 0.9s;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
}

.zayavka__loader p {
    margin-top: 56px;
    color: #2b3233;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
}

.form__sub {
    margin-top: 10px !important;
    color: #2b3233;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 130% !important;
}

.form__sub a {
    color: #f88f35;
}

.form__text {
    color: #2b3233;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 130% !important;
}

.form__wrapper form {
    margin-top: 16px;
    gap: 14px;
}

.form__input-new input {
    width: 100%;
    padding: 18px 16px;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    border-radius: 16px;
    color: #2b3233;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.form__input-new input::placeholder {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.form__btn {
    margin-top: 26px;
}

.header__mobile-actions {
    display: flex;
    align-items: center;
    gap: 22px;
}

.banner__info h1 span {
    position: relative;
    font-weight: 400;
    color: #7f7f7f;
    font-style: normal;
    cursor: pointer;
}

.banner__info h1 span:hover .banner__nds {
    opacity: 1;
    visibility: visible;
}

.banner__nds {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 70px;
    left: -18px;
    width: 356px;
    height: fit-content;
    border-radius: 12px;
    background: #219096;
    padding: 14px 32px;
    transition: 0.4s all;
    z-index: 10;
}

.banner__nds p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    font-variant-numeric: lining-nums proportional-nums;
}

.banner__nds img {
    position: absolute;
    top: -16px;
    left: 25px;
}

.for-question {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.for-question span {
    color: #2b3233;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
}

.for-question a {
    color: #2b3233;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    transition: 0.4s all;
}

.for-question a:hover {
    color: #f88f35;
}

.banner__info h1 span svg {
    width: 30px;
    height: 30px;
}

#start-modal {
    display: none !important;
}

.transfer {
    background-color: #f7f7f7;
    border-radius: 60px 60px 0 0;
    padding-top: 50px;
    margin-top: -60px;
    padding-bottom: 100px;
}

.transfer .title__section {
    text-align: center;
}

.transfer__wrapper {
    margin-top: 30px;
    display: flex;
    align-items: start;
    gap: 16px;
    justify-content: center;
}

.transfer__actions {
    width: 428px;
    height: 400px;
    padding: 26px;
    border-radius: 30px;
    background-color: #fff;
}

.transfer__actions p {
    color: #2b3233;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.transfer__items {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 21px;
}

.transfer__valute,
.transfer__country,
.transfer__summa,
.region__modal-drop {
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    border-radius: 16px;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
}

.transfer__valute::after,
.transfer__country::after,
.region__modal-drop::after {
    content: '';
    position: absolute;
    top: 19px;
    right: 16px;
    background-image: url('/img/select-arrow.svg');
    width: 24px;
    height: 24px;
}

.transfer__valute span,
.transfer__country span,
.transfer__summa label,
.region__modal-drop span {
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.transfer__valute p,
.transfer__country p,
.transfer__summa label,
.region__modal-drop p {
    color: #010101;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}

.transfer__summa input {
    border: none;
    outline: none;
    background-color: transparent;
}

.transfer__itog {
    width: 600px;
    height: 400px;
    padding: 26px 26px 26px 26px;
    border-radius: 30px;
    background-color: #fff;
}

.transfer__itog-title {
    color: #2b3233;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.transfer__price {
    margin-top: 26px;
    display: flex;
    align-items: start;
    gap: 18px;
}

.transfer__price-all span,
.transfer__price-kom span {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.transfer__price-all p {
    color: #f88f35;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.transfer__price-kom p {
    color: #2b3233;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.transfer__calc {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.transfer__itog form input {
    padding: 18px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 16px;
    background: #f5f5f5;
}

.transfer__itog form input::placeholder {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}

.transfer__itog form .checkbox {
    margin-top: 24px;
    margin-bottom: 0;
}

.transfer__itog form .checkbox p {
    max-width: 508px;
    position: relative;
    z-index: 5;
}

.transfer__procent {
    color: #747474 !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 130% !important;
    max-width: 340px;
}

.transfer__valute-list,
.transfer__country-list,
.region__modal-drop-list {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    z-index: 10;
    border-radius: 16px;
    background: #f5f5f5;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    max-height: 230px;
    overflow: hidden;
    overflow-y: auto;
}

.region__modal-drop-list {
    max-height: 178px;
}

.transfer__valute-list.active,
.transfer__country-list.active,
.region__modal-drop-list.active {
    opacity: 1;
    visibility: visible;
}

.transfer__country-list {
    z-index: 20;
}

.transfer__valute-list li,
.transfer__country-list li,
.region__modal-drop-list li {
    transition: 0.3s all;
    cursor: pointer;
}

.transfer__valute-list li:hover,
.transfer__country-list li:hover,
.region__modal-drop-list li:hover {
    color: #f88f35;
}

.transfer__actions .title__section {
    display: none;
}

.transfer__btn {
    margin-top: 24px;
}

.valute__search,
.country__search,
.region__search {
    margin-bottom: 12px;
    padding: 8px 16px;
    border-radius: 30px;
    border: 1px solid #c3c3c3;
    outline: none;
    background-color: transparent;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    width: 100%;
}

.valute__search::placeholder,
.country__search::placeholder,
.region__search::placeholder {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.transfer__inputs {
    margin-bottom: 26px;
    margin-top: 26px;
    display: flex;
    align-items: start;
    gap: 16px;
    position: relative;
}

.summa-wrapper {
    display: flex;
    align-items: center;
}

.footer__content ul li a {
    max-width: 288px;
    display: flex;
}

#error-message {
    color: red;
    font-size: 14px;
    display: none;
    margin-top: 5px;
}

.transfer__input-name {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.transfer__btn-main {
    padding: 14px 30px;
    font-size: 18px;
    line-height: 120%;
}

.transfer__summa input {
    padding-left: 0;
    margin-left: 0;
    color: #010101;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}

.transfer__price-all p {
    width: 264px;
}

.summa-wrapper {
    position: relative;
    display: inline-block;
}

input#summa {
    padding-right: 40px;
}

.currency-label {
    margin-top: 1px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
    color: #010101 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 25.6px !important;
}

.footer__line {
    margin-top: 26px;
    width: 100%;
    border-bottom: 1px solid #d0cece;
}

.footer__wrap {
    margin-top: 26px;

    display: flex;
    align-items: center;
    gap: 12px;
}

.footer__wrap p {
    max-width: 241px;
    color: #2b3233;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-right: 6px;
}

.footer__form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer__form input {
    border-radius: 16px;
    background: #f5f5f5;
    padding: 18px 16px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    border: none;
    outline: none;
}

.footer__form input::placeholder {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}

.footer__btn {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: #f88f35;
    border: none;
    outline: none;
    transition: 0.4s all;
}

.footer__btn:hover {
    background-color: #ea8127;
    box-shadow:
        0px 74px 21px 0px rgba(248, 143, 53, 0),
        0px 47px 19px 0px rgba(248, 143, 53, 0.01),
        0px 27px 16px 0px rgba(248, 143, 53, 0.05),
        0px 12px 12px 0px rgba(248, 143, 53, 0.09),
        0px 3px 7px 0px rgba(248, 143, 53, 0.1);
}

.footer__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.soglasie__num {
    margin-top: 30px !important;
    font-weight: 600 !important;
}

.soglasie ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.region__modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(97, 97, 97, 0.3);
    backdrop-filter: blur(2px);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.region__modal-content {
    max-width: 1040px;
    padding: 40px;
    border-radius: 26px;
    background-color: #fff;
    display: flex;
    gap: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.region__modal-info {
    min-width: 650px;
}

.region__inputs {
    display: flex;
    align-items: start;
    gap: 14px;
}

.region__modal-drop {
    min-width: 318px;
}

.region__modal-input input {
    padding: 18px 16px;
    border-radius: 16px;
    background: #f5f5f5;
    color: #010101;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    width: 100%;
    outline: none;
    border: none;
    margin-bottom: 14px;
}

.region__modal-input input::placeholder {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}

.region__modal-info h2 {
    color: #2b3233;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.region__modal-image {
    width: 236px;
    height: 209px;
    overflow: hidden;
    margin-top: 60px;
}

.region__modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.region__btn-wrap {
    margin-top: 30px;
    width: fit-content;
}

.region__btn-wrap button {
    padding: 26px 60px;
    border-radius: 60px;
    background-color: #f88f35;
    color: #fff;
    font-family: 'Raleway';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    border: none;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: 0.4s all;
    box-shadow:
        0px 74px 21px 0px rgba(248, 143, 53, 0),
        0px 47px 19px 0px rgba(248, 143, 53, 0.01),
        0px 27px 16px 0px rgba(248, 143, 53, 0.05),
        0px 12px 12px 0px rgba(248, 143, 53, 0.09),
        0px 3px 7px 0px rgba(248, 143, 53, 0.1);
}

.region__btn-wrap button:hover {
    background-color: #ea8127;
    box-shadow:
        0px 74px 21px 0px rgba(248, 143, 53, 0),
        0px 47px 19px 0px rgba(248, 143, 53, 0.01),
        0px 27px 16px 0px rgba(248, 143, 53, 0.05),
        0px 12px 12px 0px rgba(248, 143, 53, 0.09),
        0px 3px 7px 0px rgba(248, 143, 53, 0.1);
}

.region__modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.region__modal-close img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.region__btn-wrap button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.region__modal-input {
    width: 100%;
}

.banner__item p svg,
.work__triger svg,
.faq__triger svg {
    width: 20px;
    height: 20px;
}

.banner__item p,
.work__text-container p {
    display: flex;
    align-items: center;
    position: relative;
}

.banner__text-container,
.work__text-container,
.faq__text-container {
    position: relative;
    display: inline-block;
}

.quote__triger,
.work__triger,
.faq_triger {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    margin: 3px 0 0 5px;
    z-index: 1;
}

.quote__triger svg,
.work__triger svg,
.faq__triger svg {
    pointer-events: none;
}

.banner__text-container:hover .banner__quote {
    opacity: 1;
    visibility: visible;
}

.banner__quote {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 171%;
    left: 128%;
    transform: translateX(-50%);
    width: max-content;
    border-radius: 12px;
    background: #219096;
    padding: 14px 32px;
    transition: 0.4s all;
    z-index: 10;
}

.banner__quote p,
.work__quote p,
.faq__quote p {
    margin-top: 0;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    font-variant-numeric: lining-nums proportional-nums;
}

.banner__quote img {
    position: absolute;
    top: -36px;
    left: 58px;
}

.work__text-container:hover .work__quote {
    opacity: 1;
    visibility: visible;
}

.work__quote {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 171%;
    left: 60%;
    transform: translateX(-50%);
    width: max-content;
    border-radius: 12px;
    background: #219096;
    padding: 14px 32px;
    transition: 0.4s all;
    z-index: 10;
}

.work__quote img {
    position: absolute;
    top: -13px;
    left: 275px;
}

.faq__text-container:hover .faq__quote,
.faq__quote:hover {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in;
}

.faq__quote {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 144%;
    left: 60%;
    transform: translateX(-50%);
    width: max-content;
    border-radius: 12px;
    background: #219096;
    padding: 14px 32px;
    z-index: 10;
}

.faq__quote img {
    position: absolute;
    top: -13px;
    left: 80%;
    transform: translateX(-50%);
    transition: 0.2s ease;
}

.faq__content-trird:hover {
    overflow: visible;
}

.faq__text-container p {
    display: flex;
    align-items: center;
}

.faq__triger {
    margin: 5px 0 0 5px;
}

.letter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.letter.active {
    opacity: 1;
    visibility: visible;
}

.letter__content {
    padding: 30px;
    border-radius: 36px;
    background-color: #fff;
    position: relative;
}

.letter__image {
    width: 120px;
    height: 106px;
    overflow: hidden;
    margin: 0 auto;
}

.letter__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.letter__content p {
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    color: #2b3233;
}

.letter__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.letter__close img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thx__text-mob {
    display: none;
}

.tariffs__progress {
    background-color: #d0e7ff !important;
    color: #446591 !important;
}

.overlayTariff {
    max-width: 674px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 20px 26px 20px;
    background-color: #219096;
    border-radius: 24px;
    transition: 0.3s all;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.overlayTariff__info {
    display: flex;
    gap: 16px;
}

.overlayTariff__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.overlayTariff__text h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 14px;
}

.overlayTariff__text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    color: #fff;
}

.overlayTariff__text a {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    color: #fff;
    text-decoration: underline;
}

.overlayTariff__btn {
    margin-top: 24px;
    display: flex;
    justify-content: end;
}

.overlayTariff__btn button {
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    color: #2b3233;
}
