*,
:after,
:before {
    box-sizing: border-box
}

address,
blockquote,
code,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
li,
ol,
p,
pre,
table,
ul {
    margin: 0;
    padding: 0
}

address {
    font-style: normal
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

.btn {
    all: unset;
    box-sizing: border-box;
    cursor: pointer
}

img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}


h2 {
    font-size: 3.4rem;
    line-height: 3.95rem
}

h3 {
    font-size: 1.7rem;
    line-height: 120%
}

.parag-primary-xl,
h4 {
    font-size: 1.1rem;
    line-height: 1.6rem
}

.parag-primary-lg {
    font-size: .9rem;
    line-height: 1.4rem
}

.parag-primary-md {
    font-size: .7rem;
    line-height: 1rem
}

.container,
.container_sm {
    max-width: 1480px;
    width: 100%
}

.btn_fluid {
    width: 100% !important
}

.d-flex {
    display: flex
}

.d-block {
    display: block
}

.d-grid {
    display: grid
}

.d-inline {
    display: inline
}

.d-inline-block {
    display: inline-block
}

.d-none {
    display: none
}

.m-auto {
    margin: 0 auto
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.ms-0 {
    margin-left: 0
}

.me-0,
.mx-0 {
    margin-right: 0
}

.mx-0 {
    margin-left: 0
}

.my-0 {
    margin-bottom: 0;
    margin-top: 0
}

.p-0 {
    padding: 0
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    src: url(../assets/fonts/Inter-Variable.woff2) format("woff2"), url(../assets/fonts/Inter-Variable.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: IBM Plex Sans;
    font-style: normal;
    src: url(../assets/fonts/Ibmplex-var.woff2) format("woff2"), url(../assets/fonts/Ibmplex-var.woff) format("woff")
}

html {
    font-family: Inter, sans-serif;
    font-size: 20px
}

body {
    margin: 0;
    padding: 0
}

h1 {
    letter-spacing: 2.5px
}

h1,
h2,
h3,
h4 {
    font-weight: 700
}

.container {
    padding: 0 20px
}

.btn__blue {
    background-color: #2560dc;
    color: #fff;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4rem;
}


.btn__blue:hover {
    background-color: #F3F3F3;
    box-shadow: 0px 0px 40px 0px #2560DC66;
    color: #2560DC;
}

.container {
    max-width: 1440px;
    width: 100%;
    padding: 0 20px;
}

.m-auto {
    margin: 0 auto;
}


/* header */

.header {
    position: relative;
    z-index: 40;
    max-width: 1440px;
    width: 100%;
    border-radius: 100px;
    padding: 1px;
    display: inline-block;
    max-height: 90px;
    margin-top: 30px;
    margin-bottom: 35px;
}

.header::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 0;
    background: linear-gradient(119.46deg, rgba(255, 255, 255, 0.4) -61.5%, #000 93.19%);
    z-index: -1;
    pointer-events: none;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    background-clip: border-box;
    box-sizing: border-box;
}

.header__content {
    position: relative;
    z-index: 41;
    padding: 15.5px 17px;
    gap: 55px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 24px -1px #00000033;
    backdrop-filter: blur(40px);
    background-color: #D9D9D91A;
    border-radius: 100px;
    height: 90px;
}


.hero__heading {
    font-size: 4.55rem;
    line-height: 100%
}

.hero__list-heading {
    font-size: 1.2rem;
    line-height: 120%
}

.info-card__heading {
    font-size: 2rem;
    line-height: 120%
}

.hero-footer__heading {
    font-size: 2.65rem;
    line-height: 120%;
}

.header__logo-link {
    height: 34px;
    width: 154px;
}


.header__nav-link {
    padding: 10px 20px;
    color: #858585;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    user-select: none;
    line-height: 120%;
    white-space: nowrap;
}

.header__nav-link:hover {
    background-color: #151515;
    color: #F3F3F3;
    border-radius: 100px;
}

.header__btn {
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 228px;
    border-radius: 100px;
    box-shadow: 0px 0px 40px 0px #2560DC66;
}


.hero__btn {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 228px;
    border-radius: 100px;
    box-shadow: 0px 0px 40px 0px #2560DC66;
    margin-bottom: 55px;
}



.hero {
    background-color: #151515;
    color: #d9d9d9;
    overflow: hidden;
    position: relative;
}

.hero__background {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -o-object-fit: cover;
    object-fit: cover;
}


.hero__content {
    display: flex;
    gap: 35px;
    padding-bottom: 72px;
}

.hero__info {
    max-width: 664px;
    padding-bottom: 52.22px;
    padding-top: 52.22px;
    position: relative;
    z-index: 20;
}

.hero__heading {
    margin-bottom: 15px;
    font-size: 4.55rem;
}

.hero__list-heading {
    margin-bottom: 80px;
}

.hero__list {
    flex-direction: column;
    gap: 20px;
}


.hero-list__item {
    align-items: center;
    gap: 10px;
    padding: 7px 8px;
    background-color: #D9D9D91A;
    border: 1px solid #ffffff29;
    border-radius: 30px;
    box-shadow: 0px 4px 24px -1px #00000033;
    backdrop-filter: blur(40px)
}

.hero-list__svg {
    flex-shrink: 0;
    height: 32px;
    width: 32px;
    color: #F3F3F3;
}


.hero-list__subscription {
    color: #F3F3F3;
    font-weight: 400;
}

.hero__left-side {
    gap: 35px;
}

.hero__animation {
    height: 588.44px;
    width: 447.08px;
}

.hero__fallback {
    position: relative;
    z-index: 30;
    object-fit: cover;
}

.hero__vid {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 20;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero__badges {
    flex-direction: column;
    gap: 46px;
}


.hero-badge {
    width: 225px;
    padding: 25px;
    background-color: #D9D9D91A;
    border: 1px solid #ffffff29;
    border-radius: 30px;
    box-shadow: 0px 4px 24px -1px #00000033;
    backdrop-filter: blur(40px);
    max-height: fit-content;
}

.hero-badge__heading-selected {
    color: #2560DC;
    font-weight: 600;
    font-size: 1.55rem;
    line-height: 120%;
}

.hero-badge__text {
    font-weight: 400;
    font-size: .7rem;

}

.hero-badge__heading {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    gap: 3px;
}

.hero-badge__heading .hero-badge__text {
    margin-bottom: 3px;
}

.information-calendar {
    padding-bottom: 80px;
    padding-top: 50px;
    background-image: url(../assets/img/city.svg);
    background-position-y: 101%;
    background-repeat: repeat-x;
}



.information-calendar__calendar {
    background-color: #D9D9D91A;
    border: 1px solid #ffffff29;
    border-radius: 30px;
    box-shadow: 0px 4px 24px -1px #00000033;
    backdrop-filter: blur(40px);
    padding: 15px 35px;
    color: #F3F3F3;
    width: 189px;
    margin-right: 30px;
    height: 179px;
}

.information-calendar__number {
    font-size: 4.55rem;
    font-weight: 700;
    line-height: 120%;
}

.information-calendar__month {
    font-size: 1.55rem;
    line-height: 120%;
    font-weight: 600;
    margin-top: -10px;
}


.info-card {
    color: #F3F3F3;
}

.info-card__main {
    max-width: 764px;
    position: relative;
    z-index: 10;
}

.info-card__heading {
    margin-bottom: 25px;
    line-height: 120%;
    font-size: 2rem;
}

.info-card__subscription {
    color: #F3F3F3;
    font-weight: 400;
}

.information-calendar__button {
    width: 322px;
    padding: 15px;
    font-size: 1.2rem;
    line-height: 120%;
    font-weight: 500;
    background-color: #2A2A2A;
    box-shadow: 0px 0px 40px 0px #FFFFFF17;

    border-radius: 30px;
    color: #F3F3F3;
    max-height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 135px;
}

.information-calendar__button:hover {
    background-color: #F3F3F3;
    color: #151515;
}

.hero-form {
    flex-direction: column;
}



.hero-form__text-inputs {
    flex-direction: column;
}

.hero-form__input::placeholder {
    color: #151515;
    font-size: 1.2rem;
    line-height: 120%;
}

.hero-form__input {
    margin-bottom: 20px;
}

.hero-form__text-inputs .hero-form__input:last-child {
    margin-bottom: 18px;
}

.hero-form__label_first {
    margin-bottom: 15px;
}



.hero-form__input_name {
    background-color: #fff;
    border: 1.6px solid rgba(10, 8, 6, .122);
    border-radius: 30px;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 120%;
    outline: none;
    width: 100%;
    padding: 13px 40px;
}

.hero-form__input_tel {
    background-color: #fff;
    border: 1.6px solid rgba(10, 8, 6, .122);
    border-radius: 30px;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 120%;
    outline: none;
    width: 100%;
    padding: 13px 40px;
}

.hero-form__input_email {
    background-color: #fff;
    border: 1.6px solid rgba(10, 8, 6, .122);
    border-radius: 30px;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 120%;
    outline: none;
    width: 100%;
    padding: 13px 40px;
}

.hero-form__label {
    position: relative;
}

.hero-form__input_checkbox {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.hero-form__subscription {
    color: #858585;
    cursor: pointer;
    display: block;
    font-family: IBM Plex Sans, sans-serif;
    padding-left: 28px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.hero-form__subscription:before {
    align-items: center;
    background-color: #fff;
    border: 1px solid #eae7e3;
    border-radius: 4px;
    content: "";
    display: flex;
    height: 25px;
    justify-content: center;
    left: 0;
    position: absolute;
    transition: background-color .3s ease-in-out, content .3s ease-in-out;
    width: 25px
}

#heroIsConsent:checked+.hero-form__subscription:before,
#heroIsPrivacy:checked+.hero-form__subscription:before {
    background-color: #4C4C4C;
    content: url(../assets/svg/check.svg)
}

.hero-form__link {
    color: #858585;
    font-family: IBM Plex Sans, sans-serif;
}

.hero-form__btn {
    align-items: center;
    display: flex;
    font-size: 1.2rem !important;
    justify-content: center;
    line-height: 120% !important;
    padding: 15px;
    width: 100%;
    border-radius: 100px;
    margin-top: 18px;
}

.hero-footer {
    background-color: #2C2C2E;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero-footer__block {
    color: #151515;
    gap: 110px;
    max-width: 1407px;
    width: 100%;
}

.hero-footer__left-side {
    max-width: 830px;
    border-radius: 50px;
    padding: 58px 95px 58px 60px;
    background-color: #F3F3F3;
    width: 100%;
}

.hero-footer__list {
    flex-direction: column;
    gap: 10px;
}

.hero-footer__item {
    align-items: center;
    gap: 5px;
}

.hero-footer__icon {
    width: 21px;
    height: 21px;
    color: #2560DC;
}

.hero-footer__heading {
    margin-bottom: 25px;
}

.hero-footer__subscription {
    color: #151515;
    font-weight: 500;
    margin-bottom: 17px;
}

.hero-footer__link {
    color: #2560dc;
}

.hero-footer__right-side {
    max-width: 467px;
    width: 100%;
}

/* info */

.information {
    padding-top: 56px
}

.badge-card,
.footer__block {
    background-color: #f2f4fb;
    border-radius: 20px;
    color: #000;
    justify-content: space-between;
    margin-bottom: 56px;
    overflow: hidden;
    padding: 48px 300px 48px 80px;
    position: relative;
    width: 100%
}

.badge-card {
    margin-bottom: 0 !important;
}

.badge-card__left-side,
.footer__left-side {
    max-width: 950px;
    position: relative;
    z-index: 10
}

.badge-card__heading,
.footer__heading {
    margin-bottom: 30px
}

.badge-card__subscription,
.footer__subscription {
    color: rgba(64, 64, 64, .698);
    font-weight: 500
}

.circle {
    position: absolute;
    right: -240px;
    top: -260px
}

.footer__circle {
    top: -295px
}

.circle__external-side {
    background-color: rgba(210, 219, 251, .149);
    height: 789.89px;
    width: 789.89px
}

.circle__external-side,
.circle__middle-side {
    align-items: center;
    border-radius: 50%;
    justify-content: center
}

.circle__middle-side {
    background-color: rgba(210, 219, 251, .349);
    height: 607.57px;
    width: 607.57px
}

.circle__interior-side {
    align-items: center;
    background-color: #d2dbfb;
    border-radius: 50%;
    height: 401.16px;
    justify-content: center;
    width: 401.16px
}

.form-block {
    background-color: #151515;
    border-radius: 20px;
    color: #d9d9d9;
    gap: 56px;
    padding: 56px 40px
}

.form-block__left-side {
    width: 50%
}

.form-block__heading {
    color: #d9d9d9;
    margin-bottom: 32px
}

.form-block__text {
    flex-direction: column;
    gap: 16px
}

.form-block__info {
    color: #b8b9b9;
    font-weight: 500
}

.form-block__right-side {
    padding-left: 80px;
    padding-right: 80px;
    width: 50%
}

.form {
    flex-direction: column;
    gap: 16px;
    max-width: 492px
}

.form__input_email,
.form__input_name,
.form__input_tel {
    background-color: #fff;
    border: 1.6px solid rgba(10, 8, 6, .122);
    border-radius: 10px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    line-height: 24px;
    outline: none;
    padding: 12px 16px;
    width: 100%
}

.form__input_email::-moz-placeholder,
.form__input_name::-moz-placeholder,
.form__input_tel::-moz-placeholder {
    color: #818c99;
    font-family: Inter, sans-serif
}

.form__input_email::placeholder,
.form__input_name::placeholder,
.form__input_tel::placeholder {
    color: #818c99;
    font-family: Inter, sans-serif
}

.form__text-inputs {
    flex-direction: column;
    gap: 16px
}

.form__label {
    position: relative
}

.form__input_checkbox {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.form__subscription:before {
    align-items: center;
    background-color: #fff;
    border: 1px solid #eae7e3;
    border-radius: 4px;
    content: "";
    display: flex;
    height: 25px;
    justify-content: center;
    left: 0;
    position: absolute;
    transition: background-color .3s ease-in-out, content .3s ease-in-out;
    width: 25px
}

.form__subscription {
    color: #b8b9b9;
    cursor: pointer;
    display: block;
    font-family: IBM Plex Sans, sans-serif;
    padding-left: 28px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#altIsConsent:checked+.form__subscription:before,
#altIsPrivacy:checked+.form__subscription:before,
#isConsent:checked+.form__subscription:before,
#isPrivacy:checked+.form__subscription:before {
    background-color: #2560dc;
    content: url(../assets/e71a010e81ec1a3cfbbe.svg)
}

.form__link {
    color: #6e9dff;
    font-family: IBM Plex Sans, sans-serif
}

.form__span {
    width: 100%
}

.form__btn {
    align-items: center;
    display: flex;
    font-size: .9rem !important;
    justify-content: center;
    line-height: 1rem !important;
    padding: 14px;
    width: 100%;
    border-radius: 10px;
}

.audience {
    padding-bottom: 56px
}

.audience__heading {
    padding: 80px 80px 40px;
    text-align: center
}

.audience__grid {
    gap: 40px;
    grid-template-columns: repeat(4, 330px)
}

.audience-card {
    background-color: #d2dbfb;
    border-radius: 20px;
    height: 216px;
    padding: 40px
}

.audience-card__heading {
    color: #151515;
    margin-bottom: 16px
}

.audience-card__subscription {
    color: #404040;
    font-weight: 400
}

.supportability {
    padding-bottom: 56px;
    padding-top: 80px
}

.supportability__heading {
    margin-bottom: 32px;
    text-align: center
}

.supportability__subtitle {
    color: #404040;
    font-weight: 600;
    margin-bottom: 96px;
    text-align: center
}

.table {
    background-color: #f4f5f6;
    border-radius: 30px;
    margin-left: 80px;
    margin-right: 80px;
    max-width: 1280px;
    width: 100%
}

.table td,
.table th,
.table tr {
    display: flex
}

.table td,
.table th {
    align-items: center;
    height: 72px
}

.table__head {
    border-bottom: 2px solid hsla(240, 1%, 72%, .349);
    display: flex;
    width: 100%
}

.table__cell_action,
.table__cell_model,
.table__cell_note,
.table__cell_params {
    color: rgba(0, 0, 0, .698);
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.6rem
}

.table__cell_head {
    color: rgba(0, 0, 0, .698);
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 2.5%;
    line-height: 1.6rem
}

.table__row {
    display: flex;
    gap: 24px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%
}

.table__body .table__row {
    border-bottom: 1px solid hsla(240, 1%, 72%, .349)
}

.table__cell_head:first-child,
.table__cell_model {
    max-width: 390px;
    width: 100%
}

.table__cell_action,
.table__cell_head:last-child {
    max-width: 547px;
    width: 100%
}

.table__cell_head:nth-child(2),
.table__cell_params {
    max-width: 215px;
    width: 100%
}

.table__body {
    flex-direction: column
}

.table__body,
.table__foot {
    display: flex;
    width: 100%
}

.reasons__heading {
    padding-bottom: 40px;
    padding-top: 80px;
    text-align: center
}

.reasons__grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 56px;
    margin-top: 56px;
    width: 100%
}

.reasons__card {
    background-color: #f2f4fb;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 700px;
    padding: 40px
}

.reasons-card__img {
    height: 96px;
    margin-bottom: 32px;
    width: 96px
}

.reasons-card__heading {
    margin-bottom: 16px
}

.reasons-card__signature {
    color: #2560dc;
    font-weight: 600
}

.reasons-card__info {
    color: #404040;
    font-weight: 400
}

.reasons-card_wide {
    flex-direction: row;
    gap: 30px;
    grid-column: span 2;
    height: 209px;
    justify-content: center;
    max-width: none;
    padding: 32px 80px
}

.reasons-card__description {
    color: #404040;
    flex-direction: column;
    font-weight: 400;
    gap: 10px
}

.reasons-card__left-side {
    width: 50%
}

.reasons-card__right-side {
    text-align: right;
    width: 50.8%
}

.reasons-card__right-side .reasons-card__heading {
    color: #2560dc;
    margin-bottom: 4px
}

.reasons-card__signature {
    display: block;
    margin-bottom: 16px
}

.faq__heading {
    padding-bottom: 40px;
    padding-top: 80px;
    text-align: center
}

.faq__container {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 56px;
    margin-top: 56px
}

.faq__block {
    background-color: #f4f5f6;
    border-radius: 25px;
    cursor: pointer;
}

.block-faq__plus {
    height: 24px;
    width: 24px
}

.block-faq {
    height: 80px;
    overflow: hidden;
    padding: 24px;
    transition: height .3s ease-in-out, background-color .3s ease-in-out;

}

.block-faq__wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.block-faq__visible-side {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: space-between;
    margin-bottom: 16px
}


.block-faq--visible {
    height: 160px !important;
    background-color: #F2F4FB;
}

.block-faq__button {
    transform: rotate(0deg);
    transition: transform .3s ease-in-out;
}

.block-faq__button--active {
    transform: rotate(45deg);
}

.block-faq__heading {
    font-weight: 600
}

.block-faq__subscription {
    color: #404040;
    font-weight: 500
}

.alternatives__heading {
    padding-bottom: 32px;
    text-align: center
}

.alternatives__subtitle {
    font-weight: 600;
    padding-bottom: 40px;
    text-align: center
}

.alternatives__container {
    display: grid;
    gap: 56px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 56px;
    margin-top: 56px
}

.alternatives__card {
    display: flex;
    flex-direction: column
}

.card-alternatives {
    max-width: 692px
}

.card-alternatives__background {
    background-color: #f4f5f6;
    border-radius: 10px;
    margin-bottom: 32px;
    max-height: 479px
}

.card-alternatives__img {
    -o-object-fit: cover;
    object-fit: cover
}

.card-alternatives__heading {
    font-weight: 600;
    margin-bottom: 12px
}

.card-alternatives__info {
    color: #404040;
    font-weight: 400;
    height: 100%;
    margin-bottom: 24px
}

.card-alternatives__btn {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 16px 24px;
    width: -moz-fit-content;
    width: fit-content
}

.footer__link {
    color: #2560dc
}


.form-popup[hidden] {
    display: none;
}


.form-popup {
    width: 100%;
    height: 100vh;
    background-color: #0000008e;
    backdrop-filter: blur(5px);
    position: fixed;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero__fallback {
    position: relative;
    z-index: 30;
    object-fit: cover;
}


.table-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.table-scroll::-webkit-scrollbar {
    display: none;
}


.simplebar-track {
    display: none !important;
}

.simplebar-scrollbar::before {
    opacity: 0 !important;
}


.form-popup__content {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.form-popup__heading {
    color: #151515;
    font-size: 24px;
    line-height: 32px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
}

.form-popup__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-popup__icon--error {
    background-color: #f71c1c36;
    border-radius: 50%;
}

.form-popup__icon--success {
    background-color: oklch(96.2% .044 156.743);
    border-radius: 50%;
}

.form-popup__image {
    width: 32px;
    height: 32px;
}

.form-popup__subscription {
    text-align: center;
    color: oklch(44.6% .03 256.802);
    font-size: 16px;
    line-height: 25px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
}

.form-popup__btn {
    background-color: #2560dc;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    cursor: pointer;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    line-height: 20px;
}



@media(max-width:1480px) {
    .audience__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .table {
        max-width: none;
        width: 1280px
    }
}


@media(max-width:1380px) {
    .reasons-card_wide {
        height: -moz-fit-content;
        height: fit-content
    }
}


@media (max-width:1200px) {
    .hero-footer__block {
        flex-direction: column;
    }

    .hero-footer__left-side,
    .hero-footer__right-side {
        max-width: none;
    }

    .information-calendar__container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .information-calendar__button {
        margin: 0;
    }


    .hero__content {
        flex-direction: column;
        align-items: center;
    }

    .hero__badges {
        flex-direction: row;
    }
}

.header__menu {
    display: none;
    position: relative
}

.burger-checkbox {
    position: absolute;
    visibility: hidden
}

.burger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    height: 26px;
    position: relative;
    width: 40px
}

.burger:after,
.burger:before {
    background: #d9d9d9;
    border-radius: 10px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.burger:before {
    box-shadow: 0 11px 0 #d9d9d9;
    top: 0;
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s
}

.burger:after {
    bottom: 0;
    transition: bottom .3s .15s, transform .3s
}

.burger-checkbox:checked+.burger:before {
    box-shadow: 0 6px 0 transparent;
    top: 11px;
    transform: rotate(45deg);
    transition: box-shadow .15s, top .3s, transform .3s .15s
}

.burger-checkbox:checked+.burger:after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s
}

.header__nav_mob {
    box-shadow: 0px 4px 24px -1px #00000033;
    background-color: #292929;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 71px;
    transition: opacity .2s ease-in-out;
    z-index: 100;
    border-radius: 20px;
}

.header__nav-list_mob {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.burger-checkbox:checked~.header__nav_mob {
    opacity: 1;
    pointer-events: auto;
}

.header__nav-item_mob {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
    text-align: center
}

.header__nav-link_mob {
    width: 100%;
    display: block;
}

.header__nav-item_mob:last-child {
    border: none;
}

.header__nav-link {
    padding: 10px 20px;
    color: #858585;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    user-select: none;
    line-height: 120%;
}

.header__nav-link:hover {
    background-color: #151515;
    color: #F3F3F3;
    border-radius: 100px;
}

.hero__background_right {
    width: 790px;
    top: -7px;
    right: -10px;
}

.hero__background_left {
    width: 750px;
    left: -334px;
    top: 71px;
    transform: rotate(253deg);
}



@media (max-width: 1450px) {
    .header__menu {
        display: block;
        margin-right: 30px;
    }

    .header__nav_desk {
        display: none;
    }


    .header__content {
        justify-content: space-between;
    }

    .header__right-side {
        align-items: center;
        gap: 60px;
    }

    .header__logo-link {
        margin-left: 25px;
    }
}


@media(max-width:1030px) {
    .table {
        margin-left: 10px;
        margin-right: 10px
    }

    .form-block {
        flex-direction: column
    }

    .form,
    .form-block__left-side,
    .form-block__right-side {
        width: 100%
    }

    .form-block__heading,
    .form-block__text {
        text-align: center
    }

    .form {
        max-width: none
    }



    .reasons-card_wide {
        flex-direction: column
    }

    .reasons-card__left-side,
    .reasons-card__right-side {
        width: 100%
    }
}

@media(max-width:900px) {
    .hero__vid {
        -o-object-fit: contain;
        object-fit: contain
    }

    .hero__logo {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 890px) {
    .hero__badges {
        gap: 10px;
        justify-content: space-between;
        width: 100%;
    }

    .hero__animation {
        display: none;
    }
}

@media (max-width: 785px) {
    .hero__badges {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media(max-width:750px) {
    html {
        font-size: 15px
    }

    .reasons-card_wide {
        padding: 16px
    }

    .hero__container {
        align-items: center;
        justify-content: center
    }

    .hero__animation {
        display: none
    }

    .hero__btn {
        width: 100%
    }

    .information-calendar__calendar {
        width: fit-content;
        height: fit-content;
    }
}

@media (max-width: 695px) {
    .header__btn {
        display: none;
    }

    .hero__btn {
        display: flex;
    }
}


@media(max-width:650px) {
    .reasons__grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .reasons-card_wide {
        grid-column: auto
    }

    .audience__grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .badge-card,
    .footer__block {
        padding: 15px
    }

    .badge-card__calendar,
    .footer__letter {
        display: none
    }

    .form-block__right-side {
        padding: 0
    }
}

@media (max-width: 580px) {
    .hero-footer__left-side {
        padding: 35px
    }

    html {
        font-size: 14px;
    }

    .information-calendar__month {
        margin: 0;
    }
}

@media(max-width:500px) {

    h1,
    h2 {
        font-size: 2.8rem
    }

    .audience__heading,
    .faq__heading,
    .footer__heading,
    .reasons__heading {
        padding-top: 40px
    }
}

@media(max-width:480px) {
    .alternatives__container {
        grid-template-columns: repeat(1, 1fr)
    }

    .block-faq {
        padding: 12px
    }

    .block-faq__heading {
        margin-left: 10px
    }

    .block-faq__visible-side {
        gap: 5px;
        height: auto
    }
}

@media(max-width:420px) {

    h1,
    h2 {
        font-size: 2.5rem
    }

    .container {
        padding: 0 10px
    }
}

@media (max-width: 400px) {
    .header__logo-link {
        width: auto;
        height: auto;
    }

    .header__content {
        padding: 10px;
    }

}


@media (max-width: 375px) {
    html {
        font-size: 12px;
    }

    .hero-footer__heading {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
}