.inclusive {
    color: #fefefe;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    margin: 16px 0;
    text-transform: unset;
}

.tabs__text_program {
    text-transform: unset;
}

.switch-program__next:after,
.switch-program__prev:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-top: unset;
    border-left: unset;
    display: inline-block;
    transform: rotate(-45deg);
}

.switch-program__prev:before {
    transform: rotate(135deg);

}

.switch-program__next,
.switch-program__prev {
    display: flex;
    color: white;
}

@media screen and (max-width: 768px) {

    .switch-program__next,
    .switch-program__prev {
        font-size: 16px;
    }
}

.switch-program__wrap a:hover {
    color: #de9058;
}

.switch-program__wrap a:hover:before,
.switch-program__wrap a:hover:after {
    border-color: #de9058;
}

.switch-program__wrap {
    display: flex;
    justify-content: space-between;
    height: 50px;
    /*align-items: center;*/
}


.contacts__slider .background-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts__slider .splide__slide {
    background: #000;
    height: 560px;
    padding: 40px 100px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contacts__slider .splide__arrow {
    height: unset;
    width: unset;
    display: block;
    padding: 0;
    background: unset !important;
    border: unset;
    opacity: unset !important;
}

.contacts__slider .splide__arrow svg {
    fill: unset;
    height: unset;
    width: unset;
}


@media screen and (max-width: 768px) {
    .contacts__slider .splide__slide {
        height: 265px;
        padding: 30px;
        max-height: 80vh;
    }

    .contacts__slider .splide__arrow {
        scale: 0.7;
    }
}


.social_feedback {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99999
}

.social_feedback .social_desktop .icon {
    display: none;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    cursor: pointer
}

.social_feedback .social_desktop .icon.telegram {
    background-image: url("../img/sm_telegram.svg")
}

.social_feedback .social_desktop .icon.whatsapp {
    background-image: url("../img/sm_whatsapp.svg")
}

.social_feedback .social_desktop .menu {
    background: url("../img/message.svg") no-repeat;
    background-color: transparent;
    background-size: contain;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 0 43.4px 0 #de905866;
    cursor: pointer
}

.social_feedback .social_desktop.active .menu {
    background-image: url("../img/message_close.svg")
}

.social_feedback .social_desktop.active .icon {
    display: block
}

.social_feedback .social_mob {
    display: none
}


@media only screen and (max-width:480px) {
    .social_feedback {
        bottom: 10px;
        left: 10px
    }

    .social_feedback .social_desktop {
        display: none
    }

    .social_feedback .social_mob {
        display: block;
        margin-bottom: 10px;
        padding: 7px 80px 7px 10px;
        background-repeat: no-repeat;
        background-position: center right 7px;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        line-height: 1
    }

    .social_feedback .social_mob.telegram {
        background-image: url("../img/sm_telegram_red.svg");
        background-color: #000000;
        border: 1px solid #de9058;
        color: #de9058
    }

    .social_feedback .social_mob.whatsapp {
        background-image: url("../img/sm_whatsapp_black.svg");
        /* background-color: #000000 */
        background-color: #fff;
            color: black;
                border: 1px solid #de9058;
    }
}
