@charset "UTF-8";
html {
    font-size: 62.5%;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.hide {
    opacity: 0;
    pointer-events: none;

    transition: 0.15s ease-in-out;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Alegreya Sans", sans-serif;
}

@media (min-width: 0) and (max-width: 767px) {
    body.mobile:not(.bare-layout) {
        max-width: unset;
    }
}

li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    border: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

.wrapper {
    min-height: 100%;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.main.main--top-margin {
    margin-top: 0;
}

.section__top {
    padding-top: 0;
}

[class*=__container] {
    width: 100%;
    padding: 0 15px;
    margin: auto;
    max-width: 1320px;
}

.header {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-header__logo {
    margin-right: 6rem;
}

@media (max-width: 993px) {
    .left-header__logo {
        margin-right: 2.1rem
    }
}

.left-header__logo img {
    width: 200px;
    margin-top: 10px;
    height: 70px;
}

body.mobile-map .left-header__logo {
    margin-bottom: 10px;
}

.nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3rem;
}

.nav__inner li {
    margin-right: 2rem;
}

.nav__inner li:last-child {
    margin-right: 0;
}

@media (max-width: 635px) {
    .nav__inner {
        display: none
    }
}

.nav__link {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    position: relative;
}

a.nav__link:hover {
    color: #2A975D;
}

@media (max-width: 769px) {
    .nav__link {
        font-size: 1.6rem
    }
}

.nav__link:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #2A975D;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav__inner .active .nav__link:after,
.nav__link:hover:after {
    width: 100%;
}

.right-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 769px) {
    .right-header {
        width: 40%
    }
}

@media (max-width: 635px) {
    .right-header {
        display: none
    }
}

.header__form {
    width: 100%;
    max-width: 526px;
    min-height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

.header__form input {
    width: 100%;
    background: #F7F7F7;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
}

.header__form input::-webkit-input-placeholder {
    padding: 0 15px;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.header__form input::-moz-placeholder {
    padding: 0 15px;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.header__form input:-ms-input-placeholder {
    padding: 0 15px;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.header__form input::-ms-input-placeholder {
    padding: 0 15px;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.header__form input::placeholder {
    padding: 0 15px;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.header__form input:focus {
    outline: 0;
    padding: 0 15px;
}

.header__form input:focus::-webkit-input-placeholder {
    font-size: 0;
}

.header__form input:focus::-moz-placeholder {
    font-size: 0;
}

.header__form input:focus:-ms-input-placeholder {
    font-size: 0;
}

.header__form input:focus::-ms-input-placeholder {
    font-size: 0;
}

.header__form input:focus::placeholder {
    font-size: 0;
}

.header__form-btn {
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    z-index: 2;
    cursor: pointer;
    background: none;
}

.right-header__icon {
    cursor: pointer;
    margin-left: 3rem;
}

.header__burger {
    background: none;
    position: relative;
    top: 0%;
    padding: 0;
    display: none;
}

.header__burger span:before {
    content: '';
    display: block;
    background-image: url('/img/market/burger.svg');
    background-size: contain;
    width: 30px;
    height: 30px;
    background-color: #fff;
}

@media (max-width: 635px) {
    .header__burger {
        display: block
    }
}

/*

.header__burger span, .header__burger:after, .header__burger:before {
    display: block;
    height: 0.23rem;
    background-color: rgb(110, 91, 85);
    position: absolute;
    right: 0;
}

.header__burger span {
    width: 100%;
    top: 50%;
    height: 0.23em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header__burger:before {
    width: 100%;
    top: 8px;
    content: "";
}

.header__burger:after {
    width: 50%;
    content: "";
    bottom: 8px;
}

*/

.intro {
    margin-top: 70px;
}

.intro__container {
    width: 100%;
    height: 210px;
    /* background: url("../assets/img/intro/intro.webp") center no-repeat;
    background-size: cover;
    -webkit-background-size: cover; */

    position: relative;
}

.intro__inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 2rem;

    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro__background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.intro__backround__slide {
    overflow: hidden;
    border-radius: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;

    transition: 1s ease-in-out;
}

.intro__backround__slide.hide {
    opacity: 0;
    display: block !important;
}

.intro__backround__slide img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 769px) {
    .intro__container {
        height: 326px
    }
}

@media (max-width: 459px) {
    .intro__container {
        height: 180px
    }
}

.intro__title {
    position: relative;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    color: #ffffff;
    text-shadow: 5px 5px 100px #000000;
    max-width: 65%;
    padding-left: 4rem;
    z-index: 2;
    text-align: left;
}

@media (max-width: 769px) {
    .intro__title {
        font-size: 4.8rem
    }
}

@media (max-width: 459px) {
    .intro__title {
        font-size: 2.8rem;
        max-width: 300px;
    }
}

.slider {
    margin-top: 4rem;
}

.slider__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 551px) {
    .slider__title {
        max-width: 9.9rem;
    }
}

.slider__header-text {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #2A975D;
    margin-right: 2.8rem;
    align-self: center;
}

@media (max-width: 1024px) {
    .slider__header-text {
        margin-top: -2rem;
    }
}

@media (max-width: 551px) {
    .slider__header-text {
        font-size: 1.4rem;
        max-width: 6rem;
        margin-right: 1rem;
        margin-top: -10px;
    }
}

.slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem 0;
    position: relative;
}

.slider__item {
    width: 16.666%;
    padding: 0 1rem;
}

.slider__photo {
    margin-bottom: 1rem;
}

.slider__photo img {
    width: 100%;
    min-width: 107px;
    border-radius: 2rem;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.slider__text {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.1875;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
}

@media (max-width: 551px) {
    .slider__text {
        font-size: 1.4rem;
    }
}

.slider__inner .slick-list {
    overflow: hidden;
}

.slider__inner .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider__inner .slick-arrow {
    width: 18px;
    height: 14px;
    background: none;
    font-size: 0;
}

.slider__inner .slick-arrow.slick-prev {
    position: absolute;
    right: 3rem;
    top: -4rem;
    font-size: 0;
    cursor: pointer;
    background: url(../assets/img/articles/arrow-1.svg) center no-repeat;
}

@media (max-width: 1024px) {
    .slider__inner .slick-arrow.slick-prev {
        top: -3.8rem;
    }
}

@media (max-width: 551px) {
    .slider__inner .slick-arrow.slick-prev {
        top: -3.8rem;
    }
}

.slider__inner .slick-arrow.slick-next {
    position: absolute;
    right: 1rem;
    top: -4rem;
    font-size: 0;
    cursor: pointer;
    background: url(../assets/img/articles/arrow-2.svg) center no-repeat;
}

@media (max-width: 1024px) {
    .slider__inner .slick-arrow.slick-next {
        top: -3.8rem;
    }
}

@media (max-width: 551px) {
    .slider__inner .slick-arrow.slick-next {
        top: -3.8rem;
    }
}

.articles {
    margin: 80px 0;
}

.articles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
}

@media (max-width: 769px) {
    .articles__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.articles__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 1rem;
}

@media (max-width: 769px) {
    .articles__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 2rem;
    }

    .articles__col:last-child {
        margin-bottom: 0;
    }
}

.articles__item {
    min-height: 100%;
    background: #f7f7f7;
    border-radius: 20px;
}

.item-articles__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4rem 4rem 0 4rem;
}

@media (max-width: 598px) {
    .item-articles__header {
        padding: 2rem 2rem 0 2rem;
    }
}

.item-articles__subtitle {
    font-size: 1.6rem;
    line-height: 1.1875;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
}

.item-articles__title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2083333333;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    text-align: left;
}

.item-articles__text {
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    margin-top: 2rem;
    padding: 0 4rem 4rem 4rem;
    font-family: 'Montserrat', Arial, sans-serif;
}

@media (max-width: 598px) {
    .item-articles__text {
        font-size: 1.4rem;
        padding: 0 2rem 2rem 2rem;
    }
}

.articles__header-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
}

.articles__header-arrow {
    margin-right: 4rem;
    cursor: pointer;
}

.articles__header-arrow:last-child {
    margin-right: 0;
}

.item-articles__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 769px) {
    .item-articles__left {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 598px) {
    .item-articles__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.articles__content {
    padding: 4rem 0 4rem 4rem;
    flex-grow: 1;
}

@media (max-width: 1024px) {
    .articles__content {
        max-width: 323px;
        min-height: 100%;
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 769px) {
    .articles__content {
        max-width: 381px;
        margin-right: 1rem;
    }
}

@media (max-width: 598px) {
    .articles__content {
        padding: 2rem 0 2rem 2rem;
    }
}

.articles__content-title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2083333333;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    margin-bottom: 2rem;
    text-align: left;
}

@media (max-width: 1137px) {
    .articles__content-title {
        font-size: 2rem;
    }
}

@media (max-width: 769px) {
    .articles__content-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 598px) {
    .articles__content-title {
        font-size: 1.8rem;
    }
}

.item-articles__photo {
    margin-left: 1rem;
}

.item-articles__photo img {
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    width: 200px;
}

.item-articles__photo img:last-child {
    display: none;
}

@media (max-width: 769px) {
    .item-articles__photo img {
        margin-right: 2rem;
    }
}

@media (max-width: 598px) {
    .item-articles__photo img:first-child {
        display: none;
    }

    .item-articles__photo img:last-child {
        display: block;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .item-articles__photo {
        display: none;
    }
}

@media (max-width: 769px) {
    .item-articles__photo {
        display: block;
        margin-left: 0;
    }
}

.btn {
    background: none;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'Montserrat', Arial, sans-serif;
}

.btn--brown-border {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #2A975D;
    min-height: 2.7rem;
    padding: 0 1.6rem;
    border: 1px solid rgb(110, 91, 85);
    border-radius: 5px;
}

.btn--brown-border:hover {
    background-color: rgb(110, 91, 85);
    color: #fff !important;
}

.btn--brown-fill {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #ffffff;
    min-height: 4.8rem;
    padding: 0 2rem;
    background-color: rgb(110, 91, 85);
    border-radius: 1rem;
}

.btn--brown-fill:hover {
    background-color: #604f4a;
    color: #fff;
}

.btn--brown-fill-sm {
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ffffff;
    background: #2A975D;
    border-radius: 5px;
    min-height: 2.7rem;
    padding: 0 3.6rem;
    font-family: 'Montserrat', Arial, sans-serif;
}

.btn--brown-fill-sm:hover,
.btn--brown-fill-sm:focus,
.btn--brown-fill-sm:active,
a.btn--brown-fill-sm:hover,
a.btn--brown-fill-sm:focus,
a.btn--brown-fill-sm:active {
    background-color: rgba(110, 91, 85, 0.8);
    color: #fff;
}

.btn--white {
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    min-height: 2.6rem;
    padding: 0 1.6rem;
    background-color: #ffffff;
    border-radius: 5px;
}

.btn--white:hover {
    background-color: #e6e6e6;
}

.product {
    margin-bottom: 120px;
}

.TinyMCE-built-in-element .product {
    margin: 50px 0;
}

.product__title {
    margin-bottom: 20px;
}

.top-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
}

.top-product .product__inner .product__col.product__col-link .product__item {
    border-radius: 0;
    background: transparent;
}

@media (max-width: 1025px) {
    .top-product {
        margin: 0 -0.7rem;
    }

    .intro__container {
        height: 200px;
    }
}

@media (max-width: 569px) {
    .top-product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.product__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 1rem;
}

@media (max-width: 1025px) {
    .product__block {
        padding: 0 0.7rem;
    }
}

@media (max-width: 569px) {
    .product__block {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 1rem;
    }

    .product__block:last-child {
        margin-bottom: 0;
    }
}

.product__block-photo {
    position: relative;
    z-index: 1;
}

.product__block-photo img {
    width: 100%;
    border-radius: 2rem;
}

@media (max-width: 569px) {
    .product__block-photo {
        max-width: 35rem;
        margin: auto;
    }
}

.product__block-text {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 100%;
    color: #ffffff;
    text-shadow: 5px 5px 100px #000000;
    max-width: 354px;
    position: absolute;
    top: 50%;
    left: 4rem;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 871px) {
    .product__block-text {
        font-size: 4.8rem;
    }
}

@media (max-width: 671px) {
    .product__block-text {
        font-size: 2.8rem;
    }
}

@media (max-width: 569px) {
    .product__block-text {
        max-width: 176px;
    }
}

.product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.2rem;
}

@media (max-width: 569px) {
    .product-content {
        max-width: 35rem;
        margin: 1rem auto 0;
    }
}

.product-left__suptitle {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #222222;
    margin-bottom: 2px;
}

@media (max-width: 769px) {
    .product-left__suptitle {
        font-size: 1.6rem;
    }
}

.product-left__title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2083333333;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #222222;
}

.product-left__title span {
    font-size: 16px;
    line-height: 19px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    text-decoration: line-through;
    color: #222222;
    margin-left: 1rem;
}

@media (max-width: 769px) {
    .product-left__title span {
        font-size: 1.4rem;
    }

    .intro__container {
        height: 130px;
    }

    .intro__title {
        max-width: 100%;
    }
}

@media (max-width: 769px) {
    .product-left__title {
        font-size: 2rem;
    }
}

.top-product__btn button:last-child {
    display: none;
}

@media (max-width: 1025px) {
    .top-product__btn button:first-child {
        display: none;
    }

    .top-product__btn button:last-child {
        display: block;
    }
}

.product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem -1rem 0;
}

@media (max-width: 569px) {
    .product__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* max-width: 35rem; */
        margin: 2rem auto 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .intro__container {
        height: 100px;
    }

    .intro {
        margin-top: 40px;
    }
}

.product__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666%;
    flex: 0 1 16.666%;
    width: 16.666%;
    padding: 0 1rem;
}

.product__inner .product__col.product__col-link .product__item {
    background: #f7f7f7;
    border-radius: 20px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    transition: 0.1s ease-in-out;
}

.product__inner .product__col.product__col-link .product__item:hover {
    background: #efefef;
}

.product__inner .slick-track {
    display: flex;
    align-items: stretch;
}

.product__inner .slick-slide {
    height: auto;
}

.product__inner .slick-slide > div,
.product__inner .slick-slide > div .product__col {
    height: 100%;
}

@media (max-width: 1025px) {
    .product__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        width: 20%;
    }

    .product__col:nth-child(5) {
        display: none;
    }
}

@media (max-width: 769px) {
    .product__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        width: 25%;
    }

    .product__col:nth-child(4) {
        display: none;
    }
}

@media (max-width: 569px) {
    .product__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        width: 50%;
        padding: 0 0.5rem;
        margin-bottom: 2rem;
    }
}

.product__item {
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.item-product__photo img {
    width: 100%;
    border-radius: 2rem;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.product__body {
    margin-top: 1rem;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__body-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.product__body-text {
    font-size: 1.6rem;
    line-height: 1.1875;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product__body-subtitle {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #222222;
    font-family: 'Montserrat', Arial, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product__body-subtitle span {
    font-size: 1.6rem;
    line-height: 1.1875;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #222222;
    text-decoration: line-through;
    margin-left: 1rem;
}

.product__body-btn {
    margin-top: 1rem;
}

.item-product__link {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    max-width: 111px;
    margin: auto;
}

@media (max-width: 769px) {
    .item-product__link {
        font-size: 1.6rem;
    }
}

.item-product__arrow {
    text-align: center;
    margin-top: 2.3rem;
}

@media (max-width: 769px) {
    .item-product__arrow {
        margin-top: 1rem;
    }
}

.item-product__info {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.know {
    width: 100%;
    background: transparent;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2rem;
}

.know__title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 2rem;
    max-width: 817px;
    text-align: left;
}

@media (max-width: 769px) {
    .know__title {
        font-size: 3.8rem;
    }
}

@media (max-width: 469px) {
    .know__title {
        font-size: 2.2rem;
    }
}

.know__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 469px) {
    .know__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.know__btn {
    margin-right: 2rem;
}

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

@media (max-width: 469px) {
    .know__btn {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .know__btn:last-child {
        margin-bottom: 0;
    }
}

.events__main {
    margin-top: 100px;
    margin-bottom: 100px;
}

.read__container,
.know__container {
    width: 100%;
    height: 40rem;
    background: url("../assets/img/read/bg.webp") center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    z-index: 1;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.read__container {
    border-radius: 2rem;
}

.know__container {
    padding: 0 60px;
    max-width: 100%;
}

.know-wrap__container {
    max-width: 100%;
    padding: 0;
}

.read__container:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270.1deg, rgba(0, 0, 0, 0.6) 43.1%, rgba(0, 0, 0, 0.4) 71.36%, rgba(0, 0, 0, 0) 99.92%);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border-radius: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

@media (max-width: 1025px) {
    .read__container,
    .know__container {
        height: 29.8rem;
    }
}

@media (max-width: 769px) {
    .read__container,
    .know__container {
        height: 28rem;
    }
}

@media (max-width: 549px) {
    .read__container,
    .know__container {
        height: 23.4rem;
    }
}

.read__title {
    position: relative;
    z-index: 3;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 100%;
    color: #ffffff;
    max-width: 702px;
    padding-left: 4.5rem;
    margin-bottom: 4rem;
    text-align: left;
}

@media (max-width: 769px) {
    .read__title {
        font-size: 3.2rem;
        margin-bottom: 2rem;
        max-width: 625px;
    }
}

@media (max-width: 549px) {
    .read__title {
        font-size: 2.2rem;
        text-shadow: 5px 5px 100px #000000;
        padding-left: 3rem;
    }
}

.read__btn {
    padding-left: 4.5rem;
    position: relative;
    z-index: 3;
}

@media (max-width: 549px) {
    .read__btn {
        padding-left: 3rem;
    }
}

.history__main {
    margin-top: 120px;
}

.speach__main {
    margin-top: 120px;
}

.proect {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.proect__body {
    border-radius: 2rem;
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 4rem;
}

@media (max-width: 647px) {
    .proect__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 2rem;
    }
}

.proect__content {
    width: 45%;
}

@media (max-width: 647px) {
    .proect__content {
        width: 100%;
    }
}

.content-proect__suptitle {
    font-size: 1.2rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    padding: 5px 15px;
    background: #ffffff;
    border-radius: 2rem;
    margin-bottom: 4rem;
    max-width: 106px;
    text-align: center;
}

.content-proect__title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 100%;
    color: #222222;
    margin-bottom: 2rem;
    text-align: left;
}

@media (max-width: 893px) {
    .content-proect__title {
        font-size: 3.2rem;
    }
}

@media (max-width: 444px) {
    .content-proect__title {
        font-size: 2.2rem;
    }
}

.content-proect__text {
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    margin-bottom: 2rem;
}

@media (max-width: 444px) {
    .content-proect__text {
        font-size: 1.4rem;
    }
}

.proect__photo {
    width: 47%;
    margin-left: 8%;
    flex-grow: 1;
    border-radius: 20px;
    overflow: hidden;
}

.proect__photo img {
    width: 100%;
    height: 100%;
    aspect-ratio: 568/320;
    object-fit: cover;
}

@media (max-width: 647px) {
    .proect__photo {
        width: 100%;
        max-width: 400px;
        margin: auto;
        margin-top: 2rem;
    }
}

.roats {
    margin-top: 80px;
}

.roats__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem -1rem 0;
}

@media (max-width: 639px) {
    .roats__inner {
        max-width: 400px;
        margin: 2rem auto 0;
    }
}

@media (max-width: 349px) {
    .roats__inner {
        max-width: 200px;
    }
}

.roats__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666%;
    flex: 0 1 16.666%;
    padding: 0 1rem;
}

.item-roats {
    height: 100%;
    position: relative;
    z-index: 1;
}

.item-roats__photo {
    width: 100%;
    min-width: 160px;
    position: relative;
    z-index: 1;
}

.item-roats__photo img {
    width: 100%;
    border-radius: 2rem;
    aspect-ratio: 2/3;
    object-fit: cover;
    min-height: 300px;
}

.item-roats__photo:after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, 0.3)), to(rgba(34, 34, 34, 0.3)));
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 2rem;
}

.item-roats__town {
    font-size: 2rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    left: 2rem;
    top: 2rem;
    z-index: 2;
}

.item-roats__content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2rem;
    z-index: 2;
    width: 100%;
}

.roats__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.roats__content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2rem;
}

.roats__content-block:last-child {
    margin-right: 0;
}

.roats__content-icon {
    margin-right: 5px;
}

.roats__content-text {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    -webkit-font-feature-settings: "tnum" on, "lnum" on;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #ffffff;
    text-transform: uppercase;
}

.roats__inner .slick-list {
    overflow: hidden;
    width: 100%;
}

.roats__inner .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.roats__inner .slick-arrow {
    font-size: 0;
}

.footer {
    background-color: #2A975D;
    margin-top: 120px;
    /* border-radius: 2rem; */
    padding-bottom: 4rem;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
    color: #fff;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 583px) {
    .footer__top {
        -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: start;
    }
}

.top-footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

@media (max-width: 583px) {
    .top-footer__left {
        margin-bottom: 40px;
    }
}

.footer__left-logo-1 {
    margin-right: 4rem;
    padding: 30px 0 20px;
}

@media (max-width: 992px) {

    .footer__left-logo-1 img {
        width: 100%;
    }
}

.footer__left-logo-2 {
    margin-bottom: 10px;
    margin-top: 16px;
}

@media (max-width: 992px) {
    .footer__left-logo-2 {
        margin-bottom: 5px;
    }
}

@media (max-width: 992px) {
    .footer__left-logo-2 {
        width: 185px;
    }

    .footer__left-logo-2 img {
        width: 100%;
    }
}

.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47%;
}

@media (max-width: 992px) {
    .footer__right {
        display: none;
    }
}

@media (max-width: 583px) {
    .footer__right {
        display: block;
        width: 100%;
    }
}

.footer__right-text {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.1875;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #ffffff;
    max-width: 172px;
    margin-right: 2rem;
}

@media (max-width: 992px) {
    .footer__right-text {
        margin: 0 0 3rem;
    }
}

.form-footer {
    width: 100%;
    max-width: 417px;
    position: relative;
}

.form-footer input {
    width: 100%;
    border-radius: 5px;
    border: 0;
    min-height: 4rem;
    padding: 0 1rem;
    font-size: 16px;
    line-height: 140%;
    text-align: justify;
    letter-spacing: 0.02em;
    color: #222222;
}

.form-footer input::-webkit-input-placeholder {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.form-footer input::-moz-placeholder {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.form-footer input:-ms-input-placeholder {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.form-footer input::-ms-input-placeholder {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.form-footer input::placeholder {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.form-footer input:focus {
    outline: 0;
}

.form-footer input:focus::-webkit-input-placeholder {
    font-size: 0;
}

.form-footer input:focus::-moz-placeholder {
    font-size: 0;
}

.form-footer input:focus:-ms-input-placeholder {
    font-size: 0;
}

.form-footer input:focus::-ms-input-placeholder {
    font-size: 0;
}

.form-footer input:focus::placeholder {
    font-size: 0;
}

@media (max-width: 992px) {
    .form-footer {
        margin-bottom: 3rem;
    }
}

@media (max-width: 583px) {
    .form-footer {
        margin-bottom: 0;
    }
}

.form-footer__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form-footer__btn:hover .footer__btn-text {
    color: #2A975D;
}

.form-footer__btn:hover .footer__btn-icon svg {
    fill-opacity: 1;
}

.footer__btn {
    background: none;
}

.footer__btn-text {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(110, 91, 85, 0.2);
    margin-right: 9px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (max-width: 478px) {
    .footer__btn-text {
        font-size: 1.4rem;
    }
}

.footer__btn-icon {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: flex;
}

.footer__btn-icon svg {
    width: 17px;
    height: 14px;
    fill: #2A975D;
    fill-opacity: 0.2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 583px) {
    .footer__main {

    }
}

.main-footer .footer__right {
    display: none;
}

@media (max-width: 992px) {
    .main-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .main-footer__body .footer__right {
        display: block;
        width: 100%;
    }

    .main-footer__body .footer__right .form-footer {
        max-width: 700px;
    }
}

@media (max-width: 992px) and (max-width: 478px) {
    .main-footer__body .footer__right .form-footer {
        max-width: 300px;
    }
}

@media (max-width: 992px) and (max-width: 321px) {
    .main-footer__body .footer__right .form-footer {
        max-width: 250px;
    }
}

@media (max-width: 583px) {
    .main-footer__body .footer__right {
        display: none;
    }
}

.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 30%;
}

@media (max-width: 992px) {
    .list {
        width: 100%;
        margin-bottom: 8rem;
    }
}

@media (max-width: 583px) {
    .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 583px) {
    .list {
        margin-bottom: 4rem;
    }
}

@media (max-width: 992px) {
    .list__block {
        width: 40%;
    }
}

@media (max-width: 701px) {
    .list__block {
        width: 45%;
    }
}

@media (max-width: 583px) {
    .list__block {
        width: 100%;
    }
}

.list__title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #ffffff;
    margin-bottom: 1rem;
    position: relative;
}

@media (max-width: 583px) {
    .list__title:after,
    .list__title:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .list__title:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 10px;
    }

    .list__title:before.active {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .list__title:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .list__title.active:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .list__title.active:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media (max-width: 992px) {
    .list__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.list__inner li {
    margin-bottom: 5px;
}

.list__inner li:last-child {
    margin-bottom: 0;
}

@media (max-width: 583px) {
    .list__inner li:last-child {
        margin-bottom: 5px;
    }
}

@media (max-width: 583px) {
    .list__inner {
        display: none;
    }

    .list__inner.show {
        display: block;
    }
}

.list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.list__link-icon {
    position: absolute;
    left: -2rem;
    top: 0;
}

@media (max-width: 583px) {
    .list__link-icon {
        display: none;
    }
}

.list__link {
    font-size: 1.6rem;
    line-height: 1.1875;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #ffffff;
    font-weight: 500;
}

.list__link:hover {
    text-decoration: underline;
}

.main-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-block {
    max-width: 403px;
    margin-right: 5.6rem;
}

.main-block__content {
    max-width: 403px;
    margin-right: 5.6rem;
}

.main-block__text {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #ffffff;
}

.main-block__email {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.1904761905;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #ffffff;
    margin: 1.4rem 0 1.6rem;
}

.main__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.main__link-text {
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-right: 1rem;
}

@media (max-width: 583px) {
    .main__link-text span {
        text-decoration: underline;
    }
}

.main__link-arrow {
    width: 17px;
    height: 30px;
}

.main__link-arrow svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

@media (max-width: 583px) {
    .main__link-arrow {
        display: none;
    }
}

@media (max-width: 583px) {
    .main-right__qr {
        display: none;
    }
}

.bottom-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8rem;
}

.bottom-footer__text {
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.bottom-footer__text:last-child {
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .bottom-footer__text:first-child {
        display: none;
    }
}

.bottom-footer__text.row--social {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin: 0 30px;
    font-size: 2.5rem;
}


@media (max-width: 800px) {
    .bottom-footer__text.row--social {
        justify-content: flex-start;
        margin-left: 0;
    }
}

.bottom-footer__text.row--social a {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    color: #fff;
}

.page:not(body) {
    margin-top: 7rem;
}

.page__suptitle {
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
}

.page__title {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 100%;
    color: #2A975D;
    margin-top: 2rem;
    text-align: left;
}

.page__title + article {
    margin-top: 3rem;
}

@media (max-width: 769px) {
    .page__title {
        font-size: 4.8rem;
    }
}

@media (max-width: 451px) {
    .page__title {
        font-size: 2.8rem;
    }
}

.page__photo {
    max-width: 970px;
    margin: 4rem auto;
}

.page__photo img {
    width: 100%;
    border-radius: 2rem;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.page__text {
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
}

.page__text p {
    margin-bottom: 2rem;
}

.page__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 451px) {
    .page__text p {
        margin-bottom: 1rem;
    }
}

@media (max-width: 769px) {
    .page__text {
        font-size: 1.6rem;
    }
}

@media (max-width: 451px) {
    .page__text {
        font-size: 1.4rem;
    }
}

.page__list {
    padding-left: 3rem;
    margin-bottom: 2rem;
}

.page__list li {
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    list-style: disc;
    margin-bottom: 1rem;
}

.page__list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 769px) {
    .page__list li {
        font-size: 1.6rem;
    }
}

@media (max-width: 451px) {
    .page__list li {
        font-size: 1.4rem;
    }
}

.page__bottom {
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #2A975D;
    margin-top: 2rem;
}

@media (max-width: 769px) {
    .page__bottom {
        font-size: 1.6rem;
    }
}

@media (max-width: 451px) {
    .page__bottom {
        font-size: 1.4rem;
    }
}

.place {
    margin-top: 8rem;
}

.place__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 769px) {
    .place__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 646px) {
    .place__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.place__content {
    width: 45%;
    padding-right: 1rem;
}

@media (max-width: 646px) {
    .place__content {
        width: 100%;
    }
}

.content-place__title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 100%;
    color: #2A975D;
    margin-bottom: 4rem;
    text-align: left;
}

@media (max-width: 993px) {
    .content-place__title {
        font-size: 3.2rem;
    }
}

@media (max-width: 646px) {
    .content-place__title {
        margin-bottom: 2rem;
    }
}

@media (max-width: 341px) {
    .content-place__title {
        font-size: 2.2rem;
    }
}

.place__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    font-family: 'Montserrat', Arial, sans-serif;
}

.place__item:last-child {
    margin-bottom: 0;
}

.place__item:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.place__item-icon {
    margin-right: 2rem;
}

.place__item-text {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
}

@media (max-width: 993px) {
    .place__item-text {
        font-size: 1.6rem;
    }
}

@media (max-width: 341px) {
    .place__item-text {
        font-size: 1.6rem;
    }
}

.place__map {
    width: 57%;
    height: 472px;
    border-radius: 2rem;
}

.place__map .ymap-address {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
}

@media (max-width: 769px) {
    .place__map {
        height: 330px;
    }
}

@media (max-width: 646px) {
    .place__map {
        width: 100%;
        margin-top: 4rem;
    }
}

#map > ymaps {
    border-radius: 2rem;
    overflow: hidden;
}

.topic:not(body) {
    margin-top: 8rem;
}

.topic__title {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.1904761905;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    text-align: left;
}

@media (max-width: 769px) {
    .topic__title {
        font-size: 3.2rem;
    }
}

@media (max-width: 421px) {
    .topic__title {
        font-size: 2.2rem;
    }
}

.enterprise {
    margin-top: 7rem;
}

.enterprise__title {
    margin-bottom: 4rem;
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 100%;
    color: #2A975D;
    text-align: left;
}

@media (max-width: 495px) {
    .enterprise__title {
        font-size: 4rem;
    }
}

.enterprise__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 871px) {
    .enterprise__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.top-enterprise__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 871px) {
    .top-enterprise__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.enterprise__left {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 871px) {
    .enterprise__left {
        width: 100%;
    }
}

.enterprise__left-form {
    width: 100%;
    max-width: 308px;
    margin-right: 2rem;
    position: relative;
}

.enterprise__left-form input {
    max-width: 308px;
    width: 100%;
    background: #f7f7f7;
    border-radius: 5px;
    border: 0;
    min-height: 4rem;
    padding: 0 1.5rem;
}

.enterprise__left-form input::-webkit-input-placeholder {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.enterprise__left-form input::-moz-placeholder {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.enterprise__left-form input:-ms-input-placeholder {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.enterprise__left-form input::-ms-input-placeholder {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

.enterprise__left-form input::placeholder {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgba(34, 34, 34, 0.2);
}

@media (max-width: 871px) {
    .enterprise__left-form input {
        max-width: 600px;
        margin: auto;
    }
}

@media (max-width: 996px) {
    .enterprise__left-form {
        max-width: 250px;
    }
}

@media (max-width: 871px) {
    .enterprise__left-form {
        max-width: 600px;
        margin: auto;
        margin-bottom: 1rem;
    }
}

.enterprise__left-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.enterprise__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
}

@media (max-width: 871px) {
    .enterprise__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

.enterprise__body-block {
    width: 100%;
    max-width: 198px;
    margin-right: 2rem;
}

@media (max-width: 996px) {
    .enterprise__body-block {
        max-width: 170px;
    }
}

@media (max-width: 871px) {
    .enterprise__body-block {
        max-width: 600px;
        margin: auto;
        margin-bottom: 1rem;
    }
}

.enterprise__body-text {
    margin-right: 2rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.1875;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 1rem 1.5rem;
    position: relative;
    width: 100%;
    max-width: 198px;
}

.enterprise__body-text:after,
.enterprise__body-text:before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 2px;
    background-color: #2A975D;
    position: absolute;
    right: 1.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.enterprise__body-text:before {
    right: 25.8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.enterprise__body-text:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 871px) {
    .enterprise__body-text {
        max-width: 600px;
        margin: auto;
    }
}

.enterprise__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 1.2rem 1.5rem;
    max-width: 198px;
    width: 100%;
}

@media (max-width: 871px) {
    .enterprise__right {
        max-width: 600px;
        margin: auto;
        width: 100%;
    }
}

.enterprise__right-text {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.1875;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
}

.enterprise__right-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.enterprise__right-icon-1 {
    margin-right: 1.5rem;
    cursor: pointer;
}

.enterprise__right-icon-2 {
    cursor: pointer;
}

.enterprise__inner {
    margin-top: 4rem;
}

.enterprise__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}

.enterprise__col:last-child {
    margin-bottom: 0;
}

.enterprise__item {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    background: #f7f7f7;
    border-radius: 20px;
}

@media (max-width: 769px) {
    .enterprise__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 500px;
        margin: auto;
    }
}

.enterprise__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 630px;
    padding: 0 0 0 4rem;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

@media (max-width: 769px) {
    .enterprise__content {
        width: 100%;
        padding: 2rem 2rem 0 2rem;
        margin-bottom: 3rem;
    }
}

.enterprise__content-title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.1904761905;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    text-align: left;
}

@media (max-width: 888px) {
    .enterprise__content-title {
        font-size: 3.2rem;
    }
}

@media (max-width: 398px) {
    .enterprise__content-title {
        font-size: 2.2rem;
    }
}

.enterprise__content-subtitle {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    margin-bottom: 4rem;
    margin-top: 1rem;
}

@media (max-width: 1025px) {
    .enterprise__content-subtitle {
        margin-bottom: 2rem;
    }
}

@media (max-width: 888px) {
    .enterprise__content-subtitle {
        font-size: 1.4rem;
    }
}

.enterprise__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 1rem;
    margin: 2rem 0;
}

@media (max-width: 398px) {
    .enterprise__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 4rem;
    }
}

.enterprise__main-block {
    padding-right: 1rem;
}

@media (max-width: 398px) {
    .enterprise__main-block {
        margin-bottom: 2rem;
    }

    .enterprise__main-block:last-child {
        margin-bottom: 0;
    }
}

.enterprise__main-text {
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    margin-bottom: 5px;
}

.enterprise__main-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 1025px) {
    .enterprise__main-text {
        font-size: 1.4rem;
    }
}

@media (max-width: 888px) {
    .enterprise__main-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 398px) {
    .enterprise__main-text {
        font-size: 1.4rem;
    }
}

.item-enterprise__photo {
    max-width: 525px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.item-enterprise__photo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2rem;
    aspect-ratio: 2/1;
}

@media (max-width: 769px) {
    .item-enterprise__photo {
        width: 100%;
        max-width: 500px;
    }
}

.info:not(body) {
    margin-top: 7rem;
}

.article--navigate {
    display: flex;
    max-width: 970px;
    width: 100%;
    margin: 20px auto;
    justify-content: center;
    flex-wrap: wrap;
}

.article--navigate .my_btn {
    margin: 0 30px 20px;
}

@media (max-width: 769px) {

    .article--navigate .my_btn {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

}

.article--navigate .my_btn.my_btn-brown_silver:hover,
.article--navigate .my_btn.my_btn-silver_brown {
    background: #F7F7F7;
    border-color: #F7F7F7;
}

.block-info {
    margin-bottom: 4rem;
    width: 100%;
    height: auto;
    background: url("../assets/img/info/1.webp") center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    border-radius: 2rem;
    padding: 4rem;
    position: relative;
}

.block-info:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: 0;
}

.block-info__content {
    max-width: 359px;
    z-index: 1;
    position: relative;
}

.block-info__title {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 2rem;
    text-align: left;
}

@media (max-width: 944px) {
    .block-info__title {
        font-size: 4rem;
    }
}

@media (max-width: 447px) {
    .block-info__title {
        font-size: 3.2rem;
    }
}

.block-info__text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ffffff;
}

@media (max-width: 447px) {
    .block-info__text {
        font-size: 1.6rem;
    }
}

.info__text {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
}

.info__text p {
    margin-top: 2rem;
}

.info__title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1;
    color: #2A975D;
    margin-bottom: 2rem;
}

.info__subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2083333333;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
}

.body-block {
    position: relative;
    margin: 8rem 0;
}

.body-block-img {
    margin: 4rem 0;
}

.body-block__photo {
    width: 100%;
}

.body-block__photo img {
    width: 100%;
    border-radius: 2rem;
}

.body__first {
    width: 100%;
    height: auto;
    background: url("../assets/img/info/2.webp") center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    border-radius: 2rem;
    padding: 4rem;
}

@media (max-width: 387px) {
    .body__first {
        padding: 4rem 2rem;
    }
}

.body__second {
    width: 100%;
    height: auto;
    background: url("../assets/img/info/3.webp") center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    border-radius: 2rem;
    padding: 4rem;
}

@media (max-width: 387px) {
    .body__second {
        padding: 4rem 2rem;
    }
}

.body__third {
    width: 100%;
    height: auto;
    background: url("../assets/img/info/4.webp") center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    border-radius: 2rem;
    padding: 4rem;
}

@media (max-width: 387px) {
    .body__third {
        padding: 4rem 2rem;
    }
}

.body-block__content {
    max-width: 702px;
}

.body-block__suptitle {
    font-size: 1.2rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    background: #ffffff;
    border-radius: 20px;
    padding: 5px 15px;
    max-width: 82px;
    text-align: center;
    margin-bottom: 4rem;
}

.article--page {
    max-width: 970px;
    margin: auto;
}

.article--page .body-block__title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 2rem;
}

@media (max-width: 944px) {
    .article--page .body-block__title {
        font-size: 3rem
    }
}

@media (max-width: 464px) {
    .article--page .body-block__title {
        font-size: 2.2rem
    }
}

.body-block__text {
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 2rem;
}

@media (max-width: 447px) {
    .body-block__text {
        font-size: 1.4rem;
    }
}

.info__col {
    margin-bottom: 8rem;
}

.info__item {
    margin-bottom: 4rem;
}

.work {
    margin-top: 8rem;
}

.work__title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.1904761905;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    margin-bottom: 2rem;
    text-align: left;
}

@media (max-width: 581px) {
    .work__title {
        font-size: 2.8rem;
    }
}

.work__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
}

.work__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

@media (max-width: 581px) {
    .work__item {
        max-width: 300px;
        margin: auto;
    }
}

.item-work {
    position: relative;
    padding: 0 1rem;
}

.item-work__photo img {
    width: 100%;
    border-radius: 2rem;
    aspect-ratio: 308/326;
    object-fit: cover;
}

.item-work__suptitle {
    position: absolute;
    left: 2rem;
    top: 2rem;
    z-index: 2;
    font-size: 1.2rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    padding: 5px 15px;
    background: #ffffff;
    border-radius: 20px;
}

@media (max-width: 769px) {
    .item-work__suptitle {
        display: none;
    }
}

.item-work__text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    margin-top: 1rem;
}

@media (max-width: 769px) {
    .item-work__text {
        font-size: 1.6rem;
    }
}

.work__inner .slick-list {
    overflow: hidden;
    width: 100%;
}

.work__inner .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
}

.work__inner .slick-arrow {
    font-size: 0;
}

.tree {
    margin-top: 7rem;
}

.body-tree {
    width: 100%;
    height: auto;
    background: url("../assets/img/tree/bg.webp") center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    border-radius: 2rem;
    position: relative;
}

.body-tree__content {
    max-width: 665px;
    padding: 4rem 0 4rem 4rem;
    position: relative;
}

.body-tree__title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 2rem;
    text-align: left;
}

.body-tree__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2rem;
    overflow: hidden;
}

.tree__map .ymap-address {
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
}

address {
    font-style: italic;
}

.body-tree a,
.body-tree a:hover,
.body-tree a:focus,
.body-tree a:active {
    color: #fff;
}

@media (max-width: 769px) {
    .body-tree__title {
        font-size: 3.2rem;
    }
}

@media (max-width: 464px) {
    .body-tree__title {
        font-size: 2.2rem;
    }
}

.body-tree__subtitle {
    font-weight: 500;
    font-size: 2rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 4rem;
}

@media (max-width: 464px) {
    .body-tree__subtitle {
        font-size: 1.6rem;
    }
}

.body-tree__text {
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #ffffff;
    max-width: 404px;
}

@media (max-width: 464px) {
    .body-tree__text {
        font-size: 1.4rem;
    }
}

.tree__text {
    font-size: 2.2rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    margin-top: 4rem;
    font-family: 'Montserrat', Arial, sans-serif;
}

.tree__val {
    font-size: 2rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    margin-top: 1rem;
    font-family: 'Montserrat', Arial, sans-serif;
}

.tree__text + .tree__val {
    margin-top: 3rem;
}

.tree__text p {
    margin-bottom: 2rem;
}

.tree__text p:last-child {
    margin-bottom: 0;
}

.tree__map {
    width: 100%;
    height: 500px;
    margin-top: 8rem;
}

@media (max-width: 517px) {
    .tree__map {
        height: 300px;
    }
}

.team-member {
    margin-bottom: 2rem;
}

.team-member__img {
    width: 50%;
    margin: 0 auto 1rem;
    border-radius: 20px;
}

#map > ymap {
    overflow: hidden;
    border-radius: 2rem;
}

.goods {
    margin-top: 8rem;
}

header.header {
    height: unset;
    min-height: unset;
    z-index: 1;
    background: #fff;
}

.header.header-burger {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    display: none;
}

.header.opened + .header.header-burger {
    display: flex;
}

.header-burger__menu {
    flex-grow: 1;
    width: 100%;
    padding: 0 15px;
}

.header-burger__nav {
    text-align: center;
}

.header-burger__nav .nav__link {
    font-size: 3rem;
    line-height: 2.5;
}

.header-burger__search {
    margin: 40px 0;
    width: 100%;
}

.header-burger__close span:before {
    content: '';
    display: block;
    background-image: url('/img/market/times.svg');
    background-size: contain;
    width: 24px;
    height: 24px;
    background-color: #fff;
}

.header-goods {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 535px) {
    .header-goods {
        -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: start;
    }
}

.header-goods__title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.1904761905;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
}

@media (max-width: 769px) {
    .header-goods__title {
        font-size: 3.2rem;
    }
}

@media (max-width: 535px) {
    .header-goods__title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
}

.goods__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.goods__link-text {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #2A975D;
}

.goods__link-arrow {
    margin-left: 1rem;
}

.goods__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
}

@media (max-width: 769px) {
    .goods__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.goods__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 1rem;
}

@media (max-width: 769px) {
    .goods__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

.item-goods__photo img {
    width: 100%;
    aspect-ratio: 307/325;
    object-fit: contain;
}

.item-goods__text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
}

@media (max-width: 535px) {
    .item-goods__text {
        font-size: 1.4rem;
    }
}

.header-block__title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2083333333;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    text-align: left;
}

.slider__title.header-block__title {
    margin-bottom: 20px;
}

.header-block__title a {
    color: #2A975D;
}

@media (max-width: 769px) {
    .header-block__title {
        font-size: 1.6rem;
    }
}

@media (max-width: 551px) {
    .header-block__title {
        font-size: 1.4rem;
    }

    .slider__title.header-block__title {
        margin-bottom: 10px;
    }
}

.events__top {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem -1rem;
}

.events__top .events__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

@media (max-width: 599px) {
    .events__top .events__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 1rem;
    }
}

@media (max-width: 599px) {
    .events__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.events__col {
    padding: 0 1rem;
}

.events__photo {
    position: relative;
}

.events__photo img {
    width: 100%;
    border-radius: 2rem;
}

.events__top .events__photo img {
    aspect-ratio: 2/1;
    object-fit: cover;
}

.events__bottom .events__photo img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.events__type {
    font-size: 1.2rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 2;
    background-color: #fff;
    border-radius: 2rem;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
}

@media (max-width: 769px) {
    .events__type {
        display: none;
    }
}

.events__text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    margin-top: 1rem;
}

@media (max-width: 769px) {
    .events__text {
        font-size: 1.6rem;
    }
}

@media (max-width: 599px) {
    .events__text {
        font-size: 1.4rem;
    }
}

.events__bottom {
    margin: 0 -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.events__bottom .events__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.events__bottom .events__col .events__item .events__text .events__text-block {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 599px) {
    .events__bottom .events__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-bottom: 1rem;
    }
}

@media (max-width: 599px) {
    .events__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.event__news {
    margin-top: 8rem;
}

.event__news-title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.1904761905;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #2A975D;
    margin-bottom: 5rem;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

[data-href] {
    cursor: pointer;
}

.article--page > p {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #222222;
    max-width: unset;
}

.article--page li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    line-height: 200%;
    letter-spacing: 0.02em;
    color: #222222;
    max-width: unset;
    margin-left: 30px;
}

.article--page ol li, .article--page ol {
    list-style: decimal;
}

.article--page ul li, .article--page ul {
    list-style: unset;
}

.article--page h2 {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1;
    color: #2A975D;
    margin-bottom: 2rem;
    max-width: unset;
    margin-top: 2rem;
}

.article--page h2:first-of-type {
    margin-top: 4rem;
}

.article--page h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2083333333;
    -webkit-font-feature-settings: "pnum" on,"lnum" on;
    font-feature-settings: "pnum" on,"lnum" on;
    color: #2A975D;
    max-width: unset;
    margin-bottom: 2rem;
}

.article--page .info-tag {
    display: none;
}

.article--page hr {
    display: none;
}

button.page-up-button {
    margin-left: auto;
}

.search-filter .search-filter__search-field, .select-filter .select-filter__header {
    background: #F7F7F7;
}

.filter--large .select-filter .select-filter__header button.select {
    border: 0;
}

.filter--shadow .search-filter .search-filter__header, .filter--shadow .select-filter__header, .filter--shadow .select-switcher {
    box-shadow: none;
    background: #F7F7F7;
    color: #2A975D;
    font-weight: 700;
}

.filter--dark-shadow .search-filter .search-filter__header,
.filter--dark-shadow .search-filter .search-filter__search-field,
.filter--dark-shadow .select-filter .select-filter__header {
    background: #fff;
}

.select-filter .select-filter__header button.select {
    color: #2A975D;
}

.search-filter .search-filter__search-field {
    font-weight: normal;
}

.section--tile--tiles .tile__item--wrapper.craft-tiles__item--wrapper .tile--link,
.section--tile--tiles .section--content .tile__item--wrapper.drvr-full_bgi .tile__item {
    border-radius: 2rem;
    overflow: hidden;
}

.article--page .html5map,
.article--page .wrapper,
.article--page h2,
.article--page p,
.article--page > .fotorama,
.article--page > :not(div),
.article--page > div:not([class]),
.article--width .html5map,
.article--width .wrapper,
.article--width h2,
.article--width p,
.article--width > .fotorama,
.article--width > :not(div),
.article--width > div:not([class]),
.section__1--bgi_style .main_title--wrapper {
    max-width: unset;
}