@media screen and (max-width: 1024px) {
  .promo-desk {
    margin-right: 95px;
  }

  .nav a {
    margin-right: 15px;
  }

  .nav-btn {
    padding: 8px 28px;
  }

  .header .logo {
    padding-left: 20px;
  }
  .header .nav {
    padding-right: 20px;
  }

  .influencers {
    text-align: center;
  }
  .influencers .include-image img {
    width: 90%;
  }

  .stat {
    text-align: left;
  }

  .stat__block .stat__title {
    font-size: 16px;
  }

  .promo {
    padding: 0 20px;
  }

  .include-image2 img {
    width: 90%;
  }

  .flex {
    padding: 40px 20px;
  }

  .verticals-grid {
    padding: 0 20px;
  }

  #wwd .include-image2 {
    margin-left: 40px;
  }

  .partners {
    padding: 30px 20px;
  }

  .footer {
    padding: 36px 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .promo-desk {
    margin: auto;
  }

  .mobile-menu {
    width: 95%;
  }

  .mob {
    display: none;
  }

  .burger {
    display: block;
  }

  .none {
    opacity: 0;
  }

  .nav {
    display: none;
  }

  h1 {
    font-size: 60px;
  }

  .intersect {
    width: 150%;
    left: -200px;
    height: 620px;
  }

  .btn {
    margin: 60px auto auto auto;
  }

  .block-image {
    background: url("http://farmingo.io/img/pattern.png") no-repeat center/130%;
    margin-top: -135px;
  }

  .stat {
    max-width: 500px;
    margin: -100px auto auto auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }

  .stat__block {
    margin: 0;
  }

  .promo {
    flex-direction: column;
  }

  .promo-desk {
    max-width: 100%;
  }

  .include-image2 {
    text-align: center;
  }
  .include-image2 img {
    width: 80%;
    margin: auto;
  }

  .promo-image:after {
    top: -10px;
    left: 5px;
    width: 130px;
    height: 130px;
  }
  .promo-image:before {
    right: -20px;
  }

  .flex {
    flex-direction: column;
  }

  .bold-title {
    margin-right: 0;
    text-align: center;
  }

  .flex .block:nth-child(2) {
    width: 100% !important;
  }

  .verticals-grid {
    flex-wrap: wrap;
  }

  .vertical {
    max-width: 190px;
    margin: 10px;
  }
  .vertical p {
    font-size: 18px;
  }

  .label {
    font-size: 30px;
  }

  .blue-background {
    padding-bottom: 40px;
  }

  .partners-links {
    grid-template-columns: repeat(4, 100px);
  }
  .partners-links a {
    width: 100px;
    height: 100px;
  }

  #wwd .include-image2 {
    margin: 0;
  }
}
@media screen and (max-width: 680px) {
  .mobile-menu {
    width: 90%;
  }

  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .type {
    max-width: 325px;
    font-size: 20px;
  }

  .intersect {
    background: #eff3f9;
    width: 100vw;
    height: 278px;
    position: absolute;
    border-radius: 0;
    border-bottom-right-radius: 45%;
    border-bottom-left-radius: 45%;
    top: 0;
    left: 0;
    right: 0;
  }

  .btn {
    margin: 70px auto auto auto;
  }

  .block-image {
    margin-top: -163px;
  }

  .stat__block .stat__title {
    font-size: 14px;
  }

  .stat__block .stat__numbers {
    font-size: 24px;
  }

  .stat {
    margin: -185px auto auto auto;
    max-width: 370px;
  }

  .promo-image {
    margin-top: 30px;
  }
  .promo-image:before {
    bottom: -43px;
    right: -28px;
    width: 133px;
    height: 118px;
  }

  .promo {
    margin-bottom: 80px;
  }

  .bold-title {
    font-size: 35px;
    line-height: 60px;
  }

  .verticals-grid {
    flex-direction: column;
  }

  .partners-links {
    grid-template-columns: repeat(4, 80px);
  }
  .partners-links a {
    width: 80px;
    height: 80px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    padding: 36px 0 0 0;
  }
  .footer .bold {
    margin-top: 15px;
  }

  .copyright {
    font-size: 16px;
  }

  .privacy {
    margin-top: 15px;
  }

  .lang-switcher {
    margin: 30px 0;
  }

  .to-up {
    right: 10px;
    bottom: 10px;
  }

  .btn {
    width: 200px;
    font-size: 16px;
  }

  .lang-switcher {
    order: 2;
  }

  .type {
    margin-top: 36px;
  }
}
@media screen and (max-width: 560px) {
  .block-image {
    margin-top: -190px;
  }

  .footer .bold {
    font-size: 20px;
  }
  .footer a {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .block-image {
    margin-top: -220px;
  }
}
@media screen and (max-width: 402px) {
  h1 {
    font-size: 29px;
  }

  .type {
    max-width: 275px;
    font-size: 17px;
  }

  .stat {
    max-width: 90%;
  }

  .copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 349px) {
  h1 {
    font-size: 24px;
    line-height: 35px;
  }

  .btn {
    margin: 80px auto auto auto;
  }

  .block-image {
    margin-top: -240px;
  }

  .stat {
    margin: -215px auto auto auto;
  }

  .partners-links {
    grid-template-columns: repeat(3, 70px);
  }
  .partners-links a {
    width: 70px;
    height: 70px;
  }

  .copyright {
    font-size: 12px;
  }

  .stat {
    display: block;
    max-width: 90%;
  }
  .stat .stat__block {
    margin: 20px auto;
  }
}

/*# sourceMappingURL=media.css.map */