@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap');

.title__init {
    font-size: 46px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
}
.init_height {
    height: 550px;
}

.detail-row {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.detail-col {
    flex: 1;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.detail-col-6 {
    flex: 1 0 50%;
    width: 50%;
    max-width: 50%;
}
.detail-col-4 {
    flex: 1 0 33.332%;
    width: 33.332%;
    max-width: 33.332%;
}
.detail-img {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 66.5%;
}
.detail-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.detail-descr-grey {
    position: relative;
    width: 100%;
    margin-top: 14px;
    font-size: 16px;
    color: #515259;
    padding-left: 46px;
}
.detail-descr-grey:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 1px;
    background: #515259;
}
.detail-content {
    width: 100%;

    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
.detail-content--left-gap {
    padding-left: 100px;
}
.detail-content--right-gap {
    padding-right: 80px;
}
.detail-title {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    width: 100%;
    margin-bottom: 25px;
    color: #28282d;
    margin-top: -16px;
}
.detail-text {
    color: #28282d;
    font-size: 16px;
    max-width: 475px;
    margin-bottom: 40px;
}
.detail-text b {
    font-weight: 600;
}
.detail-text p {
    margin-bottom: 20px;
    margin-top: 20px;
}
.detail-text p:first-of-type {
    margin-top: 0;
}
.detail-text p:last-of-type {
    margin-bottom: 0;
}

.detail-step-big__item {
    margin-bottom: 46px;
}
.detail-step-big__item:last-of-type {
    margin-bottom: 0;
}
.detail-step-big__title {
    font-size: 24px;
    line-height: 1.12;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    color: #8abd2e;
}
.detail-step-big__text {
    font-size: 16px;
    color: #28282d;
}

.detail-info-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}
.detail-info-block__content {
    flex: 1;
    min-width: 0;
    padding-left: 20px;

}
.detail-info-block__img {
    padding-top: 6px;
}
.detail-info-block__title {
    color: #8abd2e;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}
.detail-info-block__text {
    font-size: 14px;
    color: #a0a49f;
}
.detail-img-info-wrapper {
    width: 100%;


    display: flex;
    margin-top: -90px;
    position: relative;
    z-index: 1;
}
.detail-img-info {
    display: inline-block;
    padding: 26px 35px;
    margin: 0 auto;
    background: #fff;
}
.detail-img-info__title {
    margin-bottom: 10px;
    color: #28282d;
    font-size: 15px;
    width: 100%;
}
.detail-img-info__text {
    width: 100%;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    color: #8abd2e;
}
.detail-img-info__text-big {
    font-size: 46px;
    line-height: 1;
}

.detail-step {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.detail-step__num {
    font-size: 22px;
    color: #8abd2e;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    position: relative;
    padding-right: 45px;
    margin-right: 17px;
}
.detail-step__num:before {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    transform: translateY(-50%);
    width: 26px;
    height: 1px;
    background: #8abd2e;
}
.detail-step__content {
    flex: 1;
    min-width: 0;
    position: relative;
}
.detail-step__text {
    position: relative;
    top: 2px;
    font-size: 18px;
    color: #28282d;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;

}
div.article-block blockquote{
    max-width: 1000px;
}
.article-block{
    max-width: 1000px;
}
b, strong {
    font-weight: bold!important;
}
.article-block h3{
    max-width: 1000px;
}
@media (max-width: 1060px) {
    .detail-content--left-gap {
        padding-left: 0;
    }
    .detail-content--right-gap {
        padding-right: 0;
    }
    .order-first-tablet {
        order: -1;
    }
    .detail-col {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .detail-text {
        max-width: 100%;
    }
    .detail-title {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 15px;
        line-height: 1.25;
    }
}
@media (max-width: 650px) {
    .init_height {
        height: 350px;
    }
    .title__init {
        font-size: 25px;
    }
    .detail-title {
        font-size: 24px;
    }
    .detail-text {
        font-size: 14px;
    }
    .detail-step-big__title {
        font-size: 21px;
    }
    .detail-step-big__text {
        font-size: 14px;
    }
    .detail-step-big__item {
        margin-bottom: 26px;
    }
    .detail-img-info__text-big {
        font-size: 26px;
    }
    .detail-img-info__text {
        font-size: 18px;
    }
}

.header__logo {
    max-width: 282px;
    width: 100%;
}
.arrow-text {
    margin-top: 36px;
    color: #FFF !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 15px */
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;

}
.wrapper_wrap {
    flex-wrap: wrap;
}
.blog-list__item:nth-child(odd) {
    background: rgba(235, 241, 227, 0.20);
    border-top: 1px solid #EFF5E7;
    border-bottom: 1px solid #EFF5E7;
}
.blog-list__date {
    color: #6E7176;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
    margin-bottom: 22px;
}
.blog-list__title {
    color: #2B2B2F;
    font-family: 'Exo2.0';
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 137%; /* 137.143% */
    margin-bottom: 23px;
    display: inline-block;
}
.blog-list__descr {
    color: #3D4142;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 21.5px; /* 179.167% */
}
.blog-list__action {
    margin-top: 30px;
}
.blog-list__more {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: #3D4142;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    gap: .8rem;
}
.blog-list__more:hover {
    color: #69a001;
}
.blog-list__more:hover svg path {
    fill: #69a001;
}
.blog-list__content {
    max-width: 34.9rem;
    padding-top: 3rem;
}
.blog-list__more-icon {
    display: flex;
}
.more-btn-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.more-btn-block .btn {
    padding: 2.1rem 5.6rem;
    line-height: .9;
    font-size: 1.4rem;
    font-weight: 400;
}
.article-block > * {
    max-width: 60.9rem;
}
.article-block > *:not(img) {
    max-width: 60.9rem;
}
.article-block__head {
    max-width: 55.1rem;
}
.article-block p {
    margin-top: 1.6rem ;
    margin-bottom: 3.2rem;
}
.article-block img {
    margin: 3.2rem 0;
    max-width: 100.05rem;
    display: block;
    width: 100%;
}
.article-block h2 {
    margin-top: 1.6rem ;
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
    font-family: 'Exo2.0';
}
.article-block h3 {
    margin-top: 1.6rem ;
    margin-bottom: 2.4rem;
     font-size: 2.4rem;
     font-family: 'Exo2.0';
 }
.article-block h4 {
    margin-top: 1.6rem ;
    margin-bottom: 2.4rem;
    font-size: 2rem;
    font-family: 'Exo2.0';
}
.article-block h5 {
    margin-top: 1.6rem ;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    font-family: 'Exo2.0';
}
.article-block h6 {
    margin-top: 1.6rem ;
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    font-family: 'Exo2.0';
}
.article-block blockquote {
    margin: 1.6rem 0;
    border-left: 1px solid #89B426;
    padding-left: 2.1rem;
    font-size: 1.2rem;
    color: #3D4142;

}
.article-block > *:first-child {
    margin-top: 0;

}
.article-block > *:last-child {
    margin-bottom: 0;

}
.blog-detail .section {
    padding-bottom: 0;
}
@media (min-width: 990.98px) {
    .header__left {
        flex: 1;
        flex-wrap: wrap;
    }
    .blog-list__item:nth-child(odd) .blog-list__content {
        margin-left: 5rem;
    }
    .blog-list__item:nth-child(odd) .blog-list__img {
        width: calc(100% - 9rem);
        margin-left: auto;
    }
    .blog-list__item:nth-child(odd) .detail-col {
        display: flex;
    }
    .blog-list__item:nth-child(even) .detail-row {
        flex-direction: row-reverse;
    }
    .more-btn-block__section {
        padding-top: 7.2rem;
        padding-bottom: 12.8rem;
    }
}
@media (min-width: 1200px) {
    .wrapper_wrap {
        padding-bottom: 17.6rem !important;
        height: auto !important;
    }
}