* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

label {
  display: block;
}

iframe {
  border: 0px;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

input,
select,
button,
textarea {
  outline: none;
  border: none;
}
textarea {
  overflow: auto;
  resize: none;
}

button {
  background: none;
  display: inline-block;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
}

hr {
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  border-width: 0px;
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-size: 45px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #000000;
  font-family: 'Heebo', serif;
  background-color: #fff8e6;
  background-image: url('../images/bg.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media (max-width: 1200px) {
  body {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 25px;
  }
}
.content {
  overflow: hidden;
}
.main {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 175px 35px 1550px 35px;
}

@media (max-width: 2200px) {
    .main {
        padding: 175px 35px 1250px 35px;
    }
  }
@media (max-width: 1360px) {
    .main {
      padding: 105px 35px 1150px 35px;
    }
  } 

@media (max-width: 991px) {
  .main {
    padding: 75px 35px 1100px 35px;
  }
}
@media (max-width: 768px) {
  .main {
    padding: 55px 35px 800px 35px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row:before,
.row:after {
  display: unset;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.item_img {
  line-height: 0;
  font-size: 0;
}

h1{
  font-size: 84px;
  font-weight: 900;
  line-height: 1.075;
  position: relative;
  padding: 0 0 40px 200px;
  margin: 0;
}

@media (max-width: 1200px) {
    h1 {
      font-size: 75px;
    }
  }
  @media (max-width: 991px) {
    h1 {
      font-size: 65px;
    }
  }
  @media (max-width: 768px) {
    h1 {
      font-size: 55px;
    }
  }
  @media (max-width: 575px) {
    h1 {
      font-size: 45px;
    }
  }
.row_title__text .text {
  padding-top: 20px;
}
.lines_tractor {
  position: relative;
}
.lines_tractor .line {
  display: inline-block;
  left: -50vw;
  right: -42px;
  bottom: 0;
  border-bottom: 3px dashed #ffa01f;
  position: absolute;
}
.lines_tractor .line::after {
  content: '';
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #ffa01f;
  top: -7px;
}
.lines_tractor .tractor {
  position: absolute;
  width: 188px;
  height: 161px;
  background: url(../images/tractor.png) left top no-repeat;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  transform: translateX(400px);
}
.row_title__image {
  padding-top: 93px;
  padding-left: 115px;
}

.lines_tractor_mob {
  display: none;
  line-height: 0;
  font-size: 0;
  text-align: left;
  position: relative;
  padding-top: 30px;
}
.lines_tractor_mob .line {
  display: inline-block;
  left: -35px;
  right: 15%;
  bottom: 0;
  border-bottom: 3px dashed #ffa01f;
  position: absolute;
}
.lines_tractor_mob .line::after {
  content: '';
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #ffa01f;
  top: -7px;
}

@media (max-width: 1560px) {
  .row_title__image {
    padding-top: 50px;
    padding-left: 15px;
  }
}
@media (max-width: 1360px) {
  .row_title__text {
    width: 100%;
    text-align: center;
  }
  .row_title__text h1 {
    padding: 0;
  }
  .row_title__image,
  .lines_tractor {
    display: none;
  }
  .lines_tractor_mob {
    display: block;
  }
}
@media (max-width: 1200px) {
  .lines_tractor_mob .tractor img {
    height: 120px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .lines_tractor_mob .tractor img {
    height: 80px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .row_title__text h1 {
    font-size: 45px;
  }
  .lines_tractor_mob .tractor img {
    height: 60px;
    width: auto;
  }
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

h2 {
  font-family: 'Heebo';
  font-weight: 600;
  font-size: 75px;
  text-align: center;
  color: #000000;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 37px;
  }
}

.row_items {
  padding-top: 260px;
}
.text_center {
  text-align: center;
}
.row_items h2 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.row_items .lines_tractor .line {
  right: -50vw;
  left: -100px;
}
 
.row_items .lines_tractor .line::after {
  left: 0;
  right: auto;
}
.row_items .lines_tractor .tractor {
  background: url(../images/tractor_r.png) left top no-repeat;
  right: 50%;
  margin-right: -50vw;
  left: auto;
  transform: translateX(-155px);
}
.row_items .row {
  padding-top: 40px;
  margin-left: -30px;
  margin-right: -30px;
}
.row_items .row .col-6 {
  margin-top: 70px;
  padding-left: 30px;
  padding-right: 130px;
  position: relative;
}
.row_items .row .item {
  height: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 150px 150px 150px 0px;
  padding: 70px 200px 70px 70px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
  display: flex;
  align-items: center;
}
.row_items .row .item span {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  top: 0;
  bottom: 0;
  right: -110px;
  width: 300px;
  align-items: center;
  font-size: 0;
  line-height: 0;
  text-align: center;
  justify-content: center;
}
.row_items .row .item span img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1560px) {
  .row_items .row .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row_items .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row_items .row .item {
    text-align: center;
  }
}
@media (max-width: 1360px) {
  .row_items .row .col-6 {
    margin-top: 40px;
  }
  .row_items .row {
    padding-top: 0px;
  }
  .row_items {
    padding-top: 200px;
  }

  .row_items .lines_tractor_mob .line {
    right: -35px;
    left: 15%;
  }
  .row_items .lines_tractor_mob .line::after {
    right: auto;
    left: 0;
  }
  .row_items .lines_tractor_mob {
    text-align: right;
  }

.row_items .row .col-6{  
    padding-left: 30px;
    padding-right: 30px; 
}
.row_items .row .item span { 
    top: -30px;
    bottom: auto;
    right: -55px;
    width: 110px;
    height: auto;
  }
  .row_items .row .item { 
    padding: 55px 35px; 
    text-align: center;
    border-radius: 50px 50px 50px 0px; 
  }
  .row_items .row .item span img { 
    max-height: 69px;
  }
}
@media (max-width: 1200px) {
  .row_items {
    padding-top: 150px;
  }
  .row_items .row .item {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .row_items {
    padding-top: 110px;
  }
  .row_items .row .item {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .row_items {
    padding-top: 85px;
  }
  .row_items .row .item {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
    .row_items .row .item {
        font-size: 20px;
      }
}

.row_items_links {
    padding-top: 300px;
}

.row_items_links h2 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .row_items_links .lines_tractor .line { 
    right: -200px; 
  }
.row_items_links .lines_tractor .tractor {
    transform: translateX(200px);
  }

  .row_items_links .text {
    padding-top: 80px;
  }
  .row_items_links .text .fw_700 {
    padding-top: 20px;
  }
  .row_items_links .row {
    margin: 0 -40px 0 -40px;
    justify-content: center;
  }
  .row_items_links .item {
    width: 33.3%;
    padding: 90px 40px 0 40px;
  }
  .row_items_links .item  a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 215px;
    border-radius: 100px 100px 100px 0px;
  padding: 30px 220px 30px 80px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
  font-weight: 700;
font-size: 65px;
line-height: 0.85;
text-decoration: none;
  background: #E4D64E;
  text-align: center;
  }
  .row_items_links  .item span {
    position: absolute;
  z-index: 2;
  display: inline-flex;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  align-items: center;
  font-size: 0;
  line-height: 0;
  justify-content: left; 
  transform: translateX(100%);
  margin-right: 190px;
  }

  .row_items_links .item  a:hover{
    background: #C5B83A;
  }
  .row_items_links  .item span img {
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 1560px) {
    .row_items_links .item {
        width: 50%; 
        padding: 70px 40px 0 40px;
      }
      
  }


@media (max-width: 1200px) {
    .row_items_links {
        padding-top: 250px;
      }
      .row_items_links .text {
        padding-top: 70px;
      }
      .row_items_links .item a {
        font-size: 40px; 
      }
  }
  @media (max-width: 991px) {
    .row_items_links  {
        padding-top:200px;
      }
      .row_items_links .text {
        padding-top: 60px;
      }
      .row_items_links .item {
        width: 100%;
        padding: 50px 40px 0 40px;
      }
      .row_items_links .item a {
        width: 60%;
        min-width: 170px;
        font-size: 35px;
        height: 150px; 
    padding-left: 80px;
    padding-right: 0px;
    text-align: right;
    justify-content: end;
      }
      .row_items_links .item:nth-child(2n) a {
        margin-right: auto;
        margin-right: auto;
    padding-right: 80px;
    justify-content: start;
    padding-left: 0px;
      }
      .row_items_links .item span { 
        width: 150px; 
        margin-right: 100px;
      }
      .row_items_links .item:nth-child(2n) a span {
        transform: translateX(-100%);
        left: 0;
        right: auto;
        margin-right: 0;
        margin-left: 100px;
        width: 150px;
        justify-content: start;
      }
      .row_items_links .row {
        margin: 0;
      } 

  }
  @media (max-width: 768px) {
    .row_items_links  {
        padding-top: 100px;
      }
      .row_items_links .text {
        padding-top:40px;
      }
      .row_items_links .item a {
        font-size: 30px; 
        height: 120px;
        padding-left: 30px;
        border-radius: 50px 50px 50px 0px;
      } 
      .row_items_links .item:nth-child(2n) a { 
    padding-right: 30px; 
      }
      .row_items_links .item span { 
        width: 100px; 
        margin-right: 50px;
      }
      .row_items_links .item:nth-child(2n) a span { 
        margin-left: 50px;
        width: 100px; 
      }
  }
  @media (max-width: 575px) {
    .row_items_links  {
        padding-top: 50px;
      }
      .row_items_links .text {
        padding-top: 20px;
      }
      .row_items_links .item a {
        font-size: 25px;
        height: 74px;
      }
  }