

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1780403524585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/solution/components/bitrix/news/tsz-news/bitrix/news.detail/.default/style.css?17804034554345*/

.news-detail__title {
    font-weight: bold;
}
@media (min-width: 0) {
    .news-detail__title {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}
@media (min-width: 768px) {
    .news-detail__title {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}
@media (min-width: 1024px) {
    .news-detail__title {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}
@media (min-width: 1440px) {
    .news-detail__title {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}
.news-detail__title + * {
    margin-top: 16px;
}
.news-detail__back + * {
    margin-top: 24px;
}
.news-detail__img {
    width: 100%;
}
.news-detail__img img {
    width: 100%;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 1439px) {
    .news-detail__img img {
        height: 370px;
    }
}
@media (max-width: 1023px) {
    .news-detail__img img {
        height: 364px;
    }
}
@media (max-width: 767px) {
    .news-detail__img img {
        height: 164px;
    }
}
.news-detail__img + * {
    margin-top: 24px;
}
.news-detail__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .news-detail__aside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.news-detail__aside + * {
    margin-top: 24px;
}
.news-detail__aside-date {
    color: #00533E;
}
@media (min-width: 0) {
    .news-detail__aside-date {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .news-detail__aside-date {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .news-detail__aside-date {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .news-detail__aside-date {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    .news-detail__aside-date {
        margin-top: 16px;
    }
}
.news-detail .gallery img {
    height: 420px;
}
@media (max-width: 1439px) {
    .news-detail .gallery img {
        height: 369px;
    }
}
@media (max-width: 767px) {
    .news-detail .gallery img {
        height: 164px;
    }
}

.news-detail {
/*    padding-bottom: 64px;*/
}

@media (max-width: 1439px) {
    .news-detail {
   /*     padding-bottom: 57px;*/
    }
}

@media (max-width: 1023px) {
    .news-detail {
       /* padding-bottom: 48px;*/
    }
}

@media (max-width: 767px) {
    .news-detail {
    /*    padding-bottom: 41px;*/
    }
}

.button--color-beige:hover {
    -webkit-box-shadow: 0px 10px 20px -10px #00533E;
    box-shadow: 0px 10px 20px -10px #00533E;
    background-color: #26A3EA;
}

.news-source{
    width: 100%;
    text-align: end;
    margin-top: 15px;
}


.gallery__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}
.gallery:hover .gallery__icon {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    opacity: 1;
}
.gallery a {
    display: block;
    position: relative;
}
.gallery img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    height: 600px;
    width: 100%;
    border-radius: 24px;
}
@media (max-width: 1439px) {
    .gallery img {
        height: 560px;
    }
}
@media (max-width: 1023px) {
    .gallery img {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .gallery img {
        height: 220px;
    }
}
.news-detail__img img{
    border-radius: 24px;
}
/* End */


/* Start:/local/templates/solution/components/bitrix/news.list/tsz-promo-list_new/style.css?17804034553308*/

.promo-card {
    padding: 24px 32px;
    background: #D1F0C7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 240px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-property: background, -webkit-box-shadow;
    transition-property: background, -webkit-box-shadow;
    transition-property: background, box-shadow;
    transition-property: background, box-shadow, -webkit-box-shadow;
    position: relative;
    border-radius: 24px;
}
@media (max-width: 1439px) {
    .promo-card {
        min-height: 280px;
    }
}
@media (max-width: 1023px) {
    .promo-card {
        min-height: 180px;
    }
}
@media (max-width: 767px) {
    .promo-card {
        min-height: 200px;
    }
}
.promo-card:hover {
    -webkit-box-shadow: 0px 20px 20px -20px rgba(71, 167, 235, 0.5);
    box-shadow: 0px 20px 20px -20px rgba(71, 167, 235, 0.5);
 /*   background: #A2D4AB;*/
}
.promo-card:hover .promo-card__aside {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
.promo-card--colored {
    color: #ffffff;
    background-color: #00533E;
    position: relative;
    overflow: hidden;
}
.promo-card--colored > * {
    z-index: 2;
}

.promo-card--colored .link {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.promo-card--colored:hover {
    background-color: #00533E;
}
.promo-card__title {
    font-weight: bold;
}
@media (min-width: 0) {
    .promo-card__title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    .promo-card__title {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
@media (min-width: 1024px) {
    .promo-card__title {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
@media (min-width: 1440px) {
    .promo-card__title {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
.promo-card__desc {
    margin-top: 12px;
}
@media (min-width: 0) {
    .promo-card__desc {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .promo-card__desc {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .promo-card__desc {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .promo-card__desc {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
.promo-card__aside {
    margin-top: auto;
    padding-top: 12px;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.promo-card__link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* End */


/* Start:/local/templates/solution/components/bitrix/form.result.new/tsz-call-me/style.css?178040345544*/
.rm-form__content{
    position: relative;
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1780403524585 */
/* /local/templates/solution/components/bitrix/news/tsz-news/bitrix/news.detail/.default/style.css?17804034554345 */
/* /local/templates/solution/components/bitrix/news.list/tsz-promo-list_new/style.css?17804034553308 */
/* /local/templates/solution/components/bitrix/form.result.new/tsz-call-me/style.css?178040345544 */
