.product-page {
    margin-top: 150px;
}

.product__container {
    display: flex;
}
.product__left {
    width: 832rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.product__top, .product__subtitle {
    margin-bottom: 70px;
}
.product__top p {
    margin-bottom: 28px;
}
.product__video {
    margin-bottom: 30px;
}
.product__video video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.product__list-desc {
    margin-bottom: 28px !important;
}
.product__desc {
    margin-bottom: 30px;
}
.product__steps {
    margin: 0 0 40px 0;
    padding: 0;
}
.product__step {
    margin-top: -1px;
    border-top: 1px solid #dce6db;
    border-bottom: 1px solid #dce6db;
    display: flex;
    padding: 28px 0;
    align-items: flex-start;
}
.product__step_number {
    width: 90rem;
    flex-shrink: 0;
}
.product__step_text {
    flex: 1;
}
.product__slider:not(.product__slider--carousel) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20rem;
    margin-bottom: 70px;
    width: 100%;
}
.product__slider.product__slider--carousel {
    margin-bottom: 70px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product__slider img,
.product__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    transition: transform .5s;
}
.product__slider img:hover,
.product__image:hover {
    transform: scale(1.1);
}
.product__slider.product__slider--carousel .flickity-viewport {
    max-height: 100%;
}
.product__right {
    margin-left: auto;
    max-width: 700rem;
    padding-top: 70px;
}
.product__right.overvideo {
    margin-left: 0;
    max-width: 890rem;
}
.product__right.overvideo .subtitle {
    max-width: 700rem;
    margin-left: auto;
}
.product__right.overvideo video {
    margin-left: 100rem;
}
.product__right > .subtitle {
    margin-bottom: 70px;
}
.product__right > .subtitle a {
    text-decoration: underline;
    font-weight: bold;
}
.product__right > .subtitle br { }
.product__info-row {
    display: flex;
    margin-bottom: 72rem;
}
.product__media {
    width: 100%;
    margin-bottom: 70px;
}
.product__media-image {
    width: 100%;
}
.product__info-cell:first-child {
    width: 247rem;
    margin-right: auto;
    flex-shrink: 0;
}
.product__info-cell .h6 {
    margin-bottom: 15rem;
}
.product__info-cell .maintext:last-child {
    max-width: 447rem;
}
.product__swiper {
    overflow: hidden;
    height: 784rem;
    position: relative;
}
.product__swiper-container {
    display: flex;
    height: 100%;
}
.product__swiper-container img,
.product__swiper-container video {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}
.product__swiper .pagination,
.product__swiper .pagination_one {
    display: none;
    position: absolute;
    bottom: 28rem;
    left: 0;
    right: 0;
    width: 340rem;
    margin: 0 auto;
}
.product__swiper .pagination__item,
.product__swiper .pagination_one__item {
    width: 100%;
    margin-right: 20rem;
    height: 4px;
    background: #fff
}
.product__swiper .pagination__item:last-child,
.product__swiper .pagination_one__item:last-child {
    margin-right: 0
}
.product__swiper .pagination__item-active,
.product__swiper .pagination_one__item-active {
    background: #b4deec
}

/* --- РАЗДЕЛ 2 --- */
.section2 {
    background: url('/wp-content/themes/kts/assets/img/background-black.c5674c7f.jpg') 50% no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 0;
    position: relative;
}
.section2__container {
    display: flex;
    gap: 70px;
}
.section2__left  {
    max-width: 827rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.section2__subtitle {
    margin-bottom: 40px;
}
.section2__right {
    max-width: 696rem;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.section2__title { margin-right: 28px; }
.section2__more-subtitle { margin-bottom: 28px; }
.section2__title { margin-bottom: 40px; }
.section2__video {
    width: 100%;
    max-width: 420px;
    max-height: 420px;
}
.section2__map {
    width: 895rem;
    bottom: 0;
    left: 0;
    position: absolute;
}
.section2__steps {
    margin-bottom: 40px;
}
.section2__step {
    margin-top: -1px;
    border-top: 1px solid #dce6db;
    border-bottom: 1px solid #dce6db;
    display: flex;
    padding: 28px 0;
}
.section2__step-number {
    width: 90rem;
    flex-shrink: 0;
}
.section2__step-text {
    flex: 1;
}
.section2__more {
    display: flex;
    gap: 70px;
    margin-top: 70px;
}
.section2__more-left {
    display: flex;
    justify-content: center;
    align-items: start;
}

.section2__documents-title {
    margin: 28px 0 16px 0;
}
.section2__documents {
    display: flex;
    flex-direction: column;
}
.section2__document-link {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    margin-bottom: 28rem;
    transition: color .2s;
}
.section2__document-link:last-child { margin-bottom: 0; }
.section2__document-icon {
    justify-content: center;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 16rem;
    display: flex;
    align-items: center;
    transition: background .3s;
    flex-shrink: 0;
}
.section2__document-link:hover .section2__document-icon {
    background: #dce6db;
}
.section2__document-link:hover .section2__document-title {
    color: #dce6db;
    text-decoration: underline;
}
@media (max-width:650px) {
    .product-page {
        margin-top: 125px;
    }

    .product__container {
        flex-direction: column;
    }
    .product__top, .product__subtitle {
        margin-bottom: 40px;
    }
    .product__top p {
        margin-bottom: 20px;
    }
    .product__desc {
        margin-bottom: 20px;
    }
    .product__step {
        padding: 20px 0;
        width: 100%;
    }
    .product__step_number {
        width: 38rem;
    }
    .product__slider,
    .product__slider--carousel {
        grid-column-gap: 4rem !important;
        margin-bottom: 40px !important;
        height: 80rem !important;
    }
    .product__slider--carousel img {
        margin-right: 4rem;
        width: 94rem;
    }
    .product__info {
        margin-bottom: 40px;
    }
    .product__info-cell, .product__info-row {
        margin-bottom: 30px;
    }
    .product__info-row {
        flex-direction: column;
    }
    .product__info-row:last-child {
        margin-bottom: 0
    }
    .product__info-cell:last-child {
        margin-bottom: 0
    }
    .product__info-cell:first-child {
        width: 100%;
        margin-right: 0
    }
    .product__info-cell .h6 {
        margin-bottom: 10px;
        font-size: 16rem;
    }
    .product__right {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .product__right--reverse {
        flex-direction: column-reverse;
    }
    .product__info--right {
        flex-direction: column
    }
    .product__info--right .product__info-cell {
        margin-bottom: 30px;
    }
    .product__info--right .product__info-cell:last-child {
        margin-bottom: 0;
    }
    .product__info--right .h6 {
        font-size: 16rem;
        line-height: 132%;
        margin-bottom: 8rem
    }
    .product__right > .subtitle {
        margin-bottom: 0
    }
    .product__right > .subtitle br {
        display: inline
    }
    .product__swiper {
        height: 326rem;
    }
    .product__swiper .pagination {
        width: 184rem;
        bottom: 8rem
    }
    .product__left {
        width: 100%
    }
    .section2__container {
        flex-direction: column;
        gap: 32px;
    }
    .section2__left, .section2__right {
        max-width: 100%;
    }
    .section2__map {
        display: none;
    }
    .section2__video {
        max-width: 350px;
        max-height: 350px;
        margin: 28px 0;
        z-index: 1;
        position: relative;
    }
    .section2 {
        padding: 40px 0;
    }
    .section2__more {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 40px;
    }
    .section2__more-subtitle {
        margin-bottom: 20px;
    }
    .section2__title {
        margin-bottom: 40px;
    }
    .section2__map {
        display: flex;
        position: relative;
        left: -15rem;
        width: calc(100% + 15rem);
        margin-bottom: 40px;
    }
    .section2__steps {
        margin-bottom: 40px;
    }
    .section2__step {
        padding: 20px 0;
        width: 100%;
    }
    .section2__step-number {
        width: 38rem;
    }
    .section2__documents-title {
        margin: 20px 0;
    }
    .section2__document-link {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
    .product-page {
        margin-top: 105px;
    }
}
@media (max-width:376px) {
    .product-page {
        margin-top: 95px;
    }

}