:root {
    --card: #F5F5F7;
    --background-light: #F6F6F6;
    --background-dark: #202020;
    --stroke: #333335;
    --primary: #0071E3;
    --hover: #318BE7;
    --head: #101010;
    --main-text: #D8D8D8;
}

#offer-block {
    overflow: hidden;
}

#offer-block .offer-slider {
    width: 100%;
    height: max-content;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    grid-gap: 30px;
}

#offer-block .offer-slider .swiper-slide {
    opacity: 0.5;
}

#offer-block .offer-slider .swiper-slide-active,
#offer-block .offer-slider .swiper-slide-next,
#offer-block .offer-slider .swiper-slide-next+.swiper-slide {
    opacity: 1;
}

#offer-block .offer-slider .swiper-wrapper {
    margin-bottom: 40px;
}

#offer-block .offer-slider .swiper-slide {
    height: auto;
}

#offer-block .text_btn {
    color: var(--primary, #0071E3);
    font-family: "Roboto Condensed";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    margin-top: auto;
}

#offer-block .text_btn:hover {
    color: var(--hover);
}

#offer-block .title_block {
    min-width: 255px;
    color: var(--card, #F5F5F7);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#offer-block .title {
    color: var(--card, #F5F5F7);
    font-family: "Roboto Condensed";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 40px;
}

#offer-block .offer_shell {
    gap: 30px;
    display: flex;
    height: 100%;
}

#offer-block .offer_wrapper {
    min-height: 500px;
    border-radius: 10px;
    background: var(--background-dark);
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;

}

#offer-block .top_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#offer-block .bottom_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
}

#offer-block .icon img {
    padding-bottom: 25px;
    padding-top: 15px;
}

#offer-block .icon_title {
    color: var(--card, #F5F5F7);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#offer-block .icon_text {
    color: var(--card, #F5F5F7);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    padding-top: 15px;
}

#offer-block .wrap_wrap {
    display: flex;
    height: auto;
}

#offer-block .title_modal {
    color: var(--card, #F5F5F7);
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#offer-block .modal_wrapper {
    display: flex;
    gap: 10px;
    height: max-content;
}

#offer-block .img_modal img {
    display: none;
    height: 100%;
    /* padding-left: 85px; */
    width: 100%;
}

#offer-block .subtitle_modal {
    color: var(--card, #F5F5F7);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    padding-top: 15px;
    padding-bottom: 30px;
}

.swiper-arrows {
    display: none;
}

#offer-block .modal_wrapper {
    border-radius: 10px;
    background: var(--bg-dark, #202020);
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 70px;
    padding-bottom: 60px;
}

#offer-block .form-group {
    width: 100%;
    padding-top: 30px;
}

#offer-block .modal__content {
    padding-top: 60px;
    padding-right: 70px;
}

#offer-block .offer__row {
    display: none;
}

#modal-offer .first_column {
    width: 50%;
}

#modal-offer .form-input-comment {
    width: 100%;
    resize: unset;
}

.offer_modal textarea {
    height: 100%;
}

.offer_modal .second_column {
    width: 50%;
}

.offer_modal {
    background: var(--bg-dark, #202020);
    border-radius: 10px;
    padding: 30px;
    height: max-content;
    min-width: 50%;
}

.offer_modal .offer__img {
    width: max-content;
    max-width: 70%;
    min-width: 50%;
    height: max-content;
}

.offer_modal .offer__img img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.offer_modal .offer__conntent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    width: 40%;
    max-height: 370px;
    overflow-y: auto;
}

.offer_modal .offer__row {
    display: flex;
    gap: 25px;
}

.offer_modal .offer__price {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.offer_modal .offer__current {
    color: #0071e3;
    font-size: 30px;
    line-height: 100%;
}

.offer_modal .offer__none {
    color: #a5a3a3;
    font-size: 24px;
    align-self: flex-end;
    text-decoration: line-through;
}

.offer_modal .offer__top {
    margin-bottom: 20px;
}

.offer_modal .send {
    width: 100%;
}

.offer_modal .privacy-policy {
    max-width: 260px;
}

.offer_modal .offer__title h3 {
    color: var(--card, #F5F5F7);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: clamp(1.375rem, 0.8542rem + 0.6944vw, 1.6875rem);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    margin-bottom: 10px;
}

.offer_modal .offer__title h2 {
    color: var(--card, #F5F5F7);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: clamp(1.375rem, 0.8542rem + 0.6944vw, 1.6875rem);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    margin-bottom: 10px;
}

.offer_modal .offer__title h1 {
    color: var(--card, #F5F5F7);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: clamp(1.375rem, 0.8542rem + 0.6944vw, 1.6875rem);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    margin-bottom: 10px;
}

.offer_modal .offer__title ul li {
    list-style-position: inside;
    margin-bottom: 10px;
    color: var(--card, #F5F5F7);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-align: left;
}

.offer__subtitle {
    color: var(--card, #F5F5F7);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-align: left;
}

.subtitle_modal {
    color: var(--main-text, #D8D8D8);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}



.offer__img img {
    max-width: 500px;
}



#modal-offer .first_column {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media (max-width: 1200px) {
    .offer__row {
        flex-direction: column;
    }

    .offer_modal .offer__img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .offer_modal .offer__img img {
        align-self: center;
    }

    /* .theme-modal.offer_modal{
        max-height: unset;
    } */
    .offer_modal .offer__conntent {
        margin-top: 0;
        max-width: unset;
        margin-bottom: 20px;
        width: 100%;
        max-height: unset;
        overflow: hidden;
    }

    .offer_modal textarea {
        width: 100%;
    }

    .offer_modal .second_column {
        width: 100%;
    }

    #modal-offer .first_column {
        width: 100%;
    }

    .offer_modal.theme-modal .close-modal {
        top: 0;
    }

    .offer_modal .offer__img {
        max-width: unset;
    }

    #offer-block .offer-slider {
        overflow: auto;
    }
}

@media (max-width: 1250px) {
    offer-block .offer__wrap {
        display: unset;
    }

    #offer-block .offer__wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    #offer-block .wrap_wrap {
        padding-top: 20px;
    }

    #offer-block .offer_wrapper {
        width: unset;
    }

    /* #offer-block .offer_shell {
        display: unset;
    } */

    #modal-offer .privacy-policy {
        flex-direction: column;
        display: flex;
    }

    .subtitle_modal {
        font-size: 14px;
    }
}


@media (max-width: 700px) {
    #modal-offer .send {
        width: unset;
        padding-right: 20px;
        flex-direction: column;
    }
}

@media (max-width: 1170px) {
    #modal-offer .send {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

}

@media (max-width: 1400px) {
    #modal-offer .form-input-comment {
        width: 100%;
    }

}


@media (max-width: 1100px) {
    #offer-block .img_modal img {
        display: none;
    }
}

@media (max-width: 1200px) {
    .offer_modal {
        min-width: 70%;
    }

}

@media (max-width: 800px) {
    #offer-block .offer__wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    #offer-block .offer_wrapper {
        width: 100%;
    }

    #offer-block .offer_shell {
        display: unset;
    }

    #offer-block .modal_wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 30px;
        padding-bottom: 30px;
    }

    #offer-block .modal__content {
        padding-right: 30px;
    }

}

@media (max-width: 620px) {
    #modal-offer .form-group {
        flex-direction: column;
    }

    .form-input-comment {
        min-height: unset;
    }

    .offer_modal textarea {
        min-height: unset;
    }
}

@media (max-width: 587px) {
    #offer-block .send_two {
        width: unset;
        flex-direction: column;
    }

    #offer-block .form_group_two {
        flex-direction: column;
        width: 100%;
    }

    #offer-block .modal__content {
        padding-top: 25px;
        padding-bottom: 25px;

    }


    #offer-block #btn-sbm-two {
        margin-top: 20px;
    }

    #offer-block .subtitle_modal {
        font-size: 16px;
        padding-bottom: 20px;
    }

    #offer-block .modal_wrapper {
        padding-left: 15px;
    }

    #offer-block .modal__content {
        padding-right: 15px;
    }
}

@media (max-width: 500px) {
    .offer_modal .offer__row {
        gap: 10px;
    }

    .offer__title {
        font-size: 18px;
    }

    .offer__subtitle {
        font-size: 15px;
    }

    .offer_modal .offer__conntent {
        margin-bottom: 0;
    }

    .offer_modal {
        padding: 10px;
        padding-top: 40px;
    }
}

@media (max-width: 400px) {
    #offer-block .offer_wrapper {
        width: 100%;
    }

    #offer-block .offer_wrapper {
        padding-bottom: 30px;
    }

    #offer-block .modal_wrapper {
        padding-left: 10px;
    }
}

.cistenes {
    width: 648px;
    height: 398px;
    background: #f3eded;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgb(241 241 241);
}


.advance img {
    width: 648px;
    height: 398px;
}

#steklo>* {
    cursor: none;
}

@media (max-height: 600px) {

    .advance img,
    .cistenes {
        width: 518px;
        height: 318px;
    }
}