.order {
    width: 107rem;
    padding: 3.5rem 4rem 4rem;
    border-radius: 1.5rem;
    background: #ffffff;
    /* padding: 4rem; */
    /* margin: auto; */
    overflow: hidden;
}

body {
    background-image:
            url("/images/background.jpg"),
            linear-gradient(to bottom, transparent 0%, #f3f6fb 100%);
    background-repeat: no-repeat;
    background-size: 100% auto, 100% 100%;  /* Первое значение для изображения, второе для градиента */
    background-position: top center, 0 0;
    background-attachment: fixed;
    background-color: #f3f6fb;
}

.popup-modal .checkbox__label {
    /* flex-wrap: wrap; */
    align-items: flex-start;
}

@media (max-width: 1350px) {
    .order__box_t2-desc {
        display: none;
    }

    /* .popup-modal .checkbox__label {
      flex-wrap: nowrap;
    } */
    .order {
        max-width: calc(100% - 4rem);
    }

    #cboxLoadedContent .order {
        max-width: 90vw;
    }
}

@media (max-width: 768px) {
    .order {
        padding: 2rem 0;
    }

    #cboxLoadedContent .order {
        padding-block: 2rem;
        max-width: 95vw;
    }

    /* .zakaz2 {
        width: 100%;
      } */
    #cboxLoadedContent .order > div:not(.order__body),
    .order__body > div:not(.order__box_t3) {
        padding-inline: 1rem;
    }

}

.order__body {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: stretch;
    min-height: fit-content;
    margin-top: 24px;
}

/* @media (min-width: 1351px) {

      } */
.order__box {
    position: relative;
    /*max-width: calc(50% - 3rem);*/
}

@media (max-width: 1351px) {
    .order__body {
        flex-wrap: wrap;
        gap: 20px;
        /* max-height: 60rem;  */
    }

    /* .order__box_t3 {
        margin-left: auto;
      }  */
}

.order__box_t2-mob {
    display: none;
}

.order__box_t2-desc {
    max-width: fit-content;
}

@media (max-width: 1350px) {
    .order__box {
        max-width: 100%;
    }

    .order__box_t1 {
        order: 1;
    }

    .order__box_t2 {
        order: 3;
    }

    .order__box_t3 {
        order: 2;
        width: 100%;
    }

    .order__box_t2-mob {
        display: flex;
        order: 3;
    }
}

/* @media (max-width: 768px) {
      .order__box:not(.order__box_t3) {
        padding: 0 2rem; } } */
.order__header {
    margin-bottom: 4rem;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
}

.order__header__link {
    text-decoration: none;
}

.order__header__link:hover {
    color: #7569DE;
}

@media (max-width: 1350px) {
    .order__header {
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .order__header {
        font-size: 2.6rem;
        margin-bottom: 0.7rem;
        /* padding: 0 2rem;  */
    }
}

.order__data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .order__data {
        gap: 0.8rem;
        margin-bottom: 1.7rem;
    }
}

.order__date, .order__clock {
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
}

.order__date-icon, .order__clock-icon {
    width: 2.4rem;
    height: 2.4rem;
    fill: #9ECB45;
}

.order__price {
    justify-content: flex-start;
    margin-bottom: 3.5rem;
}

@media (max-width: 1350px) {
    .order__price {
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .order__price {
        margin-bottom: 2rem;
    }
}

.order__price .price__info {
    margin-right: 0;
}

.order__recomended {
    margin-bottom: 4rem;
}

@media (max-width: 1350px) {
    .order__recomended {
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .order__recomended {
        margin-bottom: 2rem;
    }
}

.order__recomended-title {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.4545454545;
    margin-bottom: 1.6rem;
}

@media (max-width: 768px) {
    .order__recomended-title {
        font-size: 1.8rem;
        line-height: 1.2222222222;
    }
}

.order .checkbox {
    margin-bottom: 1.6rem;
    color: rgba(56, 63, 65, 0.5);
    font-size: 1.6rem;
    letter-spacing: -0.032rem;
    line-height: 1;
}

.order .checkbox a {
    text-decoration: none;
    color: #7569DE;
}

.ch3768 .checkbox__label {
    flex-wrap: wrap;
}

.order__important-title {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.4545454545;
    margin-bottom: 1.6rem;
}

@media (max-width: 768px) {
    .order__important-title {
        font-size: 1.8rem;
        line-height: 1.2222222222;
    }
}

.order__important p {
    color: rgba(56, 63, 65, 0.5);
    font-size: 1.4rem;
    letter-spacing: -0.028rem;
    line-height: 1.1428571429;
    margin-bottom: 1.6rem;
}

@media (max-width: 768px) {
    .order__important p {
        margin-bottom: 0.8rem;
    }
}

.order__important a {
    color: #7569DE;
    font-size: 1.6rem;
    letter-spacing: -0.032rem;
    line-height: 1;
    text-decoration: none;
}

@media (max-width: 768px) {
    .order__important a {
        font-size: 1.4rem;
        line-height: 1.1428571429;
    }
}
.order__wrap {
    /* height: 80%; */
    /*max-height: 580px;*/
    height: 100%;
    background: #E3E1F8;
    padding: 4rem;
    border-radius: 1.5rem;
    text-align: center;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2.4rem;
}

@media (max-width: 768px) {
    .order__wrap {
        margin-left: 10%;
        align-self: center;
        width: 80%;
        margin-top: 5%;
        flex-direction: column;
    }
}

.order__wrap .form__input-box {
    width: 30rem;
    max-width: 100%;
    border-radius: 30px;
    border: 1px solid rgba(117, 105, 222, 0.3);
    background: #F3F6FB;
    margin-bottom: 0.8rem;
}

@media (max-width: 1350px) {
    .order__wrap {
        height: 100%;
    }
}

@media (max-width: 1350px) {
    .order__wrap {
        max-height: inherit;
    }

    .order__wrap h2 {
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .order__wrap {
        padding: 2rem;
        border-radius: 0;
    }
}

.order__wrap h2 {
    margin-bottom: 4rem;
}

@media (max-width: 768px) {
    .order__wrap h2 {
        margin-bottom: 2rem;
    }

    .order__wrap .form__input-box {
        width: 27rem;
        max-width: 100%;
    }
}

.order__wrap .form__input {
    padding: 1.4rem 2rem;
    box-sizing: border-box;
    width: 100%;
}

.order__btn {
    width: 100%;
    max-width: 30rem;
    margin-bottom: 1.6rem;
    box-sizing: border-box;
    border: 1px solid #7569DE;
}


.order__btn:hover {
    border-color: #7569DE;
}

.help-block {
    font-size: 1rem !important;
}

@media (max-width: 768px) {
    .order__wrap {
        margin-left: 0 !important;
        width: 100% !important;
        border-radius: 0;
    }
}