.breadcrumbs__icon-back {
margin-left:5px;
}
.screen_reviews .page-title__text{
max-width:100%;
}
.buts_block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.but_soc{min-width: 56px;height:56px  !Important;;padding:0;background-size:cover !important;

    -webkit-box-shadow: none !Important;
    box-shadow: none !Important;
}
@media screen and (max-width: 1000px) {

.buts_block{
    justify-content:center;

}
.but_soc{margin:0.25rem;height:56px !Important;}
    .screen_reviews {height:auto !Important;}
}
.reviews-filter__sidebar .reviews-filter__get-review{display:none;}
.landing-slogan__author .landing-footer__phone-text {
margin-top:10px;
        font-size: calc(0.98rem + 8*(100vw - 35rem) / 1360);
}
.swiper-wrapper {flex-direction:row;}
.landing-compensation__title2{background:url('/local/templates/main/icon1.svg') no-repeat left center;
padding-left:50px;
background-size: 32px 29px;
}
.social_doctor {
    width: 56px  ! Important;
    height: 56px ! Important;
    padding: 0;
    background-size: cover !important;
    -webkit-box-shadow: none ! Important;
    box-shadow: none ! Important;
}


.social_doctor_ya{
    background: url(/upload/images/ya.png);
}
.social_doctor_nap{
    background: url(/upload/images/napopravku.png);
}
.social_doctor_prod{
    background: url(/upload/images/prodoctorov.png);
}
.social_doctor_gog{
    background: url(/upload/images/google.png);
}
.social_doctor_sber{
    background: url(/upload/images/sber.png);
}

@media (max-width: 768px) {
.social_doctor {

margin-left:0 !Important;
margin-bottom:1.5rem;
}
    .feedback__footer {

        -ms-flex-direction: row !Important;
        flex-direction: row !Important;

        flex-wrap: wrap !Important;
    }
    .feedback__all-link{
    width:100%;
    }
    .fs_row{
   
    flex-wrap:wrap;
    }
    
.sposob_group input + label {
    font-size: 16px;

}
}
.fs_row{
    display: flex;
    flex-direction: row;

    }
    .fs_row fieldset{
   min-width:200px;
    }
    .sposob_group input + label {
    position: relative;
    display: flex
;
    align-items: center;
    color: #000;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    line-height: 28px;
    gap: 14px;
}
    .sposob_group input + label:before {
    content: '';
    width: 22px;
    min-width:22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #4D3651;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}
.sposob_group input:checked + label::before {
    background-image: url(/local/templates/main/label.png);
}

