.SwiperH {
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
}
swiper-container {
    margin: auto;
    width: 320px;
    height: auto;
}

swiper-slide {
    display: flex;
    /*      align-items: center;*/
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0 0 7px #00000036;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    flex-wrap: wrap;
}

swiper-slide:nth-child(1n) {
    background-color: rgb(255, 255, 255);
}

swiper-slide:nth-child(2n) {
    background-color: rgb(255, 255, 255);
}

swiper-slide:nth-child(3n) {
    background-color: rgb(255, 255, 255);
}

swiper-slide:nth-child(4n) {
    background-color: rgb(255, 255, 255);
}

swiper-slide:nth-child(5n) {
    background-color: rgb(255, 255, 255);
}

swiper-slide:nth-child(6n) {
    background-color: rgb(180, 10, 47);
}

swiper-slide:nth-child(7n) {
    background-color: rgb(35, 99, 19);
}

swiper-slide:nth-child(8n) {
    background-color: rgb(0, 68, 255);
}

swiper-slide:nth-child(9n) {
    background-color: rgb(218, 12, 218);
}

swiper-slide:nth-child(10n) {
    background-color: rgb(54, 94, 77);
}
.prImg {
    width: 250px;
    margin-top: 10px;
    box-shadow: none;
}
.swiperDiv {
    position: relative;
    height: 250px;
    width: 320px;
    text-align: center;
    margin-bottom: 20px;
}
.priceDiv {
    display: flex;
    background-color: #f4f4f4;
    box-shadow: 0 0 12px #00000036;
    height: auto;
    width: 320px;
    text-align: center;
    color: black;
    flex-direction: column;
    justify-content: center;
}
.product-price {
    color: #4ad56a;
    padding-top: 20px;
    font-size: 25px;
    font-weight: 400;
}
.oldPrice {
    color: #d1d1d1;
    text-decoration: line-through;
    font-size: 25px;
}
.questionText {
    padding-top: 20px;
    font-size: 25px;
    font-weight: 400;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff6161;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #4ad56a;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4ad56a;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.toggle-container {
    font-weight: 400;
    margin-top: 15px;
    display: flex;
    align-items: center; /* Выравнивает элементы по центру по вертикали */
    justify-content: center;
    margin-bottom: 15px;
}
.switch {
    margin: 0 10px;
}

.noText {
    color: #ff6161;
}
.yesText {
    color: #4ad56a;
}
.prNameText {
    margin: 10px 0px 0px 0px;
    font-weight: 500;
    font-size: 25px;
}
