.coruselPadding {
    margin: 0px 40px;
}

.SwiperH {
    text-align: center;
    font-size: 25px;
    padding: 20px 0px 15px 0px;
}

.work {
    height: 100%;
    padding: 0 0 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #e3f0e8;
    border-radius: 10px;
}

.prImg {
    box-shadow: none;
    width: 80%;
    margin: 0 auto 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bottGroup {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.text-center {
    text-align: center !important;
}

.work .text h3 a {
    color: #000;
    font-size: 22px;
}

.w-100 {
    width: 100% !important;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: "Poppins", Arial, sans-serif;
}

.h3NameText {
    padding: 0px 10px 0px 10px;
    /*    max-height: 3em;*/
    height: 50px;
    overflow: hidden;
    line-height: 1;
    font-size: 16px;
    color: #000000d4;
    margin-bottom: 7px;
    text-align: center;
    display: -webkit-box;
    /* Устанавливаем блочную модель */
    -webkit-line-clamp: 3;
    /* Количество строк перед обрезкой */
    -webkit-box-orient: vertical;
    /* Указываем вертикальную ориентацию */
    overflow: hidden;
    /* Скрываем лишний текст */
    text-overflow: ellipsis;
    /*    line-height: 1;   */
}

.work .text span {
    letter-spacing: 1px;
}

.oldPrice {
    font-size: 15px;
    text-decoration: line-through;
    color: black;
    width: 40%;
}

.newPrice {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #1e482e;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 60%;
    /* right: 0px; */
    padding: 2px 0;
    display: inline-block;
}

.prButton {
    margin: 5px auto 15px;
    width: 80%;
    height: 35px;
    border: none;
    font-family: "AvenirNextCyr", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background: #4ad56a;
    border-radius: 3px;
    box-shadow: 0 0 10px #00000052;
}

.questionText {
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    /* text-transform: lowercase; */
    /* text-align: center; */
    padding: 15px 0px 0px 0px;
    color: #2f2f2f;
}

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

/* 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: 20px;
    width: 20px;
    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;*/
    padding-bottom: 5px;
}

.switch {
    margin: 0 10px;
}

.noText {
    font-size: 20px;
    color: #ff6161;
    padding: 0 5px;
}

.yesText {
    font-size: 20px;
    color: #4ad56a;
    padding: 0 5px;
}

.prNameText {
    margin: 10px 0px 0px 0px;
    font-weight: 500;
    font-size: 25px;
}



















/*Коля*/

.owl-dots {
    display: flex !important;
    justify-content: center !important;
    position: relative;
    top: -15px;
}

.owl-dots button {
    width: 10px;
    height: 10px;
    color: #000;
    /* border: 1px solid; */
    border-radius: 50px !important;
    background: #ddd;
    margin: 0 5px !important;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*bottom: -50px!important;*/
    top: -200px !important;
    position: relative;
}

.owl-nav span {
    font-size: 40px;
}



.owl-dots .active {
    background: #167ac6;
}

.owl-prev {
    position: relative;
    right: 38px;
    border: none;
    width: 35px;
    height: 35px;
    text-align: center;
    align-items: center;
    line-height: 30px;
    background: #0000007a;
    border-radius: 50px;
    color: #fff;
    padding-right: 2px;
}

.owl-next {
    position: relative;
    left: 38px;
    border: none;
    width: 35px;
    height: 35px;
    text-align: center;
    align-items: center;
    line-height: 30px;
    background: #0000007a;
    border-radius: 50px;
    color: #fff;
    padding-left: 2px;
}


.owl-nav .disabled {
    color: #ddd;
}






.owl-carousel .owl-dots {
    margin-top: 10px;
    margin-bottom: 8px;
    top: -30px;
}

.owl-carousel .owl-dot {
    width: 8px;
    height: 8px;
    margin: 3px;
    background: #c4d8c8;
    transition: all 0.2s ease;
    border-width: 0;
}

.owl-carousel .owl-dot.active,
.owl-carousel .owl-dot:hover {
    background: var(--green);
    width: 20px;
    border-radius: 999px;
    border-width: 0;
}