@media (hover: hover) {
    header:hover {
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(50px);
    }
    .slider_arrow:hover {
        color: #FCF6ED;
        transform: translateY(-50%) translateX(10px);
    }
    .slider_arrow-prev:hover {
        transform: translateY(-50%) translateX(-10px);
    }
    .services_items_btns .slider_arrow:hover {
        color: #1A1A1A;
        opacity: 1;
        transform: none;
    }
    .header_btn:hover {
        background: var(--Floral-white, #FCF6ED);
        color: #540206;
    }
    .btn:hover .top {
        left: 0;
    }
    .btn:hover .left-bottom {
        top: 0;
    }
    .btn:hover .bottom-right {
        right: 30px;
    }
    .btn:hover .right {
        top: -30px;
    }
    .dots_section_item_service:hover::after {
        width: calc(100% - 12px);
    }
    .breadcrumbs a:hover {
        color: #540206;
    }
    .services_menu li > a:hover {
        background: rgba(255, 255, 255, 0.5);
    }
    .services_menu li > a:hover svg {
        transform: rotate(45deg);
    }
    .admin-edit-btn:hover {
        background-color: var(--Floral-white, #FCF6ED);
        color: #540206;
    }
    .modal_close:hover {
        color: #540206;
    }
}
@media (max-width: 1720px) {
    .header_drop_title {
        font-size: 50px;
        padding: 10px 0;
    }
}
@media (max-width: 991px) {
    :root {
        --container-padding: 8px;

        --logo-width: 125px;
        --logo-height: 30px;
    }
    header {
        padding: 8px 0;
    }
    .header_info_icon {
        margin: 0;
    }
    .header_drop {
        padding-top: 10px;
        padding-bottom: 0;
        margin-top: 10px;
    }
    .header_drop_menu li:not(:last-child) {
        margin-bottom: 20px;
    }
    .intro_slide_title {
        font-size: 24px;
    }
    .front_items_slide {
        width: 85%;
        margin-right: 5%;
    }
    .front_items {
        min-height: 50vh;
    }
    .dots_section_dot {
        display: none;
    }
    .dots_section_item {
        position: static;
        background: #FCF6ED;
        bottom: auto;
        top: auto;
        display: flex !important;
        flex-direction: column-reverse;
        margin-right: 20px;
    }
    .dots_section_dots {
        margin-bottom: 170px;
    }
    .dots_section_item_img {
        padding: 0 15px 15px 15px;
    }
    .dots_section_item_number {
        font-size: 16px;
        line-height: 1;
    }
    .dots_section_item_info_text {
        font-size: 11px;
    }
    .inform_block_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .inform_block_info {
        display: contents;
    }
    .inform_block_img {
        aspect-ratio: 359/573;
        grid-row: 2/3;
    }
    .inform_block_title {
        font-size: 32px;
    }
    .scroll_section_title {
        font-size: 35px;
        line-height: 52px;
    }
    .scroll_image {
        width: 27vw;
    }
    .scroll_image:nth-of-type(2) {
        left: 5%;
    }
    .scroll_image:nth-of-type(3) {
        left: 12%;
    }
    .faq_wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 55px;
    }
    .footer_menu {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .faq_accordion_body p {
        font-size: 14px;
    }
    .breadcrumbs {
        display: none;
    }
    .intro_content {
        justify-content: flex-end;
        padding-bottom: 100px;
    }
    .intro_title {
        font-size: 24px;
        text-transform: none;
    }
    .intro_text {
        margin-top: 24px;
        font-size: 11px;
    }
    .intro_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .intro_img {
        width: 100% !important;
    }
    .intro_info {
        margin-top: 0;
    }
    .intro::before {
        height: 50%;
    }
    .img_title_section_title p {
        font-size: 36px;
    }
    .img_title_section_wrapper {
        display: flex;
        flex-direction: column;
        padding-top: 36px;
    }
    .img_title_section_title {
        position: static;
        transform: none;
        margin-bottom: 36px;
    }
    .img_title_section_text {
        max-width: 100%;
        padding-bottom: 0;
        order: 1;
        margin-top: 10px;
    }
    .title_section_text {
        font-size: 36px;
    }
    .services {
        --container-padding: 0;
        margin-top: 0;
    }
    .services_top {
        flex-direction: column;
        background-color: #FCF6ED;
        padding: 80px 8px;
        gap: 0;
        align-items: center;
    }
    .inform_block_suptitle {
        text-align: center;
    }
    .services .inform_block_title {
        text-align: center;
        --color: #540206;
        color: #540206;
        margin-bottom: 35px;
    }
    .services .courses_item_icon_info {
        margin-bottom: 20px;
        width: 100%;
    }
    .inform_block_top {
        display: contents;
    }
    .services_top .courses_item_actions {
        display: contents;
    }
    .services_top .courses_item_actions .btn {
        order: 2;
        width: fit-content;
    }
    .services_img_card_window {
        display: none;
    }
    .services_img_content_bottom {
        padding: 0;
        justify-content: flex-end;
    }
    .services_items {
        --gap: 30px;
        margin-top: 40px;
    }
    .services_items_control {
        padding: 0 8px;
    }
    .services_item {
        width: 90%;
        padding-left: 8px;
    }
    .services_master {
        padding: 10px;
        border: none;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        flex-wrap: wrap;
        gap: 4px;
    }
    .services_master_title {
        font-size: 14px;
        text-align: left;
    }
    .services_master_price {
        font-size: 14px;
        margin-top: 0;
        text-align: right;
    }
    .services_masters {
        gap: 4px;
        flex-direction: column;
        margin-bottom: 20px;
        width: 100%;
    }
    .label {
        font-size: 9px;
        padding: 4px;
        background-color: #1A1A1A;
        width: fit-content;
    }
    .services_item_text,
    .services_item_text p {
        font-size: 11px;
        line-height: 17px;
    }
    .services_master .label_wrapper {
        width: 100%;
    }
    .services_master .label {
        position: static;
        transform: none;
    }
    .services_menu li > * {
        font-size: 12px;
        padding: 12px 0;
    }
    .header_drop_menu {
        margin-bottom: 8px;
    }
    .header_drop .services_menu,
    .header_drop_contacts {
        padding: 8px 0;
    }
    .header_drop_socials {
        padding-top: 8px;
        justify-content: center;
    }
    .services_page_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .services_page_img {
        padding-right: 0;
    }
    .locations_wrapper {
        margin-top: 50px;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
    }
}
@media (max-width: 768px) {

}
