@charset "UTF-8";
/* Reset and base styles  */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,700&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

* {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: unset;
  color: unset;
}

.none {
  display: none !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Модальное окно */
.modal-consultation {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
}
.modal-consultation__wrapper {
  padding: 65px 60px 80px 60px;
  background-color: #62B944;
  border-radius: 0 0 5vw 0;
}
.modal-consultation__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.modal-consultation__title {
  font-weight: 500;
  font-size: 33px;
  line-height: 121%;
  color: #1d1d1b;
}
.modal-consultation__close {
  cursor: pointer;
}
.modal-consultation__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.modal-consultation__input {
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  color: #656565;
  width: 50%;
  padding: 13px 30px 13px 15px;
  background-color: white;
  border-radius: 0 0 20px 0;
}
.modal-consultation__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}
.modal-consultation__privacy {
  width: 50%;
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: #1d1d1b;
}
.modal-consultation__privacy-link {
  text-decoration: underline !important;
  color: #1a6cb5;
}
.modal-consultation__privacy-link:hover {
  color: #18609f;
}
.modal-consultation__button {
  width: 50%;
  background-color: #1A6CB5;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  width: 363px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  color: #fff;
  border-radius: 0 0 20px 0;
}
.modal-consultation__button:hover {
  background-color: #18609f;
}
.modal-consultation__button-img {
  padding-left: 20px;
}

/* Модальное окно с видео */
.modal-video {
  z-index: 10000;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  overflow: hidden;
}
.modal-video__video {
  width: 600px;
  min-width: 280px;
}
.modal-video__close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  width: 36px;
  height: 36px;
}

#feedback-form{
  display: flex;
  flex-direction: column;
}
#feedback-form input, textarea{
  border: 1px solid rgb(196, 196, 196);
  margin-bottom: 20px;
}

/* Cлайдер */
/* Точки */
.slick-dots {
  bottom: -70px;
}
.slick-dots li {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-dots li button::before {
  opacity: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-dots li.slick-active {
  border: 1px solid #62B944;
}

/* Настройки для слайдера на темном фоне */
.black-section .slick-dots li.slick-active {
  border: 1px solid #1A6CB5;
}
.black-section .slick-dots li.slick-active button::before {
  color: white;
}
.black-section .slick-dots button::before {
  color: white;
}

/* Слайдер с цифрами вместо точек */
.gallery .slick-dots button {
  color: black;
  font-size: 16px;
  width: 34px;
  height: 34px;
}
.gallery .slick-dots button::before {
  content: "";
}

/* Стрелки слайдера */
.slider-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.slick-prev, .slick-next {
  position: absolute;
  left: unset;
  top: unset;
  bottom: -80px;
  width: 60px;
  height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #62B944;
}
.slick-prev:hover, .slick-next:hover {
  background-color: #62B944 !important;
}
.slick-prev::before, .slick-next::before {
  content: " ";
}

.slick-prev {
  right: 100px;
  background: no-repeat center url("../img/main__arrow-prev.svg");
}
.slick-prev:hover, .slick-prev:focus {
  color: unset;
  background: no-repeat center url("../img/main__arrow-prev.svg");
}

.slick-next {
  background: no-repeat center url("../img/main__arrow-next.svg");
  right: 20px;
}
.slick-next:hover, .slick-next:focus {
  color: unset;
  background: no-repeat center url("../img/main__arrow-next.svg");
}

/* Cтрелки слайдера на темном фоне */
.black-section .slick-prev {
  background: no-repeat center url("../img/main__slider-prev-white.svg");
  border: 1px solid white !important;
}
.black-section .slick-prev:hover, .black-section .slick-prev:focus {
  background: no-repeat center url("../img/main__slider-prev-white.svg");
}

.black-section .slick-next {
  background: no-repeat center url("../img/main__slider-next-white.svg");
  border: 1px solid white !important;
}
.black-section .slick-next:hover, .black-section .slick-next:focus {
  background: no-repeat center url("../img/main__slider-next-white.svg");
}

/* Общие блоки */
.container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 50px;
}
.container_1630 {
  max-width: 1630px;
}
.container_left {
  max-width: unset;
  padding: 0;
  margin: 0;
}
.container_right {
  max-width: unset;
  padding: 0 !important;
  margin: 0;
}
.container_product {
  padding-left: 0;
}
.container_news {
  padding-right: 0;
}
.container_news-page {
  padding-left: 0;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  width: 300px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.header__menu-item {
  padding: 8px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  border-radius: 2px 15px 2px 2px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.header__menu-item:hover {
  background-color: #62B944;
}
.header__menu-item_white:hover {
  color: #FFF;
}
.header__burger-icon {
  width: 45px;
  cursor: pointer;
}

.title-h2 {
  color: #1D1D1B;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  text-transform: uppercase;
}
.title-h2_white {
  color: white;
}

.title-h2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
}
.title-h2-wrapper__see-more {
  color: #1A6CB5;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.title-h2-wrapper__see-more:hover {
  color: #18609F;
}
.title-h2-wrapper__see-more_green {
  color: #62B944;
}
.title-h2-wrapper__see-more_green:hover {
  color: #59aa3e;
}

.black-section {
  background-color: #1D1D1B;
}

/* Главная страница */
.container-first-window {
  margin: 0 auto;
  max-width: 1920px;
  padding: 20px 50px 0 50px;
}

.first__window-backround {
  height: 100vh;
  background-color: #62B944;
}

.first-window {
  /* background: no-repeat url(../img/main__first-window-bg.jpg);
  background-size: cover; */
  height: 100vh;
  color: #FFF;
  border-radius: 0px 0px 10vw 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.first-window::after {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  height: inherit;
  width: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.first-window__video {
  min-width: 100%;
  min-height: 100%;
}
.first-window__header {
  position: absolute;
  top: 20px;
  max-width: 1920px;
  padding: 0 50px;
  gap: 40px;
  z-index: 1;
}
.first-window__content {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.first-window__title {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 98px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.first-window__title-img {
  border-radius: 0px 0px 30px 0px;
  margin: 0 30px;
  padding-top: 10px;
}
.first-window__logo-atlantica {
  width: 212px;
}

.welcome-agromir {
  text-align: center;
  margin-bottom: 120px;
}
.welcome-agromir__bg {
  background-color: #62B944;
  margin-left: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 0 10vw;
}
.welcome-agromir__title {
  padding-top: 146px;
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 17px;
}
.welcome-agromir__text {
  color: #000;
  font-size: 29px;
  font-weight: 400;
  line-height: 40px; /* 137.931% */
  margin-bottom: 150px;
  max-width: 1115px;
}
.welcome-agromir__img {
  width: 597px;
}

.consultation {
  background-color: #EAEAEA;
  margin-bottom: 120px;
}
.consultation__bg {
  background: no-repeat url("../img/main__agroconsultation-bg.svg");
  background-position: center;
  background-size: cover;
  padding: 76px 0;
}
.consultation__wrapper {
  max-width: 940px;
  margin: 0 auto;
}
.consultation__title {
  text-align: center;
  color: #1D1D1B;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.consultation__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.consultation__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
  width: 50%;
}
.consultation__input {
  height: 56px;
  background-color: #FFF;
  border-radius: 0 0 60px 0;
  padding: 16px 40px 16px 20px;
  color: #656565;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
}
.consultation__privacy {
  color: #656565;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.consultation__privacy_mobile {
  display: none;
}
.consultation__privacy-link {
  color: #1A6CB5;
  text-decoration: underline !important;
}
.consultation__btn {
  border-radius: 0px 0px 19.2px 0px;
  height: 56px;
  background: #62B944;
  color: #FFF;
  font-size: 17px;
  line-height: 28px; /* 164.706% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.consultation__btn:hover {
  background: #509837;
}
.consultation__btn-img {
  padding-left: 20px;
}

.advantages {
  margin-bottom: 120px;
}
.advantages__title {
  margin-bottom: 50px;
}
.advantages__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantages__card {
  max-width: 350px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.advantages__card-img {
  width: 129px;
  margin-bottom: 20px;
}
.advantages__card-title {
  color: #62B944;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px; /* 160% */
  margin-bottom: 15px;
}
.advantages__card-text {
  color: #292927;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px; /* 160% */
}

.system-nutrition {
  margin-bottom: 150px;
}
.system-nutrition__title-wrapper {
  padding-top: 150px;
}
.system-nutrition__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.system-nutrition__card:hover .system-nutrition__card-img-wrapper {
  background: #1B1B1B;
}
.system-nutrition__card-img-wrapper {
  border-radius: 0px 5vw;
  background: #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 37px;
  margin-bottom: 50px;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.system-nutrition__card-img {
  width: 512px;
}
.system-nutrition__card-title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px; /* 166.667% */
}

.recommendations {
  margin-bottom: 150px;
  position: relative;
}
.recommendations__card {
  padding: 30px;
  background-color: #F6F6F6;
  margin-right: 20px;
  width: calc(26vw + 7px);
  border-radius: 0 5vw 0 0;
  position: relative;
}
.recommendations__card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  max-height: 0px;
  background: #62B944;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recommendations__card:hover::after {
  height: 15px;
  max-height: 15px;
}
.recommendations__card-subtitle {
  color: #62B944;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.recommendations__card-title {
  color: #292927;
  font-size: 33px;
  font-weight: 400;
  line-height: 40px; /* 121.212% */
  margin-bottom: 23px;
  height: 80px;
}
.recommendations__card-img {
  display: block;
  margin: 0 auto;
}

.news {
  margin-bottom: 170px;
}
.news__card {
  width: 30vw;
  height: 30vw;
  position: relative;
  margin-right: 30px;
  -webkit-transition: border-radius 0.1s ease-in;
  transition: border-radius 0.1s ease-in;
}
.news__card:hover {
  border-radius: 0 0 0 5vw;
}
.news__card:hover .news__card-photo {
  border-radius: 0 5vw 0 5vw;
}
.news__card::before {
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 70%;
  background: rgb(2, 0, 36);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  content: "";
  width: calc(100% + 2px);
  z-index: 1;
  border-radius: inherit;
}
.news__card-title-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 40px;
  height: 150px;
}
.news__card-date {
  color: #FFF;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px; /* 123.81% */
  margin-bottom: 20px;
}
.news__card-title {
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px; /* 123.81% */
}
.news__card-photo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: border-radius 0.1s ease-in;
  transition: border-radius 0.1s ease-in;
}

.research {
  padding-bottom: 120px;
  margin-bottom: 120px;
}
.research__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.research__left-wrapper {
  width: 50vw;
  border-radius: 0px 0px 5vw 0px;
}
.research__img {
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 5vw 0px;
}
.research__right-wrapper {
  width: 50vw;
  padding-right: 20px;
}
.research__titile {
  color: #1A6CB5;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px; /* 123.81% */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.research__text {
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px; /* 125% */
  margin-bottom: 30px;
}
.research__btn {
  width: 95px;
  height: 56px;
  border-radius: 0px 0px 19.2px 0px;
  background: #1A6CB5;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.research__btn:hover {
  background: #18609F;
}

.education {
  margin-bottom: 150px;
}
.education__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.education__video {
  position: relative;
  width: 45vw;
  cursor: pointer;
}
.education__video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  min-height: inherit;
}
.education__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background: #62B944;
  z-index: 5;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.education__video:hover::after {
  height: 15px;
}
.education__video-poster {
  width: 100%;
  min-height: inherit;
}
.education__video-title {
  position: absolute;
  left: 25px;
  bottom: 50px;
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px; /* 123.81% */
  z-index: 1;
}
.education__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.footer-cta {
  margin-bottom: 100px;
}
.footer-cta__title {
  margin-bottom: 30px;
}
.footer-cta__input-wrapper {
  position: relative;
  width: 232px;
}
.footer-cta__input {
  color: #1D1D1B;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 14px;
  width: inherit;
  padding-right: 60px;
}
.footer-cta__arrow {
  width: 25px;
  height: 10px;
  background: url("../img/main__cta-arrow-long.svg");
  background-position: right;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.footer-cta__input-wrapper:hover .footer-cta__input {
  border-bottom: 1px solid #383838;
  color: #383838;
}
.footer-cta__input-wrapper:hover .footer-cta__arrow {
  width: 45px;
}

.footer-devider {
  width: 100%;
  height: 1px;
  background: #1D1D1B;
  margin-bottom: 100px;
}

.footer__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 140px;
  gap: 40px;
}
.footer__logo {
  width: 294px;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 784px;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.footer__menu-item {
  color: #1D1D1B;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
}
.footer__menu-item:hover {
  color: #1A6CB5;
  text-decoration-line: underline;
}
.footer__arrow-up-bg {
  width: 50px;
  border-radius: 50%;
  background-color: #1D1D1B;
}
.footer__arrow-up-bg:hover {
  background-color: #4D4D48;
}
.footer__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 60px;
}
.footer__copy {
  color: #1D1D1B;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  min-width: 120px;
}
.footer__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 630px;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__link {
  color: #1D1D1B;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px; /* 100% */
}
.footer__link:hover {
  color: #1A6CB5;
  text-decoration-line: underline;
}
.footer__social-block {
  min-width: 160px;
}
.footer__social-item-block {
  display: inline-block;
  background-color: #1D1D1B;
  border-radius: 50%;
}
.footer__social-item-block:hover {
  background-color: #4D4D48;
}
.footer__copy {
  width: 250px;
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #62B944;
  overflow-x: hidden;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
  z-index: 1000;
  overflow-y: hidden;
}
.menu__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}
.menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}
.menu__logo {
  padding: 25px 0 0 50px;
  margin-bottom: 75px;
}
.menu__img {
  background-color: #62B944;
  background: no-repeat url("../img/menu-img.jpg");
  background-size: cover;
  width: 768px;
  border-radius: 0 0 0 5vw;
  overflow: hidden;
  background-position: center;
  position: relative;
}
.menu__img::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 271px;
  background-color: #000;
  opacity: 0.5;
  bottom: 0;
  left: 0;
  border-top: 1px solid white;
  border-radius: inherit;
}
.menu__nav-block {
  padding-left: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.menu__nav-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
.menu__nav-item {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px; /* 104.167% */
}
.menu__nav-item:hover {
  color: #FFF;
  text-decoration-line: underline;
}
.menu__bottom-block {
  margin-top: 160px;
  margin-bottom: 100px;
}
.menu__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  padding-left: 160px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.menu__bottom-wrapper::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0px;
  width: 99vw;
  background: #000;
  height: 1px;
}
.menu__social-block {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 170px;
}
.menu__social-item-block {
  background-color: #1D1D1B;
  border-radius: 50%;
}
.menu__social-item-block:hover {
  background-color: #4D4D48;
}
.menu__cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.menu__cta-title {
  margin-bottom: 30px;
}
.menu__cta-input-wrapper {
  position: relative;
  width: 232px;
}
.menu__cta-input {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 14px;
  width: inherit;
  padding-right: 60px;
}
.menu__cta-input::-webkit-input-placeholder {
  color: #FFF;
}
.menu__cta-input::-moz-placeholder {
  color: #FFF;
}
.menu__cta-input:-ms-input-placeholder {
  color: #FFF;
}
.menu__cta-input::-ms-input-placeholder {
  color: #FFF;
}
.menu__cta-input::placeholder {
  color: #FFF;
}
.menu__cta-arrow {
  width: 25px;
  height: 10px;
  background: url("../img/menu__arrow-long.svg");
  background-position: right;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
  /* transition: width 0.4s ease; */
}
.menu__cta-input-wrapper:hover .menu__cta-arrow {
  background: url("../img/menu__arrow-long-gray.svg");
  width: 45px;
}
.menu__cta-input-wrapper:hover .menu__cta-input {
  border-bottom: 1px solid #D8D8D8;
  color: #D8D8D8;
}
.menu__cta-input-wrapper:hover .menu__cta-input::-webkit-input-placeholder {
  color: #D8D8D8;
}
.menu__cta-input-wrapper:hover .menu__cta-input::-moz-placeholder {
  color: #D8D8D8;
}
.menu__cta-input-wrapper:hover .menu__cta-input:-ms-input-placeholder {
  color: #D8D8D8;
}
.menu__cta-input-wrapper:hover .menu__cta-input::-ms-input-placeholder {
  color: #D8D8D8;
}
.menu__cta-input-wrapper:hover .menu__cta-input::placeholder {
  color: #D8D8D8;
}
.menu__close {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

/* Страница о компании */
.page-header {
  padding-top: 20px;
  margin-bottom: 96px;
}

.o-kompanii__title {
  margin-bottom: 40px;
}
.o-kompanii__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.o-kompanii__img {
  border-radius: 0 0 5vw 0;
}
.o-kompanii__text {
  width: 50vw;
  color: #1D1D1B;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px; /* 156.25% */
  padding-right: 20px;
}

.natural-agriculture {
  text-align: center;
  margin-bottom: 120px;
  margin-top: -80px;
}
.natural-agriculture__bg {
  background-color: #E5EDE9;
  margin-left: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 0 10vw;
}
.natural-agriculture__title {
  padding-top: 190px;
  color: #1A6CB5;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 17px;
}
.natural-agriculture__text {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px; /* 137.931% */
  margin-bottom: 45px;
  max-width: 1115px;
}
.natural-agriculture__img {
  width: 597px;
}

.resources {
  margin-bottom: 120px;
}
.resources__title {
  margin-bottom: 40px;
}
.resources__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.resources__img {
  border-radius: 0 0 0 5vw;
}
.resources__text {
  width: 50vw;
  color: #1D1D1B;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px; /* 156.25% */
  padding-left: 50px;
}

.stable-production {
  margin-bottom: 120px;
}
.stable-production__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.stable-production__img {
  border-radius: 0 0 5vw 0;
}
.stable-production__text {
  width: 50vw;
  color: #1D1D1B;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px; /* 156.25% */
  padding-right: 20px;
}

.gallery {
  margin-bottom: 200px;
}
.gallery__card {
  width: 800px;
  margin-right: 20px;
}

/* Страница каталог */
.category {
  margin-bottom: 120px;
}
.category__title {
  color: #1D1D1B;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px; /* 133.333% */
  margin-bottom: 50px;
}
.category__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.category__img-block {
  margin-bottom: 20px;
  border-radius: 0 0 5vw 0;
  overflow: hidden;
}
.category__img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.category__card:hover .category__img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.category__block-title {
  color: #292927;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
}

/* Страница корректоры питания */
.category-page {
  margin-bottom: 120px;
}
.category-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.category-page__title-block {
  padding-left: 50px;
  max-width: 730px;
}
.category-page__title {
  color: #1D1D1B;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px; /* 133.333% */
  margin-bottom: 30px;
}
.category-page__text {
  color: #1D1D1B;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
}
.category-page__img-block {
  overflow: hidden;
  border-radius: 0 0 0 5vw;
}

.catalog {
  margin-bottom: 120px;
}
.catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
}
.catalog__filters {
  background-color: #1D1D1B;
  padding: 40px 30px 50px 40px;
  border-radius: 0 5vw 0 0;
  max-width: 24%;
  min-width: 290px;
  position: sticky;
  top: 30px;
}
.catalog__filters-title {
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px; /* 133.333% */
  margin-bottom: 30px;
}
.catalog__filters-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
}
.catalog__filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}
.catalog__filter-input-block {
  min-width: 24px;
  min-height: 24px;
  position: relative;
  border-radius: 1px;
  background: #FFF;
}
.catalog__filter-fake-input {
  position: absolute;
  left: 3px;
  top: 3px;
  min-width: 18px;
  min-height: 18px;
  background: #62B944;
  border-radius: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.catalog__filter-input:checked + .catalog__filter-fake-input {
  opacity: 1;
}
.catalog__filter-input {
  display: none;
}
.catalog__filter-label {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
}
.catalog__filters-button {
  border-radius: 0px 0px 19px 0px;
  background-color: #1A6CB5;
  width: 100%;
  height: 56px;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.catalog__filters-button:hover {
  background-color: #18609F;
}
.catalog__btn-img {
  padding-left: 20px;
}
.catalog__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.catalog__card {
  background-color: #F6F6F6;
  border-radius: 0 5vw 0 0;
  padding: 52px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}
.catalog__card-img-block {
  width: 100%;
  height: 100%;
}
.catalog__card-img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.catalog__card-item:hover .catalog__card-img {
  -webkit-transform: scale(115%);
  transform: scale(115%);
}
.catalog__card-descr {
  color: #292927;
  font-size: 17px;
  font-weight: 400;
  line-height: 40px; /* 235.294% */
  margin-bottom: 5px;
}
.catalog__card-green-descr {
  color: #62B944;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px; /* 136.842% */
}

/* Страница карточка товара */
.product {
  margin-bottom: 120px;
}
.product__back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.product__back-btn:hover .product__back-btn-icon-bg {
  background-color: #62B944;
}
.product__back-btn-icon-bg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #62B944;
}
.product__back-btn-text {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #1d1d1b;
}
.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 160px;
}
.product__img-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  padding: 30px;
  background-color: #F6F6F6;
  overflow: hidden;
  border-radius: 0 5vw 0 0;
  max-height: 530px;
  position: sticky;
  top: 20px;
  min-width: 330px;
}
.product__info-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
  max-width: 730px;
}
.product__descr-block {
  margin-bottom: 0px;
}
.product__name {
  font-weight: 400;
  font-size: 48px;
  line-height: 167%;
  color: #000;
  margin-bottom: 30px;
}
.product__blue-description {
  font-weight: 700;
  font-size: 17px;
  line-height: 153%;
  text-transform: uppercase;
  color: #1a6cb5;
  margin-bottom: 30px;
}
.product__description {
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  color: #1d1d1b;
  margin-bottom: 50px;
}
.product__btn {
  margin-top: 60px;
  width: 350px;
  height: 56px;
  background-color: #1A6CB5;
  border-radius: 0 0 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  color: #fff;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.product__btn:hover {
  background-color: #18609F;
}
.product__title-h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 122%;
  color: #1d1d1b;
  margin-bottom: 40px;
}
.product__advantages-block {
  margin-top: 50px;
  margin-bottom: 100px;
}
.product__advantages-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
}
.product__advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.product__advantages-icon {
  display: inline-block;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background-color: #62B944;
}
.product__advantages-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 187%;
  color: #1d1d1b;
}
.product__compound-block {
  margin-bottom: 100px;
}
.product__compound-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.product__compound-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #C5C5C5;
}
.product__compound-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: #6b6b6b;
}
.product__compound-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-align: right;
  color: #1d1d1b;
}
.product__dosages-text {
  font-weight: 600;
  font-size: 17px;
  line-height: 165%;
  color: #1d1d1b;
  margin-bottom: 15px;
}

.product-recommendtaions {
  margin-bottom: 150px;
  position: relative;
}
.product-recommendtaions__cards {
  display: grid;
  row-gap: 20px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
.product-recommendtaions__card {
  padding: 30px;
  background-color: #F6F6F6;
  margin-right: 20px;
  border-radius: 0 5vw 0 0;
  position: relative;
}
.product-recommendtaions__card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  max-height: 0px;
  background: #62B944;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-recommendtaions__card:hover::after {
  height: 15px;
  max-height: 15px;
}
.product-recommendtaions__card-subtitle {
  color: #62B944;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.product-recommendtaions__card-title {
  color: #292927;
  font-size: 33px;
  font-weight: 400;
  line-height: 40px; /* 121.212% */
  margin-bottom: 23px;
  height: 80px;
}
.product-recommendtaions__card-img {
  display: block;
  margin: 0 auto;
}

/* Страница Результаты применения */
.specialists {
  text-align: center;
  margin-bottom: 120px;
  margin-top: -80px;
}
.specialists__bg {
  background-color: #E5EDE9;
  margin-left: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 0 10vw;
}
.specialists__text {
  padding-top: 190px;
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px; /* 137.931% */
  margin-bottom: 45px;
  max-width: 1115px;
}
.specialists__img {
  width: 597px;
}

.results__title {
  margin-bottom: 40px;
}
.results__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 160px;
}
.results__img {
  border-radius: 0 0 5vw 0;
}
.results__text {
  max-width: 540px;
  color: #1D1D1B;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px; /* 156.25% */
  padding-right: 20px;
}

.experience {
  margin-bottom: 120px;
}
.experience__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.experience__card {
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0px 50px 0px 0px;
}

/* Страница новости */
.news-title-block {
  margin-bottom: 80px;
}
.news-title-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 590px;
  background-color: #E5EDE9;
  border-radius: 0 0 0 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-title-block__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 124%;
  text-transform: uppercase;
  text-align: center;
  color: #1a6cb5;
  margin-bottom: 20px;
}
.news-title-block__description {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #1d1d1b;
  width: 782px;
}

/* Страница новости */
.news-block {
  margin-bottom: 100px;
}
.news-block__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
  margin-bottom: 80px;
}
.news-block__card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-block__card-wrapper_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-block__card-text-wrapper {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-top: 50px;
}
.news-block__card-date-block {
  margin-bottom: 17px;
}
.news-block__card-month {
  font-weight: 700;
  font-size: 21px;
  line-height: 124%;
  text-transform: uppercase;
  color: #1a6cb5;
}
.news-block__card-year {
  font-weight: 700;
  font-size: 21px;
  line-height: 124%;
  text-transform: uppercase;
  color: #1a6cb5;
}
.news-block__card-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 122%;
  color: #1d1d1b;
  margin-bottom: 20px;
}
.news-block__card-description {
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  color: #1d1d1b;
  margin-bottom: 50px;
}
.news-block__card-btn {
  background-color: #1A6CB5;
  width: 95px;
  height: 56px;
  border-radius: 0 0 19px 0;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.news-block__card-btn:hover {
  background-color: #18609F;
}
.news-block__card-img-wrapper {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  border-radius: 0 0 0 5vw;
  overflow: hidden;
}
.news-block__card-img-wrapper_reverse {
  border-radius: 0 0 5vw 0;
}
.news-block__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-block__navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-block__navigation-item {
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.news-block__navigation-item_active {
  border: 1px solid #62B944;
}
.news-block__navigation-item-value {
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  text-align: center;
  color: #000;
}

/* Страница контакты */
.contacts {
  margin-bottom: 100px;
}
.contacts__title {
  margin-bottom: 39px;
}
.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 120px;
}
.contacts__map-wrapper {
  width: 50vw;
  height: 590px;
  overflow: hidden;
  border-radius: 0 0 5vw 0;
}
.contacts__cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.contacts__card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 167%;
  color: #1d1d1b;
  margin-bottom: 20px;
}
.contacts__card-text {
  font-weight: 400;
  font-size: 21px;
  line-height: 152%;
  color: #1d1d1b;
}
.contacts__card-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
}
.contacts__card-field {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 110px 1fr;
  gap: 20px;
}
.contacts__card-field-name {
  font-weight: 400;
  font-size: 21px;
  line-height: 152%;
  color: #606060;
}
.contacts__card-link {
  font-weight: 400;
  font-size: 21px;
  line-height: 152%;
  text-decoration: underline !important;
  color: #0c63e7;
}

/* Страница Обучение и Программы ПРИМЕНЕНИЯ ПО КУЛЬТУРАМ*/
.training-page {
  margin-bottom: 120px;
}
.training-page__title {
  margin-bottom: 60px;
}
.training-page__cards {
    
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.training-page__card {
    
  background: -webkit-gradient(linear, left top, left bottom, from(#D3EFDC), to(#ECF5EE));
  background: linear-gradient(180deg, #D3EFDC 0%, #ECF5EE 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 0 0 5vw 0;
  padding: 45px;
}
.training-page__card:hover {
  background: #B6DCC2;
}
.training-page__card_programms {
  gap: 20px;
}
.training-page__card-title {
  font-weight: 500;
  font-size: 33px;
  line-height: 121%;
  color: #1d1d1b;
}

/* Страница отдельной новости */
.news-page {
  margin-bottom: 120px;
}
.news-page__back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.news-page__back-btn:hover .news-page__back-btn-icon-bg {
  background-color: #62B944;
}
.news-page__back-btn-icon-bg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #62B944;
}
.news-page__back-btn-text {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #1d1d1b;
}
.news-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 160px;
  margin-bottom: 80px;
}
.news-page__img-block {
  overflow: hidden;
  width: 952px;
  border-radius: 0 0 5vw 0;
  min-width: 330px;
}
.news-page__img {
  width: 100%;
}
.news-page__title-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
  max-width: 540px;
}
.news-page__title {
  color: #1D1D1B;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.news-page__text {
/*  max-width: 830px;*/
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #1D1D1B;
}
.wp-block-file__button{
  padding: 6px;
}

.training-page__card-img {
    width: 80px;
    height: 80px;
  }

/* Медиа запросы */
@media (min-width: 1850px) {
.header__burger{
  display: none;
}
}

@media (max-width: 1850px) {
  .header {
    max-width: unset;
    width: 90%;
    gap: 15px;
    padding: 0 15px;
  }
  .header__menu {
    display: none;
  }
  .page-header {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .header__burger:before {
  content: 'Меню';
  vertical-align: middle;
    padding-right: 10px;
}
}
@media (max-width: 1630px) {
  .advantages__title {
    text-align: center;
  }
  .advantages__cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 60px;
  }
  .advantages__card {
    max-width: 500px;
  }
}
@media (max-width: 1500px) {
  .header__logo {
    width: 300px;
  }
  .first-window__title {
    font-size: 45px;
    line-height: 130%;
  }
  .first-window__title-img {
    width: 100px;
  }
  .first-window__logo-atlantica {
    width: 160px;
  }
  .slick-prev, .slick-next {
    width: 45px;
    height: 45px;
    bottom: -70px;
  }
  .slick-prev {
    right: 75px;
  }
  .recommendations__card-title {
    font-size: 20px;
    line-height: unset;
    height: 50px;
  }
  .recommendations__card-subtitle {
    font-size: 16px;
    line-height: unset;
    height: 52px;
  }
  .news__card {
    width: 390px;
    height: 390px;
  }
  .news__card-title-wrapper {
    left: 20px;
    bottom: -5px;
  }
  .o-kompanii__text {
    font-size: 26px;
    line-height: unset;
  }
  .results__text {
    font-size: 26px;
    line-height: unset;
  }
  .resources__text {
    font-size: 26px;
    line-height: unset;
  }
  .stable-production__text {
    font-size: 26px;
    line-height: unset;
  }
  .natural-agriculture {
    margin-top: -40px;
  }
  .natural-agriculture__text {
    font-size: 26px;
  }
  .specialists {
    margin-top: -40px;
  }
  .specialists__text {
    font-size: 26px;
  }
  .catalog__filters {
    padding-left: 20px;
  }
  .product__wrapper {
    gap: 60px;
  }
  .product-recommendtaions__card-title {
    font-size: 20px;
    line-height: unset;
    height: 50px;
  }
  .product-recommendtaions__card-subtitle {
    font-size: 16px;
    line-height: unset;
    height: 52px;
  }
  .results__wrapper {
    gap: 60px;
  }
  .news-block__card-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-block__card-text-wrapper {
    padding-top: unset;
  }
  .news-block__card-title {
    font-size: 28px;
  }
  .training-page__card-title {
    font-size: 28px;
  }
  .training-page__card-img {
    width: 80px;
    height: 80px;
  }
  .training-page__card {
      padding-left: 6px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .news-page__wrapper {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .page-header {
    margin-bottom: 60px;
  }
  .welcome-agromir__title {
    padding-top: 100px;
  }
  .welcome-agromir__text {
    font-size: 22px;
    line-height: unset;
    margin-bottom: 60px;
  }
  .welcome-agromir__img {
    width: 400px;
  }
  .advantages__card {
    max-width: 390px;
  }
  .research__text {
    font-size: 22px;
    line-height: unset;
  }
  .education__play {
    width: 50px;
  }
  .education__video-title {
    font-size: 18px;
    line-height: unset;
    bottom: 20px;
  }
  .footer__top-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__bottom-row {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .footer__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__copy {
    width: unset;
  }
  .menu {
    overflow-y: auto;
  }
  .menu__bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu__nav-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  .menu__modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu__img {
    display: none;
    width: 100%;
    height: 30vh;
    border-radius: 0;
  }
  .menu__close {
    width: 30px;
    height: 30px;
  }
  .o-kompanii__text {
    font-size: 22px;
  }
  .results__text {
    font-size: 22px;
  }
  .resources__text {
    font-size: 22px;
  }
  .stable-production__text {
    font-size: 22px;
  }
  .natural-agriculture {
    margin-top: 60px;
  }
  .natural-agriculture__bg {
    margin-left: 0;
  }
  .natural-agriculture__title {
    padding-top: 60px;
  }
  .natural-agriculture__text {
    font-size: 22px;
    line-height: unset;
  }
  .natural-agriculture__img {
    width: 400px;
  }
  .specialists {
    margin-top: 60px;
  }
  .specialists__bg {
    margin-left: 0;
  }
  .specialists__text {
    padding-top: 60px;
    font-size: 22px;
    line-height: unset;
  }
  .specialists__img {
    width: 400px;
  }
  .category-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-page__img {
    width: 100vw;
    min-height: 220px;
    max-height: 350px;
  }
  .catalog__cards {
    grid-template-columns: 1fr 1fr;
  }
  .product__name {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .product__title-h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .product__blue-description {
    font-size: 16px;
  }
  .product__back-btn-icon-bg {
    width: 40px;
    height: 40px;
  }
  .product__back-btn-text {
    font-size: 22px;
  }
  .news-page__back-btn-icon-bg {
    width: 40px;
    height: 40px;
  }
  .news-page__back-btn-text {
    font-size: 22px;
  }
  .news-title-block__wrapper {
    height: unset;
    padding: 120px 20px;
  }
  .news-title-block__description {
    font-size: 22px;
    width: unset;
  }
  .news-block__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
  .news-block__card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
  }
  .news-block__card {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  .news-block__card-img-wrapper {
    max-height: 280px;
  }
  .news-block__card-img-wrapper_reverse {
    border-radius: 0 0 0 5vw;
  }
  .news-block__card-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .news-block__card-month {
    font-size: 16px;
  }
  .news-block__card-year {
    font-size: 16px;
  }
  .news-block__card-date-block {
    margin-bottom: 10px;
  }
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
  .contacts__map-wrapper {
    width: 100%;
    height: 350px;
  }
  .contacts__cards-wrapper {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .contacts__card-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contacts__card-text {
    font-size: 18px;
  }
  .contacts__card-field-name {
    font-size: 18px;
  }
  .contacts__card-link {
    font-size: 18px;
  }
  .contacts__card-fields {
    gap: 7px;
  }
  .training-page__card-title {
    font-size: 22px;
  }
  .training-page__card-img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 960px) {
  .container_product {
    padding-left: 50px;
  }
  .container_news-page {
    padding: 0 50px;
  }
  .header__logo {
    width: 200px;
  }
  .title-h2 {
    font-size: 30px;
  }
  .first-window__title {
    font-size: 30px;
  }
  .first-window__title-img {
    padding: 0;
    margin: 0 15px;
  }
  .first-window__logo-atlantica {
    width: 120px;
  }
  .welcome-agromir__bg {
    margin-left: 0;
  }
  .consultation__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .consultation__form-wrapper {
    width: 390px;
  }
  .consultation__privacy {
    display: none;
    text-align: center;
  }
  .consultation__privacy_mobile {
    display: block;
  }
  .advantages__title {
    text-align: left;
  }
  .advantages__card {
    max-width: 90vw;
  }
  .system-nutrition__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .system-nutrition__card-img-wrapper {
    margin-bottom: 20px;
  }
  .system-nutrition__card {
    width: 390px;
  }
  .system-nutrition__card-title {
    font-size: 18px;
  }
  .title-h2-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  .recommendations__card {
    width: 280px;
  }
  .research {
    padding-bottom: 0;
  }
  .research__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .research__left-wrapper {
    width: 100vw;
    height: 45vw;
    min-height: 220px;
  }
  .research__right-wrapper {
    width: unset;
    padding-left: 50px;
  }
  .black-section {
    border-radius: 0px 0px 5vw 0px;
  }
  .education__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .education__video {
    width: 100%;
  }
  .o-kompanii__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .o-kompanii__img {
    width: 100vw;
    min-height: 220px;
    max-height: 400px;
  }
  .o-kompanii__text {
    width: unset;
    font-size: 22px;
    padding: 0 20px 0 50px;
  }
  .results__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .results__img {
    width: 100vw;
    min-height: 220px;
    max-height: 400px;
  }
  .results__text {
    width: unset;
    font-size: 22px;
    padding: 0 20px 0 50px;
  }
  .resources__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .resources__img {
    width: 100vw;
    min-height: 220px;
    max-height: 350px;
  }
  .resources__text {
    width: unset;
    font-size: 22px;
    padding: 0 20px 0 50px;
  }
  .stable-production__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .stable-production__img {
    width: 100vw;
    min-height: 220px;
    max-height: 400px;
  }
  .stable-production__text {
    width: unset;
    font-size: 22px;
    padding: 0 20px 0 50px;
  }
  .gallery__card {
    width: 400px;
  }
  .category__title {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: unset;
  }
  .category__block-title {
    font-size: 20px;
    line-height: unset;
  }
  .category-page__title {
    font-size: 36px;
    line-height: unset;
  }
  .catalog__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog__filters {
    position: static;
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
  .catalog__filters-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }
  .catalog__filters-button {
    width: 300px;
  }
  .catalog__cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .catalog__card {
    padding: 30px;
  }
  .product__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__img-block {
    position: static;
    min-width: unset;
    max-height: unset;
    width: 300px;
  }
  .product-recommendtaions__cards {
    grid-template-columns: 1fr 1fr;
  }
  .results__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .results__text {
    max-width: unset;
  }
  .experience__cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .experience__card {
    width: 280px;
  }
  .contacts__cards-wrapper {
    grid-template-columns: 1fr;
  }
  .training-page__cards {
    grid-template-columns: 1fr 1fr;
  }
  .training-page__card-title {
    font-size: 18px;
    font-weight: 600;
  }
  .training-page__card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .modal-consultation__wrapper {
    width: 90%;
  }
  .modal-consultation__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-consultation__input {
    width: 390px;
  }
  .modal-consultation__title {
    font-size: 26px;
  }
  .modal-consultation__title-wrapper {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal-consultation__close {
    position: absolute;
    top: -40px;
    right: -40px;
  }
  .modal-consultation__privacy {
    width: 390px;
  }
  .modal-consultation__title {
    text-align: center;
  }
  .modal-consultation__bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .modal-consultation__button {
    width: 390px;
    height: 54px;
  }
  .footer__top-row {
    margin-bottom: 70px;
  }
  .news-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .news-page__img-block {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
  .container-first-window {
    padding: 20px 20px 0 20px;
  }
  .header__logo {
    width: 160px;
  }
  .title-h2 {
    font-size: 26px;
  }
  .first-window__content {
    width: 320px;
  }
  .first-window__title {
    font-size: 26px;
  }
  .first-window__title-img {
    width: 80px;
  }
  .first-window__logo-atlantica {
    width: 100px;
  }
  .welcome-agromir__text {
    font-size: 18px;
  }
  .welcome-agromir__img {
    width: 240px;
  }
  .advantages__card-img {
    max-width: 90px;
  }
  .footer__top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .footer__logo {
    width: 260px;
  }
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: unset;
  }
  .menu__modal {
    gap: 0;
  }
  .menu__nav-block {
    padding-left: 50px;
  }
  .menu__bottom-wrapper {
    padding-left: 50px;
  }
  .o-kompanii__text {
    padding-left: 20px;
  }
  .results__text {
    padding-left: 20px;
  }
  .resources {
    margin-bottom: 60px;
  }
  .resources__text {
    padding-left: 20px;
  }
  .stable-production {
    margin-bottom: 60px;
  }
  .stable-production__text {
    padding-left: 20px;
  }
  .natural-agriculture {
    margin-bottom: 60px;
  }
  .natural-agriculture__text {
    font-size: 22px;
  }
  .natural-agriculture__img {
    width: 240px;
  }
  .specialists {
    margin-bottom: 60px;
  }
  .specialists__text {
    font-size: 22px;
  }
  .specialists__img {
    width: 240px;
  }
  .category__title {
    font-size: 30px;
  }
  .category__cards {
    grid-template-columns: 1fr;
  }
  .category-page__title {
    font-size: 30px;
  }
  .category-page__title-block {
    padding-left: 0;
  }
  .catalog__filters-block {
    grid-template-columns: 1fr;
  }
  .catalog__cards {
    grid-template-columns: 1fr 1fr;
  }
  .product-recommendtaions__cards {
    grid-template-columns: 1fr;
  }
  .product-recommendtaions__card-subtitle {
    height: unset;
    margin-bottom: 12px;
  }
  .product-recommendtaions__card-title {
    height: unset;
  }
  .news-block__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .news-block__navigation-item {
    min-width: 30px;
    min-height: 30px;
  }
  .training-page__cards {
    grid-template-columns: 1fr;
  }
  .news-page__title {
    font-size: 26px;
    line-height: unset;
  }
}
@media (max-width: 480px) {
  .consultation__form-wrapper {
    max-width: 300px;
  }
  .system-nutrition__cards {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .system-nutrition__card {
    width: 280px;
  }
  .news__card {
    width: 280px;
    height: 280px;
  }
  .news__card-title-wrapper {
    height: unset;
    bottom: 15px;
  }
  .news__card-date {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .news__card-title {
    font-size: 18px;
  }
  .research__text {
    font-size: 18px;
  }
  .research__right-wrapper {
    padding-left: 15px;
  }
  .footer-cta__title {
    font-size: 22px;
  }
  .menu__nav-item {
    font-size: 18px;
  }
  .menu__logo {
    padding-left: 10px;
    width: 250px;
    margin-bottom: 50px;
  }
  .menu__nav-block {
    padding-left: 10px;
  }
  .menu__bottom-wrapper {
    padding-left: 10px;
  }
  .menu__cta-title {
    font-size: 22px;
  }
  .o-kompanii__text {
    font-size: 18px;
  }
  .results__text {
    font-size: 18px;
  }
  .natural-agriculture__text {
    font-size: 18px;
  }
  .specialists__text {
    font-size: 18px;
  }
  .resources__text {
    font-size: 18px;
  }
  .stable-production__text {
    font-size: 18px;
  }
  .gallery__card {
    width: 280px;
  }
  .catalog__cards {
    grid-template-columns: 1fr;
  }
  .catalog__filters-button {
    width: 100%;
  }
  .product__title-h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .product__name {
    font-size: 30px;
  }
  .product__btn {
    width: 100%;
  }
  .news-title-block__description {
    font-size: 18px;
  }
  .modal-consultation__input {
    width: 300px;
  }
  .modal-consultation__privacy {
    width: 300px;
  }
  .modal-consultation__button {
    width: 300px;
  }
  .modal-consultation__button-img {
    width: 40px;
    padding-left: 12px;
  }
  .news-page__text {
    font-size: 18px;
  }
}
@media (max-width: 390px) {
  .product__compound-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contacts__card-fields {
    gap: 20px;
  }
  .contacts__card-field {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .modal-consultation__input {
    width: 280px;
  }
  .modal-consultation__privacy {
    width: 280px;
  }
  .modal-consultation__button {
    width: 280px;
  }
}/*# sourceMappingURL=style.css.map */