/*
Theme Name: FUE
*/



.kama_breadcrumbs {
    margin: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.kama_breadcrumbs a {
    color: #25333e;
    font-size: 12px;
    -webkit-transition: .3s;
    transition: .3s
}

.kama_breadcrumbs .kb_title,
.kama_breadcrumbs .kb_sep {
    color: #667580;
    font-size: 12px
}

/* .spoiler-list {
    counter-reset: spoiler-counter;
}

.spoiler__name {
    counter-increment: spoiler-counter;

    p span {
        position: relative;
    }
}

.spoiler__name p span::before {
    content: counter(spoiler-counter);
    display: inline-block;
} */

.preim .block img {
    margin-left: auto;
    margin-right: auto;
}


.services .block._alt {
    background: radial-gradient(100% 168.49% at 11.87% 0, #009fd0 30%, rgba(0, 159, 208, .55) 65%, rgba(0, 159, 208, .4) 74.81%, #009fd0 100%)
}

.services .block._alt h3 {
    color: #fff
}

.admin-bar header {
    top: 32px;
}


.block-akcii .block .cont .name p,
.spec-offer .block .text .zag {
    position: relative;
}

.full-link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.menu-item .sub-menu .sub-menu-item .sub-menu-link.star {
    display: flex;
    align-items: center;
    gap: 4px;
}

.menu-item .sub-menu .sub-menu-item .sub-menu-link.star::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/2026/05/icons_all.svg);
    display: inline-block;
}

.reviews-page .block.text .img-reviews img,
.doc-page .img .name-info svg {
    cursor: pointer;
}

.service-form .block .imgs img {
    height: 260px;
    object-fit: cover;
    object-position: center;
}

.service-form .swiper-slide {
    height: auto;
}

.service-form .block {
    height: 100%;
}


header {
    top: 0;
}

.search-btn {
    width: 24px;
    height: 24px;
    transition: 0.3s;
    cursor: pointer;
}

.search-btn svg {
    fill: #001B31;
    transition: 0.3s;
}

.search-block {
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0px 4px 14px -1px rgba(34, 60, 80, 0.13);
    -moz-box-shadow: 0px 4px 14px -1px rgba(34, 60, 80, 0.13);
    box-shadow: 0px 4px 14px -1px rgba(34, 60, 80, 0.13);
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: 0.3s;
    position: absolute;
    width: 100%;
}

.search-block.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.search-form {
    display: flex;
    justify-content: center;
    max-width: 696px;
    margin: auto;
    border: 1px solid rgb(0 159 208);
    border-radius: 16px;
}

.search-form .search-submit {
    background: #009fd0;
    border: none;
    border-radius: 16px;
    padding: 10px;
    color: #fff;
    transition: 0.3s;
}

.search-form input {
    width: 100%;
    padding: 15px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: .3s;
    transition: .3s;
    color: #001b31;
    border: 2px solid rgba(255, 255, 255, 0);
}


@media(min-width: 992px) {
    .menu-block {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .search-form .search-submit:hover {
        background: #004379;
    }

    .search-btn:hover svg,
    .search-btn.active svg {
        fill: #009FD0;
    }
}

.contakts-page .map .map-btn svg,
.img-reviews img {
    cursor: pointer;
}

.swiper.sert-slide .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    cursor: pointer;
}


.cart-pac .block .doc img,
.reviews-page .block.video .profile img,
body .video-block .block .profile img {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #e4f4ff;
}

.do-posle-block .block img {
    object-fit: cover;
    object-position: center;
}

body .statyi-block .block .cont {
    margin-top: auto;
}

.swiper.team .swiper-slide {
    height: auto;

    .block {
        height: 100%;
        display: flex;
        flex-direction: column;

        .info {
            margin-top: auto;
        }
    }
}

.statyi-block.swiper .swiper-slide {
    height: auto;

    .block {
        height: 100%;
    }
}

.banner-block .cont .btn-video p span:nth-child(1) {
    text-align: left;
    max-width: 186px;
}

.istoriya .razdelitel:last-child {
    display: none;
}

.mid-header-block .mob-menu,
.search-form-mob {
    display: none;
}

@media (min-width: 991px) {
    .menu-kos .menu-item .sub-menu {
        max-height: 345px;
    }
}

@media (max-width: 991px) {
    .services .block {
        padding: 12px;
    }

    .services .block {
        background: radial-gradient(100% 168.49% at 11.87% 0, #009fd0 30%, rgba(0, 159, 208, .55) 65%, rgba(0, 159, 208, .4) 74.81%, #009fd0 100%);
        width: calc(50% - 4px);
        height: 220px;
        min-height: 220px;
    }

    .services .block:nth-of-type(3) {
        width: 100%;
    }

    .services .block h3 {
        color: #fff;
        margin-bottom: 12px;
    }

    .services .block .services-link {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .services .block .services-link a {
        font-size: 14px;
        padding: 6px 10px;
    }

    .services {
        gap: 8px;
    }

    .btn {
        padding: 12px;
    }

    .vibor-dop-block .cont {
        position: relative;
    }

    .napravlenie {
        background-size: cover;
    }

    .price-peresadka-block .price-peresadka {
        width: 100%;
        gap: 8px;
    }

    .price-peresadka-block .pers-podhod img {
        display: none;
    }

    .mnenie-vrachey {
        background-image: none;
        background-color: #fff;
        padding: 12px;
        padding-top: 46px;
    }

    .mnenie-vrachey::after {
        width: 68px;
        height: 68px;
        left: 8px;
        top: 0;
    }

    .mnenie-vrachey h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .mnenie-vrachey p.txt {
        font-size: 16px;
    }

    .mid-header-block .menu.menu-pk {
        display: none;
    }

    .mid-header-block .menu.mob-menu {
        display: flex;
        overflow: auto;
        margin-bottom: 20px;
    }

    .mid-header-block .btn.mob {
        display: block;
        width: 100%;
        margin-top: auto;
    }

    .mid-header nav {
        width: 100%;
        max-width: 380px;
        padding: 20px;
        height: calc(100vh - 72px);
        display: flex;
        flex-direction: column;
    }

    .mid-header nav .close-menu {
        display: none;
    }

    .btn-menu span {
        transition: 0.3s;
    }

    .btn-menu.active {
        span:nth-child(1) {
            top: unset;
            transform: rotate(45deg);
        }

        span:nth-child(2) {
            opacity: 0;
        }

        span:nth-child(3) {
            bottom: unset;
            transform: rotate(-45deg);
        }
    }

    .mid-header-block .menu {
        margin-top: 0;
    }

    .mid-header-block .menu-link {
        color: #004379;
        display: inline-block;
    }

    .menu-item.menu-item-child {
        padding-bottom: 10px;
        border-bottom: 1px solid #E6F4FF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;

        .arrow {
            position: relative;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .arrow::before,
        .arrow::after {
            content: "";
            width: 7px;
            height: 1px;
            background-color: #001B31;
            border-radius: 30px;
            transition: 0.3s;
        }

        .arrow::before {
            transform: rotate(45deg);
            margin-right: -1px;
        }

        .arrow::after {
            transform: rotate(-45deg);
            margin-left: -1px;
        }

        .sub-menu {
            display: none;
        }
    }

    .menu-item.menu-item-child.active {
        .arrow::before {
            transform: rotate(-45deg);
            margin-right: -1px;
        }

        .arrow::after {
            transform: rotate(45deg);
            margin-left: -1px;
        }
    }

    .menu-item.menu-item-child .sub-menu.active {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
        padding-top: 10px;
    }

    .sub-menu-link {
        color: #25333E;
        font-size: 16px;
        display: inline-block;
    }

    .sub-menu-link.zag {
        color: #667580;
        font-size: 14px;
        margin-bottom: 2px;
        margin-top: 10px;
    }

    .sub-menu-link.zag:nth-of-type(1) {
        margin-top: 0;
    }

    .search-form-mob {
        display: flex;
        margin: unset;
        margin-bottom: 20px;
        border: none;
        background-color: #E6F4FF;

        input {
            background-color: #fff0;
        }

        .search-submit {
            background-color: #fff0;
        }
    }

    .admin-bar {
        .mid-header nav {
            height: calc(100vh - 118px);
        }
    }
}

@media (max-width: 640px) {
    .admin-bar {
        .mid-header nav {
            height: calc(100vh - 110px);
        }
    }

    .mid-header nav {
        height: calc(100vh - 64px);
    }

    .search-form-mob,
    .mid-header-block .menu.mob-menu {
        width: 100%;
    }
}


@media (max-width: 600px) {
    .price-peresadka-block .price-peresadka .block {
        width: calc(50% - 4px);
    }

    .price-peresadka-block .price-peresadka .block .price span {
        font-size: 20px;
    }

    .price-peresadka-block .price-peresadka .block:nth-child(4),
    .price-peresadka-block .price-peresadka .block:nth-child(5) {
        flex-direction: column;
        gap: 2px;
        padding: 12px;
    }

    .price-peresadka-block .price-peresadka .block .zag {
        font-size: 14px;
    }

    .price-peresadka-block .price-peresadka .block {
        padding: 12px;
    }

    .price-peresadka-block .price-peresadka .block:nth-child(5),
    .price-peresadka-block .pers-podhod {
        width: 100%;
    }

    body {
        font-size: 14px;
    }

    .price-peresadka-block .pers-podhod .btn {
        display: none;
    }

    h2 {
        font-size: 24px;
    }

    .services .block {
        width: 100%;
    }

    .vibor-dop-block .cont svg {
        left: 0;
        top: 0;
    }

    .vibor-dop-block .cont .txt p:nth-child(1) {
        align-content: center;
    }
}