* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
html, body {
    max-width: 1920px;
    margin: 0 auto;
}
body {
    background: #F7F8FA;
    overflow-x: hidden;
}

.container {
    max-width: 1470px !important;
    margin: 0 auto;
    padding: 0 10px;
}
.subtitle {
    color: #153045;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
}
.promo {
    background: url('/img/main/promo-bg.png') center center/cover no-repeat;
    overflow-x: hidden;
}
.header {
    padding: 20px 0;
    border-bottom: 1px solid #CDD8ED;
}
.demo-page .header {
    padding: 20px 0;
}
.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.menu__list {
    display: flex;
    align-items: center;
    gap: 80px;
    list-style-type: none;
}
.menu__item a {
    text-decoration: none;
    color: #153045;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
}
.menu__item a:hover {
    color: #FF395A !important;
}

.logo-mobile {
    display: none;
}
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    transition: all 0.5s;
}
.hamburger span {
    width: 22px;
    height: 2px;
    background: #153045;
    border-radius: 8px;
    transition: all 0.5s;
}
.promo__wrap {
    margin-top: 88px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.promo__info {
    max-width: 720px;
}
.promo_security {
    padding: 8px 12px;
    border-radius: 60px;
    background: #0DA64C1A;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 150px;
    font-weight: 500;
    font-size: 20px;
    color: #153045;
}
.title {
    margin-top: 32px;
    font-size: 72px;
    line-height: 78px;
    font-weight: 600;
}
.btn {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    border: none;
    padding: 16px;
    border-radius: 10px;
    background: #FF395A;
    max-width: 260px;
    width: 100%;
    margin: 30px 0;
    transition: all 0.3s ease;
}

.header__btns{max-width: 360px; width: 100%;justify-content: end; width: auto;}
.header__btns a.header__btn2{border: 1px solid #FF395A; margin: 30px 0;}
.header__btns .btn{margin: 0px !important; padding: 11px; font-size: 14px;padding: 11px 20px;width: auto;}

.btn:hover {
    background: #EB2546 !important;
}

.header__btn {
    text-decoration: none;
    border: 1px solid #153045;
    border-radius: 10px;
    padding: 11px;
    font-size: 14px;
    color: #153045;
    max-width: 220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: transparent;
}
.header__btn:hover {
    border-color: #FF395A !important;
    background: rgba(255, 57, 90, 0.10) !important;
    color: #FF395A !important;
}

.promo__right img {
    width: 720px;
    display: block;
}


.sale {
    background: #FF395A;
    padding: 12px 0;
}
.sale__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.products-solutions {
    margin-top: 100px;
}
.products-solutions__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.products-solutions__item {
    padding: 40px;
    border-radius: 40px;
    box-shadow: 0px 4px 24px 0px #D0D2E640;
}
.products-solutions__title {
    color: #153045;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}
.products-solutions__descr {
    color: #153045;
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.supports {
    margin-top: 100px;
}
.supports__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.supports__info {
    max-width: 730px;
}
.supports__descr {
    margin-top: 20px;
    color: #153045;
    font-size: 18px;
    line-height: 28px;
}
.supports__list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.supports__item {
    color: #153045;
    font-weight: 400;
    font-size: 20px;
    background: #fff;
    border: 1px solid #CDD8ED;
    padding: 14px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.supports__img {
    width: 45%;
}

.company {
    margin-top: 100px;
    padding: 100px 0;
    background: linear-gradient(to bottom, rgba(14, 15, 15, 0.00) 0%, rgba(14, 15, 15, 0.74) 75%, #0E0F0F 85%), url('/img/main/company-bg.jpg') top center no-repeat;
}
.company .subtitle {
    color: #fff;
}
.company__list {
    margin-top: 40px;
    list-style-type: none;
    max-width: 730px;
}
.company-item {
    padding: 28px 0;
    border-bottom: 1px solid #CDD8ED29;
    display: flex;
    gap: 32px;
}
.company-item__number {
    font-size: 24px;
    font-weight: 600;
    color: #565757;
    line-height: 32px;
}
.company-item__title {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    cursor: pointer;
}
.company-item__title_active {
    color: #0DA64C;
}
.company-item__descr {
    margin-top: 15px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.company-item__descr_open {
    max-height: 200px; /* Достаточная высота для описания */
}

.verifayo-table__wrapper{border-radius: 40px; overflow: hidden; box-shadow: 0px 4px 24px 0px rgba(208, 210, 230, 0.25);}
.verifayo-table{width: 100%;}
.verifayo-table th, .verifayo-table td{padding: 14px 41px;}
.verifayo-table th{background: #153045; color: #fff; font-size: 20px; line-height: 24px; font-weight: 500; text-align: left;}
.verifayo-table td{background: #fff;}
.verifayo-table tr:nth-child(2n) td{background: #F7F8FA;}

.package{margin-top: 100px;}
.package .subtitle {text-align: center;}
.package .package__descr {max-width: 750px; margin: 20px auto 0; padding: 0; border: none; text-align: center;}
.package__table{max-width: 976px; margin: 30px auto 0;}
.package__btn{display: flex; justify-content: center; margin-top: 30px;}
.package__btn .btn{margin: 0px;}

.talk{margin-top: 100px;}
.talk .container{min-height: 512px; padding-top: 80px; position: relative;}
.talk__descr{max-width: 750px; margin: 20px 0 0; padding: 0; border: none;}
.talk__wrap{padding: 80px 0 40px 0;}
.talk__soials{display: flex; flex-direction: column; gap: 15px;}
.talk__soial{display: flex; align-items: center; gap: 15px;}
.talk__soial__info{display: flex; align-items: center; flex-wrap: wrap; gap: 0 15px;}
.talk__soial img{}
.talk__soial a{}
.talk__soial a:hover{text-decoration: underline;}
.talk__soial a.green{color: #0DA64C;}
.talk__soial a.green:hover{}
.talk__img{width: 602px; height: 512px; position: absolute; right: 10px; top: 0px;}
.talk__img img{display: block; width: 100%}
.talk__contacts{margin-top: 40px;}

.plans {
    margin-top: 100px;
}
.plans .subtitle {
    text-align: center;
}
.plans__wrap {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1060px;
    background: #fff;
    border-radius: 40px;
}
.plans__tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
}
.plans__tab {
    text-align: center;
    padding: 20px;
}
.plans__tab:first-child {
    background: #E8EAEF;
    font-weight: 600;
    font-size: 24px;
    color: #153045;
    border-top-left-radius: 40px;
}
.plans__tab:last-child {
    font-weight: 400;
    font-size: 20px;
    color: #153045;
    padding: 5px 20px;
}
.plans__tab:last-child span {
    font-size: 50px;
    font-weight: 500;
}
.plans__descr {
    padding: 32px 40px;
    border-bottom: 1px solid #CDD8ED;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.plans__info {
    padding: 32px 40px 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.plans__title {
    color: #153045;
    font-size: 24px;
    font-weight: 600;
}
.plans__list {
    margin-top: 30px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.plans-item {
    padding-left: 36px;
    position: relative;
    color: #153045;
    font-size: 18px;
    line-height: 28px;
}
.plans-item::before {
    content: url('/img/main/check.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plans .btn {
    margin-top: 0;
    position: relative;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.form-block {
    margin-top: 120px;
    padding: 84px 0;
    background: url('/img/main/form-bg.jpg') center center/cover no-repeat;
}
.form-block form {
    max-width: 600px;
    margin-left: auto;
}
.form-block__descr {
    margin-top: 12px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #153045;
    font-size: 18px;
    line-height: 28px;
}
.form-block__inputs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.form-block__input {
    border-radius: 16px;
    background: #fff;
    border: 1px solid #CDD8ED;
    padding: 16px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}
.form-block__input:hover {
    background: #F7F8FA !important;
}
.form-block__select {
    padding-left: 50px;
}
.form-block__input::placeholder {
    color: #565757;
}

.form-block__agree {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.form-block__agree input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    cursor: pointer;
}
.form-mob {
    display: none;
    width: 100%;
}
.registration__iagree-title {
    font-weight: 400;
    font-size: 14px;
    color: #153045;
    line-height: 22px;
}
.form-block__agree a {
    color: #FF395A;
}
.form-block__agree a:hover {
    color: #153045;
}
.form-block .btn {
    margin-top: 35px;
    width: 100%;
}
.form-block__country, .form-block__phone {
    position: relative;
}
.form-block__phone {
    display: flex;
    justify-content: space-between;
}
.form-block__phone select {
    width: 32%;
}
.form-block__phone input {
    width: 65%;
}
.form-block__country::before, .form-block__phone::before {
    content: url('/img/main/ru.png');
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.footer {
    padding: 60px 0;
    background: #0E0F0F;
}
.footer__wrap {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.footer-left {
    max-width: 435px;
}
.footer-logo, .footer-logo img {
    display: block;
}
.footer-left__copyright {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}
.footer-left__menu {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 80px;
}
.footer-left__item a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.footer-right {
    max-width: 600px;
}
.footer-right__descr {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}
.footer-right__email {
    margin-top: 50px;
    border: 1px solid #565757;
    border-radius: 70px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.footer-right__icon {
    background: #FFFFFF1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
.promo__sale {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(4px);
    padding: 9px 6px 6px 21px;
    position: absolute;
    right: 10%;
    bottom: 60px;
    max-width: 287px;
}

.promo__sale-text {
    color: #153045;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.promo__sale-title {
    color: #153045;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.promo__sale-info, .promo__sale-panel {
    display: flex;
    align-items: center;
    gap: 14px;
}

.promo__sale-panel {
    gap: 9px;
    padding: 0 12px 0 0;
}

.promo__sale-panel-load, .promo__sale-panel-load-active {
    border-radius: 10px;
    background: #CDD8ED;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    height: 3px;
}

.promo__sale-panel-load-active {
    z-index: 2;
    width: 80%;
    background: #0DA64C;
}
.promo__right {
    display: flex;
    align-items: end;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .promo__sale {
        right: 0;
    }
    .menu__list {
        gap: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .products-solutions, .supports, .company, .plans, .package, .talk, .form-block {
        margin-top: 80px;
    }
    .subtitle {
        font-size: 40px;
        line-height: 50px;
    }
    .menu__item a {
        font-size: 16px;
    }
    .title {
        font-size: 50px;
        line-height: 60px;
        font-weight: 500;
    }
    .products-solutions__title {
        font-size: 20px;
        font-weight: 500;
    }
    .products-solutions__descr {
        font-size: 16px;
        line-height: 24px;
    }
    .products-solutions__item img {
        width: 280px;
    }
    .company {
        padding: 80px 0;
    }
    .company-item__descr {
        font-size: 16px;
        line-height: 24px;
    }
    .plans__descr {
        font-size: 16px;
        line-height: 24px;
    }
    .plans__title {
        font-size: 20px;
        font-weight: 500;
    }
    .plans-item {
        font-size: 16px;
        line-height: 24px;
    }
    .form-block form {
        max-width: 480px;
    }
    .form-block__descr {
        font-size: 16px;
        line-height: 24px;
    }
    .promo__sale {
        bottom: 23px;
        right: 20px;
    }
    .form-block {
        margin-top: 120px;
        padding: 84px 0;
        background: url('/img/main/form-bg.jpg') -350px center/cover no-repeat;
    }
    .logo-desktop img {
        min-width: 100px;
    }
    .header__btns .btn {
        padding: 10px;
    }
    .header__btns .btn:last-child {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 120px;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .talk .container{min-height: inherit; padding-top: 0px;}
    .talk__wrap{padding: 40px 0 20px 0;}
    .talk__img{position: static; width: inherit; max-width: 602px; margin: 0 0px 0 auto; height: inherit;}
}

@media screen and (max-width: 768px) {
    .products-solutions, .supports, .company, .plans, .package, .talk, .form-block {
        margin-top: 60px;
    }
    .header__btn {
        width: 160px;
    }
    .promo__right {
        align-self: flex-end;
    }
    .promo__info {
        margin-bottom: 80px;
    }
    .promo__right img {
        width: 450px;
    }
    .promo__wrap {
        margin-top: 60px;
    }
    .products-solutions__item img {
        width: 200px;
    }
    .products-solutions__item {
        padding: 20px;
        border-radius: 20px;
    }
    .supports__item {
        padding: 14px 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .company-item__title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }
    .company-item {
        padding: 20px 0;
    }
    .company {
        padding: 60px 0;
    }
    .form-block form {
        max-width: 430px;
    }
    .footer {
        padding: 40px 0;
    }
    .footer__wrap {
        flex-direction: column-reverse;
        gap: 32px;
    }
    .footer-right__descr {
        font-size: 16px;
        line-height: 24px;
    }
    .footer-right__email {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .footer-right__icon {
        width: 32px;
        height: 32px;
    }
    .footer-right__icon img {
        width: 20px;
    }
    .footer-logo img {
        width: 140px;
    }
    .footer-left__copyright {
        font-size: 12px;
        line-height: 18px;
    }
    .footer-left__menu {
        margin-top: 32px;
        gap: 30px;
    }
    .promo__sale {
        bottom: 11px;
        right: 0px;
    }
    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header__wrap {
        position: absolute;
        top: 0px;
        right: -100vw;
        background: #F7F8FA;
        height: 100vh;
        width: 100vw;
        flex-direction: column;
        padding: 20px;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 10;
        transition: all 0.5s;
    }
    .menu_active {
        right: 0;
    }
    .menu {
        width: 100%;
    }
    .menu__list {
        margin-top: 40px;
        margin-bottom: 20px;
        padding-bottom: 40px;
        border-bottom: 1px solid #CDD8ED;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .header__btn {
        width: 100%;
    }
    .hamburger {
        display: flex;
        position: relative;
        z-index: 15;
    }
    .hamburger_active span:nth-child(1) {
        display: none;
    }
    .hamburger_active span:nth-child(2) {
        transform: rotate(45deg) translateY(5px);
        transition: all 0.5s;
    }
    .hamburger_active span:nth-child(3) {
        transform: rotate(-45deg) translateY(-6px);
        transition: all 0.5s;
    }
    .header__btns .btn {
        max-width: unset !important;
        width: 100% !important;
    }
    .header__btns {
        flex-direction: column;
    }
    .logo-mobile {
        display: block;
    }
    .logo img {
        width: 140px;
    }
}

@media screen and (max-width: 576px) {
    .subtitle {
        font-size: 36px;
        line-height: 44px;
    }
    .promo {     
        position: relative;
    }
    .promo__wrap {
        flex-direction: column;
    }
    .promo__right img {
        width: 100%;
    }
    .promo__info {
        margin-bottom: 60px;
    }
    .promo__info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title {
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        margin-top: 20px;
    }
    .promo .btn {
        margin-top: 40px;
    }
    .sale__title {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
    }
    .products-solutions__wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .products-solutions__title {
        margin-top: 20px;
    }
    .supports__wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .supports__img {
        margin-top: 20px;
        width: 100%;
    }
    .supports__list {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
    }
    .plans__wrap {
        margin-top: 20px;
        border-radius: 20px;
    }
    .plans__tab:first-child {
        border-top-left-radius: 20px;
    }
    .plans__tab:last-child {
        font-size: 16px;
        margin-top: 15px;
    }
    .plans__tabs {
        grid-template-columns: 1fr;
    }
    .plans__tab:last-child span {
        font-size: 40px;
    }
    .plans__descr {
        padding: 20px;
    }
    .plans__info {
        padding: 20px;
        padding-bottom: 50px;
    }
    .plans__info {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .plans__list {
        margin-top: 20px;
    }

    .form-mob {
        display: block;
    }
    .form-block {
        background: #fff;
        padding-top: 0;
        padding-bottom: 60px;
    }
    .form-block form {
        max-width: 100%;
    }
    .form-block .subtitle {
        margin-top: 20px;
    }
    .form-block__descr {
        margin-bottom: 5px;
    }
    .promo__sale {
        max-width: 246px;
        padding: 4px 4px 4px 21px;
        bottom: 14px;
        right: 10px;
    }
    .promo__sale-text {
        font-size: 12px;
        line-height: 18px;
    }
    .promo__sale-title {
        font-size: 24px;
        line-height: 32px;
    }
}