.t-slds__bullet_active .t-slds__bullet_body {
    background-color: #ffffff !important;
}

.mobile-slider {
    display: none;
}

@media (max-width: 900px) {
    .mobile-slider {
        display: block;
    }
}


.mobile-slider {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #d94e4c;
}


.owl-carousel-item {
    width: 390px;
    margin: 0 auto;
}

@media (max-width: 450px) {
    .owl-carousel-item {
        width: 300px;
    }
}


.owl-prev {
    position: absolute;
    left: 24%;
    top: 40%;
    outline: none !important;
}


.owl-next {
    position: absolute;
    right: 24%;
    top: 40%;
    outline: none !important;
}

.owl-prev img,
.owl-next img {
    opacity: 0.2;
}



/* Стили для формы обратной связи */

.myStyleForm * {
    box-sizing: border-box;
}

.myStyleForm  {
    padding: 90px 0;
}

.myStyleForm .inner {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
}

@media (max-width: 790px) {
    .myStyleForm .inner {
        padding: 0 10px;
    }
}

.myStyleForm .feedback-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 110px;
}

.myStyleForm .feedback-form-block {
    margin-bottom: 45px;
}

.myStyleForm .form-h2 {
    color: #000000;
    font-size: 42px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
}

.myStyleForm .form-p {
    color: #000000;
    font-size: 20px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
    margin-top: 25px;
}

/* feedback-form */
/* Стилизация радио кнопок */



.myStyleForm .feedback-form-radio {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: Circe;
    display: table;
    position: relative;
    cursor: pointer;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.myStyleForm .feedback-form-radio-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.myStyleForm .feedback-form-radio-input:checked~.radio__indicator::after {
    opacity: 1;
}

.myStyleForm .radio__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.myStyleForm .radio__indicator::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* Стилизация чекбокс кнопок */

.myStyleForm .checkbox_control {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: Circe;
    margin: 10px 0;
    display: block;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.myStyleForm .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.myStyleForm .checkbox:checked~.checkbox_indicator:after {
    display: block;
}

.myStyleForm .checkbox_indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.myStyleForm .checkbox_indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* + - 1 */

.myStyleForm .feedback-form-counter-button {
    border: none;
    outline: none;
    background: none;
    font-size: 20px;
    padding: 0 15px;
    cursor: pointer;
}

.myStyleForm .feedback-form-counter-input {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 70px;
    outline: none;
    text-align: center;
}



/* Остальная стилизация */
.myStyleForm .form-title {
    position: relative;
}

.myStyleForm .background-images {
    position: absolute;
    right: -300px;
    bottom: -400px;
}

@media (max-width: 700px) {
    .myStyleForm .background-images {
        display: none;
    }
}

.myStyleForm .background-images img {
    max-width: 300px;
}

.myStyleForm .feedback-form-input {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 100%;
    display: block;
    outline: none;
    padding: 0 20px;
}

.myStyleForm .normal-text {
    color: #000;
    font-weight: 400;
    font-family: 'Circe';
    font-size: 16px;
    padding-bottom: 7px;
}

.myStyleForm .small-text {
    color: #000;
    font-family: Circe;
    padding-bottom: 7px;
    font-size: 14px;
    opacity: 0.6;
    display: block;
    height: 100%;
}

.myStyleForm .feedback-form-button {
    color: #fff;
    background-color: #d94e4c;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    width: 160px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    display: block;
    border: 0;
    cursor: pointer;
}

/* Сообщение об отправке */
.alert-success {
    text-align: center;
    font-family: sans-serif;
    background-color: #d94e4c;
    color: #fff;
    padding: 20px 0;
    font-size: 20px;
}

/* Убираем стрелочки, в инпуте, тираж */
.feedback-form-counter-input::-webkit-outer-spin-button,
.feedback-form-counter-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
