

/* 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/type-accommodation-table/style.css?17460303941952*/
.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;
}

.types__accommodation-name {
    text-align: center;
}

.without-tabs .types__accommodation-table {
    margin-bottom: 35px;
}

.without-tabs h2 {
    text-align: center !important;
}

.without-tabs .types__accommodation-table table {
    width: 60% !important;
}

/* 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/type-accommodation-table/style.css?17460303941952 */
/* /local/components/aspro/form.medc2/templates/contacts-custom/style.css?1742554323132 */
