.title_norm {
    margin-top: 0px !important;
    padding-left: 0px !important;
}
body .kliniki__title{
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    display: block;
    color: #211D37;
    text-align: left;
}
.rayon_buttons .select{
    height: 40px;
    width: 400px;
}

body .klinikiView .views-field label{
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #D82043;
    line-height: 24px; 
    position: relative;
    padding-left: 35px;
}
body .klinikiView .views-field-field-adres label::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    left: 0;
    top: -3px;
    height: 21px;
    background: green;
    background: url(/images/icon_1.png) no-repeat 0 0px;
}
body .klinikiView .views-field-field-rezim-raboty label::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    left: 0;
    top: -3px;
    height: 21px;
    background: green;
    background: url(/images/icon_2.png) no-repeat 0 0px;
}
body .klinikiView .metro label::before {
    content: '';
    position: absolute;
    display: block;
    width: 23px;
    left: 0;
    top: -3px;
    height: 21px;
    background: green;
    background: url(/images/icon_3.png) no-repeat 0 0px;
}
body .klinikiView .views-field-field-phones label::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    left: 5px;
    top: -3px;
    height: 21px;
    background: green;
    background: url(/images/icon_4.png) no-repeat 0 0px;
}
body .klinikiView__row{
    flex-basis: 100%;
    box-shadow: 2px 3.464px 36px 4px rgba(0,0,0,0.06);
    background: white;
    max-width: none;
    margin: 10px 0;
    padding-bottom: 25px;
    border-radius: 16px;
    overflow: hidden;
    padding: 24px;
}
body .klinikiView .views-field{
    padding: 0;
    padding-bottom: 16px;
    float: left;
    width: 65%;
}
.klinikiView .views-field-field-foto img{
    border-radius: 16px;
    width: 100%;
}

body .klinikiView .views-field-field-foto {
    border-bottom: 0;
    float: left;
    margin-right: 16px;
    width: 388px;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 0;
    min-height: 344px;
}
body .kliniki__content{
    padding: 10px 15px;
}

.views-field-field-rezim-raboty{
    
}
body .klinikiView .views-field.views-field-name .field-content{
    padding-left: 0;
}
body .klinikiView .views-field .field-content{
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    color: #211D37;
    padding-left: 35px;
}
.klinikiView .views-field-field-foto div.field-content{
    padding-left: 0;
}
body .klinikiView .views-field.views-field-field-rezim-raboty div{
    display: block;
}
body .klinikiView .views-field-name a{
    font-family: 'Raleway';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: none;

}
.actions__actions{
    display: block;
    margin-top: 32px;
    font-size: 16px;
}
.actions__actions .actions__more{
    color: #D82043!important;
    background-color: transparent!important;
    box-shadow: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    padding: 0;
}
.rayon_buttons .new-select{
    padding: 5px 15px;
    background-color: #F8F8F8;
    border-radius: 8px;
}
.rayon_buttons .new-select p{
    line-height: 27px;
    font-size: 16px;
}
.rayon_buttons .new-select span{
    line-height: 27px;
}
.rayon_buttons .new-select:after{
    top: 11px;
}
.rayon_buttons .new-select__item{
    padding: 8px 15px;
}
body #searchMap .title_home .title__text{
    width: 120%;  
}
body .klinikiView .views-field-name::before{
    content: none;
}
.rayon_buttons .new-select__item span{
    font-size: 16px;
}
.actions__actions a{
    margin-right: 20px;
}
@media (max-width: 767px){
    .rayon_buttons .select{
        width: 100%;
    }
    body .klinikiView .views-field-field-foto{
        width: 100%;
        min-height: 264px;
    }
    body .klinikiView__row{
        padding: 24px 16px;
    }
    body .klinikiView .views-field-name a{
        font-size: 20px;
        padding-top: 20px;
        display: block;
        clear: both;
    }
    body .klinikiView .views-field label{
        display: block;
    }
    .actions__actions{
        margin-top: 2px;
    }
    .actions__actions a{
        width: -webkit-fill-available;
        text-align: center;
        margin-top: 12px;
        margin-right: 0;
    }
    .klinikiView .views-field-field-foto img{
        width: 100%;
    }
}