/* Reset and base styles  */

* {
    padding: 0px;
    margin: 0px;
    border: none;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  /* Links */
  
  a,
  a:link,
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  /* Common */
  
  aside,
  nav,
  footer,
  header,
  section,
  main {
    display: block;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-size: inherit;
    font-weight: inherit;
  }
  
  ul,
  ul li {
    list-style: none;
  }
  
  img {
    vertical-align: top;
  }
  
  img,
  svg {
    max-width: 100%;
    height: auto;
  }
  
  address {
    font-style: normal;
  }
  
  /* Form */
  
  input,
  textarea,
  button,
  select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
  }
  
  input::-ms-clear {
    display: none;
  }
  
  button,
  input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
  }
  
  input:focus,
  input:active,
  button:focus,
  button:active {
    outline: none;
  }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  label {
    cursor: pointer;
  }
  
  legend {
    display: block;
  }
  
  @font-face {
    font-family: Roboto-Medium;
    src: url("../fonts/Roboto-Medium.ttf");
  }
  
  @font-face {
    font-family: Roboto-Regular;
    src: url("../fonts/Roboto-Regular.ttf");
  }
  
  @font-face {
    font-family: SemiCondensed;
    src: url("../fonts/3270semicondensed.ttf");
  }
  
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  
  body {
    background-color: #0F0F0F;
    font-variant-numeric: lining-nums;
    font-family: Roboto-Regular;
    color: #fff;
  }
  
  img {
    pointer-events: none;
  }
  
  .container {
    width: 85vw;
    max-width: 1283px;
    margin: 0 auto;
  }
  
  h1,
  h2 {
    font-family: SemiCondensed;
    font-size: clamp(46px, 4.6vw, 70px);
  }
  
  .header {
    padding-top: 50px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
  }
  

  
  .footer {
    padding: 15px 0;
    border-top: 1px solid #fff;
  }
  
  .footer .footer__inner {
    display: flex;
    align-items: center;
    gap: 200px;
    justify-content: flex-end;
  }
  
  .footer .footer__inner nav ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  
  .footer .footer__inner nav ul li a {
    color: #fff;
  }
  
  .footer .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
  
  .footer .footer__contacts a {
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 15px;
    text-transform: uppercase;
  }

  .agrotech__page .offer {
    background-repeat: no-repeat;
    background-size: cover;
  }
  

  .agrotech__page .offer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }

  .agrotech__page .offer_logo svg {
    max-width: 683px;
    width: 80vw;
    margin-bottom: 24px;
  }

  
  .agrotech__page .offer__inner h1 {
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 50px;
  }

  .agrotech__page .advantages {
    padding-top: 50px;
  }

  .agrotech__page .advantages h2 {
    font-family: Roboto-Medium;
    font-size: 50px;
    margin-bottom: 100px;
    text-transform: uppercase;
  }

  .agrotech__page .advantages-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .advantages-row-first {
    margin-bottom: 100px;
  }

  .advantages-row-second {
    flex-direction: row-reverse;
    margin-bottom: 200px;
  }
  

  .agrotech__page .advantages-row ul {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
  }

  .agrotech__page .advantages-row ul li {
    display: flex;
    align-items: center;
    gap: 80px;
  }

  .agrotech__page .advantages-row-second ul li {
    flex-direction: row-reverse;
  }

  .agrotech__page .advantages-row ul li img {
    width: 70px;
    height: 70px;
  }

  .agrotech__page .advantages-row ul li h3 {
    font-family: Roboto-Medium;
    line-height: 121%;
    font-size: 30px;
  }

  .agrotech__page .advantages-row ul li p {
    font-family: Roboto-Regular;
    line-height: 125%;
    font-size: 18px;
    letter-spacing: 8%;
  }

  .agrotech__page .advantages-row img {
    max-height: 700px;
  }

  .agrotech__page .advantages-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .agrotech__page .qr__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 150px;
  }

  .agrotech__page .qr__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 283px;
  }

  .agrotech__page .qr__block h3 {
    text-transform: uppercase;
    font-family: Roboto-Medium;
    font-size: 35px;
    text-align: center;
  }

  .agrotech__page .qr__block p {
    font-family: Roboto-Regular;
    font-size: 20px;
    text-align: center;

  }

  .agrotech__page .qr__block img {
    width: 256px;
    height: 256px;
  }


  @media only screen and (max-width: 1100px) {
    .agrotech__page .advantages-row img {
        max-height: 500px;
    }

    .agrotech__page .advantages-row {
        gap: 20px;
    }

    .agrotech__page .advantages-row ul {
        gap: 50px;
    }

    .agrotech__page .advantages-row ul li {
        gap: 50px;
    }

    .agrotech__page .advantages-row ul li img {
        width: 42px;
        height: 42px;
    }
  }

  @media only screen and (max-width: 850px) {

    .agrotech__page .advantages-row {
        flex-direction: column-reverse;
    }

    .agrotech__page .qr__inner {
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }
  }

  @media only screen and (max-width: 800px) {
    .agrotech__page .offer__inner {
        margin-top: 0;
    }
  }

  @media only screen and (max-width: 600px) {

    .agrotech__page .advantages-row {
        gap: 40px;
    }

    .agrotech__page .advantages-row ul li {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .agrotech__page .offer__inner h1 {
        font-size: 25px;
    }

    .agrotech__page .advantages h2 {
        font-size: 30px;
    }
  }