.page-404{
    padding-top:100px;
    padding-bottom:100px;
    text-align:center;
}
.page-404 h1{
    font-size:60px;
}
.search-item{
    border-bottom:1px solid #ccc;
    padding-bottom:30px;
}
.search-item:not(:first-child){
    padding-top:30px;
}
.tile-link__container .button{
    z-index:auto;
}
.lists-block__link{
    min-height:66px;
}
.header__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__middle .search-bar__form-block{padding: 2px;}
.header__middle .header__top-links {margin-left: auto;}
.title-search-result {
    z-index:999;
    width: 90vw !important;
    left: 50% !important; /* Сдвигаем левый край в центр */
    transform: translateX(-50%); /* Сдвигаем элемент на половину его ширины для точного центрирования */
}
.header__catalog {margin-right: 26px;}
@media(min-width:1350px){
    .lists-block__link{
        min-height:82px;
    }
}
.slider img{
    width:100%;
}
@media(min-width:1024px){
    .about__column:last-child{
        width:60%;
    }
}
.lists-block__list-item{
    break-inside:avoid-column;
}
@media(min-width:1900px){
    .filter__item{
        margin-right:24px;
    }
}
.header__top .header__phone{
    margin-right:0;
}
@media(min-width:1024px){
    .main-menu{
        margin-right:auto;
        margin-left:auto;
    }
    .header__phone{
        display:flex;
    }
    .header__phone a{
        margin-bottom:0;
        margin-left:20px;
    }
    .header__search{
        width:190px;
    }
}
.doctor-detail__features p::before{
    background-repeat:no-repeat;
    background-position:50% 50%;
}
@media(min-width:768px){
    .header__burger{
        margin-left:auto;
    }
}
.map-item__info{
    display:block;
}
.header__search input{
    width:100%;
}
@media (min-width:1024px) and (max-width:1199px){
    .main-menu{
        font-size:13px;
    }
}
@media (min-width:1200px){
    .main-menu{
        font-size:16px;
    }
    .header__search{
        width:210px;
    }
}
@media (min-width:1350px){
    .header__search{
        width:240px;
    }
}
@media (min-width:1500px){
    .main-menu{
        font-size:18px;
    }
}
@media(min-width:768px){
    .header__logo{
        width:125px;
    }
}
@media(min-width:1024px){
    .header__logo{
        width:215px;
    }
}
.location__button{
    background-color:#eae7ff;
    border-radius:4px;
    padding-left:8px;
    padding-right:8px;
}
.attention-note{
    background-color:#eae7ff;
    border-radius:8px;
    margin-left:auto;
    margin-right:auto;
    max-width:900px;
    padding:20px;
}
.slider__slide-image:not(.shade)::after{
    display:none;
}
.tile-link--new .tile-link__title,
.tile-link--new .tile-link__text,
.tile-link--new .tile-link__button-block{
    z-index:2;
}
.tile-link__image--new{
    height:100%;
    left:auto;
    position:absolute;
    right:0;
    top:0;
    width:auto;
    z-index:1;
}
.tile-link__image--new img{
    height:100%;
}
.search-bar__form-block{
    padding-bottom:32px;
}
.menued-list-toggler{
    display:flex;
    justify-content:space-between;
    margin-bottom:16px;
    width:100%;
}
@media(min-width:1024px){
    .menued-list-toggler{
        display:none;
    }
}
.menued-list-toggler .icon{
    height:12px;
    width:12px;
}
.menued-list-toggler.is-active .icon{
    transform:rotate(-180deg);
}
.menued-list-toggler + .menued-list{
    display:none;
}
@media(min-width:1024px){
    .menued-list-toggler + .menued-list{
        display:block !important;
    }
}
@media(max-width:1023px){
    .filter__item--type_2{
        margin-right:0;
        width:100%;
    }
    .filter__item-title:empty{
        display:none;
    }
    .filter__item--type_2 .filter__item-title:empty + .checkbox-label{
        margin-top:0;
    }
    .smart-filter-toggler{
        align-items:center;
        cursor:pointer;
        display:flex;
        justify-content:space-between;
        margin-bottom:16px;
        width:100%;
        font-size:16px;
        font-weight:400;
        line-height:1.25;
        height:48px;
        padding:14px 16px;
        border-radius:6px;
        color:#fff;
        background-color:#8d83b2;
    }
    .menued-list__right{
        margin-top:16px;
    }
}
.smart-filter-toggler .icon{
    height:12px;
    fill:#fff;
    width:12px;
}
.smart-filter-toggler + .smartfilter{
    display:none;
}
.smart-filter-toggler.is-active .icon{
    transform:rotate(-180deg);
}
@media(min-width:1024px){
    .smart-filter-toggler + .smartfilter{
        display:block !important;
    }
    .smart-filter-toggler .icon{
        display:none;
    }
}
.menued-list__left{
    margin-bottom:0;
}
.header__top-links{
    display:flex;
}
.header__top-link{
    align-items:center;
    height:40px;
    justify-content:center;
    min-width:40px;
    width:40px;
}
.header__top-link:not(:last-child){
    margin-right:0;
}
@media(min-width:768px){
    .header__top-link:not(:last-child){
        margin-right:16px;
    }
}
@media(max-width:767px){
    .header__top-link.mobile-hidden{
        display:none;
    }
}
.header__burger{
    margin-left:16px;
}
.analysis__labels,
.complex__labels{
    align-items:center;
    display:flex;
    justify-content:flex-end;
    margin-bottom:0;
}
.analysis__labels img:not(:last-child),
.complex__labels img:not(:last-child){
    margin-right:10px;
}
.two-lists__block--type_2{
    background-color:#c34984;
    color:#fff;
}
.two-lists__block--type_3{
    background-color:#00bdc3;
    color:#fff;
}
.two-lists__block--type_4{
    background-color:#00d37f;
    color:#fff;
}
.two-lists__block--type_5{
    background-color:#5e7ade;
    color:#fff;
}
.tiles--type_2{
    justify-content:center;
}
.tile-link--color_5{
    background-image:linear-gradient(-45deg, rgba(230,248,250,1) 0%, rgba(234,231,255,1) 100%);
}
.button--type_9{
    color:#023047;
    border:1px solid #023047;
    background-color:transparent;
}
.tile-link__image--new_2{
    height:70%;
    left:auto;
    position:absolute;
    right:0;
    top:0;
    width:auto;
    z-index:1;
}
.tile-link__image--new_2 img{
    height:100%;
}
@media(min-width:1350px){
    .text-block .complex__subtitle{
        font-size:18px;
    }
}
.simple-slider img{
    width:100%;
}
.to-payment{
    display:block;
    margin-top:30px;
    text-align:center;
}
.to-payment img{
    width:100%
}