

/* Start:/local/templates/main/components/bitrix/catalog/services/bitrix/catalog.section.list/root/style.css?176182953171325*/
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px); }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px); }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px); }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px); }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }


body {
        overflow-x: hidden;
    }
    .content {
        overflow: hidden;
        position: relative;
    }
    .breadcrumb {

    }
    .page__title {
        color: #3A3A3A;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        margin: 0 !important;
    }
    .page__title.page__title__more {
        margin-top: 60px !important;
    }
    .page__subtitle {
        margin-top: 5px;
        color: #3A3A3A;
        opacity: 0.5;
        font-size: 18px;
        font-family: 'Ubuntu';
    }
    .page__subtitle.page__subtitle__more {
        margin-top: 60px;
    }
    .page__help {
        margin-top: 5px;
        color: #3A3A3A;
        opacity: 0.25;
        font-size: 14px;
    }
    .specialist {
        background-image: url('https://www.blagorc.ru/upload/info-background.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
        width: 100%;
        position: relative;
        padding-top: 35px;
    }
    .specialist:after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 10px;
        background: linear-gradient(to left, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    }
    .second-container {
        width: 1300px;
        margin: 0 auto;
    }
    .specialist .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .info-left {
        max-width: 435px;
    }
    h1.info-left__title {
        text-align: left;
        text-transform: none;
        color: #3A3A3A;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 15px;
        padding: 0;
    }
    .info-left__description {
        color: #3A3A3A;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 50px;
        text-transform: capitalize;
    }
    .info-left__text {
        margin-bottom: 5px;
        color: #3A3A3A;
        font-size: 15px;
        font-weight: 400;
    }
    .info-left__btn {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        padding: 14px 32px;
        background: #08B6A7;
        border-radius: 42px;
        margin-top: 35px;
        display: inline-flex;
        font-family: 'Ubuntu';
    }
    .info-right {
        position: relative;
    }
    .info-right__rating {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;

        display: none;
    }
    .info-right__photo {
        width: 450px;
        height: auto;
    }
    .info-right__rating-stars {
        margin-bottom: 7px;
        display: flex;
        align-items: center;
    }
    .info-right__rating-stars__item {
        margin-left: 3.33px;
        opacity: 0.16;
        transition: 0.3s;
    }
    .info-right__rating-stars__item.active {
        opacity: 1;
    }
    .info-right__rating-title {
        margin-bottom: 17px;
        color: #08B6A7;
        opacity: 0.5;
    }
    .links .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .links-list {
        display: flex;
        align-items: stretch;
        justify-content: center;
        list-style: none;
    }
    .links-list__item {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        margin: 0 20px !important;
        position: relative;
    }
    .links-list__item:after {
        position: absolute;
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 0 !important;
        height: 5px !important;
        background-color: #08B6A7 !important;
        transition: 0.3s;
        border-radius: 15px;
    }
    .links-list__item-link {
        text-align: center;
        text-decoration: none;
        transition: 0.3s;
        color: #3A3A3A !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        font-family: 'Ubuntu' !important;
        padding: 10px 25px;
    }
    .links-list__item.active:after,
    .links-list__item:hover:after {
        width: 100% !important;
    }
    .links-list__item.active .links-list__item-link,
    .links-list__item:hover .links-list__item-link {
        color: #08B6A7 !important;
    }
    .special {
        margin-top: 70px;
    }
    .special .container {
        display: flex;
        justify-content: space-between;
    }
    .special__text {
        color: #3A3A3A;
        margin-top: 45px;
        font-size: 16px;
    }
    .special-left {
        width: 50%;
        margin-right: 30px;
        display: flex;
        flex-direction: column;
    }
    .special-right {
        width: 40%;
    }
    .diploms-grid {
        display: grid;
        grid-template-columns: repeat(2, 213px);
        grid-gap: 12px;
    }
    .diploms-grid__item {
        border-radius: 5px;
        box-shadow: 0px 24px 56px rgba(11, 17, 66, 0.16);
        width: 100%;
        height: 213px;
        position: relative;
    }
    .diploms-grid__item-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .diploms-grid__item-hover {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        background: rgba(8, 182, 167, 0.03);
        backdrop-filter: blur(5px);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: 0.3s;
        z-index: 1;
    }
    .diploms-grid__item-hover-icon {
        width: 39px;
        height: auto;
    }
    .diploms-grid__item:hover .diploms-grid__item-hover {
        opacity: 1;
    }
    .show-all-btn {
        color: #08B6A7;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        padding: 14px 29px;
        background: #FFFFFF;
        border: 1px solid #08B6A7;
        border-radius: 37px;
        font-family: 'Ubuntu';
        margin: 25px auto 0 auto;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    }
    .timeline {
        display: flex;
        margin-top: 30px;
    }
    .timeline-line {
        width: 12px;
        top: 16px;
        margin-right: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        left: 4px;
    }
    .timeline-main__item-title {
        color: #3A3A3A;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
        font-family: 'Ubuntu Bold';
        position: relative;
    }
    .timeline-main__item-title:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        width: 12px;
        height: 28px;
        background-color: #fff;
        z-index: 1;
    }
    .timeline-main__item-title:after {
        content: '';
        position: absolute;
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        z-index: 2;
    }
    .timeline-main__item.first .timeline-main__item-title:after {
        background-color: #F79631;
    }
    .timeline-main__item.second .timeline-main__item-title:after {
        background-color: #F276AD;
    }
    .timeline-main__item.third .timeline-main__item-title:after {
        background-color: #08B6A7;
    }
    .timeline-main__item.fourth .timeline-main__item-title:after {
        background-color: #00AFEF;
    }
    .timeline-main__item-description {
        color: #3A3A3A;
        font-size: 14px;
        font-family: 'Ubuntu';
    }
    .timeline-job {
        margin-top: 25px;
    }
    .timeline-line__item {
        position: absolute;
        left: 50%;
        width: 2px;
        transform: translateX(-50%);
    }
    .timeline-line__item.first {
        background: linear-gradient(to bottom, #F79631, #F276AD);
    }
    .timeline-line__item.second {
        background: linear-gradient(to bottom, #F276AD, #08B6A7);
    }
    .timeline-line__item.third {
        background: linear-gradient(to bottom, #08B6A7, #00AFEF);
    }
    .timeline-line__item.fourth {
        background: linear-gradient(to bottom, #00AFEF, #F79631);
    }
    .reviews {
        margin-top: 90px;
    }
    .reviews .container {
        display: flex;
        flex-direction: column;
    }
    .reviews-slider .slick-list {
        padding: 30px 0;
        margin: 0 -20px !important;
    }
    .reviews-slider .slick-slide {
        margin: 0 20px !important;
    }
    .reviews-slider-wrapper {
        position: relative;
    }
    .reviews .page__title {
        margin-bottom: 50px !important;
    }
    .reviews-slider__item {
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
        border-radius: 5px;
    }
    .slick-slide {
        margin: 0 7.5px;
    }
    .slick-list {
        margin: 0 -7.5px;
    }
    .reviews-slider__item-top {
        display: flex;
        padding: 25px 15px 15px 15px;
        background-color: #fff;
        min-height: 240px;
        border-radius: 5px 5px 0 0;
    }
    .reviews-slider__item-column {
        display: flex;
        flex-direction: column;
    }
    .reviews-slider__item-top-left {
        min-width: 140px;
        margin-right: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .reviews-slider__item-top-left__image {
        width: calc(100% - 20px);
        margin-bottom: 10px;
        position: relative;
    }
    .reviews-slider__item-top-left__image-picture {
        width: 100%;
        height: auto;
    }
    .reviews-slider__item-top-left__image-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .reviews-slider__item-top-left__stars {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 140px;
        margin-top: auto;
    }
    .reviews-slider__item-top-left__stars-item {
        opacity: 0.32;
    }
    .reviews-slider__item-top-left__stars-item.active {
        opacity: 1;
    }
    .reviews-slider__item-top-left__name {
        text-align: left;
        width: 100%;
        color: #3A3A3A;
        font-family: 'Ubuntu Bold';
        font-size: 16px;
        margin-bottom: 0 !important;
    }
    .reviews-slider__item-top-review {
        font-size: 16px;
        color: #3A3A3A;
        overflow: hidden;
        position: relative;
        margin-bottom: 0 !important;
    }
    .reviews-slider__item-top-review:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(to top, #fff, rgba(255,255,255,0));
        z-index: 9;
    }
    .reviews-slider__item-top-review.active:after {
        content: none;
    }
    .reviews-slider__item-top-review-more {
        font-family: 'Ubuntu Bold' !important;
        color: #08B6A7 !important;
        text-decoration: none;
    }
    .reviews-slider__item-bottom {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 17px;
        border-radius: 5px;
        background-color: #08B6A7;
        min-height: 83px;
        box-sizing: border-box;
    }
    .reviews-slider__item-bottom__name {
        margin-bottom: 5px;
        color: #fff;
        font-size: 20px;
        font-family: 'Ubuntu Bold';
    }
    .reviews-slider__item-bottom__job {
        color: #fff;
        margin-bottom: 0;
        font-size: 17px;
        opacity: 0.5;
    }
    .reviews-slider__item-bottom-date {
        margin-bottom: 0;
        color: #fff;
        opacity: 0.5;
        font-size: 13px;
    }
    .reviews-slider__buttons,
    .page__popup-slider__buttons {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 0;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 9;
    }
    .reviews-slider__buttons-prev,
    .page__popup-slider__buttons-prev {
        width: 23px;
        height: 16px;
        padding: 24px 21px;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
        position: relative;
        z-index: 9;
        transform: translateX(-50%);
        box-shadow: 0px 12px 56px rgba(11, 17, 66, 0.08);
    }
    .reviews-slider__buttons-next,
    .page__popup-slider__buttons-next {
        width: 23px;
        height: 16px;
        padding: 24px 21px;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
        position: relative;
        z-index: 9;
        transform: translateX(50%);
        box-shadow: 0px 12px 56px rgba(11, 17, 66, 0.08);
    }
    .show-all-reviews {
        color: #08B6A7;
        padding: 14px 40px;
        border: 1px solid #08B6A7;
        border-radius: 42px;
        text-align: center;
        text-decoration: none;
        font-family: 'Ubuntu Bold';
        margin: 30px auto 0 auto;
        display: inline-block;
    }
    .question {
        padding: 55px 0;
        background-image: url('https://www.blagorc.ru/upload/question.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 70px;
        position: relative;
    }
    .question:before {
        content: '';
        position: absolute;
        top: -9px;
        left: 0;
        width: 100%;
        height: 18px;
        background: linear-gradient(to left, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    }
    .question:after {
        content: '';
        position: absolute;
        bottom: -9px;
        left: 0;
        width: 100%;
        height: 18px;
        background: linear-gradient(to left, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    }
    .question__icon {
        position: absolute;
        top: 50%;
        right: -24px;
        transform: translateY(-50%);
    }
    .question__title {
        text-align: center;
        color: #3A3A3A;
        font-size: 31px;
        font-family: 'Ubuntu Bold';
        margin-bottom: 7px;
        line-height: 35px;
    }
    .question__description {
        color: #3A3A3A;
        opacity: 0.67;
        font-size: 17px;
        font-family: 'Ubuntu';
        margin-bottom: 23px;
        text-align: center;
    }
    .question-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 400px;
        margin: 0 auto;
    }
    .question-form__input {
        width: 100%;
        margin-bottom: 10px;
        padding: 16px 23px;
        color: #3A3A3A;
        font-size: 19px;
        font-family: 'Ubuntu Bold';
        border-radius: 27px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.17);
        outline: none;
        border: none;
        resize: none;
    }
    .question-form__input::-webkit-input-placeholder { /* WebKit browsers */
        color: #959595;
    }
    .question-form__input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #959595;
    }
    .question-form__input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #959595;
    }
    .question-form__input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #959595;
    }
    .question-form__file {
        position: relative;
        width: 100%;
        display: none;
        margin-bottom: 20px;
    }
    .question-form__file-label {
        width: 100%;
        padding: 17px;
        color: #F79631;
        font-size: 18px;
        font-family: 'Ubuntu Bold';
        background: #FFFFFF;
        border: 2px solid #F79631;
        border-radius: 27px;
        text-align: center;
    }
    .question-form__file-input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
    }
    .question-form__row {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .question-form__submit {
        min-width: 50%;
        margin-right: 20px;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 18px;
        font-family: 'Ubuntu Bold';
        padding: 12px;
        background: #F79631;
        border-radius: 36px;
        border: none;
        outline: none;
    }
    .question-form__terms {
        display: flex;
        align-items: center;
    }
    .question-form__terms-check {
        min-width: 31px;
        height: 31px;
        border-radius: 50%;
        position: relative;
    }
    .question-form__terms-check__input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
    }
    .question-form__terms-check__label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #fff;
        border: 0.5px solid #CECECE;
    }
    .question-form__terms-check__label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 17px;
        height: 17px;
        background: #F79631;
        border-radius: 50%;
        opacity: 0;
        transition: 0.3s;
    }
    .question-form__terms-check__input:checked + .question-form__terms-check__label:before {
        opacity: 1;
    }
    .question-form__terms-title {
        color: #3A3A3A;
        /*font-size: 12px;*/
        font-family: 'Ubuntu';
        margin-left: 8px;
        line-height: 1.22;
        margin-bottom: 0 !important;
    }
    .question-form__terms-title-link {
        font-family: 'Ubuntu Bold' !important;
        text-decoration: none;
        /*font-size: 9px !important;*/
        font-size: 12px;
    }
    .contacts {
        padding-top: 45px;
    }
    .contacts .page__title {
        margin-bottom: 30px;
    }
    .contacts-map-wrapper {
        position: relative;
        margin-top: 30px;
    }
    .contacts-map-wrapper-container {
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 9;
    }
    .contacts-map-wrapper-container .container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .contacts-map__info {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
        padding: 30px;
        position: absolute;
    }
    .contacts-map__info-icon {
        position: absolute;
        bottom: 12px;
        right: 12px;
        width: 31px;
        height: auto;
    }
    .contacts-map__info-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px 45px;
        margin-bottom: 35px;
    }

    .contacts-map__info-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contacts-map__info-grid__item {
        display: flex;
        align-items: center;
    }
    .contacts-map__info-grid__item__icon {
        width: 27px;
        height: auto;
        margin-right: 25px;
    }
    .contacts-map__info-grid__item__text-title {
        margin-bottom: 3px;
        color: #3A3A3A;
        opacity: 0.5;
        font-size: 14px;
        font-family: 'Ubuntu';
    }
    .contacts-map__info-grid__item__text-value {
        margin-bottom: 0;
        color: #3A3A3A !important;
        font-size: 20px;
        font-family: 'Ubuntu Bold';
        text-decoration: none;
    }
    .contacts-map__info-grid__item__text-value a {
        color: #3A3A3A !important;
        text-decoration: none !important;
    }
    .contacts-map__info-buttons-fast {
        margin-right: 4px;
        color: #fff;
        padding: 14px 28px;
        /*font-size: 15px;*/
        font-family: 'Ubuntu Bold';
        background: #F79631;
        border: 1px solid #F79631;
        border-radius: 44px;
        text-decoration: none;
        min-width: 190px;
        text-align: center;
    }
    .contacts-map__info-buttons-more {
        margin-left: 4px;
        color: #F79631;
        padding: 14px 28px;
        /*font-size: 15px;*/
        font-family: 'Ubuntu Bold';
        border: 1px solid #F79631;
        background: #fff;
        border-radius: 44px;
        text-decoration: none;
        min-width: 190px;
        text-align: center;
    }
    .specialists {
        margin-top: 70px;
        margin-bottom: 60px;
    }
    .specialists .container {
        position: relative;
    }
    .specialists .page__description {
        max-width: 500px;
        margin-top: 30px;
    }
    .specialists-slider .slick-list {
        padding: 10px 0;
    }
    .specialists-slider__item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0 40px 25px 310px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.11);
        position: relative;
        overflow: hidden;
        min-height: 315px;
    }
    .specialists-slider__item-image-wrapper {
        position: absolute;
        width: 360px;
        height: 360px;
        top: -61px;
        left: -83px;
        border-radius: 50%;
        overflow: hidden;
    }
    .specialists-slider__item-image {
        position: absolute;
        top: calc(50% + 65px);
        left: calc(50% + 10px);
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
    .specialists-slider__item-info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .specialists-slider__item-info__name {
        margin-top: 50px;
        margin-bottom: 15px;
        color: #3A3A3A;
        font-size: 24px;
        font-family: 'Ubuntu Bold';
        width: 100%;
        text-align: left;
    }
    .specialists-slider__item-info__job {
        margin-bottom: 40px;
        color: #3A3A3A;
        font-size: 20px;
        font-family: 'Ubuntu';
        width: 100%;
        text-align: left;
    }
    .specialists-slider__item-info__text {
        color: #3A3A3A;
        font-size: 15px;
        font-family: 'Ubuntu';
        margin-bottom: 50px;
        width: 100%;
        text-align: left;
    }
    .specialists-slider__item-info__button {
        color: #fff;
        font-size: 15px;
        font-family: 'Ubuntu Bold';
        padding: 14px 33px;
        border-radius: 36px;
        background: #F79631;
        text-decoration: none;
    }
    .specialists .second-container {
        position: relative;
    }
    .specialists-slider__control {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: translateY(-50%);
        z-index: 9;
    }
    .specialists-slider__control-prev {
        width: 23px;
        height: 16px;
        padding: 24px 21px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        cursor: pointer;
        transform: translateX(-50%);
    }
    .specialists-slider__control-next {
        width: 23px;
        height: 16px;
        padding: 24px 21px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        cursor: pointer;
        transform: translateX(50%);
    }
    .specialists .slick-dots {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        list-style: none;
    }
    .specialists .slick-dots li {
        width: 8px;
        height: 8px;
        background: #F79631;
        opacity: 0.16;
        border-radius: 24px;
        transition: 0.3s;
        position: relative;
        margin-bottom: 0 !important;
        margin-left: 8px !important;
    }
    .specialists .slick-dots li.slick-active {
        width: 32px;
        opacity: 1;
    }
    .specialists .slick-dots li:after {
        content: '' !important;
    }
    .specialists .slick-dots li button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        opacity: 0;
        cursor: pointer;
    }

    .page__popup {
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 120px);
        height: calc(100% - 120px);
        background: rgba(61, 61, 61, 0.54);
        backdrop-filter: blur(7px);
        padding: 60px;
        z-index: 99;
        transform: translateY(-100%);
        transition: 0.3s;
    }
    .page__popup.active {
        transform: none;
    }
    .page__popup-title {
        margin-bottom: 40px !important;
    }
    .page__popup-container {
        padding: 60px 90px 60px 60px;
        background-color: #fff;
        border-radius: 5px;
        width: calc(100% - 150px);
        height: calc(100% - 120px);
        position: relative;
        overflow-y: scroll;
    }
    .page__popup-close {
        position: absolute;
        top: 40px;
        right: 40px;
        cursor: pointer;
    }
    .page__popup-icon {
        position: absolute;
        left: 60px;
        bottom: 160px;
    }
    .page__popup-row {
        display: flex;
        justify-content: space-between;
    }
    .page__popup-info {
        min-width: calc(40% - 150px);
        max-width: 320px;
    }
    .page__popup-slider-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 60%;
        max-width: 660px;
        position: relative;
    }
    .page__popup-slider-wrapper {
        position: relative;
        width: 100%;
    }
    .page__popup-slider {
        width: 100%;
    }
    .page__popup-slider__item {
        width: 100%;
        position: relative;
    }
    .page__popup-slider__item-image {
        width: 100%;
        height: auto;
        transition: 0.3s;
    }
    .page__popup-slider__item-full {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
        opacity: 0;
        transition: 0.3s;
        cursor: pointer;
    }
    .page__popup-slider__item:hover .page__popup-slider__item-image {
        filter: blur(4px);
    }
    .page__popup-slider__item:hover .page__popup-slider__item-full {
        opacity: 1;
    }
    .page__popup-slider__nav {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-top: 35px;
    }
    .page__popup-slider__nav-item {
        max-width: 125px;
        margin: 0 4px;
        cursor: pointer;
        opacity: 0.5;
        transition: 0.3s;
    }
    .page__popup-slider__nav-item.active {
        opacity: 1;
    }
    .page__popup-slider__nav-item__image {
        width: 100%;
        height: auto;
    }
    .page__full {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
        background: rgba(0,0,0,0.7);
        backdrop-filter: blur(4px);
        transform: translateY(-100%);
        transition: 0.3s;
    }
    .page__full.active {
        transform: none;
    }
    .page__full-image {
        width: auto;
        height: auto;
        max-width: calc(100% - 100px);
        max-height: calc(100% - 100px);
    }
    .page__full-close {
        position: absolute;
        top: 40px;
        right: 40px;
        cursor: pointer;
        z-index: 9999;
    }
    .page__info {
        padding-top: 39px;
        padding-bottom: 75px;
        position: relative;
    }
    .page__info:before {
        content: '';
        position: absolute;
        transform: translateY(-27px);
        left: 0;
        width: 100%;
        height: 18px;
        background: linear-gradient(90deg, #F79631 0%, #F276AD 43.85%, #08B6A7 76.26%, #00AFEF 100%);
    }
    .page__info-title {
        color: #3A3A3A;
        font-size: 40px;
        line-height: 40px;
        font-family: 'Ubuntu Bold';
    }
    .page__info-description {
        color: #3A3A3A;
        font-size: 16px;
        font-family: 'Ubuntu';
        margin: 45px 0;
    }
    .page__info-link {
        color: #08B6A7;
        font-family: 'Ubuntu Bold';
        font-size: 15px;
        padding: 14px 34px;
        border: 1px solid #08B6A7;
        border-radius: 42px;
        text-decoration: none;
    }
    .reabilitation-grid {
        display: grid; width: 100%;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
    }
    .reabilitation-grid-left {
        margin-right: 7.5px;
        z-index: 9;
        position: relative;
    }
    .reabilitation-grid-left:after {
        content: '';
        position: absolute;
        top: 0;
        right: -7.5px;
        width: 7.5px;
        height: 100%;
        background-color: #fff;
    }
    .reabilitation-grid-center {
        margin-left: 7.5px;
        margin-right: 7.5px;
        z-index: 9;
        position: relative;
    }
    .reabilitation-grid-center:after {
        content: '';
        position: absolute;
        top: 0;
        right: -7.5px;
        width: 7.5px;
        height: 100%;
        background-color: #fff;
    }
    .reabilitation-grid-center:before {
        content: '';
        position: absolute;
        top: 0;
        left: -7.5px;
        width: 7.5px;
        height: 100%;
        background-color: #fff;
    }
    .reabilitation-grid-right {
        margin-left: 7.5px;
        z-index: 9;
        position: relative;
    }
    .reabilitation-grid-right:after {
        content: '';
        position: absolute;
        top: 0;
        left: -7.5px;
        width: 7.5px;
        height: 100%;
        background-color: #fff;
    }
    .reabilitation-grid:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #F79631, #F276AD, #08B6A7);
        opacity: 0.18;
    }
    .reabilitation-grid__item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }
    .reabilitation-grid__item:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 15px;
        background-color: #fff;
    }
    .reabilitation-grid__item:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 24px);
        height: calc(100% - 24px);
        transform: translate(-50%, -50%);
        border: 4px solid #FFFFFF;
        border-radius: 5px;
        z-index: 3;
    }
    .reabilitation-grid__item-link {
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        z-index: 9;
        transform: translate(-50%, -50%);
    }
    .reabilitation-grid__item-link:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: 3px solid #fff;
        border-radius: 10px;
    }
    .reabilitation-grid__item-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.1;
        border-radius: 5px;
    }
    .reabilitation-grid__item-title {
        text-align: center;
        margin-bottom: 0;
        color: #083A31;
        font-size: 30px;
        font-family: 'Ubuntu Medium';
        padding: 30px;
        line-height: 30px;
        z-index: 1;
    }
    .reabilitation-grid__item:hover .reabilitation-grid__item-title {
        text-decoration: underline;
    }
    .reabilitation-grid-left .reabilitation-grid__item:nth-child(3n+1) {
        min-height: 326px;
    }
    .reabilitation-grid-left .reabilitation-grid__item:nth-child(3n+2) {
        min-height: 326px;
    }
    .reabilitation-grid-left .reabilitation-grid__item:nth-child(3n+3) {
        min-height: 176px;
    }
    .reabilitation-grid-center .reabilitation-grid__item:nth-child(3n+1) {
        min-height: 146px;
    }
    .reabilitation-grid-center .reabilitation-grid__item:nth-child(3n+2) {
        min-height: 330px;
    }
    .reabilitation-grid-center .reabilitation-grid__item:nth-child(3n+3) {
        min-height: 352px;
    }
    .reabilitation-grid-right .reabilitation-grid__item:nth-child(3n+1) {
        min-height: 212px;
    }
    .reabilitation-grid-right .reabilitation-grid__item:nth-child(3n+2) {
        min-height: 212px;
    }
    .reabilitation-grid-right .reabilitation-grid__item:nth-child(3n+3) {
        min-height: 404px;
    }
    .prems {
        margin-top: 120px;
        background: url('https://www.blagorc.ru/upload/reabilitation/prems/bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 45px 0;
        position: relative;
        margin-bottom: 75px;
    }
    .prems:before {
        content: '';
        position: absolute;
        transform: translateY(-27px);
        top: 9px;
        left: 0;
        width: 100%;
        height: 18px;
        background: linear-gradient(90deg, #F79631 0%, #F276AD 43.85%, #08B6A7 76.26%, #00AFEF 100%);
    }
    .prems-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 15px;
    }
    .prems-grid__item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .prems-grid__item-icon {
        height: 118px;
        width: auto;
        margin-bottom: 30px;
    }
    .prems-grid__item-title {
        color: #6F99A9;
        font-size: 16px;
        font-family: 'Ubuntu Medium';
        text-align: center;
    }
    .why {
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .why-row {
        display: flex;
        justify-content: space-between;
        margin-top: 70px;
    }
    .why-row__left {
        margin-right: 60px;
        width: 100%;
    }
    .why__link {
        color: #08B6A7;
        font-size: 15px;
        padding: 14px 24px;
        background: #FFFFFF;
        border: 1px solid #08B6A7;
        border-radius: 37px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
        margin-top: 70px;
        text-decoration: none;
        display: inline-block;
        font-family: 'Ubuntu Bold';
    }
    .why__video-container {
        min-width: 658px;
        width: 658px;
        height: 334px;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        line-height: 0;
    }
    .why__video-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
    }
    .why__video {
        width: 100%;
        height: 100%;
    }
    .about {
        margin-bottom: 130px;
    }
    .about-slider-wrapper {
        margin: 70px 0;
        position: relative;
    }
    .about-slider__control {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 44%;
        height: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: translate(-50%, -50%);
        z-index: 9;
    }
    .about-slider__control-prev {
        cursor: pointer;
        transform: translateX(-50%);
        z-index: 9;
    }
    .about-slider__control-next {
        cursor: pointer;
        transform: translateX(50%);
        z-index: 9;
    }
    .about-slider .slick-track {
        padding: 15px 0;
    }
    .about__description {
        text-align: center;
        color: #3A3A3A;
        font-size: 24px;
        font-family: 'Montserrat';
        font-weight: 400;
        line-height: 38px;
    }
    .about-slider__item-image {
        width: 100%;
        height: auto;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        transform: scale(0.7) translateX(20%);
        opacity: 0.36;
        transition: 0.3s;
    }
    .about-slider__item.slick-active .about-slider__item-image {
        opacity: 1;
        transform: none;
    }
    .about-slider__item.slick-active + .about-slider__item .about-slider__item-image {
        opacity: 0.36;
        transform: scale(0.7) translateX(-20%);
    }
    .about .container {
        position: relative;
    }
    .about .slick-dots {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        list-style: none;
    }
    .about .slick-dots li {
        width: 8px;
        height: 8px;
        background: #F79631;
        opacity: 0.16;
        border-radius: 24px;
        transition: 0.3s;
        position: relative;
        margin-bottom: 0 !important;
        margin-left: 8px !important;
    }
    .about .slick-dots li.slick-active {
        width: 32px;
        opacity: 1;
    }
    .about .slick-dots li button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
    }
    .articles {
        margin-top: 85px;
        margin-bottom: 130px;
    }
    .articles .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .articles .page__title {
        width: 100%;
        text-align: left;
    }
    .articles-grid {
        display: grid;
        grid-template-columns: 413px auto;
        grid-template-rows: repeat(3, auto);
        grid-gap: 15px;
        margin: 35px 0;
    }
    .article {
        display: flex;
        align-items: center;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
        border-radius: 5px;
        padding: 20px;
    }
    .article-image-wrapper {
        min-width: 210px;
        height: 140px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        position: relative;
    }
    .article-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .article-right {
        margin-left: 30px;
    }
    .article-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .article-top__title {
        color: #3A3A3A;
        font-size: 20px;
        font-family: 'Ubuntu Bold';
        margin: 0 !important;
        text-transform: none;
    }
    .article-top__date {
        color: #08B6A7;
        font-size: 15px;
        font-family: 'Ubuntu Medium';
        margin-bottom: 0;
    }
    .article-description {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 13px;
        font-family: 'Montserrat';
        font-weight: 400;
        color: #3A3A3A;
    }
    .article-description__link {
        text-decoration: none;
        color: #08B6A7 !important;
        font-family: 'Ubuntu Bold' !important;
    }
    .article:first-child {
        grid-row-start: 1;
        grid-row-end: 4;
        flex-direction: column;
    }
    .article:first-child .article-image-wrapper {
        width: 100%;
        height: 250px;
    }
    .article:first-child .article-right {
        margin-left: 0;
        margin-top: 20px;
        flex-direction: column;
    }
    .article:first-child .article-top {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .article:first-child .article-top__title {
        margin-left: 20px !important;
    }
    .contacts-map__info-grid__item:nth-child(1) .contacts-map__info-grid__item__icon,
    .contacts-map__info-grid__item:nth-child(3) .contacts-map__info-grid__item__icon {
        opacity: 0.5;
    }
    .reviews-slider__item-top-review__more {
        font-size: 16px;
        color: #3A3A3A;
        display: none;
    }
    .reviews-slider__item-top-review__more.active {
        display: block;
    }
    .reviews-slider__item-top-review-more {
        font-family: 'Ubuntu Bold' !important;
        color: #08B6A7 !important;
        text-decoration: none;
    }
    @media screen and (max-width: 1133px) {
        .breadcrumb {

        }
        .specialist .container {
            flex-direction: column;
            align-items: flex-start;
        }
        .info-left {
            margin-top: 27px;
            max-width: 100%;
            width: 100%;
        }
        .info-left__btn {

        }
        .info-left__title {
            font-size: 27px;
            margin-bottom: 20px;
        }
        .info-left__description {
            font-size: 20px;
            margin-bottom: 20px;
        }
        .info-left__text {
            font-size: 15px;
        }
        .info-right {
            width: 100%;
        }
        .info-right__photo {
            width: 100%;
        }
        .specialist:after {
            content: none;
        }
        .links {
            display: none;
        }
        .info-left__btn {
            display: none;
        }
        .info-btn-mobile {
            display: block;
            text-align: center;
            width: 100%;
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            font-weight: 700;
            padding: 14px 32px;
            background: #08B6A7;
            border-radius: 42px;
            box-sizing: border-box;
            margin: 30px 0 40px 0;
            font-family: 'Ubuntu';
        }
        .special {
            margin-top: 40px;
        }
        .show-all-btn {
            display: none;
        }
        .special__text {
            display: none;
        }
        .special__text.special__text-mobile {
            display: block;
        }
        .special__text-mobile-link {
            font-family: 'Ubuntu Bold' !important;
            color: #00AFEF !important;
            text-decoration: none !important;
        }
        .special__text-mobile-link.active {
            display: none;
        }
        .special .container {
            flex-direction: column;
        }
        .special-left {
            width: 100%;
            margin-right: 0;
            margin-bottom: 40px;
        }
        .special-right {
            width: 100%;
        }
        .page__title {
            font-size: 20px;
        }
        .page__help {
            display: none;
        }
        .diploms-grid {
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 10px;
            margin-top: 30px;
        }
        .page__subtitle.page__subtitle__more {
            margin-top: 20px;
            margin-bottom: 0;
        }
        .page__title.page__title__more {
            margin-top: 40px !important;
        }
        .reviews {
            margin-top: 60px;
        }
        .reviews .page__title {
            margin-bottom: 10px !important;
        }
        .reviews-slider__item-top-left {
            width: 75px;
            margin-right: 10px;
        }
        .reviews-slider__item-top-left__image {
            width: 55px;
        }
        .reviews-slider__buttons {
            display: none;
        }
        .reviews-slider__item-top-left__stars-item {
            width: 17px;
            height: auto;
        }
        .show-all-reviews {
            width: 100%;
            box-sizing: border-box;
        }
        .question__icon {
            display: none;
        }
        .question {
            padding: 30px 30px;
        }
        .question:before {
            height: 9px;
            top: -4.5px;
        }
        .question:after {
            height: 9;
            bottom: -4.5px;
        }
        .question__title {
            margin-top: 0;
            margin-bottom: 20px;
            text-align: left;
        }
        .question__description {
            margin-bottom: 20px;
            text-align: left;
        }
        .question-form {
            width: 100%;
            margin-bottom: 30px;
        }
        .question-form__input {
            border-radius: 5px;
        }
        .question-form__file {
            margin-top: 20px;
            margin-bottom: 30px;
        }
        .question-form__submit {
            width: calc(50% - 20px);
        }
        .question-form__terms {
            /*min-width: 50%;*/
        }
        .contacts-map {
            display: none;
        }
        .contacts-map-wrapper-container {
            position: initial;
            top: 0;
            left: 0;
            transform: none;
            width: 100%;
        }
        .contacts-map__info {
            position: initial;
            width: 100%;
            padding: 0;
            box-shadow: none;
        }
        .contacts-map__info-grid {
            grid-gap: 10px;
        }
        .contacts-map__info-icon {
            display: none;
        }
        .contacts-map__info-button {
            flex-direction: column;
            width: 100%;
        }
        .contacts-map__info-buttons-fast {
            margin-right: 0;
            width: 100%;
            margin-bottom: 10px;
        }
        .contacts-map__info-buttons-more {
            margin-left: 0;
            width: 100%;
        }
        #specialistsDotsWrapper .slick-dots {
            display: none;
        }
        .second-container {
            width: 100vw;
        }
        .specialists-slider__control {
            display: none;
        }
        .specialists-slider__item-image-wrapper {
            width: 206px;
            height: 206px;
            top: -35px;
            left: -45px;
        }
        .specialists-slider__item {
            padding-left: 180px;
        }
        .specialists-slider__item-info__job {
            margin-bottom: 20px;
        }
        .specialists-slider__item-info__name {
            margin-top: 20px;
        }
        .specialists-slider__item-info__text {
            margin-bottom: 25px;
        }
        .specialists-slider .slick-list {
            padding: 35px !important;
        }
        .reviews-slider-wrapper {
            width: 100vw;
            left: 50%;
            transform: translateX(-50%);
        }
        .reviews-slider .slick-slide {
            margin: 0 10px !important;
        }
        .reviews-slider .slick-list {
            margin: 0 -10px !important;
        }
        .page__popup-container {
            height: auto;
            max-width: 100% !important;
            box-sizing: border-box;
            padding: 30px !important;
        }
        .page__popup-row {
            flex-direction: column;
        }
        .page__popup-slider-container {
            order: -1;
            width: 100% !important;
            max-width: 100% !important;
        }
        .page__popup-icon {
            top: 12px;
            left: 23px;
            width: 86px;
            height: 86px;
            opacity: 0.1;
        }
        .page__popup-info {
            margin-top: 15px;
        }
        .page__popup-close {
            top: 25px;
            right: 17px;
            width: 12px;
            height: 12px;
        }
        .page__popup-info__description {
            margin-bottom: 0;
        }
        .page__popup-info .page__description {
            margin-top: 8px;
            margin-bottom: 8px;
        }
        .specialists .slick-dots {
            position: initial;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .reabilitation-grid {
            grid-template-columns: 1fr;
            position: relative;
        }
        .reabilitation-grid__item {
            min-height: 0 !important;
        }
        .reabilitation-grid-center,
        .reabilitation-grid-right {
            display: none;
        }
        .reabilitation-grid-center.active,
        .reabilitation-grid-right.active {
            display: block;
        }
        .prems-grid {
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 45px;
        }
        .prems-grid__item-icon {
            height: 78px;
        }
        .prems:before {
            top: 0;
            left: 0;
            width: 18px;
            height: 100%;
            border-radius: 5px;
            transform: none;
            background: linear-gradient(to top, #F79631 0%, #F276AD 43.85%, #08B6A7 76.26%, #00AFEF 100%);
        }
        .why-row {
            flex-direction: column;
            margin-top: 20px;
        }
        .why__video-container {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            margin: 20px 0;
        }
        .why__link {
            margin-top: 20px;
            width: 100%;
            margin-bottom: 20px;
            box-sizing: border-box;
            text-align: center;
        }
        .articles-grid {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
        }
        .article:first-child {
            grid-row-end: 2;
        }
        .article {
            flex-direction: column;
            display: none;
        }
        .article.active {
            display: flex;
        }
        .articles-grid .article:first-child {
            display: flex;
        }
        .article-image-wrapper {
            width: 100%;
            height: 250px;
        }
        .article-right {
            margin-left: 0;
            margin-top: 20px;
        }
        .article-top {
            flex-direction: row-reverse;
            justify-content: flex-end;
        }
        .article-top__title {
            margin-left: 20px !important;
        }
        .show-all-reabilitation {
            display: inline-block !important;
        }
    }
    @media screen and (max-width: 1500px) {
        .page__popup-slider-container {
            width: 40%;
        }
        .page__popup-container {
            padding: 40px;
            max-width: calc(100% - 80px);
            height: calc(100% - 80px);
        }
        .page__popup {
            padding: 20px;
            width: calc(100% - 40px);
            height: calc(100% - 40px);
        }
    }
    @media screen and (max-width: 797px) {
        .reviews-slider__item-top-left {
            display: none;
        }
        .reviews-slider__item-top-review {
            min-height: 150px;
        }
    }
    .reviews-slider .slick-dots {
        padding: 0;
        margin-bottom: 0;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .reviews-slider .slick-dots li:after {
        content: none !important;
    }
    .reviews-slider .slick-dots li {
        position: relative;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #08B6A7;
        opacity: 0.16;
        transition: 0.3s;
        margin: 0 5px !important;
    }
    .reviews-slider .slick-dots li.slick-active {
        width: 40px;
        opacity: 1;
    }
    .reviews-slider .slick-dots li button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
    }
    .article-description.active {
        display: none;
    }
    .article-description__more {
        display: none;
    }
    .article-description__more.active {
        display: block;
    }
    .show-all-reabilitation {
        display: none;
        color: #fff;
        font-size: 15px;
        font-family: 'Ubuntu Bold';
        padding: 9px 47px;
        text-align: center;
        background: #08B6A7;
        border-radius: 42px;
        text-decoration: none;
        margin: 0 auto;
        margin-top: 20px;
        box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.13);
    }
    .reabilitation .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .prems-grid__item:hover .prems-grid__item-icon {
        animation: swing 1.2s ease;
    }
    .why__video-play {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .why__video-play__wrapper {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9;
        position: relative;
    }
    .why__video-play-icon {
        width: 40px;
        height: auto;
        position: relative;
        z-index: 9;
        left: 4px;
    }
    .why__video-play__wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        z-index: 5;
        background: #000;
        opacity: 0.7;
    }


.bezopasnaya-sreda {
  padding-top: 85px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .bezopasnaya-sreda {
      padding-top: 80px; } }
  .bezopasnaya-sreda:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: -moz-linear-gradient(right, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    background: -webkit-linear-gradient(right, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    background: -o-linear-gradient(right, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    background: -ms-linear-gradient(right, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    background: linear-gradient(to left, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29a4d1', endColorstr='#15ac97');
    z-index: 2; }
  .bezopasnaya-sreda .top-text {
    padding-top: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .bezopasnaya-sreda .title {
    color: #1c2429;
    font-size: 40px;
    font-family: "Ubuntu Bold";
    text-transform: uppercase;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    @media screen and (max-width: 1023px) {
      .bezopasnaya-sreda .title {
        font-size: 36px; } }
  .bezopasnaya-sreda .carousel-wrap {
    background: white;
    margin-top: 65px;
    overflow: hidden;
    height: 768px;
    padding-bottom: 105px; }
    @media screen and (max-width: 1900px) and (min-width: 1280px) {
      .bezopasnaya-sreda .carousel-wrap {
        height: 519px; } }
    @media screen and (max-width: 1279px) {
      .bezopasnaya-sreda .carousel-wrap {
        margin: 65px auto 0 auto; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .bezopasnaya-sreda .carousel-wrap {
        width: 988px;
        height: 628px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .bezopasnaya-sreda .carousel-wrap {
        width: 768px;
        height: 488px; } }
    @media screen and (max-width: 799px) {
      .bezopasnaya-sreda .carousel-wrap {
        width: 448px;
        height: 301px; } }
    .bezopasnaya-sreda .carousel-wrap .slider {
      position: relative;
      width: 100%;
      height: 100%; }
      .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper {
        position: relative;
        z-index: 2;
        width: 1210px;
        height: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 1900px) and (min-width: 1280px) {
          .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper {
            width: 816px; } }
        @media screen and (max-width: 1279px) {
          .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper {
            width: 100%; } }
        .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center;
          align-content: center; }
          .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items.short {
            margin-left: 0; }
          .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block {
            -webkit-flex: 1 0 auto;
            -moz-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            margin: 0 30px 0 0;
            position: relative;
            text-align: center;
            background: white;
            overflow: hidden;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            max-width: 1210px;
            min-width: 1210px;
            min-height: 100%;
            max-height: 100%;
            height: 100%; }
            @media screen and (max-width: 1900px) and (min-width: 1280px) {
              .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block {
                max-width: 816px;
                min-width: 816px;
                min-height: 100%;
                max-height: 100%;
                height: 100%; } }
            @media screen and (max-width: 1279px) {
              .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block {
                max-width: 100%;
                min-width: 100%;
                min-height: 100%;
                max-height: 100%;
                height: 100%;
                margin: 0; } }
            .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:first-child:not(.one) {
              margin-left: -1240px; }
              @media screen and (max-width: 1900px) and (min-width: 1280px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:first-child:not(.one) {
                  margin-left: -846px; } }
              @media screen and (max-width: 1279px) and (min-width: 1024px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:first-child:not(.one) {
                  margin-left: -988px; } }
              @media screen and (max-width: 1023px) and (min-width: 800px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:first-child:not(.one) {
                  margin-left: -768px; } }
              @media screen and (max-width: 799px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:first-child:not(.one) {
                  margin-left: -448px; } }
            .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(1) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.left img {
              left: auto;
              opacity: .5;
              max-width: 650px;
              min-width: 650px;
              min-height: 472px;
              max-height: 472px;
              height: 472px; }
              @media screen and (max-width: 1900px) and (min-width: 1280px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(1) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.left img {
                  max-width: 583px;
                  min-width: 583px;
                  min-height: 388px;
                  max-height: 388px;
                  height: 388px; } }
              @media screen and (max-width: 1279px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(1) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.left img {
                  max-width: 100%;
                  min-width: 100%;
                  min-height: 100%;
                  max-height: 100%;
                  height: 100%; } }
            .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(3) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.right img {
              right: auto;
              opacity: .5;
              max-width: 650px;
              min-width: 650px;
              min-height: 472px;
              max-height: 472px;
              height: 472px; }
              @media screen and (max-width: 1900px) and (min-width: 1280px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(3) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.right img {
                  max-width: 583px;
                  min-width: 583px;
                  min-height: 388px;
                  max-height: 388px;
                  height: 388px; } }
              @media screen and (max-width: 1279px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(3) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.right img {
                  max-width: 100%;
                  min-width: 100%;
                  min-height: 100%;
                  max-height: 100%;
                  height: 100%; } }
            .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.active img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.one img {
              opacity: 1;
              max-width: 1210px;
              min-width: 1210px;
              min-height: 100%;
              max-height: 100%;
              height: 100%; }
              @media screen and (max-width: 1900px) and (min-width: 1280px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.active img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.one img {
                  max-width: 816px;
                  min-width: 816px;
                  min-height: 100%;
                  max-height: 100%;
                  height: 100%; } }
              @media screen and (max-width: 1279px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.active img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.one img {
                  max-width: 100%;
                  min-width: 100%;
                  min-height: 100%;
                  max-height: 100%;
                  height: 100%; } }
            .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block img {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              display: block;
              opacity: .5;
              transition: all 0.8s ease;
              -o-transition: all 0.8s ease;
              -moz-transition: all 0.8s ease;
              -webkit-transition: all 0.8s ease;
              max-width: 650px;
              min-width: 650px;
              min-height: 472px;
              max-height: 472px;
              height: 472px; }
              @media screen and (max-width: 1900px) and (min-width: 1280px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block img {
                  max-width: 583px;
                  min-width: 583px;
                  min-height: 388px;
                  max-height: 388px;
                  height: 388px; } }
      .bezopasnaya-sreda .carousel-wrap .slider .buttons {
        position: absolute;
        z-index: 3;
        width: 100%;
        max-width: 1210px;
        left: 50%;
        margin-left: -605px;
        top: 50%;
        height: 71px;
        margin-top: -35.5px; }
        @media screen and (max-width: 1900px) and (min-width: 1280px) {
          .bezopasnaya-sreda .carousel-wrap .slider .buttons {
            max-width: 816px;
            margin-left: -408px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .bezopasnaya-sreda .carousel-wrap .slider .buttons {
            max-width: 988px;
            margin-left: -494px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .bezopasnaya-sreda .carousel-wrap .slider .buttons {
            max-width: 768px;
            margin-left: -384px; } }
        @media screen and (max-width: 799px) {
          .bezopasnaya-sreda .carousel-wrap .slider .buttons {
            max-width: 448px;
            margin-left: -224px; } }
        .bezopasnaya-sreda .carousel-wrap .slider .buttons.hidden {
          display: none; }
        .bezopasnaya-sreda .carousel-wrap .slider .buttons .left {
          left: 15px;
          background: url("/local/templates/main/components/bitrix/news.list/reabilitation/img/slider-arrow-left-min.png") no-repeat center; }
        .bezopasnaya-sreda .carousel-wrap .slider .buttons .right {
          right: 15px;
          background: url("/local/templates/main/components/bitrix/news.list/reabilitation/img/slider-arrow-right-min.png") no-repeat center; }
        .bezopasnaya-sreda .carousel-wrap .slider .buttons .left, .bezopasnaya-sreda .carousel-wrap .slider .buttons .right {
          width: 37px;
          height: 71px;
          cursor: pointer;
          position: absolute; }
        .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap {
          width: 100%;
          height: 11px;
          position: absolute;
          bottom: -395px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          align-content: center; }
          @media screen and (max-width: 1900px) and (min-width: 1280px) {
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap {
              bottom: -262px; } }
          @media screen and (max-width: 1279px) and (min-width: 1024px) {
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap {
              bottom: -315px; } }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap {
              bottom: -245px; } }
          @media screen and (max-width: 799px) {
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap {
              bottom: -150px; } }
          .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap:after {
            content: '';
            position: absolute;
            height: 1px;
            width: 100%;
            left: 0;
            top: 50%;
            margin-top: -0.5px;
            background: #d3e1e6;
            z-index: 0; }
          .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap .circle {
            min-width: 11px;
            min-height: 11px;
            background: #d3e1e6;
            cursor: pointer;
            border: 3px solid #d3e1e6;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-right: 60px;
            -webkit-border-radius: 11px;
            -moz-border-radius: 11px;
            -ms-border-radius: 11px;
            border-radius: 11px;
            position: relative;
            z-index: 1; }
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap .circle:last-child {
              margin-right: 0; }
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap .circle.active {
              border: 3px solid #15ac97;
              background: white; }
            .specialist {
                padding-top: 65px;
            }

@media screen and (max-width: 767px) {
    .page__info-description,
    .prems-grid__item-title,
    .article-top__date {
        font-size: 18px;
    }
}

@media screen and (max-width: 479px) {
    .page__info-link {
        display: block;
        font-size: 16px;
        text-align: center;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reabilitation/style.css?178911588015658*/
.reabilitation-grid__item-link:before {display:none;}
.bezopasnaya-sreda {
  padding-top: 85px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .bezopasnaya-sreda {
      padding-top: 80px; } }
  .bezopasnaya-sreda:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: -moz-linear-gradient(right, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    background: -webkit-linear-gradient(right, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    background: -o-linear-gradient(right, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    background: -ms-linear-gradient(right, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    background: linear-gradient(to left, #29a4d1 0%, #15ac97 30%, #e36d9f 65%, #eb8b2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29a4d1', endColorstr='#15ac97');
    z-index: 2; }
  .bezopasnaya-sreda .top-text {
    padding-top: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .bezopasnaya-sreda .title {
    color: #1c2429;
    font-size: 40px;
    font-family: "Ubuntu Bold";
    text-transform: uppercase;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    @media screen and (max-width: 1023px) {
      .bezopasnaya-sreda .title {
        font-size: 36px; } }
  .bezopasnaya-sreda .carousel-wrap {
    background: white;
    margin-top: 65px;
    overflow: hidden;
    height: 768px;
    padding-bottom: 105px; }
    @media screen and (max-width: 1900px) and (min-width: 1280px) {
      .bezopasnaya-sreda .carousel-wrap {
        height: 519px; } }
    @media screen and (max-width: 1279px) {
      .bezopasnaya-sreda .carousel-wrap {
        margin: 65px auto 0 auto; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .bezopasnaya-sreda .carousel-wrap {
        width: 988px;
        height: 628px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .bezopasnaya-sreda .carousel-wrap {
        width: 768px;
        height: 488px; } }
    @media screen and (max-width: 799px) {
      .bezopasnaya-sreda .carousel-wrap {
        width: 448px;
        height: 301px; } }
    .bezopasnaya-sreda .carousel-wrap .slider {
      position: relative;
      width: 100%;
      height: 100%; }
      .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper {
        position: relative;
        z-index: 2;
        width: 1210px;
        height: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 1900px) and (min-width: 1280px) {
          .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper {
            width: 816px; } }
        @media screen and (max-width: 1279px) {
          .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper {
            width: 100%; } }
        .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items {
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center;
          align-content: center; }
          .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items.short {
            margin-left: 0; }
          .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block {
            -webkit-flex: 1 0 auto;
            -moz-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            margin: 0 30px 0 0;
            position: relative;
            text-align: center;
            background: white;
            overflow: hidden;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            max-width: 1210px;
            min-width: 1210px;
            min-height: 100%;
            max-height: 100%;
            height: 100%; }
            @media screen and (max-width: 1900px) and (min-width: 1280px) {
              .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block {
                max-width: 816px;
                min-width: 816px;
                min-height: 100%;
                max-height: 100%;
                height: 100%; } }
            @media screen and (max-width: 1279px) {
              .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block {
                max-width: 100%;
                min-width: 100%;
                min-height: 100%;
                max-height: 100%;
                height: 100%;
                margin: 0; } }
            .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:first-child:not(.one) {
              margin-left: -1240px; }
              @media screen and (max-width: 1900px) and (min-width: 1280px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:first-child:not(.one) {
                  margin-left: -846px; } }
              @media screen and (max-width: 1279px) and (min-width: 1024px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:first-child:not(.one) {
                  margin-left: -988px; } }
              @media screen and (max-width: 1023px) and (min-width: 800px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:first-child:not(.one) {
                  margin-left: -768px; } }
              @media screen and (max-width: 799px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:first-child:not(.one) {
                  margin-left: -448px; } }
            .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(1) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.left img {
              left: auto;
              opacity: .5;
              max-width: 650px;
              min-width: 650px;
              min-height: 472px;
              max-height: 472px;
              height: 472px; }
              @media screen and (max-width: 1900px) and (min-width: 1280px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(1) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.left img {
                  max-width: 583px;
                  min-width: 583px;
                  min-height: 388px;
                  max-height: 388px;
                  height: 388px; } }
              @media screen and (max-width: 1279px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(1) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.left img {
                  max-width: 100%;
                  min-width: 100%;
                  min-height: 100%;
                  max-height: 100%;
                  height: 100%; } }
            .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(3) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.right img {
              right: auto;
              opacity: .5;
              max-width: 650px;
              min-width: 650px;
              min-height: 472px;
              max-height: 472px;
              height: 472px; }
              @media screen and (max-width: 1900px) and (min-width: 1280px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(3) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.right img {
                  max-width: 583px;
                  min-width: 583px;
                  min-height: 388px;
                  max-height: 388px;
                  height: 388px; } }
              @media screen and (max-width: 1279px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block:nth-child(3) img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.right img {
                  max-width: 100%;
                  min-width: 100%;
                  min-height: 100%;
                  max-height: 100%;
                  height: 100%; } }
            .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.active img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.one img {
              opacity: 1;
              max-width: 1210px;
              min-width: 1210px;
              min-height: 100%;
              max-height: 100%;
              height: 100%; }
              @media screen and (max-width: 1900px) and (min-width: 1280px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.active img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.one img {
                  max-width: 816px;
                  min-width: 816px;
                  min-height: 100%;
                  max-height: 100%;
                  height: 100%; } }
              @media screen and (max-width: 1279px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.active img, .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block.one img {
                  max-width: 100%;
                  min-width: 100%;
                  min-height: 100%;
                  max-height: 100%;
                  height: 100%; } }
            .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block img {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              display: block;
              opacity: .5;
              transition: all 0.8s ease;
              -o-transition: all 0.8s ease;
              -moz-transition: all 0.8s ease;
              -webkit-transition: all 0.8s ease;
              max-width: 650px;
              min-width: 650px;
              min-height: 472px;
              max-height: 472px;
              height: 472px; }
              @media screen and (max-width: 1900px) and (min-width: 1280px) {
                .bezopasnaya-sreda .carousel-wrap .slider .carousel-wrapper .carousel-items .block img {
                  max-width: 583px;
                  min-width: 583px;
                  min-height: 388px;
                  max-height: 388px;
                  height: 388px; } }
      .bezopasnaya-sreda .carousel-wrap .slider .buttons {
        position: absolute;
        z-index: 3;
        width: 100%;
        max-width: 1210px;
        left: 50%;
        margin-left: -605px;
        top: 50%;
        height: 71px;
        margin-top: -35.5px; }
        @media screen and (max-width: 1900px) and (min-width: 1280px) {
          .bezopasnaya-sreda .carousel-wrap .slider .buttons {
            max-width: 816px;
            margin-left: -408px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .bezopasnaya-sreda .carousel-wrap .slider .buttons {
            max-width: 988px;
            margin-left: -494px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .bezopasnaya-sreda .carousel-wrap .slider .buttons {
            max-width: 768px;
            margin-left: -384px; } }
        @media screen and (max-width: 799px) {
          .bezopasnaya-sreda .carousel-wrap .slider .buttons {
            max-width: 448px;
            margin-left: -224px; } }
        .bezopasnaya-sreda .carousel-wrap .slider .buttons.hidden {
          display: none; }
        .bezopasnaya-sreda .carousel-wrap .slider .buttons .left {
          left: 15px;
          background: url("/local/templates/main/components/bitrix/news.list/reabilitation/img/slider-arrow-left-min.png") no-repeat center; }
        .bezopasnaya-sreda .carousel-wrap .slider .buttons .right {
          right: 15px;
          background: url("/local/templates/main/components/bitrix/news.list/reabilitation/img/slider-arrow-right-min.png") no-repeat center; }
        .bezopasnaya-sreda .carousel-wrap .slider .buttons .left, .bezopasnaya-sreda .carousel-wrap .slider .buttons .right {
          width: 37px;
          height: 71px;
          cursor: pointer;
          position: absolute; }
        .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap {
          width: 100%;
          height: 11px;
          position: absolute;
          bottom: -395px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          align-content: center; }
          @media screen and (max-width: 1900px) and (min-width: 1280px) {
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap {
              bottom: -262px; } }
          @media screen and (max-width: 1279px) and (min-width: 1024px) {
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap {
              bottom: -315px; } }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap {
              bottom: -245px; } }
          @media screen and (max-width: 799px) {
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap {
              bottom: -150px; } }
          .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap:after {
            content: '';
            position: absolute;
            height: 1px;
            width: 100%;
            left: 0;
            top: 50%;
            margin-top: -0.5px;
            background: #d3e1e6;
            z-index: 0; }
          .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap .circle {
            min-width: 11px;
            min-height: 11px;
            background: #d3e1e6;
            cursor: pointer;
            border: 3px solid #d3e1e6;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-right: 60px;
            -webkit-border-radius: 11px;
            -moz-border-radius: 11px;
            -ms-border-radius: 11px;
            border-radius: 11px;
            position: relative;
            z-index: 1; }
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap .circle:last-child {
              margin-right: 0; }
            .bezopasnaya-sreda .carousel-wrap .slider .buttons .circles-wrap .circle.active {
              border: 3px solid #15ac97;
              background: white; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/main/style.css?17490330742921*/
.bx-pagination {
  margin-top: 50px;
  height: auto;
  position: relative;
  text-align: center; }
  .bx-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center; }
    .bx-pagination ul li {
      padding: 0;
      width: 53px;
      height: 53px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      position: relative;
      z-index: 1;
      margin-right: 10px;
      background: white; }
      .bx-pagination ul li:last-child {
        margin-right: 0; }
      .bx-pagination ul li span, .bx-pagination ul li a {
        color: #1c2429;
        font-size: 20px;
        font-family: "Ubuntu";
        text-transform: uppercase;
        text-decoration: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 100%;
        height: 100%; }
      .bx-pagination ul li:hover:not(.noHover):not(.bx-pag-prev):not(.bx-pag-next), .bx-pagination ul li.bx-active {
        background: #eef4f8; }
      .bx-pagination ul li.bx-pag-prev, .bx-pagination ul li.bx-pag-next {
        width: 53px; }
      .bx-pagination ul li.bx-pag-prev {
        margin-right: 10px;
        background: url("/local/templates/main/components/bitrix/system.pagenavigation/main/img/arrow-left-pagenavigation.png") center no-repeat; }
      .bx-pagination ul li.bx-pag-next {
        background: url("/local/templates/main/components/bitrix/system.pagenavigation/main/img/arrow-right-pagenavigation.png") center no-repeat; }
      .bx-pagination ul li.bx-pag-all {
        margin-right: 30px; }
    .bx-pagination ul .dots {
      width: 22px;
      height: 22px;
      font-size: 0;
      vertical-align: top;
      white-space: normal;
      text-align: center;
      color: #1c2429;
      font-size: 13px;
      font-family: "OpenSans";
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid #e7edef; }
      .bx-pagination ul .dots:hover {
        border: 1px solid #84849f; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/requestCallBottomNEW/style.css?17588849821199*/
.question-form__submit .text{
  text-align: center;
}
.question-form__file.file_1{
  display: flex;
}
.question-form__file .file-name{
  padding: 20px 10px 0;
}
.files-more-button{
    color: #1c2429;
    font-size: 14px;
    font-family: "Ubuntu";
    border-bottom: 1px dotted #1c2429;
    cursor: pointer;
    margin: 0 0 10px;
}
.request-call-bottom form{max-width: 800px; margin: 0 auto;}
.request-call-bottom .content-form .validateForm{padding: 55px 0 30px 0;}

  @media screen and (max-width: 799px) {

      .request-call-bottom-wrap .validateForm {
          padding: 50px 0 75px 0 !important;
      }

      .request-call-bottom-wrap .validateForm .inputs {
          max-width: 530px;
          margin: 35px auto 0 auto;
      }

      .request-call-bottom-wrap .validateForm .inputs .input-wrap.file .name-input-file {
          background: white;
      }

      .request-call-bottom-wrap .validateForm .button-wrap {
          max-width: 530px;
          margin: 0 auto;
      }

      @media screen and (max-width: 799px) {
          .request-call-bottom-wrap .validateForm .button-wrap {
              max-width: 448px;
          }
      }
  }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/blag-blog/style.css?1789118033284*/
.articles .articles-grid {display:block;}
.articles .articles-grid .article {margin-bottom:30px; flex-direction:row;}
.articles .articles-grid .article:first-child .article-image-wrapper {width:auto;}
.articles .articles-grid .article:first-child .article-right {margin-left:30px;}
/* End */
/* /local/templates/main/components/bitrix/catalog/services/bitrix/catalog.section.list/root/style.css?176182953171325 */
/* /local/templates/main/components/bitrix/news.list/reabilitation/style.css?178911588015658 */
/* /local/templates/main/components/bitrix/system.pagenavigation/main/style.css?17490330742921 */
/* /local/templates/main/components/bitrix/form.result.new/requestCallBottomNEW/style.css?17588849821199 */
/* /local/templates/main/components/bitrix/news.list/blag-blog/style.css?1789118033284 */
