<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* articles */

.articles__container {
    padding: 56px 20px
}

.articles__wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.articles__table {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
    min-width: 1170px;
}

.article-info__wrapper {
    padding: 24px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    line-height: 1.5
}

.article-unit__title {
    margin-bottom: 8px;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.articles__title-page {
    font-family: 'Montserrat-Bold';
    margin-bottom: 32px;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 76.8px */ 
    margin-top: 0;
}

.article__text {
    flex-grow: 1;
    margin-bottom: 16px;
    font-size: 16px;
}

.article-date-time__wrapper p {
    font-size: 16px;

}

.articles-table__unit {
    border-radius: 24px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(4, 37, 48, 0.20);

    margin-bottom: 32px;
    max-width: 368px;
    min-height: 527px;
}


.articles-table__unit:nth-child(2n) {
    margin-right: 0;
}

.articles-table__unit:last-child {
    margin-right: 0;
}

.articles__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article-date-time__wrapper img {
    margin-right: 8px;
}

.article_button {
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */ 
}

.article-date-time__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.article-date__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.article-time__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.article__img {
    display: flex;
    align-items: flex-end;
}

.article__img img {
    width: 100%;
}

.articles-title__wrapper {
    align-items: center;
    max-width: 732px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}

.articles__slider-btn {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 6.667px;
    border-radius: 5px;
    border: 1px solid var(--black, #1E3301);
    background: var(--white, #FFF);
}

.articles__slider {
    margin-bottom: 32px;
}

.articles__slider-btn.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.articles__slider-btn_prev {
    left: -12px;
}

.articles__slider-btn_next {
    right: -12px;
}
.articles__slider-pagination {
    display: none;
}

.articles__slide {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #EDF9EA;
    height: initial;
    display: flex;
    flex-direction: column;
}

.slider-btn__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.articles-img__wrapper {
    float: right;
    padding-right: max(15px, calc(100% - 1950px) / 2);
    border-radius: 24px 0px 0px 24px;
    margin: -20px 0;
}

.articles__button  {
    min-width: 220px;
    padding: 16px;
}


.articles-table__unit {
    border-radius: 24px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(4, 37, 48, 0.20);

    margin-bottom: 32px;
    max-width: 368px;
    min-height: 527px;
}

.aticle-date__wrapper img {
    margin-right: 8px;
}

.aticle-time__wrapper img {
    margin-right: 8px;
}

.aticle-date__wrapper {
    display: flex;
    flex-direction: row;

}

.aticle-time__wrapper {
    display: flex;
    flex-direction: row;
}

.article__img {
    display: flex;
    align-items: flex-end;
}

.article__img img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.article__wrapper {
    overflow: hidden;
    border: 1px solid #EDF9EA;
    height: initial;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(4, 37, 48, 0.20);
}

.article__wrapper_page {
    flex: 0 1 calc(33.333% - 21.5px);
    margin-right: 32px;
    margin-bottom: 32px;
}

.article__wrapper_page:nth-child(3n) {
    margin-right: 0;
}

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

/* sidebar-articles */

.sidebar-articles__title {
    font-size: 32px;
}

.sidebar-articles__container {
    width: 365px;
    padding: 24px 16px;
    border-radius: 19px;
    background-color: #EDF9EA;
    box-shadow: 0px 0px 20px 0px rgba(4, 37, 48, 0.20);
}

.sidebar-articles__title {
    margin-bottom: 0;
}

.sidebar-articles__wrapper {
    display: flex;
    position: relative;
}

.sidebar-articles__table {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
    min-width: 1170px;
}

.sidebar-articles-info__wrapper {
    padding: 32px 24px 24px 24px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.sidebar-articles-unit__title {
    margin-bottom: 8px;
}
.pbold{
    font-weight: 700;
}
.pboldxs {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.sidebar-articles__text {
    flex-grow: 1;
    margin-bottom: 16px;
}

.sidebar-articles-date-time__wrapper p {
    font-size: 16px;
}

.sidebar-articles-table__unit {
    border-radius: 24px;
    background-color: #FFF;
}

.sidebar-articles-table__unit:nth-child(2n) {
    margin-right: 0;
}

.sidebar-articles-table__unit:last-child {
    margin-right: 0;
}

.sidebar-articles__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar-articles-date-time__wrapper img {
    margin-right: 8px;
}

.sidebar-articles_button {
    min-width: 100%;
    padding: 16px;
    margin-bottom: 16px;
}

.sidebar-articles-date-time__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sidebar-articles-date__wrapper {
    display: flex;
    flex-direction: row;

}

.sidebar-articles-time__wrapper {
    display: flex;
    flex-direction: row;
}

.sidebar-articles__img {
    display: flex;
    align-items: flex-end;
}

.sidebar-articles__img img {
    width: 100%;
}

.sidebar-articles-title__wrapper {
    align-items: center;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    background-color: #EDF9EA;
}

.sidebar-articles__slider-btn.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.sidebar-articles__slider-btn_prev {
    left: -12px;
}

.sidebar-articles__slider-btn_next {
    right: -12px;
}

.sidebar-articles__slider-btn {
    border-radius: 5px;
    border: 1px solid var(--black, #1E3301);
    background: var(--white, #FFF);
    display: flex;
    width: 32px;
    height: 32px;
    padding: 5.333px;
    justify-content: center;
    align-items: center;
}

.sidebar-articles__slide {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #EDF9EA;
    height: initial;
    display: flex;
    flex-direction: column;
}

.sidebar-articles-img__wrapper {
    float: right;
    padding-right: max(15px, calc(100% - 1950px) / 2);
    border-radius: 24px 0px 0px 24px;
    margin: -20px 0;
}

.sidebar-articles__button {
    min-width: 220px;
    padding: 16px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

/* articles-block */

.articles-block.articles-title__wrapper {
    width: 100%;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}

.articles-block.articles__button {
    min-width: 220px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.articles-block.articles__slider-btn.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.articles-block.articles__slider-btn_prev {
    left: -12px;
}

.articles-block.articles__slider-btn_next {
    right: -12px;
}

.articles-block.articles__slider-btn {
    border-radius: 5px;
    border: 1px solid var(--black, #1E3301);
    background: var(--white, #FFF);
    display: flex;
    width: 32px;
    height: 32px;
    padding: 5.333px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {

      /* glob */
    .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 140%;
    }
     .pbold {
        font-size: 20px;
        font-size: 16px;
        line-height: 150%;
    }

    /* articles */

    .slider-btn__wrapper {
        min-width: 80px;
    }

    .article-info__wrapper {
        padding: 16px;
    }

    .form__item {
        right: 50px;
    }

    .article__wrapper_page {
        flex: 0 1 calc(50% - 8px);
        margin-right: 16px;
        margin-bottom: 16px;
    }
    
    .article__wrapper_page:nth-child(3n) {
        margin-right: 16px;
    }

    .article__wrapper_page:nth-child(2n) {
        margin-right: 0;
    }
    
    .article__wrapper_page:last-child {
        margin-right: 0;
    } 

    .articles-title__wrapper {
        align-items: center;
        margin-bottom: 32px;
        display: flex;
        justify-content: space-between;
    }

    .articles__container {
        padding: 32px 20px
    }
    
    /* articles-block */
    .articles-block__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    /* articles */
    .slider-btn__wrapper {
        display: none;
    }
    .articles__title {
        font-size: 28px;
    }
    
    .articles__slider-btn {
        width: 30px;
        height: 30px;
    }

    .articles__slider-pagination {
        display: block;
        display: flex;
        justify-content: center;
        margin-bottom: 32px;
    }

    .articles__slider-pagination .swiper-pagination-bullet {
        margin: 0 8px 0 0!important;
        opacity: 1;
        background-color: #C6FEB3;
    }

    .articles__slider-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0!important;
    }

    .articles__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        transform: scale(1.2);
        background-color: #42AF1D;
    }
}

@media (max-width: 575px) {

    /* articles */
    .articles {
        padding-top: 0;
    }

    .article__wrapper_page {
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    
    .article__wrapper_page:nth-child(3n) {
        margin-right: 0;
    }

    .article_button {
        padding: 12px 16px;
    }

    .articles-ex__button {
        min-width: 100%;
    }
}

.stati__similar .otziv-block{
    width: 100%;
}
.stati__similar .slick-list{
    padding-left: 18px;
    padding-top: 18px;
}
.stati__similar .article__wrapper_page{
    margin-right: 32px;
}
.stati__similar .article__wrapper {
    box-shadow: 0px 0px 20px 0px rgba(4, 37, 48, 0.20);
}

.articles-sl .slick-prev{
    left: 582px;
    background: #fff url(/assets/images/slayder-arrow.svg) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    transition: 0.3s;
    display: block;
    border: 1px solid #1E3301;
    border-radius: 5px;
    top: -102px;
    z-index: 1;
    transform: rotate(180deg);
}
.articles-sl .slick-next{
    left: 640px;
    background: #fff url(/assets/images/slayder-arrow.svg) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    transition: 0.3s;
    border: 1px solid #1E3301;
    border-radius: 5px;
    display: block;
    top: -82px;
}
.articles-sl .slick-dots {
    position: absolute;
    bottom: -16px;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
.articles-sl .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
  }
.articles-sl .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    background: #C6FEB3;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
}
.articles-sl .slick-active button {
    background: #42AF1D !important;
    width: 12px !important;
    height: 12px !important;
}

.articles-sl .otziv-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
</pre></body></html>