.row-schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

#left-block {
    order: 0;
    padding-top: 6px;
}

#right-block {
    order: 1;
    width: 100%;
}

.table-schedule-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: end;
}

.table-schedule-wrap-min {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.table-schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 806px;
}

.schedule-name {
    max-width: 413px;
    width: 100%;
    min-height: 22px;
    color: #B0B0B0;
    line-height: 17px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    white-space: nowrap;
}

#name-index-group-0{
    min-height: 29px;
}

.schedule-item-th {
    width: 186px;
    font-weight: 400;
    font-size: 12px;
    line-height: 27px;
    color: #B0B0B0;
}

.schedule-item-th-min {
    width: 150px;
    font-weight: 400;
    font-size: 12px;
    line-height: 27px;
    color: #7a7a7a;
}

.schedule-item-sum-min {
    font-size: 8px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #171717;
    width: 50px;
    margin-top: 7px;
}

.schedule-item-sum {
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #171717;
    width: 62px;
    margin-top: 12px;
}


.schedule-item {
    position: relative;
    width: 31px;
    height: 22px;
    padding: 2px 0 0 0;
}

.print-offer.schedule-item {
    width: 25px;
}

.schedule-item-min {
    position: relative;
    width: 25px;
    height: 22px;
    padding: 2px 0 0 0;
}

.table-schedule-wrap.furniture .schedule-item, .table-schedule-wrap.furniture .schedule-item-sum {
    width: 82px;
}

.schedule-name:hover, .schedule-name:last-child, .schedule-name.hover {
    color: #171717;

}

.schedule-name:last-child {
    margin-top: 12px;
}

.header__insta{
    margin: 7px 0;
}

.schedule-item:last-child:before {
    content: "";
    position: absolute;
    right: -1px;
    top: 0px;
    bottom: 100%;
    width: 1px;
    background: #E0E0E0;
}

.schedule-item:nth-child(odd):before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0px;
    bottom: 0%;
    width: 1px;
    background: #EFEFEF;
}

.schedule-item.new-quarter:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0px;
    bottom: 0%;
    width: 1px;
    background: #E0E0E0;

}

.schedule-item.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #EFEFEF;
    position: relative;
    z-index: 1;
}

.schedule-item.empty-bubble::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #EFEFEF;
    position: relative;
    z-index: 1;
}

.table-schedule-wrap:hover .schedule-item.empty-bubble::after {
    background: #171717;
    border: 1px solid #171717;
}

.table-schedule .schedule-item.empty-bubble.group-left::after {
    border-radius: 30px 0 0 30px;
    border-right: 0;
}

.table-schedule .schedule-item.empty-bubble.group-right::after {
    border-radius: 0 30px 30px 0;
    border-left: 0;
}

.table-schedule.group .active.schedule-item-last::after {
    border-radius: 0 30px 30px 0;
}


.table-schedule.group .active.schedule-item-first::after {
    border-radius: 30px 0 0 30px;
}


.table-schedule:not(.group) .schedule-item.active::after {
    border-radius: 30px;
}

.table-schedule:not(.group) .schedule-item.active.group-left::after {
    border-radius: 30px 0 0 30px;
}

.table-schedule:not(.group) .schedule-item.active.group-right::after {
    border-radius: 0 30px 30px 0;
}

.schedule-item .info {
    background: #171717;
    border-radius: 9px;
    position: absolute;
    z-index: 99;
    top: -100%;
    margin-top: -20px;
    left: -3px;
    display: none;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    padding: 5px 10px;
    color: #FFF;
    white-space: nowrap;
}

.schedule-item.group-left .info, .schedule-item.group-right.info {
    left: 50%;
    margin-left: -3px;
}

.schedule-item .info:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    background: #171717;
    position: absolute;
    bottom: -2px;
    left: 15px;
}

.schedule-wrap .row-schedule:nth-child(2) .schedule-item {
    padding-top: 0;
}

.table-schedule-wrap .schedule-item:hover .info, .row-schedule .schedule-item.hover .info {
    display: block;
}

.table-schedule-wrap:hover .schedule-item.active::after, .table-schedule-wrap.hover .schedule-item.active::after {
    background: #171717;
}

.table-schedule-wrap:hover .table-schedule.group .schedule-item:nth-child(odd).active:not(.schedule-item-first):before,
.table-schedule-wrap:hover .table-schedule:not(.group) .schedule-item:nth-child(odd).active:not(.group-left):before,
.table-schedule-wrap:hover .table-schedule.group .schedule-item.new-quarter.schedule-item-last.active:before {
    background: transparent;
}

#offer-smeta {
    border-top: 1px solid #171717;
}

.price-product-text {
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.price-product-text ul {
    padding: 0 0 0 6px;
}

.price-product-text ul li {
    padding-left: 9px;
    position: relative;
}

.price-product-text ul li::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #171717;
    border-radius: 50%;
}

.gallery-product {
    display: block;
    margin-right: 20px;
    margin-bottom: 18px;
    position: relative;
    min-width: 210px;
}

.gallery-product::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url("../images/window.svg") no-repeat center #FFFFFFCC;
    width: 28px;
    height: 28px;
}

.gallery-window {
    position: relative;
    background: #FFF;
    padding: 45px;
    width: auto;
    margin: 20px auto;
    max-width: 710px;
    border-radius: 20px;
}

.gallery-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
}

.gallery-sign {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;

}

.close-gallery-window {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 19px;
    right: 18px;
}

.w-100 {
    width: 100%;
}

.text-offer-interior {
    margin-bottom: var(--pb-b);
    padding-bottom: 0px;
}

.offer-content-block {
    margin-bottom: var(--pb-с);
}

.carousel-offer-sign {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #171717;
    margin-top: 16px;
}

.carousel-offer{
    margin-left: -10px;
}

.carousel-offer__item {
    padding: 0 10px;
}

.offer-link {
    position: relative;
    margin-left: 10px;
}

.review-slider {
    margin: var(--pb-b) -8px 0 -10px;
    box-sizing: content-box;
}

.offer-link div {
    display: inline-block;
}

.offer-link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 0.20833vw;
    background: url(../images/sprites/svg/arrow-up.svg) no-repeat center center;
}

.review-slider .slick-list {
    /*margin: -10px 0 10px 0;*/
    margin: 0 0 10px 0;
}

.review__item-block {
    margin-bottom: var(--pb-d);
    padding: 0 10px;
}

.review-img {
    margin-top: var(--pb-d);
    position: relative;
}

.review-img img {
    border: 1px solid #0000001A;
}

.review-sign {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 21px;
    min-height: 25px;
}

.review-text {
    /*max-width: 400px;*/
    max-width: unset;
    width: 100%;
    border: 1px solid #0000001A;
    padding: 20px 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.review-sign img {
    margin-right: 10px;
    max-width: 20px;
}

.title-h1 {
    font-size: 1.80556vw;
    line-height: 1.15;
    margin-bottom: var(--pb-a);
    padding-bottom: 0px;
}

.interior-page-analogs__title{
    line-height: 1.15;
    margin-bottom: var(--pb-a);
    padding-bottom: 0px;
}

.title-h1.without-sign {
    margin-bottom: var(--pb-b);
    padding-bottom: 0;
}

#questions .title-h1.without-sign{
    margin-bottom: calc(var(--pb-b) - var(--pb-d));
}

.dir-block {
    width: 100%;
    max-width: 195px;
    margin-left: 15px;
}

.dir-photo {
    margin-bottom: var(--pb-d);
}

.dir-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: #171717;


}

.dir-position {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: #B0B0B0;
    margin-bottom: var(--pb-d);
}

.dir-phone, .dir-email, .dir-time {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    margin-bottom: 0px;
    white-space: nowrap;
}

.offer-discount {
    position: relative;
    width: 195px;
    color: #FFFFFF;
    padding: 30px 18px;
    margin-left: 20px;
    aspect-ratio: 1 / 1;
}

.offer-discount-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
}

.offer-discount-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.offer-discount-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
}

.row-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.offer-discount-one {
    font-family: "Bevan", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 65px;
    letter-spacing: 0px;
    text-align: left;


}

.request-new-offer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #171717;
    white-space: nowrap;
    border-radius: 36px;
    height: 38px;
    padding: 0 26px;
    margin-right: 50px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    float: right;
    margin-top: var(--pb-d);

}

.modal-block {
    position: relative;
    background: #FFF;
    padding: 45px;
    width: auto;
    margin: 20px auto;
    max-width: 500px;
    border-radius: 20px;
    text-align: center;
}

.close-modal-request {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 19px;
    right: 18px;
}

.request-title {
    font-family: Gotham Pro;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    color: #171717;


}

.request-text {
    font-family: Gotham Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #171717;
}

.modal-request-thx {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F2F2F2;
    white-space: nowrap;
    border-radius: 36px;
    height: 38px;
    padding: 0 26px;
    color: #171717;
    margin: 30px auto 0;

}

#offer-smeta {
    position: relative;
    margin-left: 0;
    margin-right: 65px;
    padding-right: 0;
}

.substrate {
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px) saturate(110%) contrast(100%);
}

.update-title {
    /*font-family: Gotham Pro;*/
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #171717;
}

.request-update {
    display: block;
    border-radius: 40px;
    line-height: 18px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    background: #171717;
    text-align: center;
    padding: 10px 30px;
}

.qrcode-sign {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    max-width: 100px;
}

.header_fixed .header__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-table__tr {
    margin-bottom: 11px;
}

.price-table__tr:after{
    bottom: 0.21667vw;
}

#advantages{
    margin-bottom: var(--pb-с);
}

.accord__totalblock{
    padding-top: var(--pb-d);
}

@media (min-width: 1800px) {
    .accordeon dt {
        padding-bottom: var(--pb-d);
        padding-top: var(--pb-d);
    }

    .accordeon dd {
        padding-bottom: 20px;
    }

    .title-h1 {
        font-size: 26px;
    }
}

@media (max-width: 1275px) {
    .table-schedule-wrap {
        display: block;
    }
    .row-schedule{
        width: 1240px;
    }
    .schedule-wrap {
        overflow-x: scroll;
    }
}

.dir-table-right{
    margin-top: var(--pb-d);
}

@media (max-width: 1024px) {

    .title-h1{
        font-size: 22px;
        line-height: 1.15;
        padding-bottom: 0;
        margin-bottom: calc(var(--pb-b) - var(--pb-a));
    }

    .interior__header .interior__title {
        margin-bottom: var(--pb-a);
    }

    .offer-content-block {
        margin-bottom: var(--pb-с);
        /*margin-bottom: 40px;*/
    }

    .offer-content-block .interior__header{
        margin-bottom: var(--pb-b);
    }

    .timeline {
        margin-bottom: var(--pb-с);
    }

    .interior--other .interior__item {
        margin-bottom: var(--pb-a);
    }

    .review-text {
        min-height: unset;
    }

    .review-slider .slick-list {
        padding: 0 20% 0 0 !important;
    }

    .review-slider .slick-slide {
        margin-right: 10px;
    }

    .accord__totalblock {
        flex-wrap: wrap;
    }

    .accord__totalblock-title {
        text-align: left;
    }

    .accord__total.total {
        padding-right: 50px;
        padding-top: 10px;
    }

    .request-new-offer {
        margin-right: 50px;
    }

    .row-blocks {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .dir-block {
        max-width: 370px;
        margin-left: 0;
    }

    .print-page .dir-block {
        max-width: 195px;
    }

    .offer-discount {
        max-width: 370px;
        width: 100%;
        margin-left: 0px;
    }

    .schedule-name {
        /*max-width: 170px;
        width: 170px;*/
        min-width: 170px;
        color: #B0B0B0;
        white-space: nowrap;
        font-size: 11px;
        font-weight: 400;
        line-height: 11px;
        letter-spacing: 0px;
        display: flex;
        align-items: center;
    }
    .schedule-name:last-child {
        margin-top: 8px;
    }

    #offer-smeta {
        margin-right: 0;
    }

    .substrate {
        right: 0;
        left: 0;
    }

    .interior-page__smeta::before {
        display: none;
    }

    .interior-page__smeta {
        margin-bottom: var(--pb-с);
    }

    .offer-discount {
        margin-top: var(--pb-с);
    }

    .dir-table {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .dir-title, .dir-position, .dir-phone, .dir-email, .dir-time {
        font-size: 15px;
    }

    .dir-table-left {
        width: 100%;
        min-width: 180px;
    }

    .dir-table-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        justify-content: end;
        width: 100%;
    }

    .row-schedule {
        overflow: hidden;
        margin-top: var(--pb-b);
    }

    #right-block {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-left: 10px;
    }

    .header_fixed .header__lng {
        margin-right: 10px;
    }

    .main-social .interior__title {
        font-size: 26px;
    }
    .title-h1.has-sign-text {
        padding-bottom: 0;
        margin-bottom: var(--pb-a);
    }
    #questions .title-h1.without-sign {
        margin-bottom: calc(var(--pb-b) - var(--pb-d));
    }
    #interior_slider {
        padding-bottom: 0px;
    }
    #timeline {
        margin-bottom: var(--pb-с);
    }
    #advantages{
        margin-bottom: var(--pb-с);
    }
    #mb-0 {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .review-slider {
        margin: var(--pb-b) 0px 0 -10px;
    }
}


@media (max-width: 768px) {
    .review-text {
        padding: 10px 20px;
        font-size: 14px;
        overflow: hidden;
    }

}

@media (max-width: 400px) {
    .price-product-text {
        flex-wrap: wrap;
    }

    .gallery-product {
        margin-right: 0;
    }

    .offer-discount {
        margin-left: 0px;
    }
}


.print-page .accordeon-print dl {
    margin: 0;
    border-bottom: 1px solid #EFEFEF;
}

.print-page .accordeon-print dl:last-child {
    border-bottom: none;
}

.print-page .accordeon-print dt {
    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;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 14px;
    font-size: 15px;
    padding-right: 0px;
}

/*.print-page .accordeon-print dt:after {*/
/*    display: none;*/
/*}*/


.faq-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.offer-discount .request-new-offer {
    background: #FFFFFF;
    font-size: 15px;
    color: #171717;
    margin: var(--pb-d) auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    float: unset;
}

.print-page .accordeon-print dd {
    display: block;
    margin-left: 0;
    font-size: 13px;
    padding-right: 0px;
    padding-bottom: 10px;
    color: #171717 !important;
}

.print-page .price-product-text > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: inline-block;
    white-space: normal;
}

.print-page .price-table {
    display: block;
    white-space: normal;
    width: 100%;
}

.print-page .price-table__tr {
    display: inline-block;
    white-space: normal;
    float: left;
    width: 50%;
}

.price-table__value-print {
    display: inline-block;
    white-space: normal;
    float: right;
    width: 50%;
}

.price-table__value-print > div {
    display: inline-block;
    white-space: normal;
}

.calc-print {

}

.print-page .calc-print > div {
    display: inline-block;
    white-space: normal;
}

.price-table-print {
    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-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    margin-bottom: 10px;
}

.print-page .calc__item--total {
    padding-right: 0px;
}

.print-page #price {
    margin-top: 30px;
}

.print-page .accord__totalblock {
    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;
}

.print-page .accord__totalblock-title {
    font-size: 26px;
}

.print-page .total__oldprice {
    font-size: 15px;
}

.print-page .total__top {
    margin-top: 8px;
}

.print-page .total__discount {
    font-size: 13px;

    display: inline-block;
    background-color: #F2F2F2;
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 23px;
    height: 23px;

    margin-left: 10px;
    margin-right: 10px;
}

.print-page #right-block {
    overflow-x: hidden;
}

.alwaysbreak {
    page-break-before: always;
}

.accordeon .calc__item--total {
    width: 115px;
}

#plan{
    margin-bottom: var(--pb-с);
}

.interior-page__slider {
    padding-bottom: calc(var(--pb-с) - (var(--pb-d) / 2));
}

@media (max-width: 1800px) {
    .accordeon .calc__item--total {
        width: 115px;
    }
}

.schedule-wrap, #right-block, #left-block{
    position: relative;
    padding-top: 0px;
}

.schedule-wrap .substrate{
    z-index: 9;
}

.offer-content-block .interior__item-image{
    max-height: 457px;
}