.form-under-slider form {
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
}

.form-under-slider .jet-form .jet-form-row {
    width: 20%;
    padding: 10px;
}
.form-under-slider select#Format {
    padding: 10px 30px 10px 15px;
}

.form-under-slider .jet-form-row input,
.form-under-slider .jet-form-row select,
.form-under-slider .jet-form-row button {
    height: 45px;
}
/* стили основного контейнера слайдера */

.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
}

.slider_window_item .home-mobile-image {
    display: none;
}

.slider_window {
    padding: 140px 0;
    background-size: cover;
    background-position: center;
}

.slider_window_item {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.slider_window_item div {
    height: 350px;
    width: 350px;
    padding: 95px 20px 0 0;
    background-color: #CB9D52;
    border-radius: 0 5px 5px 0;
}

.slider_window_item:before,
.uslugi_window:before {
    content: "";
    width: 2000px;
    height: 100%;
    right: 100%;
    position: absolute;
    background-color: #CB9D52;
}

.slider {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.slider_1 p {
    color: white;
}
/* стили для обёртки, в которой заключены слайды */

.slider__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* стили для контейнера слайдов */

.slider__items {
    display: flex;
    transition: transform 0.2s ease;
}
/* стили для индикаторов */

.slider__navigation {
    max-width: 1180px;
    padding-left: 25px;
    margin: auto;
}

.slider_1 .slider__indicators {
    display: flex;
    align-items: center;
    max-width: 1180px;
    margin: auto;
    margin-top: -80px;
    z-index: 1;
    padding: 30px 0 30px 0;
    list-style: none;
}

.slider_1 .slider__indicators .slider__indicator:first-child {
    margin-left: 0;
}

.slider_4 .slider__indicators {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    justify-content: center;
}

.slider_1 .slider__indicators li,
.slider_3 .slider__indicators li,
.slider_5 .slider__indicators li {
    z-index: 1;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #CB9D52;
    background-clip: padding-box;
}

.slider_1 .slider__indicators li.slider__indicator_active,
.slider_3 .slider__indicators li.slider__indicator_active,
.slider_5 .slider__indicators li.slider__indicator_active {
    background-color: rgba(203, 157, 82, 0.4);
    width: 20px;
    height: 20px;
    position: relative;
}

.slider_1 .slider__indicators li.slider__indicator_active::after,
.slider_3 .slider__indicators li.slider__indicator_active::after,
.slider_5 .slider__indicators li.slider__indicator_active::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #CB9D52;
    position: absolute;
    border-radius: 50px;
    top: 5px;
    right: 5px;
}

.slider_window_item h2, .slider_window_item .headline_2 {
    font-size: 42px;
    font-weight: 600;
    color: white;
}

.slider_window_item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    ;
    text-transform: uppercase;
    padding-bottom: 20px;
}

img.home-arrow-to-page {
    width: 70px;
    height: auto;
    cursor: pointer;
}

.arrow-reverse img {
    transform: rotate(180deg);
}
.arrow-reverse:before {
    width: 0 !important;
    margin: 0 !important;
}
.arrow-reverse img {
    margin: 0 !important;
}
/*Второй блок*/

p.home-two-block {
    font-size: 18px;
    line-height: 140%;
}

p.home-two-block .custnum {
    font-weight: 800;
    font-size: 42px;
    color: #CA9D58;
    line-height: 200%;
}

p.home-two-block span {
    text-transform: uppercase;
}
/*Второй слайдер*/

.slider_window_2 {
    justify-content: center;
    display: flex;
    cursor: pointer;
    background-size: cover;
}

img.youtube_play {
    padding: 240px 0;
    margin: auto;
}

.slider_2_background {
    background: linear-gradient( 180deg, #CA9D58 0%, #EBB868 100%);
    border-radius: 0px 0px 5px 5px;
}

.slider_2_content {
    display: flex;
    max-width: 1180px;
    margin: auto;
    justify-content: flex-end;
}

.slider_2_content_2 {
    width: 50%;
    padding: 30px 30px 80px 0;
    color: white;
    font-size: 18px;
    line-height: 140%;
}

.slider_2_content_2 .headline_3 {
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.slider_2 .slider__indicators {
    display: flex;
    align-items: center;
    list-style: none;
    padding-top: 50px;
    max-width: 580px;
    margin-left: auto;
}


.slider_2 .slider__indicators li,
.slider_4 .slider__indicators li {
    z-index: 1;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    background-color: white;
    background-clip: padding-box;
}

.slider_2 .slider__indicators li.slider__indicator_active,
.slider_4 .slider__indicators li.slider__indicator_active {
    background-color: rgb(255 255 255 / 40%);
    width: 20px;
    height: 20px;
    position: relative;
}

.slider_2 .slider__indicators li.slider__indicator_active::after,
.slider_4 .slider__indicators li.slider__indicator_active::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: white;
    position: absolute;
    border-radius: 50px;
    top: 5px;
    right: 5px;
}

.slider__item_1 {
    padding: 0 130px;
}

.slider_full_box{
    padding: 0 130px;
}
/*Третий слайдер*/

.slider_3_content {
    display: flex;
    flex-flow: wrap;
    z-index: 1;
}

.slider__item_3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slider_3_navigation_btm{
    position: absolute;
    bottom: 12px;
    margin-left: 50%;
}

.slider__item_4{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slider_4_btn {
    display: flex;
    max-width: 1180px;
    margin: auto;
    padding: 10px;
}
.slider_4_navigation_btm {
    position: absolute;
    bottom: 82px;
    margin-left: 50%;
}
.slider_5_navigation_btm {
    position: absolute;
    margin-left: 50%;
    bottom: 13px;
}

.slider_3 .slider_3_content div,
.slider_4 .slider_3_content div,
.slider_5 .slider_3_content_1,
.slider_5 .slider_3_content_2 {
    width: 50%;
}

.slider_3 .slider__indicators,
.slider_5 .slider__indicators {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}

.slider_3_navigation {
    display: flex;
}

.slider_3_link, .slider_3_show_all {
    width: 50%;
}

.slider_3_show_all {
    text-align: end;
}

.slider_3_content_1 .headline_3 {
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    margin: 30px 0 5px 0;
}

.slider_5 .slider_3_content_1 .slider_3_show_all,
.slider_5 .slider_3_content_1 .slider_3_link {
    display: none;
}

.slider_slide_desc {
    max-width: 460px;
}

.slider_3_price,
.ind_orange {
    color: #CA9D58;
    font-size: 12px;
}

.ind_orange {
    margin-bottom: 5px;
}

.ind_black {
    font-size: 12px;
}

.slider_4 .slider_3_price,
.ind_black {
    color: #16182B;
    ;
}

.slider_3_content_2 .slider__indicators {
    display: none;
}

.slider_3_show_all a {
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.slider_3_show_all a:hover,
.otziv-link:hover {
    border-bottom: 2px solid;
}

.slider_3_content_1,
.slider_3_content_2,
.slider_3_navigation {
    padding: 10px;
}

.slider .slider_content_1_img,
.slider .slider_3_content_2 img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 1px;
}

.slider_3_content_2 img {
    margin-top: 120px;
}

.slider_4_background {
    background-color: #CB9D52;
    border-radius: 5px;
    padding-top: 300px;
    padding-bottom: 70px;
    margin-top: -300px;
}

.slider_content_white {
    color: white;
}

.slider_show_all_black a {
    color: black;
}

.short-desc-h {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #15162A;
    max-width: 620px;
    margin: auto;
}

.short-desc-w {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    max-width: 620px;
    margin: auto;
}

.service {
    display: flex;
}
.form-under-slider-mobile .service{
    padding: 20px 20px 10px 20px;
}


.service_col {
    padding: 10px;
    width: 50%;
}


.service_padding {
    padding-top: 120px;
}


.service_col_usl img.service_img {
    height: 500px;
    width: auto;
    object-fit: cover;
    border-radius: 1px !important;
}

.service_col_usl p {
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    padding: 30px 0 25px 0;
}

.service_col_usl p span {
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #CA9D58;
}

.service_col_usl .link-arrow-orange {
    padding-bottom: 50px;
}

.uslugi_window_item {
    background-color: #CA9D58;
    padding: 68px 100px 68px 130px;
    display: inline-block;
    border-radius: 0 5px 5px 0;
}
/*Блок отзывов*/

.otziv_slider .jet-listing-grid__item {
    padding: 20px;
    border: 2px solid rgba(22, 24, 43, 0.3);
    border-radius: 5px;
    margin: 8px;
}

.otziv_slider_img img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}

.otziv_slider_img .jet-listing.jet-listing-dynamic-image {
    width: 50px;
}

.otziv_slider_name {
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #15162A;
}

.otziv_slider_work {
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #CA9D58;
}

.otziv_slider_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #15162A;
}

.otziv_slider .elementor-column-gap-default {
    height: 100%;
}

.otziv-link {
    font-size: 12px;
    text-transform: uppercase;
    color: #CB9D52;
}

.slick-list.draggable {
    overflow: visible;
}



/*Начало стилей формы*/

.form-under-slider-mobile {
    display: none;
}

.form-text-mob {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    width: 60%;
    padding: 10px;
    align-self: center;
}

.form-btn-mob {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px 12px 30px;
    background-color: #CB9D52;
    color: white;
    border: 2px solid #CB9D52;
    border-radius: 5px;
    text-align: center;
    width: fit-content;
    margin: auto;
    cursor: pointer;
}

.form-btn-mob:hover {
    color: #CB9D52;
    background-color: rgba(255, 255, 255, 0);
}

.form-btn-col {
    width: 40%;
    padding: 10px;
}
/*Конец стилей формы*/
/*Начало стилей преимуществ*/

.advantages {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.advantages-desc p {
    max-width: 755px;
    text-align: center;
    margin: auto;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
}

.advantages-desc {
    padding: 50px 0;
}
/*Конец стилей преимуществ*/

.hide-text {
    display: none;
}

p.all-uslugi {
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.slider_5 .slider_3_content_1 .headline_3 {
    color: #15162A;
}

.advantages-2 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 10px;
}
.advantages-2-elements {
    max-width: 200px;
    text-align: center;
}
img.advantages-2-element-img {
    width: 60px;
    padding-bottom: 15px;
}
p.advantages-2-element-p {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.slider_2_navigation{
    position: absolute;
    top: 540px;
    width: 50%;
}

@media(min-width: 768px)  {
/*Стиль стрелки перехода*/


.link-arrow-white::before {
    content: " ";
    width: 0;
    transition: all 0.3s ease;
    height: 2.5px;
    margin-bottom: 6.6px;
    background-color: white;
    display: inline-block;
}
.link-arrow-dark::before {
    content: " ";
    width: 0;
    transition: all 0.3s ease;
    height: 2.5px;
    margin-bottom: 6.6px;
    background-color: #15162A;
    display: inline-block;
}
.link-arrow-orange::before {
    content: " ";
    width: 0;
    transition: all 0.3s ease;
    height: 2.5px;
    margin-bottom: 6.6px;
    background-color: #CA9D58;
    display: inline-block;
}
.link-arrow-white:hover::before, .link-arrow-dark:hover::before, .link-arrow-orange:hover::before{
    width: 100px;
    margin-right: -69px;
}

.slider .slider_window_item div:hover .link-arrow-white::before{
    width: 100px;
    margin-right: -69px;
}
.slider_2 .link-arrow-white{
    margin-left: 20px;
}
}

@media(max-width: 1500px) {
    .slider_window {
        max-width: 1200px;
        margin: auto;
    }
    /* стили для слайдов */
    .slider__item_1 {
        padding: 0 20px;
    }
    .slider_full_box {
        padding: 0;
    }
    .uslugi_window {
        position: relative;
        max-width: 1200px;
        margin: auto;
    }
    .uslugi_window_item {
        padding: 68px 87px 68px 0;
    }
    .slider_1 .slider__indicators {
        padding-left: 30px;
    }
}

@media (max-width: 1200px) {
    .uslugi_window_item {
        padding: 68px 87px 68px 20px;
    }
}

@media (max-width: 1100px) {
    .slider_2_content_2 {
        width: calc(100% - 150px);
    }
    img.youtube_play {
        padding: 170px 170px;
    }
    .slider_2_navigation {
        top: 400px;
    }
    .slider .slider_content_1_img,
    .slider .slider_3_content_2 img {
        height: 500px;
    }
    .service_img {
        height: 500px;
        max-height: 500px;
        width: 100%;
        object-fit: cover;
    }
    
    .form-under-slider-mobile {
        display: block;
    }
    .uslugi_window_item {
        padding: 68px 87px 68px 20px;
    }
    .slider_4_background {
        border-radius: 0;
    }
    .slider_5_content_1 img {
        display: none;
    }
    .slider_5_content_2 img {
        margin: 0;
    }
    .slider_5_content_1 .headline_3 {
        margin-top: 0;
    }
    p.advantages-2-element-p {
        font-size: 14px;
    }
    .advantages-2-elements {
        padding: 10px;
        max-width: 25%;
    }
}

@media (max-width: 1024px) {
    .slider_5 .slider_content_1_img, .slider_5 .slider_3_navigation {
        display: none;
    }
    .slider_5_navigation_btm {
       width: 50%;
       bottom: 35px;
    }
    .slider_5_navigation_btm .slider__indicators {
        justify-content: center;
    }
    
    .slider_5_navigation_btm .slider__indicators .slider__indicator.slider__indicator_active {
        background-color: rgb(255 255 255 / 40%);
    }
    .slider_5_navigation_btm .slider__indicators .slider__indicator {
        background-color: white;
    }
    .slider_5 .slider_5_navigation_btm .slider__indicators .slider__indicator_active::after {
        background-color: white;
    }

    .slider_5 .slider_3_content_1 .slider_3_show_all,
    .slider_5 .slider_3_content_1 .slider_3_link {
        display: block;
        text-align: left;
        margin-top: 30px;
        width: 100%;
    }
    .slider_5 .slider_3_content_1 .slider_3_link {
        margin-top: 30px;
    }
    .slider_5 .slider_3_content_1 .slider_3_show_all,
    .slider_5 .slider_3_content_1 .slider_3_link {
        margin-top: 5px;
    }
    .slider_5 .slider_3_content_2 .slider__indicators {
        display: flex;
        justify-content: center;
        margin-top: -55px;
        padding: 10px;
    }
    
    .slider_5 .slider_3_content_1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px;
    }
    .slider_5 .headline_3 {
        margin-top: 0;
    }
    .slider_5 .slider_3_content_2 img {
        margin-top: 0;
    }
    .otziv_slider {
        max-width: 360px;
    }
    .form-under-slider input, .form-under-slider select {
        font-size: 12px;
    }
    .form-under-slider button.jet-form__submit {
        font-size: 12px !important;
    }
    .form-under-slider .jet-form .jet-form-row {
        padding: 10px 0;
    }
}

@media(max-width: 870px) {
    .form-under-slider form {
        flex-flow: wrap;
    }
    .form-under-slider .jet-form .jet-form-row{
        width: 33%;
    }
    .form-under-slider .jet-form .jet-form-row:nth-child(6) {
        width: 67%;
    }
}

@media(max-width: 768px) {
    .ind_place {
        display: flex;
        width: 100% !important;
        justify-content: space-between;
    }
    .slider_window_item div {
        margin-top: -80px;
        height: auto;
        width: 100%;
        padding: 95px 20px 45px 20px;
    }
    .slider_window_item img {
        display: block;
    }
    .slider_window_item div {
        height: auto;
        width: 100%;
        padding: 95px 20px 45px 20px;
        background-color: #CB9D52;
    }
    .slider_window_item:before {
        display: none;
    }
    .slider__item {
        padding: 0;
    }
    .slider_window {
        background: none !important;
    }
    .slider_window {
        padding: 0;
    }
    .slider_window_item .home-mobile-image {
        display: block;
        padding: 0 20px 0 20px;
        height: 320px;
        width: 100%;
        object-fit: cover;
        overflow: inherit;
        z-index: 2;
    }
    .slider_1 .slider__indicators {
        position: absolute;
        right: 20px;
        bottom: 15px;
    }
    .slider_1 .slider__indicators li {
        background-color: white !important;
    }
    .slider_1 .slider__indicators li.slider__indicator_active {
        background-color: rgba(255, 255, 255, 0.4) !important;
    }
    .slider_1 .slider__indicators li.slider__indicator_active::after {
        background-color: #FFFFFF !important;
    }
    .slider_window_item h2,  .slider_window_item .headline_2 {
        font-size: 34px;
    }
    .slider_window_item p {
        font-size: 10px;
    }
    img.youtube_play {
        padding: 120px 120px;
    }
    .slider_2_navigation {
        top: 300px;
    }
    .slider_2_content_2 {
        font-size: 12px;
        padding: 30px 30px 30px 0;
    }
    .short-desc-h,
    .short-desc-w {
        font-size: 12px;
    }
    .slider_2_content_2 .headline_3 {
        font-size: 14px;
    }
    .slider .slider_content_1_img,
    .slider .slider_3_content_2 img {
        height: 300px;
    }
    .slider_3_content_2 img {
        margin-top: 60px;
    }
    .slider_3_show_all a {
        font-size: 10px;
    }
    .slider_3_navigation_btm {
        bottom: 130px;
        width: 50%;
    }
    .slider_3_navigation_btm ol{
        justify-content: center;
    }
    
    .slider_3_content_2 .slider__indicators {
        display: flex;
        justify-content: center;
    }
    .slider_3_show_all {
        width: 100%;
    }
    .slider_3_content_1 .headline_3 {
        font-size: 14px;
        margin-top: 25px;
    }
    .slider_3_content_1 p {
        font-size: 10px;
    }
    .slider_4_navigation_btm {
        bottom: auto;
        top: 395px;
        width: 50%;
    }
    .slider_5 .slider_3_content_1 .headline_3 {
        margin-top: 0;
    }
    
    .service_img {
        height: 300px;
        max-height: 300px;
    }
    .service_col_usl p {
        font-size: 12px;
        padding: 25px 0 20px 0;
    }
    .service_col_usl p span {
        font-size: 14px;
    }
    .service_padding {
        padding-top: 50px;
    }
    .service_col_usl .link-arrow-orange {
        padding-bottom: 0;
    }
    .form-text-mob {
        font-size: 12px;
        text-transform: none;
        width: 50%;
    }
    .form-btn-col {
        width: 50%;
    }
    .advantages {
        flex-flow: wrap;
    }
    .advantages-elements {
        width: 50%;
        padding: 15px 30px;
    }
    .advantages-col-1 {
        text-align: end;
    }
    p.home-two-block {
        font-size: 10px;
    }
    p.home-two-block .custnum {
        font-weight: 600;
        font-size: 36px;
        line-height: 140%;
    }
    p.home-two-block span {
        font-size: 12px;
    }
    .advantages-desc {
        padding: 0 30px 30px 30px;
    }
    .advantages-desc p {
        font-size: 12px;
    }
    img.home-arrow-to-page.open-text {
        margin-left: 10px;
        width: 30px;
    }
    .uslugi_window_item {
        width: 100%;
        padding: 45px 30px 45px 30px;
    }
    p.all-uslugi {
        font-size: 10px;
        padding-bottom: 20px;
    }
    .slider_3_content_2 ol.slider__indicators {
        padding-top: 10px;
    }
    .otziv_slider_name {
        font-size: 14px;
    }
    .otziv_slider_work {
        font-size: 12px;
    }
    .otziv_slider_text {
        font-size: 12px;
    }
    .otziv-link {
        font-size: 10px;
    }
    p.advantages-2-element-p {
        font-size: 10px;
        text-transform: none;
    }
}
@media (max-width: 600px) {
    .slider_3_navigation_btm {
        bottom: 28%;
    }
    .slider_5_navigation_btm {
        bottom: 16%;
    }
    .form-under-slider .jet-form .jet-form-row, .form-under-slider .jet-form .jet-form-row:nth-child(6) {
        width: 50%;
        padding: 0;
    }
    .form-under-slider .jet-form .jet-form-row:nth-child(2n) {
        padding-right: 5px;
    }
    .form-under-slider .jet-form-row.jet-form-row--submit {
        width: 100%;
        padding: 10px 0;
    }

@media (max-width: 480px) {
    .service_col {
        padding: 0 10px;
    }
    img.youtube_play {
        padding: 85px 85px;
    }
    .slider_2_navigation {
        top: 130px;
        width: 100%;
    }
    .slider_2_content_2 {
        width: 100%;
        padding: 45px 30px;
        font-size: 10px;
    }
    .slider_2_content_2 .headline_3 {
        font-size: 12px;
    }
    .short-desc-h,
    .short-desc-w {
        font-size: 10px;
    }
    .slider_2_content {
        flex-flow: column;
        margin: 0;
    }
    .slider_window_item h2, .slider_window_item .headline_2{
        font-size: 28px;
    }
    .slider_2 .slider__indicators {
        justify-content: center;
    }
    .slider_3_content_2 img {
        padding: 0;
        margin-top: 0;
    }
    .slider_3_content_1,
    .slider_5_content_1 {
        padding-top: 0;
    }
    .slider_3_content {
        flex-direction: column-reverse;
    }
    .slider_3_content_1,
    .slider_3_content_2,
    .slider_5_content_1,
    .slider_5_content_2 {
        width: 100% !important;
    }
    .slider .slider_content_1_img {
        display: none;
    }
    .slider_3_content_1 .headline_3 {
        padding-top: 40px;
    }
    .slider_3_navigation_btm {
        bottom: auto;
        top: 330px;
        width: 100%;
        margin: 0;
    }
    .slider_4_navigation_btm {
        top: 330px;
        width: 100%;
        margin: 0;
    }
    .slider_4_background {
        margin-top: -320px;
    }
    .slider_5_navigation_btm {
        width: 100%;
        bottom: auto;
        top: 325px;
        margin: 0;
    }
    .slider_5 .slider_5_navigation_btm .slider__indicators {
        margin: 0;
    }
    .slider_5 .slider_5_navigation_btm li.slider__indicator {
        background-color: #CB9D52;
    }
    .slider_5 .slider_5_navigation_btm li.slider__indicator.slider__indicator_active {
        background-color: rgba(203, 157, 82, 0.4);
    }
    .slider_5 .slider_5_navigation_btm .slider__indicators li.slider__indicator_active::after {
        background-color: #CB9D52;
    }
    .service {
        flex-wrap: wrap;
    }
    .service_img {
        height: 200px;
        max-height: 200px;
    }
    .form-btn-col,
    .form-text-mob {
        width: 100%;
        text-align: center;
    }
    p.home-two-block {
        text-align: center;
        font-size: 8px;
    }
    p.home-two-block .custnum {
        font-size: 20px;
    }
    p.home-two-block span {
        font-size: 10px;
    }
    .advantages-desc p {
        font-size: 10px;
    }
    .service_col_usl p span {
        font-size: 12px;
        line-height: 200%;
    }
    .service_col_usl p {
        font-size: 10px;
    }
    .service_padding {
        padding-top: 25px;
    }
    .service_col_usl-2n {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .service_col_usl-2n p,
    .service_col_usl-2n a {
        width: 50%;
    }
    .advantages-2 {
        width: 270px;
        margin: auto;
    }
    .advantages-2-elements {
        max-width: 50%;
    }
}