@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

:focus {
  outline: none;
}

a,
button,
input {
  text-decoration: none;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input,
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
  }
}
html {
  max-width: 100%;
  width: 100%;
}

body {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Geometria", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

body.not-scroll {
  overflow: hidden;
}

main {
  margin-top: 112px;
}
main section {
  padding: 50px 0;
}
main section:nth-child(1) {
  margin-bottom: 50px !important;
}

#offer {
  margin-bottom: 50px !important;
}

.container {
  margin: 0 auto;
  width: 1280px;
}

h1 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
}

h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #000000;
  margin-bottom: 50px;
}

h3 {
  font-size: 25px;
  color: #000000;
  line-height: 1.2;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  font-weight: bold;
}

p {
  font-size: 18px;
  margin: 25px 0;
}

ul {
  padding: 0;
}

input {
  font-size: 24px;
  text-align: center;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.dn {
  display: none;
}

.fww {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.a-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.bw {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 1s;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap .lt,
.wrap .rt {
  width: 48%;
  margin: auto 0;
}

figure {
  overflow: hidden;
  border-radius: 25px;
}
figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.btn,
.wpcf7-submit {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 17px 25px 15px;
  text-transform: uppercase;
  background: linear-gradient(#00af41, #00af41);
  color: #fff;
  border: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.btn:hover,
.wpcf7-submit:hover {
  background: linear-gradient(#ffb700, #ffb700);
}
.btn.btn--yellow,
.wpcf7-submit.btn--yellow {
  background: linear-gradient(#ffb700, #ffb700) !important;
}
.btn.btn--yellow:hover,
.wpcf7-submit.btn--yellow:hover {
  background: linear-gradient(#00af41, #00af41) !important;
}

.header {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
}
.header__nav {
  position: fixed;
  z-index: 777;
  width: 100%;
  height: 114px;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  will-change: transform;
}
.header__nav.hide {
  transform: translateY(-100%);
}
.header-up {
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: end;
  border-bottom: 1px solid #c4c4c4;
}
.header-up__wrap {
  display: flex;
}
.header-up__wrap a {
  position: relative;
  margin-top: 8px;
  font-size: 14px;
  padding-left: 40px;
  margin-right: 30px;
  color: #646464;
}
.header-up__wrap a::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../img/i-phone-green.svg) no-repeat;
  background-size: cover;
}
.header-up__wrap a:hover {
  color: #ffb700;
}
.header-up__wrap .btn {
  padding: 10px 20px !important;
}
.header-down {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}
.header .logo {
  width: 300px;
  margin: 0;
  padding-top: 5px;
  line-height: 1;
}
.header .logo img {
  width: auto;
  height: 20px;
}
.header .logo span {
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 3.05px;
  line-height: 0.5;
  color: #000000;
}
.header .logo-min {
  display: none;
}
.header__menu {
  width: 70%;
}
.header__menu .header__menu_wrap {
  width: 100%;
  position: relative;
}
.header__menu .header__menu-box {
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.header__menu .header__menu-box li {
  cursor: pointer;
  position: relative;
}
.header__menu .header__menu-box li:hover a {
  color: #00af41;
}
.header__menu .header__menu-box li a {
  font-weight: normal;
  font-size: 14px;
  color: #646464;
  line-height: 1;
}
.header__menu .header__menu-box li:hover ul {
  display: block !important;
}
.header__menu .header__menu-box li .sub-menu {
  display: none;
}
.header__menu .header__menu-box .menu-item-has-children a {
  position: relative;
  padding-right: 16px;
}
.header__menu .header__menu-box .menu-item-has-children a::after {
  content: "";
  display: block;
  background-image: url(../img/arrow-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  right: 0;
  transition: 0.3s;
}
.header__menu .header__menu-box .menu-item-has-children:hover a::after {
  transform: rotate(180deg);
  top: 43%;
}
.header__menu .header__menu-box .menu-item-has-children:hover .sub-menu {
  display: block !important;
  position: absolute;
  left: -10px;
  z-index: 1;
  width: 190px;
  background-color: #fff;
  padding: 18px 0 5px 0;
}
.header__menu .header__menu-box .menu-item-has-children:hover .sub-menu li:nth-child(1) {
  border-top: 2px solid #00af41;
}
.header__menu .header__menu-box .menu-item-has-children:hover .sub-menu li:nth-child(1) a {
  display: block;
  margin-top: 10px;
}
.header__menu .header__menu-box .menu-item-has-children:hover .sub-menu li {
  padding: 3px 10px;
}
.header__menu .header__menu-box .menu-item-has-children:hover .sub-menu li a {
  color: #646464;
}
.header__menu .header__menu-box .menu-item-has-children:hover .sub-menu li a:hover {
  color: #00af41;
}
.header__menu .header__menu-box .menu-item-has-children:hover .sub-menu li a::after {
  display: none;
}
.header .btn {
  padding: 17px 20px 15px;
  font-size: 14px;
}

.current-menu-item a {
  color: #ffb700 !important;
}
.current-menu-item ul.sub-menu li a {
  color: #000000 !important;
}
.current-menu-item ul.sub-menu li:hover a {
  color: #00af41 !important;
}

.form-text {
  display: block;
  margin: auto;
}

.white-title h1,
.white-title h2,
.white-title h3,
.white-title h4,
.white-title p,
.white-title li {
  color: #fff !important;
}
.white-title .offer__wrap_title ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
  font-weight: 500;
}
.white-title .offer__wrap_title ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.white-title .offer__wrap_title ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../img/i-arrow-white.svg) no-repeat;
  width: 41px;
  height: 32px;
}

.black-title h1,
.black-title h2,
.black-title h3,
.black-title h4,
.black-title p,
.black-title li {
  color: #000000 !important;
}

.offer__slider,
.offer__image {
  position: relative;
  height: 700px;
  padding: 0;
}

.offer__bg {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: auto;
  height: 700px;
}
.offer__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.offer__wrap {
  z-index: 1;
}
.offer__wrap .container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.offer__wrap_title {
  width: 50%;
  margin: auto 0;
}
.offer__wrap_title .offer-btns {
  margin-top: 30px;
}
.offer__wrap_title .offer-btns a {
  margin-top: 12px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  min-width: 220px;
  text-align: center;
}
.offer__wrap_img {
  width: 40%;
  margin: auto 0;
  border-radius: 0 !important;
}

#page-home .about .wrap .rt figure {
  width: 620px;
  height: 400px;
}
#page-home .services h2 {
  text-align: center;
}
#page-home .services .wrapper {
  margin-top: 50px;
  justify-content: space-between;
}
#page-home .services .wrapper .item {
  position: relative;
  margin: 20px 0;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
}
#page-home .services .wrapper .item img {
  width: 620px;
}
#page-home .services .wrapper .item .text {
  text-align: center;
}
#page-home .services .wrapper .item .text h3 {
  color: #fff;
  font-weight: bold;
}
#page-home .services .wrapper .item .text p {
  margin: 25px auto 30px;
  color: #fff;
}
#page-home .services .wrapper .item .text a {
  width: 195px;
  margin: auto;
}
#page-home .services .wrapper .item:nth-child(1) .text {
  width: 310px;
}
#page-home .services .wrapper .item:nth-child(1) .text a {
  background: linear-gradient(#0082ca, #0082ca) !important;
}
#page-home .services .wrapper .item:nth-child(1) .text a:hover {
  background: linear-gradient(#ffb700, #ffb700) !important;
}
#page-home .services .wrapper .item:nth-child(2) .text {
  width: 470px;
}
#page-home .services .wrapper .item:nth-child(2) .text a {
  background: linear-gradient(#00af41, #00af41) !important;
}
#page-home .services .wrapper .item:nth-child(2) .text a:hover {
  background: linear-gradient(#ffb700, #ffb700) !important;
}
#page-home .services .wrapper .item:nth-child(3) .text {
  width: 465px;
}
#page-home .services .wrapper .item:nth-child(3) .text a {
  background: linear-gradient(#bc6124, #bc6124) !important;
}
#page-home .services .wrapper .item:nth-child(3) .text a:hover {
  background: linear-gradient(#ffb700, #ffb700) !important;
}
#page-home .services .wrapper .item:nth-child(4) .text {
  width: 450px;
}
#page-home .services .wrapper .item:nth-child(4) .text a {
  background: linear-gradient(#ffb700, #ffb700) !important;
}
#page-home .services .wrapper .item:nth-child(4) .text a:hover {
  background: linear-gradient(#ffb700, #ffb700) !important;
}
#page-home .digitals .wrapper {
  justify-content: space-between;
}
#page-home .digitals .wrapper .item {
  position: relative;
}
#page-home .digitals .wrapper .item figure {
  position: absolute;
  z-index: 1;
}
#page-home .digitals .wrapper .item:nth-child(1) {
  width: 30%;
  padding-left: 2%;
  padding-top: 70px;
}
#page-home .digitals .wrapper .item:nth-child(1) figure {
  width: 230px;
  height: 155px;
  right: 0;
  top: 0;
}
#page-home .digitals .wrapper .item:nth-child(2) {
  width: 65%;
  padding-top: 70px;
}
#page-home .digitals .wrapper .item:nth-child(3) {
  width: 60%;
  padding-left: 20%;
}
#page-home .digitals .wrapper .item:nth-child(3) figure {
  width: 280px;
  height: 165px;
  left: 0;
  bottom: 0;
}
#page-home .digitals .wrapper .item:nth-child(4) {
  width: 40%;
  padding-left: 10%;
}
#page-home .digitals .wrapper .item:nth-child(4) figure {
  width: 315px;
  height: 260px;
  right: 0;
  top: -220px;
}
#page-home .digitals .wrapper .item .text {
  position: relative;
  z-index: 2;
}
#page-home .digitals .wrapper .item .text p.text__title {
  font-size: 20px;
  color: #00af41;
  font-weight: 700;
}
#page-home .digitals .wrapper .item .text p.text__title span {
  font-size: 75px;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  line-height: 0.3;
}
#page-home .digitals .wrapper .item .text p.text__subtitle {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
#page-home .boxes .box {
  margin-top: 80px;
  position: relative;
}
#page-home .boxes .box:nth-child(1) {
  margin-top: 0;
}
#page-home .boxes .box .wrap {
  height: 425px;
  overflow: hidden;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
}
#page-home .boxes .box .wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}
#page-home .boxes .box .text {
  text-align: center;
}
#page-home .boxes .box .text img {
  height: 40px;
  margin: auto;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
#page-home .boxes .box .text h2 {
  margin-top: 25px;
  color: #fff;
}
#page-home .boxes .box .text p {
  margin: 10px auto 25px;
  color: #fff;
}
#page-home .boxes .box .text a {
  width: 195px;
  margin: auto;
}
#page-home .partners .container {
  position: relative;
}
#page-home .partners .title p {
  margin-top: 20px;
  color: #646464;
}
#page-home .partners .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
#page-home .partners .slick-arrow {
  top: -85px;
}
#page-home .partners__slider {
  margin-top: 70px;
}
#page-home .partners__slider .item img {
  display: block;
  height: 50px;
  width: auto;
  margin: auto;
}
#page-home .last__news .title h2 {
  text-align: center;
}
#page-home .last__news_list {
  justify-content: space-between;
}
#page-home .last__news_list article {
  position: relative;
  width: 48%;
  height: 400px;
}
#page-home .last__news_list article .last__news_thumb {
  width: 100%;
  height: 100%;
}
#page-home .last__news_list article .last__news_thumb figure {
  position: relative;
  height: 100%;
}
#page-home .last__news_list article .last__news_thumb figure::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
#page-home .last__news_list article .last__news_thumb figure img {
  height: 100%;
}
#page-home .last__news_list article .last__news_content {
  position: absolute;
  z-index: 1;
  top: 48%;
  left: 0;
  right: 0;
  padding: 25px;
}
#page-home .last__news_list article .last__news_content time.last__news_date {
  display: block;
  font-size: 14px;
}
#page-home .last__news_list article .last__news_content a {
  display: inline-block;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}
#page-home .last__news_list article .last__news_content p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}
#page-home .last__news_list article .last__news_content a:hover {
  color: #00af41;
}
#page-home .last__news_list article .last__news_content a,
#page-home .last__news_list article .last__news_content p,
#page-home .last__news_list article .last__news_content .last__news_date {
  color: white;
}

#page-trading .trade .wrap {
  margin-bottom: 75px;
}
#page-trading .trade .wrap:nth-last-child(1) {
  margin-bottom: 0;
}
#page-trading .trade .wrap figure {
  width: 100%;
  height: 400px;
}
#page-trading .trade .wrap figure img {
  width: 100%;
  height: 100%;
}
#page-trading .trade .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#page-trading .trade .wrap ul li {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #00af41;
  margin: 2px;
}
#page-trading .trade .trade__categories {
  margin-top: 100px;
}
#page-trading .trade .trade__categories h2 {
  text-align: center;
}
#page-trading .trade .trade__categories ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#page-trading .trade .trade__categories ul li figure {
  height: 225px;
}
#page-trading .trade .trade__categories ul li figure img {
  height: 100%;
}
#page-trading .trade .trade__categories ul li h4 {
  margin: 15px 0 10px;
}
#page-trading .trade .trade__categories ul li p {
  margin-top: 0;
}
#page-trading .trade .trade__categories .btn {
  margin-top: 50px;
  width: 100%;
}
#page-trading .logistic h2 {
  text-align: center;
}
#page-trading .logistic ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-trading .logistic ul li {
  width: 23%;
  position: relative;
  height: 350px;
}
#page-trading .logistic ul li figure {
  height: 100%;
}
#page-trading .logistic ul li figure img {
  min-width: 100%;
  height: 100%;
}
#page-trading .logistic ul li .title {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
#page-trading .logistic ul li .title::after {
  content: "";
  display: block;
  border-radius: 50%;
  background: #00af41;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 42px;
  height: 42px;
}
#page-trading .logistic ul li .title h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  width: 70%;
}
#page-trading .certificates__slider {
  margin-top: -90px;
  padding: 100px 0 50px 0;
}
#page-trading .certificates__slider .item {
  padding: 0 10px;
}
#page-trading .certificates__slider .item figure {
  border: 1px solid grey;
}
#page-trading .our__benefits h2 {
  text-align: center;
}
#page-trading .our__benefits ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-trading .our__benefits ul li {
  position: relative;
  width: 30%;
  margin: 30px 0;
  font-weight: 500;
  font-size: 20px;
  padding-left: 45px;
  line-height: 1.2;
}
#page-trading .our__benefits ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}
#page-trading .our__benefits ul li::after {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -4px;
  font-size: 27px;
}
#page-trading .our__benefits ul li:nth-child(1)::before {
  background: url(../img/tr-green.png);
}
#page-trading .our__benefits ul li:nth-child(1)::after {
  content: "01";
}
#page-trading .our__benefits ul li:nth-child(2)::before {
  background: url(../img/tr-yellow.png);
}
#page-trading .our__benefits ul li:nth-child(2)::after {
  content: "02";
}
#page-trading .our__benefits ul li:nth-child(3)::before {
  background: url(../img/tr-blue.png);
}
#page-trading .our__benefits ul li:nth-child(3)::after {
  content: "03";
}
#page-trading .our__benefits ul li:nth-child(4)::before {
  background: url(../img/tr-brown.png);
}
#page-trading .our__benefits ul li:nth-child(4)::after {
  content: "04";
}
#page-trading .our__benefits ul li:nth-child(5)::before {
  background: url(../img/tr-green.png);
}
#page-trading .our__benefits ul li:nth-child(5)::after {
  content: "05";
}
#page-trading .our__benefits ul li:nth-child(6)::before {
  background: url(../img/tr-yellow.png);
}
#page-trading .our__benefits ul li:nth-child(6)::after {
  content: "06";
}
#page-trading .our__benefits ul li:nth-child(7)::before {
  background: url(../img/tr-blue.png);
}
#page-trading .our__benefits ul li:nth-child(7)::after {
  content: "07";
}
#page-trading .our__benefits ul li:nth-child(8)::before {
  background: url(../img/tr-brown.png);
}
#page-trading .our__benefits ul li:nth-child(8)::after {
  content: "08";
}
#page-trading .our__benefits ul li:nth-child(9)::before {
  background: url(../img/tr-green.png);
}
#page-trading .our__benefits ul li:nth-child(9)::after {
  content: "09";
}
#page-trading .our__benefits ul li:nth-child(10)::before {
  background: url(../img/tr-yellow.png);
}
#page-trading .our__benefits ul li:nth-child(10)::after {
  content: "10";
}
#page-trading .our__benefits ul li:nth-child(11)::before {
  background: url(../img/tr-blue.png);
}
#page-trading .our__benefits ul li:nth-child(11)::after {
  content: "11";
}
#page-trading .our__benefits ul li:nth-child(12)::before {
  background: url(../img/tr-brown.png);
}
#page-trading .our__benefits ul li:nth-child(12)::after {
  content: "12";
}
#page-trading .gallery__slider {
  margin-top: -90px;
  padding: 100px 0 50px 0;
}
#page-trading .gallery__slider .slide {
  padding: 0 5px;
}
#page-trading .gallery__slider .slide figure {
  height: 400px;
}
#page-trading .gallery__slider .slide figure img {
  background-position: center;
  height: 100%;
}

#page-precision-planting-carefield section:nth-child(1) {
  margin-bottom: 0 !important;
}
#page-precision-planting-carefield .box__list {
  padding-top: 0;
}
#page-precision-planting-carefield .box__list .box {
  padding: 0;
}
#page-precision-planting-carefield .box__list .box .box__up {
  padding: 100px 0;
  background-color: #00af41;
}
#page-precision-planting-carefield .box__list .box .box__up .wrap {
  justify-content: space-between;
}
#page-precision-planting-carefield .box__list .box .box__up .wrap .lt p {
  color: #fff;
}
#page-precision-planting-carefield .box__list .box .box__up .wrap .lt p:nth-child(1) {
  margin-top: 0;
}
#page-precision-planting-carefield .box__list .box .box__up .wrap .lt p img {
  width: 100%;
  height: auto;
}
#page-precision-planting-carefield .box__list .box .box__up .wrap .lt a.btn {
  background: #fff;
  color: #00af41;
}
#page-precision-planting-carefield .box__list .box .box__up .wrap .lt a.btn:hover {
  background: #ffb700;
  color: #fff;
}
#page-precision-planting-carefield .box__list .box .box__up .wrap .rt figure {
  height: 400px;
}
#page-precision-planting-carefield .box__list .box .box__up .wrap .rt figure img {
  min-height: 100%;
}
#page-precision-planting-carefield .box__list .box .box__down {
  padding: 100px 0;
}
#page-precision-planting-carefield .box__list .box .box__down h3 {
  text-align: center;
  font-weight: 700;
}
#page-precision-planting-carefield .box__list .box .box__down .wrapper {
  margin-top: 50px;
  justify-content: space-between;
}
#page-precision-planting-carefield .box__list .box .box__down .wrapper .item {
  width: 31%;
}
#page-precision-planting-carefield .box__list .box .box__down .wrapper .item figure {
  border-radius: 25px;
  border: 1px solid #00af41;
  padding: 10px;
  height: 360px;
}
#page-precision-planting-carefield .box__list .box .box__down .wrapper .item p {
  font-weight: 600 !important;
}
#page-precision-planting-carefield .box__list .box .box__down .wrapper-list {
  display: none;
}
#page-precision-planting-carefield .box__list .box .box__down a.btn {
  width: 100%;
  text-align: center;
}
#page-precision-planting-carefield .box__list .box:nth-child(3) .box__down h3, #page-precision-planting-carefield .box__list .box:nth-child(5) .box__down h3 {
  text-align: left;
}
#page-precision-planting-carefield .box__list .box:nth-child(3) .box__down .wrapper, #page-precision-planting-carefield .box__list .box:nth-child(5) .box__down .wrapper {
  display: none;
}
#page-precision-planting-carefield .box__list .box:nth-child(3) .box__down .wrapper-list, #page-precision-planting-carefield .box__list .box:nth-child(5) .box__down .wrapper-list {
  margin-top: 50px;
  display: flex !important;
  justify-content: space-between;
}
#page-precision-planting-carefield .box__list .box:nth-child(3) .box__down .wrapper-list .item, #page-precision-planting-carefield .box__list .box:nth-child(5) .box__down .wrapper-list .item {
  width: 30%;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#page-precision-planting-carefield .box__list .box:nth-child(3) .box__down .wrapper-list .item h4, #page-precision-planting-carefield .box__list .box:nth-child(5) .box__down .wrapper-list .item h4 {
  font-size: 20px;
  line-height: 1.2;
}
#page-precision-planting-carefield .box__list .box:nth-child(3) .box__down .wrapper-list .item ul, #page-precision-planting-carefield .box__list .box:nth-child(5) .box__down .wrapper-list .item ul {
  padding: 0;
  margin: 25px 0 0 0;
}
#page-precision-planting-carefield .box__list .box:nth-child(3) .box__down .wrapper-list .item ul li, #page-precision-planting-carefield .box__list .box:nth-child(5) .box__down .wrapper-list .item ul li {
  position: relative;
  padding-left: 20px;
}
#page-precision-planting-carefield .box__list .box:nth-child(3) .box__down .wrapper-list .item ul li::before, #page-precision-planting-carefield .box__list .box:nth-child(5) .box__down .wrapper-list .item ul li::before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00af41;
  left: 0;
  top: 9px;
}
#page-precision-planting-carefield .box__list .box:nth-child(3) .box__down a.btn, #page-precision-planting-carefield .box__list .box:nth-child(5) .box__down a.btn {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
#page-precision-planting-carefield .box__list .box:nth-child(5) .box__down {
  padding-bottom: 0;
}
#page-precision-planting-carefield .box__list .box:nth-child(5) .box__down .wrapper-list .item {
  width: 48%;
}
#page-precision-planting-carefield .box__list button.btn {
  background: #fff;
  color: #00af41;
}
#page-precision-planting-carefield .box__list button.btn:hover {
  background: #ffb700;
  color: #fff;
}
#page-precision-planting-carefield .box__list a.btn.btn--contur {
  margin-left: 10px !important;
  border: 1px solid #fff !important;
  background: transparent !important;
  color: #fff !important;
}
#page-precision-planting-carefield .box__list a.btn.btn--contur:hover {
  background: #fff !important;
  color: #000000 !important;
}
#page-precision-planting-carefield .service__list h2 {
  margin-bottom: 0;
}
#page-precision-planting-carefield .service__list .wrapper {
  justify-content: space-between;
}
#page-precision-planting-carefield .service__list .wrapper .item {
  position: relative;
  margin-top: 50px;
  width: 48%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 25px 25px 90px 25px;
}
#page-precision-planting-carefield .service__list .wrapper .item__up {
  margin: auto 0;
}
#page-precision-planting-carefield .service__list .wrapper .item__up img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
#page-precision-planting-carefield .service__list .wrapper .item__up h4 {
  margin: auto 15px;
}
#page-precision-planting-carefield .service__list .wrapper .item__up p {
  margin: 10px 0;
}
#page-precision-planting-carefield .service__list .wrapper .item__down {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 25px;
  left: 0;
  padding: 0 25px;
}
#page-precision-planting-carefield .service__list .wrapper .item__down span {
  font-size: 18px;
  font-weight: 700;
  color: #00af41;
  margin: auto 0;
}

#page-news .offer__image .last__post .offer__bg figure {
  border-radius: 0 !important;
}
#page-news .offer__image .last__post .offer__wrap_title {
  width: 60%;
}
#page-news .offer__image .last__post .offer__wrap_title span {
  color: #fff;
}
#page-news .offer__image .last__post .offer__wrap_title h1 {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
#page-news .offer__image .last__post .offer__wrap_title p {
  color: #fff;
  font-weight: 500;
}
#page-news .offer__image .last__post .offer__wrap .btn {
  margin-top: 30px;
  width: 300px;
  text-align: center;
}
#page-news .news__list_wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#page-news .news__list_wrap article figure {
  height: 250px;
}
#page-news .news__list_wrap article figure img {
  height: 100%;
  min-width: 100%;
}
#page-news .news__list_wrap article h4 {
  font-size: 20px;
  line-height: 1.2;
}
#page-news .news__list_wrap article p.excerpt {
  font-size: 16px;
  min-height: 80px;
}
#page-news .news__list_wrap article .wrapper {
  justify-content: space-between;
}
#page-news .news__list_wrap article .wrapper time {
  margin: auto 0;
  font-size: 14px;
  color: gray;
}
#page-news .pagination-wrapper {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-news .pagination-wrapper .pagination-icon img {
  width: 48px;
  height: 48px;
  transition: opacity 0.2s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-news .pagination-wrapper .next.page-numbers,
#page-news .pagination-wrapper .prev.page-numbers {
  display: none;
}
#page-news .pagination-wrapper .pagination {
  display: flex;
  gap: 10px;
}
#page-news .pagination-wrapper .pagination .page-numbers {
  padding: 0px 15px;
  text-decoration: none;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}
#page-news .pagination-wrapper .pagination .current {
  border: 1px solid #00af41;
  border-radius: 10px;
  color: #000000;
}

#page-single-news .single__news {
  padding-bottom: 0;
}
#page-single-news .single__news .content figure {
  margin: 10px 0 25px;
}
#page-single-news .single__news .content .news__nav-btns {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#page-contacts .contacts__info {
  padding: 0;
}
#page-contacts .contacts__info .wrap .lt ul {
  margin-top: 32px;
  width: 75%;
}
#page-contacts .contacts__info .wrap .lt ul li {
  position: relative;
  margin: 40px 0;
  padding-left: 60px;
}
#page-contacts .contacts__info .wrap .lt ul li a {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}
#page-contacts .contacts__info .wrap .lt ul li a:hover {
  color: #00af41;
}
#page-contacts .contacts__info .wrap .lt ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 48px;
  height: 48px;
}
#page-contacts .contacts__info .wrap .lt ul li:nth-child(1) a::before {
  background: url(../img/i-phone-green.svg) no-repeat;
  background-size: contain;
}
#page-contacts .contacts__info .wrap .lt ul li:nth-child(2) {
  margin: 25px 0 !important;
}
#page-contacts .contacts__info .wrap .lt ul li:nth-child(2) a::before {
  background: url(../img/i-email-green.svg) no-repeat;
  background-size: contain;
}
#page-contacts .contacts__info .wrap .lt ul li:nth-child(3) a::before {
  top: 50%;
  transform: translate(0, -50%);
  background: url(../img/i-location-green.svg) no-repeat;
  background-size: contain;
}
#page-contacts .contacts__info .wrap .lt ul li:nth-child(4) a::before {
  background: url(../img/i-24-hours-green.svg) no-repeat;
  background-size: contain;
}
#page-contacts .contacts__info .wrap .rt {
  width: 50%;
}
#page-contacts .contacts__info .wrap .rt .rt__map {
  overflow: hidden;
  height: 650px;
  border-radius: 0 0 25px 25px;
}
#page-contacts .contacts__info .wrap .rt .rt__map iframe {
  width: 100% !important;
  height: 100% !important;
}

#page-vacancies .vacancies__info {
  padding-bottom: 0;
}
#page-vacancies .vacancies__info .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-vacancies .vacancies__info .title h2 {
  margin-bottom: 0;
}
#page-vacancies .vacancies__info .title .info__box {
  background: #00af41;
  border-radius: 25px;
  padding: 6px 20px 6px 6px;
  display: flex;
}
#page-vacancies .vacancies__info .title .info__box .count {
  position: relative;
  z-index: 0;
  background-color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
#page-vacancies .vacancies__info .title .info__box .count .count__num {
  z-index: 2;
  color: #00af41;
  font-weight: 600;
  font-size: 18px;
}
#page-vacancies .vacancies__info .title .info__box span {
  display: block;
  margin: auto 0 auto 10px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
#page-vacancies .vacancies__info .vacancies__wrap {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt {
  width: 65%;
  /* active state */
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item {
  border: 1px solid #00af41;
  margin-bottom: 20px;
  border-radius: 25px;
  overflow: hidden;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item:nth-last-child(1) {
  margin-bottom: 0;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px;
  cursor: pointer;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__header .info h3 {
  margin: 0;
  font-size: 21px;
  width: 80%;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__header .date {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: gray;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__header button.toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__header button.toggle .arrow {
  display: inline-block;
  margin-top: -5px;
  margin-left: 10px;
  transition: transform 0.3s;
  background: url(../img/i-arrow-up-down.svg) no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content {
  display: none;
  padding: 0 35px 35px 35px;
  margin-top: -25px;
  background: #fff;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content ul li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  margin: 15px 0;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #00af41;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form {
  display: flex;
  justify-content: space-between;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form p {
  margin: auto;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form .file-upload {
  display: flex;
  flex-direction: column;
  width: 50%;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form .file-upload p {
  margin: 25px 0;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form .file-upload .file-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #00af41;
  border-radius: 25px;
  padding: 18px 25px;
  cursor: pointer;
  transition: 0.3s;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form .file-upload .file-label p {
  margin: 25px 0;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form .file-upload .file-label:hover .file-text {
  color: #000000;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form .file-upload .file-label .file-text {
  font-size: 18px;
  color: #999;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form .file-upload .file-label .file-icon {
  width: 40px;
  height: 40px;
  background: url("../img/file-icon.svg") no-repeat center;
  background-size: contain;
  margin-right: -60px;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form .file-upload .file-label .file-input {
  display: none;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form .file-upload .file-name {
  margin-top: -15px;
  padding-left: 5px;
  font-size: 14px;
  color: #00af41;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form .file-upload .file-name p {
  margin: 0;
  font-size: 14px;
  color: #a2a2a2;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form.failed .wpcf7-response-output, #page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item .accordion__content .wpcf7 form.aborted .wpcf7-response-output {
  position: absolute;
  top: 88px;
  right: 0;
  width: 50%;
  font-size: 12px;
  border-radius: 12px;
  color: red;
}
#page-vacancies .vacancies__info .vacancies__wrap .lt .accordion__item.active .arrow {
  transform: rotate(180deg);
}
#page-vacancies .vacancies__info .vacancies__wrap .rt {
  width: 30%;
}
#page-vacancies .vacancies__info .vacancies__wrap .rt .operator__info {
  background-color: #00af41;
  border-radius: 25px;
  padding: 15px;
}
#page-vacancies .vacancies__info .vacancies__wrap .rt .operator__info .person {
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}
#page-vacancies .vacancies__info .vacancies__wrap .rt .operator__info .person figure {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
}
#page-vacancies .vacancies__info .vacancies__wrap .rt .operator__info .person .name__box {
  margin: auto 0 auto 25px;
}
#page-vacancies .vacancies__info .vacancies__wrap .rt .operator__info .person .name__box span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
#page-vacancies .vacancies__info .vacancies__wrap .rt .operator__info .person .name__box p {
  color: #fff;
  margin: 2px 0 0 0;
  font-size: 15px;
}
#page-vacancies .vacancies__info .vacancies__wrap .rt .operator__info a {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#page-vacancies .vacancies__info .vacancies__wrap .rt .operator__info a:hover {
  color: #ffb700;
}
#page-vacancies .vacancies__info .vacancies__wrap .rt .operator__info a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -5px;
  width: 35px;
  height: 35px;
  background: url(../img/phone-call-white.svg) no-repeat;
  background-size: contain;
}

#page-about-us .philosophy .item:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
}
#page-about-us .philosophy .item:nth-child(even) .lt {
  order: 2;
}
#page-about-us .philosophy .item:nth-child(even) .rt {
  order: 1;
}
#page-about-us .philosophy .item .lt h2 {
  margin-bottom: 25px;
}
#page-about-us .philosophy .item .lt ul li {
  position: relative;
  padding-left: 40px;
  margin: 8px 0;
  font-size: 17px;
}
#page-about-us .philosophy .item .lt ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 7px;
  background: url(../img/i-arrow-green-ul.svg) no-repeat;
  background-size: contain;
}
#page-about-us .philosophy .item .lt p em {
  font-style: normal;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
#page-about-us .philosophy .item .rt figure {
  height: 450px;
}
#page-about-us .philosophy .item .rt figure img {
  min-height: 100%;
}
#page-about-us .philosophy .green-baner {
  margin: 50px 0 100px;
  background-color: #00af41;
  color: #fff;
  border-radius: 25px;
  padding: 50px 250px 25px 250px;
}
#page-about-us .philosophy .green-baner h2 {
  color: #fff;
}
#page-about-us .philosophy .green-baner p {
  font-size: 20px;
}
#page-about-us .our__team .wrap .lt {
  width: 30%;
  margin: 0;
}
#page-about-us .our__team .wrap .lt .our__team_box {
  background-color: #00af41;
  border-radius: 25px;
  padding: 5px 35px;
}
#page-about-us .our__team .wrap .lt .our__team_box p {
  color: #fff;
}
#page-about-us .our__team .wrap .rt {
  width: 65%;
}
#page-about-us .our__team .wrap .rt .team__slider {
  padding-top: 92px;
}
#page-about-us .our__team .wrap .rt .team__slider .item {
  padding: 0 5px;
}
#page-about-us .our__team .wrap .rt .team__slider .item figure {
  height: 370px;
}
#page-about-us .our__team .wrap .rt .team__slider .item figure img {
  height: 100%;
}
#page-about-us .our__team .wrap .rt .team__slider .item span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
#page-about-us .our__team .wrap .rt .team__slider .item p {
  margin: 0;
  font-size: 14px;
}
#page-about-us .why__us h2 {
  text-align: center;
}
#page-about-us .why__us .why__us_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-about-us .why__us .why__us_list ul li {
  position: relative;
  width: 48%;
  margin: 50px 0;
  padding-left: 120px;
  font-size: 20px;
  font-weight: 600;
}
#page-about-us .why__us .why__us_list ul li::before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  left: 0;
  top: 50%;
  border-radius: 25px;
  overflow: hidden;
  transform: translate(0, -50%);
}
#page-about-us .why__us .why__us_list ul li:nth-child(1)::before {
  background: url(../img/Frame\ 2403.svg) no-repeat;
  background-size: contain;
}
#page-about-us .why__us .why__us_list ul li:nth-child(2)::before {
  background: url(../img/Frame\ 2401.svg) no-repeat;
  background-size: contain;
}
#page-about-us .why__us .why__us_list ul li:nth-child(3)::before {
  background: url(../img/Frame\ 2402.svg) no-repeat;
  background-size: contain;
}
#page-about-us .why__us .why__us_list ul li:nth-child(4)::before {
  background: url(../img/Frame\ 2400.svg) no-repeat;
  background-size: contain;
}

#page-affiliate-programs .program .wrap {
  margin-top: 100px;
}
#page-affiliate-programs .program .wrap.second {
  margin-top: 0;
}
#page-affiliate-programs .program .wrap figure {
  height: 500px;
}
#page-affiliate-programs .program .wrap figure img {
  min-height: 100%;
}
#page-affiliate-programs .program .wrap .wrapper {
  padding-right: 15px;
}
#page-affiliate-programs .program .wrap .wrapper.scroll__box {
  height: 480px;
  overflow-y: scroll;
}
#page-affiliate-programs .program .wrap .wrapper.scroll__box::-webkit-scrollbar {
  width: 4px;
}
#page-affiliate-programs .program .wrap .wrapper.scroll__box::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.1);
}
#page-affiliate-programs .program .wrap .wrapper.scroll__box::-webkit-scrollbar-thumb {
  background-color: #00af41;
  border-radius: 10px;
}
#page-affiliate-programs .program .wrap .wrapper .box {
  font-style: normal;
  border: 2px solid #0082ca;
  padding: 15px;
  font-size: 18px;
}
#page-affiliate-programs .program .wrap .wrapper .box a {
  color: #0082ca;
  font-weight: 600;
}
#page-affiliate-programs .program .wrap .wrapper .box a:hover {
  color: #00af41;
}
#page-affiliate-programs .program .wrap .wrapper h3 {
  margin-top: 25px;
}
#page-affiliate-programs .program .wrap .wrapper ul li {
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
}
#page-affiliate-programs .program .wrap .wrapper ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 8px;
  border-radius: 50%;
  background-color: #00af41;
  width: 8px;
  height: 8px;
}
#page-affiliate-programs .program .wrap .green__dot ul li {
  padding-left: 70px;
}
#page-affiliate-programs .program .wrap .green__dot ul li::before {
  top: 7px;
  width: 50px;
  height: 50px;
}
#page-affiliate-programs .program .wrap .blocks .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  height: 500px;
}
#page-affiliate-programs .program .wrap .blocks .wrapper ul li {
  width: 47%;
  padding: 10px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  border-top: 8px solid #ffb700;
}
#page-affiliate-programs .program .wrap .blocks .wrapper ul li::before {
  display: none;
}
#page-affiliate-programs .program .list {
  margin-top: 100px;
}
#page-affiliate-programs .program .list h2 {
  text-align: center;
}
#page-affiliate-programs .program .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-affiliate-programs .program .list ul li {
  width: 30%;
  text-align: center;
}
#page-affiliate-programs .program .list ul li figure {
  width: 100px;
  height: 105px;
  margin: 0 auto 15px;
  border-radius: 0;
}
#page-affiliate-programs .program .list ul li figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
#page-affiliate-programs .program .list__boxes {
  margin-top: 50px;
}
#page-affiliate-programs .program .list__boxes h2 {
  text-align: center;
}
#page-affiliate-programs .program .list__boxes ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#page-affiliate-programs .program .list__boxes ul li {
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#page-affiliate-programs .program .list__boxes ul li .date {
  position: relative;
  text-align: right;
}
#page-affiliate-programs .program .list__boxes ul li .date::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../img/calendar\ 1.svg) no-repeat;
  background-size: contain;
}
#page-affiliate-programs .program .list__boxes ul li .text {
  margin-top: 20px;
}
#page-affiliate-programs .program .list__boxes ul li .text P {
  margin: 10px 0;
  padding: 15px 0;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
  text-align: left;
}
#page-affiliate-programs .program .list__boxes ul li .text ul {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #646464;
  padding-bottom: 10px;
  gap: 0;
}
#page-affiliate-programs .program .list__boxes ul li .text ul li {
  width: 100%;
  position: relative;
  margin: 0;
  padding-left: 65px;
  font-weight: 600;
  border-radius: 0;
  box-shadow: none;
  color: #00af41;
  font-size: 19px;
  text-align: left;
}
#page-affiliate-programs .program .list__boxes ul li .text ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 14px;
  width: 48px;
  height: 48px;
}
#page-affiliate-programs .program .list__boxes ul li .text ul li:nth-child(1)::before {
  background: url(../img/Frame\ 54.svg) no-repeat;
  background-size: contain;
}
#page-affiliate-programs .program .list__boxes ul li .text ul li:nth-child(2)::before {
  background: url(../img/Frame\ 55.svg) no-repeat;
  background-size: contain;
}
#page-affiliate-programs .program .list__boxes ul li .text ul li:nth-child(3)::before {
  background: url(../img/Frame\ 56.svg) no-repeat;
  background-size: contain;
}
#page-affiliate-programs .program .list__boxes ul li .btn {
  margin: 25px auto 0;
}

#page-onesoil .offer__image .offer__wrap_title {
  width: 55%;
}
#page-onesoil .offer__image .offer__wrap_img {
  width: 280px;
  margin: auto;
}
#page-onesoil .intro .wrap h3 {
  text-transform: uppercase;
}
#page-onesoil .intro .wrap figure {
  width: 290px;
  height: 200px;
  margin-bottom: 5px;
}
#page-onesoil .intro .wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-onesoil .intro .wrap ul li {
  margin: 5px 0;
  width: 48%;
  height: 260px;
}
#page-onesoil .intro__list {
  margin-top: 50px;
}
#page-onesoil .intro__list h2 {
  text-align: center;
}
#page-onesoil .intro__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-onesoil .intro__list ul li {
  position: relative;
  width: 31%;
  border-radius: 25px;
  background-color: #eff3f6;
  padding: 25px;
  font-size: 22px;
  font-weight: 500;
}
#page-onesoil .intro__list ul li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 25px;
}
#page-onesoil .intro__list ul li:nth-child(1)::before {
  background: url(../img/Arrow\ 4.svg) no-repeat;
  background-size: contain;
}
#page-onesoil .intro__list ul li:nth-child(2)::before {
  background: url(../img/procent.svg) no-repeat;
  background-size: contain;
}
#page-onesoil .intro__list ul li:nth-child(3)::before {
  background: url(../img/Union.svg) no-repeat;
  background-size: contain;
}
#page-onesoil .intro__green_baner {
  margin-top: 50px;
  border-radius: 25px;
  background-color: #00af41;
  padding: 50px;
}
#page-onesoil .intro__green_baner .up {
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
#page-onesoil .intro__green_baner .up .title {
  font-weight: 600;
}
#page-onesoil .intro__green_baner .up .title strong {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}
#page-onesoil .intro__green_baner .up .desc {
  width: 300px;
  text-align: right;
  font-size: 16px;
  line-height: 1.3;
}
#page-onesoil .intro__green_baner .down {
  padding-top: 25px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
#page-onesoil .zones ul li {
  position: relative;
  padding-left: 40px;
  margin: 25px 0;
}
#page-onesoil .zones ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -5px;
  width: 35px;
  height: 35px;
  background: url(../img/Frame\ 2114.svg) no-repeat;
  background-size: contain;
}
#page-onesoil .zones .wrap2 {
  margin-top: 50px;
}
#page-onesoil .zones .wrap2 .lt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-onesoil .zones .wrap2 .lt .desc {
  width: 48%;
  padding: 40px 25px;
  border-radius: 25px;
  background-color: #00af41;
  color: #fff;
  text-align: center;
}
#page-onesoil .zones .wrap2 .lt .desc strong {
  font-size: 35px;
}
#page-onesoil .zones .wrap2 .rt h2 {
  margin-bottom: 0;
}
#page-onesoil .zones .wrap2 .rt strong {
  color: #00af41;
}
#page-onesoil .zones .wrap2 .rt p {
  margin-bottom: 0;
}
#page-onesoil .benefits .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-onesoil .benefits .wrapper .item {
  width: 30%;
  background-color: #eff3f6;
  border-radius: 25px;
  padding: 25px;
}
#page-onesoil .benefits .wrapper .item ul {
  margin-top: 25px;
}
#page-onesoil .benefits .wrapper .item ul li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
#page-onesoil .benefits .wrapper .item ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #00af41;
  border-radius: 50%;
}
#page-onesoil .profit h2 {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
#page-onesoil .profit .wrapper {
  padding-top: 35px;
  border-top: 2px solid #00af41;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-onesoil .profit .wrapper .item {
  width: 30%;
  padding-bottom: 0;
}
#page-onesoil .profit .wrapper .item h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  min-height: 80px;
}
#page-onesoil .profit .wrapper .item figure {
  margin: 25px 0;
  height: 260px;
}
#page-onesoil .profit .wrapper .item ul {
  margin-top: 25px;
}
#page-onesoil .profit .wrapper .item ul li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
#page-onesoil .profit .wrapper .item ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #00af41;
  border-radius: 50%;
}
#page-onesoil .analysis h2 {
  width: 75%;
}
#page-onesoil .analysis .wrapper {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-onesoil .analysis .wrapper figure {
  width: 48%;
  height: auto;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
#page-onesoil .modul .wrap .rt {
  border-radius: 25px;
  background-color: #eff3f6;
  padding: 0 25px;
}
#page-onesoil .modul .wrap .rt strong {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
#page-onesoil .modul .wrap .rt strong::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -2px;
  width: 35px;
  height: 35px;
  background: url(../img/Frame\ 2114.svg) no-repeat;
  background-size: contain;
}
#page-onesoil .maps .wrap .lt ul li {
  position: relative;
  padding-left: 50px;
  margin: 20px 0;
}
#page-onesoil .maps .wrap .lt ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background-color: #00af41;
  border-radius: 10px;
}
#page-onesoil .maps .wrap .lt ul li::after {
  display: block;
  position: absolute;
  z-index: 2;
  left: 13px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
#page-onesoil .maps .wrap .lt ul li:nth-child(1)::after {
  content: "1";
}
#page-onesoil .maps .wrap .lt ul li:nth-child(2)::after {
  content: "2";
}
#page-onesoil .maps .wrap .lt ul li:nth-child(3)::after {
  content: "3";
}
#page-onesoil .maps .wrap .lt ul li:nth-child(4)::after {
  content: "4";
}
#page-onesoil .maps .wrap .lt ul li:nth-child(5)::after {
  content: "5";
}
#page-onesoil .maps .wrap .lt ul li:nth-child(6)::after {
  content: "6";
}
#page-onesoil .maps .wrap .lt ul li:nth-child(7)::after {
  content: "7";
}
#page-onesoil .maps .wrap .lt ul li:nth-child(8)::after {
  content: "8";
}
#page-onesoil .maps .wrap .rt .wrapper figure {
  height: 270px;
  width: 500px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
#page-onesoil .maps .wrap .rt .wrapper figure:nth-child(2) {
  margin-top: -50px;
  margin-left: auto;
}

#page-xfarm .offer__image .offer__wrap_title {
  width: 55%;
}
#page-xfarm .offer__image .offer__wrap_img {
  width: 280px;
  margin: auto;
}
#page-xfarm .intro figure {
  height: 450px;
}
#page-xfarm .intro figure img {
  min-height: 100%;
}
#page-xfarm .intro .wrap2 {
  margin-top: 100px;
}

.equipment__block h2 {
  text-align: center;
}
.equipment__block .btn {
  width: 100%;
}
.equipment__block .equipment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.equipment__block .equipment__list .item figure {
  border: 1px solid #00af41;
  border-radius: 25px;
  height: 360px;
  display: flex;
}
.equipment__block .equipment__list .item .desc {
  margin-top: 10px;
}
.equipment__block .equipment__list .item .desc h4 {
  font-size: 20px;
}
.equipment__block .equipment__list .item .desc p {
  margin: 10px 0 0 0;
  font-size: 16px;
}
.equipment__block .equipment__list .item .desc span p {
  margin: 2px 0;
  color: #646464;
  font-size: 14px;
}
.equipment__block .equipment__list .item .desc ul li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
.equipment__block .equipment__list .item .desc ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #00af41;
  border-radius: 50%;
}

#page-fjdynamics .offer__image .offer__wrap_title {
  width: 55%;
}
#page-fjdynamics .intro figure {
  height: 400px;
}
#page-fjdynamics .intro figure img {
  min-height: 100%;
}

#page-precision-planting .offer__image .offer__wrap_title {
  width: 60%;
}

#page-bbleap .offer__image .offer__wrap_title {
  width: 60%;
}
#page-bbleap .offer__image .offer__wrap_img {
  width: 280px;
  margin: auto;
}
#page-bbleap .intro figure {
  height: 450px;
}
#page-bbleap .intro figure img {
  min-height: 100%;
}
#page-bbleap .intro ul li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
  font-size: 18px;
}
#page-bbleap .intro ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #00af41;
  border-radius: 50%;
}
#page-bbleap .intro p {
  margin-bottom: 0;
}
#page-bbleap .intro .intro__boxes .wrap {
  margin-bottom: 100px;
}
#page-bbleap .intro .intro__boxes .wrap:nth-child(even) .lt {
  order: 2;
}
#page-bbleap .intro .intro__boxes .wrap:nth-child(even) .rt {
  order: 1;
}
#page-bbleap .intro .btn {
  width: 100%;
}
#page-bbleap .integration .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-bbleap .integration .wrapper .item {
  width: 30%;
  border-radius: 25px;
  padding: 25px 25px 0 25px;
  background-color: #eff3f6;
}
#page-bbleap .integration .wrapper .item h3 {
  margin-bottom: 25px;
  font-size: 21px;
}
#page-bbleap .integration .wrapper .item ul li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
  font-size: 18px;
}
#page-bbleap .integration .wrapper .item ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #00af41;
  border-radius: 50%;
}
#page-bbleap .leapbox .wrap {
  margin-bottom: 100px;
}
#page-bbleap .leapbox .wrap:nth-last-child(1) {
  margin-bottom: 0;
}
#page-bbleap .leapbox .wrap:nth-child(even) .lt {
  order: 2;
}
#page-bbleap .leapbox .wrap:nth-child(even) .rt {
  order: 1;
}
#page-bbleap .leapbox .wrap figure {
  height: 450px;
}
#page-bbleap .leapbox .wrap figure img {
  height: 100%;
}
#page-bbleap .leapbox .wrap ul {
  padding-left: 5px;
}
#page-bbleap .leapbox .wrap ul li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
  font-size: 18px;
}
#page-bbleap .leapbox .wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #00af41;
  border-radius: 50%;
}
#page-bbleap .leapbox .wrap h4 {
  margin-top: 25px;
  padding: 15px 25px;
  border-radius: 25px;
  background-color: #00af41;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
#page-bbleap .leapbox .wrap .rt__box {
  background-color: #eff3f6;
  padding: 0 25px 25px 25px;
  border-radius: 25px;
}
#page-bbleap .leapbox .wrap h5 {
  position: relative;
  font-size: 25px;
  padding-left: 50px;
  font-weight: 500;
}
#page-bbleap .leapbox .wrap h5::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 1px;
  width: 38px;
  height: 38px;
  background: url("../img/Frame 2114.svg") no-repeat;
  background-size: contain;
}

#ground .technology {
  position: relative;
  z-index: 1;
}
#ground .technology__wrap_text h2 {
  text-align: center;
}
#ground .technology__wrap_text ul {
  margin-top: 50px;
  justify-content: space-between;
}
#ground .technology__wrap_text ul li {
  width: 30%;
  margin: 20px 0;
}
#ground .technology__wrap_text ul li img {
  margin: 0 auto;
}
#ground .technology__wrap_text ul li p {
  display: block;
  margin-top: 20px;
  text-align: center;
}
#ground .technics {
  position: relative;
  z-index: 7;
  padding: 20px 0;
}
#ground .technics .container {
  position: relative;
}
#ground .technics .title {
  text-align: center;
  width: 700px;
  margin: auto;
}
#ground .technics .title p {
  margin-top: 20px;
  color: #646464;
}
#ground .technics .slider_text {
  top: 80px;
}
#ground .technics__slider {
  margin-top: 70px;
}
#ground .technics__slider .item img {
  display: block;
  height: 50px;
  width: auto;
  margin: auto;
}
#ground .park-technics {
  padding-top: 0;
}
#ground .park-technics .wrap {
  margin-top: 90px;
}
#ground .park-technics .wrap:nth-child(1) {
  margin-top: 40px;
}
#ground .park-technics .wrap h2 {
  text-align: center;
  width: 570px;
  margin: auto;
}
#ground .park-technics .wrapper {
  position: relative;
  width: 100%;
}
#ground .park-technics__slider {
  margin-top: 85px;
}
#ground .park-technics__slider p {
  margin-top: 0;
  margin-bottom: 0;
}
#ground .principles {
  position: relative;
  margin-top: 25px;
  padding-top: 0;
}
#ground .principles .container {
  justify-content: space-between;
}
#ground .principles .lt {
  width: 48%;
}
#ground .principles .lt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#ground .principles .lt ul {
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 0;
}
#ground .principles .lt ul li {
  display: flex;
  margin: 30px 0;
}
#ground .principles .lt ul li span {
  position: relative;
  margin-top: -10px;
  padding-left: 0;
  font-size: 36px;
  font-weight: normal;
  color: #000000;
}
#ground .principles .lt ul li span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #00af41;
  border-radius: 55px 5px 5px 5px;
  -webkit-border-radius: 55px 5px 5px 5px;
  -moz-border-radius: 55px 5px 5px 5px;
  -ms-border-radius: 55px 5px 5px 5px;
  -o-border-radius: 55px 5px 5px 5px;
}
#ground .principles .lt ul li div {
  margin-left: 25px;
}
#ground .principles .lt ul li div h3 {
  font-weight: normal;
  color: #000000;
}
#ground .principles .lt ul li div p {
  margin-top: 15px;
  color: #646464;
}
#ground .principles .lt ul li:nth-child(1) div {
  margin-left: 30px;
}
#ground .principles .lt ul li:nth-child(2) span::before {
  background-color: #ffb700;
}
#ground .principles .lt ul li:nth-child(3) span::before {
  background-color: #0082ca;
}
#ground .principles .lt ul li:nth-child(3) {
  margin-bottom: 0 !important;
}
#ground .principles .rt {
  width: 48%;
  margin: auto;
}
#ground .principles .rt img {
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}
#ground .method {
  margin-bottom: 50px;
}
#ground .method__wrap {
  justify-content: space-between;
}
#ground .method__wrap .lt {
  width: 48%;
  margin: auto 0;
}
#ground .method__wrap .rt {
  width: 48%;
  margin: auto 0;
}
#ground .method__wrap .rt h2 {
  padding-right: 150px;
}
#ground .method__wrap .rt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#ground .method__wrap .rt ul {
  margin-top: 20px;
  margin-bottom: 30px;
  justify-content: space-between;
}
#ground .method__wrap .rt ul li {
  width: 250px;
  position: relative;
  margin: 15px 0;
  padding-left: 25px;
  color: #646464;
  font-size: 18px;
}
#ground .method__wrap .rt ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffb700;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
#ground .services {
  padding-top: 25px;
}
#ground .services .wrap {
  padding-top: 0;
}
#ground .services .wrap h2 {
  width: 700px;
}
#ground .services .wrap h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#ground .services .wrap ul {
  margin-top: 50px;
  justify-content: flex-start;
}
#ground .services .wrap ul li {
  width: 33%;
  margin: 35px 0;
}
#ground .services .wrap ul li p {
  display: block;
  margin-top: 20px;
}
#ground .working {
  position: relative;
  margin-top: 25px;
  padding-top: 0;
}
#ground .working .container {
  justify-content: space-between;
}
#ground .working .lt {
  width: 48%;
  margin: auto 0;
}
#ground .working .lt img {
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}
#ground .working .rt {
  width: 48%;
}
#ground .working .rt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#ground .working .rt ul {
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 0;
}
#ground .working .rt ul li {
  display: flex;
  margin: 30px 0;
}
#ground .working .rt ul li span {
  position: relative;
  margin-top: -10px;
  padding-left: 0;
  font-size: 36px;
  font-weight: normal;
  color: #000000;
}
#ground .working .rt ul li span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #00af41;
  border-radius: 55px 5px 5px 5px;
  -webkit-border-radius: 55px 5px 5px 5px;
  -moz-border-radius: 55px 5px 5px 5px;
  -ms-border-radius: 55px 5px 5px 5px;
  -o-border-radius: 55px 5px 5px 5px;
}
#ground .working .rt ul li div {
  margin-left: 25px;
}
#ground .working .rt ul li div h3 {
  font-weight: normal;
  color: #000000;
}
#ground .working .rt ul li div p {
  margin-top: 15px;
  color: #646464;
}
#ground .working .rt ul li:nth-child(1) div {
  margin-left: 30px;
}
#ground .working .rt ul li:nth-child(2) span::before {
  background-color: #ffb700;
}
#ground .working .rt ul li:nth-child(3) span::before {
  background-color: #0082ca;
}
#ground .working .rt ul li:nth-child(3) {
  margin-bottom: 0 !important;
}
#ground .stages .wrap h2 {
  text-align: center;
  width: 100%;
}
#ground .stages .wrap .wrapper {
  margin-top: 60px;
}
#ground .stages .wrap .wrapper ul {
  justify-content: space-between;
}
#ground .stages .wrap .wrapper ul li {
  margin: 35px 0;
  position: relative;
  width: 400px;
}
#ground .stages .wrap .wrapper ul li:nth-child(1) span::before {
  background-color: #bc6124;
}
#ground .stages .wrap .wrapper ul li:nth-child(1) p b {
  color: #bc6124;
}
#ground .stages .wrap .wrapper ul li:nth-child(2) span::before {
  background-color: #0082ca;
}
#ground .stages .wrap .wrapper ul li:nth-child(2) p b {
  color: #0082ca;
}
#ground .stages .wrap .wrapper ul li:nth-child(3) span::before {
  background-color: #00af41;
}
#ground .stages .wrap .wrapper ul li:nth-child(3) p b {
  color: #00af41;
}
#ground .stages .wrap .wrapper ul li:nth-child(4) span::before {
  background-color: #ffb700;
}
#ground .stages .wrap .wrapper ul li:nth-child(4) p b {
  color: #ffb700;
}
#ground .stages .wrap .wrapper ul li:nth-child(5) span::before {
  background-color: #bc6124;
}
#ground .stages .wrap .wrapper ul li:nth-child(5) p b {
  color: #bc6124;
}
#ground .stages .wrap .wrapper ul li:nth-child(6) span::before {
  background-color: #0082ca;
}
#ground .stages .wrap .wrapper ul li:nth-child(6) p b {
  color: #0082ca;
}
#ground .stages .wrap .wrapper ul li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 22px;
  width: 310px;
  height: 2px;
  background-color: #646464;
  opacity: 0.5;
}
#ground .stages .wrap .wrapper ul li span {
  position: relative;
  margin-top: -10px;
  padding-left: 0;
  font-size: 36px;
  font-weight: normal;
  color: #000000;
  font-size: 50px;
  line-height: 1;
}
#ground .stages .wrap .wrapper ul li span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #00af41;
  border-radius: 55px 5px 5px 5px;
  -webkit-border-radius: 55px 5px 5px 5px;
  -moz-border-radius: 55px 5px 5px 5px;
  -ms-border-radius: 55px 5px 5px 5px;
  -o-border-radius: 55px 5px 5px 5px;
}
#ground .stages .wrap .wrapper ul li span::before {
  left: 20px;
}
#ground .stages .wrap .wrapper ul li p {
  margin: 25px auto;
  color: #646464;
}
#ground .stages .stages-text {
  margin: 20px auto 0;
}
#ground .stages .stages-text .wrap {
  margin: auto;
  justify-content: center;
}
#ground .stages .stages-text .wrap h3 {
  color: #000000;
  margin-top: 14px;
  margin-left: 15px;
}
#ground .stages .stages-text .wrapper {
  margin: 35px auto 0;
  width: 600px;
  text-align: center;
}
#ground .stages .stages-text .wrapper p {
  margin: 20px 0;
  color: #646464;
}
#ground .planning {
  padding-top: 25px;
  padding-bottom: 100px;
}
#ground .planning .wrap {
  position: relative;
}
#ground .planning .wrap .planning__bg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 110%);
}
#ground .planning .wrap .planning__bg img {
  -o-object-fit: cover;
  object-fit: cover;
}
#ground .planning .wrap .wrapper {
  z-index: 5;
  width: 100%;
  padding: 15px 100px 0;
}
#ground .planning .wrap .wrapper .text__wrap {
  justify-content: space-between;
}
#ground .planning .wrap .wrapper .text__wrap .lt {
  width: 550px;
  margin: auto 0;
}
#ground .planning .wrap .wrapper .text__wrap .lt h2 {
  color: #fff;
}
#ground .planning .wrap .wrapper .text__wrap .lt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#ground .planning .wrap .wrapper .text__wrap .lt p {
  margin-top: 30px;
  color: #fff;
}
#ground .planning .wrap .wrapper .text__wrap .rt {
  width: 400px;
  text-align: center;
}
#ground .planning .wrap .wrapper .text__wrap .rt h3 {
  margin-bottom: 20px;
}
#ground .planning .wrap .wrapper .text__wrap .rt input {
  text-align: center;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
#ground .planning .wrap .wrapper .text__wrap .rt .wpcf7-submit {
  width: 100%;
  margin: 30px 0 0;
  background: linear-gradient(#00af41, #00af41);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#ground .planning .wrap .wrapper .text__wrap .rt .wpcf7-submit:hover {
  background: linear-gradient(#ffb700, #ffb700);
}
#ground .planning .wrap .wrapper .text__wrap .rt p {
  font-size: 16px;
  margin-top: 0;
  color: #fff;
}
#ground .planning .wrap .wrapper .text__wrap .rt p a {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#ground .planning .wrap .wrapper .text__wrap .rt p a:hover {
  color: #ffb700;
}
#ground .volume__wrap {
  justify-content: space-between;
}
#ground .volume__wrap .lt {
  width: 48%;
}
#ground .volume__wrap .lt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#ground .volume__wrap .lt ul {
  margin-top: 50px;
}
#ground .volume__wrap .lt ul li {
  position: relative;
  margin: 20px 0;
  padding-left: 50px;
  color: #646464;
  font-size: 18px;
}
#ground .volume__wrap .lt ul li::before {
  content: "→";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 30px;
  color: #ffb700;
}
#ground .volume__wrap .lt ul li:nth-child(3) {
  margin-bottom: 0;
}
#ground .volume__wrap .rt {
  width: 48%;
  margin: auto;
  margin-right: 0;
}
#ground .volume__wrap .rt__wrap {
  width: 100%;
  padding: 50px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
#ground .volume__wrap .rt__wrap h3 {
  color: #646464;
}
#ground .volume__wrap .rt__wrap input {
  text-align: center;
  margin: 0 0 30px;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
#ground .volume__wrap .rt__wrap input[type=submit] {
  margin: auto;
  width: 100%;
  border: none;
}
#ground .volume__wrap .rt__wrap p {
  font-size: 16px;
  margin-top: 0;
  color: #646464;
}
#ground .volume__wrap .rt__wrap p a {
  font-size: 24px;
  font-weight: 500;
  color: #00af41;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#ground .volume__wrap .rt__wrap p a:hover {
  color: #ffb700;
}
#ground .payment__quality {
  justify-content: space-between;
}
#ground .payment__quality h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#ground .payment__quality li {
  width: 32%;
}
#ground .payment__quality_item {
  height: 125px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  padding: 35px;
}
#ground .payment__quality_item p {
  position: relative;
  padding-left: 100px;
  color: #646464;
}
#ground .payment__quality_item p::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-size: cover;
  width: 80px;
  height: 80px;
  top: -13px;
  left: 0;
}
#ground .payment__quality li:nth-child(2) {
  position: relative;
}
#ground .payment__quality li:nth-child(2) p {
  margin: auto;
}
#ground .payment__quality li:nth-child(2) p::before {
  background: url(../img/i-price.png) no-repeat;
  background-size: cover;
}
#ground .payment__quality li:nth-child(3) {
  margin-top: 50px;
  position: relative;
}
#ground .payment__quality li:nth-child(3) p {
  margin: auto;
}
#ground .payment__quality li:nth-child(3) p::before {
  background: url(../img/i-list.png) no-repeat;
  background-size: cover;
}
#ground .radius__wrap {
  justify-content: space-between;
}
#ground .radius__wrap .lt {
  width: 48%;
}
#ground .radius__wrap .lt img {
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.2));
}
#ground .radius__wrap .rt {
  width: 48%;
  margin: auto;
  margin-right: 0;
}
#ground .radius__wrap .rt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#ground .radius__wrap .rt ul {
  margin-top: 50px;
}
#ground .radius__wrap .rt ul li {
  position: relative;
  margin: 30px 0;
  padding-left: 45px;
  color: #646464;
  font-size: 18px;
}
#ground .radius__wrap .rt ul li::before {
  content: "→";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 30px;
  color: #00af41;
}

.tariffs {
  padding-top: 0;
  padding-bottom: 0;
}
.tariffs h2 {
  text-align: center;
}
.tariffs p {
  margin: 15px auto;
  width: 575px;
  text-align: center;
  color: #646464;
}
.tariffs .wrapper {
  margin-top: 70px;
  justify-content: space-between;
}
.tariffs .wrapper .lt {
  width: 635px;
}
.tariffs .wrapper .lt h3 {
  display: block;
  margin-bottom: 35px;
}
.tariffs .wrapper .lt ul li {
  position: relative;
  padding-left: 21px;
  margin: 15px 0;
  line-height: 1.6;
  color: #211b19;
}
.tariffs .wrapper .lt ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #00af41;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
.tariffs .wrapper .rt {
  position: relative;
  width: 620px;
}
.tariffs .wrapper .rt .slider_text {
  display: none;
  top: -40px;
  right: 20px;
  text-align: right;
}
.tariffs .wrapper .rt .slick-arrow {
  top: -45px;
}
.tariffs .wrapper .rt .tariffs__slider .item {
  width: 125px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  margin: 0 13px 20px;
  padding-bottom: 0;
}
.tariffs .wrapper .rt .tariffs__slider .item:nth-child(2) h3 {
  background-color: #00af41;
}
.tariffs .wrapper .rt .tariffs__slider .item:nth-child(3) h3 {
  background-color: #0082ca;
}
.tariffs .wrapper .rt .tariffs__slider .item:nth-child(4) h3 {
  background-color: #ffb700;
}
.tariffs .wrapper .rt .tariffs__slider .item h3 {
  background-color: #bc6124;
  padding: 10px 5px 5px;
  text-align: center;
  color: #fff;
}
.tariffs .wrapper .rt .tariffs__slider .item ul li {
  margin: 24px auto;
}
.tariffs .wrapper .rt .tariffs__slider .item ul li i {
  display: block;
  text-align: center;
  font-size: 16px;
}
.tariffs .wrapper .rt .tariffs__slider .item ul li i.fa-check {
  color: #00af41 !important;
}
.tariffs .wrapper .rt .tariffs__slider .item ul li i.fa-times {
  color: rgb(160, 160, 160) !important;
}
.tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(1) {
  margin-top: 23px;
}
.tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(14) {
  margin-top: 30px;
}
.tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(15) {
  margin-top: 49px;
}
.tariffs .wrapper .rt .tariffs__slider .item span {
  display: block;
  margin: auto 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  color: #00af41;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tariffs .wrapper-down {
  margin-top: 35px;
  text-align: center;
}
.tariffs .wrapper-down .btn {
  margin: 30px auto 0;
}

.success {
  margin-top: 50px;
}
.success__wrap {
  text-align: center;
}
.success__wrap ul {
  margin-top: 30px;
  justify-content: space-between;
}
.success__wrap ul li {
  margin: 50px 0 0;
  width: 31%;
  text-align: center;
}
.success__wrap ul li img {
  margin: 0 auto 50px;
  height: 80px;
}
.success__wrap ul li h3 {
  color: #000000;
}
.success__wrap ul li p {
  margin-top: 30px;
  color: #646464;
}

#sowing .technology {
  position: relative;
  z-index: 1;
}
#sowing .technology__wrap_text {
  position: relative;
  margin-top: 0;
  justify-content: space-between;
}
#sowing .technology__wrap_text .lt {
  width: 48%;
}
#sowing .technology__wrap_text .lt img {
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}
#sowing .technology__wrap_text .rt {
  width: 48%;
}
#sowing .technology__wrap_text .rt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#sowing .technology__wrap_text .rt ul {
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 0;
}
#sowing .technology__wrap_text .rt ul li {
  display: flex;
  margin: 30px 0;
}
#sowing .technology__wrap_text .rt ul li span {
  position: relative;
  margin-top: -10px;
  font-size: 36px;
  font-weight: normal;
  color: #000;
}
#sowing .technology__wrap_text .rt ul li span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 50px;
  height: 50px;
  background-color: #00af41;
  border-radius: 55px 5px 5px 5px;
  -webkit-border-radius: 55px 5px 5px 5px;
  -moz-border-radius: 55px 5px 5px 5px;
  -ms-border-radius: 55px 5px 5px 5px;
  -o-border-radius: 55px 5px 5px 5px;
}
#sowing .technology__wrap_text .rt ul li div {
  margin-left: 20px;
}
#sowing .technology__wrap_text .rt ul li div h3 {
  font-weight: normal;
  color: #000;
}
#sowing .technology__wrap_text .rt ul li div p {
  margin-top: 15px;
  color: #666666;
}
#sowing .technology__wrap_text .rt ul li:nth-child(1) div {
  margin-left: 25px;
}
#sowing .technology__wrap_text .rt ul li:nth-child(2) span::before {
  background-color: #ffb700;
}
#sowing .technology__wrap_text .rt ul li:nth-child(3) span::before {
  background-color: #0082ca;
}
#sowing .technology__wrap_text .rt ul li:nth-child(3) {
  margin-bottom: 0 !important;
}
#sowing .quality__wrap {
  text-align: center;
}
#sowing .quality__wrap h2 {
  width: 700px;
  margin: auto;
}
#sowing .quality__wrap ul {
  margin-top: 50px;
  justify-content: space-between;
}
#sowing .quality__wrap ul li {
  margin: 50px 0 0;
  width: 31%;
}
#sowing .quality__wrap ul li img {
  margin: 0 auto 50px;
  height: 80px;
}
#sowing .quality__wrap ul li h3 {
  width: 340px;
  margin: auto;
  color: #000;
}
#sowing .quality__wrap ul li p {
  margin-top: 30px;
  color: #666666;
}
#sowing .quality__wrap ul li:nth-child(3) {
  width: 325px;
}
#sowing .park-technics h2 {
  margin: 0 auto 100px;
  text-align: center;
}
#sowing .park-technics_wrap div {
  justify-content: space-between;
}
#sowing .park-technics_wrap .lt {
  width: 48%;
}
#sowing .park-technics_wrap .lt h3 {
  color: #000;
}
#sowing .park-technics_wrap .lt h4 {
  margin: 30px 0;
  color: #00af41;
}
#sowing .park-technics_wrap .lt ul li {
  margin: 15px 0;
}
#sowing .park-technics_wrap .lt ul li img {
  height: 22px;
}
#sowing .park-technics_wrap .lt ul li p {
  margin: 0 5px 0 10px;
  color: #666666;
}
#sowing .park-technics_wrap .lt ul li span {
  margin-top: 2px;
  font-weight: bold;
  color: #ffb700;
}
#sowing .park-technics_wrap .lt .btn {
  margin: 30px 0;
}
#sowing .park-technics_wrap .lt__text {
  margin-top: 30px;
  width: 580px;
  padding: 23px 30px 22px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
#sowing .park-technics_wrap .lt__text li {
  position: relative;
  width: auto !important;
  margin: 5px 0 !important;
  font-size: 14px;
  color: #646464;
}
#sowing .park-technics_wrap .rt {
  width: 48%;
  position: relative;
}
#sowing .park-technics_wrap .rt__bg {
  margin: auto;
  width: 460px;
  height: 460px;
  background-color: #0082ca;
  border-radius: 250px 0 0 0;
  -webkit-border-radius: 250px 0 0 0;
  -moz-border-radius: 250px 0 0 0;
  -ms-border-radius: 250px 0 0 0;
  -o-border-radius: 250px 0 0 0;
}
#sowing .park-technics_wrap .rt img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#sowing .park-technics_wrap:nth-child(even) .lt__bg {
  background-color: #ffb700;
}
#sowing .park-technics_wrap:nth-child(3) div .rt ul {
  flex-direction: column;
}
#sowing .park-technics_wrap:nth-child(3) div .rt ul li {
  width: 370px;
}
#sowing .park-technics_privilege {
  margin-top: 100px;
}
#sowing .park-technics_privilege h2 b {
  color: #00af41;
}
#sowing .park-technics_privilege .wrapper {
  justify-content: space-between;
}
#sowing .park-technics_privilege .wrapper .item {
  width: 285px;
  height: 390px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
#sowing .park-technics_privilege .wrapper .item h3 {
  margin: 35px 0;
  color: #000;
  font-size: 23px;
}
#sowing .park-technics_privilege .wrapper .item p {
  color: #646464;
}
#sowing .park-technics_privilege .wrapper .item:nth-child(1) {
  border-top: 6px solid #ffb700;
}
#sowing .park-technics_privilege .wrapper .item:nth-child(2) {
  border-top: 6px solid #0082ca;
}
#sowing .park-technics_privilege .wrapper .item:nth-child(3) {
  border-top: 6px solid #00af41;
}
#sowing .park-technics_privilege .wrapper .item:nth-child(4) {
  border-top: 6px solid #bc6124;
}
#sowing .park-technics_privilege .wrapper .item-ru {
  height: 440px !important;
}
#sowing .technics {
  padding-bottom: 0;
}
#sowing .technics .wrapper {
  position: relative;
}
#sowing .technics p {
  margin-top: 0;
  margin-bottom: 0;
}
#sowing .technics .wrapper:nth-child(2) {
  margin-top: 75px;
}
#sowing .technics .wrapper:nth-child(2) .slider_text {
  top: -18px !important;
}
#sowing .technics .wrapper:nth-child(2) .slick-slider .slick-arrow {
  top: -40px !important;
}
#sowing .technics .wrapper:nth-child(2) .slick-slider .item .lt {
  order: 2;
}
#sowing .technics .wrapper:nth-child(2) .slick-slider .item .rt {
  order: 1;
}
#sowing .volume__wrap {
  justify-content: space-between;
}
#sowing .volume__wrap .lt {
  width: 48%;
}
#sowing .volume__wrap .lt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#sowing .volume__wrap .lt ul {
  margin-top: 50px;
}
#sowing .volume__wrap .lt ul li {
  position: relative;
  margin: 20px 0;
  padding-left: 50px;
  color: #646464;
  font-size: 18px;
}
#sowing .volume__wrap .lt ul li::before {
  content: "→";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 30px;
  color: #ffb700;
}
#sowing .volume__wrap .lt ul li:nth-child(3) {
  margin-bottom: 0;
}
#sowing .volume__wrap .rt {
  width: 48%;
  margin: auto 0;
}
#sowing .volume__wrap .rt p {
  margin-bottom: 0;
  margin-top: 0;
}
#sowing .volume__wrap .rt__wrap {
  width: 100%;
  padding: 50px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
#sowing .volume__wrap .rt__wrap h3 {
  color: #000;
}
#sowing .volume__wrap .rt__wrap input {
  text-align: center;
  margin: 0 0 30px 0;
  width: 410px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
#sowing .volume__wrap .rt__wrap input[type=submit] {
  margin: 0 auto;
  width: 100%;
}
#sowing .volume .form-text {
  display: block;
  margin: 0 auto;
  color: #646464;
  font-size: 16px;
}
#sowing .volume .form-text a {
  font-size: 24px;
  font-weight: 500;
  color: #00af41;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#sowing .volume .form-text a:hover {
  color: #ffb700;
}
#sowing .diagnostics__wrap {
  justify-content: space-between;
}
#sowing .diagnostics__wrap .lt {
  width: 48%;
  margin: auto 0;
}
#sowing .diagnostics__wrap .lt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#sowing .diagnostics__wrap .lt h3 {
  position: relative;
  color: #000000;
  margin: 70px 0 40px;
  padding-left: 80px;
}
#sowing .diagnostics__wrap .lt h3::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(../img/i-money.jpg) no-repeat;
  background-size: cover;
}
#sowing .diagnostics__wrap .lt p {
  margin: 25px 0;
  width: 450px;
  color: #646464;
}
#sowing .diagnostics__wrap .rt {
  width: 48%;
}
#sowing .diagnostics__wrap .rt__wrap {
  width: 100%;
  justify-content: space-between;
}
#sowing .diagnostics__wrap .rt__wrap ul {
  width: 48%;
}
#sowing .diagnostics__wrap .rt__wrap ul li {
  font-size: 18px;
  border-top: 10px solid #ffb700;
  margin: 35px 0;
  width: 100%;
  padding: 15px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  color: #646464;
}
#sowing .diagnostics__wrap .rt__wrap ul li b {
  color: #646464;
  font-weight: 500;
}
#sowing .diagnostics__wrap .rt__wrap ul:nth-child(1) li:nth-child(1) {
  margin-top: 0;
}
#sowing .diagnostics__wrap .rt__wrap ul:nth-child(1) li:nth-child(2) {
  border-top: 10px solid #bc6124;
}
#sowing .diagnostics__wrap .rt__wrap ul:nth-child(1) li:nth-child(3) {
  border-top: 10px solid #646464;
}
#sowing .diagnostics__wrap .rt__wrap ul:nth-child(2) {
  margin-top: 0;
}
#sowing .diagnostics__wrap .rt__wrap ul:nth-child(2) li:nth-child(1) {
  border-top: 10px solid #00af41;
}
#sowing .diagnostics__wrap .rt__wrap ul:nth-child(2) li:nth-child(2) {
  border-top: 10px solid #0082ca;
}
#sowing .diagnostics__callback {
  position: relative;
  margin-top: 80px;
}
#sowing .diagnostics__callback_bg figure {
  height: 450px;
}
#sowing .diagnostics__callback_bg figure img {
  -o-object-fit: cover;
  object-fit: cover;
}
#sowing .diagnostics__callback_text {
  width: 100%;
  padding: 0 100px;
}
#sowing .diagnostics__callback_text .text__wrap {
  justify-content: space-between;
}
#sowing .diagnostics__callback .lt {
  width: 50%;
}
#sowing .diagnostics__callback .lt h2 {
  color: #fff;
}
#sowing .diagnostics__callback .lt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#sowing .diagnostics__callback .rt {
  width: 48%;
  text-align: center;
}
#sowing .diagnostics__callback .rt input {
  text-align: center;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
#sowing .diagnostics__callback .rt .wpcf7-submit {
  width: 100%;
  margin: 30px 0 0;
}
#sowing .diagnostics__callback .rt p {
  color: #fff;
}
#sowing .diagnostics__callback .rt p a {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#sowing .diagnostics__callback .rt p a:hover {
  color: #00af41;
}
#sowing .tariffs {
  padding-top: 50px;
}
#sowing .success {
  padding-top: 50px;
}
#sowing .payment__wrap {
  margin-top: 0;
  justify-content: space-between;
}
#sowing .payment__wrap .lt {
  width: 48%;
  margin: auto 0;
}
#sowing .payment__wrap .lt ul {
  margin: 50px 0 0;
}
#sowing .payment__wrap .lt ul li {
  position: relative;
  margin: 20px 0;
  padding-left: 25px;
  font-size: 18px;
  color: #666666;
}
#sowing .payment__wrap .lt ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #ffb700;
  width: 7px;
  height: 7px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}
#sowing .payment__wrap .rt {
  width: 48%;
}
#sowing .payment__wrap .rt__wrap {
  width: 100%;
  padding: 50px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
#sowing .payment__wrap .rt__wrap h3 {
  color: #000;
}
#sowing .payment__wrap .rt__wrap p {
  margin-top: 0;
  margin-bottom: 0;
}
#sowing .payment__wrap .rt__wrap input {
  text-align: center;
  margin: 0 0 30px 0;
  width: 410px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
#sowing .payment__wrap .rt__wrap input[type=submit] {
  margin: 0 auto;
  width: 100%;
}
#sowing .payment__wrap .rt__wrap .form-text {
  display: block;
  margin: 0 auto;
  color: #646464;
  font-size: 16px;
}
#sowing .payment__wrap .rt__wrap .form-text a {
  font-size: 24px;
  font-weight: 500;
  color: #00af41;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#sowing .payment__wrap .rt__wrap .form-text a:hover {
  color: #ffb700;
}
#sowing .radius__wrap {
  justify-content: space-between;
}
#sowing .radius__wrap .lt {
  width: 48%;
}
#sowing .radius__wrap .lt img {
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.2));
}
#sowing .radius__wrap .rt {
  width: 48%;
  margin: auto;
  margin-right: 0;
}
#sowing .radius__wrap .rt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#sowing .radius__wrap .rt ul {
  margin-top: 50px;
}
#sowing .radius__wrap .rt ul li {
  position: relative;
  margin: 20px 0;
  padding-left: 45px;
  color: #666666;
  font-size: 18px;
}
#sowing .radius__wrap .rt ul li::before {
  content: "→";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 30px;
  color: #00af41;
}

#protection .services h2 {
  text-align: center;
}
#protection .services .wrap {
  margin-top: 80px;
}
#protection .services .wrap .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;
}
#protection .services .wrap .wrapper:nth-last-child(1) {
  margin-bottom: 0;
}
#protection .services .wrap .wrapper:nth-child(even) .lt {
  order: 2;
}
#protection .services .wrap .wrapper:nth-child(even) .rt {
  order: 1;
}
#protection .services .wrap .wrapper .lt {
  width: 48%;
  margin: auto 0;
}
#protection .services .wrap .wrapper .lt img {
  width: 100%;
  height: auto;
}
#protection .services .wrap .wrapper .rt {
  width: 48%;
  margin: auto 0;
}
#protection .services .wrap .wrapper .rt h3 {
  color: #000000;
}
#protection .services .wrap .wrapper .rt ul {
  margin-top: 35px;
}
#protection .services .wrap .wrapper .rt ul li {
  position: relative;
  margin: 25px 0;
  padding-left: 45px;
  color: #646464;
  font-size: 18px;
}
#protection .services .wrap .wrapper .rt ul li:nth-last-child(1) {
  margin-bottom: 0;
}
#protection .services .wrap .wrapper .rt ul li:before {
  content: "→";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 30px;
  color: #00af41;
}
#protection .spraying-methods .container ul {
  display: flex;
  justify-content: space-around;
}
#protection .spraying-methods .container ul li {
  max-width: 600px;
  text-align: center;
}
#protection .spraying-methods .container ul li img {
  margin: auto;
}
#protection .spraying-methods .container ul li p {
  text-align: center;
  margin: 25px 0;
}
#protection .spraying-methods .container ul li button {
  margin: auto;
  width: 200px;
}
#protection .technics {
  position: relative;
  z-index: 7;
}
#protection .technics .container {
  position: relative;
}
#protection .technics .title {
  text-align: center;
  width: 700px;
  margin: auto;
}
#protection .technics .title p {
  margin-top: 20px;
  color: #646464;
}
#protection .technics .slider_text {
  top: 80px;
}
#protection .technics__slider {
  margin-top: 70px;
}
#protection .technics__slider .item img {
  display: block;
  height: 50px;
  width: auto;
  margin: auto;
}
#protection .park-technics {
  padding-top: 20px;
}
#protection .park-technics h2 {
  text-align: center;
  width: 570px;
  margin: auto;
}
#protection .park-technics .wrap {
  margin-top: 70px;
  width: 100%;
}
#protection .park-technics .wrap .item {
  margin-bottom: 25px;
  width: 100%;
}
#protection .park-technics .wrap .item p {
  margin-top: 0;
  margin-bottom: 0;
}
#protection .park-technics .wrap .item:nth-child(even) .lt {
  order: 2;
}
#protection .park-technics .wrap .item:nth-child(even) .rt {
  order: 1;
}
#protection .park-technics .wrap .item:nth-last-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
}
#protection .park-technics .wrap__slider {
  margin-top: 85px;
  width: 100%;
}
#protection .result {
  padding-bottom: 0;
}
#protection .result h2 {
  text-align: center;
  max-width: 75%;
  margin: auto;
}
#protection .result ul {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#protection .result ul li {
  width: 30%;
  text-align: center;
  margin-bottom: 50px;
}
#protection .result ul li img {
  margin: auto;
}
#protection .result ul li h3 {
  margin: 50px 0 30px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
#protection .result ul li p {
  font-size: 16px;
  color: #646464;
}
#protection .forms__callback {
  position: relative;
}
#protection .forms__callback_bg figure {
  height: 400px;
}
#protection .forms__callback_bg figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
#protection .forms__callback_text {
  width: 100%;
  padding: 25px 50px 10px 50px;
}
#protection .forms__callback_text .text__wrap {
  justify-content: space-between;
}
#protection .forms__callback .lt {
  width: 48%;
}
#protection .forms__callback .lt h2 {
  color: #fff;
}
#protection .forms__callback .lt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
#protection .forms__callback .rt {
  width: 48%;
  text-align: center;
}
#protection .forms__callback .rt h3 {
  color: #ffb700;
  margin-bottom: 30px;
}
#protection .forms__callback .rt input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
#protection .forms__callback .rt .wpcf7-submit {
  width: 100%;
  margin: 30px 0 0;
  background: linear-gradient(#00af41, #00af41);
}
#protection .forms__callback .rt .wpcf7-submit:hover {
  background: linear-gradient(#ffb700, #ffb700);
}
#protection .forms__callback .rt p {
  color: #fff;
  font-weight: normal;
}
#protection .forms__callback .rt p a {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#protection .forms__callback .rt p a:hover {
  color: #ffb700;
}
#protection .companies {
  padding-bottom: 35px;
  z-index: 7;
}
#protection .companies .container {
  position: relative;
}
#protection .companies .title {
  text-align: center;
  width: 700px;
  margin: auto;
}
#protection .companies .title p {
  margin-top: 20px;
  color: #646464;
}
#protection .companies .slider_text {
  top: 80px;
}
#protection .companies .technics__slider {
  margin-top: 70px;
}
#protection .companies .technics__slider .item img {
  display: block;
  height: 60px;
  width: auto;
  margin: auto;
}

.feedback {
  padding-bottom: 100px;
}
.feedback .feedback__form {
  position: relative;
  width: 100%;
  height: 425px;
}
.feedback .feedback__form figure {
  position: absolute;
  z-index: 0;
  height: 100%;
  min-width: 100%;
}
.feedback .feedback__form figure img {
  height: 100%;
  min-width: 100%;
}
.feedback .feedback__form .wrap {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.feedback .feedback__form .wrap .lt {
  margin: auto 0;
  width: 55%;
}
.feedback .feedback__form .wrap .lt h2 {
  color: #fff;
}
.feedback .feedback__form .wrap .lt h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ffb700;
  margin-bottom: 35px;
}
.feedback .feedback__form .wrap .rt {
  margin: auto 0;
  width: 40%;
}
.feedback .feedback__form .wrap .rt .wrapper {
  width: 100%;
}
.feedback .feedback__form .wrap .rt .wrapper input {
  padding: 0 20px;
  text-align: left;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.feedback .feedback__form .wrap .rt .wrapper input[type=submit] {
  margin: 30px auto 0;
  width: 100%;
  background: #ffb700;
  text-align: center;
}
.feedback .feedback__form .wrap .rt .wrapper input[type=submit]:hover {
  background: #00af41;
}
.feedback .feedback__form .wrap .rt .wrapper p {
  margin-bottom: 0;
}
.feedback .feedback__form .wrap .rt .form-text {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.feedback .feedback__form .wrap .rt .form-text a {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.feedback .feedback__form .wrap .rt .form-text a:hover {
  color: #00af41;
}

.footer__up {
  padding: 100px 0;
  background-color: #f8f8f8;
}
.footer__logo img {
  height: 20px;
}
.footer__logo span {
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 3.05px;
  color: #000000;
}
.footer__wrap {
  margin-top: 50px;
  justify-content: space-between;
}
.footer__wrap_item h3 {
  color: #000000;
  font-weight: 500;
}
.footer__wrap_item ul {
  margin-top: 25px;
}
.footer__wrap_item ul li {
  margin: 13px 0;
}
.footer__wrap_item ul li a {
  color: #646464;
  line-height: 0.5;
}
.footer__wrap_item ul li a:hover {
  color: #ffb700;
}
.footer__wrap_item ul li a.dont-work {
  pointer-events: none;
  cursor: default;
}
.footer__wrap_item:nth-child(1) {
  width: 25%;
}
.footer__wrap_item:nth-child(1) ul {
  margin-top: 32px;
}
.footer__wrap_item:nth-child(1) ul li {
  position: relative;
  margin: 20px 0;
  padding-left: 40px;
}
.footer__wrap_item:nth-child(1) ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
}
.footer__wrap_item:nth-child(1) ul li:nth-child(1) a::before {
  top: -3px;
  background: url(../img/i-phone.png) no-repeat;
  background-size: contain;
}
.footer__wrap_item:nth-child(1) ul li:nth-child(2) {
  margin: 25px 0 !important;
}
.footer__wrap_item:nth-child(1) ul li:nth-child(2) a::before {
  top: -3px;
  background: url(../img/i-email.png) no-repeat;
  background-size: contain;
}
.footer__wrap_item:nth-child(1) ul li:nth-child(3) a::before {
  top: 8px;
  background: url(../img/i-location.png) no-repeat;
  background-size: contain;
}
.footer__wrap_item:nth-child(1) ul li:nth-child(4) a::before {
  top: -3px;
  background: url(../img/i-time.png) no-repeat;
  background-size: contain;
}
.footer__wrap_item:nth-child(4) ul li {
  margin-top: 2px;
  margin-right: 25px;
}
.footer__wrap_item:nth-child(4) img {
  height: 30px;
}
.footer__wrap_item:nth-child(4) img:hover {
  filter: none;
  -webkit-filter: none;
}
.footer__down {
  background-color: #fff;
  padding: 20px 0 17px;
}
.footer__down_wrap {
  justify-content: space-between;
}
.footer__down_wrap ul {
  width: 625px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__down_wrap a {
  color: #646464;
  margin-top: 2px;
}
.footer__down_wrap a:hover {
  color: #000000;
}
.footer .footer-messagers {
  margin-top: 25px;
}

.offer__image.on-slider {
  display: none !important;
}

.offer__slider.off-slider {
  display: none !important;
}

.offer__image.off-slider {
  display: block !important;
}

.offer__slider.on-slider {
  display: block !important;
  padding-top: 0;
}
.offer__slider.on-slider .slick-arrow {
  top: auto !important;
  bottom: -22px !important;
  margin-right: 10px;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 20px;
  background: #00af41 !important;
  color: transparent !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 23px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.slick-prev {
  left: auto !important;
  right: 45px !important;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
}
.slick-prev:after {
  background: url(../img/prev.png) no-repeat !important;
  background-size: cover !important;
}

.slick-next {
  right: 0 !important;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
}
.slick-next:after {
  background: url(../img/next.png) no-repeat !important;
  background-size: cover !important;
}

.brown .item .lt__bg {
  background-color: #bc6124;
}

.green .item .lt__bg {
  background-color: #00af41;
}

.blue .item .lt__bg {
  background-color: #0082ca;
}

.yellow .item .lt__bg {
  background-color: #ffb700;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev:hover,
.slick-next:hover {
  background: #ffb700 !important;
}

.slick-dots {
  bottom: -10px;
  opacity: 0.7;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00af41;
}

.offer__slider_text {
  position: absolute;
  width: 84px;
  text-align: center;
  z-index: 1;
  right: 0;
  top: 42px;
  opacity: 0.2;
  font-size: 13px;
  letter-spacing: 1.9px;
}

.offer__slider.brown .slick-dots li.slick-active button:before {
  color: #bc6124;
}

.offer__slider.blue .slick-dots li.slick-active button:before {
  color: #0082ca;
}

.offer__slider.green .slick-dots li.slick-active button:before {
  color: #00af41;
}

.offer__slider.yellow .slick-dots li.slick-active button:before {
  color: #ffb700;
}

.slick-dotted.slick-slider {
  margin-bottom: auto;
}

.offer__slider {
  padding: 0;
}
.offer__slider .slick-dots {
  bottom: 20px !important;
}
.offer__slider .slick-dots li button {
  opacity: 1;
}
.offer__slider .slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 12px;
}
.offer__slider.on-slider.on-slider-arrows .slick-arrow {
  display: block;
  bottom: 0px !important;
}
.offer__slider.on-slider.off-slider-arrows .slick-arrow {
  display: none !important;
}

.technics__slider .slick-dots {
  top: 80px;
}
.technics__slider .slick-prev,
.technics__slider .slick-next {
  top: -100px;
}

.agropark__slider .slick-prev,
.agropark__slider .slick-next {
  top: 0;
}

.item {
  padding-bottom: 50px;
}
.item__wrap {
  justify-content: space-between;
}
.item .lt {
  width: 48%;
  position: relative;
  margin: auto 0;
}
.item .lt__bg {
  margin: auto;
  width: 460px;
  height: 460px;
  border-radius: 250px 0 0 0;
  -webkit-border-radius: 250px 0 0 0;
  -moz-border-radius: 250px 0 0 0;
  -ms-border-radius: 250px 0 0 0;
  -o-border-radius: 250px 0 0 0;
}
.item .lt img {
  position: absolute;
  z-index: 1;
  width: auto;
  max-height: 100%;
  left: 50%;
  bottom: 2%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.item .rt {
  width: 48%;
  margin: auto 0;
}
.item .rt h3 {
  color: #000000;
}
.item .rt h4 {
  font-weight: bold;
  margin: 20px 0;
  color: #00af41;
}
.item .rt ul {
  justify-content: space-between;
}
.item .rt ul li {
  margin: 12px 0;
  width: 50%;
}
.item .rt ul li img {
  height: 22px;
  margin: 0;
}
.item .rt ul li p {
  margin-left: 10px;
  font-size: 16px;
  color: #646464;
}
.item .rt ul li p b {
  font-size: inherit;
  font-weight: bold;
  color: #00af41;
}
.item .rt .box__text {
  margin-top: 30px;
  width: 97%;
  padding: 22px 20px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.item .rt .box__text p {
  position: relative;
  width: auto !important;
  margin: 5px 0 !important;
  padding-left: 20px;
  font-size: 14px;
  color: #646464;
}

.open.modal-window {
  display: block !important;
}

.close.modal-window {
  display: none !important;
}

.modal-window {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 183, 0, 0.5);
}
.modal-window__box {
  width: 380px;
  padding: 45px 30px 10px;
  background-color: #fff;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}
.modal-window__box .logo img {
  height: 18px;
}
.modal-window__box .logo span {
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 2.85px;
  color: #000;
}
.modal-window__box .logo .subtitle-ru {
  letter-spacing: 1.05px;
}
.modal-window__box .modal-close {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  background: #00af41;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.modal-window__box .modal-close img {
  z-index: 2;
  width: 25px;
  height: 25px;
}
.modal-window__box .modal-close:hover {
  background: #ffb700;
}
.modal-window__box img {
  height: 17px;
}
.modal-window__box form {
  width: 100%;
  margin: 30px auto 0;
}
.modal-window__box form p {
  margin: 0;
}
.modal-window__box form label {
  margin-top: 10px;
  padding-left: 10px;
  color: rgb(200, 200, 200);
  font-size: 14px;
  line-height: 1.5;
}
.modal-window__box form input {
  width: 100%;
  height: 37px;
  border: 0;
  font-size: 18px;
  text-align: left;
  padding-left: 10px;
  background-color: rgb(245, 245, 245);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
.modal-window__box form textarea {
  width: 100%;
  height: 70px;
  border: 0;
  padding-left: 10px;
  white-space: normal;
  background-color: rgb(245, 245, 245);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  resize: none !important;
}
.modal-window__box form .wpcf7-submit {
  margin: 15px auto 0;
  width: 100%;
  height: 50px;
  background: #5bae62;
  text-align: center;
}
.modal-window__box form .wpcf7-submit:hover {
  background: #ffb700;
}

.ajax-loader {
  display: block !important;
  position: absolute !important;
  z-index: 777;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-image: url(./ajax-loader.svg) !important;
  background-size: cover !important;
  background-color: rgba(0, 0, 0, 0) !important;
  width: 60px !important;
  height: 60px !important;
  margin: auto !important;
}
.ajax-loader::before {
  display: none !important;
}

.open.popup-success {
  display: block !important;
}

.popup-success {
  position: fixed;
  z-index: 7777777;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup-success__box {
  width: 300px;
  height: auto;
  padding: 30px 30px 27px;
  background-color: #fff;
  text-align: center;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}
.popup-success__box i {
  margin-top: 30px;
  color: #00af41;
  font-size: 60px;
}
.popup-success__box p {
  display: block;
  margin: 20px 0 25px;
  color: #646464;
}
.popup-success__box .btn {
  width: 100%;
}

.wpcf7 form {
  position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #fff !important;
  color: #fff !important;
  background-color: #ffb700 !important;
  position: absolute !important;
  z-index: 777;
  font-size: 13px;
  z-index: 1;
  bottom: -5px;
  left: 50%;
  width: 320px;
  padding: 10px;
  margin: 0 auto !important;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: -32px;
  right: 0;
  font-size: 10px !important;
}

/* 1201-1300px */
/* 1201-1300px */
@media screen and (max-width: 1300px) {
  #ground .technology__wrap_text {
    margin-top: 50px;
  }
  #ground .technology__wrap_text .rt {
    padding-right: 70px;
    margin-right: 0;
  }
  #ground .technology .wrap .wrapper .rt p {
    font-size: 20px;
  }
  #ground .stages .wrap .wrapper ul li {
    width: 30%;
  }
  #ground .technics p {
    font-size: 16px;
  }
  #ground .payment .payment__quality_item {
    width: 380px;
  }
}
/* 992-1200px */
@media screen and (max-width: 1200px) {
  #ground .technology__wrap_text .rt ul {
    margin-top: 25px;
  }
  #ground .technology__wrap_text .rt ul li {
    width: 150px;
    font-size: 20px;
  }
  #ground .services .wrap ul {
    justify-content: space-between;
  }
  #ground .services .wrap ul li {
    margin-top: 0;
    width: 48%;
  }
  #ground .planning .wrap .planning__bg {
    height: 350px;
  }
  #ground .planning .wrap .planning__bg figure {
    height: 100%;
  }
  #ground .planning .wrap .planning__bg figure img {
    height: 100%;
  }
  #ground .planning .wrap .wrapper {
    padding: 15px 50px 0;
  }
  #ground .planning .wrap .wrapper .text__wrap .lt {
    width: 48%;
    margin-top: 0;
  }
  #ground .planning .wrap .wrapper .text__wrap .rt {
    width: 48%;
  }
  #ground .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(1) {
    margin-top: 25px;
  }
  #ground .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(2),
  #ground .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(11) {
    margin-top: 49px;
  }
  #ground .stages .wrap .wrapper ul li {
    width: 290px;
  }
  #ground .stages .wrap .wrapper ul li:after {
    width: 200px;
  }
  #ground .payment .payment__quality_item p {
    margin-top: -8px;
  }
  #ground .payment .payment__quality_item p::before {
    top: -1px;
  }
  #ground .method .method__wrap .lt ul {
    margin-top: 50px;
  }
  #ground .method .method__wrap .lt ul li {
    margin: 25px 0;
  }
  #ground .method .method__wrap .rt h2 {
    padding-right: 50px;
  }
  #ground .method .method__wrap .rt img:nth-child(1) {
    width: 260px;
    height: 415px;
  }
  #ground .method .method__wrap .rt img:nth-child(2) {
    width: 170px;
    height: 278px;
  }
  #ground .method .method__wrap .rt img:nth-child(3) {
    margin-top: 20px;
  }
  #ground .radius__callback {
    margin-top: 80px;
  }
  #ground .radius__callback .rt {
    width: 350px !important;
  }
  #ground .radius__callback_text {
    padding: 40px 50px 25px;
  }
  #ground .radius__callback_bg img {
    height: 340px;
  }
  #ground .radius__wrap .rt ul {
    margin-top: 35px;
  }
  #ground .radius__wrap .rt ul li {
    font-size: 16px;
  }
}
/* 768-992px */
@media screen and (max-width: 992px) {
  #ground .technology__wrap_text {
    margin-top: 0;
  }
  #ground .technology__wrap_text .lt {
    order: 1;
    margin-top: 80px;
    margin-left: auto;
    margin-right: 0;
  }
  #ground .technology__wrap_text .rt {
    order: 0;
    margin-left: 0;
  }
  #ground .stages .wrap .wrapper {
    margin-top: 80px;
  }
  #ground .stages .wrap .wrapper ul {
    justify-content: space-around;
  }
  #ground .stages .wrap .wrapper ul li {
    margin-top: 15px;
  }
  #ground .stages .wrap .wrapper ul li:nth-child(4) span:before {
    background-color: #ffb700;
  }
  #ground .stages .wrap .wrapper ul li:nth-child(5) span:before {
    background-color: #bc6124;
  }
  #ground .method .method__wrap .lt {
    order: 2;
  }
  #ground .method .method__wrap .rt {
    order: 1;
  }
  #ground .tariffs .wrapper .rt .tariffs__slider .item {
    margin: 0 5px 20px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.07);
  }
  #ground .tariffs .wrapper .rt .tariffs__slider .item span {
    font-size: 17px;
  }
  #ground .technics .title {
    width: 440px;
  }
  #ground .technics .slider_text {
    top: 92px;
  }
  #ground .technics__slider {
    margin-top: 45px;
  }
  #ground .technics__slider .slick-prev,
  #ground .technics__slider .slick-next {
    top: -85px;
  }
  #ground .technics__slider .slick-dots {
    top: 60px;
  }
  #ground .park-technics__slider {
    margin-top: 50px;
  }
  #ground .park-technics__slider .item .item__wrap {
    padding-top: 75px;
  }
  #ground .park-technics__slider .item .item__wrap .lt .lt__bg {
    width: 100%;
    height: 350px;
  }
  #ground .park-technics__slider .item .item__wrap .rt {
    margin-left: auto;
  }
  #ground .services .wrap ul li {
    width: 40%;
  }
  #ground .working {
    margin-top: 0;
  }
  #ground .working .lt {
    order: 2;
  }
  #ground .working .rt {
    order: 1;
  }
  #ground .radius__wrap .rt {
    margin-top: 100px;
  }
  #ground .radius__callback .rt {
    margin-top: 25px;
    margin-left: auto;
  }
  #ground .radius__callback_bg img {
    height: 550px;
  }
  #ground .planning .wrap .wrapper {
    padding: 0 30px;
  }
  #ground .planning .wrap .wrapper .text__wrap .lt h2 {
    font-size: 23px;
  }
  #ground .planning .wrap .wrapper .text__wrap .lt h2::before {
    margin-bottom: 20px;
  }
  #ground .planning .wrap .wrapper .text__wrap .rt p {
    margin-top: 0;
  }
  #ground .planning .wrap .wrapper .text__wrap .rt p a {
    font-size: 20px;
  }
  #ground .planning .wrap .wrapper .text__wrap .rt .wpcf7-submit {
    margin: 15px 0 0;
  }
  #ground .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(8),
  #ground .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(9),
  #ground .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(15) {
    margin-top: 52px;
  }
  #ground .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(14) {
    margin-top: 33px;
  }
  #ground .volume .volume__wrap .lt {
    width: 100%;
  }
  #ground .volume .volume__wrap .rt {
    width: 100%;
  }
  #ground .payment .payment__quality li:nth-child(1) {
    width: 400px;
    margin-bottom: 35px;
  }
  #ground .payment .payment__quality li:nth-child(2),
  #ground .payment .payment__quality li:nth-child(3) {
    width: 48%;
  }
  #ground .radius .lt {
    order: 2;
    margin-left: auto;
    margin-top: 50px;
  }
  #ground .radius .rt {
    margin: 0;
    order: 1;
  }
  #ground .volume .volume__wrap .rt {
    margin-top: 50px;
  }
}
/* 576-768px */
@media screen and (max-width: 768px) {
  #ground .technology__wrap_text .rt {
    width: 475px !important;
    padding-right: 0;
    margin: -100px auto 0;
  }
  #ground .technology__wrap_text .rt ul li {
    width: 220px;
  }
  #ground .method .method__wrap .lt {
    width: 100%;
    margin: 70px auto 0;
  }
  #ground .method .method__wrap .rt {
    margin: 0;
    width: 100%;
  }
  #ground .park-technics .wrap h2 {
    width: 100%;
  }
  #ground .park-technics .item .item__wrap .lt {
    width: 100%;
  }
  #ground .park-technics .item .item__wrap .lt .lt__bg {
    width: auto;
    height: 450px;
  }
  #ground .park-technics .item .item__wrap .rt {
    margin: 35px auto 0;
    width: 100%;
  }
  #ground .park-technics .item .item__wrap .rt ul li {
    width: 49%;
  }
  #ground .park-technics .item .item__wrap .rt .box__text {
    width: 100%;
  }
  #ground .principles .lt {
    width: 100%;
  }
  #ground .principles .rt {
    margin-top: 25px;
    width: 100%;
  }
  #ground .stages .wrap .wrapper ul li {
    width: 265px;
  }
  #ground .stages .stages-text .wrapper {
    width: 100%;
  }
  #ground .stages .stages-text .wrapper P:nth-last-child(1) {
    margin-bottom: 0;
  }
  #ground .technics {
    padding-top: 0;
    padding-bottom: 1px;
  }
  #ground .technics .technics__slider {
    margin-top: 115px;
  }
  #ground .technics .slider_text {
    top: 165px;
  }
  #ground .working .lt {
    margin-top: 25px;
    width: 100%;
  }
  #ground .working .rt {
    width: 100%;
  }
  #ground .services .wrap h2 {
    width: 100%;
  }
  #ground .services .wrap ul li {
    margin: 25px;
  }
  #ground .planning {
    position: relative;
    padding-top: 35px;
  }
  #ground .planning .wrap .planning__bg {
    height: 500px;
  }
  #ground .planning .wrap .wrapper .text__wrap .lt {
    width: 100%;
    margin: auto;
  }
  #ground .planning .wrap .wrapper .text__wrap .lt h2 {
    margin-bottom: 25px;
  }
  #ground .planning .wrap .wrapper .text__wrap .lt p {
    margin-bottom: 0;
  }
  #ground .planning .wrap .wrapper .text__wrap .rt {
    width: 100%;
    margin-top: 25px;
  }
  #ground .planning .wrap .wrapper .text__wrap .rt p {
    margin-bottom: 0;
  }
  #ground .planning .wrap .wrapper .text__wrap .rt p a {
    font-size: 24px;
  }
  #ground .planning .wrap .wrapper .text__wrap .rt .wpcf7-submit {
    margin: 30px 0;
  }
  #ground .tariffs {
    overflow-x: hidden;
  }
  #ground .tariffs .wrapper {
    margin-top: 70px;
  }
  #ground .tariffs .wrapper .lt {
    margin-top: -5px;
  }
  #ground .tariffs .wrapper .lt h3 {
    margin-top: -30px;
    padding-bottom: 30px;
  }
  #ground .tariffs .wrapper .rt {
    width: 140px !important;
    margin-right: -20px;
  }
  #ground .tariffs .wrapper .rt .slider_text {
    display: none !important;
  }
  #ground .tariffs .wrapper .rt .slick-arrow {
    top: 20px;
  }
  #ground .tariffs .wrapper .slick-prev {
    left: 0 !important;
    right: auto !important;
    margin-left: -423px;
  }
  #ground .tariffs .wrapper .slick-next {
    left: 0 !important;
    right: auto !important;
    margin-left: -375px;
  }
  #ground .tariffs .wrapper .slick-dots {
    margin-left: -320px;
    width: 170px;
    top: 12px;
    left: 50%;
    bottom: auto;
    display: flex;
    justify-content: space-between;
  }
  #ground .tariffs .wrapper .slick-dots li button::before {
    font-family: "Geometria", sans-serif;
    color: #00af41;
    width: auto;
    height: auto;
    background-color: none;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
  }
  #ground .tariffs .wrapper .slick-dots li:nth-child(1) button::before {
    content: "S";
  }
  #ground .tariffs .wrapper .slick-dots li:nth-child(2) button::before {
    content: "M";
  }
  #ground .tariffs .wrapper .slick-dots li:nth-child(3) button::before {
    content: "L";
  }
  #ground .tariffs .wrapper .slick-dots li:nth-child(4) button::before {
    content: "XL";
  }
  #ground .tariffs .wrapper-down {
    margin-top: 0;
  }
  #ground .tariffs .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  #ground .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(8),
  #ground .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(9) {
    margin-top: 22px;
  }
  #ground .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(14) {
    margin-top: 27px;
  }
  #ground .success .success__wrap ul {
    margin-top: 0;
  }
  #ground .success .success__wrap ul li {
    width: 100%;
  }
  #ground .payment .payment__quality li:nth-child(2),
  #ground .payment .payment__quality li:nth-child(3) {
    width: 90%;
  }
  #ground .payment h2 {
    margin-bottom: 0;
  }
  #ground .payment .payment__quality_item p {
    margin-top: 0;
  }
  #ground .payment .payment__quality_item p::before {
    top: -13px;
  }
  #ground .payment .payment__quality li:nth-child(3) {
    margin-top: 20px;
  }
  #ground .radius {
    padding-bottom: 50px;
  }
  #ground .radius__wrap .lt {
    margin-top: 15px;
    width: 100%;
  }
  #ground .radius__wrap .rt {
    margin-right: auto;
    width: 100%;
  }
  #ground .radius__wrap .rt ul li {
    font-size: 18px;
  }
  #ground .volume .volume__wrap .rt {
    width: 100% !important;
  }
}
/* 340-576px */
@media screen and (max-width: 576px) {
  #ground .technology__wrap_text h2 {
    font-size: 24px !important;
    width: 100%;
    text-align: center;
  }
  #ground .technology__wrap_text ul li {
    width: 45%;
    font-size: 18px;
    padding-left: 18px;
    margin: 10px 0;
  }
  #ground .technology__wrap_text ul li::before {
    top: 8px;
  }
  #ground .technology__wrap_text ul li p {
    font-size: 16px !important;
  }
  #ground .btn {
    font-size: 14px;
    width: 100%;
  }
  #ground .technics {
    padding-top: 0px !important;
  }
  #ground .technics__slider {
    margin: 25px 0 0;
  }
  #ground .technics .title {
    width: 100%;
  }
  #ground .technics .technics__slider .slick-prev,
  #ground .technics .technics__slider .slick-next {
    top: -70px;
  }
  #ground .technics .slider_text {
    top: 160px;
  }
  #ground .technics p {
    margin-top: 0;
    width: 100%;
  }
  #ground .method {
    padding-top: 0;
    padding-bottom: 13px;
  }
  #ground .method__wrap .lt {
    width: 100%;
    margin: 50px auto 0;
  }
  #ground .method__wrap .rt {
    margin-top: 20px;
  }
  #ground .method__wrap .rt ul {
    margin-top: 35px;
  }
  #ground .method__wrap .rt ul li {
    font-size: 18px;
    margin: 12px 0;
  }
  #ground .method__wrap .rt ul li img:nth-child(1) {
    width: 175px;
    height: 290px;
  }
  #ground .method__wrap .rt ul li img:nth-child(2) {
    width: 152px;
    height: 210px;
  }
  #ground .method__wrap .rt ul li img:nth-child(3) {
    margin-top: 11px;
    width: 230px;
    height: 140px;
  }
  #ground .stages {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  #ground .stages h2 {
    margin-bottom: 25px;
  }
  #ground .stages .wrap .wrapper {
    margin-top: 30px;
  }
  #ground .stages .wrap .wrapper ul {
    margin-top: 0;
  }
  #ground .stages .wrap .wrapper ul li {
    margin-bottom: 0;
    width: 100%;
  }
  #ground .stages .wrap .wrapper ul li:after {
    width: 70%;
  }
  #ground .stages .wrap .wrapper ul li h3,
  #ground .stages .wrap .wrapper ul li p {
    padding-left: 110px;
    margin: 15px auto 0;
  }
  #ground .stages .wrap .wrapper ul li p {
    margin-top: 0;
    font-size: 16px !important;
  }
  #ground .stages .stages-text {
    margin-top: 50px;
  }
  #ground .stages .stages-text .wrap {
    width: 100%;
  }
  #ground .park-technics {
    padding-top: 50px;
    padding-bottom: 0;
  }
  #ground .park-technics .wrap {
    margin-top: 55px;
  }
  #ground .park-technics .wrap:nth-child(1) {
    margin-top: 0;
  }
  #ground .park-technics .wrap:nth-child(1) .slick-dots {
    bottom: -25px;
  }
  #ground .park-technics .item {
    padding-bottom: 20px;
  }
  #ground .park-technics .slick-dots {
    bottom: 0;
  }
  #ground .park-technics__slider {
    margin-top: 35px;
  }
  #ground .park-technics__slider .item .item__wrap .lt {
    order: 2;
    margin: auto;
    padding-bottom: 35px;
  }
  #ground .park-technics__slider .item .item__wrap .lt .lt__bg {
    width: 330px;
    height: 290px;
  }
  #ground .park-technics__slider .item .item__wrap .rt {
    order: 1;
  }
  #ground .park-technics__slider .item .item__wrap .rt h3 {
    width: 100%;
  }
  #ground .park-technics__slider .item .item__wrap .rt .box__text {
    width: 100%;
    padding: 10px;
    margin: 25px auto 40px;
  }
  #ground .park-technics__slider .item .item__wrap .rt .box__text p {
    font-size: 12px !important;
    padding-left: 5px;
  }
  #ground .park-technics__slider .item .item__wrap .rt ul li {
    width: 100%;
    margin: 7px 0;
  }
  #ground .principles {
    margin-top: 80px;
  }
  #ground .success {
    padding-top: 80px;
    margin-top: 0;
  }
  #ground .success h2 {
    margin-bottom: 0;
  }
  #ground .success p {
    font-size: 15px !important;
  }
  #ground .services {
    padding-top: 50px;
  }
  #ground .services .wrap ul {
    margin-top: 0;
  }
  #ground .services .wrap ul li {
    width: 100%;
    text-align: center;
  }
  #ground .services .wrap ul li img {
    margin: auto;
  }
  #ground .planning {
    padding-top: 35px;
    padding-bottom: 65px;
  }
  #ground .planning .wrap {
    height: 530px;
  }
  #ground .planning .wrap .planning__bg {
    height: 530px;
  }
  #ground .planning .wrap .wrapper {
    padding: 0 20px;
    text-align: center;
  }
  #ground .planning .wrap .wrapper .text__wrap .lt h2:before {
    margin: 0 auto 35px;
  }
  #ground .planning .wrap .wrapper .text__wrap .rt p {
    text-align: center;
    margin: auto;
  }
  #ground .tariffs .container {
    width: 340px;
  }
  #ground .tariffs__wrap {
    margin-top: 100px;
  }
  #ground .tariffs__wrap .wrapper .rt {
    margin-top: 0;
    width: 121px !important;
    margin-right: -12px;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .slick-dots li button::before {
    font-size: 18px !important;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item {
    margin: 0 13px 20px;
    width: 95px !important;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(1) {
    margin-top: 19px;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(2) {
    margin-top: 71px;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(3),
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(4),
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(5),
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(8),
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(13),
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(14) {
    margin-top: 51px;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(6) {
    margin-top: 21px;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(7) {
    margin-top: 27px;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(9) {
    margin-top: 65px;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(10) {
    margin-top: 31px;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(11) {
    margin-top: 75px;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(12) {
    margin-top: 27px;
  }
  #ground .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(15) {
    margin-top: 100px;
  }
  #ground .tariffs__wrap .wrapper .rt .slider_text {
    top: -27px;
    right: 15px;
  }
  #ground .tariffs__wrap .wrapper .rt .slick-prev {
    margin-left: 15px;
    top: -35px;
  }
  #ground .tariffs__wrap .wrapper .rt .slick-next {
    margin-left: 68px;
    top: -35px;
  }
  #ground .tariffs__wrap .wrapper .rt .slick-dots {
    width: 125px;
    margin-left: -193px;
  }
  #ground .tariffs__wrap .wrapper .rt .slick-dots li {
    margin: 0 2px !important;
  }
  #ground .tariffs__wrap .wrapper-down {
    margin-top: 0;
  }
  #ground .tariffs__wrap .wrapper-down p {
    width: 100%;
    text-align: left;
  }
  #ground .payment {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  #ground .payment .payment__quality li:nth-child(3) {
    margin-left: auto;
  }
  #ground .form-text {
    width: 300px !important;
  }
  #ground .form-text a {
    font-size: 22px !important;
  }
  #ground .volume {
    padding-bottom: 0;
  }
  #ground .volume .volume__wrap .lt ul li {
    padding-left: 40px;
    font-size: 16px;
  }
  #ground .volume .volume__wrap .lt ul li::before {
    top: -12px;
  }
  #ground .volume .volume__wrap .rt__wrap {
    padding: 30px;
  }
  #ground .radius {
    padding-top: 0;
    padding-bottom: 30px !important;
  }
  #ground .radius .radius__wrap .lt {
    order: 2;
    margin-top: 20px;
  }
  #ground .radius .radius__wrap .rt {
    order: 1;
    margin-top: 0;
  }
  #ground .radius .radius__wrap .rt ul li {
    padding-left: 40px;
    font-size: 16px;
  }
  #ground .radius .radius__wrap .rt ul li::before {
    top: -13px;
  }
}
/* 1201-1300px */
@media screen and (max-width: 1300px) {
  #sowing .technology .lt {
    margin: auto 0 !important;
  }
  #sowing .quality {
    padding-top: 0;
  }
  #sowing .technics p {
    font-size: 16px;
  }
  #sowing .technics span {
    font-size: 14px;
  }
  #sowing .volume {
    padding-top: 80px;
  }
  #sowing .volume .volume__wrap .rt__wrap {
    margin: auto;
  }
  #sowing .diagnostics .diagnostics__wrap .rt__wrap {
    width: 100%;
  }
  #sowing .diagnostics .diagnostics__wrap .rt__wrap ul li {
    margin: 25px 0;
  }
  #sowing .tariffs .wrapper .lt {
    width: 590px !important;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(9) {
    margin-top: 50px;
  }
}
/* 992-1200px */
@media screen and (max-width: 1200px) {
  #sowing .quality {
    padding: 50px 0;
  }
  #sowing .quality__wrap ul li h3 {
    width: 100%;
  }
  #sowing .park-technics_wrap .lt__text {
    width: 470px;
  }
  #sowing .park-technics_advantages .wrapper .item {
    width: 220px;
    height: 415px;
  }
  #sowing .park-technics_wrap .rt__bg {
    width: 420px;
    height: 420px;
  }
  #sowing .park-technics .park-technics_privilege .wrapper .item {
    width: 220px;
    height: 410px;
  }
  #sowing .technics .wrapper:nth-child(2) .slick-slider .item .lt {
    order: 1;
    margin: auto;
  }
  #sowing .technics .wrapper:nth-child(2) .slick-slider .item .lt img {
    width: 100%;
    height: auto;
    bottom: 10%;
  }
  #sowing .technics .wrapper:nth-child(2) .slick-slider .item .rt {
    order: 2;
  }
  #sowing .volume__wrap .lt ul {
    margin-top: 0;
  }
  #sowing .volume__wrap .lt ul li {
    font-size: 16px;
    padding-left: 35px;
  }
  #sowing .volume__wrap .rt__wrap {
    padding: 30px;
  }
  #sowing .volume__wrap .rt__wrap input {
    width: 100%;
  }
  #sowing .diagnostics {
    padding-bottom: 50px;
  }
  #sowing .diagnostics__wrap .rt__wrap ul li {
    margin: 20px 0;
    font-size: 13px;
  }
  #sowing .diagnostics__callback_bg figure {
    height: 400px;
  }
  #sowing .diagnostics__callback_bg figure img {
    height: 100%;
  }
  #sowing .diagnostics__callback_text {
    padding: 15px 50px 0;
  }
  #sowing .tariffs .wrapper {
    margin-top: 50px;
  }
  #sowing .tariffs .wrapper .rt {
    width: 350px !important;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item {
    width: 110px;
    margin: 0 8px 10px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.07);
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item span {
    font-size: 16px;
  }
  #sowing .success .success__wrap ul {
    margin-top: 0;
  }
  #sowing .success .success__wrap ul li {
    width: 290px;
  }
  #sowing .success .success__wrap ul li h3 {
    width: 100%;
  }
  #sowing .payment {
    padding-bottom: 50px;
  }
  #sowing .payment__wrap .rt ul {
    margin: 35px 0;
  }
  #sowing .payment__wrap .rt ul li {
    font-size: 16px;
  }
  #sowing .payment__wrap .rt__wrap {
    width: 100%;
  }
  #sowing .payment__wrap .rt__wrap input {
    width: 100%;
  }
  #sowing .radius__callback {
    margin-top: 100px;
  }
  #sowing .radius__callback_text {
    padding: 40px 50px 25px;
  }
  #sowing .radius__wrap .rt ul {
    margin-top: 35px;
  }
  #sowing .radius__wrap .rt ul li {
    font-size: 16px;
  }
}
/* 768-992px */
@media screen and (max-width: 992px) {
  #sowing .technology .lt {
    width: 100%;
  }
  #sowing .technology .rt {
    width: 100%;
  }
  #sowing .technology .technology__wrap_text .rt {
    margin-top: 85px;
    margin-left: auto;
  }
  #sowing .quality {
    padding-bottom: 50px;
  }
  #sowing .quality__wrap ul {
    margin-top: 20px;
    justify-content: space-around;
  }
  #sowing .park-technics {
    padding-bottom: 0;
  }
  #sowing .park-technics h2 {
    margin: 0 auto 50px;
  }
  #sowing .park-technics_wrap {
    height: auto;
  }
  #sowing .park-technics_wrap .lt {
    width: 100% !important;
  }
  #sowing .park-technics_wrap .lt__text {
    width: 85%;
  }
  #sowing .park-technics_wrap .lt__text li {
    font-size: 16px;
  }
  #sowing .park-technics_wrap .rt {
    width: 100% !important;
    margin-top: 50px;
    margin-left: auto;
  }
  #sowing .park-technics_wrap .rt img {
    width: 490px;
  }
  #sowing .park-technics .park-technics_privilege .wrapper .item {
    width: 48%;
    height: auto;
    margin-bottom: 50px;
  }
  #sowing .technics .park-technics__slider .item .lt {
    width: 100%;
  }
  #sowing .technics .park-technics__slider .item .lt img {
    width: 75% !important;
    height: auto !important;
  }
  #sowing .technics .park-technics__slider .item .rt {
    width: 100%;
  }
  #sowing .technics .wrapper:nth-child(1) .park-technics__slider .item .lt {
    margin-top: 50px;
    order: 2;
  }
  #sowing .technics .wrapper:nth-child(1) .park-technics__slider .item .rt {
    order: 1;
    margin-top: 50px;
    margin-left: auto;
  }
  #sowing .technics .wrapper:nth-child(2) .park-technics__slider .item .lt {
    margin-top: 50px;
    margin-left: 0;
    order: 2;
  }
  #sowing .technics .wrapper:nth-child(2) .park-technics__slider .item .rt {
    order: 1;
    margin-top: 50px;
    margin-left: auto;
  }
  #sowing .volume {
    padding-top: 80px;
  }
  #sowing .volume .lt {
    width: 100%;
  }
  #sowing .volume .rt {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
  }
  #sowing .diagnostics__wrap .lt {
    width: 100%;
  }
  #sowing .diagnostics__wrap .lt p {
    width: 100%;
  }
  #sowing .diagnostics__wrap .rt {
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
  }
  #sowing .diagnostics__wrap .rt .rt__wrap ul li {
    font-size: 16px;
  }
  #sowing .diagnostics__callback .rt {
    margin-top: 25px;
  }
  #sowing .diagnostics__callback_bg img {
    height: 480px;
  }
  #sowing .tariffs .wrapper .lt {
    width: 495px !important;
  }
  #sowing .tariffs .wrapper .lt ul li {
    padding-left: 14px;
  }
  #sowing .tariffs .wrapper .rt {
    width: 225px !important;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item {
    width: auto;
    margin: 0 2px 7px;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.07);
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li {
    margin: 24px 0;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li img {
    width: 12px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(1) {
    margin-top: 24px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(2) {
    margin-top: 48px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(3) {
    margin-top: 48px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item span {
    font-size: 12px;
  }
  #sowing .success .success__wrap ul {
    justify-content: space-around;
  }
  #sowing .success .success__wrap ul li {
    width: 315px;
  }
  #sowing .payment__wrap .lt {
    width: 100%;
  }
  #sowing .payment__wrap .rt {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
  }
  #sowing .radius {
    padding-bottom: 30px;
  }
  #sowing .radius__wrap .lt {
    width: 100%;
  }
  #sowing .radius__wrap .rt {
    width: 100%;
    margin-top: 50px;
  }
}
/* 576-768px */
@media screen and (max-width: 768px) {
  #sowing .quality {
    padding-bottom: 30px;
  }
  #sowing .quality .quality__wrap h2 {
    width: 100%;
  }
  #sowing .quality .quality__wrap ul li {
    width: 48%;
  }
  #sowing .park-technics_wrap .lt__text {
    width: 100%;
  }
  #sowing .park-technics .park-technics_privilege .wrapper .item {
    width: 48%;
    height: 360px;
  }
  #sowing .technics {
    padding-top: 0;
  }
  #sowing .technics .item .lt img {
    width: 100% !important;
    height: auto;
    bottom: 6%;
  }
  #sowing .technics .park-technics__slider .item .lt img {
    width: 90% !important;
  }
  #sowing .technics .wrapper:nth-child(1) .slick-slider .slick-arrow {
    top: 40px !important;
  }
  #sowing .technics .wrapper:nth-child(2) .slick-slider .slick-arrow {
    top: 40px !important;
  }
  #sowing .technics .wrapper:nth-child(2) .slider_text {
    top: 40px !important;
  }
  #sowing .technics .wrapper:nth-child(2) .slick-slider .item .lt img {
    bottom: 0;
  }
  #sowing .volume__wrap .rt__wrap {
    width: 100%;
    padding: 50px;
  }
  #sowing .diagnostics .diagnostics__callback .lt {
    width: 100%;
  }
  #sowing .diagnostics .diagnostics__callback .lt h2 {
    margin-bottom: 0;
  }
  #sowing .diagnostics .diagnostics__callback .rt {
    width: 100%;
  }
  #sowing .diagnostics .diagnostics__callback_bg figure {
    height: 530px;
  }
  #sowing .diagnostics .diagnostics__wrap .lt p {
    width: 100%;
  }
  #sowing .diagnostics .diagnostics__wrap .rt__wrap ul li {
    width: 260px;
  }
  #sowing .tariffs p {
    width: 100%;
  }
  #sowing .tariffs__wrap {
    margin-top: 80px;
  }
  #sowing .tariffs__wrap .wrapper .lt {
    margin: 0;
    width: 400px !important;
  }
  #sowing .tariffs__wrap .wrapper .lt h3 {
    margin: -45px 0 80px;
  }
  #sowing .tariffs__wrap .wrapper .rt {
    width: 100px !important;
    margin: 0;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .item {
    margin: 0 0 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .item span {
    font-size: 18px;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .item p {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: -7px;
    left: 0;
    color: #00af41;
    font-size: 22px;
    font-weight: bold;
    margin-left: -350px;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(2) {
    margin-top: 53px;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(3) {
    margin-top: 49px;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(4) {
    margin-top: 47px;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(8) {
    margin-top: 58px;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(9) {
    margin-top: 51px;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .item ul li:nth-child(11) {
    margin-top: 44px;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .slick-prev {
    left: 0 !important;
    right: auto !important;
    margin-left: 10px;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .slick-next {
    left: 0 !important;
    right: auto !important;
    margin-left: 60px;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .slick-dots {
    margin-left: -320px;
    width: 170px;
    top: 12px;
    left: 50%;
    bottom: auto;
    display: flex;
    justify-content: space-between;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .slick-dots li button::before {
    font-family: "Geometria", sans-serif;
    color: #00af41;
    width: auto;
    height: auto;
    background-color: none;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .slick-dots li:nth-child(1) button::before {
    content: "S";
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .slick-dots li:nth-child(2) button::before {
    content: "M";
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .slick-dots li:nth-child(3) button::before {
    content: "L";
  }
  #sowing .tariffs__wrap .wrapper .rt .tariffs__slider .slick-dots li:nth-child(4) button::before {
    content: "XL";
  }
  #sowing .tariffs .wrapper-down p {
    text-align: left;
  }
  #sowing .success {
    padding-top: 25px;
  }
  #sowing .payment__wrap .rt {
    margin-right: auto;
  }
}
/* 320-576px */
@media screen and (max-width: 576px) {
  #sowing .btn {
    font-size: 14px;
    width: 100%;
  }
  #sowing .quality {
    padding-top: 15px;
  }
  #sowing .quality .quality__wrap ul li {
    width: 100%;
  }
  #sowing .technology {
    padding-top: 70px;
  }
  #sowing .technology .technology__wrap_text .rt {
    margin-top: 70px;
  }
  #sowing .park-technics {
    padding-top: 0;
  }
  #sowing .park-technics_wrap .lt h4 {
    margin: 10px 0;
  }
  #sowing .park-technics_wrap .lt ul li p {
    padding-top: 2px;
    font-size: 12px;
  }
  #sowing .park-technics_wrap .lt ul li span {
    padding-top: 2px;
    font-size: 12px;
  }
  #sowing .park-technics_wrap .lt .btn {
    width: 100% !important;
  }
  #sowing .park-technics__text li {
    font-size: 13px;
  }
  #sowing .park-technics_wrap .rt__bg {
    width: 320px;
    height: 320px;
  }
  #sowing .park-technics .park-technics_privilege {
    margin-top: 70px;
  }
  #sowing .park-technics .park-technics_privilege .wrapper .item {
    width: 100%;
    height: auto !important;
    padding-bottom: 15px;
  }
  #sowing .technics .wrapper:nth-child(1) {
    margin-top: 15px;
  }
  #sowing .technics .wrapper:nth-child(1) .slick-slider .slick-arrow {
    top: 10px !important;
  }
  #sowing .technics .wrapper:nth-child(1) .slider_text {
    top: 10px;
  }
  #sowing .technics .wrapper:nth-child(2) {
    margin-top: 15px !important;
  }
  #sowing .technics .wrapper:nth-child(2) .item__wrap {
    margin-top: 30px;
  }
  #sowing .technics .wrapper:nth-child(2) .slick-arrow {
    top: -10px;
  }
  #sowing .technics .wrapper:nth-child(2) .slider_text {
    top: 10px;
  }
  #sowing .technics .wrapper:nth-child(2) .lt {
    margin-top: 50px !important;
  }
  #sowing .technics .item .lt {
    order: 2 !important;
    margin-top: 50px;
  }
  #sowing .technics .item .lt img {
    width: 100%;
    height: auto;
    bottom: 10%;
  }
  #sowing .technics .item .rt {
    margin-top: 12px !important;
    order: 1 !important;
  }
  #sowing .technics .item .lt__bg {
    width: 320px;
    height: 320px;
  }
  #sowing .technics .park-technics__slider .item .rt ul li {
    width: 100%;
  }
  #sowing .technics .park-technics__slider .item .rt ul li p {
    padding-left: 10px;
  }
  #sowing .technics .park-technics__slider .item .rt .box__text p {
    padding-left: 0;
  }
  #sowing .volume {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  #sowing .volume .rt {
    margin-top: 20px;
  }
  #sowing .volume .volume__wrap .lt ul li {
    font-size: 14px;
    padding-left: 35px;
  }
  #sowing .volume .volume__wrap .rt__wrap {
    width: 100%;
    padding: 35px 20px 20px;
  }
  #sowing .volume .volume__wrap .rt__wrap h3 {
    font-size: 16px;
  }
  #sowing .volume .volume__wrap .rt__wrap p {
    padding: 0;
  }
  #sowing .diagnostics {
    padding-top: 15px !important;
  }
  #sowing .diagnostics__wrap .lt {
    margin-top: 25px;
  }
  #sowing .diagnostics__wrap .lt p {
    width: 340px;
  }
  #sowing .diagnostics__wrap .lt h3 {
    margin: 40px 0;
  }
  #sowing .diagnostics__wrap .rt {
    margin-top: 15px;
  }
  #sowing .diagnostics__wrap .rt ul {
    width: 100%;
  }
  #sowing .diagnostics__wrap .rt ul:nth-child(1) li:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
  }
  #sowing .diagnostics__wrap .rt__wrap ul li {
    width: 80% !important;
    margin: 25px 0;
    font-size: 16px;
  }
  #sowing .diagnostics__wrap .rt ul:nth-child(2) {
    display: flex;
    flex-direction: column;
  }
  #sowing .diagnostics__wrap .rt ul:nth-child(2) li:nth-child(1) {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
  #sowing .diagnostics__wrap .rt ul:nth-child(2) li:nth-child(2) {
    margin-top: 0;
  }
  #sowing .diagnostics__wrap .rt ul:nth-child(2) li:nth-child(3) {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
  #sowing .diagnostics__callback {
    margin-top: 35px;
  }
  #sowing .diagnostics__callback_text {
    padding: 10px 10px 0;
  }
  #sowing .diagnostics__callback .lt {
    padding: 10px 40px;
    text-align: center;
  }
  #sowing .diagnostics__callback .lt h2 {
    letter-spacing: 0.2px;
  }
  #sowing .diagnostics__callback .lt h2::before {
    margin: 0 auto 35px;
  }
  #sowing .diagnostics__callback .rt {
    padding: 10px;
  }
  #sowing .tariffs {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #sowing .tariffs .container {
    width: 340px;
  }
  #sowing .tariffs p {
    width: 320px;
  }
  #sowing .tariffs .wrapper .lt {
    width: 275px !important;
  }
  #sowing .tariffs .wrapper .lt ul li {
    font-size: 14px;
    padding-left: 12px !important;
  }
  #sowing .tariffs .wrapper .rt {
    width: 64px !important;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item {
    width: 62px !important;
    margin: 0 1px 7px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item h3 {
    padding: 11px 5px 7px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(1) {
    margin-top: 20px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(2) {
    margin-top: 40px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(3) {
    margin-top: 70px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(5) {
    margin-top: 0 !important;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(6) {
    margin-top: -5px !important;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(7) {
    margin-top: -2px !important;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(8) {
    margin-top: 42px !important;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(9) {
    margin-top: 64px !important;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(10) {
    margin-top: 0 !important;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item ul li:nth-child(11) {
    margin-top: 40px !important;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .item span {
    margin: 0 5px;
    font-size: 16px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .slick-prev {
    margin-left: -30px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .slick-next {
    margin-left: 20px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .slick-dots {
    width: 120px;
    margin-left: -191px;
  }
  #sowing .tariffs .wrapper .rt .tariffs__slider .slick-dots li button::before {
    font-size: 18px;
  }
  #sowing .success {
    padding-top: 0;
  }
  #sowing .success h2 {
    margin-bottom: 0;
  }
  #sowing .payment {
    padding-top: 15px;
    padding-bottom: 65px;
  }
  #sowing .payment__wrap .lt ul {
    margin: 30px 0 40px;
  }
  #sowing .payment__wrap .lt ul li {
    font-size: 16px;
  }
  #sowing .payment__wrap .rt {
    width: 100% !important;
  }
  #sowing .payment__wrap .rt__wrap {
    padding: 35px 20px 30px;
  }
  #sowing .payment__wrap .rt ul li {
    font-size: 14px;
  }
  #sowing .radius {
    padding-top: 0;
    padding-bottom: 0;
  }
  #sowing .radius .radius__wrap .rt {
    margin-top: 60px;
  }
  #sowing .radius__callback {
    margin-top: 35px;
    padding: 0;
  }
  #sowing .radius__callback_text {
    padding: 25px 20px 20px;
  }
  #sowing .radius__callback .lt h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #sowing .radius__callback .lt h2::before {
    margin: 0 auto 30px;
  }
}
/* 1201-1300px */
/* 992-1200px */
@media screen and (max-width: 1200px) {
  #protection .park-technics .item .lt img {
    width: 100%;
    height: auto;
    bottom: 6%;
  }
  #protection .forms__callback_text {
    padding: 40px 50px 25px;
  }
  #protection .forms__callback_bg img {
    height: 340px;
  }
}
/* 768-992px */
@media screen and (max-width: 992px) {
  #protection .services .wrap .wrapper .lt {
    width: 100%;
  }
  #protection .services .wrap .wrapper .rt {
    width: 100%;
  }
  #protection .services .wrap .wrapper:nth-child(even) .lt {
    order: 1;
  }
  #protection .services .wrap .wrapper:nth-child(even) .rt {
    order: 2;
  }
  #protection .services .wrap .wrapper .rt {
    margin-top: 70px;
    margin-left: auto;
  }
  #protection .spraying-methods ul {
    flex-direction: column;
    justify-content: center;
  }
  #protection .spraying-methods ul li {
    width: 60%;
    max-width: auto;
    margin: 0 auto 50px;
  }
  #protection .spraying-methods ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  #protection .technics .title {
    width: 400px;
  }
  #protection .park-technics .wrap .item {
    margin-bottom: 0;
  }
  #protection .park-technics .wrap .item:nth-child(even) .lt {
    order: 1;
  }
  #protection .park-technics .wrap .item:nth-child(even) .rt {
    order: 2;
  }
  #protection .park-technics .wrap .item .lt {
    width: 100%;
  }
  #protection .park-technics .wrap .item .lt img {
    width: auto;
    height: 100%;
  }
  #protection .park-technics .wrap .item .rt {
    width: 100%;
    margin-top: 70px;
    margin-left: auto;
  }
  #protection .park-technics .wrap .item .rt ul li {
    width: 48%;
  }
  #protection .park-technics .wrap .item .rt h4 {
    margin-top: 0;
  }
  #protection .result {
    padding-bottom: 0;
  }
  #protection .result ul li {
    width: 45%;
  }
  #protection .forms__callback .lt {
    width: 100% !important;
  }
  #protection .forms__callback .rt {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
  }
  #protection .forms__callback_bg figure {
    height: 560px;
  }
  #protection .companies .title {
    width: 400px;
  }
  #protection .companies .technics__slider .item img {
    height: 45px;
  }
}
/* 576-768px */
@media screen and (max-width: 768px) {
  #protection .technics .technics__slider {
    margin-top: 110px;
  }
  #protection .technics .technics__slider .slick-prev,
  #protection .technics .technics__slider .slick-next {
    top: -50px;
  }
  #protection .technics .slider_text {
    top: 135px;
  }
  #protection .park-technics .wrap .item .lt img {
    width: auto;
    height: auto;
    max-height: 100%;
  }
  #protection .park-technics .wrap .item .rt {
    margin-top: 50px;
  }
  #protection .park-technics .wrap .item .rt h4 {
    margin-top: 20px;
  }
  #protection .forms {
    padding-top: 25px;
  }
  #protection .forms .forms__callback_bg figure {
    height: 600px;
  }
  #protection .companies .technics__slider {
    margin-top: 115px;
  }
  #protection .companies .technics__slider .slick-prev,
  #protection .companies .technics__slider .slick-next {
    top: -50px;
  }
  #protection .companies .slider_text {
    top: 108px;
  }
}
/* 320-576px */
@media screen and (max-width: 576px) {
  #protection .btn {
    font-size: 14px;
    width: 100% !important;
  }
  #protection .services .wrap {
    margin-top: 35px;
  }
  #protection .services .wrap .wrapper {
    margin-bottom: 50px;
  }
  #protection .services .wrap .wrapper .rt {
    margin-top: 50px;
  }
  #protection .services .wrap .wrapper .rt ul li {
    padding-left: 40px;
  }
  #protection .spraying-methods ul {
    flex-direction: column;
  }
  #protection .spraying-methods ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  #protection .spraying-methods ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  #protection .technics .title {
    width: 100%;
  }
  #protection .park-technics h2 {
    width: 100%;
  }
  #protection .park-technics .wrap {
    margin-top: 50px;
  }
  #protection .park-technics .wrap .item {
    padding-bottom: 35px;
  }
  #protection .park-technics .wrap .item .lt__bg {
    width: 340px;
    height: 340px;
  }
  #protection .park-technics .wrap .item .rt {
    margin-top: 50px;
  }
  #protection .park-technics .wrap .item .rt .box__text p {
    padding-left: 0;
  }
  #protection .park-technics .wrap .item .rt ul {
    flex-direction: column;
  }
  #protection .park-technics .wrap .item .rt ul li {
    width: 100%;
  }
  #protection .park-technics .wrap .item .rt ul li p {
    padding-top: 2px;
  }
  #protection .forms {
    padding-top: 0;
    padding-bottom: 60px !important;
  }
  #protection .forms__callback {
    padding: 0;
  }
  #protection .forms__callback_bg figure {
    height: 520px !important;
  }
  #protection .forms__callback_text {
    padding: 25px 20px 20px;
  }
  #protection .forms__callback .lt h2 {
    margin-bottom: 20px;
  }
  #protection .forms__callback .lt h2::before {
    margin: 0 0 30px;
  }
  #protection .forms__callback .form-text {
    width: 100% !important;
  }
  #protection .result ul {
    margin-top: 50px;
  }
  #protection .result ul li {
    width: 100%;
  }
  #protection .result ul li h3 {
    margin: 30px 0 15px;
  }
  #protection .companies .title {
    width: 100%;
  }
  #protection .companies .technics__slider .item img {
    height: 55px;
  }
}
/* 1201-1300px */
@media screen and (max-width: 1400px) {
  .container {
    background-color: rgba(73, 0, 106, 0);
    width: 1280px;
  }
  #page-home .about .wrap .rt figure {
    width: 100%;
    height: 100%;
  }
  #page-home .services .wrapper .item {
    width: 48%;
  }
  #page-onesoil .intro .wrap .lt,
  #page-onesoil .intro .wrap .rt {
    width: 100%;
  }
  #page-onesoil .intro .wrap figure {
    width: 100%;
    height: 200px;
  }
  #page-onesoil .intro .wrap figure img {
    height: 100%;
  }
}
/* 1201-1300px */
@media screen and (max-width: 1300px) {
  .container {
    background-color: rgba(73, 0, 106, 0);
    width: 1180px;
  }
  h1 {
    font-size: 45px;
  }
  h3 {
    font-size: 20px;
  }
  .header .btn {
    padding: 17px 15px 15px 15px;
    font-size: 14px;
  }
  .offer__wrap_text {
    margin-top: 50px;
  }
  .offer__wrap_text .left {
    margin: auto 0;
  }
  .offer__wrap_text .right {
    padding-right: 35px;
    margin-right: 0;
  }
  .offer__wrap_title h3 {
    margin: 5px 0;
  }
  .offer__wrap_title .offer-btns {
    margin-top: 30px;
  }
  .offer-image .offer__bg_radar {
    margin-top: -30px;
    margin-left: 390px;
  }
  .offer-image .offer__bg_radar_wrap {
    left: -31px;
    bottom: -44px;
  }
  .footer__wrap_item {
    width: 220px;
  }
  .footer__up {
    padding: 100px 0 50px;
  }
  .park-technics__slider .item .lt {
    width: 48%;
  }
  .park-technics__slider .item .rt {
    width: 48%;
  }
}
/* 992-1200px */
@media screen and (max-width: 1200px) {
  .container {
    background-color: rgba(255, 0, 0, 0);
    width: 940px;
  }
  h2 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
  main {
    margin-top: 107px;
  }
  .header .logo {
    width: 185px;
  }
  .header .logo img {
    height: 12px;
  }
  .header .logo span {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .header__nav {
    height: 109px;
  }
  .header__menu {
    width: 80%;
  }
  .header__menu .header__menu-box li a {
    font-size: 14px;
  }
  .header__menu .header__menu-box .menu-item-has-children:hover .sub-menu {
    padding: 17px 0 0;
  }
  .header .lang {
    margin-top: 3px;
  }
  .offer__wrap_title {
    width: 750px;
  }
  .offer__bg_radar_wrap {
    left: -35px;
    bottom: -61px;
  }
  .offer__wrap_text {
    margin-top: 0;
  }
  .offer__wrap_text .right {
    padding-right: 0;
  }
  .offer__wrap_text .right ul {
    margin-top: 25px;
  }
  .slider .offer__bg {
    height: 700px !important;
    max-height: auto !important;
  }
  .slider .offer__bg .offer__bg-max {
    height: 700px !important;
    max-height: auto !important;
  }
  .offer-image {
    height: 700px;
  }
  .offer-image .offer__bg_radar_wrap {
    left: -35px;
    bottom: -61px;
  }
  .item .left__bg {
    width: 420px;
    height: 420px;
  }
  #page-home .last__news_list article .last__news_content {
    top: 35%;
  }
  #page-trading .logistic ul li {
    width: 48%;
    margin-bottom: 25px;
  }
  #page-precision-planting-carefield .box__list a.btn.btn--contur {
    margin-left: 0 !important;
    margin-top: 15px;
  }
  #page-onesoil .benefits .wrapper .item {
    width: 32%;
  }
  #page-onesoil .maps .wrap .rt .wrapper figure {
    height: auto;
    width: 100%;
  }
  #page-onesoil .maps .wrap .rt .wrapper figure:nth-child(2) {
    margin-top: 25px;
  }
  #page-fjdynamics .intro figure {
    height: auto;
  }
  #page-bbleap .integration .wrapper .item {
    width: 32%;
  }
  #page-affiliate-programs .program .wrap .blocks .wrapper ul {
    height: auto;
  }
  #page-affiliate-programs .program .wrap .blocks .wrapper ul li {
    width: 100%;
  }
  #page-news .news__list_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  #page-about-us .philosophy .green-baner {
    padding: 50px 50px 25px 50px;
  }
  #page-contacts .contacts__info .wrap .lt ul {
    width: 100%;
  }
  #page-contacts .contacts__info .wrap .lt ul li a {
    font-size: 22px;
  }
  .offer__slider .offer__wrap_img {
    margin-top: 50px;
  }
  .footer__logo span {
    font-size: 7px;
    letter-spacing: 2.45px;
  }
  .footer__logo .subtitle-ru {
    letter-spacing: 1.7px;
  }
  .footer__up {
    padding: 50px 0;
  }
  .footer__wrap {
    margin-top: 35px;
  }
  .footer__wrap_item {
    width: 210px;
  }
  .footer__wrap_item ul li a {
    font-size: 14px;
  }
  .footer__wrap_item:nth-child(1) ul li {
    padding-left: 33px;
    margin-top: -7px;
  }
  .footer__wrap_item:nth-child(1) ul li a::before {
    width: 25px !important;
    height: 25px !important;
    top: 0 !important;
  }
  .footer__down_wrap ul {
    width: 550px;
  }
  .footer__down_wrap a {
    font-size: 14px;
  }
  .technics p {
    margin: 0 !important;
    font-size: 18px;
  }
  .technics__slider .item img {
    height: 40px;
  }
  .technics__slider .item .lt img {
    width: 100%;
    height: 100%;
  }
  .park-technics__slider .item .rt h3 {
    width: 350px;
  }
  .park-technics__slider .item .rt ul li {
    width: 48%;
  }
  .park-technics__slider .item .rt ul li p {
    font-size: 14px;
  }
  .park-technics__slider .item .rt ul li img {
    height: 20px;
  }
  .park-technics__slider .item .rt .box__text {
    width: 97%;
  }
}
/* 768-992px */
@media screen and (max-width: 992px) {
  .container {
    background-color: rgba(0, 0, 255, 0);
    width: 720px;
  }
  main {
    margin-top: 60px;
  }
  .header .container {
    position: relative;
  }
  .header .header__nav {
    height: 62px;
  }
  .header .header-up {
    display: none;
  }
  .header .header-down {
    padding-top: 0;
  }
  .header .logo {
    margin-top: 13px;
  }
  .header__menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__menu .menuhmb {
    display: block !important;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 9px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    cursor: pointer;
  }
  .header__menu .menuhmb__icon {
    position: absolute;
    z-index: 777;
    top: 9px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  .header__menu .menuhmb__icon span {
    display: inline-block;
    position: absolute;
    height: 3px;
    width: 20px;
    background: #00af41;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    background-color: #ffb700;
  }
  .header__menu .menuhmb__icon span:nth-child(1) {
    top: 0px;
  }
  .header__menu .menuhmb__icon span:nth-child(2), .header__menu .menuhmb__icon span:nth-child(3) {
    top: 9px;
  }
  .header__menu .menuhmb__icon span:nth-child(4) {
    top: 18px;
  }
  .header__menu .menuhmb.active .menuhmb__icon span:nth-child(1) {
    top: 5px;
    width: 0%;
    left: 50%;
  }
  .header__menu .menuhmb.active .menuhmb__icon span:nth-child(2) {
    transform: rotate(45deg);
  }
  .header__menu .menuhmb.active .menuhmb__icon span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .header__menu .menuhmb.active .menuhmb__icon span:nth-child(4) {
    top: 5px;
    width: 0%;
    left: 50%;
  }
  .header__menu .menuhmb.active + .header__menu_wrap {
    display: block !important;
    padding-top: 0;
    margin-top: -13px;
    overflow-y: scroll;
    padding-bottom: 100px;
    height: 100vh;
  }
  .header__menu .header__menu_wrap {
    display: none;
    position: fixed;
    top: 75px;
    left: 0;
    z-index: 7;
    width: 100%;
    background-color: #fff;
  }
  .header__menu .header__menu_wrap.close {
    display: none !important;
  }
  .header__menu .menu-item-has-children:nth-last-child(1) a {
    margin-bottom: 0 !important;
  }
  .header__menu .header__menu-box li.menu-item-has-children {
    position: relative;
    border: none !important;
    padding-right: 0 !important;
  }
  .header__menu .header__menu-box li.menu-item-has-children a {
    padding-right: 0;
  }
  .header__menu .header__menu-box li.menu-item-has-children a::after {
    top: 50% !important;
    transform: translate(0, -50%);
    right: -20px !important;
    width: 13px !important;
    height: 7px !important;
  }
  .header__menu .header__menu-box li.menu-item-has-children:hover a::after {
    top: 33% !important;
  }
  .header__menu .sub-menu {
    width: 340px !important;
    position: relative !important;
    padding: 0 !important;
    left: 0 !important;
  }
  .header__menu .sub-menu li:nth-child(1) {
    border-top: none !important;
  }
  .header__menu .sub-menu li:nth-child(1) a {
    margin-top: 0 !important;
    text-align: center;
    padding-right: 0 !important;
  }
  .header__menu .sub-menu li:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
  .header__menu .sub-menu li a {
    font-weight: 400 !important;
  }
  .header__menu .sub-menu li a::after {
    display: none !important;
  }
  .header__menu .header__menu-box {
    margin-top: 0;
    flex-direction: column;
    top: 5%;
    transform: translate(-50%, 0);
  }
  .header__menu .header__menu-box li {
    text-align: center;
    padding: 0;
    margin: 15px auto;
  }
  .header__menu .header__menu-box li a {
    font-size: 20px !important;
    font-weight: 500;
  }
  .header__menu .header__menu-box .lang {
    border-top: 1px dotted rgba(0, 0, 0, 0.5);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    margin-top: 25px;
    padding: 2px 10px 0;
    display: flex !important;
    width: 170px;
    justify-content: space-between;
  }
  .header__menu .header__menu-box .lang a {
    position: relative !important;
    background-color: transparent;
    font-size: 18px;
    width: 50px;
    height: 50px;
    padding-top: 14px;
  }
  .header__menu .header__menu-box .lang .second {
    padding-top: 10px !important;
  }
  .header__menu .header__menu-box .lang__on {
    color: #ffb700 !important;
  }
  .offer {
    margin-top: 50px;
  }
  .offer__bg {
    margin-left: -450px;
  }
  .offer__wrap h2 {
    font-size: 26px;
  }
  .offer__wrap h3 {
    width: 600px;
    font-size: 18px;
    margin: 20px 0;
  }
  .offer__wrap_title {
    width: 730px;
  }
  .offer__wrap_text .left {
    order: 1;
    margin-top: 80px;
    margin-left: auto;
    margin-right: 0;
  }
  .offer__wrap_text .right {
    width: 550px !important;
    order: 0;
    margin-left: 0;
  }
  .offer__wrap_text .right h3 {
    width: auto;
    margin: 5px 0;
  }
  .slider .offer__bg {
    height: 500px !important;
  }
  .slider .offer__bg .offer__bg-max {
    height: 500px !important;
  }
  .offer-image .offer__wrap_title {
    width: 550px;
  }
  .offer-image .offer__wrap h2 {
    font-size: 26px;
  }
  .offer-image .offer__wrap h3 {
    width: 400px;
    font-size: 18px;
    margin: 20px 0 40px;
  }
  .feedback .feedback__form {
    height: 100%;
  }
  .feedback .feedback__form .wrap .lt {
    width: 100%;
  }
  .feedback .feedback__form .wrap .lt h2 {
    margin-bottom: 10px;
  }
  .feedback .feedback__form .wrap .rt {
    width: 100%;
  }
  #page-home .services .wrapper .item {
    width: 100%;
  }
  #page-home .services .wrapper .item img {
    width: 100%;
  }
  #page-home .digitals .wrapper .item .text p.text__title span {
    font-size: 60px;
  }
  #page-home .digitals .wrapper .item .text p.text__subtitle {
    font-size: 20px;
    padding: 0;
    margin: 0;
  }
  #page-home .last__news_list article .last__news_content {
    top: 25%;
  }
  #page-trading .our__benefits ul li {
    width: 48%;
  }
  #page-precision-planting-carefield .box__list .box .box__up .wrap .rt figure {
    height: 250px;
  }
  #page-precision-planting-carefield .box__list .box .box__down .wrapper .item {
    width: 48%;
  }
  #page-precision-planting-carefield .box__list .box:nth-child(3) .box__down .wrapper-list .item,
  #page-precision-planting-carefield .box__list .box:nth-child(5) .box__down .wrapper-list .item {
    width: 48%;
    margin-bottom: 25px;
  }
  #page-precision-planting-carefield .service__list .wrapper .item {
    width: 100%;
  }
  .offer__image .offer__wrap_img {
    width: 160px !important;
  }
  #page-onesoil .zones .wrap2 .lt {
    width: 100%;
  }
  #page-onesoil .zones .wrap2 .rt {
    width: 100%;
    margin-top: 50px;
  }
  #page-onesoil .benefits .wrapper .item {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-onesoil .benefits .wrapper .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  #page-onesoil .profit h2 {
    width: 100%;
  }
  #page-onesoil .profit .wrapper .item {
    width: 100%;
    margin-bottom: 50px;
  }
  #page-onesoil .profit .wrapper .item figure {
    margin: auto;
    height: 285px;
    width: 60%;
  }
  #page-onesoil .profit .wrapper .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  #page-onesoil .modul .wrap .lt {
    width: 100%;
  }
  #page-onesoil .modul .wrap .rt {
    width: 100%;
    margin-top: 50px;
  }
  #page-onesoil .maps .wrap .lt {
    width: 100%;
  }
  #page-onesoil .maps .wrap .rt {
    margin-top: 35px;
    width: 100%;
  }
  #page-xfarm .intro .wrap .lt {
    width: 100%;
  }
  #page-xfarm .intro .wrap .rt {
    width: 100%;
    margin-top: 50px;
  }
  #page-xfarm .intro .wrap2 .lt {
    order: 2;
    margin-top: 25px;
  }
  #page-xfarm .intro .wrap2 .rt {
    margin-top: 0;
    order: 1;
  }
  #page-xfarm .intro figure {
    height: 400px;
  }
  .equipment__block .equipment__list {
    grid-template-columns: repeat(2, 1fr);
  }
  #page-bbleap .integration .wrapper .item {
    width: 48%;
    margin-bottom: 25px;
  }
  #page-bbleap .integration .wrapper .item:nth-child(3), #page-bbleap .integration .wrapper .item:nth-child(4) {
    margin-bottom: 0;
  }
  #page-affiliate-programs .program .wrap figure {
    height: 400px;
  }
  #page-affiliate-programs .program .list__boxes ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #page-about-us .philosophy .item .rt figure {
    height: 400px;
  }
  #page-about-us .our__team .wrap .lt {
    width: 100%;
  }
  #page-about-us .our__team .wrap .rt {
    margin-top: 50px;
    width: 100%;
  }
  .footer__logo span {
    font-size: 9px;
    letter-spacing: 2.4px;
  }
  .footer__logo .subtitle-ru {
    font-size: 8px;
    letter-spacing: 1.05px;
  }
  .footer__wrap_item:nth-child(4) {
    margin-top: 25px;
  }
  .footer__down_wrap ul {
    width: 485px;
  }
}
/* 576-768px */
@media screen and (max-width: 768px) {
  .container {
    background-color: rgba(0, 250, 0, 0);
    width: 540px;
  }
  h1 {
    font-size: 36px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  main {
    margin-top: 0;
  }
  .wrap .lt,
  .wrap .rt {
    width: 100%;
  }
  .wrap .rt {
    margin-top: 50px;
  }
  .header .logo {
    display: none;
  }
  .header .logo-min {
    display: block !important;
    margin-top: 10px;
  }
  .header .logo-min img {
    height: 40px;
  }
  .header .header__menu .menuhmb.active + .header__menu_wrap {
    margin-top: -17px;
  }
  .header .header__nav {
    height: 60px !important;
  }
  .slider.on-slider {
    padding: 0;
  }
  .slider.on-slider .slick-arrow {
    bottom: 0px !important;
  }
  .slider.on-slider .slick-dots {
    bottom: 10px;
  }
  .offer__wrap h3 {
    width: 100%;
    margin: 10px 0 20px;
  }
  .offer__wrap_title {
    width: 100%;
  }
  .offer__wrap_title .offer-btns {
    display: block;
    margin-top: 25px;
  }
  .offer__wrap_title .offer-btns a {
    margin-top: 35px;
    margin-left: auto;
    width: 100%;
    text-align: center;
  }
  .offer__bg {
    margin-left: auto;
    height: 100vh;
    min-height: auto;
  }
  .offer__bg img {
    height: 100vh;
  }
  .offer__bg-max {
    display: none !important;
  }
  .offer__bg-min {
    display: block !important;
    height: 100vh;
  }
  .offer__wrap_text .left {
    margin: 35px auto 0;
  }
  .offer__wrap_text .right {
    width: 451px !important;
    padding-right: 0;
    margin: 0 auto 0;
  }
  .offer__wrap_text .right ul li {
    width: 100%;
  }
  .offer__slider, .offer__image {
    height: 100vh;
  }
  .offer-image .offer__bg {
    margin-left: -360px;
  }
  .offer-image .offer__bg_radar {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: 37px;
    margin-left: 150px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
  }
  .offer-image .offer__bg-max {
    display: none;
  }
  .offer-image .offer__bg-min {
    display: block !important;
  }
  .offer-image .offer__bg_radar {
    margin-top: 55px !important;
    margin-left: 150px !important;
  }
  #page-home .digitals .wrapper .item:nth-child(1) figure {
    width: 100%;
  }
  #page-home .digitals .wrapper .item .text p.text__subtitle {
    font-size: 17px;
    text-shadow: 0 0 15px white;
  }
  #page-home .digitals .wrapper .item .text p.text__title span {
    font-size: 45px;
  }
  #page-home .last__news_list article {
    width: 100%;
  }
  #page-home .last__news_list article:nth-child(2) {
    margin-top: 35px;
  }
  #page-home .last__news_list article .last__news_content {
    top: 42%;
  }
  #page-trading .trade .wrap {
    margin-bottom: 75px;
  }
  #page-trading .trade .wrap figure {
    height: 350px;
  }
  #page-trading .trade .wrap:nth-last-child(2) .lt {
    margin-top: 50px;
    order: 2;
  }
  #page-trading .trade .wrap:nth-last-child(2) .rt {
    order: 1;
    margin-top: 0;
  }
  #page-trading .trade .trade__categories ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #page-trading .trade .trade__categories ul li figure {
    height: 200px;
  }
  #page-trading .gallery__slider .slide figure {
    height: 350px;
  }
  #page-precision-planting-carefield .box__list .box .box__up .wrap .rt figure {
    height: 350px;
  }
  #page-precision-planting-carefield .box__list .box .box__down .wrapper .item figure {
    height: 260px;
  }
  #page-precision-planting-carefield .box__list button.btn {
    height: 52px;
  }
  #page-precision-planting-carefield .box__list a.btn.btn--contur {
    margin-top: 0;
    margin-left: 10px !important;
  }
  #page-precision-planting-carefield .box__list .box:nth-child(3) .box__down .wrapper-list .item,
  #page-precision-planting-carefield .box__list .box:nth-child(5) .box__down .wrapper-list .item {
    width: 100%;
  }
  .offer__image .offer__wrap_title {
    width: 100% !important;
  }
  .offer__image .offer__wrap_title p:nth-child(3),
  .offer__image .offer__wrap_title p:nth-child(4),
  .offer__image .offer__wrap_title p:nth-child(5),
  .offer__image .offer__wrap_title ul {
    display: none;
  }
  .offer__image .offer__wrap_img {
    margin: 50px 0 0 0 !important;
  }
  .intro figure {
    max-height: 350px !important;
  }
  #page-onesoil .intro__list ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-onesoil .profit .wrapper .item figure {
    height: 290px;
    width: 80%;
  }
  #page-onesoil .analysis h2 {
    width: 100%;
  }
  #page-onesoil .analysis .wrapper figure {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-onesoil .analysis .wrapper figure:nth-last-child(1) {
    margin-bottom: 0;
  }
  #page-bbleap .intro .intro__boxes .wrap {
    margin-bottom: 50px;
  }
  #page-bbleap .intro .intro__boxes .wrap:nth-child(2) .lt {
    order: 1;
  }
  #page-bbleap .intro .intro__boxes .wrap:nth-child(2) .rt {
    order: 2;
  }
  #page-bbleap .integration .wrapper .item {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  #page-bbleap .leapbox .wrap {
    margin-bottom: 50px;
  }
  #page-bbleap .leapbox .wrap:nth-child(2) .lt, #page-bbleap .leapbox .wrap:nth-child(4) .lt, #page-bbleap .leapbox .wrap:nth-child(6) .lt {
    order: 1;
  }
  #page-bbleap .leapbox .wrap:nth-child(2) .rt, #page-bbleap .leapbox .wrap:nth-child(4) .rt, #page-bbleap .leapbox .wrap:nth-child(6) .rt {
    order: 2;
  }
  #page-affiliate-programs .offer__wrap_title p,
  #page-affiliate-programs .offer__wrap_title ul {
    display: none !important;
  }
  #page-affiliate-programs .offer__wrap_title .offer-btns a {
    margin-top: 0;
  }
  #page-affiliate-programs .program .wrap {
    margin-top: 50px;
  }
  #page-affiliate-programs .program .wrap .wrapper.scroll__box {
    height: auto;
    overflow-y: auto;
    padding-right: 0;
  }
  #page-affiliate-programs .program .wrap:nth-child(2) .lt {
    margin-top: 50px;
    order: 2;
  }
  #page-affiliate-programs .program .wrap:nth-child(2) .rt {
    order: 1;
  }
  #page-affiliate-programs .program .list__boxes ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #page-affiliate-programs .program .list__boxes ul li .btn {
    width: 100%;
  }
  #page-news .news__list_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #page-single-news .single__news {
    padding-top: 80px;
  }
  #page-single-news .single__news h1 {
    font-size: 25px;
  }
  #page-about-us .philosophy .item:nth-child(even) .lt {
    order: 1;
  }
  #page-about-us .philosophy .item:nth-child(even) .rt {
    order: 2;
  }
  #page-about-us .why__us .why__us_list ul li {
    width: 100%;
  }
  #page-contacts .contacts__info {
    margin-bottom: 0 !important;
  }
  #page-contacts .contacts__info .wrap .lt {
    margin-top: 25px;
    width: 100%;
    order: 2;
  }
  #page-contacts .contacts__info .wrap .rt {
    width: 100%;
    order: 1;
  }
  #page-contacts .contacts__info .wrap .rt .rt__map {
    height: 400px;
  }
  .footer__wrap_item {
    width: 45%;
  }
  .footer__wrap_item ul li {
    line-height: 1.2;
  }
  .footer__wrap_item:nth-child(1) {
    width: 45%;
  }
  .footer__wrap_item:nth-child(3) {
    margin-top: 25px;
  }
  .footer__wrap_item:nth-child(4) {
    margin-top: 25px;
  }
  .footer__down_wrap ul {
    margin: auto;
    width: 555px;
  }
  .footer__down_wrap div {
    margin: 5px auto 0;
  }
  .item .left__bg {
    margin: auto;
    width: 350px;
    height: 350px;
  }
}
/* 340-576px */
@media screen and (max-width: 576px) {
  .container {
    background-color: rgba(0, 217, 255, 0);
    width: 90%;
  }
  main section {
    padding: 35px 0;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  p {
    font-size: 14px !important;
  }
  .header .header__menu .header__menu-box li a {
    font-size: 18px !important;
  }
  .header .btn {
    padding: 17px 10px 15px;
    font-size: 12px;
    width: 170px;
  }
  .header__menu-box {
    margin-top: -45px;
  }
  .header__menu-box li {
    margin: 15px auto;
  }
  .header__menu-box li a {
    font-size: 22px !important;
  }
  .offer__wrap {
    width: 90%;
  }
  .offer__wrap h2 {
    font-size: 22px;
  }
  .offer__wrap h3 {
    width: 100%;
    font-size: 15px;
  }
  .offer__wrap_title {
    width: 100%;
  }
  .offer__wrap_title .offer-btns button {
    width: 100%;
    padding: 17px 5px;
    font-size: 14px;
  }
  .offer__slider {
    margin-bottom: 0 !important;
  }
  .offer-radar {
    margin-top: 0 !important;
    overflow-x: hidden;
  }
  .offer-radar .offer__wrap {
    top: 55%;
  }
  .offer-radar .offer__bg_radar {
    margin-top: 35px !important;
    margin-left: 130px !important;
    transform: scale(0.52);
    -webkit-transform: scale(0.52);
    -moz-transform: scale(0.52);
    -ms-transform: scale(0.52);
    -o-transform: scale(0.52);
  }
  .offer-radar .offer__bg {
    height: 100% !important;
  }
  .offer-radar .offer__bg img {
    width: 100% !important;
    height: 100% !important;
    min-height: auto !important;
  }
  .offer-image .offer__bg {
    margin-left: -290px;
    width: 580px;
  }
  .offer-image .offer__wrap h2 {
    font-size: 22px;
    margin-top: 10px;
  }
  .offer-image .offer__wrap h3 {
    width: 100%;
    font-size: 18px;
    margin: 25px 0 40px;
  }
  .offer-image .offer__wrap_title {
    width: 320px;
  }
  .offer-image .offer__wrap_title ul {
    margin-top: 30px;
    width: 100%;
  }
  .offer-image .offer__wrap_title ul li {
    margin: 2px 0;
    font-size: 17px;
  }
  .offer-image .offer__wrap_title ul li::before {
    top: 11px !important;
  }
  .offer-image .offer__wrap_title ul li:nth-child(2) {
    margin-left: 1px;
    padding-left: 27px;
  }
  .offer-image .offer__wrap_title ul li:nth-child(2)::before {
    top: 2px !important;
  }
  .item .left__bg {
    width: 320px;
    height: 320px;
  }
  .item .right ul li {
    width: 100%;
  }
  #page-home .services .wrapper .item .text {
    width: 90% !important;
  }
  #page-home .digitals .wrapper .item:nth-child(1) {
    width: 100%;
    padding-bottom: 0;
  }
  #page-home .digitals .wrapper .item:nth-child(1) .text p {
    margin: 10px 0;
  }
  #page-home .digitals .wrapper .item:nth-child(2) {
    width: 100%;
    padding-top: 0;
    margin-top: 40px;
  }
  #page-home .digitals .wrapper .item:nth-child(2) .text p {
    margin: 10px 0;
  }
  #page-home .digitals .wrapper .item:nth-child(3) {
    width: 100%;
  }
  #page-home .digitals .wrapper .item:nth-child(3) .text p {
    text-align: right;
  }
  #page-home .digitals .wrapper .item:nth-child(4) {
    width: 100%;
    margin-top: 270px;
  }
  #page-home .digitals .wrapper .item:nth-child(4) .text {
    margin-top: -90px;
  }
  #page-home .boxes .box {
    margin-top: 35px;
  }
  #page-home .boxes .box .text {
    width: 85%;
  }
  #page-home .boxes .box .text h2 {
    margin-bottom: 20px;
  }
  #page-home .last__news_list article .last__news_content {
    top: 25%;
  }
  #page-trading h1 {
    font-size: 22px;
  }
  #page-trading .trade .wrap figure {
    max-height: 350px;
  }
  #page-trading .trade .trade__categories ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  #page-trading .trade .btn {
    width: 100%;
  }
  #page-trading .logistic ul li {
    width: 100%;
  }
  #page-trading .our__benefits ul li {
    width: 100%;
  }
  #page-precision-planting-carefield .box__list .box .box__up .wrap .rt figure {
    height: auto;
    max-height: 350px;
  }
  #page-precision-planting-carefield .box__list a.btn.btn--contur {
    margin-top: 15px;
    margin-left: 0 !important;
  }
  #page-precision-planting-carefield .box__list .box .box__down .wrapper .item {
    width: 100%;
    padding-bottom: 25px;
  }
  #page-precision-planting-carefield .box__list .box .box__down .wrapper .item figure {
    height: 350px;
  }
  #page-precision-planting-carefield .btn {
    width: 100%;
    text-align: center;
  }
  #page-precision-planting-carefield .service__list .wrapper .item {
    padding-bottom: 100px;
  }
  #page-precision-planting-carefield .service__list .wrapper .item .btn {
    margin-top: 10px;
  }
  .offer__image .offer__wrap_img {
    width: 75px !important;
    margin-top: 25px !important;
  }
  #page-onesoil .offer__image .offer__wrap_img {
    width: 160px;
  }
  #page-onesoil .intro .wrap ul li {
    width: 100%;
  }
  #page-onesoil .intro .intro__green_baner {
    padding: 25px;
  }
  #page-onesoil .intro .intro__list ul li {
    font-size: 20px;
  }
  #page-onesoil .zones .wrap2 .lt .desc {
    width: 100%;
    margin-bottom: 25px;
    min-height: 160px;
  }
  #page-onesoil .zones .wrap2 .lt .desc:nth-last-child(1) {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #page-onesoil .profit h2 {
    text-align: left;
  }
  #page-onesoil .profit .wrapper .item figure {
    height: auto;
    width: 100%;
    margin: 25px 0;
  }
  #page-onesoil .btn {
    width: 100%;
  }
  #page-xfarm .intro figure {
    height: auto;
  }
  #page-xfarm .intro .btn {
    width: 100%;
  }
  #page-xfarm .intro .wrap2 {
    margin-top: 50px;
  }
  .equipment__block .equipment__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .equipment__block .equipment__list .item figure {
    height: 300px;
  }
  #page-fjdynamics .intro .btn {
    width: 100%;
  }
  #page-precision-planting h1 {
    font-size: 25px;
  }
  #page-precision-planting .intro .btn {
    width: 100%;
  }
  #page-bbleap .leapbox .btn {
    width: 100%;
  }
  #page-bbleap .leapbox figure {
    max-height: 350px;
  }
  #page-affiliate-programs h1 {
    font-size: 22px;
  }
  #page-affiliate-programs .program .wrap figure {
    max-height: 350px;
  }
  #page-affiliate-programs .program .wrap .rt {
    margin-top: 25px;
  }
  #page-affiliate-programs .program .list ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-affiliate-programs .program .list ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  #page-single-news .single__news .content figure {
    height: 250px;
  }
  #page-single-news .single__news .content figure img {
    height: 100%;
  }
  #page-single-news .single__news .content .news__post-date {
    font-size: 14px;
  }
  #page-single-news .single__news .content .news__nav-btns .btn {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  #page-single-news .single__news .content .news__nav-btns .btn:nth-last-child(1) {
    margin-bottom: 0;
  }
  #page-about-us .offer__image .offer__wrap_img {
    width: 180px !important;
  }
  #page-about-us .philosophy .green-baner {
    padding: 25px 25px 5px 25px;
  }
  #page-about-us .philosophy .item .rt figure {
    max-height: 350px;
  }
  #page-about-us .btn {
    width: 100%;
  }
  #page-about-us .our__team .wrap .lt .our__team_box {
    padding: 5px 15px;
  }
  #page-about-us .our__team .wrap .rt .team__slider .item figure {
    height: auto;
    max-height: 470px;
  }
  #page-about-us .why__us .why__us_list ul li {
    margin: 15px auto;
    height: 100px;
    display: flex;
    align-items: center;
    line-height: 1.2;
  }
  #page-news .news__list_wrap article {
    margin-bottom: 25px;
  }
  #page-news .news__list_wrap article p {
    margin-bottom: 10px;
  }
  #page-news .news__list_wrap article .wrapper {
    margin-top: 0;
  }
  #page-news .news__list_wrap article:nth-last-child(1) {
    margin-bottom: 0;
  }
  .feedback .feedback__form .wrap {
    padding: 55px 25px 45px 25px;
  }
  .footer__up {
    padding-bottom: 0;
  }
  .footer__wrap_item {
    width: 100%;
  }
  .footer__wrap_item:nth-child(1) {
    width: 100%;
  }
  .footer__wrap_item:nth-child(2) {
    margin-top: 25px;
  }
  .footer__wrap_item:nth-child(3) {
    margin-top: 15px;
  }
  .footer__wrap_item:nth-child(3) ul {
    margin-top: 0;
  }
  .footer__wrap_item:nth-child(3) .btn {
    font-size: 16px;
    padding: 15px 30px 13px;
  }
  .footer__wrap_item:nth-child(4) {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .footer__down_wrap div {
    margin: 5px 0 0;
  }
  .footer__down_wrap ul {
    flex-direction: column;
  }
  .footer__down_wrap ul li {
    margin: 3px 0;
  }
  .modal-window .modal-window__box {
    width: 320px;
    padding: 30px 20px 10px;
  }
  .modal-window .modal-window__box form {
    width: 280px;
    margin: 40px auto 0;
  }
  .modal-window .modal-window__box .logo img {
    height: 15px;
  }
  .modal-window .modal-window__box .logo span {
    letter-spacing: 1.65px;
  }
  .form-text a {
    font-size: 16px !important;
  }
  .popup-success__box {
    width: 280px;
  }
}/*# sourceMappingURL=main.css.map */