.mySwiper3 .swiper-slide,
.mySwiper4 .swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.mySwiper4 {
    height: 80% !important;
    width: 78%;
    padding: 10px 0 !important;
    margin-bottom: 0;
}

.mySwiper3 {
    height: 20%;
    box-sizing: border-box;
    padding: 0 !important;
    max-width: 400px;
    max-height: 450px;
    margin-top: 15px;
}

.mySwiper3 .swiper-slide {
    width: 70%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper3 .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper3 .swiper-slide img,
.mySwiper4 .swiper-slide img {
    display: block;
    width: 100%;
    height: 50vw;
    object-fit: contain;
    margin: 0 auto;
}

.mySwiper3 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.product__main {
    border-top: 1px solid rgba(0,0,0,0.1);
    background-color: #FFFFFF;
}

.product {
    padding: 40px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}

.product__slider {
    max-width: 60%;
    background: #FFFFFF;
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: row-reverse;
}

.product__description {
    background: #FFFFFF;
    padding: 40px 60px;
}

.product__title {
    font-size: 20px;
    max-width: 100%;
    width: 100%;
    line-height: 3rem;
    min-height: 2rem;
    height: max-content;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin: 0;
}

.product__table {
    border-collapse: collapse;
    width: 100%;
}

.product__table td, .product__table th {
    padding: 8px;
    font-size: 12px;
}

.product__table tr:nth-child(even){
    background-color: #f2f2f2;
}

.product__table tr:hover {
    background-color: #ddd;
}

.product__block {
    border-top: 1px solid #e7e8ea;
    padding: 20px 0;
    margin: 20px 0 0;
}

.product__block2 {
    margin: 0;
    border-top: 0;
    padding: 40px 40px 20px 0;
}

.product__header {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 10px;
}

.product__text {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.product__block3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.product__item {
    font-size: 15px;
    line-height: 24px;
    color: rgb(63, 64, 77);
    margin: 0;
}

.product__color {
    margin: 0;
    display: flex;
    border-radius: 16px;
    width: 44px;
    height: 28px;
    border: 2px solid rgb(255, 255, 255);
    cursor: pointer;
    background-color: #000000;
    position: relative;
    box-shadow: rgb(218, 218, 218) 0 0 0 1px;
}

.product__size {
    margin: 0;
    --gap: 0.8rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(86, 141, 254);
    box-sizing: border-box;
    border-radius: 3.2rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 1rem;
    padding: 8px;
    min-width: 5rem;
    height: 44px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    position: relative;
    color: rgb(86, 141, 254);
}

.product__price {
    color: #525151;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
}

.product__blockButtons {
    margin: 25px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.product__button {
    padding: 14px 30px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.product__button1 {
    background-color: #000000;
    border: 2px solid rgba(0,0,0,0.3);
    color: #ffffff;
}

.product__button1:hover {
    opacity: .6;
}

.product__button:hover {
    text-decoration: none;
}

.product__paySystem {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 25px;
    margin: 25px 0;
}

.product__services {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 20px;
}

 .checkbox-wrapper-7 .tgl {
     display: none;
 }
.checkbox-wrapper-7 .tgl,
.checkbox-wrapper-7 .tgl:after,
.checkbox-wrapper-7 .tgl:before,
.checkbox-wrapper-7 .tgl *,
.checkbox-wrapper-7 .tgl *:after,
.checkbox-wrapper-7 .tgl *:before,
.checkbox-wrapper-7 .tgl + .tgl-btn {
    box-sizing: border-box;
}
.checkbox-wrapper-7 .tgl::-moz-selection,
.checkbox-wrapper-7 .tgl:after::-moz-selection,
.checkbox-wrapper-7 .tgl:before::-moz-selection,
.checkbox-wrapper-7 .tgl *::-moz-selection,
.checkbox-wrapper-7 .tgl *:after::-moz-selection,
.checkbox-wrapper-7 .tgl *:before::-moz-selection,
.checkbox-wrapper-7 .tgl + .tgl-btn::-moz-selection,
.checkbox-wrapper-7 .tgl::selection,
.checkbox-wrapper-7 .tgl:after::selection,
.checkbox-wrapper-7 .tgl:before::selection,
.checkbox-wrapper-7 .tgl *::selection,
.checkbox-wrapper-7 .tgl *:after::selection,
.checkbox-wrapper-7 .tgl *:before::selection,
.checkbox-wrapper-7 .tgl + .tgl-btn::selection {
    background: none;
}
.checkbox-wrapper-7 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 35px;
    height: 20px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-wrapper-7 .tgl + .tgl-btn:after,
.checkbox-wrapper-7 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.checkbox-wrapper-7 .tgl + .tgl-btn:after {
    left: 0;
}
.checkbox-wrapper-7 .tgl + .tgl-btn:before {
    display: none;
}
.checkbox-wrapper-7 .tgl:checked + .tgl-btn:after {
    left: 50%;
}

.checkbox-wrapper-7 .tgl-ios + .tgl-btn {
    background: linear-gradient(90deg,#d2d2d2,#d2d2d2),linear-gradient(90deg,#fff,#fff);
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid #e8eae9;
}
.checkbox-wrapper-7 .tgl-ios + .tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.checkbox-wrapper-7 .tgl-ios + .tgl-btn:hover:after {
    will-change: padding;
}
.checkbox-wrapper-7 .tgl-ios + .tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
}
.checkbox-wrapper-7 .tgl-ios + .tgl-btn:active:after {
    padding-right: 0.8em;
}
.checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn {
    background: #86d993;
}
.checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn:active {
    box-shadow: none;
}
.checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn:active:after {
    margin-left: -0.8em;
}

.product__checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 20px;
    position: relative;
}

.product__checkboxWrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product__checkboxWrapper p {
    margin: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    cursor: default;
}

.product__promptCheckbox {
    position: absolute;
    top: -60px;
    left: 15%;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 2px 6px #000a;
    padding: 10px;
    z-index: 10;
    display: none;
    font-size: 12px;
}

.product__checkbox:hover .product__promptCheckbox {
    display: block;
}

.product__servicePrice {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    min-width: 100px;
}

.product__title2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}

.product__prompt {
    margin: 10px 0;
    font-size: 14px;
}

.product__prompt span {
    color: rgb(86, 141, 254);
    font-weight: bold;
}

@media (max-width: 1024px) {
    .mySwiper3 .swiper-slide,
    .mySwiper4 .swiper-slide {
        background-size: cover;
        background-position: center;
        border-radius: 0;
    }

    .mySwiper4 {
        height: 90% !important;
        width: 100%;
        padding: 10px 0 !important;
        margin-bottom: 0;
    }

    .mySwiper3 {
        padding: 5px 0 !important;
        max-width: 300px;
    }

    .product {
        padding: 20px 0;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }

    .product__slider {
        max-width: 100%;
        position: relative;
        top: 0;
    }

    .product__description {
        padding: 40px 20px;
    }

    .product__title {
        font-size: 1.5rem;
        line-height: 20px;
        min-height: 1rem;
    }

    .product__header {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 800;
        font-size: 16px;
        margin: 0 0 10px;
    }

    .product__block2 {
        padding: 20px;
    }

    .product__block3 {
        margin: 10px 0;
    }

    .product__button {
        padding: 12px;
        font-size: 14px;
    }

    .product__checkbox {
        margin: 0 0 10px;
    }

    .product__checkboxWrapper {
        gap: 10px;
    }

    .product__checkboxWrapper p {
        font-size: 12px;
    }

    .product__servicePrice {
        font-size: 14px;
        white-space: nowrap;
    }

    .product__color {
        width: 36px;
        height: 23px;
    }

    .product__size {
        padding: 6px;
        min-width: 4rem;
        font-size: 14px;
        height: 36px;
    }

    .product__testSplit {
        width: 100%;
    }

    .product__blockButtons {
        margin: 25px 0 0;
        gap: 10px;
    }

    .mySwiper3 .swiper-slide img,
    .mySwiper4 .swiper-slide img {
        height: 70vw;
    }

    .mySwiper3 .swiper-slide img {
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .product__description {
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .product__slider {
        max-width: 55%;
    }

    .product {
        gap: 40px;
    }

    .product__title {
        font-size: 20px;
    }

    .mySwiper3 .swiper-slide img,
    .mySwiper4 .swiper-slide img {
        height: 600px;
    }

    .mySwiper3 .swiper-slide img {
        height: 100%;
    }
}