.slider-main__slider {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.slider-main__slider img {
    display: block;
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.slider-main__content {
    color: #fff;
    text-align: center;
}

.slider-main__subtitle {
    font-weight: 500;
    font-size: 36px;
}

.slider-main__btn {
    display: table;
    margin: 50px auto 0;
}

.slider-main__pagination {
    bottom: 40px !important;
    display: flex;
    justify-content: center;
    gap: 9px;
}

.slider-main__pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.39);
    height: 6px;
    margin: 0 !important;
    transition: .3s;
    width: 6px;
}

.slider-main__pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.welcome {
    padding-bottom: 140px;
    padding-top: 97px;
}

.list-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.list-btns__btn {
    background: rgba(170, 170, 170, 0.19);
    border-radius: 99px;
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 30px;
}

.welcome__title2 {
    margin-top: 97px;
    text-align: center;
}

.welcome__article {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 18px;
    gap: 30px;
    line-height: 150%;
    text-align: center;
}

.partner-services {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 0 300px;
    padding-bottom: 110px;
    padding-top: 110px;
    position: relative;
    z-index: 2;
}

.partner-services__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.partner-services__grid-item {
    background: #fff;
    box-shadow: 0 4px 42px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 45px 30px;
    text-align: center;
    width: calc(33% - 30px);
}

.partner-services__grid-item:nth-last-child(1) {
    width: calc(50% - 30px);
}

.partner-services__grid-item:nth-last-child(2) {
    width: calc(50% - 30px);
}

.partner-services__grid-img {
    display: block;
    margin: 0 auto;
}

.partner-services__grid-title {
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
}

.partner-services__grid-desc {
    color: #5c5c5c;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin-top: 20px;
}

.prices {
    margin-top: 140px;
}

.prices__grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.prices__grid-item {
    background: #fff;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 40px;
}

.prices__grid-top {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.prices__grid-price {
    font-weight: 700;
    font-size: 30px;
    margin-top: 30px;
}

.list-dots {
    border-top: 1px solid #b5b5b5;
    padding: 30px 0 0 0;
}

.prices__grid-list {
    margin-top: 30px;    
}

.list-dots li {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    list-style: disc;
    margin-bottom: 15px;
    margin-left: 25px;
}

.list-dots li:last-child {
    margin-bottom: 0;
}

.list-dots__through {
    color: #636363;
    text-decoration: line-through;
}

.prices__grid-btn {
    margin-top: 30px;
}

.price-one {
    margin-top: 100px;
}

.price-one__item {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
    display: flex;
}

.price-one__item-wrap {
    padding: 40px;
    flex-grow: 1;
}

.price-one__img {
    border-radius: 30px 0 0 30px;
    flex-shrink: 0;
    object-fit: cover;
}

.price-one__header {
    -ms-align-items: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.price-one__header-left {
    font-weight: 700;
    font-size: 16px;
}

.price-one__header-price {
    font-weight: 700;
    font-size: 30px;
}

.gallery-grid {
    background: #fff;
    display: grid;
    gap: 10px;
    grid-auto-rows: 447px;
    grid-template-columns: repeat(6, 1fr);
    margin: 140px 0 0 0;
}

.gallery-grid img {
    border-radius: 2px;
}

.gallery-grid__image {
    cursor: pointer;
}

.gallery-grid__image:nth-child(2){
    grid-column: 2 / 4;
}

.gallery-grid__image:nth-child(10) {
    grid-column: 5 / 7;
}

.dop-service {
    margin-top: 140px;
}

.dop-service__card {
    border-radius: 30px;
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
}

.dop-service__card:hover:before {
    opacity: 0;
}

.dop-service__card:before {
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    opacity: 1;
    inset: 0;
    position: absolute;
    transition: opacity var(--transition) ease-in;
}

.dop-service__img {
    border-radius: 30px;
    display: block;
}

.dop-service__content {
    bottom: 40px;
    left: 20px;
    position: absolute;
    right: 20px;
    z-index: 2;
}

.dop-service__title {
    font-weight: 700;
    font-size: 18px;
}

.dop-service__desc {
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
}

.employees {
    margin-bottom: 140px;
    margin-top: 140px;
}

.employees__grid {
    align-items: flex-start;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.employees__item {
    background: #f5f5f5;
    border-radius: 30px;
    box-shadow: none;
    min-width: 0;
    overflow: hidden;
    transition: .4s;
}

.employees__item.is-active {
    background: #fff;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
}

.employees__header {
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
    padding: 30px;
}

.employees__info {
    overflow: hidden;
}

.employees__user {
    border-radius: 50%;
    flex-shrink: 0;
    height: 58px;
    width: 58px;
}

.employees__name {
    font-weight: 500;
    font-size: 16px;
}

.employees__subtitle {
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
}

.employees__icon {
    -ms-align-items: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.employees__svg {
    height: 20px;
    transition: .4s;
    width: 20px;
}

.employees__svg.is-active {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.employees__desc {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    padding: 0 30px 30px 30px;
}

.rooms--mb {
    background: #fff;
    margin-bottom: 150px;
    margin-top: -500px;
    padding-top: 500px;
}

.photo-row {
    display: grid;
    grid-auto-rows: 447px;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 140px;
}

.photo-row__item {
    cursor: pointer;
}

.photo-row__item:nth-child(2) {
    grid-column: 2 / 4;
}

.photo-row__item img {
    display: block;
}

.green-faq {
    background: #cedfcb;
    padding-bottom: 110px;
    padding-top: 110px;
}

.others {
    margin-top: 140px;
}

.section-reviews {
    background: #32a517;
    border-radius: 0 496px;
    margin-top: 140px;
    padding-bottom: 107px;
    padding-top: 107px;
}

.section-reviews__title2 {
    color: #fff;
}

.reviews-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.reviews-card {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.reviews-card__header {
    -ms-align-items: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 150%;
}

.reviews-card__name {
    font-weight: 700;
}

.reviews-card__date {
    color: #555;
    font-weight: 500;
}

.reviews-card__title {
    font-weight: 700;
    font-size: 22px;
    margin-top: 30px;
}

.reviews-card__desc {
    font-weight: 500;
    line-height: 150%;
    margin-top: 20px;
}

.gray-box {
    background: #eee;
    margin-top: -300px;
    padding-top: 300px;
}

.way--blue {
    background: #86a8bf;
    padding-top: 120px;
}

.way--blue .title-link {
    color: #fff;
}

.way--blue .way__row {
    color: #fff;
}

.way--blue .way__row svg {
    stroke: #fff;
}

.way--blue .way__item.active {
    background: #fff;
}

.way--blue .way__item.active .way__row {
    color: #000;
}

.way--blue .way__item.active .way__row svg {
    stroke: #000;
}

.row-comfort__indent--white {
    background: #fafafa;
    border-radius: 496px 0;
    margin-top: 120px;
    padding-bottom: 110px;
    padding-top: 110px;
    position: relative;
    z-index: 2;
}

.contact-info__bts--flex {
    display: flex;
}

.contact-info__bts--flex .contact-info__block-links {
    flex-basis: 33%;
}

.contact-info__bts--flex .contact-info__block-links svg {
    flex-shrink: 0;
}

.footer--border .footer__container {
    border-top: 0
}

.social-icons {
    display: flex;
    column-gap: 10px;
}

.btn--green {
    background: #32a517;
    border-radius: 99px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 20px 30px;
}

.btn--green__svg {
    height: 22px;
    width: 24px;
}

.welcome__btn {
    align-items: center;
    display: flex;
    margin: 40px auto 0;
    max-width: 280px;
    width: 100%;
}

.header--absolut {
    left: 0;
    position: absolute;
    right: 0;
}

.mt0 {
    margin-top: 0;
    padding-top: 0;
}

.mt70 {
    margin-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.way--blue .title2 {
    color: #fff;
}

.way--blue .row-comfort__indent--white {
    margin-top: 0;
}

.way--blue .room-comfort__title {
    color: #000;
}

.pb120 {
    padding-bottom: 120px;
}

.price-new-old {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.price-new-old__gray {
    color: #616161;
    font-weight: 700;
    font-size: 22px;
    text-decoration: line-through;
}

.price-new-old__red {
    color: #cd0000;
}

.price-new-old__lg {
    font-weight: 700;
    font-size: 30px;
}

.price-new-old__desc {
    font-weight: 600;
    font-size: 14px;
}

.--gap {
    grid-gap: 30px;
}

.price-new-old__name {
    font-weight: 700;
}

.contact-info__bts--flex .contact-info__block-links svg {
    stroke: #32A517;
}

#where_to_go {
    background: #FAFAFA;
}

.faq__text {
    max-width: 1000px;
}

.reviews-grid.js-count-2,
.employees__grid.js-count-2 {
    grid-template-columns: repeat(2, 1fr);
}

.js-count-2 .employees__header {
    justify-content: flex-start;
}

.js-count-2 .employees__icon {
    margin-left: auto;
}

.gray-select {
    background: #f3f3f3 url(../img/icons/arrow_down_green.svg) no-repeat right 25px center;
    border: 1px solid #f0f0f0;
    border-radius: 9px;
    padding: 7.5px 20px;
}

.gray-select__title {
    color: #bababa;
    display: block;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.gray-select__select {
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-top: 2px;
    width: 100%;
}

.myform__input {
    background: #f3f3f3;
    border: 1px solid #f0f0f0;
    border-radius: 9px;
    color: #000;
    display: block;
    font-weight: 500;
    font-size: 15px;
    height: 51px;
    padding: 12px 20px;
    width: 100%;
}

.myform__input::placeholder,
.gray-select__input::placeholder,
.myform__textarea::placeholder {
    color: #000;
    opacity: 1;
    transition: .4s;
}

.myform__input:focus::placeholder,
.gray-select__input:focus::placeholder,
.myform__textarea:focus::placeholder {
    color: transparent;
}

.gray-select__input {
    background: transparent;
    border: none;
    color: #000;
    display: block;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
}

.myform__textarea {
    background: #f3f3f3;
    border: 1px solid #f0f0f0;
    color: #000;
    display: block;
    font-weight: 500;
    font-size: 15px;
    min-height: 102px;
    padding: 12px 20px;
    resize: vertical;
    width: 100%;
}

.myform--grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.--grid-full {
    grid-column: 1 / -1;
}

.--noicon {
    background-image: none;
}

.myform__notice {
    font-size: 14px;
    color: #5c5c5c;
}

.services-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
}

.services-grid__item {
    border-radius: 30px;
    padding: 30px 40px;
}

.services-grid__title {
    font-weight: 700;
    font-size: 22px;
}

.services-grid__subtitle {
    font-weight: 500;
    font-size: 13px;
    margin-top: 10px;
}

.--lightgreen {
    background: #eaf8e7;
}

.--darkgreen {
    background: #e1f5f1;
}

.--lightgreen .services-grid__subtitle {
    color: #2a8016;
}

.list-checkicon, .list-checkbox {
    margin-top: 24px;
}

.list-checkicon li {
    -ms-align-items: center;
    align-items: center;
    background: url(../img/icons/circle-check.svg) no-repeat left center;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    min-height: 20px;
    padding-left: 30px;
}

.list-checkicon li:not(:last-child) {
    margin-bottom: 16px;
}

.list-checkbox__item {
    -ms-align-items: center;
    align-items: center;
    display: flex;
    grid-gap: 10px;
    justify-content: space-between;
}

.list-checkbox__item:not(:last-child) {
    margin-bottom: 16px;
}

.input-check {
    display: none;
}

.input-check:checked + .mycheckbox {
    background: #295047 url(../img/icons/check.svg) no-repeat center;
}

.mycheckbox {
    background: #fff url(../img/icons/check.svg) no-repeat center;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    display: block;
    flex-shrink: 0;
    height: 20px;
    transition: .4s;
    width: 20px;
}

.list-checkbox__name {
    font-weight: 600;
    font-size: 14px;
    margin-right: auto;
}

.list-checkbox__price {
    color: #295047;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}

.box-result {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding: 30px;
}

.box-result__title {
    font-weight: 700;
    font-size: 22px;
}

.tour-sidebar {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.tour-sidebar__title {
    font-weight: 700;
    font-size: 22px;
    margin-left: 25px;
}

.list-green__title {
    font-weight: 700;
    font-size: 16px;
    padding-left: 28px;
    position: relative;
}

.list-green__title:after {
    background: #32a517;
    border-radius: 50%;
    content: '';
    display: block;
    height: 11px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
}

.list-green__desc {
    color: #5c5c5c;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin-top: 10px;
    padding-left: 28px;
}

.list-green {
    margin-top: 30px;
}

.list-green > li {
    margin-bottom: 30px;
}

.list-green > li:last-child {
    margin-bottom: 0;
}

.green-label {
    -ms-align-items: center;
    align-items: center;
    color: #32a517;
    display: flex;
    font-weight: 600;
    font-size: 15px;
    grid-gap: 10px;
    line-height: 150%;
    margin-left: 42px;
    margin-top: 20px;
}

.tour-grid {
    align-items: flex-start;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 447px;
}

.gray-text {
    border-bottom: 1px solid #dfdfdf;
    color: #1b1b1b;
    font-size: 14px;
    margin-top: 50px;
    padding-bottom: 50px;
}

.contact-links {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 140px;
    margin-top: 50px;
}

.contact-links__item {
    -ms-align-items: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.11);
    border-radius: 30px;
    color: #000;
    display: flex;
    font-weight: 600;
    font-size: 15px;
    justify-content: space-between;
    padding: 10px 12px 10px 30px;
}

.contact-links__icon {
    -ms-align-items: center;
    align-items: center;
    background: #eaf8e7;
    border-radius: 23px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    height: 60px;
    width: 60px;
}

.contact-links__icon svg {
    height: 24px;
    stroke: var(--color-btn);
    width: 24px;
}

.result-list__item {
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 16px;
}

.result-list__box {
    border-top: 1px solid #dfdfdf;
    margin-top: 24px;
}

.result-list__item .list-checkbox__name {
    font-size: 13px;
}

.result-list__item .list-checkbox__price {
    color: #000;
}

.result-list__total {
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    padding-bottom: 14px;
    padding-top: 14px;
}

.result-list__total-name,
.reuslt-list__total-price {
    color: #000;
}

.box-result__row {
    -ms-align-items: center;
    align-items: center;
    display: flex;
    grid-gap: 50px;
    margin-top: 30px;
}

.box-result__btn {
    margin-top: 20px;
}

.captcha {
    flex-shrink: 0;
}

.--hidden-desktop {
    display: none;
}

.main-banner-bg__title span {
    display: block;
    font-size: clamp(1.25rem, 1rem + 3.33vw, 3rem);
    font-weight: 400;
    margin-top: 20px;
}

@media (max-width: 1700px){
    .row-comfort__indent--white {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1600px) {
    .partner-services {
        border-radius: 0 150px;
    }
    .section-reviews {
        border-radius: 0 250px;
    }
}

@media (max-width: 1400px) {
    .price-one__header {
        flex-direction: column;
        gap: 15px;
    }
    .row-comfort__indent--white {
        border-radius: 200px 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    .employees__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-grid__image:last-child {
        grid-column: 2 / 4;
    }
    .price-one__item {
        background: transparent;
        flex-direction: column;
    }
    .price-one__img {
        border-radius: 30px 30px 0 0;
        width: 100%;
    }
    .price-one__item-wrap {
        background: #fff;
    }
    .price-one__header {
        flex-direction: row;
    }
    .section-reviews {
        border-radius: 150px;
    }
    .reviews-grid {
        display: flex;
        flex-direction: column;
    }
    .photo-row {
        grid-template-columns: repeat(3, 1fr);
    }
    .prices__grid {
        display: flex;
        flex-direction: column;
    }
    .prices__grid-top, .prices__grid-price {
        text-align: center;
    }
    .prices__grid-btn {
        margin-left: auto;
        margin-right: auto;
    }
    .prices__grid-price, .prices__grid-btn {
        margin-top: 20px;
    }
}

@media (max-width: 992px){
    .row-comfort__indent--white {
        border-radius: 100px 0;
    }
    .contact-info__bts--flex {
        flex-direction: column;
    }
    .price-one__header {
        flex-direction: column;
    }
    .price-new-old {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .price-new-old__red {
        text-align: center;
    }
    .price-new-old__lg {
        font-size: 20px;
    }
    .price-new-old__name {
        grid-column: 1 / -1;
        text-align: center;
    }
    .--gap {
        grid-gap: 20px;
    }
}

@media (max-width: 900px) {
    .partner-services__grid-item {
        width: calc(50% - 30px);
    }
    .partner-services__grid-item:nth-last-child(1) {
        width: 100%
    }
    .employees__grid {
        display: flex;
        flex-direction: column;
    }
    .employees__item {
        width: 100%;
    }
    .welcome__article {
        font-size: 16px;
    }
    .partner-services {
        border-radius: 0 100px;
    }
    .section-reviews {
        border-radius: 0 100px;
    }
    .slider-main__subtitle {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .price-one__header {
        flex-direction: column;
    }
    .price-one__header-price {
        font-size: 20px;
    }
    .list-btns {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .list-btns__btn {
        white-space: nowrap;
    }
    .welcome__title2 {
        margin-top: 40px;
    }
    .welcome__article {
        font-size: 15px;
    }
    .partner-services {
        border-radius: 0 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .welcome {
        padding-bottom: 30px;
        padding-top: 40px;
    }
    .partner-services__grid {
        gap: 10px;
    }
    .partner-services__grid-item, .partner-services__grid-item:nth-last-child(2) {
        width: calc(50% - 5px);
    }
    .partner-services__grid-title, .partner-services__grid-desc {
        font-size: 13px;
    }
    .partner-services__grid-desc {
        margin-top: 14px;
    }
    .partner-services__grid-item {
        padding: 20px;
    }
    .prices {
        margin-top: 40px;
    }
    .title2 {
        text-align: center;
    }
    .prices__grid-price {
        font-size: 20px;
    }
    .prices__grid-item {
        padding: 20px;
    }
    .list-dots li {
        font-size: 14px;
    }
    .prices__grid {
        grid-gap: 10px;
    }
    .price-one, .gallery-grid, .dop-service, .employees, .others {
        margin-top: 40px;
    }
    .gallery-grid, .photo-row {
        gap: 4px;
        grid-auto-rows: 171px;
    }
    .employees__header {
        padding: 20px;
    }
    .employees__grid {
        gap: 10px;
    }
    .employees {
        margin-bottom: 40px;
    }
    .green-faq {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .section-reviews {
        border-radius: 0 30px;
        margin-top: 40px;
        padding-bottom: 50px;
        padding-top: 45px;
    }
    .reviews-grid {
        gap: 10px;
    }
    .reviews-card {
        padding: 20px;
    }
    .reviews-card__title {
        margin-top: 14px;
    }
    .photo-row {
        margin-bottom: 40px;
    }
    .rooms--mb {
        margin-bottom: 40px;
        margin-top: 40px;
        padding-top: 0;
    }
    .slider-main__subtitle {
        font-size: 20px;
    }
    .row-comfort__indent--white {
        border-radius: 30px 30px 0 0;
        margin-top: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .way--blue {
        padding-top: 20px;
    }
    .header--absolut {
        position: fixed;
    }
}

@media (max-width: 450px) {
    .price-new-old {
        display: flex;
        flex-direction: column;
    }
}