.doctors_kosmo__wrapper {
    background: #F6F9FF;
    padding: 40px 0;
}
section.full_background:before,
section.full_background:after {
    background: #F6F9FF;
    position: absolute;
    content: '';
    display: block;
    width: 2000px;
    height: 100%;
    right: 100%;
    top: 0;
}
section.full_background:after {
    right: unset;
    left: 100%;
}
.doctors_kosmo__wrapper .doctors_kosmo__item {
    display: block;
    background: #fff;
    margin: 20px 10px;
    box-shadow: 0px 4px 24px rgba(0, 67, 101, 0.08);
    border-radius: 20px;
    width: 420px;
}
.doctors_kosmo__wrapper .doctors_kosmo__item.doctors_kosmo__item--flex {
    margin: 20px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}
.doctors_kosmo__pic img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-height: 100%;
    height: auto;
    width: auto;
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94);
    transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94);
}
.doctors_kosmo__cont img.doctors_kosmo__pic-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}
.no-touch-dev .doctors_kosmo__cont:hover .doctors_kosmo__pic .doctors_kosmo__pic-hover, 
.touch-dev .doctors_kosmo__cont:active .doctors_kosmo__pic .doctors_kosmo__pic-hover {
    opacity: 1;
}
.no-touch-dev .doctors_kosmo__cont:hover .doctors_kosmo__pic img, .touch-dev .doctors_kosmo__cont:active .doctors_kosmo__pic img {
    opacity: 0;
}
.doctors_kosmo__cont {
    position: relative;
    padding: 0 25px;
}
.doctors_kosmo__cont a.doctors_kosmo__name {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #333;
    display: block;
}

.doctors_kosmo__posts div{
    background: #F6F9FF;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
    margin: 0 5px 5px 0;
}
a.doctors_kosmo__pic {
    display: block;
    min-height: 200px;
    width: 100%;
}
a.doctors_kosmo__pic:before {
    content: '';
    background: linear-gradient(
115.6deg, #FFECE2 0%, #E7E1FC 100%);
    border-radius: 20px 20px 0px 145px;
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 1;
}
.doctors_kosmo-price {
    font-size: 18px;
    line-height: 21px;
    color: #828282;
}
.doctors_kosmo-rev {
    color: #00815B;
    position: relative;
}
.doctors_kosmo-rev:before {
    content: '';
    background: url(/upload/img/rev_ico.png) center/contain no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
}
.doctors_kosmo__cont a.doctors_kosmo__online {
    color: #FF7D46;
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 11;
    max-width: 100px;
}
.doctors_kosmo__cont ul.ico-list {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 5;
}
.kosmo_ico--children {
    background: url(/upload/img/doct_ico_sprite.png) 0 0px no-repeat;
    width: 25px;
    height: 25px;
}
.kosmo_ico--adult {
    background: url(/upload/img/doct_ico_sprite.png) 0 -45px no-repeat;
    width: 25px;
    height: 25px;
}
.kosmo_ico--home {
    background: url(/upload/img/doct_ico_sprite.png) 0 -89px no-repeat;
    width: 25px;
    height: 25px;
}

@media only screen and (max-width: 1440px) {
    a.doctors_kosmo__pic:before {
        background: linear-gradient( 
    115.6deg, #FFECE2 0%, #E7E1FC 100%);
        border-radius: 20px 20px 0px 90px;
    }
}
@media only screen and (max-width: 1024px) {
    .doctors_kosmo__subtitle {
        font-size: 20px;
    }
    a.doctors_kosmo__pic:before {
        background: linear-gradient( 
    115.6deg, #FFECE2 0%, #E7E1FC 100%);
        border-radius: 20px 20px 0px 95px;
    }
    .doctors_kosmo__wrapper .doctors_kosmo__item.doctors_kosmo__item--flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}
@media only screen and (max-width: 768px) {
    .doctors_kosmo__wrapper .doctors_kosmo__item.doctors_kosmo__item--flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
    .doctors_kosmo__wrapper {
        background: unset;
    }
}
@media only screen and (max-width: 640px) {
    .doctors_kosmo__wrapper .doctors_kosmo__item.doctors_kosmo__item--flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0;
    }
}

@media only screen and (min-width: 1440px) {
    a.doctors_kosmo__pic:before {
        background: linear-gradient( 
    115.6deg, #FFECE2 0%, #E7E1FC 100%);
        border-radius: 20px 20px 0px 90px;
    }
}
