* {
    box-sizing: border-box;
    font-family: 'Avenir';
}

@font-face {
    src: url('../fonts/AvenirNextCyr-Light.ttf') format('ttf'), url('../fonts/AvenirNextCyr-Light.woff') format('woff');
    font-family: 'Avenir';
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    src: url('../fonts/AvenirNextCyr-LightItalic.ttf') format('ttf'),
        url('../fonts/AvenirNextCyr-LightItalic.woff') format('woff');
    font-family: 'Avenir';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    src: url('../fonts/AvenirNextCyr-Medium.ttf') format('ttf'),
        url('../fonts/AvenirNextCyr-Medium.woff') format('woff');
    font-family: 'Avenir';
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    src: url('../fonts/AvenirNextCyr-Bold.ttf') format('ttf'), url('../fonts/AvenirNextCyr-Bold.woff') format('woff');
    font-family: 'Avenir';
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    src: url('../fonts/AvenirNextCyr-Heavy.woff') format('woff'),
        url('../fonts/AvenirNextCyr-HeavyItalic.ttf') format('ttf');
    font-family: 'Avenir';
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

html,
body,
p,
h1,
h2,
h3,
span {
    margin: 0;
    padding: 0;
}

.body {
    background-color: #f5f4ef;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.container {
    margin: 0 auto;
    padding: 0 27px;
    width: 960px;
}

.header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 960px;
}

.header {
    width: 100%;
    background-color: #feff00;
}

.logo-link__header {
    margin-right: 60px;
    padding: 25px 0px;
}

.header__logo {
    min-width: 168px;
    height: 43px;
}

/* .burger {
    display: block;
    width: 30px;
    height: 23px;
    border: 0px;
    background-image: url("../images/Burger.png");
    background-repeat: no-repeat;
    background-size: 100%;
  } */

.burger {
    display: none;
}

.nav {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.nav__item {
    display: flex;
    align-items: center;
    font-family: 'Avenir';
    font-weight: 700;
    font-size: 20px;
}

.nav__item:hover {
    color: #42c833;
}

.nav__item:not(:last-child) {
    margin-right: 60px;
}

.nav__link {
    color: inherit;
}

.rb__select {
    width: 80px;
    border: none;
    border-radius: 5px;
    background-color: yellow;
}

.select__list {
    width: 116px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(33, 33, 33, 1);
}

.languages-list {
    display: flex;
}

.languages-list__item:not(:last-of-type) {
    margin-right: 12px;
    width: 30px;
    height: 30px;
}

.languages-item-options {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.languages-item-options--oae {
    display: none;
}

.rs {
    background-image: url('../images/serbia.png');
}

.ar {
    background-image: url('../images/united-arab-emirates.png');
}

.en {
    background-image: url('..//images/united-kingdom.png');
}

.ch {
    background-image: url('../images/china.png');
}

.hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-image: url('../images/home1.jpg');
    color: white;
}

.hero-block {
    display: flex;
    justify-content: center;
    border: 2px solid white;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 340px) {
    .hero-content {
        min-width: 300px;
    }
}

@media (max-width: 340px) {
    .hero-content {
        min-width: 280px;
    }
}

@media (max-width: 300px) {
    .hero-content {
        min-width: 250px;
    }
} 

.hero-content__text1 {
    padding: 0px 19px;
    font-size: 30px;
    font-weight: 900;
}

.hero-content__text1:first-of-type {
    padding-top: 25px;
}

.hero-content__text1:last-of-type {
    padding-bottom: 19px;
}

.hero-content__text2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-top: 2px solid white;
    font-size: 20px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-content__text3:first-of-type {
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 10px;
}

.hero-content__text3:last-of-type {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
}

.about-us {
    margin-bottom: 100px;
    width: 100%;
}
.about-container {
    margin: auto;
    max-width: 960px;
}

.about-heading,
.app-heading {
    margin-bottom: 35px;
    font-size: 36px;
    font-weight: 900;
    color: #004300;
}

.about-text1,
.app-block-content {
    display: flex;
    align-self: center;
    text-align: center;
    font-size: 22px;
    color: #004300;
    font-weight: 600;
}

.about-content__block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.about-content {
    font-size: 22px;
    font-weight: 500;
    color: #004300;
}

.about-text:first-of-type {
    margin-bottom: 40px;
}

.about-text:not(:first-of-type) {
    margin-bottom: 30px;
}

.tree {
    background-image: url(../images/leaf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 65px;
    min-height: 64px;
}

.about-content__tree:first-of-type {
    margin-right: 40px;
}

.about-footer__block {
    display: flex;
    width: 100%;
    min-height: 160px;
    border-radius: 30px;
    background-color: #acbdaa;
}

/* .about-footer-block2 {
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 321px;
    border-radius: 60px 0px 0px 60px;
  } */

.about-footer1 {
    min-width: 14%;
}

.about-footer1_section1 {
    display: flex;
    flex-direction: column;
    padding-top: 65px;
}

.about-footer1_tree:first-of-type {
    margin-right: auto;
}

.about-footer1_tree:last-of-type {
    margin-left: auto;
}

.about-footer2_section {
    width: 303px;
    height: 215px;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/hands-holding-soil1.jpeg');
}

.about-footer3 {
    display: flex;
    align-items: center;
    width: 52%;
}

.about-footer3_content {
    /* display: flex;
    padding-top: 70px; */
    padding-left: 33px;
    padding-right: 33px;
    /* padding-right: 33px;
    padding-bottom: 20px; */
    line-height: 31px;
}

.about-footer-tree-block {
    display: flex;
    justify-content: space-between;
}

.about-footer-tree1 {
    width: 7%;
}

.about-footer-tree2 {
    display: flex;
    justify-content: space-between;
    min-width: 50%;
}

.left-tree {
    display: flex;
    width: 60%;
}

.tree-about {
    margin-right: 85px;
}

.right-tree {
    display: flex;
    justify-content: right;
    width: 40%;
}

/*------------------------- SECTION- APP */

.application-skypeat {
    margin-bottom: 100px;
    width: 100%;
}

.application-sky-container {
    margin: auto;
    max-width: 960px;
}

.app-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    width: 100%;
}

.app-block-left {
    display: flex;
    width: 20%;
}

.app-block-middle {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 60%;
}

.app-block-right {
    display: flex;
    justify-content: flex-end;
    width: 20%;
}

.ab2-ff-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ab2-ff-left,
.ab2-ff-right,
.ab2-sf-left,
.ab2-sf-right {
    text-align: center;
    width: 182px;
}

.ab2-ff-middle {
    text-align: center;
    width: 54%;
}

.ff-left-pick {
    width: 182px;
    height: 182px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/vegetable-crop.png');
}

.ff-right-pick {
    width: 182px;
    height: 182px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/flower-crops.png');
}

.app-block2 {
    margin-bottom: 117px;
}

.app-b2-headers {
    font-size: 16px;
}

.ab2-ff-header {
    font-size: 27px;
    font-weight: 700;
    line-height: 57px;
    color: #004300;
}

.ab2-arrow-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.arrow {
    width: 155px;
    height: 68px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ab2-ff-middle-block {
    display: flex;
    justify-content: space-between;
}

.ab2-left-arrow {
    background-image: url('../images/up-left.png');
    transform: rotate(40deg);
}

.ab2-right-arrow {
    background-image: url('../images/up-right.png');
    transform: rotate(-45deg);
}

.ab2-ff-middle-b-foot {
    display: flex;
    justify-content: center;
}

.ab2-left-ar-down {
    background-image: url('../images/down-left.png');
}

.ab2-right-ar-down {
    background-image: url('../images/down-right.png');
}

.ab2-sf-block {
    display: flex;
    justify-content: space-around;
}

.sf-left-pick {
    width: 182px;
    height: 182px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/seeding.png');
}

.sf-right-pick {
    width: 182px;
    height: 182px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/mushroom-growers.png');
}

.app-b3-tree-block {
    position: absolute;
    display: flex;
    justify-content: right;
    width: 100%;
}

.b3-tree:first-of-type {
    margin-right: 130px;
}

.app-b3-cont-block {
    display: flex;
    background-color: #acbdaa;
    border-radius: 30px;
}

.b3-cont1-left {
    position: absolute;
    width: 425px;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/skypeat-blocks.png');
}

.app-block3 {
    position: relative;
    display: flex;
    margin-bottom: 100px;
    width: 100%;
}

.app-b3-content1 {
    display: flex;
    align-self: center;
}

.app-b3-block {
    align-self: center;
    padding-left: 60px;
    padding-right: 28px;
    padding-top: 60px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: #004300;
}

.b3-cont1-right,
.b4-cont1-left {
    align-self: center;
}

.some-space {
    min-width: 352px;
    min-height: 350px;
}

.app-b3-tree-foot {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* .b3-f-tree:last-of-type {
    margin-left: 130px;
  } */

.app-block4 {
    position: relative;
    display: flex;
    width: 100%;
}

.b4-cont1-right {
    width: 347px;
    height: 347px;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/hand-with-peat.jpg');
}

.app-pic-block {
    position: absolute;
    right: 0;
    top: 0;
}

.some-space2 {
    min-width: 307px;
    min-height: 347px;
}

.app-b4-content1 {
    margin-top: 37px;
    width: 66%;
}

.app-b4-cont-block {
    display: flex;
    background-color: #acbdaa;
    border-radius: 30px;
}

.app-b4-block {
    align-self: center;
    padding-left: 32px;
    padding-right: 45px;
    padding-top: 25px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: #004300;
}

.app-b4-tree-block {
    display: flex;
    justify-content: left;
    width: 100%;
}

.b4-tree:first-of-type {
    margin-right: 130px;
}

/*---------------------------- section properties */

.properties-skypeat {
    margin-bottom: 100px;
    width: 100%;
}

.properties-sky-container {
    margin: auto;
    max-width: 960px;
}

.properties-heading {
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 900;
    color: #004300;
}

.app-block5 {
    position: relative;
    display: flex;
    width: 100%;
}

.b5-cont1-left {
    position: absolute;
    margin-top: 30px;
    width: 247px;
    height: 247px;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/hand-with-crop.jpeg');
}

.some-space3 {
    min-width: 201px;
    min-height: 201px;
}

.app-b5-tree-block {
    position: absolute;
    display: flex;
    justify-content: right;
    width: 100%;
}

.b5-tree:first-of-type {
    margin-right: 130px;
}

.app-b5-cont-block {
    display: flex;
    background-color: #feff00;
    border-radius: 30px;
}

.app-b5-block {
    align-self: center;
    padding-left: 62px;
    padding-right: 35px;
    padding-top: 25px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: #004300;
}

.app-b5-tree-foot {
    display: flex;
    justify-content: end;
    width: 95%;
}

.b5-f-tree:first-of-type {
    margin-right: 130px;
}

.b6-f-tree:first-of-type {
    margin-left: 50px;
}

.footer {
    width: 100%;
    background-color: #feff00;
}

.footer__nav {
    justify-content: center;
}

.footer__nav:not(:first-child) {
    margin-top: 10px;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 960px;
}

.logo-link__footer {
    margin-right: 60px;
    padding: 27px 0px;
}

.footer__logo {
    min-width: 168px;
    height: 43px;
}

/* foooooooter links */

.networks-list {
    display: flex;
}

.networks-list__item:not(:last-of-type) {
    margin-right: 12px;
    width: 30px;
    height: 30px;
}

.networks-item-options {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.we-chat {
    background-image: url('../images/wechat-logo.png');
}

.in {
    background-image: url('../images/linkedin.png');
}

.fb {
    background-image: url('../images/facebook.png');
}

.instagram {
    background-image: url('../images/instagram.png');
}
/* -----------------------stiky div */

.btn-form:hover {
    transform: translate(5px, 5px);
    background-color: #feff00;
}

.request-btn:hover {
    color: #feff00;
}

.request-btn2:hover {
    color: #feff00;
}

.request-btn {
    position: -webkit-sticky;
    position: sticky;
    bottom: 4px;
    margin-left: 15px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    border: 2px solid #004300;
    cursor: pointer;
    color: black;
    background-color: #acbdaa;
    /* border-color: #f1f1f1; */
}

.request-btn2 {
    position: -webkit-sticky;
    position: sticky;
    bottom: 4px;
    margin-left: 15px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    border: 2px solid #004300;
    cursor: pointer;
    color: black;
    background-color: #acbdaa;
}

.sticky-btn1 {
    position: -webkit-sticky;
    position: sticky;
    bottom: 17px;
}

.sticky-btn2 {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 17px;
}

/* ======================================================================ВЫПАДАЮЩЕЕ МЕНЮ */

.wrapper {
    display: none;
    background: url('../img/bg.jpg') no-repeat right center;
    background-size: cover;
}

.wrapper__checkbox {
    display: none;
}

.wrapper__checkbox:checked ~ .wrapper__menu {
    right: 0;
}
.wrapper__checkbox:checked ~ .wrapper__button {
    position: fixed;
    top: 10px;
    right: 20px;
}

.wrapper__checkbox:checked ~ .wrapper__button .wrapper__button-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}

.wrapper__checkbox:checked ~ .wrapper__button .wrapper__button-line:nth-child(2) {
    opacity: 0;
}

.wrapper__checkbox:checked ~ .wrapper__button .wrapper__button-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px;
}

.wrapper__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: white;
  border: 3px solid black; */
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
    z-index: 3;
}

.wrapper__button-line {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background: #000;
    margin: 2px 0;
    position: relative;
    -webkit-transition: all 0.1s linear 0.2s;
    -o-transition: all 0.1s linear 0.2s;
    transition: all 0.1s linear 0.2s;
}

.wrapper__menu {
    position: fixed;
    z-index: 2;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 100px 40px 40px;
    -webkit-transition: right 0.4s;
    -o-transition: right 0.4s;
    transition: right 0.4s;
}

.wrapper__menu-link {
    font-size: 26px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    align-self: center;
    margin-bottom: 30px;
    padding: 5px 10px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.wrapper__menu-link:hover {
    color: #feff00;
}
/* ======================================================================ВЫПАДАЮЩЕЕ МЕНЮ */

/* .request-btn:hover {
  transition: background 0.1s ease-in-out;
  background: #f1f1f1;
  border-color: #333;
  color: #333;
} */

/* .request-btn:focus {
  background-color: #3a88ee;
} */

/* -----------------------stiky div */

@media (max-width: 960px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 950px) {
    .header-container,
    .footer-container {
        flex-direction: column;
    }
    .logo-link__header,
    .nav,
    .logo-link__footer {
        margin-right: 0px;
    }
    .nav,
    .footer__nav,
    .languages-list,
    .social-networks {
        margin-bottom: 15px;
    }
    .logo-link__header,
    .logo-link__footer {
        padding: 12px 0px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    .header__nav,
    .footer__nav {
        display: none;
    }
    .footer__nav-terms {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .footer__nav-terms > li:not(:last-child) {
        margin-right: 0;
    }
    .wrapper {
        display: block;
        position: absolute;
        right: 0;
    }

    .header__logo,
    .footer__logo {
        min-width: 150px;
        height: 45px;
    }
    .languages {
        display: none;
    }
    .languages-list__item:first-child {
        display: none;
    }
    .wrapper__menu .languages {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .about-heading {
        font-size: 26px;
    }
    .app-heading {
        margin-bottom: 17px;
        font-size: 26px;
    }
    .about-content {
        font-size: 16px;
    }
    .about-text1,
    .app-block-content {
        font-size: 18px;
    }
    .about-footer1 {
        display: none;
    }
    .about-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-footer__block {
        flex-direction: column;
        align-items: center;
        width: 303px;
    }
    .about-footer3 {
        width: 100%;
    }
    .about-footer3_content {
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 22px;
        padding-top: 22px;
        text-align: center;
        line-height: 22px;
    }
    .app-heading {
        text-align: center;
        font-size: 26px;
    }
    .about-content__block {
        margin-bottom: 40px;
    }
    .about-content__tree:first-of-type {
        margin-right: 20px;
    }
    .tree-ap-escape {
        display: none;
    }
    .about-footer-tree1 {
        display: none;
    }
    .tree-about {
        margin-right: auto;
    }
    .about-us {
        margin-bottom: 100px;
    }
    .ab2-ff-middle {
        display: none;
    }
    .ff-left-pick,
    .ff-right-pick,
    .sf-left-pick,
    .sf-right-pick {
        width: 137px;
        height: 137px;
    }
    .ab2-ff-left,
    .ab2-ff-right,
    .ab2-sf-left,
    .ab2-sf-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 22px;
    }
    .app-b2-headers {
        font-size: 13px;
    }
    .app-block-content {
        font-size: 18px;
    }
    .app-block {
        margin-bottom: 30px;
    }
    .app-b3-tree-block {
        display: none;
    }
    .app-block3 {
        flex-direction: column;
    }
    .some-space {
        min-width: 220px;
        min-height: 220px;
    }
    .b3-cont1-left {
        width: 270px;
    }
    .app-b3-block {
        padding-left: 32px;
        padding-right: 22px;
        font-size: 16px;
        line-height: 22px;
    }
    .app-block2 {
        margin-bottom: 50px;
    }
    .app-block4 {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }
    .some-space2 {
        display: none;
    }
    .app-b4-content1 {
        margin-top: 231px;
        width: 100%;
    }
    .app-b4-block {
        padding-right: 22px;
        padding-top: 22px;
        font-size: 16px;
        line-height: 22px;
    }
    .b4-cont1-right {
        width: 250px;
        height: 250px;
    }
    .properties-heading {
        text-align: center;
        margin-bottom: 30px;
        font-size: 26px;
    }
    .some-space3 {
        display: none;
    }
    .app-b5-block {
        padding-top: 38px;
        padding-left: 32px;
        padding-right: 22px;
        font-size: 16px;
        line-height: 22px;
    }
    .b5-cont1-left {
        margin-top: 0px;
    }
    .app-b5-cont-block {
        margin-top: 217px;
    }
    .b6-f-tree {
        display: none;
    }
    .sticky-btn1 {
        display: none;
    }
    .sticky-btn2 {
        display: block;
    }
    .b4-tree:first-of-type,
    .b5-f-tree:first-of-type {
        margin-right: auto;
    }
}
