

/* Start:/bitrix/templates/vmeste/components/bitrix/news.list/teasers-puzzle/style.css?16297837051743*/
.teaser-block {
    border-bottom: 1px solid #E5E5E5;
}

.puzzle-item--wrap {
    position: relative;
}
.puzzle-item--wrap::after {
    content: ' ';
    background-image: url(/bitrix/templates/vmeste/components/bitrix/news.list/teasers-puzzle/images/puzzle.svg);
    display: block;
    position: absolute;
    width: 29px;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    right: -29px;
}
.puzzle-item--wrap:last-child::after {
    display: none;
}

.puzzle-item {
    padding: 60px 20px 50px;
}

@media screen and (max-width: 991px) {
    .puzzle-item {
        padding: 40px 20px 30px;
    }    
}

@media screen and (max-width: 767px) {
    .puzzle-item {
        padding: 30px 20px 30px;
    }    
}

.puzzle-item--icon {
    width: 54px;
    height: 70px;
    margin: 0 auto;
}

.puzzle-item--text {
    text-align: center;
    margin: 30px 0 0px;
}

.puzzle-item--text .puzzle-item--text-title {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.puzzle-item--wrap:nth-child(odd) .puzzle-item--text .puzzle-item--text-title {
    color: #F17500;
}
.puzzle-item--wrap:nth-child(even) .puzzle-item--text .puzzle-item--text-title {
    color: #10328F;
}

.puzzle-item--text .puzzle-item--text-subtitle {
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
}

@media screen and (max-width: 1199px) {
    .teaser-block {
        border-bottom: 0;
    }
    
    .puzzle-item--wrap:nth-child(even)::after {
        display: none;
    }
    .puzzle-item--wrap {
        border-bottom: 1px solid #E5E5E5;
    }

}

@media screen and (max-width: 767px) {
    .puzzle-item--wrap::after {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/vmeste/components/bitrix/news.list/main-page--news/style.css?16297837054009*/
.news-link {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.news--wrap {
    padding: 30px 0;
}

.news-item {
    position: relative;
    min-height: 340px;
}
.news-item:not(.news-item--active) {
    padding: 26px 28px;
    border: 1px solid #E5E6E6;
    border-radius: 10px;
}
.news-item.news-item--active {
    padding-left: 25px;
}

.news-item--image {
    border-radius: 10px;
    position: relative;
}
.news-item--image::after {
    content: ' ';
    border-radius: 10px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3B3D45;
    opacity: 0.35;
    top: 0;
    left: 0;
}

.news-item--image img {
    border-radius: 10px;
    min-height: 340px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

.news-item:not(.news-item--active) .news-item--text {
    margin: 20px 0;
}

.news-item:not(.news-item--active) .news-item--text .news-item--title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #10328F;
}

.news-item:not(.news-item--active) .news-item--text .news-item--preview {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    opacity: 0.7;
    margin: 10px 0;
    color: #3B3D45;
}

.news-item:not(.news-item--active) .news-item--date {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8E9ABB;
}

.news-item .news-item--link {
    position: absolute;
    bottom: 28px;
}
.news-item .news-item--link span {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}

.news-item--active .news-item--text {
    background: #10328F;
    border-radius: 10px;
    color: #fff;
    padding: 25px 28px;
    position: absolute;
    width: 79%;
    bottom: -25px;
    left: 0;
}

.news-item--active .news-item--text .news-item--title {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}

.news-item--active .news-item--text .news-item--date {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    margin-top: 11px;
    opacity: 0.6;
}

.news-item--nb {
    width: 50px;
    height: 50px;
    background: #F17500;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 25px;
}
.news-item--nb::before {
    content: url(/bitrix/templates/vmeste/components/bitrix/news.list/main-page--news/images/flash.svg);
    display: block;
    position: absolute;
    height: 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
    .news-item a:hover .news-item--link span {
        color: #10328F;
    }
}

@media screen and (max-width: 1199px) {
    .news-item:not(.news-item--active) {
        min-height: auto;
    }

    .news-card {
        margin: 15px 0;
    }
    .news-card:first-child {
        margin-top: 0;
    }
    .news-card:last-child {
        margin-bottom: 0;
    }

    .news-item:not(.news-item--active) .news-item--text {
        margin: 12px 0 22px;
    }

    .news-item:not(.news-item--active) .news-item--text .news-item--preview {
        display: none;
    }

    .news-item .news-item--link {
        position: relative;
        bottom: unset;
    }
}

@media screen and (max-width: 991px) {
    .news-item.news-item--active {
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 767px) {
    .news-item.news-item--active {
        margin-bottom: 45px;
    }

    .news-card {
        margin: 10px 0;
    }
    .news-card:first-child {
        margin-top: 0;
    }
    .news-card:last-child {
        margin-bottom: 0;
    }

    .news-item--active .news-item--text .news-item--title {
        font-size: 20px;
        line-height: 24px;
    }

    .news-item--active .news-item--text .news-item--date {
        font-size: 14px;
        line-height: 17px;
    }
}
/* End */


/* Start:/bitrix/templates/vmeste/components/bitrix/news.detail/footer-contact/style.css?1629783705421*/
.contacts-item {
    margin: 22px 0;
}

.contacts-item .content-value {
    font-size: 24px;
    line-height: 29px;
}

.contacts-item .highlight {
    color: #10328F;
}

.contacts-item .a-email {
    border-bottom-color: rgb(241 117 0 / 35%);
    color: #F17500;
}
.contacts-item .a-email:hover {
    border-bottom-color: transparent;
}

.contacts-block {
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E6E6;
}
/* End */
/* /bitrix/templates/vmeste/components/bitrix/news.list/teasers-puzzle/style.css?16297837051743 */
/* /bitrix/templates/vmeste/components/bitrix/news.list/main-page--news/style.css?16297837054009 */
/* /bitrix/templates/vmeste/components/bitrix/news.detail/footer-contact/style.css?1629783705421 */
