@media (min-width: 768px) {
    .container_sm {
        max-width: 798px;
    }
}
.title_1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
}
@media (max-width: 768px) {
    .title_1 {
        font-size: 20px;
        line-height: 1;
    }
}
.title_2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}
@media (max-width: 768px) {
    .title_2 {
        font-size: 18px;
        line-height: 1;
    }
}
.title_3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}
@media (max-width: 768px) {
    .title_3 {
        font-size: 16px;
        line-height: 20px;
    }
}
.title_4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #121212;
}
@media (max-width: 768px) {
    .title_4 {
        font-size: 16px;
        line-height: 16px;
    }
}
.title_5 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #121212;
}
@media (max-width: 768px) {
    .title_5 {
        font-size: 16px;
        line-height: 16px;
    }
}
.confirmation__notice,
.subtitle_1 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
@media (max-width: 768px) {
    .confirmation__notice,
    .subtitle_1 {
        font-size: 12px;
    }
}
.subtitle_2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}
@media (max-width: 768px) {
    .subtitle_2 {
        font-size: 16px;
        line-height: 16px;
    }
}
.order-info-item__key {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
@media (max-width: 768px) {
    .order-info-item__key {
        font-size: 12px;
        line-height: 14px;
    }
}
.order-date,
.order-info-item__value,
.order-number,
.personal-info-item__key,
.personal-info-item__value,
.personal-info-notice,
.times-options-item__date,
.times-options-item__time {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
@media (max-width: 768px) {
    .order-date,
    .order-info-item__value,
    .order-number,
    .personal-info-item__key,
    .personal-info-item__value,
    .personal-info-notice,
    .times-options-item__date,
    .times-options-item__time {
        font-size: 12px;
        line-height: 14px;
    }
}
.confirmation-social-item__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000;
}
@media (max-width: 768px) {
    .confirmation-social-item__title {
        font-size: 14px;
        line-height: 18px;
    }
}
.title_bottom {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}
@media (max-width: 768px) {
    .title_bottom {
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
    }
}
.attention__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #ff7000;
}
@media (max-width: 768px) {
    .attention__title {
        font-size: 18px;
        line-height: 20px;
    }
}
.attention__subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #121212;
}
@media (max-width: 768px) {
    .attention__subtitle {
        font-size: 14px;
        line-height: 18px;
    }
}
.orange {
    color: #ff7000;
}
body {
    background-color: #e6e6e6;
}
.time-options__item {
    background-color: #ff7000;
}
.btn-green,
.btn-orange,
.btn-red {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 23px;
    border-radius: 5px;
    max-width: 160px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    border: none;
    outline: 0;
}
.btn-green:hover,
.btn-orange:hover,
.btn-red:hover {
    color: #fff;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
.btn-red {
    background: -webkit-gradient(linear, left top, left bottom, from(#983601), to(#7b2c08));
    background: -o-linear-gradient(top, #983601 0, #7b2c08 100%);
    background: linear-gradient(180deg, #983601 0, #7b2c08 100%);
}
.btn-green {
    background: -webkit-gradient(linear, left top, left bottom, from(#049a13), to(#00600a));
    background: -o-linear-gradient(top, #049a13 0, #00600a 100%);
    background: linear-gradient(180deg, #049a13 0, #00600a 100%);
}
.btn-orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7000), to(#c85b06));
    background: -o-linear-gradient(top, #ff7000 0, #c85b06 100%);
    background: linear-gradient(180deg, #ff7000 0, #c85b06 100%);
}
@media (max-width: 768px) {
    .btn-green {
        margin-right: 0;
    }
}
.radio-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
    padding-left: 13px;
    margin-bottom: 12px;
    cursor: pointer;
}
.radio-btn .checkmark {
    height: 14px;
    width: 14px;
    min-width: 14px;
    border: 3px solid #e6e6e6;
    border-radius: 50%;
    margin-right: 30px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.radio-btn input:checked ~ .checkmark {
    background-color: #ff7000;
}
.radio-btn:hover input ~ .checkmark {
    background-color: #ccc;
}
.radio-btn input {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    cursor: pointer;
}
.dates-list {
    width: 100%;
    counter-reset: section;
    list-style-type: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
.dates-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.dates-list-item::before {
    counter-increment: section;
    content: counters(section, ".") ".";
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    color: #564a46;
}
.dates-list-item__date,
.dates-list-item__time {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.dates-list-item__delete {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    cursor: pointer;
    width: 9px;
    height: 9px;
}
.dates-list-item__delete svg {
    width: 9px;
    height: 9px;
}
@media (max-width: 768px) {
    .dates-list-item__date,
    .dates-list-item__time {
        font-size: 12px;
    }
}
.checkout-thanks {
    padding-top: 115px;
}
.checkout-thanks .title_1 {
    text-align: center;
    color: #000;
}
.checkout {
    padding-top: 115px;
    margin-bottom: 120px;
}
.checkout-heading {
    padding: 30px;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.checkout-heading_brown {
    background-color: #554a46;
}
.checkout-heading_red {
    background: -webkit-gradient(linear, left top, left bottom, from(#983601), to(#7b2c08));
    background: -o-linear-gradient(top, #983601 0, #7b2c08 100%);
    background: linear-gradient(180deg, #983601 0, #7b2c08 100%);
}
.checkout-heading_green {
    background: -webkit-gradient(linear, left top, left bottom, from(#049a13), to(#00600a));
    background: -o-linear-gradient(top, #049a13 0, #00600a 100%);
    background: linear-gradient(180deg, #049a13 0, #00600a 100%);
}
.checkout-heading .title_1 {
    text-align: center;
    color: #fff;
}
.checkout-heading .subtitle_2 {
    margin-top: 10px;
}
.checkout-main {
    background-color: #fff;
    width: 100%;
    padding: 0 20px 60px 20px;
}
.checkout-main_opacity {
    position: relative;
    z-index: 1;
}
.checkout-main_opacity::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5);
}
.checkout-order-number {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin-bottom: 50px;
}
.checkout-bottom {
    background-color: #554a46;
    position: relative;
    padding: 16px 20px;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
}
.checkout-bottom__icon {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 35px;
    bottom: 5px;
}
.checkout-bottom__icon svg {
    width: 100%;
    height: 100%;
}
.checkout-bottom .title_bottom .orange {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    text-decoration: underline;
}
.checkout-bottom .title_bottom .orange:hover {
    color: #ff7000;
    text-decoration: none;
}
.checkout-heading {
    padding: 15px;
}
@media (max-width: 768px) {
    .checkout {
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .checkout-order-number {
        margin-bottom: 15px;
    }
    .checkout-main {
        padding: 0 10px 30px 10px;
    }
    .checkout-bottom__icon {
        display: none;
    }
    .checkout-bottom .title_bottom .orange {
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
    }
}
.order-date .orange,
.order-number .orange {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .order .orange {
        font-size: 12px;
        line-height: 14px;
    }
}
.personal-info {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}
.personal-info .title_3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.personal-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.personal-info__avatar {
    margin-right: 40px;
    width: 75px;
    min-width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #e6e6e6;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
}
.personal-info__avatar svg {
    width: 41px;
    height: 54px;
}
.personal-info-notice {
    text-align: right;
    margin-left: auto;
    color: #564a46;
}
@media (max-width: 768px) {
    .personal-info {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .personal-info-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .personal-info__avatar {
        margin-right: 0;
        min-width: 60px;
        width: 60px;
        height: 60px;
    }
    .personal-info__avatar img {
        height: 70%;
    }
    .personal-info .title_3 {
        margin-bottom: 15px;
    }
    .personal-info-notice {
        margin-right: auto;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }
}
.personal-info-list {
    margin-top: 10px;
}
.personal-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 10px;
}
.personal-info-item__key {
    min-width: 90px;
    font-weight: 700;
    color: #a29692;
}
.personal-info-item__value {
    color: #554a46;
}
.order-info {
    margin-bottom: 50px;
}
.order-info .title_3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .order-info {
        margin-bottom: 20px;
    }
}
.order-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #e6e6e6;
}
.order-info-item:first-of-type {
    padding-top: 0;
}
.order-info-item .orange {
    text-decoration: underline;
}
.order-info-item__key {
    color: #a29692;
    margin-bottom: 10px;
}
.order-info-item__value {
    text-align: right;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .order-info-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.confirmation {
    max-width: 502px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.confirmation .title_2 {
    text-align: center;
    margin-bottom: 20px;
}
.confirmation .subtitle_1 {
    text-align: center;
    margin-bottom: 47px;
}
.confirmation-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    margin-bottom: 50px;
}
.confirmation-social .telegram {
    background-color: #0788eb;
    padding: 18px 16.5px 15px 13.5px;
}
.confirmation-social .telegram svg {
    width: 30px;
    height: 26px;
}
.confirmation-social .viber {
    background-color: #7b05cc;
    padding: 15px 13.5px 10.5px 15px;
}
.confirmation-social .viber svg {
    width: 31.5px;
    height: 34.5px;
}
.confirmation__notice {
    text-align: center;
    color: #a29692;
    font-size: 15px;
}
@media (max-width: 768px) {
    .confirmation-social {
        margin-bottom: 20px;
    }
    .confirmation-social .telegram {
        padding: 10px;
    }
    .confirmation-social .viber {
        padding: 10px;
    }
    .confirmation .title_2 {
        margin-bottom: 10px;
    }
    .confirmation .subtitle_1 {
        margin-bottom: 20px;
    }
    .confirmation__notice {
        font-size: 12px;
    }
}
.confirmation-social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.confirmation-social-item__icon {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}
.confirmation-social-item:hover .confirmation-social-item__title {
    text-decoration: underline;
    color: #0056b3;
}
@media (max-width: 768px) {
    .confirmation-social-item__icon {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
}
.wish-message {
    margin-bottom: 50px;
}
.wish-message .title_4 {
    text-align: center;
}
.wish-message__icon {
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 60px;
    height: 60px;
}
.wish-message__icon svg {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .wish-message {
        margin-bottom: 10px;
    }
    .wish-message__icon {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }
}
.total-message__icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
}
.total-message .social-title,
.total-message .title_3 {
    text-align: center;
}
.total-message .social-title {
    font-size: 18px;
    line-height: 28px;
}
.total-message .title_3 {
    margin-bottom: 10px;
}
.total-message .title_3 .orange {
    text-decoration: underline;
    font-weight: 700;
}
.total-message .orange {
    font-weight: 700;
    text-decoration: none;
}
@media (max-width: 768px) {
    .total-message__icon {
        width: 30px;
        height: 30px;
        margin-bottom: 15px;
    }
    .total-message .social-title {
        font-size: 12px;
        line-height: 16px;
    }
}
.attention {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.attention-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 30px;
}
.attention__icon {
    margin-right: 15px;
    width: 27px;
    height: 24px;
}
.attention__icon svg {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .attention {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .attention-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .attention__title {
        text-align: center;
    }
    .attention__subtitle {
        text-align: center;
    }
}
.time-options {
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .time-options {
        margin-bottom: 20px;
    }
}
.times-options-heading {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding-left: 50px;
}
.times-options-heading__date {
    padding: 0 24px;
    margin-right: 65px;
}
.times-options-heading__date,
.times-options-heading__time {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
    color: #a29692;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
    .times-options-heading {
        padding-left: 40px;
    }
}
.time-options-list {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
    .time-options-list {
        padding-bottom: 15px;
    }
}
.times-options-item__date {
    margin-right: 55px;
    max-width: 71.5px;
}
.times-options-item__date,
.times-options-item__time {
    color: #554a46;
    text-align: center;
}
.times-options-item__time {
    max-width: 35.55px;
}
.booking-order .title_5 {
    text-align: center;
    margin-bottom: 30px;
}
.booking-order .orange {
    display: block;
    text-decoration: underline;
    font-weight: 700;
}
@media (max-width: 768px) {
    .booking-order .title_5 {
        margin-bottom: 20px;
    }
}
.booking-order-actions {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
}
.booking-order-actions .btn-green {
    margin-right: 50px;
}
@media (max-width: 768px) {
    .booking-order-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .booking-order-actions .btn-green {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.confirm-options .title_2 {
    text-align: center;
    margin-bottom: 30px;
}
.confirm-options-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.confirm-options-heading__item {
    width: 33.33%;
    padding: 11px 20px;
    text-align: center;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #564a46;
    border: 1px solid #e6e6e6;
    border-right: none;
}
.confirm-options-heading__item:last-child {
    border-right: 1px solid #e6e6e6;
}
.confirm-options-item {
    width: 33.33%;
    padding: 30px 20px;
    border: 1px solid #e6e6e6;
    border-right: none;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.confirm-options-item:last-child {
    border-right: 1px solid #e6e6e6;
}
.confirm-options-item .btn-green,
.confirm-options-item .btn-red {
    margin-right: auto;
    margin-left: auto;
}
.confirm-options-item .radio-btn {
    padding-left: 0;
    margin-bottom: 20px;
}
.confirm-options-item .radio-btn:last-child {
    margin-bottom: 0;
}
.confirm-options-item .radio-btn .checkmark {
    margin-right: 15px;
}
.confirm-options-item .radio-btn__text {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #564a46;
}
.confirm-options-item__text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #a29692;
    margin-bottom: 20px;
}
.confirm-options .bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.confirm-options .space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.confirm-options-input {
    width: 70px;
    margin-right: 5px;
}
.confirm-options-input_big {
    width: 120px;
}
.confirm-options-input input {
    position: relative;
    z-index: 1;
    height: 30px;
    border: 1px solid #e6e6e6;
    padding: 10px 3px 10px 25px;
    max-width: 100px;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #564a46;
    border-radius: 5px;
}
.confirm-options-input input::after {
    content: "+";
    width: 22px;
    color: #fff;
    height: 30px;
    position: absolute;
    bottom: -1px;
    left: 0;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 5px 0 0 5px;
    background-color: #554a46;
}
.confirm-options-input input::-webkit-calendar-picker-indicator {
    background: 0 0;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: 100%;
    left: -24px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.confirm-options-input .input-caption {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #a29692;
    margin-bottom: 5px;
}
.confirm-options #formReject {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.confirm-options-datepicker {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.confirm-options-datepicker__submit {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #fff;
    padding: 5px 25px;
    max-width: 132px;
    margin-right: auto;
    margin-left: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#049a13), to(#00600a));
    background: -o-linear-gradient(top, #049a13 0, #00600a 100%);
    background: linear-gradient(180deg, #049a13 0, #00600a 100%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    border: none;
    outline: 0;
    border-radius: 5px;
    margin-top: 15px;
}
.confirm-options-datepicker__submit:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.confirm-options-datepicker__submit:disabled {
    background: rgba(167, 167, 167, 0.6) !important;
}
.confirm-options-datepicker__submit:disabled:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.confirm-options-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.confirm-options .btn-orange {
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 768px) {
    .confirm-options .title_2 {
        margin-bottom: 15px;
    }
    .confirm-options .bottom {
        padding-top: 10px;
    }
    .confirm-options-heading {
        display: none;
    }
    .confirm-options-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .confirm-options-input {
        width: 110px;
    }
    .confirm-options-item {
        width: 100%;
        border: none;
        border-bottom: 1px solid #e6e6e6;
    }
    .confirm-options-item:last-child {
        border-bottom: none;
    }
    .confirm-options-item .radio-btn {
        margin-bottom: 10px;
    }
    .confirm-options-item-top {
        margin-bottom: 20px;
    }
}
.booking-request__notice {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    color: #121212;
    margin-bottom: 40px;
    padding-top: 20px;
}
.booking-request__title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #554a46;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
}
.booking-request__caption {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #554a46;
    margin-bottom: 5px;
}
.booking-request-input {
    margin-bottom: 30px;
    position: relative;
}
.booking-request-input input::-webkit-calendar-picker-indicator {
    display: none;
}
.booking-request-select {
    margin-bottom: 30px;
    position: relative;
}
.booking-request-select_middle {
    width: 220px;
}
.booking-request__message {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 1px;
    font-size: 14px;
    color: red;
    padding-left: 0;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .booking-request-select_middle {
        width: 100%;
    }
    .booking-request__notice {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .booking-request__caption {
        font-size: 12px;
        line-height: 14px;
    }
    .booking-request__title {
        font-size: 16px;
        line-height: 20px;
        margin-top: 30px;
    }
}
.booking-request-select-date,
.booking-request-select-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
    width: 160px;
}
.booking-request-select-date input::-webkit-calendar-picker-indicator,
.booking-request-select-time input::-webkit-calendar-picker-indicator {
    background: 0 0;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: 100%;
    left: -24px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.booking-request-select-date input,
.booking-request-select-time input {
    padding: 15px;
    width: 100%;
    outline: 0;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    position: relative;
}
.booking-request-select-date input::after,
.booking-request-select-time input::after {
    content: "";
    width: 36px;
    height: 51px;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    position: absolute;
    background-color: #564a46;
}
.booking-request-select-date input::before,
.booking-request-select-time input::before {
    content: "";
    background-image: url(/site/images/laznya.ua/users/orders/dropdown-arrow.svg);
    position: absolute;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 5;
    right: 6px;
    top: 13px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
@media (max-width: 768px) {
    .booking-request-select-date,
    .booking-request-select-time {
        width: 100%;
    }
    .booking-request-select-date input,
    .booking-request-select-time input {
        padding: 7px;
    }
    .booking-request-select-date input::after,
    .booking-request-select-time input::after {
        height: 35px;
        top: -1px;
    }
    .booking-request-select-date input::before,
    .booking-request-select-time input::before {
        width: 18px;
        height: 18px;
        right: 8px;
        top: 9px;
    }
}
.booking-request-select-date {
    margin-right: 30px;
}
.booking-request-form .btn-primary {
    margin-left: auto !important;
    margin-right: 0 !important;
}
@media (max-width: 768px) {
    .booking-request-form .btn-primary {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
.booking-request-heading {
    padding: 20px 12px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.booking-request-heading__key {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #a29692;
}
.booking-request-heading__value {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    text-decoration: underline !important;
    color: #ff7000;
}
@media (max-width: 768px) {
    .booking-request-heading__key {
        font-size: 14px;
    }
    .booking-request-heading__value {
        font-size: 14px;
        line-height: 1;
    }
}
.booking-request-input input {
    padding: 15px;
    outline: 0;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.booking-request-input_middle {
    width: 220px;
}
@media (max-width: 768px) {
    .booking-request-input input {
        padding: 7px;
    }
    .booking-request-input_middle {
        width: 100%;
    }
}
.booking-request-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.booking-request-wrapper .booking-request-input {
    margin-right: 30px;
}
@media (max-width: 768px) {
    .booking-request-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.booking-request-time {
    margin-bottom: 25px;
}
.booking-request-time-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 5px;
}
.booking-request-time-caption__icon {
    width: 14px;
    height: 14px;
    margin-right: 15px;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
}
.booking-request-time-caption__icon svg {
    width: 100%;
    height: 100%;
    color: #554a46;
}
.booking-request-time-caption__text {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #554a46;
}
.booking-request-time-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1.29;
    color: #554a46;
}
.booking-request-time-item__key {
    font-weight: 700;
}
.booking-request-time-item__value {
    font-weight: 400;
}
.captcha {
    width: 302px;
    background: #fafafa;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    height: 74px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .captcha {
        width: 200px;
        height: 55px;
    }
}
.custom-select {
    position: relative;
    padding: 0 !important;
    border: none !important;
    height: 51px;
}
.custom-select select {
    display: none;
}
@media (max-width: 768px) {
    .custom-select {
        height: 35px;
    }
}
.custom-select select {
    display: none;
}
.select-selected {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    border: none;
    border: 1px solid #e6e6e6;
    right: 0;
    top: 0;
}
.select-selected::after {
    content: "";
    width: 36px;
    height: 49px;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    position: absolute;
    background-color: #564a46;
}
.select-selected::before {
    content: "";
    background-image: url(/site/images/laznya.ua/users/orders/dropdown-arrow.svg);
    position: absolute;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 5;
    right: 6px;
    top: 11px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
@media (max-width: 768px) {
    .select-selected::after {
        height: 35px;
        top: -1px;
    }
    .select-selected::before {
        width: 18px;
        height: 18px;
        right: 8px;
        top: 9px;
    }
}
.select-items div,
.select-selected {
    color: #121212;
    padding: 15px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .select-items div,
    .select-selected {
        padding: 8px;
    }
}
.select-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 200px;
    overflow-y: auto;
    border-radius: 5px;
}
.select-arrow-active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select-hide {
    display: none;
}
.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.conditions-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #554a46;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
}
.pay-conditions {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px;
    min-height: 80px;
    background-color: #f6f6f6;
}
/*# sourceMappingURL=main.min.css.map */
