@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

.container.footer-content, .container.topmenu {
    max-width: unset;
    overflow: hidden;
}

.container.menu {
    padding-left: 0;
    padding-right: 0;
}

.container.menu .wrapper {
    max-width: 1400px;
}

.container.menu .wrapper .main {
    margin-top: 25px !important;

    @media screen and (max-width: 960px) {
        margin-top: 28px !important;
    }
}

.container.menu .logo img {
    margin-left: 5px;
}

.container.footer-content .wrapper {
    max-width: 1340px;
}

.container.footer-content .wrapper .vc_col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-right: 20px;
}

#mega-menu-header-menu > .mega-menu-item:hover > .mega-menu-link, #mega-menu-header-menu > .mega-menu-item:focus > .mega-menu-link, #mega-menu-header-menu > .mega-menu-item:hover > span.mega-indicator:after, #mega-menu-header-menu > .mega-menu-item:focus > span.mega-indicator:after {
    color: #E0AD21 !important;
}

#mega-menu-header-menu > .mega-menu-item > .mega-menu-link, #mega-menu-header-menu > .mega-menu-item > span.mega-indicator:after {
    transition: 0.3s ease !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    @media screen and (max-width: 960px) {
        font-size: 12px !important;
    }
}

.image_mobile_margin {
    @media screen and (max-width: 768px) {
        margin-top: 20px;
    }
}

main.main {
    overflow: hidden;
}

.green_button {
    text-decoration: none;
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 25px;
    background: #006938;
    color: #FFF;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.green_button:hover, .green_button:focus {
    background: #6BB07D;
}

.green_text {
    max-width: 900px;
    margin-top: 0;
    color: #006938;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.content__text h1 {
    font-size: 86px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 36px;
    margin-bottom: 36px;

    @media screen and (max-width: 1300px) {
        font-size: 48px;
    }

    @media screen and (max-width: 992px) {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.content__text h2 {
    font-size: 64px;
    font-weight: 500;
    line-height: 134.375%;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 16px;

    @media screen and (max-width: 1300px) {
        font-size: 48px;
    }

    @media screen and (max-width: 992px) {
        font-size: 40px;
    }
}

.content__text h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 134.375%;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 16px;

    @media screen and (max-width: 992px) {
        font-size: 30px;
    }
}

.content__text h4 {
    font-size: 36px;
    font-weight: 500;
    line-height: 134.375%;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 16px;

    @media screen and (max-width: 992px) {
        font-size: 24px;
    }
}

.content__text p {
    margin: 0;
}

.content__text p:not(:last-child) {
    margin-bottom: 16px;
}

.custom_container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.medium_title {
    margin-top: 0;
    color: #006938;
    font-family: Oswald, sans-serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 134.375%;
    text-transform: uppercase;

    @media screen and (max-width: 1300px) {
        font-size: 48px;
    }

    @media screen and (max-width: 992px) {
        font-size: 40px;
    }
}

/*////////////*/

.hero_container {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    aspect-ratio: 1728 / 800;

    @media screen and (max-width: 1728px) {
        aspect-ratio: unset;
    }

    @media screen and (max-width: 992px) {
        min-height: 500px;
    }
}

.hero_video {
    background: linear-gradient(180deg, #006938 0%, #6BB07D 100%);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero_video video {
    object-fit: cover;
    object-position: center 0;
}

.hero_content {
    max-width: 966px;
    margin: 0 auto 25px;
    padding: 10px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 135px;

    @media screen and (max-width: 992px) {
        gap: 20px;
        margin-bottom: 0;
    }
}

.running_title {
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}

.marquee__inner {
    display: inline-flex;
    will-change: transform;
}

.marquee__inner span {
    display: inline-block;
    margin-right: 24px;
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;

    @media screen and (max-width: 992px) {
        font-size: 80px;
    }
}

.hero_subtitle {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.hero_arrow {
    font-size: 0;
    line-height: 0;
}

.hero_arrow svg {
    width: 80px;
    height: 80px;
    animation: arrowBounce 1.6s infinite ease-in-out;
}

.hero_arrow svg rect {
    fill: #AFD2B8;
}

@keyframes arrowBounce {
    0% {
        transform: translateY(0);
        fill: #AFD2B8;
    }
    50% {
        transform: translateY(30px);
        fill: #006938;
    }
    100% {
        transform: translateY(0);
        fill: #AFD2B8;
    }
}

/*////////////*/

.green_bgd {
    background: linear-gradient(180deg, #6BB07D 0%, #FFF 100%);
}

.text_videos__section {
    position: relative;
}

.text_videos {
    padding-top: 20px;
    overflow-x: hidden;
}

.text_videos__container {
    display: grid;
    grid-template-columns: 440px auto;
    gap: 20px;
    align-items: center;
    margin-bottom: 130px;

    @media screen and (max-width: 1150px) {
        grid-template-columns: 1fr;
        gap: 60px;
        margin-bottom: 50px;
    }
}

.text_videos__content {
    padding-top: 30px;
}

.text_videos__content__title {
    margin-top: 0;
    margin-bottom: 28px;
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 86px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;

    @media screen and (max-width: 992px) {
        font-size: 40px;
        max-width: 88.6%;
    }
}

.text_videos__content__text {
    margin: 0;
    max-width: 88.6%;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.text_videos__content__text p {
    margin: 0;
}

.text_videos__content__text p:not(:last-child) {
    margin-bottom: 16px;
}

.text_videos__container__media {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);

    @media screen and (max-width: 992px) {
        left: unset;
        transform: none;
    }
}

.text_videos__container__swiper {
    height: 506px;
    width: 100%;
    margin-bottom: 4px;

    @media screen and (max-width: 992px) {
        height: 300px;
    }
}

.item-video {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.item-video .item-video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    background: rgba(107, 176, 125, 0.6);
    border-radius: 16px;
    border: none;
    padding: 8px 6px 8px 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.item-video .item-video__btn svg {
    width: 42px;
    height: 42px;
}

.item-video .item-video__btn:hover, .item-video .item-video__btn:focus {
    background: #6BB07D;
}

.item-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.item-video iframe {
    height: 100%;
    width: 100%;
}

.swiper-pagination-fraction, .swiper-pagination-fraction span {
    position: static;
    color: #006938;
    font-family: Oswald, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    letter-spacing: -6px;

    @media screen and (max-width: 992px) {
        font-size: 30px;
        letter-spacing: -4px;
    }
}

.text_videos__container__swiper__navigation {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 10px;
}

.text_videos__container__swiper__navigation .swiper-pagination-fraction {
    width: fit-content;
}

.text_videos__container__label, .text_two_videos__label, .text_image__container__label, .three_columns__label {
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
    padding: 20px;
    margin: 0;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    background: linear-gradient(180deg, #006938 0%, #6BB07D 100%);
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.text_videos__container__label {
    top: -56px;
    left: calc(50% - 330px);
    transform: rotate(-15deg);

    @media screen and (max-width: 1350px) {
        left: calc(50% - 200px);
    }

    @media screen and (max-width: 1150px) {
        display: none;
    }

}


.text_videos__container__label.--mobile {
    display: none;

    @media screen and (max-width: 1150px) {
        display: flex;
        top: -40px;
        left: -10px;
    }

    @media screen and (max-width: 992px) {
        width: 100px;
        height: 100px;
        font-size: 12px;
    }
}

.text_two_videos {
    margin-bottom: 150px;
    margin-top: 130px;

    @media screen and (max-width: 992px) {
        margin-bottom: 100px;
        margin-top: 50px;
    }
}

.text_two_videos__title {
    max-width: 900px;
    margin: 0 0 30px;
    color: #006938;
    font-family: Oswald, sans-serif;
    font-size: 86px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;

    @media screen and (max-width: 992px) {
        font-size: 40px;
    }
}

.text_two_videos__text {
    margin-bottom: 104px;

    @media screen and (max-width: 992px) {
        margin-bottom: 60px;
    }
}

.text_two_videos__media {
    position: relative;

    @media screen and (max-width: 768px) {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.text_two_videos__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

    @media screen and (max-width: 768px) {
        grid-template-columns: 1fr;
    }
}

.text_two_videos__item {
    @media screen and (max-width: 768px) {
        height: 300px;
    }
}

@media screen and (min-width: 768px) {
    .text_two_videos__item:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .text_two_videos__item:last-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}

.text_two_videos__label {
    right: 110px;
    top: -90px;
    transform: rotate(15deg);

    @media screen and (max-width: 1600px) {
        right: 10px;
    }

    @media screen and (max-width: 992px) {
        top: -40px;
        width: 100px;
        height: 100px;
        font-size: 12px;
    }
}

/*////////////*/

.text_image {
    margin-bottom: 130px;

    @media screen and (max-width: 992px) {
        margin-bottom: 100px;
    }
}

.text_image__container {
    display: grid;
    grid-template-columns: 66% auto;
    gap: 60px;

    @media screen and (max-width: 1300px) {
        gap: 40px;
    }

    @media screen and (max-width: 992px) {
        grid-template-columns: 1fr;
    }
}

.text_image__container__image {
    position: relative;
}

.text_image__container__image__container {
    aspect-ratio: 900/506;
    border-radius: 10px;
    overflow: hidden;
}

.text_image__container__image__container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text_image__container__label {
    top: -90px;
    left: -88px;
    font-size: 64px;
    transform: rotate(-15deg);

    @media screen and (max-width: 1600px) {
        left: -10px;
    }

    @media screen and (max-width: 992px) {
        top: -40px;
        width: 100px;
        height: 100px;
        font-size: 20px;
    }
}

.text_image__container__label__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 171%;

    @media screen and (max-width: 992px) {
        font-size: 12px;
    }
}

.text_image__content__title {
    line-height: 100%;
    margin-bottom: 36px;

    @media screen and (max-width: 992px) {
        margin-bottom: 20px;
    }
}

.text_image__content__text {
    margin-bottom: 34px;

    @media screen and (max-width: 992px) {
        margin-bottom: 20px;
    }
}

/*////////////*/

.percent_text {
    margin-bottom: 190px;

    @media screen and (max-width: 992px) {
        margin-bottom: 100px;
    }
}

.percent_text__container {
    display: grid;
    grid-template-columns: 29% auto;
    gap: 70px;

    @media screen and (max-width: 992px) {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.percent_text__green_block {
    margin-top: 18px;
    padding: 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, #006938 0%, #6BB07D 100%);

    @media screen and (max-width: 768px) {
        padding: 30px 20px;
        margin-top: 0;
    }
}

.percent_text__green_block__subtitle {
    margin-top: 0;
    margin-bottom: 10px;
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.percent_text__green_block__title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;

    @media screen and (max-width: 768px) {
        font-size: 70px;
    }
}

.percent_text__green_block__text {
    margin: 0;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.percent_text__content__title {
    margin-bottom: 16px;
}

.percent_text__content__text {
    margin: 0;
}

/*////////////*/

.diagram_block {
    margin-bottom: 150px;

    @media screen and (max-width: 992px) {
        margin-bottom: 100px;
    }
}

.diagram_block__content__title {
    margin-bottom: 30px;
    max-width: 900px;
}

.diagram_block__content__text {
    margin-bottom: 10px;
}

.diagram_block__content__image__container {
    font-size: 0;
    margin-bottom: 10px;
}

.diagram_block__content__image__container img {
    height: auto;
}

.diagram_block__content__image_description {
    margin: 0 60px;
    max-width: unset;

    @media screen and (max-width: 992px) {
        margin: 0;
    }
}

.to_green_bgd {
    background: linear-gradient(180deg, #FFF 1.55%, rgba(107, 176, 125, 0.80) 100%);
}

.green_bgd__light {
    background: linear-gradient(180deg, rgba(107, 176, 125, 0.80) 1.55%, #FFF 100%);
}

/*////////////*/

.slider_block {
    padding-bottom: 120px;

    @media screen and (max-width: 992px) {
        padding-bottom: 100px;
    }
}

.slider_block__content__title {
    margin-top: 0;
    margin-bottom: 24px;
    color: #006938;
    font-family: Oswald, sans-serif;
    font-size: 86px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;

    @media screen and (max-width: 992px) {
        font-size: 40px;
    }
}

.slider_block__content__text {
    margin-bottom: 34px;
}

.slider_block__content {
    margin-bottom: 66px;

    @media screen and (max-width: 992px) {
        margin-bottom: 40px;
    }
}

.slider_block__list {
    align-items: center;
    min-height: 772px;

    @media screen and (max-width: 1440px) {
        min-height: 500px;
    }
}

.slider_block__item {
    width: 415px;
    aspect-ratio: 415/772;
    border-radius: 30px;
    transition: transform 0.3s ease;
    overflow: hidden;

    @media screen and (max-width: 1400px) {
        width: 315px;
    }
}

.slider_block__item video {
    object-fit: cover;
}

.slider_block__item:not(.swiper-slide-active) {
    aspect-ratio: 338/600;
    transform: scale(0.82);
}

.unmute-btn {
    display: none;
}

.swiper-slide-active .video-progress, .swiper-slide-active .video-toggle-btn {
    display: block;
}

.video-progress {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 44px;
    height: 5px;
    background: #6BB07D;
}

.video-progress__bar {
    height: 100%;
    width: 0;
    background: #fff;
    position: relative;
}

.video-progress__thumb {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
}

.video-toggle-btn {
    display: none;
    position: absolute;
    bottom: 55px;
    left: 8px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.slider_block__item__title {
    display: none;
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 10px;
    right: 10px;
    color: #FFF;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 179.167%;
    text-transform: uppercase;

    @media screen and (max-width: 1400px) {
        font-size: 40px;
    }
}

.slider_block__item.swiper-slide-active .slider_block__item__title {
    display: block;
}

.slider_block__media {
    position: relative;
}

.slider_block__swiper {
    margin-bottom: 20px;
}

.slider_block__swiper__navigation {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 40px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;

    @media screen and (max-width: 768px) {
        justify-content: space-between;
        top: unset;
        left: 20px;
        right: 20px;
        bottom: -5px;
    }
}

.slider_block__swiper__navigation__next, .slider_block__swiper__navigation__prev,
.gifs_block__swiper__navigation__next, .gifs_block__swiper__navigation__prev, .slider_block__item__button,
.text_videos__container__swiper__navigation__prev, .text_videos__container__swiper__navigation__next {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    background: #6BB07D;
    border-radius: 50%;
    transition: background 0.3s ease;
    cursor: pointer;
}

.slider_block__swiper__navigation__next:hover, .slider_block__swiper__navigation__prev:hover,
.slider_block__swiper__navigation__next:focus, .slider_block__swiper__navigation__prev:focus,
.gifs_block__swiper__navigation__next:hover, .gifs_block__swiper__navigation__prev:hover,
.gifs_block__swiper__navigation__next:focus, .gifs_block__swiper__navigation__prev:focus,
.text_videos__container__swiper__navigation__prev:hover, .text_videos__container__swiper__navigation__next:hover,
.text_videos__container__swiper__navigation__prev:focus, .text_videos__container__swiper__navigation__next:focus,
.slider_block__item__button:hover, .slider_block__item__button:focus {
    background: #006938;
}

.slider_block__swiper__navigation__next svg, .gifs_block__swiper__navigation__next svg, .text_videos__container__swiper__navigation__next svg {
    transform: rotate(180deg);
}

.slider_block__swiper__navigation__next svg, .slider_block__swiper__navigation__prev svg,
.gifs_block__swiper__navigation__next svg, .gifs_block__swiper__navigation__prev svg,
.text_videos__container__swiper__navigation__prev svg, .text_videos__container__swiper__navigation__next svg {
    width: 20px;
    height: 20px;
}

.slider_block__swiper__pagination.swiper-pagination-fraction, .slider_block__swiper__pagination.swiper-pagination-fraction span {
    text-align: center;
    font-size: 40px;
}

.slider_block__item__buttons {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 68px;
    z-index: 5;
    flex-direction: column;
    gap: 10px;
}

.slider_block__item__button svg {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    pointer-events: none;
}

.slider_block__item__buttons.show {
    display: flex;
}

.hidden-checkmark {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hidden-checkmark svg {
    width: 10px;
    height: 10px;
    stroke: #fff;
}

.hidden-checkmark.checked {
    display: flex;
}

/*////////////*/

.gifs_block {
    margin-bottom: 150px;

    @media screen and (max-width: 992px) {
        margin-bottom: 100px;
    }
}

.gifs_block__container {
    display: grid;
    grid-template-columns: 875px auto;
    gap: 45px;

    @media screen and (max-width: 1150px) {
        display: block;
    }
}

.gifs_block__media {
    position: relative;
    margin-top: 20px;

    @media screen and (max-width: 1150px) {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

.gifs_block__item {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 289/217;
}

.gifs_block__item.swiper-slide-active:hover .gifs_block__item__buttons, .gifs_block__item.swiper-slide-active:focus .gifs_block__item__buttons {
    pointer-events: auto;
    opacity: 1;
}

.gifs_block__item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gifs_block__item__buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}

.gifs_block__item__socials {
    display: flex;
    gap: 20px;
}

.gifs_block__item__facebook svg, .gifs_block__item__twitter svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    transition: 0.3s ease;
}

.gifs_block__item__facebook svg:hover, .gifs_block__item__twitter svg:hover {
    fill: #6BB07D;
}

.gifs_block__item__button {
    border: none;
    background: #6BB07D;
    cursor: pointer;
    transition: 0.3s ease;
}

.gifs_block__item__button.-first {
    margin-bottom: 10px;
}

.gifs_block__item__button:hover, .gifs_block__item__button:focus {
    background: #006938;
}

.gifs_block__swiper__navigation__next, .gifs_block__swiper__navigation__prev {
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.gifs_block__swiper__navigation__prev {
    left: -25px;
    @media screen and (max-width: 1450px) {
        left: 10px;
    }
}

.gifs_block__swiper__navigation__next {
    right: -25px;
    @media screen and (max-width: 1450px) {
        right: 10px;
    }
}

.gifs_block__content__title {
    margin-top: 0;
    margin-bottom: 12px;
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 134.375%;
    text-transform: uppercase;

    @media screen and (max-width: 992px) {
        font-size: 40px;
    }
}

.gifs_block__content__text {
    margin-top: 0;
    margin-bottom: 0;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

/*////////////*/

.accordion_block {
    margin-bottom: 186px;

    @media screen and (max-width: 992px) {
        margin-bottom: 100px;
    }
}

.accordion_block__content__title {
    margin-bottom: 24px;
}

.accordion__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion_block__item {
    padding: 40px 0;
    border-bottom: 1px solid #006938;

    @media screen and (max-width: 992px) {
        padding: 28px 0;
    }

    @media screen and (max-width: 576px) {
        padding: 20px 0;
    }
}

.accordion__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.accordion__box:hover .accordion__arrow, .accordion__box:focus .accordion__arrow {
    background: #6BB07D;
}

.accordion_block__item:has(.active) .accordion__arrow,
.green_block_accordion__item:has(.active) .accordion__arrow {
    transform: rotate(-180deg);
}

.accordion_heading {
    margin: 0;
    color: #006938;
    font-family: Oswald, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;

    @media screen and (max-width: 992px) {
        font-size: 20px;
    }
}

.accordion__arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #006938;
    border-radius: 50%;
    transition: 0.3s ease;
    pointer-events: none;
}

.accordion__arrow svg {
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion__text {
    padding: 20px 0;
}

/*////////////*/

.green_block_accordion {
    margin-bottom: 140px;

    @media screen and (max-width: 992px) {
        margin-bottom: 100px;
    }
}

.green_block_accordion__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 62px;

    @media screen and (max-width: 992px) {
        grid-template-columns: 1fr;
    }
}

.green_block_accordion__green_box {
    display: grid;
    grid-template-columns: 270px auto;
    gap: 10px;
    align-items: center;
    padding: 116px 83px;
    max-width: 650px;
    height: fit-content;
    background: linear-gradient(180deg, #006938 0%, #6BB07D 100%);
    border-radius: 10px;

    @media screen and (max-width: 1150px) {
        max-width: 608px;
        grid-template-columns: 1.4fr 1fr;
        justify-content: center;
        padding: 40px;
    }

    @media screen and (max-width: 992px) {
        margin: 0 auto;
    }
}

.green_block_accordion__green_box__title {
    margin: 0;
    color: #FFF;
    text-align: right;
    font-family: Oswald, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;

    @media screen and (max-width: 576px) {
        font-size: 24px;
    }
}

.green_block_accordion__green_box__image {
    display: flex;
    flex-shrink: 0;
}

.green_block_accordion__green_box__image img {
    width: 128px;
    height: 128px;
    flex-shrink: 0;

    @media screen and (max-width: 576px) {
        width: 100px;
        height: 100px;
    }
}

.green_block_accordion__content__title {
    margin-bottom: 24px;
}

.green_block_accordion__item {
    border-bottom: 1px solid #006938;
    padding: 28px 0;

    @media screen and (max-width: 576px) {
        padding: 20px 0;
    }
}

.green_block_accordion__heading {
    color: #006938;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

/*////////////*/

.running_text {
    margin-bottom: 150px;

    @media screen and (max-width: 992px) {
        margin-bottom: 100px;
    }
}

.running_text__title .marquee__inner span {
    color: #006938;
}

/*////////////*/

.three_columns {
    background: linear-gradient(180deg, #FFF 1.55%, rgba(107, 176, 125, 0.80) 100%);
    padding-bottom: 225px;

    @media screen and (max-width: 992px) {
        padding-bottom: 100px;
    }
}

.three_columns__content__title {
    margin-top: 0;
    margin-bottom: 52px;
    max-width: 900px;
    color: #006938;
    font-family: Oswald, sans-serif;
    font-size: 86px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;

    @media screen and (max-width: 992px) {
        font-size: 40px;
        margin-bottom: 60px;
    }
}


.three_columns__content__list__container {
    position: relative;
}

.three_columns__content__list {
    margin: 0 auto 40px;
    padding: 0;
    list-style: none;
    column-count: 3;
    column-gap: 20px;

    @media screen and (max-width: 992px) {
        column-count: 2;
    }

    @media screen and (max-width: 576px) {
        column-count: 1;
    }
}

.three_columns__content__item {
    padding: 40px 40px 50px 40px;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    background: #006938;
    margin-bottom: 20px;

    @media screen and (max-width: 768px) {
        padding: 30px 20px;
    }
}

.three_columns__content__item:nth-child(2), .three_columns__content__item:nth-child(3), .three_columns__content__item:nth-child(6) {
    @media screen and (min-width: 992px) {
        background: #6BB07D;
    }
}

.three_columns__content__item:nth-child(2), .three_columns__content__item:nth-child(4), .three_columns__content__item:nth-child(6) {
    @media screen and (max-width: 991.98px) {
        background: #6BB07D;
    }
}

.three_columns__content__item__text {
    margin: 0;
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 112.5%;
    text-transform: uppercase;

    @media screen and (max-width: 768px) {
        font-size: 20px;
        line-height: 120%;
    }
}

.three_columns__content__link__box {
    text-align: center;
}

.three_columns__label {
    right: -70px;
    top: -100px;
    transform: rotate(15deg);

    @media screen and (max-width: 1600px) {
        right: -10px;
        top: -130px;
    }

    @media screen and (max-width: 992px) {
        top: -60px;
        width: 100px;
        height: 100px;
        font-size: 12px;
    }

    @media screen and (max-width: 768px) {
        top: -80px;
    }
}