* {
    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;
}

.container-inside {
    margin: auto;
    max-width: 960px;
}

.header {
    width: 100%;
    background-color: #feff00;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 960px;
}

.logo-link__header {
    margin-right: 60px;
    padding: 25px 0px;
}

.header__logo {
    min-width: 168px;
    height: 43px;
}

.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: 65px;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-image: url('../images/contact-us.png');
    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: 50px;
}

.hero-content__text1:last-of-type {
    padding-bottom: 30px;
}

.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;
}

.great-britain-block {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
}

.bottom-block {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
}

.england-block,
.scotland-block,
.serbia-block,
.china-block {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}
.header-form {
    margin-left: 22px;
    font-size: 22px;
    font-weight: 500;
}

.form-block {
    width: 33%;
    margin-bottom: 30px;
}

.form-block2 {
    margin-bottom: 30px;
    width: 49.7%;
}

.form-block3 {
    margin-bottom: 30px;
    width: 100%;
}

.header-block {
    margin-bottom: 30px;
}

.form-main {
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 28px;
    padding-bottom: 8px;
    padding-left: 25px;
    border: 2px solid #004300;
    border-radius: 25px;
    font-size: 18px;
}

.form-name {
    width: 100%;
    height: 55px;
}

.form-phone,
.form-mail {
    width: 100%;
    height: 55px;
}

.form-delivery {
    width: 100%;
    height: 55px;
}

.form-query {
    width: 100%;
    height: 145px;
    border-radius: 30px;
}

.form1,
.form2,
.form3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

input:focus {
    outline: none;
}

.btn-block {
    display: flex;
    justify-content: center;
    margin-bottom: 125px;
}

.btn-form {
    padding: 12px 17px;
    width: 21%;
    border: 2px solid #004300;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    color: black;
    background-color: #acbdaa;
    cursor: pointer;
}

textarea {
    resize: none;
}

.contact-text:first-of-type {
    font-weight: 600;
    margin-bottom: 50px;
}

.app-heading {
    margin-bottom: 45px;
    font-size: 72px;
    font-weight: 900;
    color: #004300;
}

.app-block-content {
    display: flex;
    align-self: center;
    text-align: center;
    font-size: 22px;
    color: #004300;
    font-weight: 600;
}

.tree {
    background-image: url(../images/leaf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 65px;
    min-height: 64px;
}

.about-content__tree:first-of-type {
    margin-right: 40px;
}

.about-footer1_tree:first-of-type {
    margin-right: auto;
}

.about-footer1_tree:last-of-type {
    margin-left: auto;
}

.left-tree {
    display: flex;
    width: 60%;
}

.tree-about {
    margin-right: 85px;
}

.right-tree {
    display: flex;
    justify-content: space-between;
    width: 40%;
}

/*------------------------- SECTION- APP */

.application-skypeat {
    margin-bottom: 117px;
}

.app-block {
    display: flex;
    margin-bottom: 60px;
    width: 100%;
}

.app-block-left {
    display: flex;
    width: 20%;
}

.app-block-middle {
    display: flex;
    justify-content: center;
    text-align: center;
}

.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;
}

.ab2-ff-middle {
    text-align: center;
    width: 54%;
}

.ff-left-pick {
    width: 365px;
    height: 365px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/vegetable-crop.png');
}

.ff-right-pick {
    width: 365px;
    height: 365px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/flower-crops.png');
}

.app-block2 {
    margin-bottom: 235px;
}

.app-b2-headers {
    font-size: 32px;
}

.ab2-ff-header {
    font-size: 55px;
    font-weight: 700;
    line-height: 115px;
    color: #004300;
}

.ab2-arrow-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.arrow {
    width: 310px;
    height: 137px;
    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: 365px;
    height: 365px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/seeding.png');
}

.sf-right-pick {
    width: 365px;
    height: 365px;
    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: 60px;
}

.b3-cont1-left {
    position: absolute;
    width: 850px;
    height: 700px;
    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: 120px;
    padding-right: 57px;
    padding-top: 83px;
    padding-bottom: 0px;
    font-size: 48px;
    font-weight: 500;
    line-height: 62px;
    color: #004300;
}

.b3-cont1-right,
.b4-cont1-left {
    align-self: center;
}

.some-space {
    min-width: 704px;
    min-height: 700px;
}

.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;
    margin-bottom: 117px;
    width: 100%;
}

.b4-cont1-right {
    width: 331px;
    height: 457px;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/pic-contact-us.png');
}

.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: 106px;
    padding-right: 45px;
    padding-top: 67px;
    padding-bottom: 0px;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    color: black;
}

.contact-text2,
.contact-text3 {
    margin-bottom: 22px;
}

.contact-text4 {
    margin-bottom: 35px;
}

.app-b4-tree-block {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.b4-tree:first-of-type {
    margin-right: 65px;
}

/*---------------------------- section properties */

.properties-skypeat {
    margin-bottom: 117px;
}

.properties-heading {
    margin-bottom: 60px;
    font-size: 32px;
    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: 247px;
}

.app-b5-tree-block {
    position: absolute;
    display: flex;
    justify-content: right;
    width: 100%;
}

.b5-tree:first-of-type {
    margin-right: 65px;
}

.app-b5-cont-block {
    display: flex;
    background-color: #feff00;
    border-radius: 30px;
}

.app-b5-block {
    align-self: center;
    padding-left: 60px;
    padding-right: 35px;
    padding-top: 25px;
    padding-bottom: 0px;
    font-size: 22px;
    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: 65px;
}

.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(3px, 3px);
    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: 20px;
    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: #fff;
    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: yellow;
}
/* ======================================================================ВЫПАДАЮЩЕЕ МЕНЮ */

@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;
    }
    .form1,
    .form2,
    .form3 {
        flex-direction: column;
        align-items: center;
    }
    .form-block,
    .form-block2,
    .form-block3 {
        width: 100%;
    }
}

@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;
    }
    .sticky-btn1 {
        display: none;
    }
    .sticky-btn2 {
        display: block;
    }
    .app-block {
        justify-content: center;
    }
    .tree-ap-escape {
        display: none;
    }
    .great-britain-block {
        display: block;
        margin-bottom: 30px;
    }
    .bottom-block {
        display: block;
        margin-bottom: 30px;
    }
    .england-block {
        margin-bottom: 30px;
    }
    .china-block {
        margin-bottom: 30px;
    }
    .header-block {
        margin-bottom: 15px;
    }
    .app-b4-block {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-right: 20px;
        font-size: 18px;
    }
    .some-space2 {
        display: none;
    }
    .app-block4 {
        justify-content: center;
    }
    .app-b3-cont-block {
        justify-content: center;
        text-align: center;
    }
    .btn-form {
        min-width: 33%;
    }
    .app-pic-block {
        display: none;
    }
}

/* .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: 1800px) {
  .form-block {
    width: 49%;
  }
  .form1 {
    justify-content: space-evenly;
  }
}

@media (max-width: 1725px) {
  .tree-escape {
    display: none;
  }
}

@media (max-width: 1686px) {
  .properties-heading {
    text-align: center;
  }
}

@media (max-width: 1599px) {
  .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: 25px;
  }
  .logo-link__header, .logo-link__footer {
    padding: 35px 0px;
  }
  .sticky-btn1 {
    display: none;
  } 
  .sticky-btn2 {
    display: block;
  }
}

@media (max-width: 1500px) {
  .app-b3-cont-block {
    justify-content: center;
  }
  .btn-form {
    width: 30%;
  }
  .app-block {
    text-align: center;
  }
  .ab2-ff-block {
    justify-content: space-around;
  }
  .ab2-ff-left, .ab2-ff-right, .ab2-sf-left, .ab2-sf-right {
    margin-bottom: 40px;
  }
  .b3-cont1-left, .ab2-ff-middle, .some-space, .b4-cont1-right, .some-space2, .some-space3, .b5-cont1-left{
    display: none;
  }
  .app-b3-tree-block, .app-block4 {
    justify-content: center;
  }
  .app-b4-content1 {
    width: 100%;
    text-align-last: left;
  }
  .app-b3-block, .app-b4-block, .app-b5-block {
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (max-width: 1363px) {
  .app-heading {
    text-align: center;
  }
  .tree-ap-escape {
    display: none;
  }
  .great-britain-block {
    flex-direction: column;
  }
  .england-block {
    margin-bottom: 60px;
  }
}

@media (max-width: 1280px) {
  .form1, .form2 {
    flex-direction: column;
    align-content: center;
  }
  .form-block, .form-block2 {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .container {
    padding: 0px 25px;
  }
  .header__nav, .footer__nav {
    display: none;
  }
  .wrapper {
    display: block;
  }
  .logo-link__header {
    padding-bottom: 0px;
}
.wrapper {
  align-self: end;
}
.ab2-ff-block, .ab2-sf-block {
  flex-direction: column;
  align-items: center;
}
.app-b3-block, .app-b4-block, .app-b5-block {
  padding-left: 25px;
  padding-right: 25px;
}
}

@media (max-width: 767px) {
  .hero-content__text1:first-of-type {
    padding-top: 50px;
  }
  .hero-content__text1:last-of-type {
    padding-bottom: 50px;
  }
  .app-block-left, .app-block-right {
    display: none;
  }
  .app-block {
    justify-content: center;
  }
  .container {
    padding: 0px 15px;
  }
  .hero-container {
    margin-bottom: 150px;
    height: 450px;
  }
  .header__logo, .footer__logo {
    width: 220px;
    height: 65px;
}
.logo-link__header, .logo-link__footer {
  padding: 0px;
}
  .languages-item-options {
    background-size: 57%;
    background-position-x: center;
}
  .languages-list {
    margin-bottom: 0px;
  }
  .languages-list__item:not(:last-of-type) {
    margin-right: 0px;
  }
  .hero-block {
    border: 2px solid white;
  }
  .btn-form {
    padding: 11px 20px;
    border: 1px solid #004300;
    font-size: 17px;
  }
  .contact-text:first-of-type {
    margin-bottom: 20px;
  }
  .contact-text2, .contact-text3 {
    margin-bottom: 30px;
  }
  .contact-text4 {
    margin-bottom: 15px;
  }
  .application-skypeat {
    margin-bottom: 100px;
  }
  .app-block2 {
    margin-bottom: 115px;
  }
  .app-block3 {
    margin-bottom: 0px;
  }
  .b3-tree:nth-last-of-type(n+2) {
    display: none;
  }
  .b4-tree:nth-last-of-type(n+2) {
    display: none;
  }
  .app-b4-tree-block, .app-b5-tree-foot {
    justify-content: center;
    width: 100%;
  }
  .b5-f-tree:nth-last-child(n+2) {
    display: none;
  }
  .hero-content__text1, .app-b2-headers {
    font-size: 26px;
  }
  .hero-content__text2 {
    font-size: 16px;
    border-top: 2px solid white;
  }
  .app-block-content {
    font-size: 42px;
  }
  .great-britain-block {
    margin-bottom: 60px;
  }
  .england-block, .scotland-block {
    font-size: 20px;
    line-height: 40px;
  }
  .china-block {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 40px;
  }
  .form-main {
    font-size: 17px;
  }
  .form-name, .form-phone, .form-mail{
    height: 40px;
    border: 1px solid #004300;
  }
  .form-delivery {
    height: 80px;
    border: 1px solid #004300;
  }
  .form-query {
    height: 150px;
    border: 1px solid #004300;
  }
  .form-block, .form-block2, .form-block3 {
    margin-bottom: 15px;
  }
  .header-form {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .header-block {
    margin-bottom: 10px;
  }
  .properties-heading {
    margin-bottom: 42px;
  }
  .ff-left-pick, .ff-right-pick, .sf-left-pick, .sf-right-pick {
    width: 320px;
    height: 320px;
  }
  .app-b3-block, .app-b4-block, .app-b5-block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    font-size: 20px;
  }
  .app-b4-block, .app-b5-block {
    padding-top: 25px;
  }
  .app-block4 {
    margin-bottom: 100px;
  }
  .properties-skypeat {
    margin-bottom: 150px;
  }
  .tree {
    background-size: 85%;
  }
  .networks-item-options {
    background-size: 50%;
    background-position-x: center;
  }
  .social-networks {
    margin-bottom: 0px;
  }
  .networks-list__item:not(:last-of-type) {
    margin-right: 0px;
  }
  .request-btn2 {
    margin-left: 0px;
    padding: 10px 10px;
    font-size: 12px;
    border: 1px solid #004300;
  }
  .btn-block {
    margin-bottom: 50px;
  }
}

@media (max-width: 400px) {
  .app-b4-block {
    text-align: left;
  }
} */
