.services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs {
}
.header-bottom__nav-item-dropdown-inner a{
    margin-bottom: 25px;
}
.services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs .header-bottom__nav-item-dropdown-inner {
    display: flex;
    flex-direction: row;
    padding: 35px 30px;
    gap: 50px;

}

.services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs .header-bottom__nav-item-dropdown-inner .services-dropdown__tab-btns {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 298px;
    min-width: 298px;
}
.header-top__location-city>span, .header-top__location-metro>span{
    width: fit-content;
    max-width: 240px;
    white-space: normal;
}
.services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs .header-bottom__nav-item-dropdown-inner .services-dropdown__tab-btns .btn {
    color: #000;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    padding: 17px 25px;
    margin: 0;
    border: 0;
    border-radius: 15px;
}

.services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs .header-bottom__nav-item-dropdown-inner .services-dropdown__tab-btns .btn:hover {
    background: var(---, #FFE4ED);
}

.services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs .header-bottom__nav-item-dropdown-inner .services-dropdown__tab-btns .btn.btn--filled {
    background: var(---, #FFE4ED);
}

.header-bottom__nav-item--has-childs .services-dropdown {
    width: fit-content;
}


.services_elements .services-dropdown__tabs {
    position: relative;
}

.services_elements .services-dropdown__tabs:before {
    content: '';
    background: #FFE4ED;
    width: 1px;
    position: absolute;
    left: -25px;
    top: 0;
    height: 100%;
}

.services_elements .services-dropdown__tabs .services-dropdown__tab {
}

.services_elements .services-dropdown__tabs .services-dropdown__tab.active {
    display: flex;
    /* gap: 50px; */
    position: relative;
    gap: 50px;
}

.services_elements .services-dropdown__tabs .services-dropdown__tab.active .categories:after {
    content: '';
    background: #FFE4ED;
    width: 1px;
    position: absolute;
    right: -25px;
    top: 0;
    height: 100%;
}

.services_elements .services-dropdown__tabs .services-dropdown__tab .categories {
    min-width: 245px;
    position: relative;
    margin-right: 0;
}

.services_elements .services-dropdown__tabs .services-dropdown__tab .categories .cat {
    color: #000;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 17px 25px;
    margin: 0;
    border: 0;
    border-radius: 15px;
    transition: .3s;
}

.services_elements .services-dropdown__tabs .services-dropdown__tab .categories .cat:hover, .services_elements .services-dropdown__tabs .services-dropdown__tab .categories .cat.active {
    background: var(---, #FFE4ED);
}

.services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row {

    min-width: 255px;
    margin: 0;
}

.services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row .services-dropdown__group-list {
    width: 100%;
}

.services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row .services-dropdown__group-list li {
    padding: 0;
}

.services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row .services-dropdown__group-list li:before {
    display: none;
}

.services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row .services-dropdown__group-list li a {
    padding: 17px 25px;
    list-style: none;
    color: var(--, #000);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;

}

.services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row .services-dropdown__group-list li a .badge{
    color: var(--Gray-10, #FFF);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
    border-radius: 100px;
    background: #FF7BA3;
    padding: 6px 12px;
    margin-left: 10px;
}

.services_elements .header-bottom__nav-item-dropdown {
    padding-top: 19px;

}

.header-bottom__nav-list {
    justify-content: space-between;
}

.header-top__location-dropdown-title {
    color: #000;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
    margin-bottom: 25px;
}

.header-top__location-dropdown-inner {
    border-radius: 0px 30px 30px 30px;
    background: var(--unnamed, #FFF5F8);
    padding: 35px 30px;
    width: fit-content;
}

.header-top__location-dropdown-item:hover .text {
    color: #FF7BA3

}

.header-top__location-dropdown-item .indicator {
    display: none;
}

.header-top__location-dropdown-item .text {
    margin: 0;
}

.header-top__location-dropdown-item .text {
    color: var(--, #000);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    white-space: nowrap;
}

.header-top__location-dropdown-item:hover {
    opacity: 1;
    color: #FF7BA3
}

.header-top__location-dropdown-item:not(:last-of-type) {
    margin-bottom: 25px;
}

.header-top__location-dropdown-item input:checked ~ .text {
    color: #FF7BA3;
}


.header-center__logo-text {
    text-align: left;
    color: var(--, #000);
    /* font-family: Raleway; */
    /* font-size: 14px; */
    /* font-style: normal; */
    /* font-weight: 400; */
    /* line-height: 100%; */ /* 14px */
    margin-left: 13px;
}

.header-center__logo-wrapper {
    margin-right: 35px;
}

.header-center__btn--consult {
color: var(--Gray-10, #FFF);
       font-family: Raleway;
       font-size: 18px;
       font-style: normal;
       font-weight: 600;
       line-height: 100%; /* 18px */
       width: 275px;
       text-align: center;
       min-width: 275px;
}

header .socials_block {
    display: flex;
    gap: 17px;
    margin-right: 25px;
}

header .socials_block svg {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

header .socials_block img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

header .socials_block a {
    margin: 0 !important;
}

.header-center__phone-col {
    margin-right: 35px;
    /* display: flex; */
    align-items: flex-end;
    gap: 9px;

}


.header-center__phone {
    color: var(--, #000);
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 22px */
    white-space: nowrap;
}

.worker_time {
    color: var(--, #000);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.header-center__search-btn {
    margin-left: 17px;
}

.header-top__location-city-current {
    white-space: nowrap;
}

.header-top__location-city::before {
    display: none;
}


.header-center__location-holder .header-top__location-city {
    padding: 0;
    margin: 0;
}

.header-center__location-holder .header-top__location-city svg {
    margin-right: 12px;
}

.header-center {
    padding: 10px;
    0;
}

.header-bottom {
    padding: 18.5px 0;
}


.header-bottom__nav-item.num11 {
    order: 9;
}

.num8 {
    order: 8;
}

.header-bottom__nav-item:not(:last-of-type) {
    margin: 0;
}

.num7 {
    order: 7;
}


@media screen and (max-width: 768px) {
    .header-top__location {
        display: none;

    }

    .header-center__logo-text {
        display: none;
    }

    .header-top .header-center__logo-img {

        width: 100px;
        height: 45px;
    }

    .header-top__workhours {
        display: none;
    }

    .header-top {
        display: none;
    }

    .header-center__address-link {
        display: none;
    }

    .header-center__phone {
        color: #000;
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        margin: 0;
        margin-left: 0px;
        font-size: 16px;
    }

    .header-center .header-center__logo-wrapper {
        display: flex;
        order: -1;
        margin-right: auto;

    }

    .header-center__logo-img {
        width: 100px;
        height: 45px;

    }

    .header-center__right {
        margin-left: 15px;
    }

    .header-center__row {
        justify-content: flex-end;
    }

    header .socials_block {
        gap: 12px;
        margin-right: 12px;

    }

    header .socials_block svg {
        width: 35px;
        height: 35px;
        object-fit: contain;

    }


    header .socials_block img {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }
    .header-center__burger-btn {
        width: 35px;
        height: 35px;
        margin: 0;

    }

    header .socials_block a {
        display: flex;
    }

    header .header-bottom {
        top: 66px;
        padding: 20px;
        background: #fff;
        height: calc(100vh - 66px);
        max-height: calc(100vh - 66px);
        border-radius: 0;

    }

    .header-bottom__search-wrapper .asp_w_container.asp_w_container_1.asp_w_container_1_2 #ajaxsearchpro1_2 .probox input[type=search].orig {
        border-radius: 15px !important;
        border: 1px solid #14ADA9 !important;
        position: relative !important;
        color: #000 !important;
        font-family: Raleway !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 100% !important;
        padding: 15px 17px !important;

    }
    #ajaxsearchpro1_1 .probox .proloading, #ajaxsearchpro1_2 .probox .proloading, div.asp_m.asp_m_1 .probox .proloading{
        display:none!important;
    }

    div.asp_m.ajaxsearchpro .probox .proinput form {
        height: auto;

    }

    #ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
        display: none !important;
    }

    .header-bottom__search-wrapper button {
        right: 17px;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 0;

    }

    #ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {
        height: auto;
    }

    .header-bottom__nav-list {
        margin: 0;
        flex-direction: column;
        align-items: flex-start;

    }
    header .header-bottom.toggler{
        height: auto;
        overflow: visible;
    }
    .header-bottom__nav-item {
        width: 100%;
    }

    .header-bottom__nav-link {
        color: #000;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        padding: 17px 0 !important;
        position: relative !important;
        /* display: flex; */

    }

    .header-bottom__search-wrapper {
        margin-bottom: 17px;
    }

    .header-bottom__nav-item {
        margin: 0 !important;
        width: 100% !important;
        border-bottom: 1px solid var(---, #FFE4ED);

    }

    .header-bottom__nav-item--has-childs .header-bottom__nav-link::before {
        background: url(../../img/back.svg) center;
        width: 16px;
        height: 16px;
        /* top: 0; */
        /* bottom: 0; */
        margin: auto;
        right: -21px;
        top: px;
        top: calc(50% - 1px);

    }

    .header-bottom__mob {
        /* display: none; */
        margin-top: 17px;

    }

    header .services-dropdown {
        padding-top: 70px !important;
    }

    .header-bottom__nav-item-dropdown-inner .back-btn {
        color: #000;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        padding: 17px 0;
        left: 20px;
        display: flex;
        align-items: center;
        gap: 2px;
        z-index: 1;
        opacity: .3;
        opacity: 1;
        top: 20px;
        text-transform: capitalize;

    }

    .services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs .header-bottom__nav-item-dropdown-inner {
        padding-left: 20px;
        padding-right: 20px;
        background: #fff;
        padding-top: 16px;
        overflow: visible;
        max-height: fit-content !important;
        padding-top: 0;
        max-height: 100vh!important;
        padding-bottom: 0;
        padding-right: 0;
        min-height: 300px;
        padding-right: 20px;
        min-height: auto;
    }

    .services_elements .services-dropdown__tabs {
        display: none;
        z-index: 55555;
        margin-top: -50px;

    }

    .header-bottom__nav-item--has-childs .services-dropdown {
        width: 100%;
        background: #fff;
        height: fit-content;
        position: absolute;
        background: #fff;
        z-index: 5678;
        max-height: 100vh;
        /* overflow: scroll; */
        /* padding-bottom: 130px; */
        border: 0;
        box-shadow: 0 0 0 black;
        /* overflow: auto; */
        padding-bottom: 10px;
        border-radius: 0;
    }

    .services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs .header-bottom__nav-item-dropdown-inner .services-dropdown__tab-btns .btn {
        color: var(--, #000);
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        background: transparent !important;
        padding: 15px 0;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #000;
        border-radius: 0;
        border-bottom: 1px solid var(---, #FFE4ED);

    }
    .services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs .header-bottom__nav-item-dropdown-inner .services-dropdown__tab-btns .btn:last-child{
        border:0;
    }

    .services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs .header-bottom__nav-item-dropdown-inner .services-dropdown__tab-btns {
        width: 100%;
    }

    .header-bottom__nav-item-dropdown-inner .back-btn::before {
        display: none;
    }

    .services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs .header-bottom__nav-item-dropdown-inner .services-dropdown__tab-btns.hide {
        display: none;
    }

    .services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row {
        display: none;
    }

    .services_elements .services-dropdown__tabs .services-dropdown__tab .categories {
        width: 100%;
        padding-bottom: 0;
    }

    .services_elements .services-dropdown__tabs .services-dropdown__tab .categories .cat {
        color: var(--, #000);
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        padding: 16.5px 0;
        background: transparent !important;
        border-bottom: 1px solid var(---, #FFE4ED);
        border-radius: 0;
        display: flex;
        align-items: center;
        gap: 2px;

    }
    .services_elements .services-dropdown__tabs .services-dropdown__tab .categories .cat:last-child{
        border:0;
    }
    .services_elements .services-dropdown__tabs .services-dropdown__tab .categories .cat:after{
        content: '';
        background: url(../../img/nexted.svg)no-repeat;
        width: 16px;
        height: 16px;
        display: inline;
        margin-top: -3px;

    }
    .services_elements .services-dropdown__tabs .services-dropdown__tab.active .categories:after {
        display: none;
    }

    .backer, .backers {
        color: #000;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        padding: 17px 0;
        left: 20px;
        display: flex;
        align-items: center;
        gap: 2px;
        /* margin-top: -44px; */
        z-index: 55;
        text-transform: capitalize;

    }

    .services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row .services-dropdown__group-list li a {
        color: var(--, #000);
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        padding: 16.5px 0;
        background: transparent !important;
        border-bottom: 1px solid #FFE4ED;
        border-radius: 0;
        width: 100%;
        display: flex;
        /* width: fit-content; */
        /* position: relative; */
        align-content: center;
        display: flex;
        vertical-align: middle;
        height: 50px;

    }
    .services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row .services-dropdown__group-list li:last-child a{
        border:0;
    }
    .services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row .services-dropdown__group-list li a .badge{
        /* position: absolute; */
        /* right: 0; */
        /* top: 0; */
        /* bottom: 0; */
        height: 30px;
        margin-top: -8px;

    }

    .services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row {
        width: 100%;
    }

    .services_elements .services-dropdown__tabs .services-dropdown__tab .services-dropdown__row .services-dropdown__group-list {
        padding-top: 0;
        /* max-height: 80vh; */
        overflow: scroll;
        /* padding-bottom: 40px; */
        height: fit-content;
    }
    .header-bottom__mob-btn{}
    .header-bottom__mob-btn{
        margin-top: 17px;
        width: 320px;
        color: var(--Gray-10, #FFF);
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;

    }
    .header-bottom__mob .contacts_items{
        display: flex;
        gap: 35px;
        align-content: center;

    }
    .header-bottom__mob .contacts_items .header-center__phone-col{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;

    }
    .header-bottom__mob .header-center__phone{
        color: var(--, #000);
        font-family: Raleway;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        display: flex;

    }
    .header-bottom__mob .city_selectors{
        margin-top:17px;
    }
    .header-top__location-city{
        padding:0;
    }
    .header-top__location-city svg{
        margin-right:12px;
    }
    .header-top__location-dropdown-inner{
        left:0;
        right:auto;
    }
    .header-top__location-dropdown{
        left: 0;
        padding-top: 9px;

    }
    .worker_time{
        margin-top:9px;
        color: var(--, #000);
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14px */

    }
    .header-bottom.toggler .header-bottom__nav-item, .header-bottom.toggler .header-bottom__mob, .header-bottom.toggler .proinput{display: none;height: 0;}

    .header-bottom.toggler  .header-bottom__nav-item--has-childs{
        display: block;
        height: 0;
    }
    header .header-bottom{
        /* overflow: visible ; */

    }
    .header.fixed .header-bottom {
        top: 63px;
        overflow: scroll;
        border-radius: 0;
    }
    .header.fixed .header-bottom.toggler{
        overflow:visible;
        padding-bottom: 49px;
        height: fit-content;
    }
    .header-bottom__nav-item-dropdown.active, .header-bottom__nav-item-dropdown-inner{
        background: #fff;
        z-index: 555;
        overflow: scroll;
        max-height: calc(100vh - 64px);
        border-radius: 0;
        height: fit-content;
    }
    .header-bottom__nav-item-dropdown-inner{
        background:transparent;
        border-radius: 0;
        padding-bottom: 20px;
        padding-bottom: 0;
    }
    .header-bottom__nav-item-dropdown-inner a{
        color: var(--, #000);
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        background: transparent !important;
        padding: 17px 0;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #000;
        border-radius: 0;
        border-bottom: 1px solid var(---, #FFE4ED);
        margin: 0;
        background: transparent;
    }
    .header-bottom__nav-item-dropdown-inner a:last-child{
        border:0;
    }
    .header-bottom__mob .selected{
        color: var(--, #000);
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        margin-top:9px;
    }
    .header-center{
        padding-left:0;
        padding-right:0;
    }
    .header-top__location-city>span, .header-top__location-metro>span{
        max-width:inherit;
    }
}
.blocked:after{
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: black;
    opacity: .1;
    z-index: 3;
    left: 0;
    top: 0;
    /* pointer-events: none; */
}


@media screen and (min-width:768px){
    .services_elements.header-bottom__nav-item.header-bottom__nav-item--has-childs .header-bottom__nav-item-dropdown-inner .services-dropdown__tab-btns .btn svg{
        display: none;
    }

}

.in_slides{
    overflow:hidden;
    max-width: 360px;
    width: 100%;
}

.in_slides ~ .buttons{
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px;
}

.in_slides ~ .buttons .swiper-button-prevs{
    /* position: fixed; */
    /* right: 50px; */
    /* bottom: 50px; */
    /* z-index: 10; */
    border: 1px solid #14ada9;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -o-transition: .3s;
    transition: .3s;
    display: flex;
    z-index: 5;
    align-items: center;
    padding-left: 22px;
    margin-right: 57px;
    cursor: pointer;
}
.in_slides ~ .buttons .swiper-button-prevs svg{
    position:absolute;
}
.in_slides ~ .buttons .swiper-button-nexts{
    border: 1px solid #14ada9;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -o-transition: .3s;
    transition: .3s;
    display: flex;
    z-index: 5;
    align-items: center;
    padding-left: 22px;
    transform: rotate(180deg);
    cursor: pointer;
}

.in_slides ~ .buttons .swiper-button-nexts svg{
    position: absolute;
}

.footer__col--right{
    padding-left:20px;
}


.blocked .hero__call-widget{
    display: none!important;

}


@media screen and (max-width:360px){
    .header-center__phone{
        font-size: 15px;
    }
    .header-bottom__mob .header-center__phone{
        font-size: 21px;
    }
}
