/*
Theme Name: UNCO Market
Author: Alex Kozlov <alex@unco.club>
Text Domain: unco
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    justify-self: center;
    width: 1920px;
    font-family: "Montserrat";
    background-color: #ffffff;
    scroll-behavior: smooth;
    padding: 0 clamp(3.125rem, 9.549vw - 1.458rem, 10rem);
}

main {
    display: flex;
    flex-direction: column;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* HEADER*/
.header {
    padding-left: calc(50% - 960px);
    padding-right: calc(50% - 960px);
}

.header__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header__navigation-logo img {
    width: 115px;
    height: 50px;
    cursor: pointer;
}

.header__navigation-menu {
    flex-grow: 1;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}

.header__navigation-menu ul {
    list-style: none;
    padding: 0;
}

.header__navigation-menu li {
    display: inline-block;
    margin: 0 15px;
}

.header__navigation-menu a {
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #232323;
    transition: color 0.3s ease 0s;
    position: relative;
}

.header__navigation-menu a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: rgb(133, 175, 66);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.header__navigation-menu a:hover::after,
.header__navigation-menu a:focus::after {
    width: 100%;
}

.header__navigation-personal {
    display: flex;
    align-items: center;
}

.header__navigation-personal img {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    cursor: pointer;
    transition: filter 0.5s;
}

.header__navigation-personal img:hover,
.header__navigation-personal img:focus {
    filter: brightness(0) saturate(100%) invert(77%) sepia(38%) saturate(749%)
    hue-rotate(53deg) brightness(97%) contrast(92%);
}

/* SLIDER BLOCK */
.slider {
    height: 540px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* <-- Slider track --> */
.slider__track {
    display: flex;
    transition: transform 3s ease-in-out;
    width: 100%;
    height: 100%;
}

/* <-- slider banner --> */
.slider__banner {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* <-- first banner --> */
.slider__banner-first {
    padding-left: 60px;
    gap: 32px;
    align-items: start;
    justify-content: center;
}

.slider__banner-first-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 16px;
    width: 767px;
}

.slider__banner-text-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 108%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}

.slider__banner-first-text > .slider__banner-text-title {
    padding-right: 125px;
}

.slider__banner-text-subtitle {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.02em;
    vertical-align: middle;
    color: #fff;
}

.slider__banner-text-button {
    background-color: #fff;
    text-decoration: none;
    color: #8fb840;
    font-weight: 700;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 36.5px 48.5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: -8px -8px 16px 0px rgba(235, 235, 235, 0.5),
    8px 8px 16px 0px rgba(132, 132, 132, 0.5);
}

.slider__banner-text-button:hover {
    box-shadow: none;
    background-color: #8fb840;
    color: #fff;
}

/* <-- second slide --> */
.slider__banner-second {
    align-items: center;
    justify-content: center;
}

.slider__banner-second-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.slider__banner-second-text > .slider__banner-text-title1,
.slider__banner-second-text > .slider__banner-text-title2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
}

.slider__banner-second-text > .slider__banner-text-title1 {
    color: #fff;
    background-color: rgba(145, 175, 69, 0.76);
    padding: 10.5px 59px;
}

.slider__banner-second-text > .slider__banner-text-title2 {
    padding: 10.5px 63.5px;
    color: #91af45;
    background-color: rgba(255, 255, 255, 0.76);
}

/* <-- third slide --> */
.slider__banner-third {
    align-items: center;
    justify-content: center;
}

.slider__banner-third-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slider__banner-third-text > .slider__banner-text-title1,
.slider__banner-third-text > .slider__banner-text-title2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
}

.slider__banner-third-text > .slider__banner-text-title1 {
    padding: 10.5px 89px;
    color: #fff;
    background-color: #f0a22ddb;
}

.slider__banner-third-text > .slider__banner-text-title2 {
    padding: 10.5px 65px;
    color: #f0a22d;
    background-color: #ffffffdb;
}

/* <-- slide four --> */
.slider__banner-four {
    align-items: start;
    justify-content: center;
}

.slider__banner-four-text {
    background-color: #fff9f5c7;
    padding: 21px 168px 21px 100px;
}

.slider__banner-four-text > .slider__banner-text-title {
    width: 892px;
    line-height: 100%;
    font-size: 48px;
    color: #1f1909e5;
}

/* <-- slide five --> */
.slider__banner-five {
    align-items: center;
    justify-content: center;
}

.slider__banner-five-text > .slider__banner-text-title {
    padding: 25.5px 106.5px;
    background-color: #bfbfbfd6;
    margin-bottom: 125px;
    line-height: 100%;
}

/* <-- slide six --> */
.slider__banner-six {
    align-items: start;
    justify-content: center;
}

.slider__banner-six-text {
    background-color: #fff9f5c7;
    padding: 21px 71px 21px 100px;
}

.slider__banner-six-text > .slider__banner-text-title {
    letter-spacing: 0px;
    color: #2d1a10eb;
    font-size: 48px;
    width: 989px;
    line-height: 100%;
}

/* <-- slide seven --> */
.slider__banner-seven {
    align-items: center;
    justify-content: center;
}

.slider__banner-seven-text {
    padding: 25.5px 93px;
    background-color: #b31e56d6;
    margin-bottom: 55px;
}

.slider__banner-seven-text > .slider__banner-text-title {
    font-weight: 800;
    font-size: 48px;
    line-height: 100%;
    color: #ffffffdb;
}

/* <-- slide eight --> */
.slider__banner-eight {
    align-items: start;
    justify-content: center;
}

.slider__banner-eight-text {
    padding: 51px 191px 50px 100px;
    background-color: #fff9f5c7;
    margin-top: 31px;
}

.slider__banner-eight-text > .slider__banner-text-title {
    color: #3b1520eb;
    font-size: 48px;
    line-height: 100%;
}

/* <-- steps --> */
.slider__steps {
    display: flex;
    align-self: center;

    gap: 12px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
}

.slider__step {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    cursor: pointer;
}

.slider__step:hover {
    background-color: #8fb840;
}

/* <-- actions --> */
.activeSlide {
    background-color: #8fb840;
    border: none;
}

.sawSlide {
    display: flex;
}

.fade {
    animation-name: fade;
    animation-duration: 1s;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

/* CARDS BLOCK */
.cards {
    display: flex;
    align-items: flex-start;
    gap: 88px;
    margin-top: 78px;
    margin-left: 95px;
}

.card {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.background {
    z-index: 0;
    width: 300px;
    height: 318px;
    position: absolute;
    background-color: #fbd8be;
    border-radius: 12px;
    right: 24px;
    bottom: 24px;
}

.background.third {
    height: 292px;
    bottom: 29px;
}

.border {
    z-index: 0;
    border: 2px solid #fbd8be;
    border-radius: 12px;
    width: 300px;
    height: 318px;
    position: absolute;
    right: 48px;
    bottom: 48px;
}

.border.third {
    height: 292px;
}

.card-image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    max-width: 300px;
    max-height: 216px;
    position: relative;
}

.text-card {
    display: flex;
    align-items: center;
    width: 300px;
    height: 102px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #8fb840;
    border: none;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    transition: all 0.8s ease;
    padding: 12px 34px 15px;
    position: relative;
}

.text-card.third {
    height: 76px;
    font-size: 18px;
}

/* INFO BLOCK */
.info-section {
    padding: 180px 0 0;
}

.info-section__container {
    padding: 40px 50px 60px;
    background-image: url("./images/info-section-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.info-section__header {
    display: flex;
    align-items: end;
    margin-bottom: 50px;
}

.info-section__logo {
    display: block;
    margin: 0 20px 5px 0;
    width: 276px;
    height: 120px;
    object-fit: cover;
}

.info-section__title {
    margin: 0 0 5px 5px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    color: #232323;
}

.info-section__subtitle {
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    vertical-align: middle;
    color: #9fc530;
}

.info-section__content {
    display: flex;
    margin-bottom: 50px;
}

.info-section__list {
    padding-left: 30px;
    margin-right: 20px;
}

.info-section__list ::marker {
    font-size: 30px;
    color: #f8b17d;
}

.info-section__list-item {
    margin-bottom: 20px;
}

.info-section__list-item:nth-last-child(1) {
    margin-bottom: 0;
}

.info-section__list-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    color: #232323;
}

.info-section__details-item {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    color: #232323;
}

.info-section__details-item:nth-child(1) {
    margin-bottom: 30px;
}

.info-section__details-item:nth-child(2) {
    margin-bottom: 30px;
}

.info-section__actions {
    padding: 60px 0;
    width: 897px;
    margin: 0 auto;
    text-align: center;
}

.info-section__button {
    display: inline-block;
    padding: 38px 47px;
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background-color: #8fb840;
    border-radius: 8px;
    box-shadow: 4px 4px 6px rgba(132, 132, 132, 0.5),
    -4px -4px 6px rgba(234, 234, 234, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.8s ease;
}

.info-section__button:hover {
    transition: all 0.8s ease;
    background: #96d221;
}

.info-section__note-highlight {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
    color: #c40755;
}

.info-section__note-text {
    margin-top: 40px;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
    color: #232323;
}

/* ECO SYSTEM BLOCK */
.title-eco-system {
    font-weight: 600;
    font-size: 48px;
    color: #232323;
}

.eco-system {
    margin-top: 140px;
    max-width: 1600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
}

.blocks {
    display: grid;
    grid-template-columns: repeat(3, 506px);
    grid-template-rows: repeat(3, 336px);
    gap: 40px;
}

.block {
    display: flex;
    flex-direction: column;
}

.block.wide {
    display: flex;
    flex-direction: column;
    grid-column: span 2;
}

.btn-eco-system {
    width: 506px;
    height: 68px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #8fb840;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 26px;
    color: #ffffff;
    font-family: "Montserrat";
}

.btn-eco-system:hover {
    transition: all 0.8s ease;
    background: #96d221;
}

.btn-eco-system.wide {
    width: 1052px;
}

.img-block-wide {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-top: #f8b17d solid 1px;
    border-right: #f8b17d solid 1px;
    border-left: #f8b17d solid 1px;
    width: 1052px;
    height: 268px;
    object-fit: cover;
    object-position: 0px -217px;
}

.img-block {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-top: #f8b17d solid 1px;
    border-right: #f8b17d solid 1px;
    border-left: #f8b17d solid 1px;
    object-fit: cover;
    width: 506px;
    height: 268px;
}

.uff-invest {
    object-position: 0px -11px;
    object-view-box: inset(0% -8%);
    background-color: #1d1b20;
}

.uff-producers {
    object-position: 0px -11px;
}

.for-retired {
    object-position: 0px -100px;
}

.food-futures {
    object-position: 0px -15px;
    object-view-box: inset(0% -8%);
    background-color: #fefff9;
}

.for-bloggers {
    object-position: 0px -70px;
}

.unco888 {
    object-position: 0px 0px;
}

.academy {
    object-position: 0px -120px;
}

.scanner {
    object-position: 0px -120px;
}

.eco-system-arrow-right {
    display: none;
}

.eco-system-arrow-left {
    display: none;
}

/* CONTACT US BLOCK */
.contact_us {
    padding-top: 140px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-style: normal;
    gap: 140px;
}

.contact_container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 40px;
}

.contact_titles-adaptive {
    display: none;
}

.contact_title {
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #232323;
    text-transform: uppercase;
}

.contact_paragraph {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #232323;
}

.contact_form-group {
    box-sizing: border-box;
    padding-bottom: 15px;
}

#name,
#email,
#message {
    padding-left: 28px;
    width: 516px;
    height: 58px;
    background: #fffcfa;
    border: 1px solid #f8b17d;
    border-radius: 12px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #acb798;
}

#name:active,
#name:focus,
#email:active,
#email:focus,
#message:focus,
#message:active {
    outline: none;
}

#name:autofill,
#email:autofill {
    border: 1px solid #f8b17d;
    fill: #8eb73f;
    color: #8eb73f;
}

#message {
    padding-top: 20px;
    resize: none;
    height: 80px;
}

.g-recaptcha {
    padding-bottom: 15px;
}

.contact_form-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 335px;
    height: 60px;
    background: #8eb73f;
    box-shadow: 4px 4px 6px rgba(132, 132, 132, 0.5),
    -4px -4px 6px rgba(234, 234, 234, 0.5);
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.8s ease;
}

.contact_form-button:hover {
    transition: all 0.8s ease;
    background: #96d221;
}

.error-message {
    color: #f8b17d;
    font-size: 16px;
    margin-top: 4px;
}

.contact_image-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.contact_image {
    max-width: 856px;
}

.contact_image:first-child {
    position: relative;
    left: 85px;
    object-position: -100px 0;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.contact_image:nth-child(2) {
    border: 9px solid #8eb73f;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.contact_image_tablet {
    display: none;
}

/* FOOTER BLOCK */
footer {
    padding: 140px 0;
    color: rgba(35, 35, 35, 1);
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.footer__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}

footer .logo_socials {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

footer .logo_socials .icons {
    display: flex;
    gap: 16px;
}

footer .logo {
    height: 60px;
}

footer .socials {
    display: flex;
    justify-content: space-between;
    gap: 180px;
    align-items: center;
}

footer .socials a {
    text-decoration: none;
}

footer .contacts_nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 20px;
    justify-content: center;
}

footer .contacts img {
    width: 24px;
    margin: 4px;
}

footer .contacts .phone {
    display: flex;
    gap: 12px;
    align-items: center;
}

footer .contacts .mail {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer_mail {
    text-decoration: none;
    color: #232323;
}

footer .nav {
    display: flex;
    justify-content: space-between;
    gap: 180px;
}

footer .nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .nav li {
    font-size: 20px;
    line-height: 140%;
}

footer .nav a {
    color: inherit;
    text-decoration: none;
}

footer h6 {
    font-size: 24px;
}

footer .legal {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

footer p {
    font-size: 14px;
    line-height: 140%;
}

/* ADAPTIVE */
@media (max-width: 1919px) {
    body {
        width: 1440px;
        padding: 0 90px;
    }

    .cards {
        gap: 56px;
        margin-left: 38px;
    }

    .background {
        bottom: 20px;
        right: 20px;
    }

    .border {
        bottom: 40px;
        right: 40px;
    }

    .background,
    .border {
        width: 264px;
        height: 280px;
    }

    .background.third,
    .border.third {
        height: 258px;
    }

    .card-image {
        max-width: 264px;
        max-height: 190px;
    }

    .text-card {
        width: 264px;
        height: 90px;
        font-size: 18px;
        padding: 11px 26px 10px 28px;
    }

    .title-eco-system {
        font-size: 36px;
    }

    .blocks {
        grid-template-columns: repeat(3, 402px);
        grid-template-rows: repeat(3, 252px);
        gap: 25px;
    }

    .img-block {
        width: 402px;
        height: 180px;
    }

    .img-block-wide {
        width: 832px;
        height: 180px;
        object-position: 0px -167px;
    }

    .btn-eco-system {
        width: 402px;
        height: 72px;
        font-size: 21px;
    }

    .btn-eco-system.wide {
        width: 832px;
        height: 72px;
    }

    .unco-food-futures {
        object-position: 0px -44px;
    }

    .farm-to-office {
        object-position: 0px -108px;
    }

    .for-retired {
        object-position: 0px -90px;
    }

    .contact_us {
        gap: 0;
    }

    .contact_image {
        max-width: 370px;
    }

    .contact_image:first-child {
        left: 75px;
        object-position: -85px 0;
        object-view-box: inset(0% -1%);
    }

    .contact_title {
        font-size: clamp(1.5rem, 1.394vw + 0.606rem, 2rem);
    }

    .contact_paragraph {
        font-size: clamp(1.25rem, 0.697vw + 0.803rem, 1.5rem);
    }

    /* <-- Slider one --> */

    .slider__banner-first {
        justify-content: start;
        padding-left: 50px;
        padding-top: 50px;
    }

    .slider__banner-first-text {
        width: 587px;
    }

    .slider__banner-first-text > .slider__banner-text-title {
        font-size: 54px;
        padding-right: 0px;
    }

    .slider__banner-text-subtitle {
        font-size: 36px;
    }

    .slider__banner-text-button {
        width: 400px;
        padding: 17px 74.5px;
    }

    /* <-- Slider two --> */

    .slider__banner-second-text > .slider__banner-text-title1,
    .slider__banner-second-text > .slider__banner-text-title2 {
        font-size: 48px;
    }

    .slider__banner-second-text > .slider__banner-text-title2 {
        padding: 14.5px 51px;
    }

    .slider__banner-second-text > .slider__banner-text-title1 {
        padding: 14.5px 31.5px;
    }

    /* <-- Slider three --> */

    .slider__banner-third {
        background-position-x: -253px;
    }

    .slider__banner-third-text > .slider__banner-text-title1,
    .slider__banner-third-text > .slider__banner-text-title2 {
        font-size: 48px;
    }

    .slider__banner-third-text > .slider__banner-text-title1 {
        padding: 14.5px 73.5px;
    }

    .slider__banner-third-text > .slider__banner-text-title2 {
        padding: 14.5px 75.5px;
    }

    /* <-- Slider four --> */

    .slider__banner-four {
        background-position-x: -480px;
    }

    .slider__banner-four-text {
        padding: 40px 56px 40px 50px;
    }

    .slider__banner-four-text > .slider__banner-text-title {
        width: 100%;
        font-size: 48px;
    }

    /* <-- Slider five --> */

    .slider__banner-five {
        background-position-x: -380px;
    }

    .slider__banner-five-text > .slider__banner-text-title {
        margin-bottom: 82px;
        padding: 24.5px 63px;
        width: 100%;
        font-size: 48px;
    }

    /* <-- Slider six --> */

    .slider__banner-six {
        background-position-x: -150px;
    }

    .slider__banner-six-text {
        padding: 20px 51px 19px 50px;
    }

    .slider__banner-six-text > .slider__banner-text-title {
        font-size: 48px;
        width: 100%;
    }

    /* <-- Slider seven --> */

    .slider__banner-seven-text {
        padding: 24.5px 54.5px;
    }

    .slider__banner-seven-text > .slider__banner-text-title {
        font-size: 48px;
    }

    /* <-- Slider eight --> */

    /* .slider__banner-eight {
      background-position-x: -895px;
    } */
    .slider__banner-eight-text {
        margin-top: 34px;
        padding: 40px 56px 40px 50px;
    }

    .slider__banner-eight-text > .slider__banner-text-title {
        font-size: 48px;
    }

    footer .socials {
        gap: 50px;
    }

    .footer .nav {
        gap: 112px;
    }
}

@media (max-width: 1439px) {
    body {
        width: 1024px;
        padding: 0 40px;
    }
    .header__navigation-menu {
        display: none;
    }

    /* Mobile sidebar menu */
    .header__navigation-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 320px;
        background: #fff;
        /* box-shadow: 2px 0 16px rgba(0, 0, 0, 0.08); */
        z-index: 1000;
        padding: 60px 30px 30px 30px;
        transform: translateX(-100%);
        opacity: 0;
        display: block;
        pointer-events: none;
    }

    .header__navigation-menu.active {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
        width: 95%;
        top: 75px;
    }

    .header__navigation-menu ul {
        display: flex;
        flex-direction: column;
        gap: 70px;
        align-items: flex-start;
        align-items: center;
    }

    .header__navigation-menu li {
        display: block;
        margin: 0;
    }

    .header__navigation-personal-burger-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: transparent;
        border: none;
        cursor: pointer;
        gap: 3px;
        margin-left: 40px;
    }

    .header__navigation-personal-burger-menu span {
        width: 30px;
        height: 3px;
        background: #232323;
        border-radius: 2px;
        margin: 2px 0;
        transition: all 0.3s ease;
    }

    .header__navigation-personal-burger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .header__navigation-personal-burger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .header__navigation-personal-burger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    /* CARDS */
    .cards {
        gap: 88px;
        justify-content: center;
        flex-wrap: wrap;
        margin-left: 73px;
    }

    .background {
        bottom: 24px;
        right: 24px;
    }

    .border {
        bottom: 48px;
        right: 48px;
    }

    .background,
    .border {
        width: 300px;
        height: 318px;
    }

    .background.third,
    .border.third {
        height: 292px;
    }

    .card-image {
        max-width: 300px;
        max-height: 216px;
    }

    .text-card {
        width: 300px;
        height: 102px;
        font-size: 20px;
        padding: 12px 34px 15px;
    }

    .info-section {
        padding: 110px 0 0;
    }

    .title-eco-system {
        font-size: 30px;
    }

    .blocks {
        grid-template-columns: repeat(3, 301px);
        grid-template-rows: repeat(3, 180px);
        gap: 20px;
    }

    .img-block {
        width: 301px;
        height: 128px;
    }

    .img-block-wide {
        width: 622px;
        height: 128px;
        object-position: 0px -120px;
    }

    .btn-eco-system {
        width: 301px;
        height: 52px;
        font-size: 19px;
    }

    .btn-eco-system.wide {
        width: 622px;
    }

    .unco888 {
        object-position: 0px 0px;
    }

    .food-retail {
        object-position: 0px -45px;
    }

    .farm-to-office {
        object-position: 0px -80px;
    }

    .for-retired {
        object-position: 0px -60px;
    }

    /* <-- Slider one --> */

    .slider__banner-first {
        background-position-x: -400px;
        justify-content: start;
        padding-left: 50px;
        padding-top: 50px;
    }

    .slider__banner-first-text {
        width: 445px;
    }

    .slider__banner-first-text > .slider__banner-text-title {
        font-size: 48px;
    }

    .slider__banner-text-subtitle {
        font-size: 30px;
    }

    .slider__banner-text-button {
        padding: 17px 74.5px;
    }

    /* <-- Slider two --> */

    .slider__banner-second-text > .slider__banner-text-title1,
    .slider__banner-second-text > .slider__banner-text-title2 {
        font-size: 34px;
    }

    .slider__banner-second-text > .slider__banner-text-title2 {
        padding: 14.5px 51px;
    }

    .slider__banner-second-text > .slider__banner-text-title1 {
        padding: 14.5px 31.5px;
    }

    /* <-- Slider three --> */

    .slider__banner-third {
        background-position-x: -253px;
    }

    .slider__banner-third-text > .slider__banner-text-title1,
    .slider__banner-third-text > .slider__banner-text-title2 {
        font-size: 42px;
    }

    .slider__banner-third-text > .slider__banner-text-title1 {
        padding: 14.5px 73.5px;
    }

    .slider__banner-third-text > .slider__banner-text-title2 {
        padding: 14.5px 75.5px;
    }

    /* <-- Slider four --> */

    .slider__banner-four {
        background-position-x: -480px;
    }

    .slider__banner-four-text {
        padding: 40px 56px 40px 50px;
    }

    .slider__banner-four-text > .slider__banner-text-title {
        width: 100%;
        font-size: 42px;
    }

    /* <-- Slider five --> */

    .slider__banner-five {
        background-position-x: -380px;
    }

    .slider__banner-five-text > .slider__banner-text-title {
        margin-bottom: 82px;
        padding: 24.5px 63px;
        width: 100%;
        font-size: 42px;
    }

    /* <-- Slider six --> */

    .slider__banner-six {
        background-position-x: -150px;
    }

    .slider__banner-six-text {
        padding: 20px 51px 19px 50px;
    }

    .slider__banner-six-text > .slider__banner-text-title {
        font-size: 42px;
        width: 100%;
    }

    /* <-- Slider seven --> */

    .slider__banner-seven-text {
        padding: 24.5px 54.5px;
    }

    .slider__banner-seven-text > .slider__banner-text-title {
        font-size: 42px;
    }

    /* <-- Slider eight --> */

    .slider__banner-eight {
        background-position-x: -895px;
    }

    .slider__banner-eight-text {
        margin-top: 34px;
        padding: 40px 56px 40px 50px;
    }

    .slider__banner-eight-text > .slider__banner-text-title {
        font-size: 42px;
    }

    /* <-- Slider steps --> */

    .slider__steps {
        gap: 10px;
    }

    .slider__step {
        width: 8px;
        height: 8px;
    }

    footer .socials {
        gap: 50px;
    }

    footer .nav {
        gap: 112px;
    }

    .contact_container {
        justify-content: center;
    }

    .contact_titles {
        display: none;
    }

    .contact_titles-adaptive {
        display: grid;
        grid-column: 1 / span 2;
        padding-bottom: 40px;
    }

    .contact_title {
        font-size: 28px;
        line-height: 29px;
    }

    .contact_paragraph {
        font-size: 22px;
        line-height: 24px;
    }

    #name,
    #email,
    #message {
        font-size: 20px;
        width: 350px;
        height: 100px;
    }

    .contact_form-button {
        width: 350px;
    }

    .contact_image-container {
        align-items: start;
    }

    .contact_image {
        max-width: 314px;
    }

    .contact_image:first-child {
        left: 110px;
        object-position: -85px 0;
        object-view-box: inset(0% 0%);
    }

    .contact_image:nth-child(2) {
        position: relative;
        left: 30px;
        object-position: -65px 0;
        border: none;
    }
}

@media (max-width: 1023px) {
    body {
        width: 768px;
    }

    /* INFO SECTION */
    .info-section {
        order: 1;
        padding: 80px 0 60px;
    }

    .info-section__container {
        padding: 40px;
    }

    .info-section__logo {
        width: 190px;
        height: 83px;
    }

    .info-section__title {
        font-size: 20px;
    }

    .info-section__subtitle {
        font-size: 46px;
    }

    .info-section__content {
        flex-direction: column;
        gap: 34px;
        margin-bottom: 0;
    }

    .info-section__list-text {
        font-size: 22px;
        line-height: 27px;
    }

    .info-section__details-item {
        font-size: 22px;
        line-height: 27px;
    }

    .info-section__actions {
        padding: 50px 0 0;
        width: 588px;
    }

    .info-section__note-highlight {
        line-height: 27px;
    }

    .info-section__note-text {
        margin-top: 30px;
        line-height: 27px;
    }

    /* <-- CARDS --> */
    .cards {
        order: 2;
        flex-wrap: wrap;
        gap: 64px;
        margin-left: 36px;
    }

    .background {
        bottom: 20px;
        right: 20px;
    }

    .border {
        bottom: 40px;
        right: 40px;
    }

    .background,
    .border {
        width: 264px;
        height: 280px;
    }

    .background.third,
    .border.third {
        height: 258px;
    }

    .card-image {
        max-width: 264px;
        max-height: 190px;
    }

    .text-card {
        width: 264px;
        height: 90px;
        font-size: 18px;
        padding: 11px 26px 10px 28px;
    }

    .title-eco-system {
        font-size: 24px;
    }

    .eco-system {
        order: 3;
        margin-top: 100px;
    }

    .blocks {
        grid-template-columns: repeat(3, 220px);
        grid-template-rows: repeat(3, 130px);
        gap: 15px;
    }

    .img-block {
        width: 220px;
        height: 100px;
    }

    .img-block-wide {
        width: 454px;
        height: 100px;
        object-position: 0px -92px;
    }

    .btn-eco-system {
        width: 220px;
        height: 40px;
        font-size: 12px;
    }

    .btn-eco-system.wide {
        width: 454px;
        height: 40px;
    }

    .for-retired {
        object-position: 0px -40px;
    }

    .farm-to-office {
        object-position: 0px -60px;
    }

    .academy {
        object-position: 0px -83px;
    }

    .scanner {
        object-position: 0px -73px;
    }

    /* CONTACT US */
    .contact_us {
        order: 4;
        padding-top: 100px;
    }
    .contact_titles-adaptive {
        width: 82%;
    }

    .contact_image {
        display: none;
    }

    .contact_image_tablet {
        display: block;
        width: 480px;
    }

    .contact_title {
        font-size: 24px;
    }

    .contact_paragraph {
        font-size: 20px;
    }

    #name,
    #email,
    #message {
        width: 278px;
        height: 58px;
        font-size: 16px;
    }

    #message {
        height: 80px;
    }

    .contact_form-button {
        width: 278px;
    }

    .contact_image-container {
        align-items: start;
    }

    .contact_image_tablet {
        display: flex;
        border-radius: 12px;
        width: 360px;
    }

    .contact_image {
        display: none;
    }

    .slider {
        height: 434px;
    }

    /* <-- Slider one --> */
    .slider__banner-first {
        justify-content: start;
        padding-left: 50px;
        padding-top: 50px;
    }

    .slider__banner-first-text {
        width: 400px;
    }

    .slider__banner-first-text > .slider__banner-text-title {
        padding-right: 27px;
        font-size: 40px;
    }

    .slider__banner-text-subtitle {
        font-size: 28px;
    }

    .slider__banner-text-button {
        padding: 17px 74.5px;
    }

    /* <-- Slider two --> */

    .slider__banner-second-text > .slider__banner-text-title1,
    .slider__banner-second-text > .slider__banner-text-title2 {
        font-size: 34px;
    }

    .slider__banner-second-text > .slider__banner-text-title2 {
        padding: 14.5px 51px;
    }

    .slider__banner-second-text > .slider__banner-text-title1 {
        padding: 14.5px 31.5px;
    }

    /* <-- Slider three --> */

    .slider__banner-third {
        background-position-x: -253px;
    }

    .slider__banner-third-text > .slider__banner-text-title1,
    .slider__banner-third-text > .slider__banner-text-title2 {
        font-size: 34px;
    }

    .slider__banner-third-text > .slider__banner-text-title1 {
        padding: 14.5px 73.5px;
    }

    .slider__banner-third-text > .slider__banner-text-title2 {
        padding: 14.5px 75.5px;
    }

    /* <-- Slider four --> */

    .slider__banner-four {
        background-position-x: -480px;
    }

    .slider__banner-four-text {
        padding: 40px 56px 40px 50px;
    }

    .slider__banner-four-text > .slider__banner-text-title {
        width: 100%;
        font-size: 34px;
    }

    /* <-- Slider five --> */

    .slider__banner-five {
        background-position-x: -380px;
    }

    .slider__banner-five-text > .slider__banner-text-title {
        margin-bottom: 82px;
        padding: 24.5px 63px;
        width: 567px;
        font-size: 34px;
    }

    /* <-- Slider six --> */

    .slider__banner-six {
        background-position-x: -150px;
    }

    .slider__banner-six-text {
        padding: 20px 51px 19px 50px;
    }

    .slider__banner-six-text > .slider__banner-text-title {
        font-size: 34px;
        width: 567px;
    }

    /* <-- Slider seven --> */

    .slider__banner-seven-text {
        padding: 24.5px 54.5px;
    }

    .slider__banner-seven-text > .slider__banner-text-title {
        font-size: 34px;
    }

    /* <-- Slider eight --> */

    .slider__banner-eight {
        background-position-x: -895px;
    }

    .slider__banner-eight-text {
        margin-top: 34px;
        padding: 40px 56px 40px 50px;
    }

    .slider__banner-eight-text > .slider__banner-text-title {
        font-size: 34px;
    }

    /* FOOTER */
    footer {
        padding: 100px 0;
    }

    footer .logo_socials {
        align-items: start;
    }

    footer .logo {
        height: clamp(40px, 5.3vw, 60px);
    }

    footer .socials {
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    footer .logo_socials .icons {
        flex-wrap: wrap;
    }

    footer .contacts_nav {
        flex-direction: column;
        gap: 30px;
    }

    footer .contacts {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    body {
        width: 390px;
        padding: 0 20px;
    }

    /* <-- HEADER--> */
    .header__navigation-logo img {
        width: 75px;
        height: 35px;
    }

    .header__navigation-personal img {
        width: 30px;
        height: 30px;
        margin-left: 0px;
    }

    .header__navigation-personal-burger-menu {
        gap: 1px;
        margin-left: 15px;
    }

    .header__navigation-personal-burger-menu span {
        width: 25px;
        height: 3px;
    }

    /* <-- CARDS --> */

    .cards {
        gap: 88px;
        margin-left: 48px;
    }

    .background {
        bottom: 24px;
        right: 24px;
    }

    .border {
        bottom: 48px;
        right: 48px;
    }

    .background,
    .border {
        width: 300px;
        height: 318px;
    }

    .background.third,
    .border.third {
        height: 292px;
    }

    .card-image {
        max-width: 300px;
        max-height: 216px;
    }

    .text-card {
        width: 300px;
        height: 102px;
        font-size: 20px;
        padding: 12px 34px 15px;
    }

    /* INFO BLOCK */
    .info-section__container {
        padding: 0;
        background-position: left;
    }

    .info-section__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }

    .info-section__content {
        gap: 30px;
    }

    .info-section__actions {
        padding: 40px 0 31px;
        width: 350px;
    }

    .info-section__button {
        height: 100px;
        padding: 25px 47px;
        line-height: 27px;
    }

    .info-section__note-highlight {
        font-size: 18px;
        line-height: 22px;
    }

    .info-section__note-text {
        margin-top: 30px;
        font-size: 18px;
        line-height: 22px;
    }

    /* ECO SYSTEM BLOCK */
    .title-eco-system {
        font-size: 24px;
    }

    .btn-eco-system {
        width: 350px;
        height: 50px;
        font-size: 20px;
    }

    .btn-eco-system.wide {
        width: 350px;
    }

    .farm-to-office {
        object-position: 0px -50px;
    }

    .food-retail {
        object-position: 0px -25px;
    }

    .arrows {
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: flex-end;
    }

    .eco-system-arrow-right {
        display: inline;
        width: 36px;
        height: 36px;
        background-color: #b5b5b5;
        border-radius: 50%;
        position: relative;
    }

    .eco-system-arrow-right:active {
        background-color: #8fb840;
    }

    .eco-system-arrow-img-right {
        width: 22.8px;
        top: 9.4px;
        left: 6.8px;
        position: absolute;
    }

    .eco-system-arrow-left {
        display: inline;
        width: 36px;
        height: 36px;
        background-color: #b5b5b5;
        border-radius: 50%;
        position: relative;
    }

    .eco-system-arrow-left:active {
        background-color: #8fb840;
    }

    .eco-system-arrow-img-left {
        width: 22.8px;
        top: 9.4px;
        left: 6.8px;
        rotate: 180deg;
        position: absolute;
    }

    .title-eco-system {
        font-size: 20px;
    }

    .eco-system {
        width: 350px;
        gap: 20px;
    }

    .blocks {
        display: flex;
        flex-direction: column;
        width: 350px;
        gap: 20px;
    }

    .block.scanner {
        display: none;
    }

    .block.academy {
        display: none;
    }

    .block.unco888 {
        display: none;
    }

    .block.communities {
        display: none;
    }

    .block.game {
        display: none;
    }

    .block.food-retail {
        display: none;
    }

    .block.food-futures {
        display: none;
    }

    .block.for-blogger {
        display: none;
    }

    .block.VC {
        display: none;
    }

    .block.for-bloggers {
        display: none;
    }

    .block.farm-to-office {
        display: none;
    }

    .block.unco-food-futures {
        display: none;
    }

    .img-block {
        width: 350px;
        height: 198px;
    }

    .img-block-wide {
        width: 350px;
        height: 198px;
        object-position: 0px -25px;
    }

    .for-retired {
        object-position: 0px -36px;
    }

    .uff-producers {
        object-position: 0px -5px;
    }

    .unco888 {
        object-position: 0px 0px;
    }

    .academy {
        object-position: 0px -50px;
    }

    .scanner {
        object-position: 0px -50px;
    }

    .slider {
        height: 460px;
    }

    /* <-- slider first --> */

    .slider__banner-first {
        justify-content: start;
        padding: 24px 24px 0 24px;
        background-position-x: -595px;
    }

    .slider__banner-first-text {
        width: 302px;
    }

    .slider__banner-first-text > .slider__banner-text-title {
        padding-right: 0px;
        font-size: 28px;
    }

    .slider__banner-text-subtitle {
        padding-right: 83px;
        font-size: 20px;
    }

    .slider__banner-text-button {
        width: 100%;
        max-width: 302px;
        padding: 10px 48.5px;
        font-size: 18px;
    }

    /* <-- Slider two --> */

    .slider__banner-second-text > .slider__banner-text-title1,
    .slider__banner-second-text > .slider__banner-text-title2 {
        font-size: 25px;
    }

    .slider__banner-second-text > .slider__banner-text-title2 {
        padding: 14px;
    }

    .slider__banner-second-text > .slider__banner-text-title1 {
        padding: 14px 20px;
    }

    /* <-- Slider three --> */

    .slider__banner-third {
        background-position-x: -395px;
    }

    .slider__banner-third-text > .slider__banner-text-title1,
    .slider__banner-third-text > .slider__banner-text-title2 {
        font-size: 25px;
    }

    .slider__banner-third-text > .slider__banner-text-title2 {
        padding: 14px 31px;
    }

    .slider__banner-third-text > .slider__banner-text-title1 {
        padding: 14px 53.5px;
    }

    /* <-- Slider four --> */

    .slider__banner-four {
        background-position-x: -250px;
    }

    .slider__banner-four-text {
        padding: 24px 10px 24px 20px;
    }

    .slider__banner-four-text > .slider__banner-text-title {
        width: 100%;
        font-size: 26px;
    }

    /* <-- Slider five --> */

    .slider__banner-five {
        background-position-x: -500px;
    }

    .slider__banner-five-text > .slider__banner-text-title {
        margin-bottom: 55px;
        padding: 19px 51.5px;
        width: 100%;
        font-size: 26px;
    }

    /* <-- Slider six --> */

    .slider__banner-six {
        background-position-x: -580px;
    }

    .slider__banner-six-text {
        padding: 24px 19px 24px 20px;
    }

    .slider__banner-six-text > .slider__banner-text-title {
        font-size: 26px;
        width: 100%;
    }

    /* <-- Slider seven --> */

    .slider__banner-seven {
        background-position-x: -160px;
    }

    .slider__banner-seven-text {
        padding: 19px 43.5px;
    }

    .slider__banner-seven-text > .slider__banner-text-title {
        font-size: 26px;
    }

    /* <-- Slider eight --> */

    .slider__banner-eight {
        background-position-x: -1100px;
    }

    .slider__banner-eight-text {
        padding: 24px 19px 24px 20px;
        margin-bottom: 84px;
    }

    .slider__banner-eight-text > .slider__banner-text-title {
        font-size: 26px;
    }

    /* <-- Slider steps --> */

    .slider__steps {
        bottom: 20px;
        gap: 8px;
    }

    .slider__step {
        width: 6px;
        height: 6px;
    }

    /* <-- CONTACT US --> */
    .contact_image-container {
        display: none;
    }

    .contact_titles-adaptive {
        width: 100%;
    }

    .contact_title {
        font-size: 20px;
        line-height: 24px;
    }

    #name,
    #email,
    #message {
        width: 350px;
    }

    .contact_form-button {
        width: 350px;
    }

    /* <-- Footer --> */
    .footer__title {
        font-size: 20px;
        line-height: 24px;
    }

    footer .logo_socials {
        flex-direction: column;
    }

    footer .logo {
        height: 40px;
        margin-bottom: 50px;
    }

    footer .socials {
        gap: 24px;
    }

    footer .nav {
        gap: 18px;
        flex-wrap: wrap;
    }

    footer .contacts_nav {
        margin-top: -20px;
    }

    footer .contacts_nav {
        margin-top: -20px;
    }
}

@media (max-width: 389px) {
    body {
        width: 360px;
        padding: 0 15px;
    }

    .header__navigation {
        margin: 0 20px;
    }

    .slider__track {
        width: 90%;
    }

    .slider__banner-seven-text {
        padding: 19px 7px;
    }

    .cards {
        margin-left: 0;
    }
    .card-image {
        max-width: 270px;
    }

    .text-card {
        width: 270px;
    }

    .background,
    .border {
        width: 260px;
        height: 290px;
    }

    .border {
        width: 250px;
        height: 280px;
    }

    .btn-eco-system {
        width: 330px;
        height: 50px;
        font-size: 20px;
    }

    .btn-eco-system.wide {
        width: 330px;
    }

    .farm-to-office {
        object-position: 0px -50px;
    }

    .food-retail {
        object-position: 0px -25px;
    }

    .arrows {
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: flex-end;
    }

    .eco-system-arrow-right {
        display: inline;
        width: 36px;
        height: 36px;
        background-color: #b5b5b5;
        border-radius: 50%;
        position: relative;
    }

    .eco-system-arrow-right:active {
        background-color: #8fb840;
    }

    .eco-system-arrow-img-right {
        width: 22.8px;
        top: 9.4px;
        left: 6.8px;
        position: absolute;
    }

    .eco-system-arrow-left {
        display: inline;
        width: 36px;
        height: 36px;
        background-color: #b5b5b5;
        border-radius: 50%;
        position: relative;
    }

    .eco-system-arrow-left:active {
        background-color: #8fb840;
    }

    .eco-system-arrow-img-left {
        width: 22.8px;
        top: 9.4px;
        left: 6.8px;
        rotate: 180deg;
        position: absolute;
    }

    .title-eco-system {
        font-size: 20px;
    }

    .eco-system {
        width: 330px;
        margin-top: 60px;
    }

    .blocks {
        display: flex;
        flex-direction: column;
        width: 330px;
        gap: 20px;
    }

    .block.scanner {
        display: none;
    }

    .block.academy {
        display: none;
    }

    .block.unco888 {
        display: none;
    }

    .block.communities {
        display: none;
    }

    .block.game {
        display: none;
    }

    .block.food-retail {
        display: none;
    }

    .block.food-futures {
        display: none;
    }

    .block.for-blogger {
        display: none;
    }

    .block.VC {
        display: none;
    }

    .block.for-bloggers {
        display: none;
    }

    .block.farm-to-office {
        display: none;
    }

    .block.unco-food-futures {
        display: none;
    }

    .img-block {
        width: 330px;
        height: 198px;
    }

    .img-block-wide {
        width: 330px;
        height: 198px;
        object-position: 0px -25px;
    }

    .info-section__container {
        margin-left: 20px;
    }

    .info-section__list-text {
        font-size: 19px;
    }

    .info-section__details-item {
        font-size: 19px;
    }

    .info-section__details {
        width: 300px;
    }

    .info-section__button {
        font-size: 15px;
        width: 280px;
        margin-right: 20px;
    }

    .info-section__note-text {
        width: 300px;
    }

    .info-section__actions {
        width: 330px;
    }

    .contact_us {
        padding-top: 60px;
    }

    .contact_title {
        font-size: 19px;
    }

    #name,
    #email,
    #message {
        width: 330px;
    }

    .contact_form-button {
        width: 330px;
    }

    footer {
        padding-top: 60px;
        padding-bottom: 24px;
    }
}
