@font-face {
    font-family: montserrat;
    src: url('../fonts/montserrat-regular.woff2');
}

@font-face {
    font-family: montserrat-bold;
    src: url('../fonts/montserrat-bold.woff2');
}

@font-face {
    font-family: montserrat-black;
    src: url('../fonts/montserrat-black.woff2');
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: montserrat;
    background: #F1F1F1;
}

.body__container {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 16px;
}

.mb20{
    margin-bottom: 15px;
}

.home_block_19__wraps{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}


.main_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 10px 24px;
    height: 70px;
    background: #F1F1F1;
    -webkit-box-shadow: 0 4px 13.2px 0 rgba(13, 5, 65, 0.08);
    box-shadow: 0 4px 13.2px 0 rgba(13, 5, 65, 0.08);
    margin-bottom: 16px;
}

.main_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: url("../img/menu.webp") no-repeat center;
}

.main_header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.main_header__contact {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 12px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#4466F5), color-stop(50.8%, #3752C7), to(#4466F5));
    background: linear-gradient(90deg, #4466F5 0%, #3752C7 50.8%, #4466F5 100%);
}

.main_header__log {
    color: #2F2F2F;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 12px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #BEC9F8;
    background: #D2DBFF;
    cursor: pointer;
}

.home__container {
    padding-left: 24px;
    padding-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    background: #F1F1F1;
}

.home_block_1__title {
    color: #2C2C2C;
    font-family: montserrat-black;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.home_block_1__span {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#4161EA), to(#4466F5));
    background: linear-gradient(90deg, #4161EA, #4466F5);
    color: white;
    padding: 4px 16px;
    display: inline-block;
    width: 100%;
}

.home_block_1__subtitle {
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.home_block_1__color {
    color: #3C61FF;
}

.home_block_1__btn {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 15px;
    background: #090909;
    margin-bottom: 12px;
}

.home_block_1__sup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: #2C2C2C;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.home_block_1__sup::before {
    content: "";
    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;
    width: 18px;
    height: 18px;
    background: url("../img/save.webp") no-repeat center;
}

.home_block_2__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.home_block_2__sup {
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.home_block_2__subtitle {
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.home_block_2__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #BEC9F8;
    background: #CED8FF;
    color: #2F2F2F;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
}

.home_block_3__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.home_block_3__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}

.home_block_3__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;
    gap: 10px;
    max-width: 170px;
    width: 100%;
    padding: 16px;
    border-radius: 29px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    min-height: 210px;
}

.home_block_3__item:nth-child(1)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url("../img/how_1.webp") no-repeat center;
}

.home_block_3__item:nth-child(2)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url("../img/how_2.webp") no-repeat center;
}

.home_block_3__item:nth-child(3)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url("../img/how_3.webp") no-repeat center;
}

.home_block_3__item:nth-child(4)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url("../img/how_4.webp") no-repeat center;
}

.home_block_3__item:nth-child(5)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url("../img/how_5.webp") no-repeat center;
}

.home_block_3__item:nth-child(6)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url("../img/how_6.webp") no-repeat center;
}

.home_block_3__item:nth-child(7)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url("../img/how_7.webp") no-repeat center;
}

.home_block_3__item:nth-child(8)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url("../img/how_8.webp") no-repeat center;
}

.home_block_3__head {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home_block_3__text {
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home_block_4__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.home_block_4__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.home_block_4__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.home_block_4__number {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    width: 40px;
    height: 40px;
    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;
    border-radius: 250px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2749F2), to(#637BF6));
    background: linear-gradient(180deg, #2749F2 0%, #637BF6 100%);
}

.home_block_4__right {
    max-width: 330px;
    width: 100%;
    margin-bottom: 24px;
}

.home_block_4__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.home_block_4__item {
    width: 100%;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
}

.home_block_4__head {
    color: #2C2C2C;
    font-family: montserrat-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.home_block_4__text {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home_block_4__start {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: #090909;
}

.home_block_5__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#4161EA), to(#4466F5));
    background: linear-gradient(90deg, #4161EA, #4466F5);
    color: white;
    padding: 4px 16px;
    display: block;
    max-width: 382px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
}

.home_block_5__subtitle {
    color: #2C2C2C;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
}

.home_block_5__wrapper {
    padding: 16px;
    width: 100%;
    height: 255px;
    background: url("../img/protected-icon.webp") no-repeat center;
    background-size: cover;
    border-radius: 25px;
}

.home_block_5__sup {
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88px;
    height: 20px;
    padding: 12px 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 0.5px solid #5689F9;
    background: rgba(5, 8, 27, 0.07);
    -webkit-box-shadow: 0 0 12.1px 0 #96AFE6;
    box-shadow: 0 0 12.1px 0 #96AFE6;
    margin-bottom: 20px;
}

.home_block_5__wrap {
    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;
}

.home_block_5__left {
    max-width: 170px;
    width: 100%;
}

.home_block_5__head {
    color: #FFF;
    font-family: montserrat-black;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home_block_5__text {
    color: #7F7F7F;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.home_block_5__start {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    place-content: center;
    height: 44px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 13px;
    border: 0.5px solid #5689F9;
    background: #000;
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle),
            #000,
            #000 5%,
            #000 60%,
            #000 95%);
    border: solid 2px transparent;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
}


@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}


@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

.home_block_5__image {
    width: 180px;
    height: 180px;
    background: url("../img/protected.webp") no-repeat center;
    background-size: cover;
}

.home_block_6 {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home_block_6__link {
    color: #4263EC;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.home_block_6__sup {
    color: #595959;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home_block_7__wrap::before {
    content: "";
    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;
    width: 100%;
    max-width: 37px;
    height: 37px;
    background: url("../img/icon.webp") no-repeat center;
}

.home_block_7__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 14px 18px 14px 14px;
    border-radius: 16px;
    background: rgba(171, 166, 166, 0.81);
    margin-bottom: 8px;
}

.home_block_7__head {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.9px;
}

.home_block_7__text {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.078px;
}

.home_block_7__wrapper {
    margin-bottom: 24px;
    position: relative;
}

.home_block_7__image {
    width: 300px;
    height: 253px;
    background: url("../img/scan_1.webp") no-repeat center;
    margin: 0 auto;
}

.home_block_7__title {
    position: absolute;
    bottom: 0;
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.home_block_7__color {
    color: #F00;
}

.home_block_7__icon {
    width: 155px;
    height: 65px;
    background: url("../img/compromised.webp") no-repeat center;
    margin: 0 auto;
    margin-bottom: 24px;
}

.home_block_7__link {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 15px;
    background: #090909;
    margin-bottom: 12px;
}

.home_block_7__sup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: #2C2C2C;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.home_block_7__sup::before {
    content: "";
    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;
    width: 18px;
    height: 18px;
    background: url(../img/save.webp) no-repeat center;
}

.home_block_8__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.home_block_8__subtitle {
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.home_block_8__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #BEC9F8;
    background: #CED8FF;
    color: #2F2F2F;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
}

.home_block_9__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}

.home_block_9__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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 29px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    padding: 16px;
    max-width: 170px;
    width: 100%;
}

.home_block_9__item:nth-child(1)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url(../img/support_1.webp) no-repeat center;
}

.home_block_9__item:nth-child(2)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url(../img/support_2.webp) no-repeat center;
}

.home_block_9__item:nth-child(3)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url(../img/support_3.webp) no-repeat center;
}

.home_block_9__item:nth-child(4)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url(../img/support_4.webp) no-repeat center;
}

.home_block_9__item:nth-child(5)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url(../img/support_5.webp) no-repeat center;
}

.home_block_9__item:nth-child(6)::before {
    content: "";
    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;
    width: 44px;
    height: 44px;
    background: url(../img/support_6.webp) no-repeat center;
}

.home_block_9__head {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.home_block_10__inner {
    width: 100%;
}

.home_block_10__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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    border-radius: 29px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    min-height: 198px;
}

.home_block_10__star {
    width: 144px;
    height: 32px;
    background: url(../img/reviews-icon.webp) no-repeat center;
}

.home_block_10__text {
    color: #2C2C2C;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home_block_10__name {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}

.home_block_11__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.home_block_11__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.home_block_11__item {
    padding: 16px;
    border-radius: 18px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
}

.home_block_11__number {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    width: 106px;
    padding: 8px 0;
    border-radius: 11px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2749F2), to(#637BF6));
    background: linear-gradient(180deg, #2749F2 0%, #637BF6 100%);
    margin-bottom: 10px;
}

.home_block_11__head {
    color: #2C2C2C;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.home_block_11__text {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home_block_11__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: #090909;
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.home_block_11__sup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: #2C2C2C;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.home_block_11__sup::before {
    content: "";
    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;
    width: 18px;
    height: 18px;
    background: url(../img/save.webp) no-repeat center;
}

/* Стили для прелоадера */
#preloader {
    position: fixed;
    /* Фиксируем относительно окна браузера */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* Цвет фона прелоадера */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Используем flexbox для центрирования */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* Центрируем по горизонтали */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* Центрируем по вертикали */
    z-index: 9999;
    /* Высокий z-index, чтобы был поверх всего */
    /* transition: opacity 0.5s ease-out; /* Плавный переход при скрытии */
}

/* Простой спиннер */
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #007bff;
    /* Цвет спиннера */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    /* Анимация вращения */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Скрытие прелоадера - добавляется через JS */
.preloader-hidden {
    opacity: 0;
    pointer-events: none;
    /* Отключает взаимодействие с прелоадером */
}

.slick-prev,
.slick-next {
    display: none !important;
}

.wrapper__body {
    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;
    height: 100vh;
    padding-bottom: 16px;
}

.home_block_12__wrapper {
    position: relative;
}

.home_block_12__image {
    width: 302px;
    height: 310px;
    background: url(../img/scan_2.webp) no-repeat center;
    margin: 0 auto;
}

.home_block_12__info {
    color: #3B61FF;
    text-align: center;
    text-shadow: 0 0 7.2px rgba(0, 49, 254, 0.37);
    font-family: montserrat-bold;
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.home_block_12__inner {
    padding: 8px 16px;
    border-radius: 29px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
}

.home_block_12__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.home_block_12__progess {
    height: 13px;
    width: 100%;
    border-radius: 28px;
    background: #F1F1F1;
}

.home_block_12__line {
    border-radius: 20px;
    background: #3B61FF;
    width: 60%;
    height: 13px;
}

.home_block_12__count {
    color: #3B61FF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home_block_12__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.home_block_12__item {
    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;
}

.home_block_12__name {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home_block_12__images {
    width: 24px;
    height: 24px;
    border-radius: 150px;
    border: 1px dashed #36C103;
}

.add__img {
    background: url(../img/scan_icon.webp) no-repeat center;
}

.scan {
    position: relative;
    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;
}

.scan .fingerprint {
    position: absolute;
    width: 300px;
    height: 250px;
    background-size: 300px;
}

.scan .fingerprint::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 300px;
    -webkit-animation: animate 4s ease-in-out infinite;
    animation: animate 4s ease-in-out infinite;

}

@-webkit-keyframes animate {

    0%,
    100% {
        height: 0%;
    }

    50% {
        height: 100%;
    }
}

@keyframes animate {

    0%,
    100% {
        height: 0%;
    }

    50% {
        height: 100%;
    }
}

.scan .fingerprint::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #3B61FF;
    border-radius: 8px;
    -webkit-filter: drop-shadow(0 0 20px #0031FE) drop-shadow(0 0 60px #0031FE);
    filter: drop-shadow(0 0 20px #0031FE) drop-shadow(0 0 60px #0031FE);
    -webkit-animation: animate_line 4s ease-in-out infinite;
    animation: animate_line 4s ease-in-out infinite;
}

@-webkit-keyframes animate_line {

    0%,
    100% {
        top: 0%;
    }

    50% {
        top: 100%;
    }
}

@keyframes animate_line {

    0%,
    100% {
        top: 0%;
    }

    50% {
        top: 100%;
    }
}

.scan h3 {
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 2px;
    margin-top: 20px;
    color: #3fefef;
    -webkit-filter: drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 60px #3fefef);
    filter: drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 60px #3fefef);
    -webkit-animation: animate_text 0.5s steps(1) infinite;
    animation: animate_text 0.5s steps(1) infinite;
}

@-webkit-keyframes animate_text {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes animate_text {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.modal_login {
    position: fixed;
    inset: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    padding: 10px;
}

.modal_login__wrapper {
    position: relative;
    margin: auto;
    width: 100%;
    padding: 24px;
    max-width: 382px;
    height: auto;
    position: relative;
    border-radius: 25px;
    background: #F1F1F1;
}

.modal_login__head {
    color: #2C2C2C;
    font-family: montserrat-black;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.modal_login__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    cursor: pointer;
    border: none;
    font-size: 30px;
}

.modal_login__item {
    margin-bottom: 24px;
}

.modal_login__label {
    display: block;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.modal_login__input {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
}

.modal_login__input::-webkit-input-placeholder {
    color: #797979;
}

.modal_login__input::-moz-placeholder {
    color: #797979;
}

.modal_login__input:-ms-input-placeholder {
    color: #797979;
}

.modal_login__input::-ms-input-placeholder {
    color: #797979;
}

.modal_login__input::placeholder {
    color: #797979;
}

.main_header__svg{
    width: 25px;
}

.modal_login__btn {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    height: 44px;
    padding: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#4466F5), color-stop(50.8%, #3752C7), to(#4466F5));
    background: linear-gradient(90deg, #4466F5 0%, #3752C7 50.8%, #4466F5 100%);
    width: 100%;
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
}

/* Стиль для неактивной кнопки */
.modal_login__btn:disabled {
    background: #cccccc;
    /* серый градиент */
    cursor: not-allowed;
}

/* Стили для подсветки ошибок */
.modal_login__input.error {
    border-color: #e74c3c;
    /* красная рамка */
    -webkit-box-shadow: 0 0 8.7px 0 rgba(231, 76, 60, 0.3);
    box-shadow: 0 0 8.7px 0 rgba(231, 76, 60, 0.3);
    /* красная тень */
}

/* Текст ошибки */
.modal_login__error-message {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    display: none;
    /* по умолчанию скрыт */
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    padding: 10px;
}

.modal__wrapper {
    margin: auto;
    width: 100%;
    padding: 24px;
    max-width: 382px;
    height: auto;
    position: relative;
    border-radius: 20px;
    background: #FFF;
}

.modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.modal__header::before {
    content: "";
    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;
    width: 100%;
    max-width: 64px;
    height: 64px;
    background: url(../img/check-comment.webp) no-repeat center;
}

.modal__head {
    color: #2C2C2C;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.modal__subtitle {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.modal__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.modal__item {
    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;
}

.modal__name {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.modal__images {
    width: 24px;
    height: 24px;
    border-radius: 150px;
    border: 1px dashed #36C103;
    background: url(../img/scan_icon.webp) no-repeat center;
}

.modal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: #090909;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
}

.home_block_13 {
    margin-top: 40px;
}

.home_block_13__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 16px;
    width: 100%;
    border-radius: 21px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
}

.home_block_13__wrapper::before {
    content: "";
    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;
    width: 100%;
    max-width: 64px;
    height: 64px;
    background: url(../img/users-icon.webp) no-repeat center;
}

.home_block_13__head {
    color: #2749F2;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.home_block_13__info {
    color: #2C2C2C;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.home_block_13__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.home_block_13__subtitle {
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.home_block_13__input {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 11px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 8px;
}

.home_block_13__input::-webkit-input-placeholder {
    color: #2C2C2C;
}

.home_block_13__input::-moz-placeholder {
    color: #2C2C2C;
}

.home_block_13__input:-ms-input-placeholder {
    color: #2C2C2C;
}

.home_block_13__input::-ms-input-placeholder {
    color: #2C2C2C;
}

.home_block_13__input::placeholder {
    color: #2C2C2C;
}

.home_block_13__buttons {
    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;
    gap: 4px;
    margin-bottom: 24px;
}

.home_block_13__btn {
    color: #2C2C2C;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    padding: 7px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
}

.home_block_13__add {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    border: none;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#4466F5), color-stop(50.8%, #3752C7), to(#4466F5));
    background: linear-gradient(90deg, #4466F5 0%, #3752C7 50.8%, #4466F5 100%);
    margin-bottom: 6px;
    cursor: pointer;
}

.home_block_13__add:disabled {
    opacity: 0.5;
}

.home_block_13__sup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: #2C2C2C;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.home_block_13__sup::before {
    content: "";
    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;
    width: 18px;
    height: 18px;
    background: url(../img/save.webp) no-repeat center;
}

.home_block_14__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.home_block_14__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 95px;
    border-radius: 12px;
    background: url("../img/checkout-background.webp") no-repeat center;
    padding: 16px 29px 16px 16px;
    margin-bottom: 40px;
}

.home_block_14__img {
    width: 44px;
    height: 44px;
    background: url("../img/checkout-iocn.webp") no-repeat center;
}

.home_block_14__info {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
}

.home_block_14__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.home_block_14__min {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#5484F5), to(#5E5CF4));
    background: linear-gradient(180deg, #5484F5 0%, #5E5CF4 100%);
    -webkit-box-shadow: 0 0 8.2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8.2px 0 rgba(0, 0, 0, 0.15);
}

.home_block_14__count {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.home_block_14__sup {
    color: #C4C4C4;
    font-size: 9px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
}

.home_block_14__duble {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
}

.home_block_14__inner {
    margin-bottom: 40px;
}

.home_block_14__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.home_block_14__item {
    cursor: pointer;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-radius: 19px;
    border: 1px solid #D7DBEA;
    background: #FFF;
}

.home_block_14__item:nth-child(1){
    padding-top: 27px;
}

.item_active {
    border-radius: 19px;
    border: 1px solid #4364EE;
    background: #D2DDFB;
}

.home_block_14__rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 6px;
}

.home_block_14__top {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 8px 4px 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    width: 90px;
    border-radius: 16px 0 14px 0;
    background: #4364EE;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
}

.home_block_14__star {
    width: 12px;
    height: 12px;
    background: url("../img/checkout-star.webp") no-repeat center;
}

.home_block_14__bonus {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 8px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}

.home_block_14__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.home_block_14__radio {
    width: 24px;
    height: 24px;
}

.home_block_14__label {
    color: #2C2C2C;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    /* 168.75% */
    text-transform: uppercase;
}

.home_block_14__price {
    color: #2C2C2C;
    text-align: right;
    font-family: montserrat-black;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.home_block_14__information {
    color: #9EA4B1;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home_block_15 {
    margin-bottom: 40px;
}

.home_block_15__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.home_block_15__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.home_block_15__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 16px;
    border-radius: 29px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
}

.home_block_15__item:nth-child(1)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/protection_icon-1.webp") no-repeat center;
}

.home_block_15__item:nth-child(2)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/protection_icon-2.webp") no-repeat center;
}

.home_block_15__item:nth-child(3)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/protection_icon-3.webp") no-repeat center;
}

.home_block_15__item:nth-child(4)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/protection_icon-4.webp") no-repeat center;
}

.home_block_15__item:nth-child(5)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/protection_icon-5.webp") no-repeat center;
}

.home_block_15__head {
    color: #2C2C2C;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home_block_15__text {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home_block_or{
    color: #2C2C2C;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.43px;
    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;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home_block_or::before{
    content: "";
    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: 1px;
    width: 100%;
    background: #D9D9D9;
}
.home_block_or::after{
    content: "";
    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: 1px;
    width: 100%;
    background: #D9D9D9;
}
.home_block_16 {
    margin-bottom: 40px;
}

.home_block_16__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.home_block_16__top {
    margin-bottom: 12px;
}

.home_block_16__label {
    display: block;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.home_block_16__input {
    font-size: 14px;
    width: 100%;
    height: 44px;
    padding: 16px;
    border-radius: 11px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
}

.home_block_16__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.home_block_16__item{
    width: 100%;
}

.home_block_16__pay{
    
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    height: 50px;
    padding: 8px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 37px;
    border: 0 solid #000;
    background: #000;
}

.home_block_16__pay::before{
    content: '';
    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;
    width: 60px;
    height: 28px;
    background: url("../img/pay-icon.png") no-repeat center;
}

.home_block_16__submit {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    /* 168.75% */
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#4466F5), color-stop(50.8%, #3752C7), to(#4466F5));
    background: linear-gradient(90deg, #4466F5 0%, #3752C7 50.8%, #4466F5 100%);
    margin-bottom: 20px;
}

.status-message{
    text-align: center;
    font-size: 12px;
}

.home_block_16__submit:disabled,
.home_block_16__submit.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
/* Контейнеры для полей SDK */
#card-number,
#card-expiration,
#card-cvv {
    width: 100%;
    height: 44px; /* соответствует высоте ваших input */
    padding: 10px !important; /* убираем лишние отступы, чтобы SDK занимал всё пространство */
    border: none !important; /* убираем двойные рамки (border зададим через box-shadow или обёртку) */
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    border-radius: 11px !important; /* сохраняем скругление */
    overflow: hidden; /* чтобы содержимое не вылезало за скругление */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

/* Если SDK вставляет iframe */
#card-number iframe,
#card-expiration iframe,
#card-cvv iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 11px; /* скругление для iframe */
    background: #FFF; /* фон как у ваших полей */
    display: block;
}

/* Если SDK вставляет input (в некоторых интеграциях) */
#card-number input,
#card-expiration input,
#card-cvv input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 11px;
    padding: 8px 16px; /* отступы внутри поля */
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #2C2C2C;
    background: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* Обёртка для стилизации (если SDK создаёт обёртку) */
#card-number > *,
#card-expiration > *,
#card-cvv > * {
    width: 100% !important;
    height: 100% !important;
    border-radius: 11px !important;
    background: #FFF !important;
}
.home_block_17 {
    margin-bottom: 40px;
    position: relative;
}

.home_block_17__img {
    position: absolute;
    right: 0;
    top: 0;
}

.home_block_17__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.home_block_17__subtitle {
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.home_block_17__text {
    color: #BABABA;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.home_block_17__info {
    text-align: center;
    color: #BABABA;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home_block_17__link {
    color: #BABABA;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-decoration-line: underline;
}

.home_block_18 {
    padding-top: 40px;
}

.home_block_18__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.home_block_18__subtitle {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.home_block_18__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.home_block_18__label {
    display: block;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.home_block_18__input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
}

.home_block_18__select {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding-left: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
}

.home_block_18__sup {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.home_block_18__textarea {
    height: 179px;
    padding: 16px;
    width: 100%;
    resize: none;
    border-radius: 14px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
}

.file-upload-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    border: 2px dashed #93a6ff;
    /* светло-голубой пунктир */
    border-radius: 12px;
    background-color: #e6eeff;
    /* светло-голубой фон */
    color: #4a6cf7;
    /* синий текст */
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.file-upload-zone:hover {
    background-color: #d6e5ff;
    border-color: #6a8aff;
}

.file-upload-zone.drag-over {
    background-color: #c6d9ff;
    border-color: #4a6cf7;
}

.file-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.home_block_18__submit {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 168.75% */
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#4466F5), color-stop(50.8%, #3752C7), to(#4466F5));
    background: linear-gradient(90deg, #4466F5 0%, #3752C7 50.8%, #4466F5 100%);
}

.home_block_19 {
    padding-top: 40px;
}

.home_block_19__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.home_block_19__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.home_block_19__head {
    color: #2C2C2C;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.home_block_19__text {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.home_block_19__texts {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    max-width: 290px;
}
.home_block_19__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.home_block_19__link {
    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;
    color: #2C2C2C;
    font-family: montserrat-black;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}

.home_block_19__link::after {
    content: '';
    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;
    width: 24px;
    height: 24px;
    background: url("../img/arrow-right.webp") no-repeat center;
}

.home_block_19__btn {
    color: #2F2F2F;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #BEC9F8;
    background: #CED8FF;
}

.home_block_19__wrapper {
    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;
    gap: 32px;
    margin-bottom: 16px;
}

.home_block_19__pay_1 {
    width: 86px;
    height: 64px;
    background: url("../img/pay_1.webp") no-repeat center;
}

.home_block_19__pay_2 {
    width: 86px;
    height: 64px;
    background: url("../img/pay_2.webp") no-repeat center;
}

.home_block_19__sup {
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.modal_unsubscribe {
    position: fixed;
    inset: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    padding: 10px;
}

.modal_unsubscribe__wrapper {
    position: relative;
    margin: auto;
    width: 100%;
    padding: 24px;
    max-width: 382px;
    height: auto;
    position: relative;
    border-radius: 25px;
    background: #F1F1F1;
}

.modal_unsubscribe__close {
    position: absolute;
    top: 2px;
    right: 2px;
    background: transparent;
    cursor: pointer;
    border: none;
    font-size: 30px;
}

.modal_unsubscribe__item {
    margin-bottom: 24px;
}

.modal_unsubscribe__input {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
}

.modal_unsubscribe__btn {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: red;
    width: 100%;
    cursor: pointer;
    border: none;
}

.modal_unsubscribe__head {
    color: #2C2C2C;
    font-family: montserrat-black;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.unsubscribe-message {
    display: none;
    text-align: center;
    color: green;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.home_block_20__content{
    text-align: left;
}

.home_block_20__btn {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 50px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#4466F5), color-stop(50.8%, #3752C7), to(#4466F5));
    background: linear-gradient(90deg, #4466F5 0%, #3752C7 50.8%, #4466F5 100%);
}

.home_block_20__wrapper {
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border-radius: 29px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.home_block_20__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.home_block_20__item:nth-child(1) {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 24px;
    margin-bottom: 24px;

}

.home_block_20__item:nth-child(1)::before {
    content: '';
    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;
    width: 100%;
    max-width: 50px;
    height: 50px;
    background: url("../img/download_icon-1.webp") no-repeat center;
}

.home_block_20__item:nth-child(2)::before {
    content: '';
    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;
    width: 100%;
    max-width: 50px;
    height: 50px;
    background: url("../img/download_icon-2.webp") no-repeat center;
}

.home_block_20__head {
    color: #2C2C2C;
    font-family: montserrat-black;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.home_block_20__text {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home_block_21__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.home_block_21__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    padding-left: 0;
    list-style: none;
}

.home_block_21__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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    max-width: 184px;
    width: 100%;
    padding: 16px;
    border-radius: 29px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
}

.home_block_21__item:nth-child(1)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/download_icon-3.webp") no-repeat center;
}

.home_block_21__item:nth-child(2)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/download_icon-4.webp") no-repeat center;
}

.home_block_21__item:nth-child(3)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/download_icon-5.webp") no-repeat center;
}

.home_block_21__item:nth-child(4)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/download_icon-6.webp") no-repeat center;
}

.home_block_21__item:nth-child(5)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/download_icon-7.webp") no-repeat center;
}

.home_block_21__item:nth-child(6)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/download_icon-8.webp") no-repeat center;
}

.home_block_21__item:nth-child(7)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/download_icon-9.webp") no-repeat center;
}

.home_block_21__item:nth-child(8)::before {
    content: '';
    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;
    width: 100%;
    max-width: 44px;
    height: 44px;
    background: url("../img/download_icon-10.webp") no-repeat center;
}

.home_block_21__head {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 15px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home_block_21__text {
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}


.navbar {
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: auto;
    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;
    height: 60px;
}

.nav-menu {
    display: none;
    position: absolute;
    left: -100%;
    top: 60px;
    /* Выравнивание под навигационную панель */
    left: 56%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 14px;
    border: 1px solid #C7C9D6;
    background: #FFF;
    -webkit-box-shadow: 0 0 14.1px 0 rgba(0, 0, 0, 0.29);
            box-shadow: 0 0 14.1px 0 rgba(0, 0, 0, 0.29);
    width: 100%;
    max-width: 260px;
    padding: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.nav-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.nav-menu{
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.nav-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 4px 0;
}
.nav-item:nth-child(1)::before{
    content: '';
    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;
    width: 24px;
    height: 24px;
    background: url("../img/link-icon-1.webp") no-repeat center;
}
.nav-item:nth-child(2)::before{
    content: '';
    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;
    width: 24px;
    height: 24px;
    background: url("../img/link-icon-2.webp") no-repeat center;
}
.nav-item:nth-child(3)::before{
    content: '';
    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;
    width: 24px;
    height: 24px;
    background: url("../img/link-icon-3.webp") no-repeat center;
}
.nav-item:nth-child(4)::before{
    content: '';
    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;
    width: 24px;
    height: 24px;
    background: url("../img/link-icon-4.webp") no-repeat center;
}
.nav-item {
    margin: 0;
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.nav-links::after{
    content: '';
    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;
    width: 24px;
    height: 24px;
    background: url("../img/arrow-right.webp") no-repeat center;
}

/* Стили для бургер-иконки */
.nav-toggle {
    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: end;
            -ms-flex-align: end;
                align-items: flex-end;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
    /* Выше чем у меню */
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #4161EA;
    margin: 3px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    /* Точка вращения по центру */
}

/* Анимация верхней полоски */
.bar:nth-child(1).animate {
    -webkit-transform: rotate(-45deg) translate(-6px, 8px);
    -ms-transform: rotate(-45deg) translate(-6px, 8px);
    transform: rotate(-45deg) translate(-6px, 8px);
}

/* Анимация средней полоски */
.bar:nth-child(2).animate {
    opacity: 0;
    /* Полностью исчезает */
}

.bar:nth-child(2){
    width: 20px;
}

/* Анимация нижней полоски */
.bar:nth-child(3).animate {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    -ms-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
}

.content {
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
}

.home_block_30 {
    padding-top: 80px;
}
.home_block_30__icon {
    width: 143px;
    height: 143px;
    background: url("../img/check_icon.webp") no-repeat center;
    margin: 0 auto;
    margin-bottom: 12px;
}
.home_block_30__title {
    color: #2C2C2C;
    text-align: center;
    font-family: montserrat-black;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.home_block_30__subtitle {
    color: #272727;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}
.home_block_30__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    padding: 12px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    background: #090909;
}
.home_block_30__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 32px;
}
.home_block_30__mail {
    width: 44px;
    height: 44px;
    background: url("../img/mail.webp") no-repeat center center;
}
.home_block_30__head {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}
.home_block_30__email {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.modal_register {
    position: fixed;
    inset: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    padding: 10px;
}
.modal_register__wrapper {
    position: relative;
    margin: auto;
    width: 100%;
    padding: 24px;
    max-width: 382px;
    height: auto;
    position: relative;
    border-radius: 25px;
    background: #F1F1F1;
}
.modal_register__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    cursor: pointer;
    border: none;
    font-size: 30px;
}
.modal_register__head {
    color: #2C2C2C;
    font-family: montserrat-black;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.modal_register__status{
    text-align: center;
    font-size: 12px;
    color: #2C2C2C;
    margin-bottom: 20px;
}
.modal_register__item {
    margin-bottom: 24px;
}
.modal_register__label {
    display: block;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}
.modal_register__input {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8.7px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
}
.modal_register__btn {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 12px;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#4466F5), color-stop(50.8%, #3752C7), to(#4466F5));
    background: linear-gradient(90deg, #4466F5 0%, #3752C7 50.8%, #4466F5 100%);
    width: 100%;
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
}
.modal_register__btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
}
.modal_register__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    color: #2C2C2C;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
}
.switch-to-login {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: #000;
    cursor: pointer;
    border: none;
}
@media (max-width: 400px) {
    .home__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main_header__contact {
        font-size: 12px;
    }

    .main_header__log {
        font-size: 12px;
    }

    .home_block_1__title {
        font-size: 21px;
    }

    .home_block_1__subtitle {
        font-size: 14px;
    }

    .home_block_2__subtitle {
        font-size: 14px;
    }

    .home_block_3__item {
        padding: 10px;
        max-width: 42vw;
    }

    .home_block_9__item {
        padding: 10px;
        max-width: 42vw;
    }

    .home_block_3__head {
        font-size: 12px;
    }

    .home_block_3__text {
        font-size: 14px;
    }

    .home_block_4__text {
        font-size: 14px;
    }

    .home_block_5__subtitle {
        font-size: 14px;
    }

    .home_block_5__image {
        width: 114px;
        height: 114px;
        background: url("../img/protected.webp") no-repeat center;
        background-size: cover;
    }

    .home_block_5__head {
        font-size: 14px;
    }

    .home_block_5__text {
        font-size: 14px;
    }

    .home_block_5__wrapper {
        height: auto;
    }

    .home_block_5__sup {
        margin-bottom: 20px;
    }

    .home_block_8__subtitle {
        font-size: 14px;
    }

    .home_block_9__head {
        font-size: 12px;
    }

    .home_block_10__text {
        font-size: 14px;
    }

    .home_block_11__text {
        font-size: 14px;
    }

    .home_block_13__btn {
        font-size: 12px;
        width: 100%;
    }

    .home_block_13__head {
        font-size: 16px;
    }

    .home_block_13__info {
        font-size: 16px;
    }

    .home_block_14__info {
        font-size: 12px;
    }

    .home_block_14__title {
        font-size: 28px;
    }

    .home_block_14__label {
        font-size: 14px;
    }

    .home_block_14__price {
        font-size: 14px;
    }

    .home_block_14__information {
        font-size: 14px;
    }

    .home_block_15__text {
        font-size: 12px;
    }

    .home_block_17__subtitle {
        font-size: 14px;
    }

    .home_block_17__text {
        font-size: 14px;
    }

    .home_block_18__title {
        font-size: 28px;
    }

    .home_block_18__subtitle {
        font-size: 14px;
        text-align: center;
    }

    .home_block_18__sup {
        font-size: 14px;
    }

    .home_block_19__text {
        font-size: 14px;
    }
    .home_block_19__texts {
        font-size: 14px;
    }
    .home_block_21__item {
        max-width: 42vw;
    }

    .home_block_21__head {
        font-size: 13px;
    }

    .home_block_21__text {
        font-size: 13px;
    }

    .home_block_20__head {
        font-size: 14px;
    }

    .home_block_20__btn {
        font-size: 13px;
    }

    .modal_unsubscribe__head {
        font-size: 16px;
    }

    .main_header{
        padding: 10px;
    }

    .main_header__button{
        gap: 10px;
    }

    .main_header{
        gap: 20px;
    }

    .main_header__contact {
        font-size: 10px;
    }
    .main_header__log {
        font-size: 10px;
    }

    .main_header__reg{
        font-size: 10px;
    }
}