html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter.ttf);
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
    font-style: normal
}

.header {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    min-height: 80px;
    background-color: #fff
}

.header,
.header__logo {
    display: flex;
    align-items: center
}

.header__logo {
    margin-right: auto
}

.header__logo-img {
    width: 241px;
    height: 40px;
    object-fit: contain
}

@media (max-width:767px) {
    .header__logo-img {
        width: 192px;
        height: 32px
    }
}

.header__content {
    display: flex;
    align-items: center;
    gap: 32px;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 24px
}

@media (max-width:767px) {
    .header__content {
        gap: 12px;
        padding: 0 16px
    }
}

.header__links {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (max-width:1199px) {
    .header__links {
        display: none
    }
}

.header__link {
    display: flex;
    padding: 12px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #2f2227;
    text-decoration: none;
    transition: all .2s
}

.header__link:hover {
    background-color: rgba(0, 0, 0, .04);
    color: #ff5e00
}

.header__link:active {
    background-color: #993800;
    color: #fff
}

.footer {
    display: flex;
    align-items: center;
    margin-top: auto;
    background-color: #2f2227
}

.footer__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 64px 24px
}

@media (max-width:1199px) {
    .footer__content {
        padding: 32px 24px
    }
}

@media (max-width:767px) {
    .footer__content {
        display: flex;
        flex-direction: column;
        padding: 32px 16px
    }
}

.footer__block {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer__logo {
    display: flex;
    align-items: center
}

.footer__logo-img {
    width: 192px;
    height: 32px;
    object-fit: contain
}

.footer__copyright {
    font-family: Inter, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .72)
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 0;
    margin: 0;
    list-style: none
}

.footer__links-element {
    position: relative;
    display: flex;
    align-items: baseline;
    padding-left: 36px
}

@media (max-width:1199px) {
    .footer__links-element {
        padding-left: 24px
    }
}

.footer__links-element:after {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    width: 24px;
    height: 2px;
    border-radius: 10px;
    background-color: #ff5e00
}

@media (max-width:1199px) {
    .footer__links-element:after {
        top: 11px;
        width: 16px
    }
}

.footer__link {
    font-family: Inter, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:1199px) {
    .footer__link {
        font-size: 16px;
        line-height: 24px
    }
}

.footer__text {
    font-family: Inter, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #fff
}

@media (max-width:1199px) {
    .footer__text {
        font-size: 16px;
        line-height: 24px
    }
}

.footer__text a {
    text-decoration: none;
    color: #76a6f0
}

.footer__form {
    display: flex;
    gap: 16px;
    align-items: flex-start
}

@media (max-width:1199px) {
    .footer__form {
        flex-direction: column
    }
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 4px
}

@media (max-width:767px) {
    .accordion {
        margin: 0 16px
    }
}

.accordion__item {
    padding: 24px 32px;
    border-radius: 2px;
    background-color: #ffefe6;
    transition: background-color .2s
}

@media (max-width:767px) {
    .accordion__item {
        padding: 24px;
        padding: 16px
    }
}

.accordion__item_show,
.accordion__item_slidedown {
    background-color: #ffdfcc
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.48px;
    cursor: pointer;
    transition: all .2s
}

@media (max-width:767px) {
    .accordion__header {
        gap: 16px;
        font-size: 16px;
        line-height: 24px
    }
}

.accordion__header-text {
    display: flex;
    align-items: center;
    gap: 20px
}

@media (max-width:767px) {
    .accordion__item-number {
        display: none
    }
}

.accordion__header-icon-wrapper {
    align-self: flex-start;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: all .2s
}

@media (max-width:767px) {
    .accordion__header-icon-wrapper {
        width: 40px;
        height: 40px
    }
}

.accordion__icon {
    width: 32px;
    height: 32px;
    color: #2f2227;
    transition: all .2s
}

@media (max-width:767px) {
    .accordion__icon {
        width: 24px;
        height: 24px
    }
}

.accordion__icon_minus {
    display: none
}

.accordion__icon path {
    transition: fill .2s
}

.accordion__item_show .accordion__icon_plus {
    display: none
}

.accordion__item_show .accordion__icon_minus {
    display: block
}

.accordion__header:hover .accordion__header-icon-wrapper {
    background-color: rgba(0, 0, 0, .04)
}

.accordion__header:hover .accordion__icon {
    color: #ff5e00
}

.accordion__header:active .accordion__header-icon-wrapper {
    background-color: #993800
}

.accordion__header:active .accordion__icon {
    color: #fff
}

.accordion__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 20px;
    margin-left: 44px;
    margin-right: 56px;
    font-family: Inter, Helvetica, sans-serif
}

@media (max-width:767px) {
    .accordion__content {
        gap: 8px;
        margin-right: 0;
        margin-top: 12px;
        margin-left: 0
    }
}

.accordion__content ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none
}

.accordion__content ul li {
    position: relative;
    padding-left: 36px
}

@media (max-width:767px) {
    .accordion__content ul li {
        padding-left: 24px
    }
}

.accordion__content ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background-color: #ff5e00
}

@media (max-width:767px) {
    .accordion__content ul li:after {
        width: 16px;
        height: 2px
    }
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 8px 24px;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 2px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
    text-wrap: nowrap;
    cursor: pointer;
    transition: all .2s
}

@media (max-width:767px) {
    .button {
        min-width: auto;
        font-size: 16px
    }
}

.button.primary {
    border-color: #ff5e00;
    background-color: #ff5e00;
    color: #fff
}

.button.primary:hover:not(:disabled) {
    border-color: #cc4b00;
    background-color: #cc4b00
}

.button.primary:active:not(:disabled) {
    border-color: #993800;
    background-color: #993800
}

.button.primary:disabled {
    opacity: .48
}

.button.secondary {
    background-color: transparent;
    border-color: #ff5e00;
    color: #2f2227
}

.button.secondary:hover:not(:disabled) {
    border-color: #cc4b00;
    background-color: rgba(0, 0, 0, .04)
}

.button.secondary:active:not(:disabled) {
    border-color: #993800;
    background-color: #993800;
    color: #fff
}

.button.secondary:disabled {
    opacity: .48
}

.text-input {
    position: relative;
    display: flex;
    flex-direction: column
}

.text-input__label {
    margin-bottom: 4px;
    margin-left: 2px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(47, 34, 39, .8)
}

.text-input__input {
    min-height: 48px;
    padding: 10px 34px 10px 16px;
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, .16);
    background-color: #fff;
    color: inherit;
    font-family: Inter, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.text-input__input::placeholder {
    color: rgba(47, 34, 39, .56)
}

.text-input__input:hover {
    border-color: rgba(0, 0, 0, .24)
}

.text-input__input:focus {
    outline: none;
    border-color: #76a6f0
}

.text-input__input:disabled {
    border-color: rgba(0, 0, 0, .08);
    background-color: rgba(0, 0, 0, .08)
}

.text-input__input.error,
.text-input__input_force-alert {
    border-color: #ff5459
}

.text-input__input-wrapper {
    position: relative;
    display: flex;
    flex-direction: column
}

.text-input__reset {
    display: none
}

.text-input__show {
    display: flex
}

.text-input__reset,
.text-input__show {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.text-input__reset:hover svg,
.text-input__show:hover svg {
    color: #2f2227
}

.text-input__reset.active,
.text-input__show.active {
    display: flex
}

.text-input__icon {
    color: #2f2227;
    transition: all .2s
}

.text-input__alert {
    display: none;
    margin-top: 4px;
    margin-left: 2px;
    color: #ff5459;
    font-size: 14px;
    line-height: 20px
}

.text-input__alert.active {
    display: block
}

.text-input__addon {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px
}

.text-input__sub-text {
    color: #fff
}

.text-input__force-alert,
.text-input__sub-text {
    margin-top: 4px;
    margin-left: 2px;
    font-size: 14px;
    line-height: 20px
}

.text-input__force-alert {
    color: #ff5459
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 568px;
    padding: 48px 14px;
    border-radius: 2px
}

@media (max-width:767px) {
    .card {
        overflow: hidden;
        width: 328px;
        padding: 48px 16px;
        gap: 12px
    }
}

.card_gray {
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .02)), #fff
}

.card_orange {
    background: linear-gradient(180deg, rgba(255, 107, 0, .08), rgba(255, 107, 0, .02)), #fff
}

.card_pink {
    background: linear-gradient(180deg, rgba(240, 84, 79, .08), rgba(240, 84, 79, .02)), #fff
}

.card__section {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 34px
}

@media (max-width:767px) {
    .card__section {
        flex-direction: column;
        padding: 0;
        gap: 4px
    }
}

.card__icon {
    flex-shrink: 0;
    height: 40px
}

.card__separator {
    width: 2px;
    height: 100%;
    border-radius: 99px;
    background-color: rgba(0, 0, 0, .08)
}

@media (max-width:767px) {
    .card__separator {
        display: none
    }
}

.card__text {
    font-family: Inter, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

@media (max-width:767px) {
    .card__text {
        text-align: center
    }
}

.card__img {
    object-fit: cover;
    width: 540px;
    height: 296px;
    flex-shrink: 0
}

@media (max-width:767px) {
    .card__img {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
}

.card__description {
    padding: 0 82px;
    font-family: Inter, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center
}

.card-low {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 279px;
    min-height: 250px;
    padding: 16px 16px 24px;
    border-radius: 2px;
    background-color: #fff
}

@media (max-width:767px) {
    .card-low {
        width: 240px !important
    }
}

.card-low__img {
    width: 64px;
    height: 64px
}

.card-low__content {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.card-low__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.2px
}

.card-low__text {
    font-family: Inter, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

.card-low__block {
    display: flex;
    gap: 4px;
    margin-top: auto
}

.card-low__discount {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.48px
}

.card-low__discount-img {
    flex-shrink: 1;
    width: 32px;
    height: 32px
}

.checkbox,
.checkbox-wrapper {
    display: flex;
    flex-direction: column
}

.checkbox_alert .checkbox__alert {
    display: block
}

.checkbox_alert .checkbox__label:before,
.checkbox_alert .checkbox__label:hover:before {
    border-color: #ff5459
}

.checkbox input[type=checkbox] {
    display: none
}

.checkbox input[type=checkbox]:checked+label {
    color: #2f2227
}

.checkbox input[type=checkbox]:checked+label:before {
    border-color: #006bb8;
    background-color: #006bb8
}

.checkbox input[type=checkbox]:checked+label .checkbox__icon-ok {
    opacity: 1
}

.checkbox input[type=checkbox].error+label:before {
    border-color: #ff5459
}

.checkbox__label {
    position: relative;
    padding-left: 32px;
    color: rgba(47, 34, 39, .8);
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .2s
}

.checkbox__label:hover {
    color: #2f2227
}

.checkbox__label:hover:before {
    border-color: #2f2227
}

.checkbox__label:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 2px solid rgba(47, 34, 39, .56);
    background-color: #fff;
    box-sizing: border-box;
    transition: all .2s
}

.checkbox__label a {
    text-wrap: wrap;
    text-decoration: none;
    color: #005693
}

.checkbox__alert {
    display: none;
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #ff5459
}

.checkbox__icon-ok {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 12px;
    height: 12px;
    color: #fff;
    opacity: 0;
    transition: opacity .2s
}

.checkbox input.alert+label:before {
    border-color: #ff5459
}

.checkbox input.alert+label .checkbox__alert {
    display: block
}

.popup-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 56px;
    display: flex;
    padding: 16px 0;
    background-color: #2f2227
}

@media (max-width:767px) {
    .popup-footer {
        padding: 16px;
        min-height: 144px
    }
}

.popup-footer__content {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 24px;
    margin: 0 auto
}

@media (max-width:1199px) {
    .popup-footer__content {
        flex-direction: column-reverse;
        align-items: center;
        gap: 8px
    }
}

@media (max-width:767px) {
    .popup-footer__content {
        padding: 0;
        align-items: flex-start
    }
}

.popup-footer__copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .72)
}

@media (max-width:767px) {
    .popup-footer__copyright {
        margin-top: auto
    }
}

.popup-footer__links {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (max-width:767px) {
    .popup-footer__links {
        flex-direction: column;
        gap: 8px
    }
}

.popup-footer__links-element {
    position: relative;
    display: flex;
    align-items: baseline;
    padding-left: 24px
}

.popup-footer__links-element:after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 16px;
    height: 2px;
    border-radius: 10px;
    background-color: #ff5e00
}

.popup-footer__link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer
}

.promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding: calc((100vw - 1152px) / 2);
    padding-top: 64px;
    padding-bottom: 64px;
    background: linear-gradient(180deg, #ffefe6, rgba(255, 239, 230, .4))
}

@media (max-width:1199px) {
    .promo {
        padding: 64px 24px
    }
}

@media (max-width:767px) {
    .promo {
        padding: 64px 16px
    }
}

.promo__title {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -1.92px;
    text-align: center
}

@media (max-width:767px) {
    .promo__title {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -.96px
    }
}

.promo__controls {
    display: flex;
    justify-content: center;
    gap: 12px
}

@media (max-width:767px) {
    .promo__controls {
        width: 100%;
        flex-direction: column
    }
}

.promo__img {
    width: 498px;
    height: 297px;
    object-fit: contain
}

@media (max-width:767px) {
    .promo__img {
        width: 312px;
        height: 186px
    }
}

.promo__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.2px;
    text-align: center;
    background: linear-gradient(90deg, #1e6ae6, #861ae6 33%, #e61a86 66%, #ff5e00);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.slider {
    width: 100vw;
    margin-left: calc((1152px - 100vw) / 2)
}

@media (max-width:1199px) {
    .slider {
        margin-left: -24px
    }
}

@media (max-width:767px) {
    .slider {
        margin-left: 0
    }
}

.card-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:1199px) {
    .slider-low {
        margin-left: 0
    }
}

.slider-low .splide__track {
    padding-left: calc((100vw - 1152px) / 2) !important;
    padding-right: calc((100vw - 1152px) / 2) !important
}

.splide .splide__pagination {
    margin-top: 6px;
    padding: 0
}

.splide .splide__pagination li {
    display: flex
}

.splide .splide__pagination .splide__pagination__page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: background-color .2s
}

.splide .splide__pagination .splide__pagination__page:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .16)
}

.splide .splide__pagination .splide__pagination__page.is-active:after {
    background-color: rgba(47, 34, 39, .8)
}

.card-low-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.agreement {
    max-width: 768px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
    padding: 64px 24px
}

@media (max-width:1199px) {
    .agreement {
        padding: 32px 24px
    }
}

@media (max-width:767px) {
    .agreement {
        padding: 32px 16px
    }
}

.agreement__title {
    margin: 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -.96px
}

.agreement__content-title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.48px
}

.agreement p {
    margin: 0;
    font-size: 16px;
    line-height: 24px
}

.agreement ol {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none
}

.agreement ol li {
    padding-left: 44px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    counter-increment: a
}

.agreement ol li:before {
    position: absolute;
    left: 0
}

.agreement ol.number-1 li:before {
    content: "1." counter(a)
}

.agreement ol.number-2 li:before {
    content: "2." counter(a)
}

.agreement ol.number-3 li:before {
    content: "3." counter(a)
}

.agreement ol.number-4 li:before {
    content: "4." counter(a)
}

.agreement ol.number-5 li:before {
    content: "5." counter(a)
}

.agreement ol.number-6 li:before {
    content: "6." counter(a)
}

.agreement ol.number-7 li:before {
    content: "7." counter(a)
}

.agreement ol.number-8 li:before {
    content: "8." counter(a)
}

.agreement ol.number-9 li:before {
    content: "9." counter(a)
}

.agreement ol.number-10 li:before {
    content: "10." counter(a)
}

.agreement ol.number-11 li:before {
    content: "11." counter(a)
}

.agreement ol.number-12 li:before {
    content: "12." counter(a)
}

.agreement ol.number-13 li:before {
    content: "13." counter(a)
}

.agreement ol.number-14 li:before {
    content: "14." counter(a)
}

.agreement ol.number-15 li:before {
    content: "15." counter(a)
}

.agreement ol.number-16 li:before {
    content: "16." counter(a)
}

.agreement ol.number-17 li:before {
    content: "17." counter(a)
}

.agreement ol.number-18 li:before {
    content: "18." counter(a)
}

.agreement ol.number-19 li:before {
    content: "19." counter(a)
}

.agreement ol.number-20 li:before {
    content: "20." counter(a)
}

.details {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 64px 24px !important
}

@media (max-width:1199px) {
    .details {
        padding: 32px 24px !important
    }
}

@media (max-width:767px) {
    .details {
        padding: 32px 16px 24px !important
    }
}

.details__title {
    margin: 0 0 32px;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -.96px
}

.details-table {
    display: flex;
    flex-direction: column
}

.details-table__header {
    display: flex;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.48px
}

.details-table__list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.details-table__element {
    display: grid;
    grid-template-columns: 240fr 528fr
}

@media (max-width:767px) {
    .details-table__element {
        display: flex;
        flex-direction: column
    }
}

.details-table__element:nth-child(2n+2) {
    background-color: rgba(0, 0, 0, .04)
}

.details-table__element-text {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width:767px) {
    .details-table__element-text:first-child {
        padding: 8px 16px 2px
    }

    .details-table__element-text:nth-child(2) {
        padding: 2px 16px 8px
    }
}

.details-table__element-text a {
    text-decoration: none;
    color: #006bb8
}

.main-popup {
    display: flex;
    min-height: 100vh;
    background-image: url(../../img/bg-orange.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.main-popup__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 24px 88px
}

@media (max-width:1199px) {
    .main-popup__wrapper {
        justify-content: center;
        padding: 32px 24px 120px
    }
}

@media (max-width:767px) {
    .main-popup__wrapper {
        padding: 0 0 144px
    }
}

.main-popup__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px
}

@media (max-width:1199px) {
    .main-popup__content {
        display: none
    }
}

.main-popup__logo {
    display: flex;
    width: 241px;
    height: 40px
}

.main-popup__logo-img {
    width: 100%
}

.main-popup__title {
    margin: 0;
    font-size: 48px;
    line-height: 58px;
    font-weight: 900;
    letter-spacing: -1.92px;
    color: #fff
}

.popup {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px 32px 40px;
    max-width: 544px;
    width: 100%;
    background-color: #fff
}

@media (max-width:767px) {
    .popup {
        padding: 24px 16px 32px
    }
}

.popup__logo {
    display: none
}

.popup__logo img {
    width: 100%
}

@media (max-width:1199px) {
    .popup__logo {
        display: flex;
        width: 192px;
        height: 32px
    }
}

.popup__titles {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.popup__title {
    margin: 0;
    font-size: 32px;
    line-height: 44px;
    font-weight: 900;
    letter-spacing: -.96px
}

.popup__sub-title {
    margin: 0
}

.popup__link,
.popup__sub-title {
    font-size: 16px;
    line-height: 24px
}

.popup__link {
    width: -moz-fit-content;
    width: fit-content;
    color: #006bb8;
    text-decoration: none
}

.popup__inputs {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.popup__captcha {
    width: 302px;
    height: 76px
}

.popup__apply-button {
    min-width: 160px
}

* {
    box-sizing: border-box
}

html {
    -webkit-font-smoothing: antialiased;
    min-height: 100%
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    font-family: Montserrat, Helvetica, sans-serif;
    color: #2f2227
}

@media (max-width:767px) {
    body {
        font-size: 16px;
        line-height: 24px
    }
}

.main {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin: 80px auto 0
}

@media (max-width:767px) {
    .main {
        margin-top: 80px
    }
}

.gradient {
    background: linear-gradient(180deg, #fff 50%, #f9f1f0)
}

.title1 {
    max-width: 1152px;
    margin: 0 auto;
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    line-height: 58px;
    letter-spacing: -1.92px;
    color: #fff
}

@media (max-width:767px) {
    .title1 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -.96px;
        text-align: left
    }
}

.title2 {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -.96px;
    text-align: center
}

@media (max-width:767px) {
    .title2 {
        margin: 0 16px;
        text-align: left
    }
}

.title3 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.48px
}

.section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: calc((100vw - 1152px) / 2);
    padding-top: 24px;
    padding-bottom: 24px
}

@media (max-width:1199px) {
    .section {
        padding: 24px
    }
}

@media (max-width:767px) {
    .section {
        padding: 32px 0
    }
}

.section_center {
    background: linear-gradient(180deg, #fff 50%, #f9f1f0)
}

.hidden {
    display: none !important
}

.transparent {
    opacity: 0 !important
}

.body-lock {
    overflow: hidden
}