.model-page h1.offers__title {
    font-size: 60px;
    text-transform: capitalize;
}
.model-page h1.catalog-s02__sets-title {
    font-size: 60px;
    line-height: 1;
    min-height: 70px;
}
.model-page .section-description iframe{
    width: 100%;
}
.model-page .section-description p {
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0;
}
.model-page .l-offers__title-3 h2 {
    font-size: 40px;
    line-height: 1;
}
.model-page .section-description h3 {
    font-size: 30px;
    line-height: 1.2;
}
.model-page .section-description li {
    font-size: 16px;
    line-height: 1.2;
    margin: 10px 0;
}
@media(max-width: 1100px){
    .model-page .l-offers__title-3 h2 {
        margin-bottom: 20px;
    }
}
@media(max-width: 600px){
    .model-page .section-description iframe{
        height: 230px;
    }
    .model-page h1.catalog-s02__sets-title {
        font-size: 40px;
    }
    .model-page .l-offers__title-3 h2,
    .model-page .section-description h2{
        font-size: 30px;
    }
    .model-page .section-description h3 {
        font-size: 20px;
    }
    .model-page .section-description p,
    .model-page .section-description li {
        font-size: 14px;
    }
    .model-page .data-table td {
        font-size: 12px;
        padding: 15px;
    }
}


.model-page .offers-label {
    display: none;
}

.model-page .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.model-page .offers__image {
    /*width: calc(100% - 362px);*/
    /*position: static;*/
    width: 100%;
    z-index: auto;
    pointer-events: auto;
    height: auto;
    position: static;
}

.model-page .offers__image img {
    width: 100%;
}

.model-page .offers__image .offers__img {
    width: 100%;
}

.model-page .offers__img .offers__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.model-page  .offers__main {
    width: calc(70% - 40px);
    margin-right: 40px;
}

.model-page  .offers__aside {
    position: sticky;
    top: 40px;
    flex-grow: 1;
}

.model-page .offers__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.model-page .offers__bottom {
    z-index: -1;
}

.model-page .offers__image img {
    animation: none;
    max-width: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.model-page .modelSlider {
    height: 300px;
    width: 100%;
}

.model-page .thumbsModelSlider {
    width: calc(65px * 4 +  10px * 3);
    height: 65px;
    box-sizing: border-box;
    padding: 0;
    margin: 30px auto;
}

.model-page .thumbsModelSlider .swiper-slide {
    display: flex;
    align-items: center;
    width: 25%;
    height: 65px;
    box-sizing: border-box;
    opacity: 0.4;
    border: 1px solid rgba(23, 38, 47, 0.5);
}

.model-page .thumbsModelSlider .swiper-slide-thumb-active {
    border-color: #0090f0;
}

.model-page .thumbsModelSlider img {
    max-width: 100%;
}

.model-page .thumbsModelSlider .swiper-slide-thumb-active {
    opacity: 1;
}

.model-page .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.model-page .floating-price__bottom {
    position: static;
}

.model-page .floating-price__bottom .floating-price__info,
.model-page .floating-price__bottom .floating-price__list,
.model-page .floating-price__bottom .offers__arrow-link {
    display: inline-block;
    margin-left: 18px;
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease, visibility 0s linear 0s;
}

.model-page .floating-price__bottom .offers__arrow-link {
    margin-left: 0;
}

@media (max-width: 1100px) {
    .model-page .floating-price__bottom .offers__arrow-link {
        font-size: 13px;
        margin-bottom: 20px;
    }
}

.model-page .floating-price__bottom .offers__arrow-link svg {
    width: 25px;
    height: 25px;
}

.model-page .floating-price__bottom .floating-price__list {
    min-width: 100%;
    margin-bottom: 40px;
    margin-top: 16px;
}

.model-page .floating-price__state {
    font-weight: 500;
}

.model-page .floating-price__text {
    position: relative;
    font-size: 14px;
}
@media (max-width: 1100px) {
    .model-page .floating-price__text {
        font-size: 12px;
    }
}
.model-page .floating-price__info {
    margin-top: 20px;
}

.model-page .tooltip {
    position: absolute;
    bottom: 10px;
    right: -30px;
}

.model-page .l-offers__title-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: none;
    font-family: inherit;
}

/*.model-page .l-offers__title-3 span {*/
/*    font-size: 40px;*/
/*    line-height: 1;*/
/*    text-transform: uppercase;*/
/*    font-family: Akrobat, Impact, fantasy;*/
/*}*/

.model-page .floating-price__col-btn .button {
    padding: 16px 18px;
}

.model-page .floating-price__bottom .offers__arrow-link svg {
    vertical-align: middle;
}

.model-page .floating-price__bottom .offers__arrow-link svg * {
    stroke: #0090f0 !important;
}

.model-page .floating-price__bottom .arrow-link:after {
    content: none;
}

.model-page .floating-price__text .offers__benefit-img {
    padding-left: 26px;
}

.model-page .offers__360slider {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    z-index: 1;
}

.offers-s01 .blog__blockquote,
.section-description.section-description-sets{
    position: relative;
    z-index: 4;
}

@media (min-width: 1100px) {
    .section-description.section-description-sets img{
        display: block;
        max-width: 70%;
        margin: 0 auto;
    }
}
