/* <style> */
#yard_gallery,
#children_carousel,
.choose_yard,
#ttable-general .q_after {
    display: none !important;
}

.yard_list {
    padding-left: 0;
}

.t_table_list {
    display: none;
}

h1 > span {
    display: block;
    font-size: 0.65em;
}

.form_inline_section::before {
    pointer-events: none;
}

.chehova-promo {
    margin: 24px 0 58px;
    position: relative;
    z-index: 2;
}

.chehova-promo__inner {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    width: min(1200px, calc(100% - 32px));
}

.chehova-promo__card {
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(29, 53, 64, 0.18);
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chehova-promo__card:hover,
.chehova-promo__card:focus {
    box-shadow: 0 16px 38px rgba(29, 53, 64, 0.24);
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

.chehova-promo__card * {
    pointer-events: none;
}

.chehova-promo__media {
    display: block;
    height: auto;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: left;
}

.yard_header .head_part1 > .logo {
    align-items: center;
    background: url(../../img/logo-chehova.png) center / contain no-repeat !important;
    display: block !important;
    height: 76px !important;
    width: 174px !important;
}

.yard_header .head_part2.full_width_navigation > .logo {
    background: url(../../img/logo-chehova.png) center / contain no-repeat !important;
}

.yard_header .head_part1 > .logo img,
.yard_header .head_part2.full_width_navigation > .logo img {
    display: block;
    height: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 100% !important;
}

footer .logo {
    background: url(../../img/logo-chehova.png) center / contain no-repeat !important;
    display: block;
    height: 96px !important;
    width: 190px !important;
}

footer .logo img {
    display: block;
    height: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 100% !important;
}

@media (max-width: 991px) {
    .chehova-promo__inner {
        grid-template-columns: 1fr;
        width: min(680px, calc(100% - 24px));
    }

    .yard_header .head_part1 > .logo {
        height: 58px !important;
        width: 136px !important;
    }
}

@media (max-width: 575px) {
    html,
    body {
        overflow-x: hidden;
    }

    .yard_header::before {
        content: none !important;
        display: none !important;
    }

    footer .logo {
        margin: auto !important;
    }

    .yard_header .head_part1 {
        align-items: center;
        min-height: 112px;
    }

    .yard_header .head_part1 > .logo {
        height: 108px !important;
        margin-left: 4px;
        width: 138px !important;
    }

    .yard_header .head_part2.full_width_navigation > .logo {
        background-size: contain !important;
        flex: 0 0 138px !important;
        height: 108px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        order: 0 !important;
        width: 138px !important;
    }

    .yard_header .head_part2.full_width_navigation > .mob_controls {
        align-self: flex-start !important;
        margin-left: auto !important;
        margin-top: 16px !important;
        order: 1 !important;
        width: auto !important;
    }

    .yard_header .head_part2.full_width_navigation .recall_img {
        display: none !important;
    }

    .yard_header.fixMe .head_part2.full_width_navigation {
        align-items: center !important;
        background: #fff !important;
        height: 72px !important;
        min-height: 72px !important;
        padding: 8px 14px !important;
    }

    .yard_header.fixMe .head_part2.full_width_navigation > .logo {
        flex-basis: 92px !important;
        height: 56px !important;
        width: 92px !important;
    }

    .yard_header.fixMe .head_part2.full_width_navigation > .mob_controls {
        margin-top: 12px !important;
    }

    .yard_header .top_info {
        max-width: calc(100% - 150px);
    }

    .yard_header .yard_list,
    .yard_header .yard_list li.current,
    .yard_header .yard_list li.current a {
        max-width: 100%;
        overflow: visible !important;
        text-overflow: clip !important;
        white-space: normal !important;
    }

    .yard_header .head_part2.city_yard_choose .yard_list {
        background: transparent !important;
        box-shadow: none !important;
        display: block !important;
        left: auto !important;
        margin: 0 !important;
        padding: 8px 116px 8px 12px !important;
        position: static !important;
        text-align: left !important;
        top: auto !important;
        width: 100% !important;
    }

    .yard_header .head_part2.city_yard_choose .yard_list li {
        display: none !important;
        margin: 0 !important;
    }

    .yard_header .head_part2.city_yard_choose .yard_list li.current {
        display: block !important;
    }

    .yard_header .head_part2.city_yard_choose .yard_list li.current a {
        color: #fe3781 !important;
        display: block !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    .intro_section h1 > div {
        max-width: 100% !important;
        padding-left: 8px;
        padding-right: 8px;
        width: 100% !important;
    }

    .intro_section h1 div[style*="font-size:22px"] {
        font-size: 20px !important;
        line-height: 1.16 !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px !important;
        padding-right: 0;
        text-align: center;
        white-space: normal !important;
    }

    .chehova-promo {
        margin: 22px 0 54px;
    }

    .chehova-promo__inner {
        gap: 20px;
        width: calc(100% - 32px);
    }

    .chehova-promo__card {
        border-radius: 14px;
    }

    .intro_section .intro_list {
        box-sizing: border-box;
        padding-right: 16px;
    }

    .intro_section .redb.getModal {
        box-sizing: border-box;
        display: flex !important;
        justify-content: center;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 320px !important;
        min-width: 0 !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        white-space: normal !important;
        width: calc(100vw - 64px) !important;
    }
}

/* Special offer before the price tables */
.chehova-special-offer {
    align-items: center;
    background: linear-gradient(90deg, rgba(247, 244, 233, 0.98), rgba(251, 250, 244, 0.98));
    border: 1px solid #d8d6c8;
    border-radius: 22px;
    box-shadow: 0 8px 24px rgba(61, 72, 49, 0.05);
    box-sizing: border-box;
    color: #2f312d;
    display: none;
    gap: 28px;
    grid-template-columns: 1.5fr 0.75fr 1.55fr auto;
    margin: 24px auto 30px;
    max-width: 1140px;
    overflow: hidden;
    padding: 24px 30px;
    text-align: left;
    width: 100%;
}

#yard_prices .col-md-12 > .chehova-special-offer {
    display: grid;
}

@media (min-width: 1301px) {
    #yard_prices.price_sad_secion {
        background-position: calc(50% + 370px) 500px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    #yard_prices.price_sad_secion {
        background-position: calc(50% + 490px) 500px;
    }
}

.chehova-special-offer p {
    margin-top: 0;
}

.chehova-special-offer__intro {
    align-items: center;
    display: flex;
    gap: 16px;
    min-width: 0;
}

.chehova-special-offer__icon {
    align-items: center;
    background: #e8ead7;
    border-radius: 50%;
    color: #62754c;
    display: flex;
    flex: 0 0 58px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.chehova-special-offer__icon svg {
    fill: none;
    height: 30px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 30px;
}

.chehova-special-offer__kicker {
    color: #435334;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: 4px !important;
    text-transform: uppercase;
}

.chehova-special-offer__sub {
    color: #2f312d;
    font-size: 14px;
    margin-bottom: 5px !important;
}

.chehova-special-offer__date {
    color: #d96f59;
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 0 !important;
}

.chehova-special-offer__deal {
    border-left: 1px solid #d8d6c8;
    padding-left: 28px;
}

.chehova-special-offer__value {
    color: #435334;
    display: block;
    font-size: 31px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
    white-space: nowrap;
}

.chehova-special-offer__label {
    color: #2f312d;
    font-size: 14px;
    line-height: 1.35;
}

.chehova-special-offer__old {
    color: #6f7069;
    font-size: 13px;
    margin-left: 5px;
    text-decoration: line-through;
    white-space: nowrap;
}

.chehova-special-offer__note {
    color: #6f7069;
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 5px;
}

.chehova-special-offer__decor {
    opacity: 0.55;
    width: 72px;
}

.chehova-special-offer__decor svg {
    fill: none;
    height: auto;
    stroke: #98a17f;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    width: 100%;
}

@media (max-width: 920px) {
    .chehova-special-offer {
        gap: 20px;
        grid-template-columns: 1.4fr 1fr 1.25fr;
        padding: 22px 24px;
    }

    .chehova-special-offer__decor {
        display: none;
    }

    .chehova-special-offer__deal {
        padding-left: 20px;
    }

    .chehova-special-offer__value {
        font-size: 27px;
    }
}

@media (max-width: 640px) {
    .chehova-special-offer {
        border-radius: 18px;
        gap: 18px;
        grid-template-columns: 1fr;
        margin: 18px auto 26px;
        padding: 20px;
    }

    .chehova-special-offer__intro {
        align-items: flex-start;
    }

    .chehova-special-offer__icon {
        flex-basis: 50px;
        height: 50px;
        width: 50px;
    }

    .chehova-special-offer__deal {
        border-left: 0;
        border-top: 1px solid #d8d6c8;
        padding-left: 0;
        padding-top: 16px;
    }

    .chehova-special-offer__value {
        font-size: 29px;
    }

    .chehova-special-offer__date {
        font-size: 18px;
    }
}
/* </style> */
