
.modal {
    display: none;
    border-radius: 1.875rem;
    background: #fff;
    padding: 5.625rem 11.6875rem;
    width: 69.75rem;
    position: relative;
    top: 1.25rem;
    bottom: 1.25rem;
    z-index: 9999;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    left: 0;
    -webkit-transform: none;
    transform: none
}

.modal_video {
    border-radius: .625rem;
    width: 56.9375rem;
    padding: 3.1875rem
}

.modal_video .modal__close {
    top: .8125rem;
    right: 1.0625rem
}

.modal_medium {
    border-radius: 3.125rem;
    width: 90%;
    max-width: 76.1875rem;
    padding-right: 7.5rem;
    padding-left: 7.5rem
}

.modal_radius {
    border-radius: 2.3125rem;
    padding: 0;
    width: 87.25rem;
    overflow: hidden
}

.modal_small {
    width: 39.75rem;
    border-radius: 3.125rem;
    padding: 5.625rem 5rem 4.6875rem
}

.modal_big {
    border-radius: 3.125rem;
    width: 57.4375rem;
    padding: 4.75rem 4.625rem;
    z-index: 10000;
    margin: auto;
    top: auto;
    bottom: auto;
    left: auto
}

.modal_smaller {
    width: 35rem;
    padding: 4.375rem 3.75rem 3.125rem;
    text-align: center;
    margin: auto;
    top: auto;
    bottom: auto;
    left: auto
}

.modal-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5411764706);
    z-index: 9998;
    overflow-y: auto
}

.modal-wrap_new {
    z-index: 9999;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.modal-wrap_new.modal-wrap_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal__close {
    cursor: pointer;
    position: absolute;
    top: 2.9375rem;
    right: 2.9375rem
}

.modal__close_top {
    top: 3.375rem;
    right: 3.6875rem
}

.modal__close_gray {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 1rem;
    background: #f9fafb;
    top: 1.4375rem;
    right: 1.4375rem;
    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
}

.modal__title {
    font-weight: 500;
    font-size: 2.8125rem;
    color: #050505;
    margin-bottom: 1.0625rem;
    text-align: center;
    line-height: 1.22
}

.modal__title_big {
    font-size: 3.1875rem;
    color: #000;
    margin-bottom: 2rem
}

.modal__title_margin {
    font-size: 3.1875rem;
    margin-bottom: 3.9375rem
}

.modal__title_left {
    text-align: left;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: .625rem;
    line-height: 1
}

.modal__text {
    font-size: 1rem;
    line-height: 1.45;
    text-align: center;
    color: #6a6a6a;
    margin-bottom: 2.875rem
}

.modal__text_small {
    font-size: 1.125rem;
    margin-bottom: 3.4375rem;
    color: #000
}

.modal__text_medium {
    font-size: 1.25rem
}

.modal__text_big {
    font-size: 1.5625rem
}

.modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal__form_big {
    gap: 1.25rem
}

.modal__form_mobile {
    gap: 1.25rem
}

.modal__input-wrap {
    position: relative;
    z-index: 1;
    margin-right: 3.125rem;
    width: 50%;
    max-width: 21.125rem
}

.modal__input-wrap::before {
    content: "";
    background-color: #fff;
    border: .0625rem solid #fff;
    -webkit-clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
    clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
    border-radius: 1.0625rem;
    position: absolute;
    width: calc(100% - .125rem);
    height: calc(100% - .125rem);
    left: .0625rem;
    top: .0625rem;
    z-index: -1
}

.modal__input-wrap::after {
    content: "";
    background-color: #c4c4c4;
    border: .0625rem solid #c4c4c4;
    -webkit-clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
    clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
    border-radius: 1.0625rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2
}

.modal__input-wrap_big {
    margin-right: 0
}

.modal__input-wrap_big::before {
    -webkit-clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    border-radius: 1.625rem
}

.modal__input-wrap_big::after {
    background-color: #dcdcdc;
    border: .0625rem solid #dcdcdc;
    -webkit-clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    border-radius: 1.625rem
}

.modal__input-wrap_merged {
    margin-right: 0
}

.modal__input-wrap_full {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.125rem;
    max-width: none
}

.modal__input-wrap_full::before {
    -webkit-clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    border-radius: 1.625rem
}

.modal__input-wrap_full::after {
    -webkit-clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    border-radius: 1.625rem
}

.modal__input-wrap_error::after {
    border-color: #dc2b1e;
    background: #dc2b1e
}

input.modal__input {
    font-size: 1.25rem;
    color: #6a6a6a;
    height: 5.125rem;
    padding-right: .625rem;
    padding-left: 2.25rem
}

input.modal__input:focus~.border path {
    stroke: #54ade1
}

input.modal__input::-webkit-input-placeholder {
    color: #666
}

input.modal__input::-moz-placeholder {
    color: #666
}

input.modal__input:-ms-input-placeholder {
    color: #666
}

input.modal__input::-ms-input-placeholder {
    color: #666
}

input.modal__input::placeholder {
    color: #666
}

input.modal__input_mail {
    height: 3.75rem;
    padding-left: 5.3125rem;
    background: url("../images/mail.svg") no-repeat 2.3125rem center
}

input.modal__input_mail-medium {
    padding-left: 5.3125rem;
    background: url("../images/mail.svg") no-repeat 2.3125rem center
}

input.modal__input_small {
    height: 3.75rem;
    padding-left: 1.25rem;
    font-size: 1rem
}

input.modal__input_medium {
    height: 4.625rem;
    padding-left: .9375rem
}

input.modal__input_password {
    padding-right: 5rem
}

.modal__button {
    width: 50%;
    max-width: 22.3125rem
}

.modal__video {
    display: none
}

.modal__video_active {
    display: block
}

.modal__bottom {
    margin-top: 1.875rem
}

.modal__word {
    margin-top: 1.25rem;
    max-width: 58%
}

.modal__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal__left {
    padding: 3.75rem 2.25rem 2.6875rem
}

.modal__right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 31.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal__blue {
    color: #54ade1
}

.modal__upper {
    text-transform: uppercase
}

.modal__sale {
    font-size: 1.5rem;
    color: #1e1e1e;
    margin-bottom: 1.5625rem
}

.modal__sale-item {
    font-weight: 600
}

.modal__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
    margin-bottom: 3.4375rem
}

.modal__set {
    border-radius: .625rem;
    background: #f2f2f2;
    padding: 1.25rem 2.8125rem;
    text-align: center
}

.modal__set-number {
    font-weight: 700;
    font-size: 3.75rem;
    color: #54ade1;
    line-height: 1
}

.modal__set-text {
    font-size: 1.25rem;
    color: #1e1e1e;
    line-height: 1
}

.modal__subtitle {
    margin-bottom: 1.25rem;
    font-weight: 600;
    font-size: 1.875rem;
    color: #1e1e1e;
    line-height: 1.23
}

.modal__eye {
    cursor: pointer;
    position: absolute;
    right: 1.125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal__error {
    margin-bottom: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #dc2b1e
}

.modal__forgot {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-size: 1.25rem;
    color: #3a3f43;
    display: inline-block;
    margin-bottom: 1.125rem;
    line-height: 1.2
}

.modal__forgot:hover {
    color: #54ade1
}

.modal__forgot_light {
    color: #8f8f8f;
    margin-top: 3.75rem;
    margin-bottom: 0
}

.modal__forgot_blue {
    color: #2398ed;
    margin-top: 1.75rem;
    margin-bottom: 0
}

.modal__hr {
    border: none;
    border-top: .0625rem solid #e3e4e5
}

.modal__time {
    color: #545454;
    margin-top: 1.5625rem
}

.modal__bottom-text {
    font-size: 1.25rem;
    color: #8f8f8f
}

.modal__img {
    -webkit-box-shadow: 0 .5rem 1.25rem 0 rgba(0,0,0,.1294117647);
    box-shadow: 0 .5rem 1.25rem 0 rgba(0,0,0,.1294117647);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: .75rem;
    width: 10.625rem;
    background: #fff
}

.modal__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal__sub {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3;
    color: #000;
    margin-bottom: 1.5rem;
    font-family: "Montserrat",sans-serif
}

.modal__sub_small {
    font-size: 1.75rem;
    font-family: "Inter",sans-serif;
    margin-bottom: .25rem
}

.modal__info {
    font-size: 1.25rem;
    line-height: 1.35;
    color: #000;
    font-family: "Montserrat",sans-serif
}

.modal__info+.modal__info {
    margin-top: 1.25rem
}

.modal__info a {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #54ade1
}

.modal__info a:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

.modal__text_merged {
    font-size: 1.125rem;
    color: #3a3f43;
    margin-bottom: 1.25rem
}

.modal__help {
    margin-top: 1.25rem;
    color: #8a8d8f;
    line-height: 1.4
}

@media(max-width: 1450px) {
    .modal_radius {
        width:95%
    }

    .modal__title_left {
        font-size: 2.25rem
    }

    .modal__sale {
        font-size: 1.25rem
    }

    .modal__subtitle {
        font-size: 1.625rem
    }

    .modal__set {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }

    .modal__set-number {
        font-size: 2.5rem
    }

    .modal__set-text {
        font-size: 1.125rem
    }

    input.modal__input_medium {
        font-size: 1rem;
        height: 3.75rem
    }
}

@media(max-width: 1350px) {
    .modal__set {
        padding-right:1.25rem;
        padding-left: 1.25rem
    }

    .modal__right {
        width: 24.0625rem
    }
}

@media(max-width: 1200px) {
    .modal {
        width:95%;
        padding-right: 6.25rem;
        padding-left: 6.25rem
    }

    .modal_radius {
        padding-right: 0;
        padding-left: 0
    }

    .modal_small {
        width: 39.75rem
    }

    .modal_big {
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }

    .modal__left {
        padding-top: 2.5rem;
        padding-bottom: 1.875rem
    }

    .modal__title_left {
        font-size: 1.875rem
    }

    .modal__sale {
        font-size: 1.125rem
    }

    .modal__subtitle {
        font-size: 1.375rem
    }

    .modal__set-number {
        font-size: 2.25rem
    }

    .modal__set-text {
        font-size: 1rem
    }

    .modal__row {
        margin-bottom: 2.1875rem
    }

    .modal__form_mobile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .modal__input-wrap_merged {
        width: calc((100% - 1.25rem)/2);
        max-width: none
    }

    .modal__button_mobile {
        width: calc((100% - 1.25rem)/2);
        max-width: none
    }
}

@media(max-width: 1024px) {
    .modal {
        padding:4.375rem 1.25rem
    }

    .modal_video {
        padding: 3.1875rem
    }

    .modal_radius {
        padding: 0
    }

    .modal_small {
        padding-bottom: 3.125rem
    }

    .modal_big {
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }

    .modal__title {
        font-size: 2.5rem
    }

    .modal__title_left {
        font-size: 1.75rem
    }

    .modal__text {
        margin-bottom: 2.5rem
    }

    .modal__text_big {
        font-size: 1.25rem
    }

    .modal__close {
        top: 1.875rem;
        right: 1.875rem
    }

    .modal__close_gray {
        top: 1.4375rem;
        right: 1.4375rem
    }

    .modal__input-wrap {
        margin-right: 1.875rem
    }

    .modal__input-wrap_big {
        margin-right: 0
    }

    .modal__input-wrap_big::before {
        -webkit-clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        border-radius: 1.0625rem
    }

    .modal__input-wrap_big::after {
        -webkit-clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        border-radius: 1.0625rem
    }

    .modal__input-wrap_merged {
        margin-right: 0
    }

    .modal__input-wrap_full::before {
        -webkit-clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        border-radius: 1.0625rem
    }

    .modal__input-wrap_full::after {
        -webkit-clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        border-radius: 1.0625rem
    }

    .modal__form_big {
        -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
    }

    .modal__form_mobile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    input.modal__input {
        height: 3.625rem
    }

    .modal__subtitle {
        font-size: 1.25rem
    }

    .modal__set {
        padding: .9375rem
    }

    .modal__set-number {
        font-size: 1.875rem
    }

    .modal__set-text {
        font-size: .875rem
    }

    .modal__right {
        width: 21.25rem
    }

    .modal__forgot {
        font-size: 1rem
    }

    .modal__error {
        font-size: .875rem
    }

    .modal__bottom-text {
        font-size: 1rem
    }
}

@media(max-width: 920px) {
    .modal__left {
        padding-top:1.875rem;
        padding-bottom: 1.5625rem
    }

    .modal__right {
        display: none
    }

    .modal__form_mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .9375rem
    }

    .modal__input-wrap_merged {
        width: 100%
    }

    .modal__button_mobile {
        width: 100%
    }

    .modal__sale {
        margin-bottom: .9375rem
    }

    .modal__title_left {
        margin-bottom: .3125rem
    }
}

@media(max-width: 767px) {
    .modal {
        padding:1.75rem 1.375rem;
        border-radius: 1.25rem;
        width: calc(100vw - 2.5rem);
        max-height: 95vh;
        overflow: auto
    }

    .modal_video {
        padding: 3.125rem .9375rem 1.875rem
    }

    .modal_radius {
        padding: 0
    }

    .modal_big {
        padding: 2.6875rem 2.1875rem;
        border-radius: 1.875rem;
        width: calc(100vw - 1.875rem)
    }

    .modal_big .modal__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 1.5rem;
        right: 1.5rem
    }

    .modal__left {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .modal__title {
        font-size: 1.3125rem;
        margin-bottom: 1.25rem
    }

    .modal__title_left {
        font-size: 1.25rem;
        margin-bottom: .625rem
    }

    .modal__text {
        font-size: .875rem;
        margin-bottom: 2.0625rem
    }

    .modal__form {
        -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
    }

    .modal__form_mobile {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .modal__input-wrap {
        width: auto;
        margin-right: 0;
        margin-bottom: 1.5rem
    }

    .modal__input-wrap_big {
        margin-bottom: 0;
        width: 100%;
        max-width: 17.75rem
    }

    .modal__input-wrap_merged {
        width: 100%;
        margin-bottom: 0
    }

    .modal__button {
        width: 100%;
        max-width: 17.75rem
    }

    .modal__button_mobile {
        max-width: none
    }

    input.modal__input {
        font-size: 1rem;
        padding-left: 1.25rem
    }

    input.modal__input_mail {
        padding-left: 4.3125rem;
        background-position-x: 2.125rem
    }

    input.modal__input_mail-medium {
        padding-left: 4.3125rem;
        background-position-x: 2.125rem
    }

    input.modal__input_password {
        padding-right: 3.75rem
    }

    .modal__close {
        top: .4375rem;
        right: .8125rem;
        width: 1rem
    }

    .modal__close_gray {
        top: .625rem;
        right: .625rem;
        width: 1.5625rem;
        height: 1.5625rem
    }

    .modal__close_gray img {
        width: .75rem
    }

    .modal__word {
        max-width: none
    }

    .modal__subtitle {
        font-size: 1.125rem
    }

    .modal__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .9375rem
    }

    .modal__set {
        padding: .625rem
    }

    .modal__sale {
        font-size: 1rem
    }

    .modal__eye {
        width: 2.5rem;
        right: .625rem
    }

    .modal__forgot_light {
        margin-top: 2.5rem
    }

    .modal__sub {
        font-size: 1.1875rem;
        margin-bottom: 1.3125rem;
        text-align: center
    }

    .modal__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.3125rem
    }

    .modal__info {
        font-size: .875rem;
        text-align: center
    }
}