

/* Start:/local/templates/tenery_2024/components/bitrix/news/press_center/style.min.css?1740637337624*/
@media (min-width:80em){h1{width:66.2%}}.press-center{display:flex;flex-wrap:wrap}.press-center .left{flex:0 0 auto;width:100%}@media (min-width:80em){.press-center .left{width:66.2%;padding-right:100px}}.press-center .right{flex:0 0 auto;width:100%;border-top:1px solid rgba(var(--maroon),.3);margin-top:20px;padding-top:20px}@media (min-width:80em){.press-center .right{width:33.8%;padding-left:18px;border-top:none;border-left:1px solid rgba(var(--maroon),.3)}}.press-center .right>.title{font-family:'Playfair Display',serif;font-weight:700;font-size:24px;line-height:.97481;color:rgba(var(--maroon));margin-bottom:20px}
/* End */


/* Start:/local/templates/tenery_2024/components/bitrix/news/press_center/bitrix/news.detail/.default/style.css?1761820120702*/
.news-detail {
}

.news-detail .detail-picture {
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 120em) {
    .news-detail .detail-picture {
        margin-bottom: 30px;
    }
}

.news-detail a:not(.button) {
    color: rgb(var(--green));
}

.news-detail a:not(.button):hover {
    text-decoration: none;
}

.news-detail a[href^="tel"] {
    white-space: nowrap;
    font-weight: 700;
    color: rgb(var(--maroon));
    text-decoration: none;
}

.news-detail a[href^="tel"]:hover {
    text-decoration: underline;
}

.news-detail a.tags__item {
    color: rgb(var(--purple));
}

.news-detail a.tags__item:hover {
  background-color: rgb(var(--purple));
  color: rgb(var(--cream));
}

/* End */


/* Start:/local/templates/tenery_2024/components/sprint.editor/blocks/.default/_style.min.css?17406373372661*/
.sp-block-table table{width:100%;border-collapse:collapse}.sp-block-table table tr{background:#f7f7f7;color:#8a8a8a}.sp-block-table table tr:nth-child(odd){background:#e7e6e6}.sp-block-table table tr:hover{background:#d4d4d4;color:#000}.sp-block-table table td{text-align:left;border:1px solid #ccc;padding:5px}.sp-block-table p{margin:0}.sp-image{margin-bottom:20px}@media (min-width:120em){.sp-image{margin-bottom:30px}}.sp-image img{max-width:100%;height:auto}.sp-video iframe,.sp-video-gallery iframe{border-width:0}.sp-iblock-elements,.sp-iblock-sections{padding:10px;border:1px solid #c3c3c3;margin:10px 0}.sp-properties{width:400px;border-collapse:collapse}.sp-properties_title{font-weight:700}.sp-properties_text,.sp-properties_title{border:1px solid #ccc;padding:0 5px}.sp-gallery-items{overflow:hidden}.sp-gallery-item{float:left;height:220px;padding:5px}.sp-gallery-item-img-wrapper{float:left;height:100%;overflow:hidden;position:relative;width:100%;display:block;color:inherit}.sp-gallery-item img{display:block;left:50%;max-height:100%;max-width:none;position:relative;top:50%;-webkit-transform:translate(-50%,-50%) translateZ(0);-moz-transform:translate(-50%,-50%) translateZ(0);-o-transform:translate(-50%,-50%) translateZ(0);-ms-transform:translate(-50%,-50%) translateZ(0);transform:translate(-50%,-50%) translateZ(0)}.sp-gallery-item-text{background-color:rgba(255,255,255,.7);cursor:pointer;height:100%;left:0;opacity:0;position:absolute;text-align:center;top:0;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;width:100%}.sp-gallery-item-text:hover{opacity:1}.sp-gallery-item-text::after{content:'';display:inline-block;height:100%;vertical-align:middle}.sp-gallery-item-text-content{display:inline-block;vertical-align:middle;width:90%}.sp-button_link,.sp-button_link:link,.sp-button_link:visited{display:inline-block;padding:10px 20px;margin:10px 0;border-radius:20px;text-decoration:none;background:#ccc;color:#333}.sp-button_link:hover{text-decoration:none;background:#333;color:#ccc}.sp-accordion{border:1px solid #ccc;border-radius:5px}.sp-accordion-title{border-top:1px solid #ccc;color:#444;cursor:pointer;padding:10px;text-align:left}.sp-accordion-title:first-child{border-top:none}.sp-accordion-container{padding:0 10px 10px;display:none;overflow:hidden}.sp-accordion-title:after{content:'\02795';font-size:12px;color:#777;float:right;margin:2px 5px}.sp-accordion-title__active:after{content:"\2796"}.sp-complex-table{display:table;table-layout:fixed;border-spacing:10px}.sp-complex-row{display:table-row}.sp-complex-col{display:table-cell;vertical-align:top}
/* End */


/* Start:/local/templates/tenery_2024/components/bitrix/news/press_center/bitrix/news.list/other/style.min.css?1740637337155*/
.swiper.swiper--news{width:100%}@media (max-width:79.938em){.swiper.swiper--news{overflow:unset}}@media (min-width:80em){.swiper.swiper--news{height:100%}}
/* End */


/* Start:/local/components/tenery/news.item/templates/.default/style.css?17760993053463*/
.news-item {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--cream-secondary));
    border: 1px solid rgb(var(--cream-secondary));
    padding: 0 10px 10px;
    position: relative;
    transition: border-color .3s ease-in-out;
}

@media (min-width: 48em) {
    .news-item {
        padding: 0 20px 28px;
    }
}

@media (min-width: 120em) {
    .news-item {
        padding: 0 30px 70px;
    }
}

@media (min-width: 80em) {
    .news-item:hover {
        border-color: rgb(var(--beige));
    }
}

.news-item .item__image {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 15px;
    position: relative;
    padding-top: 72%;
}

@media (min-width: 48em) {
    .news-item .item__image {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 120em) {
    .news-item .item__image {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: 26px;
        padding-top: 77.8%;
    }
}

.news-item .item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item .item__date {
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    color: rgb(var(--maroon));
    margin-bottom: 15px;
}

@media (min-width: 48em) {
    .news-item .item__date {
        font-size: 12px;
    }
}

@media (min-width: 120em) {
    .news-item .item__date {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.news-item .item__title {
    font-family: 'Playfair Display', serif;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: rgb(var(--maroon));
    text-decoration: none;
    margin-bottom: 15px;
}

@media (min-width: 48em) {
    .news-item .item__title {
        font-size: 16px;
    }
}

@media (min-width: 120em) {
    .news-item .item__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.news-item .item__desc {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    color: rgb(var(--maroon));
    max-width: calc(100% - 50px);
}

@media (min-width: 48em) {
    .news-item .item__desc {
        font-size: 12px;
        /*max-width: calc(100% - 60px);*/
    }
}

@media (min-width: 80em) {
    .news-item .item__desc {
        /*max-width: 223px;*/
    }
}

@media (min-width: 120em) {
    .news-item .item__desc {
        font-size: 16px;
        /*max-width: 388px;*/
    }
}

.news-item .chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    background-color: rgba(var(--maroon), .1);
    color: rgb(var(--maroon));
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}

@media (min-width: 48em) {
    .news-item .chevron {
        position: absolute;
        bottom: 20px;
        right: 20px;
        margin-top: 0;
    }
}

@media (min-width: 120em) {
    .news-item .chevron {
        width: 60px;
        height: 60px;
        bottom: 30px;
        right: 30px;
    }
}

.news-item .chevron:before {
    display: inline-block;
    font-family: 'Tenery' !important;
    content: "\e91d";
    transform: rotate(-90deg);
}
/* End */
/* /local/templates/tenery_2024/components/bitrix/news/press_center/style.min.css?1740637337624 */
/* /local/templates/tenery_2024/components/bitrix/news/press_center/bitrix/news.detail/.default/style.css?1761820120702 */
/* /local/templates/tenery_2024/components/sprint.editor/blocks/.default/_style.min.css?17406373372661 */
/* /local/templates/tenery_2024/components/bitrix/news/press_center/bitrix/news.list/other/style.min.css?1740637337155 */
/* /local/components/tenery/news.item/templates/.default/style.css?17760993053463 */
