@charset "UTF-8";

/* Здесь переменные и миксины */

.info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info_icon {
    width: 55px;
    height: 66px;
    position: relative;
}
.info_text {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
    padding: 0 0 0 20px;
}
.hospital_wrapper {
    max-width: 890px;
    margin: 65px auto 0;
}
.hospital_wrapper_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 25px;
}
.hospital_wrapper_inner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.jsTabs {
    position: relative;
}
.jsTabsItem {
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
}
.jsTabsItem.-active {
    overflow: visible;
    position: static;
    z-index: 1;
    height: auto;
}
.jsTabsItem.-fade {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.hospital_slider {
    width: 57%;
}
.hospital_info {
    width: 43%;
    padding: 0 25px;
}
.all_slider_wrapper {
    position: relative;
}
.tab_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.links_item {
    font-size: 18px;
    font-weight: 500;
    color: #a5afb5;
    padding: 0 11px 5px;
    border-bottom: 2px solid #b5c0c7;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.links_item:hover {
    color: #0489cc;
}
.links_item.-active {
    color: #0489cc;
    border-color: #0489cc;
}
.jsTabsTab {
    cursor: pointer;
}
.price {
    color: #0489cc;
    margin: 0 0 3px;
    font-weight: 500;
}
.title {
    margin: 0 0 5px;
}
.sub_content {
    color: #535353;
    margin: 0 0 15px;
}
.content_block ul {
    padding: 0 0 0 0;
    list-style: none;
    margin: 0;
}
.content_block ul li {
    padding: 0 0 0 15px;
    position: relative;
}
.content_block ul li:before {
    position: absolute;
    content: '';
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0489cc;
    left: 0;
}
.content_block ul li + li {
    margin: 7px 0 0;
}
.slick-arrow-inner {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 40px;
    font-size: 22px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.slick-arrow-inner:hover {
    color: #009ceb;
}
.slick-arrow-inner i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inner-btn-left {
    left: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(3.45%, transparent), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(right, transparent 3.45%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz- oldlinear-gradient(right, transparent 3.45%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(270deg, transparent 3.45%, rgba(0, 0, 0, 0.7) 100%);
}
.inner-btn-right {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(3.45%, transparent), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(left, transparent 3.45%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz- oldlinear-gradient(left, transparent 3.45%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(-270deg, transparent 3.45%, rgba(0, 0, 0, 0.7) 100%);
}
.block-services {
    width: -webkit-calc(100% - 740px);
    width: -moz-calc(100% - 740px);
    width: calc(100% - 740px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block-services.show li {
    display: block !important;
}
.block-services ul {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.block-services li:nth-child(9) ~ * {
    display: none;
}
.section-inner {
    margin-top: 50px;
}
.block-specialists {
    text-align: center;
    width: 700px;
}
.block-specialists-top {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
}
.block-specialists-family {
    color: #0489cc;
}
.block-specialists-item {
    padding: 0 10px;
}
.block-specialists-item__inner {
    border: 1px solid #c5c5c5;
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    max-width: 300px;
	border-radius: 10px;
}
.block-specialists-img {
    position: relative;
    line-height: 0.8;
}
.block-specialists-img img {
    display: inline-block;
	border-radius: 10px;
}
.block-specialists-carousel {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 30px;
}
.block-specialists-positions {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 -5px;
    font-size: 14px;
}
.block-specialists-positions li {
    display: inline-block;
    margin-left: 5px;
}
.block-specialists-positions li span {
    position: relative;
    padding-left: 10px;
}
.block-specialists-positions li span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    background: #0489cc;
    width: 5px;
    height: 5px;
}
.block-specialists-price {
    margin: 15px 0;
    font-size: 14px;
}
.block-specialists-price > div + div {
    margin-top: 5px;
}
.experience {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 10px 8px;
    border-radius: 8px 8px 0 0;
    white-space: nowrap;
}
.slick-arrow-gray {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 30px;
    margin-top: -65px;
    color: #afafaf;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slick-arrow-gray:hover {
    color: #0489cc;
}
.carousel-btn-gray-left {
    left: 10px;
}
.carousel-btn-gray-right {
    right: 10px;
}
.appointment {
    width: 100%;
}
.list-type-style {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-type-style li {
    position: relative;
    padding-left: 16px;
}
.list-type-style li + li {
    margin-top: 10px;
}
.list-type-style li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #0797f0;
}
.more-services {
    margin-top: 15px;
    max-width: 310px;
}
.form-group {
    position: relative;
    margin-bottom: 25px;
}
.form-group label {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 15px;
}
.filled label {
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    transform: translateY(-24px);
    background: #fff;
    font-size: 0.800em;
}
.required-star {
    color: #e02222;
    margin-left: 3px;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
}
.form-top {
    margin-bottom: 25px;
}
.form_desc {
    margin-top: -5px;
}
.form-footer-button {
    margin-top: 25px;
}
body .fancybox-slide--html .fancybox-close-small {
    padding: 6px;
    opacity: 1;
}
body .fancybox-slide--html .fancybox-close-small:hover {
    opacity: 0.7;
}
.call-psychiatrist {
    background: url("../img/vivod3.jpg") right no-repeat;
    min-height: 500px;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.call-psychiatrist-inner {
    padding: 50px 0 50px 90px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.call-psychiatrist-title {
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
}
.call-psychiatrist-title span {
    color: #0489cc;
}
.call-psychiatrist-adv {
    padding: 0;
    list-style: none;
    margin: 45px 0 0 -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.call-psychiatrist-adv li {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    margin-left: 20px;
}
.call-psychiatrist-adv li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background: #0489cc;
    width: 5px;
    height: 5px;
}
.call-psychiatrist-price {
    margin: 45px 0 0 -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
    white-space: nowrap;
}
.call-psychiatrist-price > * {
    margin-left: 25px;
}
.call-psychiatrist-price__old {
    text-decoration: line-through;
    font-size: 24px;
    position: relative;
    top: -6px;
}
.call-psychiatrist-price__current {
    font-size: 45px;
    color: #fd0000;
    font-weight: bold;
}
.call-psychiatrist-btn {
    margin: 40px 0 0;
    max-width: 320px;
}
.call-psychiatrist-2 {
    background: url("../img/kodir2.jpg") right no-repeat;
    min-height: 505px;
    background-size: cover;
}
.call-psychiatrist-content {
    margin-top: 45px;
    max-width: 320px;
    font-size: 18px;
}
.call-psychiatrist-wrap {
    position: relative;
}
.call-psychiatrist-form {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 70px;
}
.call-psychiatrist-form form {
    width: 100%;
    max-width: 820px;
    padding: 0 20px;
}
.form-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
}
.form-col {
    width: 50%;
    padding-left: 20px;
}
.form-col input {
    height: 58px;
    border-radius: 8px;
}
.input-title {
    margin-bottom: 5px;
}
.licence_block {
    margin-top: 10px;
}
.description-narrow {
    max-width: 705px;
    margin: 40px auto 30px;
    font-size: 18px;
    line-height: 1.5;
}
.broadcast-item {
    text-align: center;
}
.broadcast-item-title {
    text-align: right;
    color: #98a0a6;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 3px;
}
.broadcast-item-inner {
    display: inline-block;
}
.shurows-channel {
    max-width: 460px;
    margin: 0 auto;
}
.hover-shine a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.hover-shine a:after {
    background: rgba(255, 255, 255, 0.2);
    content: '';
    display: block;
    height: 100%;
    left: -90%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(55deg);
    -moz-transform: skewX(55deg);
    -ms-transform: skewX(55deg);
    -o-transform: skewX(55deg);
    transform: skewX(55deg);
    width: 30%;
    z-index: 3;
}
.hover-shine a:hover:after {
    -webkit-animation: shine .5s;
    -moz-animation: shine .5s;
    animation: shine .5s;
    opacity: 1;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@-moz-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.inner-section-gray {
    background-color: #f8fafc;
    margin: -50px -25px 0;
    padding: 70px 25px 50px;
}
.chanel_wrapper {
    padding: 50px 0 0;
}
.chanel_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 -15px -20px;
}
.chanel_info > * {
    margin: 0 0 15px 20px;
}
.chanel_info-wrap {
    margin: 0 auto 40px;
    max-width: 820px;
}
.info_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.yandex_logo {
    margin-right: 30px;
}
.yan_item_wrap {
    box-shadow: 0 0 10px 6px #F0F1F5;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.yan_item_wrap:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.yan_item_wrap img {
    border-radius: 20px;
}
.chanel_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.chanel_link {
    text-decoration: underline;
    font-size: 18px;
}
.chanel_link:hover {
    text-decoration: none;
}
.diplomas-carousel {
    padding: 0 30px;
}
.diplomas-carousel .slick-arrow-gray {
    margin-top: 0;
}
.diplomas-carousel .carousel-btn-gray-left {
    left: 0;
}
.diplomas-carousel .carousel-btn-gray-right {
    right: 0;
}
.diplomas-carousel-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    border: 1px solid #F0F1F5;
    background: #fff;
    padding: 15px;
    height: 273px;
    box-shadow: 0 0 10px 6px #f0f1f5;
}
.diplomas-carousel-link img {
    height: 243px;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
}
.diplomas-carousel-link.active {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 1;
    box-shadow: none;
}
.diplomas-carousel-item {
    margin: 0 10px;
}
.testimonials {
    max-width: 920px;
    margin: 0 auto;
}
.testimonial_item + .testimonial_item {
    margin-top: 30px;
}
.testimonial_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    position: relative;
}
.testimonial_user_image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-shadow: 0 1px 28px rgba(166, 185, 192, 0.41);
    border: 2px solid #ffffff;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: -40px;
    right: -35px;
}
.testimonial_wrap {
    margin-left: 15px;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    box-shadow: 0 1px 28px rgba(166, 185, 192, 0.41);
    background: #fff;
	text-align:center;
}
.testimonial_logo {
    margin-bottom: 10px;
}
.testimonial_logo img {
    height: 22px;
    width: auto;
}
.call-psychiatrist-3 {
    background: url(../img/zvoni.png) center no-repeat;
    min-height: 520px;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.call-psychiatrist-title-2 {
    max-width: 570px;
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 20px;
}
.call-psychiatrist-content-2 {
    font-size: 20px;
    font-weight: 500;
    max-width: 490px;
    margin: 0 0 90px;
}
.contacts-line {
    max-width: 580px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
}
.contacts-col {
    margin-left: 20px;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
}
.contacts-phone-big {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.26px;
}
.contacts-phone-big a {
    text-decoration: none;
}
.contacts-label-text {
    font-weight: 500;
}
.footer {
    background: #F6F6F6;
    padding: 30px 0 26px;
    margin-top: 20px;
}
.copy {
    font-size: 14px;
    color: #999;
}
.form-result .form-top,
.form-result .popap-title {
    margin-bottom: 0;
}
.form-result .popap-title {
    color: green;
    font-weight: normal;
}
.popap {
    padding: 40px !important;
}



@media screen and (min-width: 641px) {
    .x-small-visible {
        display: none !important;
    }
    .broadcast-gallery {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -20px;
    }
    .broadcast-item {
        width: 50%;
        margin-left: 20px;
    }
}
@media screen and (min-width: 768px) {
    .diplomas-carousel .slick-list {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}
@media screen and (min-width: 992px) {
    .hospital_wrapper + .section-inner {
        margin-top: 70px;
    }
}
@media screen and (max-width: 1240px) {
    .block-services {
        width: -webkit-calc(33% - 20px);
        width: -moz-calc(33% - 20px);
        width: calc(33% - 20px);
    }
    .block-specialists {
        width: -webkit-calc(67% - 20px);
        width: -moz-calc(67% - 20px);
        width: calc(67% - 20px);
    }
    .call-psychiatrist-inner {
        padding-left: 70px;
    }
    .call-psychiatrist-form {
        padding-left: 50px;
    }
    .testimonial_user_image {
        right: -15px;
    }
}
@media screen and (max-width: 991px) {
    .info_icon {
        width: 30px;
        height: 30px;
    }
    .info_text {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .hospital_wrapper {
        margin-top: 30px;
    }
    .call-psychiatrist-inner {
        padding-left: 40px;
    }
    .call-psychiatrist-2 {
        min-height: 1px;
        padding-bottom: 130px;
    }
    .call-psychiatrist-form {
        padding-left: 20px;
    }
    .inner-section-gray {
        margin: -50px -15px 0;
        padding: 70px 15px 50px;
    }
    .chanel_wrapper {
        padding-top: 30px;
    }
    .chanel_info-wrap {
        margin-bottom: 25px;
    }
    .call-psychiatrist-3 {
        min-height: 1px;
    }
    .call-psychiatrist-title-2 {
        font-size: 28px;
        line-height: 1.3;
        max-width: 450px;
    }
    .call-psychiatrist-content-2 {
        margin-bottom: 30px;
        max-width: 450px;
    }
}
@media screen and (max-width: 767px) {
    .hospital_wrapper_inner {
        padding-bottom: 0;
    }
    .hospital_slider {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 40px;
    }
    .hospital_info {
        width: 100%;
        padding: 0;
    }
    .tab_links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .block-services {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        margin-bottom: 30px;
    }
    .section-inner {
        margin-top: 30px;
    }
    .block-specialists {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .call-psychiatrist-inner {
        padding: 30px 0 30px 20px;
    }
    .form-col input {
        height: 44px;
    }
    .call-psychiatrist-form {
        padding-left: 0;
    }
    .description-narrow {
        font-size: 16px;
        margin: 30px auto 25px;
    }
    .inner-section-gray {
        padding: 50px 15px 30px;
    }
    .yan_item_wrap:nth-child(3) {
        display: none;
    }
    .chanel_title {
        font-size: 20px;
    }
    .chanel_link {
        font-size: 14px;
    }
    .diplomas-carousel-link {
        box-shadow: none;
    }
    .diplomas-carousel-link.active {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .testimonial_user_image {
        top: -55px;
    }
    .testimonial_wrap {
        width: -webkit-calc(100% - 15px);
        width: -moz-calc(100% - 15px);
        width: calc(100% - 15px);
    }
    .testimonial_wrap + .testimonial_wrap {
        margin-top: 15px;
    }
    .call-psychiatrist-content-2 {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .popap {
        padding: 25px !important;
    }
}
@media screen and (max-width: 640px) {
    .call-psychiatrist {
        min-height: 1px;
        background-size: auto 100%;
        background-position: -webkit-calc(100% - -167px) top;
        background-position: -moz-calc(100% - -167px) top;
        background-position: calc(100% - -167px) top;
    }
    .call-psychiatrist-title {
        font-size: 28px;
        line-height: 35px;
    }
    .call-psychiatrist-inner {
        padding: 30px 20px;
    }
    .call-psychiatrist-adv {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .call-psychiatrist-adv li {
        padding-left: 0;
    }
    .call-psychiatrist-adv li:before {
        display: none;
    }
    .call-psychiatrist-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .call-psychiatrist-2 {
        padding-bottom: 0;
    }
    .call-psychiatrist-2 .call-psychiatrist-title {
        margin-bottom: 0;
    }
    .call-psychiatrist-form {
        position: static;
        margin-top: 15px;
    }
    .form-col {
        width: 100%;
    }
    .form-col + .form-col {
        margin-top: 15px;
    }
    .call-psychiatrist-form form {
        max-width: none;
        padding: 0;
    }
    .broadcast {
        padding: 0 50px;
    }
    .broadcast-item {
        padding: 0 5px;
    }
    .inner-section-gray {
        padding-top: 30px;
    }
    .chanel_info {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .call-psychiatrist-3 {
        background: none;
    }
    .call-psychiatrist-3 .call-psychiatrist-inner {
        padding: 10px;
    }
    .call-psychiatrist-title-2 {
        max-width: none;
        line-height: 1.2;
    }
    .contacts-col {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .contacts-col + .contacts-col {
        margin-top: 15px;
    }
    .contacts-col .btn {
        max-width: 285px;
    }
}
@media screen and (max-width: 479px) {
    .call-psychiatrist {
        background: url("../img/vivod-mob3.jpg") no-repeat top right;
        background-size: 100% auto;
    }
    .call-psychiatrist-2 {
        background-position: -webkit-calc(100% - -174px) top;
        background-position: -moz-calc(100% - -174px) top;
        background-position: calc(100% - -85px) top;
    }
    .call-psychiatrist-adv,
    .call-psychiatrist-price,
    .call-psychiatrist-btn,
    .call-psychiatrist-content {
        margin-top: 25px;
    }
    .broadcast {
        padding: 0;
    }
    .broadcast .slick-arrow-2 {
        display: none !important;
    }
    .yan_item_wrap:nth-child(2){
        display: none;
    }
}
@media screen and (max-width: 374px) {
    .call-psychiatrist-title {
        font-size: 24px;
        line-height: 29px;
    }
    .broadcast-item-title {
        font-size: 13px;
    }
}