

/* Start:/local/templates/aspro-medc2/components/bitrix/news.detail/main-objects/style.css?17425543327707*/
.is_main_page .conceal {
    height: 0;
    overflow: hidden;
}

.about-block {
    padding-left: 16px;
    padding-right: 16px;
}

.about-block h1 {
    margin-bottom: 20px;
}

.about__blur {
    position: relative;
}

.about__blur:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(transparent, #F5F8F9);
    pointer-events: none;
}

.about__button {
    display: none;
}

.is_main_page .about__button {
    display: block;
    background: transparent;
    border: none;
    color: #218A8B;
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-color: #218A8B;
    text-decoration-style: dashed;
    text-decoration-thickness: 1.49px;
    text-decoration-skip-ink: none;
    text-underline-offset: 1px;
    text-underline-position: under;
}

.about__button:hover {
    color: #1f7475;
    text-decoration-color: #1f7475;
    transition: 0.3s all;
}

.about__preview {
    /* width: 89%; */ /*убрать свойство*/
    text-align: justify;
    font-weight: bold; /*добавить свойство*/
}

.about__text {
    text-align: justify;
    overflow: hidden; /*добавить свойство*/
    transition: height 0.3s; /*добавить свойство*/
}

.about__text ul li:before {
    content: "\2014" !important;
    position: absolute;
    left: 0;
    top: 0;
}

.about__text img {
    margin: 0 15px;
}

@media screen and (max-width: 767px) {
    .about__preview {
        width: 100%;
        text-align: left;
    }

    .about__text {
        text-align: left;
    }

    .about__text img {
        margin: 0 0 15px 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.cost__container {
    padding: 86px 55px 66px 58px;
}

@media screen and (max-width: 999px) {
    .cost__container {
        padding: 55px;
    }
}

@media screen and (max-width: 550px) {
    .cost__container {
        padding: 26px 6px 14px 10px;
    }
}

.cost__title {
    margin-bottom: unset;
}

.cost__title-cover {
    margin-bottom: 21px;
}

@media screen and (max-width: 999px) {
    .cost__title-cover {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 550px) {
    .cost__title-cover {
        margin-bottom: 21px;
    }
}

.cost-swiper .cost__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F5F8F9;
    border-radius: 12px;
    min-height: 510px;
    padding: 4% 4%;
    min-width: 100%;
}

@media screen and (max-width: 999px) {
    .cost-swiper .cost__content {
        flex-wrap: wrap;
        flex-direction: column;
        background-color: unset;
        border-radius: unset;
        min-height: unset;
        padding: unset;
    }
}

.cost__img {
    max-width: 353px;
    border-radius: 12px;
    object-fit: cover;
    overflow: hidden;
    margin-right: 59px;
}

@media screen and (max-width: 1200px) {
    .cost__img {
        margin-right: 45px;
    }
}

@media screen and (max-width: 999px) {
    .cost__img {
        order: 2;
        max-height: 180px;
        margin-right: unset;
        align-self: center;
    }
}

.cost__list {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
    column-gap: 55px;
    padding-right: 5%;
}

@media screen and (max-width: 1200px) {
    .cost__list {
        row-gap: 21px;
        column-gap: 36px;
        padding-right: 2%;
        padding-top: 1%;
    }
}

@media screen and (max-width: 999px) {
    .cost__list {
        grid-template-columns: 1fr;
        column-gap: unset;
        padding: unset;
        order: 1;
        max-width: 90%;
        flex: 1;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 550px) {
    .cost__list {
        max-width: unset;
        margin-bottom: 22px;
        row-gap: 22px;
    }
}

.cost__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width: 999px) {
    .cost__item {
        align-items: center;
        flex-direction: unset;
    }
}

@media screen and (max-width: 550px) {
    .cost__item {
        align-items: flex-start;
        padding-left: 0px;
        margin-bottom: 0px;
    }
}

.cost__item-img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
    .cost__item-img {
        margin-right: 10px;
        margin-bottom: unset;
    }
}

@media screen and (max-width: 550px) {
    .cost__item-img {
        margin-right: 17px;
    }
}

.cost__item-desc {
    line-height: 18.12px;
}

.gallery__container {
    padding: 72px 46px 72px 58px !important;
}

@media screen and (max-width: 999px) {
    .gallery__container {
        padding: 32px 0 66px 58px !important;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .gallery__container {
        padding: 33px 0 28px 22px !important;
    }
}

.gallery__title {
    margin-bottom: unset;
}

.gallery__title-cover {
    margin-bottom: 32px;
    padding-right: 8px;
}

@media screen and (max-width: 550px) {
    .gallery__title-cover {
        margin-bottom: 20px;
        padding-left: 4px;
    }
}

.swiper-desc .gallery__all {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 34px;
}

@media screen and (max-width: 999px) {
    .swiper-desc .gallery__all {
        justify-content: unset;
        min-width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .swiper-desc .gallery__all {
        margin-bottom: 29px;
    }
}

.gallery__all .gallery__block {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    height: 100%;
}

@media screen and (max-width: 999px) {
    .gallery__all .gallery__block {
        justify-content: unset;
        min-width: unset;
        height: unset;
        margin-right: unset;
        flex-shrink: 0;
    }
}

.gallery__block-left {
    flex: 0 0 49%;
}

@media screen and (max-width: 999px) {
    .gallery__block-left {
        display: flex;
        flex: unset;
    }
}

.gallery__block-right {
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
    gap: 5%;
}

@media screen and (max-width: 999px) {
    .gallery__block-right {
        justify-content: unset;
        flex: unset;
        gap: unset;
    }
}

.gallery__img {
    border-radius: 12px;
    object-fit: cover;
}

.gallery__pic-big {
    width: 100%;
    max-height: 457px;
}

@media screen and (max-width: 999px) {
    .gallery__pic-big {
        width: unset;
        max-height: unset;
        margin-right: 7px;
    }
}

.gallery__pic-small {
    max-height: 212px;
    max-width: 276px;
}

@media screen and (max-width: 999px) {
    .gallery__pic-small {
        max-height: unset;
        max-width: unset;
        margin-right: 20px;
    }
}

.gallery__pic {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    object-fit: cover;
}

@media screen and (max-width: 999px) {
    .gallery__pic {
        width: unset;
        max-height: 221px;
        max-width: 288px;
    }
}

.gallery__block-first, .gallery__block-second {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 999px) {
    .gallery__block-first, .gallery__block-second {
        flex-direction: unset;
        justify-content: unset;
    }
}

@media screen and (max-width: 550px) {
    .button__gallery {
        font-size: 13px;
        padding: 8px 12px !important;
    }
}

.section.gallery .btns {
    margin-top: 30px;
}

.faq-block {
    margin-bottom: 30px;
}
/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/news.list/main.services/style.css?17425543412744*/
ul li:before {
    content: none !important;
}

.buttons__services {
    margin-top: 32px; }
@media screen and (max-width: 1200px) {
    .buttons__services {
        margin-top: 28px; } }
@media screen and (max-width: 550px) {
    .buttons__services {
        margin-top: 24px; } }

@media screen and (max-width: 550px) {
    .services__container {
        padding: 40px 10px 30px 10px; } }

.services__button {
    color: #218A8B;
    font-size: 16px; }

.services__button::after {
    content: "";
    background: url("/local/templates/aspro-medc2/images/svg/arrlink.svg") no-repeat;
    display: inline-flex;
    width: 12px;
    height: 10px;
    flex-shrink: 0;
    margin-left: 8px; }
@media screen and (max-width: 1200px) {
    .services__button {
        font-size: 14px; } }
@media screen and (max-width: 550px) {
    .services__button {
        padding-top: 6px; } }

.services__title {
    margin: 0 !important;
}

.services__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 30px;
    column-gap: 22px; }
@media screen and (max-width: 1200px) {
    .services__list {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 18px;
        column-gap: 18px; } }
@media screen and (max-width: 999px) {
    .services__list {
        grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 550px) {
    .services__list {
        row-gap: 12px;
        column-gap: 12px;
        justify-content: center; } }

.item__shadow {
    box-shadow: 0px 2px 5px 0px rgba(18, 25, 38, 0.1); }
@media (hover: hover) {
    .item__shadow {
        transition: 0.3s ease-in-out; }
    .item__shadow:hover {
        z-index: 1;
        box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1); } }

.services__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 17px 15px;
    line-height: 18.12px;
    background-color: #FFFFFF;
    border-radius: 12px;
    max-height: 100%;
    transition: max-height 0.8s ease-in-out; }
@media screen and (max-width: 1200px) {
    .services__item {
        padding: 12px; } }
@media screen and (max-width: 550px) {
    .services__item {
        padding: 8px;
        font-size: 10px; } }

.services__item.item__visible {
    max-height: 100%; }

.services__cover-img {
    width: 47px;
    height: 47px;
    overflow: hidden;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 10px; }
@media screen and (max-width: 550px) {
    .services__cover-img {
        width: 28px;
        height: 28px;
        margin-right: 9px; } }

.services__link {
    color: #218A8B !important;
    line-height: 18.12px;
    font-weight: 600; }

@media screen and (max-width: 550px) {
    .services__link {
        line-height: 12.94px; } }

/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/highloadblock.list/our.advantages.list/style.css?17425543302186*/
@media screen and (max-width: 1350px) {
    .advantages__container {
        padding: 72px 0 72px 16px !important;
        width: 100%;
    }
}

@media screen and (max-width: 999px) {
    .advantages__container {
        padding: 55px 0 55px 16px !important;
    }
}

@media screen and (max-width: 550px) {
    .advantages__container {
        padding: 30px 0px 30px 15px !important;
    }
}

.advantages__title {
    margin-bottom: 35px;
}

@media screen and (max-width: 550px) {
    .advantages__title {
        margin-bottom: 30px;
    }
}

.advantages-swiper .advantages__list {
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    height: 100%;
    margin-bottom: 35px;
}

@media screen and (max-width: 999px) {
    .advantages-swiper .advantages__list {
        margin-bottom: unset;
    }
}

.advantages__list .advantages__item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    min-height: 166px;
    width: 277px;
    height: 100%;
}

.advantages__list .advantages__item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1200px) {
    .advantages__list .advantages__item {
        min-width: 240px;
        min-height: 155px;
    }
}

@media screen and (max-width: 550px) {
    .advantages__list .advantages__item {
        width: 226px;
        min-height: 135px;
    }
}

.advantage {
    flex-direction: column;
    border: 1px solid #218A8B;
    padding: 16px 12px 16px 12px;
}

@media screen and (max-width: 1200px) {
    .advantage {
        padding: 10px;
    }
}

.advantage__img {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}

@media screen and (max-width: 1200px) {
    .advantage__img {
        width: 45px;
        height: 45px;
    }
}

.advantage__text {
    font-weight: 600;
    line-height: 18.12px;
    color: #218A8B;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

@media screen and (max-width: 550px) {
    .advantage__text {
        font-size: 12px;
    }
}

.advantage__text br {
    margin-bottom: 5px;
}
/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/highloadblock.list/living.conditions.list/style.css?17425543302652*/
/*.conditions__container {
    padding: 72px 55px 43px 58px;
}*/

@media screen and (max-width: 1350px) {
    .conditions__container {
        padding: 72px 0 72px 16px !important;
        width: 100%;
    }
}

@media screen and (max-width: 999px) {
    .conditions__container {
        padding: 55px 0 55px 16px !important;
        margin-bottom: unset;
    }
}

@media screen and (max-width: 550px) {
    .conditions__container {
        padding: 30px 0px 30px 15px !important;
    }
}

.conditions__title {
    margin-bottom: 35px;
}

@media screen and (max-width: 550px) {
    .conditions__title {
        line-height: 28px;
        margin-bottom: 30px;
    }
}

.conditions-swiper .conditions__list {
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    height: 100%;
    margin-bottom: 37px;
}

@media screen and (max-width: 550px) {
    .conditions-swiper .conditions__list {
        margin-bottom: 0;
    }
}

.conditions__list .conditions__item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    min-height: 166px;
    height: 100%;
    width: 277px;
}

.conditions__list .conditions__item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1200px) {
    .conditions__list .conditions__item {
        min-height: 160px;
        min-width: 240px;
    }
}

@media screen and (max-width: 550px) {
    .conditions__list .conditions__item {
        min-height: 135px;
        width: 226px;
    }
}

.condition {
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 1px 1px 7px -2px rgba(18, 25, 38, 0.1);
    padding: 23px;
}

@media screen and (max-width: 550px) {
    .condition {
        padding: 4px 14px 4px 14px;
    }
}

.condition__img {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    overflow: hidden;
    object-fit: cover;
    margin-right: 18px;
}

@media screen and (max-width: 550px) {
    .condition__img {
        width: 24px;
        height: 24px;
    }
}

.condition__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 550px) {
    .condition__text {
        height: unset;
    }
}

.condition__title {
    font-weight: 700;
    line-height: 18.12px;
    margin-bottom: 5px;
    color: #218A8B;
}

@media screen and (max-width: 550px) {
    .condition__title {
        line-height: 15.53px;
        font-size: 12px;
    }
}

.condition__desc {
    font-size: 12px;
    color: #333333;
    line-height: 15.53px;
    flex: 1;
}

@media screen and (max-width: 550px) {
    .condition__desc {
        font-size: 11px;
    }
}
/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/news.list/main.objects.list/style.css?17460303945531*/
.houses li:before {
    content: none !important;
}

@media screen and (max-width: 550px) {
    .houses__container {
        padding: 34px 8px 32px 11px;
    }
}

.houses__title {
    margin-bottom: 35px;
}

@media screen and (max-width: 550px) {
    .houses__title {
        line-height: 28px;
        margin-bottom: 30px;
    }
}

.houses__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 18px;
    column-gap: 18px;
    margin: 0 !important;
    justify-items: center;
}

@media screen and (max-width: 999px) {
    .houses__list {
        grid-template-columns: 1fr !important;
        justify-items: center;
    }
}

@media screen and (max-width: 550px) {
    .houses__list {
        row-gap: 23px;
    }
}

.house {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #F5F8F9;
    border-radius: 12px;
    min-height: 416px;
    margin-bottom: 0 !important;
    padding: 13px;
}

@media screen and (max-width: 1200px) {
    .house {
        min-height: 400px;
    }
}

@media screen and (max-width: 999px) {
    .house {
        width: 59%;
    }
}

@media screen and (max-width: 550px) {
    .house {
        width: 100%;
        background-color: unset;
        border-radius: unset;
        min-height: 400px;
        padding: unset;
    }
}

.house__conversion {
    position: relative;
}

.houses__info {
    padding: 20px 20px;
}

.house__img {
    max-width: 353px;
    max-height: 212px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 10px;
}

@media screen and (max-width: 550px) {
    .house__img {
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 550px) {
    .house__option-pic--desc {
        display: none;
    }
}

.house__option-pic--mob {
    display: none;
}

@media screen and (max-width: 550px) {
    .house__option-pic--mob {
        display: inline-flex;
    }
}

.house__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    letter-spacing: 0.1px;
    color: #218A8B;
    margin-bottom: 17px;
    flex: 1;
}

@media screen and (max-width: 999px) {
    .house__info {
        justify-content: center;
    }
}

@media screen and (max-width: 550px) {
    .house__info {
        justify-content: space-between;
        margin-bottom: 18px;
    }
}

.house__name {
    font-size: 15px;
    font-weight: 700;
}

@media screen and (max-width: 999px) {
    .house__name {
        margin-right: 25px;
    }
}

.house__price {
    font-size: 13px;
}

.house__options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 17px;
    column-gap: 43px;
    margin-top: 0 !important;
    margin-bottom: 12px;
    flex: 1;
}

@media screen and (max-width: 1200px) {
    .house__options {
        row-gap: 13px;
        column-gap: 17px;
    }
}

@media screen and (max-width: 550px) {
    .house__options {
        row-gap: 22px;
        column-gap: 39px;
    }
}

.house__option {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}

.house__option-img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-right: 10px;
    color: #FFFFFF;
}

@media screen and (max-width: 550px) {
    .house__option-img {
        color: #F5F8F9;
    }
}

.house__option-desc {
    font-size: 11px;
    color: #333333;
    line-height: 14px;
}

@media (hover: hover) {
    .house__option-desc {
        transition: 0.3s ease-in-out;
    }

    .house__option-desc:hover {
        color: #218A8B;
        cursor: pointer;
    }
}

.button__house {
    position: absolute;
    bottom: 31px;
    right: 17px;
    font-size: 14px;
    padding: 7px 12px !important;
    min-width: 161px;
}

@media screen and (max-width: 550px) {
    .button__house {
        bottom: 28px;
        right: 18px;
    }
}

.types__accommodation {
    margin-top: 45px;
}

@media screen and (max-width: 550px) {
    .types__accommodation {
        margin-top: 30px;
    }
}

.types__accommodation-tabs {
    display: flex;
    margin-bottom: 20px;
}

.types__accommodation-tabs input {
    display: none;
}

.types__accommodation-tab {
    color: #218a8b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    height: 40px;
    background-color: #F5F8F9;
    border-radius: 12px;
    padding: 7px 12px;
    cursor: pointer;
    margin-right: 20px;
    font-weight: 500;
    font-size: 14px;
}

@media screen and (max-width: 400px) {
    .types__accommodation-tab {
        padding: 11px 10px;
        width: 160px;
        height: 37px;
        margin-right: 15px;
        font-size: 13px;
    }
}

.types__accommodation-tabs input:checked + label,
.types__accommodation-tabs input:focus + label {
    transition: 0.3s ease-in-out;
    background-color: #218A8B;
    color: #FFFFFF;
}

.types__accommodation-tabs label:hover {
    transition: 0.3s ease-in-out;
    background-color: #218A8B;
    color: #FFFFFF;
}

.cwd-cover table {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.cwd-cover table td {
    font-size: 14px;
    color: #000000;
    padding: 15px 5px;
    line-height: 13px;
    vertical-align: middle;
    border: 3px solid white;
}

.cwd-cover table thead {
    background: #ECF0F1;
}

.cwd-cover table thead td:first-child {
    border-top-left-radius: 15px;
}

.cwd-cover table thead td:last-child {
    border-top-right-radius: 15px;
}

.cwd-cover table tbody {
    background-color: #f8f8f8;
}
/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/news.list/main.price.list/style.css?17463764592416*/
.prices ul li:before {
    content: none;
}

.prices__container {
    padding: 100px 55px 97px 58px; }
@media screen and (max-width: 999px) {
    .prices__container {
        padding: 55px; } }
@media screen and (max-width: 550px) {
    .prices__container {
        padding: 34px 7px 44px 12px; } }

.prices__title {
    margin-bottom: 35px; }
@media screen and (max-width: 550px) {
    .prices__title {
        margin-bottom: 19px; } }

.prices__list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    column-gap: 20px; }
@media screen and (max-width: 999px) {
    .prices__list {
        grid-auto-flow: unset;
        grid-auto-columns: unset;
        grid-template-columns: repeat(auto-fill, minmax(261px, 1fr));
        row-gap: 20px; } }
@media screen and (max-width: 550px) {
    .prices__list {
        row-gap: 15px; } }

.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 37px 30px;
    background-color: #FFFFFF;
    border-radius: 12px; }
.price:last-child {
    margin-right: 0; }
.price--blue {
    background-color: #218A8B;
    color: #FFFFFF;
    cursor: pointer; }
@media (hover: hover) {
    .price--blue {
        transition: 0.3s ease-in-out; }
    .price--blue:hover {
        background-color: #1e7e7e; } }
@media screen and (max-width: 1200px) {
    .price {
        padding: 20px; } }
@media screen and (max-width: 550px) {
    .price {
        padding: 20px 24px;
        min-height: 108px; } }

.price__rate {
    flex: 1;
    color: #333333;
    margin-bottom: 24px; }
.price__rate--blue {
    color: #FFFFFF; }
@media screen and (max-width: 1200px) {
    .price__rate {
        margin-bottom: 18px; } }
@media screen and (max-width: 550px) {
    .price__rate {
        font-size: 12px;
        margin-bottom: unset; } }

.price__value {
    font-size: 24px;
    font-weight: 700;
    color: #218A8B; }
.price__value--blue {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px; }
@media screen and (max-width: 1200px) {
    .price__value {
        font-size: 20px; } }

.prices.white {
    margin-bottom: 30px;
}

.prices.white .prices__container  {
    padding: 0;
}

.prices.white .prices__container .prices__list .prices__item  {
    background: #F5F8F9;
}
/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/highloadblock.list/tizers/style.css?1746030394382*/
.detail .tizers-block {
    margin-bottom: 40px;
}

.detail .tizers-block .show_all {
    top: 5px !important;
    margin: 0 !important;
}

.detail .tizers-block .row {
    margin-bottom: 20px;
}

.detail .tizers-block .item-views {
    padding: 0 0 40px 0 !important;
}

.items .bnt-block {
    text-align: center;
}

.detail .tizers-block .item-wrap {
    padding: 0 !important;
}
/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/news.list/front-reviews/style.css?17463764591672*/
.reviews-swiper {
    padding: 10px 25px 10px; !important;
}

.reviews-swiper .swiper-wrapper {
    display: grid;
    grid-auto-flow: column;
}

.reviews-swiper .swiper-wrapper .item .wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.reviews-swiper .swiper-wrapper .item .wrap .gallery {
    margin-bottom: 20px;
}

.swiper-reviews-button-css {
    --swiper-navigation-size: 15px;
    --swiper-navigation-color: black;
    --swiper-navigation-top-offset: 45%;
    --swiper-navigation-sides-offset: 0;
    font-weight: bold;
    border-radius: 100%;
    background: #f8f8f8;
    width: 50px;
    height: 50px;
    transition: background 0.4s;
}

.swiper-reviews-button-css:hover {
    background: #27a3a4;
    --swiper-navigation-color: #ffffff;
}

.swiper-pagination {
    justify-content: center;
    align-items: center;
    width: 10px;
    display: none;
    --swiper-theme-color: #218a8b;
    --swiper-pagination-bullet-size: 8px;
}

.swiper-pagination-bullet-active {
    --swiper-pagination-bullet-size: 10px;
}

@media screen and (max-width: 999px){
    .reviews-swiper {
        padding-bottom: 55px;
    }
    .swiper-reviews-button-css {
        display: none;
    }

    .swiper-pagination {
        display: flex;
    }
}

@media screen and (max-width: 760px){
    .reviews-swiper {
        padding: 2px 2px 55px; !important;
    }

    .reviews-swiper .swiper-wrapper .item .wrap {
        justify-content: normal;
    }

    .reviews-swiper .button {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        flex-shrink: 1;
        flex-grow: 1;
    }
}
/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/news.list/main.schedule.list/style.css?17477609104019*/
.detail .schedule__content {
    bottom: 70px;
}

.schedule ul li:before {
    content: none;
}

.schedule__container {
    position: relative;
}

.schedule__title {
    margin: 0 0 35px !important;
}

.schedule__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.schedule__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    height: 63px;
    background-color: #F5F8F9;
    border-radius: 12px;
    padding: 21px 20px;
    cursor: pointer;
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
}

.schedule__item:last-child {
    margin-right: 0;
}

.schedule__item--active {
    height: 300px;
    align-items: flex-start;
    background-color: #218A8B;
    color: #FFFFFF;
}

.schedule__content {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    background-color: #F5F8F9;
    border-radius: 12px;
    padding: 30px 34px 30px 34px;
    bottom: 129px;
    height: 200px;
}

.schedule__content-morning {
    width: auto;
    left: 40px;
}

.schedule__content-day {
    left: 243px;
    width: auto;
}

.schedule__content-evening {
    left: 18px;
    width: auto;
}

.schedule__text {
    display: flex;
    white-space: nowrap;
    margin-bottom: 13px;
}

.schedule__text:last-child {
    margin-bottom: 0;
}

.schedule__text span {
    font-size: 16px;
    font-weight: 700;
    margin-right: 26px;
    white-space: nowrap;
}

.schedule__text p {
    font-size: 16px;
    margin: 0;
}

.schedule__left {
    margin-right: 73px;
    margin-bottom: 13px;
}

@media screen and (max-width: 1200px) {
    .detail .schedule__content {
        bottom: 85px;
    }

    .schedule__item {
        font-size: 14px;
    }

    .schedule__content {
        padding: 20px;
        bottom: 135px;
        height: 185px;
        align-items: flex-start;
    }

    .schedule__text span {
        font-size: 14px;
    }

    .schedule__text p {
        font-size: 14px;
    }

    .schedule__left {
        margin-right: 50px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 999px) {
    .detail .schedule__content {
        bottom: 50px;
    }

    .schedule__title {
        margin-bottom: 35px;
    }

    .schedule__item--active {
        height: 360px;
    }

    .schedule__content {
        flex-direction: column;
        justify-content: center;
        align-items: unset;
        bottom: 100px;
        height: 277px;
    }

    .schedule__content-morning {
        left: 77px;
        width: 72.5%;
    }

    .schedule__content-day {
        left: 133px;
        width: 71%;
    }

    .schedule__content-evening {
        left: 54px;
        width: 74%;
    }

    .schedule__left {
        margin-right: unset;
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 550px) {
    .schedule__container {
        padding: 30px 10px;
    }

    .schedule__title {
        margin-bottom: 28px;
    }

    .schedule__item {
        padding: 13px 20px;
        height: 46px;
    }

    .schedule__item--active {
        height: 385px;
    }

    .schedule__content {
        justify-content: flex-start;
        align-items: flex-start;
        bottom: 75px;
        height: 317px;
        padding: 18px;
    }

    .schedule__content-morning {
        left: 28px;
        width: 89%;
    }

    .schedule__content-day {
        width: 91%;
        left: 20px;
    }

    .schedule__content-evening {
        width: 88%;
        left: 16px;
    }

    .schedule__text {
        justify-content: flex-start;
        white-space: normal;
        margin-bottom: 13px;
    }

    .schedule__text span {
        margin-right: 27px;
    }
}

@media screen and (max-width: 320px) {
    .schedule__content {
        left: 23px;
        bottom: 38px;
        height: 364px;
    }
}

@media (hover: hover) {
    .schedule__item {
        transition: 0.3s ease-in-out;
    }

    .schedule__item:hover {
        background-color: #218A8B;
        color: #FFFFFF;
    }
}
/* End */


/* Start:/local/templates/aspro-medc2/components/bitrix/news.list/items-list/style.css?174255434092*/
.faq-block {
    padding-top: 35px;
}

.faq-block .previewtext {
    padding-bottom: 15px;
}
/* End */


/* Start:/local/components/aspro/form.medc2/templates/contacts-custom/style.css?1742554323132*/
.styled-block{margin:4px 0 -25px !important;background:#eef2f4 !important;padding: 29px 0 53px !important;border:none !important;}

/* End */
/* /local/templates/aspro-medc2/components/bitrix/news.detail/main-objects/style.css?17425543327707 */
/* /local/templates/aspro-medc2/components/bitrix/news.list/main.services/style.css?17425543412744 */
/* /local/templates/aspro-medc2/components/bitrix/highloadblock.list/our.advantages.list/style.css?17425543302186 */
/* /local/templates/aspro-medc2/components/bitrix/highloadblock.list/living.conditions.list/style.css?17425543302652 */
/* /local/templates/aspro-medc2/components/bitrix/news.list/main.objects.list/style.css?17460303945531 */
/* /local/templates/aspro-medc2/components/bitrix/news.list/main.price.list/style.css?17463764592416 */
/* /local/templates/aspro-medc2/components/bitrix/highloadblock.list/tizers/style.css?1746030394382 */
/* /local/templates/aspro-medc2/components/bitrix/news.list/front-reviews/style.css?17463764591672 */
/* /local/templates/aspro-medc2/components/bitrix/news.list/main.schedule.list/style.css?17477609104019 */
/* /local/templates/aspro-medc2/components/bitrix/news.list/items-list/style.css?174255434092 */
/* /local/components/aspro/form.medc2/templates/contacts-custom/style.css?1742554323132 */
