@charset "UTF-8";

.wrap__btn {
    padding-top: 56px
}

@media (max-width:768px) {
    .wrap__btn {
        padding-top: 24px
    }
}

.blog-card__img {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    max-height: 490px;
}

.blog-card__img img {
    object-fit: cover;
}

@media (max-width:768px) {
    .blog-card__img {
        margin-bottom: 8px
    }
}

.blog-card__date {
    margin-right: 8px
}

.subscribe .section__title {
    font-size: clamp(32px, 5vw, 72px)
}

@media (max-width:1670px) {
    .subscribe .section__title {
        font-size: clamp(32px, 3.8888888889vw, 56px)
    }
}

@media (max-width:1070px) {
    .subscribe .subscribe__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.posts__slider {
    width: 360px;
    height: 440px;
    overflow: hidden;
    border-radius: 16px
}

.posts-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08)
}

.posts__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 16px
}

.posts__buttons button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #eee;
    font-size: 18px;
    cursor: pointer
}

.posts__buttons button:hover {
    background: #ddd
}

@media (max-width:576px) {
    .contacts__photo {
        width: 96px;
        height: 96px
    }
}

.contacts__photo img {
    border-radius: 16px;
    width: 100%;
    height: 100%
}

@media (max-width:576px) {
    .contacts__photo img {
        width: 96px;
        height: 96px
    }
}

@media (max-width:1768px) {
    .contacts__title {
        max-width: 97%
    }
}

@media (max-width:1185px) {
    .contacts__title {
        max-width: none;
        margin-right: 155px
    }
}

@media (max-width:576px) {
    .contacts__title {
        margin-right: 0;
        max-width: 90%
    }
}

@media (max-width:576px) {
    .posts__second {
        gap: 0
    }
}

.posts-card {
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

.posts-card__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4em;
    max-height: 12em;
    display: -moz-box;
    -moz-line-clamp: 4;
    position: relative
}

.posts .posts-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: visible
}

@media (max-width:1185px) {
    .posts .posts-slider {
        height: 600px;
        margin-bottom: 64px
    }
}

@media (max-width:915px) {
    .posts .posts-slider {
        height: 460px
    }
}

@media (max-width:768px) {
    .posts .posts-slider {
        height: 800px
    }
}

@media (max-width:730px) {
    .posts .posts-slider {
        height: 822px
    }
}

@media (max-width:688px) {
    .posts .posts-slider {
        height: 820px
    }
}

@media (max-width:644px) {
    .posts .posts-slider {
        height: 811px
    }
}

@media (max-width:637px) {
    .posts .posts-slider {
        height: 811px
    }
}

@media (max-width:602px) {
    .posts .posts-slider {
        height: 804px
    }
}

@media (max-width:576px) {
    .posts .posts-slider {
        height: 862px
    }
}

@media (max-width:542px) {
    .posts .posts-slider {
        height: 863px
    }
}

@media (max-width:504px) {
    .posts .posts-slider {
        height: 866px
    }
}

@media (max-width:468px) {
    .posts .posts-slider {
        height: 864px
    }
}

@media (max-width:466px) {
    .posts .posts-slider {
        height: 864px
    }
}

@media (max-width:400px) {
    .posts .posts-slider {
        height: 850px
    }
}

@media (max-width:368px) {
    .posts .posts-slider {
        height: 836px
    }
}

@media (max-width:328px) {
    .posts .posts-slider {
        height: 769px
    }
}

.posts .posts-slider .swiper-wrapper {
    position: relative;
    height: 100%
}

.posts .posts-slider .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 300ms ease, -webkit-transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1);
    transition: opacity 300ms ease, -webkit-transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1);
    transition: transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1), opacity 300ms ease;
    transition: transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1), opacity 300ms ease, -webkit-transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1);
    will-change: transform, opacity;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e9e8e4;
    pointer-events: none
}

.posts .posts-slider .steps__navigation {
    position: absolute;
    right: 44px;
    top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    z-index: 999
}

@media (max-width:576px) {
    .posts .posts-slider .steps__navigation {
        right: 24px;
        top: 173px
    }
}

.posts .posts-slider .slider__next,
.posts .posts-slider .slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.start__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 40px 8fr;
    grid-template-columns: 4fr 8fr;
    gap: 40px
}

@media (max-width:670px) {
    .start__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.article-header__title {
    font-size: clamp(40px, 5vw, 72px)
}

.article__info_text {
    font-size: clamp(20px, 1.9444444444vw, 28px)
}

.article__info_link {
    font-size: clamp(16px, 1.3888888889vw, 20px)
}

[hidden] {
    display: none !important
}

.crumb_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.crumb_mob__link {
    margin-top: 2px;
    margin-right: 16px;
    display: none
}

.crumb_mob__link:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../img/crumb_mob__link.svg") no-repeat center center/cover
}

@media (max-width:768px) {
    .crumb_mob__link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (max-width:768px) {
    .crumb_mob {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.menu-overlay {
    background: var(--text_001);
    opacity: 0.4;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    display: none
}

.menu-overlay.is-active {
    display: block
}