.doctors-top__col.doctors-top__col--search button, .doctors-top .guide-top__search input[type="submit"] {
    background: #4299E5;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 6px 20px;
    min-width: 115px;
    text-align: center;
    position: absolute;
    top: 7px;
    left: auto;
    right: 7px;
    height: auto;
}

.doctors-top .doctors-top__col:last-child {
    width: 33.3333333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
}

@media (max-width: 1199px){
    .doctors-top .doctors-top__col, .doctors-top .doctors-top__col:last-child {
        width: 50%;
    }

    .doctors-top .doctors-top__col:last-child{
        margin-right: 0;
    }
}

@media (max-width: 575px){
    .doctors-top__col.doctors-top__col--search button{
        position: static;
    }
    .doctors-top .doctors-top__col, .doctors-top .doctors-top__col:last-child {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.doctors__geo a{
    margin-bottom: 4px;
}
.doctors-list .doctors__bottom{
    border-top: 0;
    margin-top: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.doctors-list .doctors__desc{
    flex-grow: 0;
}
.doctors-list .doctors__header__desc{
    border-bottom: 1px solid rgba(20, 51, 65, 0.1);
    padding-bottom: 15px;
}
.doctors-list .doctors__geo{
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 600px){
    .doctors-list {
        margin-left: -10px!important;
    }
}
.doctors__name a{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
}
.doctors__price-col span{
    position: relative;
}
.doctors__price-col span:before{
    content: "";
    border-bottom: 2px solid #e02015;
    position: absolute;
    width: 100%;
    height: 50%;
    transform: rotate(-12deg );
}


.doctors__price span.name_price {
    color: #8E959D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
}

.home-doctors .our_doctors_slider .doctor_item {
    padding: 0;
}
.home-doctors .our_doctors_slider .doctor_item .doctors__bottom{
margin-top: auto
}