@font-face {
  font-family: MazzardH;
  font-display: swap;
  src: url("../fonts/MazzardH-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MazzardH;
  font-display: swap;
  src: url("../fonts/MazzardH-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: MazzardH;
  font-display: swap;
  src: url("../fonts/MazzardH-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: MazzardL;
  font-display: swap;
  src: url("../fonts/MazzardL-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: MazzardH;
  font-display: swap;
  src: url("../fonts/MazzardH-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: MazzardM;
  font-display: swap;
  src: url("../fonts/MazzardM-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: MazzardM;
  font-display: swap;
  src: url("../fonts/MazzardM-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "MazzardH";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "MazzardH";
}

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

button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  color: #1C1C1C;
  font-size: 14px;
  background-color: #fff;
}
body.lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  max-width: 1210px;
}
@media (max-width: 1222px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 992.98px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 768.98px) {
  .container {
    max-width: none;
  }
}

.h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 118.2%;
}
@media (max-width: 1222px) {
  .h1 {
    font-size: 60px;
  }
}
@media (max-width: 992.98px) {
  .h1 {
    font-size: 50px;
  }
}
@media (max-width: 768.98px) {
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 480.98px) {
  .h1 {
    font-size: 34px;
  }
}

.h2 {
  font-size: 46px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1222px) {
  .h2 {
    font-size: 42px;
  }
}
@media (max-width: 992.98px) {
  .h2 {
    font-size: 37px;
  }
}
@media (max-width: 768.98px) {
  .h2 {
    font-size: 33px;
  }
}
@media (max-width: 480.98px) {
  .h2 {
    font-size: 28px;
  }
}

.h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 1222px) {
  .h3 {
    font-size: 34px;
  }
}
@media (max-width: 768.98px) {
  .h3 {
    font-size: 30px;
  }
}
@media (max-width: 480.98px) {
  .h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1222px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 768.98px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 480.98px) {
  h4 {
    font-size: 24px;
  }
}

.h5 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1222px) {
  .h5 {
    font-size: 29px;
  }
}
@media (max-width: 768.98px) {
  .h5 {
    font-size: 26px;
  }
}
@media (max-width: 480.98px) {
  .h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1222px) {
  h6 {
    font-size: 25px;
  }
}
@media (max-width: 992.98px) {
  h6 {
    font-size: 23px;
  }
}
@media (max-width: 768.98px) {
  h6 {
    font-size: 21px;
  }
}
@media (max-width: 480.98px) {
  h6 {
    font-size: 20px;
  }
}

.text-big {
  font-size: 18px;
  line-height: 150%;
}
.text-big p:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 1222px) {
  .text-big {
    font-size: 17px;
  }
}
@media (max-width: 992.98px) {
  .text-big {
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  .text-big {
    font-size: 15px;
  }
}
@media (max-width: 480.98px) {
  .text-big {
    font-size: 14px;
  }
}

.text-medium {
  font-size: 16px;
  line-height: 140%;
}
.text-medium p:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 992.98px) {
  .text-medium {
    font-size: 15px;
  }
}
@media (max-width: 768.98px) {
  .text-medium {
    font-size: 14px;
  }
}
@media (max-width: 480.98px) {
  .text-medium {
    font-size: 13px;
  }
}

.text-small {
  font-size: 14px;
  line-height: 150%;
}
.text-small p:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 1222px) {
  .text-small {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .text-small {
    font-size: 12px;
  }
}

.btn {
  border-radius: 16px 0px 16px 0px;
  height: 38px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn_green {
  background: #00C500;
  color: #FFFFFF;
}
@media (min-width: 992.98px) {
  .btn_green:hover {
    background: #01d401;
  }
}
.btn_blue {
  background: #02B1EB;
  color: #fff;
}
@media (min-width: 992.98px) {
  .btn_blue:hover {
    background: #02c0ff;
  }
}
.btn_red {
  background: #FF0027;
  color: #fff;
}
@media (min-width: 992.98px) {
  .btn_red:hover {
    background: #ff304f;
  }
}
.btn_black {
  background: #1C1C1C;
  color: #fff;
}
@media (min-width: 992.98px) {
  .btn_black:hover {
    background: #2a2a2a;
  }
}
.btn_white {
  background: #fff;
  color: #02B1EB;
}
@media (min-width: 992.98px) {
  .btn_white:hover {
    background: #ececec;
  }
}

.btn-arrow {
  font-size: 14px;
  font-weight: 500;
  line-height: 118.2142857143%;
  color: #fff;
}
.btn-arrow__icon {
  margin: 0 0 0 14px;
}
.btn-arrow__icon svg {
  width: 6px;
  height: 11px;
  fill: #fff;
}

.navigation {
  display: flex;
  align-items: center;
}
.navigation__btn {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 9px 0px 9px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.navigation__btn svg {
  width: 7px;
  height: 12px;
}
.navigation__pagination {
  width: auto !important;
  margin: 0 20px;
}
.navigation__pagination .swiper-pagination-bullet {
  background: rgba(250, 250, 250, 0.4);
  opacity: 1;
}
.navigation__pagination .swiper-pagination-bullet-active {
  background: #00C500;
}
.dropdown {
  position: relative;
}
.dropdown.active .dropdown__list {
  display: block;
}
.dropdown.active .btn-dropdown__icon {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdown__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown__list {
  display: none;
  position: absolute;
}
.lang-item {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-dropdown__icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.countries__body {
  position: relative;
  height: 440px;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .countries__body {
    height: auto;
    padding: 0 0 57.144% 0;
  }
}
@media (max-width: 480.98px) {
  .countries__body {
    padding: 0 0 74.5% 0;
  }
}
.countries__image {
  border-radius: 30px 0px 30px 0px;
  position: absolute;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 480.98px) {
  .countries__image {
    width: 113%;
  }
}
.countries__point_Austria {
  top: 44%;
  left: 60.5%;
}

@media (max-width: 1100px) {
  .countries__point_Austria {
    left: 61.5%;
  }
}
@media (max-width: 900px) {
  .countries__point_Austria {
    left: 64%;
  }
}
@media (max-width: 768.98px) {
  .countries__point_Austria {
    left: 66%;
    top: 41%;
  }
}
@media (max-width: 480.98px) {
  .countries__point_Austria {
    left: 74.5%;
  }
}
.countries__point_Slovakia {
  top: 41%;
  left: 71%;
}
@media (max-width: 1700px) {
  .countries__point_Slovakia {
    top: 41%;
  }
}
@media (max-width: 1440.98px) {
  .countries__point_Slovakia {
    top: 41%;
  }
}

@media (max-width: 1100px) {
  .countries__point_Slovakia {
    left: 73%;
  }
}
@media (max-width: 991px) {
  .countries__point_Slovakia {
    left: 76%;
  }
}
@media (max-width: 900px) {
  .countries__point_Slovakia {
    left: 78.5%;
  }
}
@media (max-width: 768.98px) {
  .countries__point_Slovakia {
    left: 84%;
    top: 41.5%;
  }
}
@media (max-width: 480.98px) {
  .countries__point_Slovakia {
    left: 92%;
    top: 42.5%;
  }
}
.countries__point_Hungary {
  top: 56%;
  left: 69%;
}
@media (max-width: 1440.98px) {
  .countries__point_Hungary {
    top: 52%;
  }
}


@media (max-width: 1100px) {
  .countries__point_Hungary {
    left: 72%;
  }
}
@media (max-width: 900px) {
  .countries__point_Hungary {
    left: 77.5%;
  }
}
@media (max-width: 768.98px) {
  .countries__point_Hungary {
    left: 82%;
    top: 54%;
  }
}
@media (max-width: 480.98px) {
  .countries__point_Hungary {
    left: 92%;
    top: 54%;
  }
}
.countries__point_Slovenia {
  top: 55%;
  left: 60%;
}
@media (max-width: 1700px) {
  .countries__point_Slovenia {
    top: 55%;
    left: 60%;
  }
}
@media (max-width: 1440.98px) {
  .countries__point_Slovenia {
    top: 58%;
  }
  .countries__point_Slovenia .point-countries__icon {
    margin: 0 6px 0 0;
  }
}
@media (max-width: 1300px) {
  .countries__point_Slovenia .point-countries__icon {
    margin: 0 4px 0 0;
  }
}
@media (max-width: 1100px) {
  .countries__point_Slovenia {
    left: 61%;
    top: 55%;
  }
}
@media (max-width: 1000px) {
  .countries__point_Slovenia {
    left: 62%;
  }
}
@media (max-width: 900px) {
  .countries__point_Slovenia {
    left: 64.25%;
  }
}
@media (max-width: 850px) {
  .countries__point_Slovenia {
    left: 35.5%;
  }
}
@media (max-width: 768.98px) {
  .countries__point_Slovenia {
    left: 65.5%;
    top: 54.5%;
  }
  .countries__point_Slovenia .point-countries__icon {
    margin: 0 2px 0 0;
  }
}
@media (max-width: 700px) {
  .countries__point_Slovenia .point-countries__text {
    font-size: 11.5px;
  }
}
@media (max-width: 600px) {
  .countries__point_Slovenia {
    top: 57%;
  }
  .countries__point_Slovenia .point-countries__text {
    font-size: 11px;
  }
  .countries__point_Slovenia .point-countries__icon svg {
    width: 14px;
    height: 18px;
  }
}
@media (max-width: 480.98px) {
  .countries__point_Slovenia {
    top: 55.5%;
    left: 75%;
  }
  .countries__point_Slovenia .point-countries__icon svg {
    width: 12.5px;
    height: 16px;
  }
}
@media (max-width: 430px) {
  .countries__point_Slovenia .point-countries__text {
    font-size: 10.5px;
  }
}
@media (max-width: 400px) {
  .countries__point_Slovenia {
    top: 57%;
    left: 36.25%;
  }
  .countries__point_Slovenia .point-countries__icon {
    margin: 0 1px 0 0;
  }
  .countries__point_Slovenia .point-countries__text {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  .countries__point_Slovenia .point-countries__icon {
    display: none;
  }
  .countries__point_Slovenia .point-countries__text {
    font-size: 10.5px;
  }
}

.top-countries {
  padding: 50px 0;
}
@media (max-width: 1222px) {
  .top-countries {
    padding: 45px 0;
  }
}
@media (max-width: 992.98px) {
  .top-countries {
    padding: 40px 0;
  }
}
@media (max-width: 768.98px) {
  .top-countries {
    padding: 35px 0;
  }
}
.top-countries__container {
  position: relative;
  z-index: 1;
}
.top-countries__row {
  display: flex;
  align-items: center;
}
@media (max-width: 992.98px) {
  .top-countries__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-countries__title {
  color: #000000;
  flex: 0 0 50.847457%;
}
@media (max-width: 992.98px) {
  .top-countries__title:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.top-countries__text {
  flex: 1 1 100%;
  color: #737373;
  text-align: right;
  padding: 0 0 0 50px;
}
@media (max-width: 992.98px) {
  .top-countries__text {
    padding: 0;
    text-align: left;
  }
}

.point-countries {
  display: flex;
  position: absolute;
  align-items: center;
  cursor: pointer;
  transform: translateX(-50%) translateY(0%);
}
.point-countries__icon {
  margin: 0 10px 0 0;
}
.point-countries__icon svg {
  width: 20px;
  height: 26px;
  fill: #1C1C1C;
}
.point-countries.main-country .point-countries__icon svg {
  fill: #02b1eb;
}
.countries-tag{
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  border-radius: 10px 0;
  padding: 2px 10px;
  background: #02b1eb;
  position: absolute;
  top: calc(100% + 2px);
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1222px) {
  .point-countries__icon svg {
    width: 18.5px;
    height: 24px;
  }
}
@media (max-width: 768.98px) {
  .point-countries__icon svg {
    width: 17px;
    height: 22px;
  }
}
@media (max-width: 480.98px) {
  .point-countries__icon svg {
    width: 14px;
    height: 18px;
  }
}
@media (max-width: 768.98px) {
  .point-countries__icon {
    margin: 0 6px 0 0;
  }
}
@media (max-width: 480.98px) {
  .point-countries__icon {
    margin: 0 4px 0 0;
  }
}
.point-countries__text {
  color: #1C1C1C;
}
@media (max-width: 400px) {
  .point-countries__text {
    font-size: 11px;
  }
}

.popup {
  background: rgba(28, 28, 28, 0.3294117647);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow-y: auto;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup.popup-countries.popup-countries_Hungary .popup__title {
  color: #02B1EB;
}
.popup.popup-countries.popup-countries_Austria .popup__title {
  color: #0D8F0D;
}
.popup.popup-countries.popup-countries_Slovakia .popup__title {
  color: #FF0027;
}
.popup.popup-countries.popup-countries_Slovenia .popup__title {
  color: #00C500;
}
.popup.popup-countries .popup__body {
  width: 100%;
  max-width: 465px;
  border-radius: 30px 0px 30px 0px;
  border-width: 5px 0px 0px 5px;
  border-style: solid;
  border-color: #CCEFFB;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 40px;
}
@media (max-width: 992.98px) {
  .popup.popup-countries .popup__body {
    padding: 30px;
  }
}
@media (max-width: 768.98px) {
  .popup.popup-countries .popup__body {
    padding: 25px;
  }
}
@media (max-width: 480.98px) {
  .popup.popup-countries .popup__body {
    padding: 20px;
  }
}
.popup.popup-countries .popup__content {
  text-align: center;
}
.popup.popup-countries .popup__title:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .popup.popup-countries .popup__title:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.popup.popup-countries .popup__text {
  color: #737373;
}
.popup.popup-countries .popup__text:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .popup.popup-countries .popup__text:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.popup.popup-countries .info-popup {
  padding: 30px 15px 30px 30px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  background-color: #FAFAFA;
}
@media (max-width: 992.98px) {
  .popup.popup-countries .info-popup {
    padding: 25px;
  }
}
@media (max-width: 480.98px) {
  .popup.popup-countries .info-popup {
    padding: 20px;
  }
}
.popup.popup-countries .info-popup__item:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .popup.popup-countries .info-popup__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.popup.popup-countries .item-info-popup.item-info-popup_tel .item-info-popup__link-icon svg {
  fill: #00C500;
}
@media (min-width: 992.98px) {
  .popup.popup-countries .item-info-popup.item-info-popup_tel:hover .item-info-popup__link-value {
    text-decoration: underline;
  }
}
.popup.popup-countries .item-info-popup.item-info-popup_email .item-info-popup__link-icon svg {
  fill: #02B1EB;
}
@media (min-width: 992.98px) {
  .popup.popup-countries .item-info-popup.item-info-popup_email:hover .item-info-popup__link-value {
    text-decoration: underline;
  }
}
.popup.popup-countries .item-info-popup.item-info-popup_address .item-info-popup__link-icon svg {
  fill: #FF0027;
}
@media (min-width: 992.98px) {
  .popup.popup-countries .item-info-popup.item-info-popup_address:hover .item-info-popup__link-value {
    text-decoration: underline;
  }
}
.popup.popup-countries .item-info-popup__link {
  display: flex;
  align-items: flex-start;
}
.popup.popup-countries .item-info-popup__link-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin: 0 16px 0 0;
}
.popup.popup-countries .item-info-popup__link-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 992.98px) {
  .popup.popup-countries .item-info-popup__link-icon {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    margin: 0 14px 0 0;
  }
}
@media (max-width: 480.98px) {
  .popup.popup-countries .item-info-popup__link-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
  }
}
.popup.popup-countries .item-info-popup__link-value {
  font-size: 16px;
  line-height: 140%;
  color: #1C1C1C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
}
@media (max-width: 992.98px) {
  .popup.popup-countries .item-info-popup__link-value {
    font-size: 15px;
  }
}
@media (max-width: 480.98px) {
  .popup.popup-countries .item-info-popup__link-value {
    font-size: 14px;
  }
}
.popup.popup-consultation .popup__body {
  width: 100%;
  max-width: 578px;
  border-radius: 30px 0px 30px 0px;
  border-width: 5px 0px 0px 5px;
  border-style: solid;
  border-color: #CCEFFB;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 40px;
}
@media (max-width: 992.98px) {
  .popup.popup-consultation .popup__body {
    padding: 30px;
  }
}
@media (max-width: 768.98px) {
  .popup.popup-consultation .popup__body {
    padding: 25px;
  }
}
@media (max-width: 480.98px) {
  .popup.popup-consultation .popup__body {
    padding: 20px;
  }
}
.popup.popup-consultation .popup__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup.popup-consultation .popup__title:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 768.98px) {
  .popup.popup-consultation .popup__title:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .popup.popup-consultation .popup__title:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.popup.popup-consultation .popup__text {
  color: #1C1C1C;
  max-width: 372px;
}
.popup.popup-consultation .popup__text:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 768.98px) {
  .popup.popup-consultation .popup__text:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .popup.popup-consultation .popup__text:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.popup.popup-consultation .form__agreement {
  color: #1C1C1C;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 480.98px) {
  .popup.popup-consultation .form__agreement a {
    display: block;
  }
}
.popup.popup-consultation_blue .popup__body {
  border-color: #CCEFFB;
}
.popup.popup-consultation_blue .popup__title {
  color: #02B1EB;
}
.popup.popup-consultation_blue .form__agreement a {
  color: #02B1EB;
}
.popup.popup-consultation_green .popup__body {
  border-color: #CCF3CC;
}
.popup.popup-consultation_green .popup__title {
  color: #00C500;
}
.popup.popup-consultation_green .form__agreement a {
  color: #00C500;
}
.popup.popup-consultation_red .popup__body {
  border-color: #FFD9DF;
}
.popup.popup-consultation_red .popup__title {
  color: #FF0027;
}
.popup.popup-consultation_red .form__agreement a {
  color: #FF0027;
}
.popup.popup-contact .popup__body {
  width: 100%;
  max-width: 695px;
  border-radius: 30px 0px 30px 0px;
  border-width: 5px 0px 0px 5px;
  border-style: solid;
  border-color: #CCEFFB;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 40px;
}
@media (max-width: 992.98px) {
  .popup.popup-contact .popup__body {
    padding: 30px;
  }
}
@media (max-width: 768.98px) {
  .popup.popup-contact .popup__body {
    padding: 25px;
  }
}
@media (max-width: 480.98px) {
  .popup.popup-contact .popup__body {
    padding: 20px;
  }
}
.popup.popup-contact .popup__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup.popup-contact .popup__title:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 768.98px) {
  .popup.popup-contact .popup__title:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .popup.popup-contact .popup__title:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.popup.popup-contact_blue .popup__title {
  color: #02B1EB;
}
.popup.popup-contact_green .popup__title {
  color: #00C500;
}
.popup.popup-projects {
  display: block;
  padding: 0;
}
.popup.popup-projects .popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.popup.popup-projects .popup__content {
  padding: 30px 0 20px 0;
  width: 100%;
  max-width: 1180px;
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media (max-width: 480.98px) {
  .popup.popup-projects .popup__content {
    padding: 20px 0;
  }
}
.popup.popup-projects .popup__row {
  display: flex;
}
@media (max-width: 768.98px) {
  .popup.popup-projects .popup__row {
    flex-direction: column;
  }
}
.popup.popup-projects .popup__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.popup.popup-projects .popup__column:first-child {
  margin: 0 20px 0 0;
  padding: 0 0 0 30px;
  width: 57.627118644%;
  flex: 0 0 57.627118644%;
}
@media (max-width: 768.98px) {
  .popup.popup-projects .popup__column:first-child {
    width: 100%;
    flex: auto;
    padding: 0 20px;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .popup.popup-projects .popup__column:first-child {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768.98px) {
  .popup.popup-projects .popup__column:last-child {
    padding: 0 0 0 20px;
  }
}
.popup.popup-projects .main-slider-popup {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup.popup-projects .main-slider-popup__swiper {
  flex: 1 1 100%;
  border-radius: 12px 0px 12px 0px;
  overflow: hidden;
}
.popup.popup-projects .main-slider-popup__swiper:not(:last-child) {
  margin: 0 0 20px 0;
}
.popup.popup-projects .main-slider-popup__item {
  position: relative;
  height: 100%;
  padding: 0 0 76.924% 0;
}
.popup.popup-projects .main-slider-popup__item img, .popup.popup-projects .main-slider-popup__item iframe, .popup.popup-projects .main-slider-popup__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup.popup-projects .main-slider-popup__item img::-webkit-media-controls, .popup.popup-projects .main-slider-popup__item iframe::-webkit-media-controls, .popup.popup-projects .main-slider-popup__item video::-webkit-media-controls {
  display: none;
}
@media (max-width: 768.98px) {
  .popup.popup-projects .main-slider-popup__item {
    padding: 0 0 65% 0;
  }
}
.popup.popup-projects .second-slider-popup__swiper {
  width: 100%;
  padding: 0 20px 0 0;
}
.popup.popup-projects .second-slider-popup__slide {
  border-radius: 12px 0px 12px 0px;
  overflow: hidden;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popup.popup-projects .second-slider-popup__slide.swiper-slide {
  width: 180px;
  height: 120px;
}
.popup.popup-projects .second-slider-popup__slide.swiper-slide:not(:last-child) {
  margin: 0 20px 0 0;
}
@media (max-width: 480.98px) {
  .popup.popup-projects .second-slider-popup__slide.swiper-slide {
    width: 150px;
    height: 100px;
  }
  .popup.popup-projects .second-slider-popup__slide.swiper-slide:not(:last-child) {
    margin: 0 15px 0 0;
  }
}
.popup.popup-projects .second-slider-popup__slide.swiper-slide-active, .popup.popup-projects .second-slider-popup__slide.swiper-slide-next {
  opacity: 1;
}
.popup.popup-projects .second-slider-popup__slide.swiper-slide-active .second-slider-popup__item::before, .popup.popup-projects .second-slider-popup__slide.swiper-slide-next .second-slider-popup__item::before {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}
.popup.popup-projects .second-slider-popup__item {
  position: relative;
  height: 100%;
}
.popup.popup-projects .second-slider-popup__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.popup.popup-projects .second-slider-popup__item img, .popup.popup-projects .second-slider-popup__item iframe, .popup.popup-projects .second-slider-popup__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup.popup-projects .second-slider-popup__item img::-webkit-media-controls, .popup.popup-projects .second-slider-popup__item iframe::-webkit-media-controls, .popup.popup-projects .second-slider-popup__item video::-webkit-media-controls {
  display: none;
}
.popup__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-info-popup {
  padding: 0 20px 0 0;
}
.project-info-popup:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 768.98px) {
  .project-info-popup:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .project-info-popup:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.project-info-popup__category {
  display: inline-flex;
  padding: 2px 8px;
  border-radius: 30px;
  overflow: hidden;
}
.project-info-popup__category:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .project-info-popup__category:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.project-info-popup__category_green {
  color: #00C500;
  background-color: #CCF3CC;
}
.project-info-popup__category_blue {
  color: #02B1EB;
  background-color: #CCEFFB;
}
.project-info-popup__category_red {
  color: #FF0027;
  background-color: #FFD9DF;
}
.project-info-popup__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #000000;
}
.project-info-popup__title:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 1222px) {
  .project-info-popup__title {
    font-size: 21px;
  }
}
@media (max-width: 992.98px) {
  .project-info-popup__title {
    font-size: 20px;
  }
}
@media (max-width: 768.98px) {
  .project-info-popup__title {
    font-size: 19px;
  }
}
@media (max-width: 480.98px) {
  .project-info-popup__title {
    font-size: 18px;
  }
  .project-info-popup__title:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.project-info-popup__text {
  color: #737373;
}
.project-info-popup__text p:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .project-info-popup__text p:not(:last-child) {
    margin: 0 0 16px 0;
  }
}

.main-slider-popup__navigation {
  width: 100%;
}
.main-slider-popup__pagination {
  flex: 1 1 100%;
  margin: 0 20px 0 0;
}
.main-slider-popup__pagination .swiper-pagination-bullet {
  background: #FAFAFA;
}
.main-slider-popup__pagination .swiper-pagination-bullet-active {
  background: #00C500;
}
.main-slider-popup__btn {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px 0px 12px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #FAFAFA;
}
.main-slider-popup__btn svg {
  width: 9px;
  height: 15px;
}
.main-slider-popup__btn.swiper-button-disabled {
  pointer-events: none;
}
.main-slider-popup__btn.swiper-button-disabled svg {
  fill: #A0A0A0;
}
@media (max-width: 480.98px) {
  .main-slider-popup__btn {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }
  .main-slider-popup__btn svg {
    width: 7px;
    height: 12px;
  }
}
.main-slider-popup__btn-prev {
  margin: 0 20px 0 0;
}
.main-slider-popup__btn-next {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.item-popup {
  padding: 20px 30px;
}
.item-popup:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 675px) {
  .item-popup {
    padding: 0;
  }
  .item-popup:last-child {
    margin: 0 0 20px 0;
  }
}
.item-popup__row {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
@media (max-width: 675px) {
  .item-popup__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.item-popup__column {
  padding: 0 15px;
}
.item-popup__column:first-child {
  flex: 0 0 230px;
}
@media (max-width: 675px) {
  .item-popup__column:first-child {
    flex: auto;
  }
}
@media (max-width: 675px) {
  .item-popup__logo {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 675px) {
  .item-popup__logo_img {
    height: 60px;
  }
}
@media (max-width: 480.98px) {
  .item-popup__logo_img {
    height: 50px;
  }
}
.item-popup__logo_img img {
  max-width: 100%;
  max-height: 100%;
}
.item-popup__logo_name {
  font-size: 26px;
  font-weight: 600;
  line-height: 118.1923076923%;
  color: #1C1C1C;
  text-align: left;
}
@media (max-width: 480.98px) {
  .item-popup__logo_name {
    font-size: 22px;
  }
}
.item-popup .item-info-popup {
  display: flex;
}
.item-popup .item-info-popup:not(:last-child) {
  margin: 0 0 10px 0;
}
.item-popup .item-info-popup.item-info-popup_tel .item-info-popup__link-icon svg {
  fill: #00C500;
}
@media (min-width: 992.98px) {
  .item-popup .item-info-popup.item-info-popup_tel:hover .item-info-popup__link-value {
    text-decoration: underline;
  }
}
.item-popup .item-info-popup.item-info-popup_email .item-info-popup__link-icon svg {
  fill: #02B1EB;
}
@media (min-width: 992.98px) {
  .item-popup .item-info-popup.item-info-popup_email:hover .item-info-popup__link-value {
    text-decoration: underline;
  }
}
.item-popup .item-info-popup.item-info-popup_address .item-info-popup__link-icon svg {
  fill: #FF0027;
}
@media (min-width: 992.98px) {
  .item-popup .item-info-popup.item-info-popup_address:hover .item-info-popup__link-value {
    text-decoration: underline;
  }
}
.item-popup .item-info-popup_tel svg {
  fill: #00C500;
}
.item-popup .item-info-popup_email svg {
  fill: #02B1EB;
}
.item-popup .item-info-popup_address svg {
  fill: #FF0027;
}
.item-popup .item-info-popup__link {
  display: flex;
  align-items: flex-start;
}
.item-popup .item-info-popup__link-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0 16px 0 0;
}
.item-popup .item-info-popup__link-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 992.98px) {
  .item-popup .item-info-popup__link-icon {
    margin: 0 14px 0 0;
  }
}
@media (max-width: 480.98px) {
  .item-popup .item-info-popup__link-icon {
    margin: 0 12px 0 0;
  }
}
.item-popup .item-info-popup__link-value {
  font-size: 14px;
  line-height: 140%;
  color: #1C1C1C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
}
.fertilizers-consultation{
  margin-top: 100px;
}
.consultation {
  position: relative;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
}
.consultation__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.consultation__body {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 1222px) {
  .consultation__body {
    padding: 55px 0;
  }
}
@media (max-width: 992.98px) {
  .fertilizers-consultation{
    margin-top: 50px;
  }
  .consultation__body {
    padding: 50px 0;
  }
}
@media (max-width: 768.98px) {
  .consultation__body {
    padding: 45px 0;
  }
}
@media (max-width: 480.98px) {
  .consultation__body {
    padding: 40px 0;
  }
}
.consultation__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768.98px) {
  .consultation__row {
    flex-direction: column;
  }
}
@media (max-width: 768.98px) {
  .consultation__info:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.consultation__content {
  width: 100%;
  max-width: 480px;
}
.consultation__content .wpcf7-response-output{
  color: #fff;
}
@media (max-width: 768.98px) {
  .consultation__content {
    max-width: none;
  }
}
.info-consultation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 50px 0 0;
}
@media (max-width: 1222px) {
  .info-consultation {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 768.98px) {
  .info-consultation {
    padding: 0;
  }
}
.info-consultation__title {
  color: #FFFFFF;
}
.info-consultation__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.info-consultation__text {
  width: 100%;
  max-width: 372px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 992.98px) {
  .info-consultation__text {
    font-size: 15px;
  }
}
@media (max-width: 768.98px) {
  .info-consultation__text {
    max-width: none;
  }
}
@media (max-width: 480.98px) {
  .info-consultation__text {
    font-size: 14px;
  }
}

.form__item:not(:last-child) {
  margin: 0 0 16px 0;
}
.form__btn {
  width: 180px;
  height: 48px;
  flex: 0 0 48px;
  color: #FFFFFF;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.form__btn:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 992.98px) {
  .form__btn {
    font-size: 15px;
    height: 46px;
    width: 175px;
    flex: 0 0 46px;
  }
}
@media (max-width: 480.98px) {
  .form__btn {
    font-size: 14px;
    height: 44px;
    width: 170px;
    flex: 0 0 44px;
  }
}
.form__agreement {
  font-size: 12px;
  line-height: 150%;
  color: #1C1C1C;
  margin-bottom: 16px;
}
.consultation__body .form__agreement {
	color: #fff;
}
.form__agreement a {
  color: #02B1EB;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.consultation__body .form__agreement a{
	color: #00C500;
}
.form__agreement .wpcf7-list-item{
	margin: 0;
}
.form__agreement .wpcf7-list-item-label{
	padding-left: 4px;
}
@media (min-width: 992.98px) {
  .form__agreement a:hover {
    text-decoration: none;
  }
}
@media (max-width: 992.98px) {
  .form__agreement {
    font-size: 15px;
  }
}
@media (max-width: 480.98px) {
  .form__agreement {
    font-size: 14px;
  }
}

.item-form {
  width: 100%;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
}
@media (max-width: 992.98px) {
  .item-form {
    height: 46px;
  }
}
@media (max-width: 480.98px) {
  .item-form {
    height: 44px;
  }
}
.item-form_textarea {
  height: 120px;
  flex: 0 0 120px;
}
.item-form__input {
  width: 100%;
  height: 100%;
  padding: 12px 30px;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.item-form__input::placeholder {
  color: #737373;
}
@media (max-width: 992.98px) {
  .item-form__input {
    font-size: 15px;
  }
}
@media (max-width: 768.98px) {
  .item-form__input {
    padding: 12px 25px;
  }
}
@media (max-width: 480.98px) {
  .item-form__input {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.item-form__input_textarea {
  resize: none;
}

.news-events {
  padding: 100px 0 0 0;
}
@media (max-width: 1222px) {
  .news-events {
    padding: 90px 0 0 0;
  }
}
@media (max-width: 992.98px) {
  .news-events {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .news-events {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .news-events {
    padding: 60px 0 0 0;
  }
}
.news-events__body {
  margin: 0 0 -83px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 480.98px) {
  .news-events__body {
    margin: 0 0 -78px 0;
  }
}
.news-events__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .news-events__row {
    flex-direction: column;
  }
}
.news-events__column_news {
  flex: 0 1 49.152542%;
}
.news-events__column_news .item-news-events {
  display: flex;
  align-items: center;
  padding: 0;
}
.news-events__column_news .item-news-events__top {
  display: flex;
  align-items: center;
}
.news-events__column_news .item-news-events__content {
  padding: 15px 20px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 480.98px) {
  .news-events__column_news .item-news-events__content {
    padding: 15px 15px 15px 0;
  }
}
@media (max-width: 992.98px) {
  .news-events__column_news:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
.news-events__column_events {
  flex: 0 1 40.679%;
}
.news-events__title:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 992.98px) {
  .news-events__title:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 768.98px) {
  .news-events__title:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 480.98px) {
  .news-events__title:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
.news-events__item:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 768.98px) {
  .news-events__item:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .news-events__item:not(:last-child) {
    margin: 0 0 20px 0;
  }
}

.item-news-events {
  background-color: #FCFCFC;
  border-radius: 10px 0px 10px 0px;
  overflow: hidden;
  padding: 8.5px 20px;
}
@media (max-width: 480.98px) {
  .item-news-events {
    padding: 8.5px 12px;
  }
}
.item-news-events_green .item-news-events__label {
  background-color: #CCF3CC;
  color: #00C500;
}
.item-news-events_blue .item-news-events__label {
  background-color: #F1FBFE;
  color: #02B1EB;
}
.item-news-events__image-block {
  position: relative;
  flex: 0 0 180px;
  width: 180px;
  height: 150px;
  border-radius: 10px 0px 10px 0px;
  overflow: hidden;
  margin: 0 20px 0 0;
}
@media (min-width: 992.98px) {
  .item-news-events__image-block:hover .item-news-events__image {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (max-width: 992.98px) {
  .item-news-events__image-block {
    flex: 0 0 160px;
    width: 160px;
    height: 133.333px;
  }
}
@media (max-width: 768.98px) {
  .item-news-events__image-block {
    flex: 0 0 140px;
    width: 140px;
    height: 116.667px;
  }
}
@media (max-width: 480.98px) {
  .item-news-events__image-block {
    flex: 0 0 120px;
    width: 120px;
    height: 100px;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 350px) {
  .item-news-events__image-block {
    flex: 0 0 110px;
    width: 110px;
    height: 91.667px;
    margin: 0 10px 0 0;
  }
}
.item-news-events__image {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-news-events__content {
  display: flex;
  align-items: center;
}
.item-news-events__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-news-events__logo {
  flex: 0 0 120px;
  width: 120px;
  height: 60px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
}
.item-news-events__logo img {
  max-width: 100%;
}
.item-news-events__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item-news-events__date {
  color: #00C500;
}
.item-news-events__date:not(:last-child) {
  margin: 0 0 4px 0;
}
.item-news-events__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 52px;
  width: 52px;
  height: 60px;
  border-radius: 16px 0px 16px 0px;
  background: rgba(204, 243, 204, 0.2509803922);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-news-events__btn svg {
  width: 6px;
  height: 9px;
  fill: #737373;
}
@media (min-width: 992.98px) {
  .item-news-events__btn:hover {
    background: rgba(204, 243, 204, 0.5);
  }
}
@media (max-width: 480.98px) {
  .item-news-events__btn {
    flex: 0 0 48px;
    width: 48px;
    height: 55px;
  }
}
.item-news-events__top:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 480.98px) {
  .item-news-events__top:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
.item-news-events__label {
  height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  margin: 0 16px 0 0;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 480.98px) {
  .item-news-events__label {
    margin: 0 12px 0 0;
  }
}
@media (max-width: 350px) {
  .item-news-events__label {
    padding: 0 6px;
  }
}
.item-news-events__time {
  color: #737373;
}
.item-news-events__title {
  flex: 1 1 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #1C1C1C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.item-news-events__title:not(:last-child) {
  margin: 0 0 8px 0;
}
@media (max-width: 992.98px) {
  .item-news-events__title {
    font-size: 19px;
  }
}
@media (max-width: 992.98px) {
  .item-news-events__title {
    font-size: 18px;
  }
}
@media (max-width: 768.98px) {
  .item-news-events__title {
    font-size: 17px;
  }
}
@media (max-width: 480.98px) {
  .item-news-events__title {
    font-size: 16px;
  }
}
.item-news-events__text {
  color: #737373;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.bottom-news-events {
  position: relative;
  height: 278px;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  padding: 143px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 480.98px) {
  .bottom-news-events {
    height: 250px;
    padding: 128px 0 0 0;
  }
}
.bottom-news-events__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bottom-news-events__btn {
  position: relative;
  width: 280px;
  height: 44px;
  justify-content: center;
}
@media (max-width: 480.98px) {
  .bottom-news-events__btn {
    width: 260px;
  }
}

.fullscreen {
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
  height: 100dvh;
  position: relative;
}
.fullscreen__media-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullscreen__media-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.fullscreen__media-block img, .fullscreen__media-block iframe, .fullscreen__media-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullscreen__media-block img::-webkit-media-controls, .fullscreen__media-block iframe::-webkit-media-controls, .fullscreen__media-block video::-webkit-media-controls {
  display: none;
}
.fullscreen__body {
  height: 100%;
  padding: 60px 0;
}
.fullscreen__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.fullscreen__content {
  position: relative;
}
.fullscreen__breadcrumbs {
  padding: 5px 16px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}
.fullscreen__breadcrumbs .breadcrumbs__list {
  justify-content: center;
}
.fullscreen__breadcrumbs:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1222px) {
  .fullscreen__breadcrumbs:not(:last-child) {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .fullscreen__breadcrumbs:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .fullscreen__breadcrumbs:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .fullscreen__breadcrumbs:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.fullscreen__title {
  color: #FFFFFF;
}
.fullscreen__title:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1222px) {
  .fullscreen__title:not(:last-child) {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .fullscreen__title:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 768.98px) {
  .fullscreen__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480.98px) {
  .fullscreen__title:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
.fullscreen__text {
  color: #FFFFFF;
}
.fullscreen__text:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1222px) {
  .fullscreen__text:not(:last-child) {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .fullscreen__text:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 768.98px) {
  .fullscreen__text:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480.98px) {
  .fullscreen__text:not(:last-child) {
    margin: 0 0 35px 0;
  }
  .fullscreen__text br {
    display: none;
  }
}
.fullscreen__btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480.98px) {
  .fullscreen__btns {
    flex-direction: column;
  }
}
.fullscreen__btn {
  margin: 0 20px;
  /*width: 180px;*/
  padding: 14px;
  height: 44px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 118.2142857143%;
}
@media (max-width: 480.98px) {
  .fullscreen__btn {
    margin: 0;
  }
  .fullscreen__btn:not(:last-child) {
    margin: 0 0 20px 0;
  }
}

.select-service {
  padding: 102px 0 60px 0;
  margin: -42px 0 0 0;
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
}
@media (max-width: 1222px) {
  .select-service {
    padding: 97px 0 60px 0;
  }
}
@media (max-width: 992.98px) {
  .select-service {
    padding: 92px 0 60px 0;
  }
}
@media (max-width: 768.98px) {
  .select-service {
    padding: 87px 0 55px 0;
  }
}
@media (max-width: 480.98px) {
  .select-service {
    padding: 82px 0 50px 0;
  }
}
.select-service_blue {
  background-color: #E9FAFF;
}
.select-service_blue .btn_white {
  border: 1px solid #02B1EB;
}
.select-service_blue .btn_white .btn__icon svg {
  fill: #02B1EB;
}
@media (min-width: 992.98px) {
  .select-service_blue .btn_white:hover {
    background-color: #02B1EB;
    color: #fff;
  }
  .select-service_blue .btn_white:hover .btn__icon svg {
    fill: #fff;
  }
}
.select-service_blue .btn_blue {
  border: 1px solid #02B1EB;
}
.select-service_blue .btn_blue .btn__icon svg {
  fill: #fff;
}
.select-service_green {
  background-color: #CCF3CC;
}
.select-service_green .btn_white {
  border: 1px solid #00C500;
  color: #00C500;
}
.select-service_green .btn_white .btn__icon svg {
  fill: #00C500;
}
@media (min-width: 992.98px) {
  .select-service_green .btn_white:hover {
    background-color: #00C500;
    color: #fff;
  }
  .select-service_green .btn_white:hover .btn__icon svg {
    fill: #fff;
  }
}
.select-service_green .btn_green svg {
  width: 34px !important;
  fill: #fff;
}
.select-service__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992.98px) {
  .select-service__row {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 992.98px) {
  .select-service__content:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.select-service__title {
  color: #1C1C1C;
}
.select-service__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.select-service__text {
  color: #1C1C1C;
}
.select-service__btns {
  flex: 0 0 580px;
  display: flex;
  align-items: center;
  margin: 0 0 0 40px;
}
@media (max-width: 992.98px) {
  .select-service__btns {
    width: 100%;
    flex: auto;
    margin: 0;
    justify-content: center;
  }
}
@media (max-width: 650px) {
  .select-service__btns {
    flex-direction: column;
  }
}
.select-service__btn {
  flex: 0 0 280px;
  width: 280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 131px;
  font-weight: 600;
  font-size: 16px;
  line-height: 118.1875%;
}
.select-service__btn:last-child {
  margin: 0 0 0 20px;
}
.select-service__btn .btn__icon {
  margin: 0 0 16px 0;
}
.select-service__btn .btn__icon svg {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 650px) {
  .select-service__btn {
    flex: auto;
    margin: 0 0 20px 0;
  }
  .select-service__btn:last-child {
    margin: 0;
  }
}

.projects {
  background-color: #F7FDFE;
  padding: 60px 0 0 0;
}
@media (max-width: 1222px) {
  .projects {
    padding: 55px 0 0 0;
  }
}
@media (max-width: 992.98px) {
  .projects {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .projects {
    padding: 45px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .projects {
    padding: 40px 0 0 0;
  }
}
.projects__top:not(:last-child) {
  margin: 0 0 62px 0;
}
@media (max-width: 1222px) {
  .projects__top:not(:last-child) {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .projects__top:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .projects__top:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .projects__top:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.projects__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.projects__column {
  flex: 0 1 50%;
  padding: 0 10px;
  margin: 0 0 60px 0;
}
@media (max-width: 1222px) {
  .projects__column {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .projects__column {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .projects__column {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 700px) {
  .projects__column {
    flex: 1 1 100%;
  }
}
@media (max-width: 480.98px) {
  .projects__column {
    margin: 0 0 40px 0;
  }
}
.top-projects {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .top-projects {
    flex-direction: column;
  }
}
.top-projects__title {
  color: #1C1C1C;
}
@media (max-width: 700px) {
  .top-projects__title:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.top-projects__btn {
  flex: 0 0 280px;
  width: 280px;
  height: 44px;
  justify-content: center;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 118.2142857143%;
  margin: 0 0 0 40px;
}
@media (max-width: 700px) {
  .top-projects__btn {
    margin: 0;
    flex: auto;
  }
}

.item-projects {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item-projects_blue .item-projects__label {
  background-color: #CCEFFB;
  color: #02B1EB;
}
.item-projects_green .item-projects__label {
  background-color: #CCF3CC;
  color: #00C500;
}
.item-projects__image-block {
  width: 100%;
  position: relative;
  height: 300px;
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
}
.item-projects__image-block:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (min-width: 992.98px) {
  .item-projects__image-block:hover .item-projects__image {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (max-width: 1222px) {
  .item-projects__image-block {
    height: 270px;
  }
}
@media (max-width: 992.98px) {
  .item-projects__image-block {
    height: 240px;
  }
}
@media (max-width: 768.98px) {
  .item-projects__image-block {
    height: auto;
    padding: 0 0 55% 0;
  }
}
@media (max-width: 480.98px) {
  .item-projects__image-block {
    padding: 0 0 60% 0;
  }
  .item-projects__image-block:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.item-projects__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-projects__label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 25px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.item-projects__name {
  display: inline-flex;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-projects__name:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (min-width: 992.98px) {
  .item-projects__name:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1222px) {
  .item-projects__name {
    font-size: 21px;
  }
}
@media (max-width: 992.98px) {
  .item-projects__name {
    font-size: 20px;
  }
}
@media (max-width: 768.98px) {
  .item-projects__name {
    font-size: 19px;
  }
}
@media (max-width: 480.98px) {
  .item-projects__name {
    font-size: 18px;
  }
  .item-projects__name:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.item-projects__text {
  color: #737373;
}
.item-projects__text:not(:last-child) {
  margin: 0 0 20px 0;
}
.item-projects__btn {
  justify-content: center;
  padding: 0 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 118.2142857143%;
}

.breadcrumbs {
  display: inline-flex;
  width: auto;
}
.breadcrumbs__list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs__list li {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumbs__list li:not(:last-child) {
  margin: 0 32px 0 0;
}
.breadcrumbs__list li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/arrow-breadcrumbs.svg") center no-repeat;
  background-size: contain;
  right: -24px;
}
.breadcrumbs__link {
  color: #A0A0A0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .breadcrumbs__link:hover {
    color: #1C1C1C;
  }
}
.breadcrumbs__span {
  color: #1C1C1C;
}

.more {
  margin: -30px 0 0 0;
  padding: 130px 0 20px 0;
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
}
@media (max-width: 1222px) {
  .more {
    padding: 120px 0 15px 0;
  }
}
@media (max-width: 992.98px) {
  .more {
    padding: 110px 0 10px 0;
  }
}
@media (max-width: 768.98px) {
  .more {
    padding: 100px 0 5px 0;
  }
}
@media (max-width: 480.98px) {
  .more {
    padding: 90px 0 10px 0;
  }
}
.more__blue {
  background-color: #fff;
}
.more__blue .more__title {
  color: #02B1EB;
  max-width: 400px;
}
@media (max-width: 992.98px) {
  .more__blue .more__title {
    max-width: none;
  }
}
.more__green {
  background-color: #FAFAFA;
}
.more__green .more__title {
  color: #00C500;
  max-width: 460px;
}
@media (max-width: 992.98px) {
  .more__green .more__title {
    max-width: none;
  }
}
.more__row {
  display: flex;
}
@media (max-width: 992.98px) {
  .more__row {
    flex-direction: column;
  }
}
@media (max-width: 992.98px) {
  .more__title:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 768.98px) {
  .more__title:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 480.98px) {
  .more__title:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
.more__content {
  margin: 0 0 0 40px;
  flex: 0 1 57.627118%;
}
@media (max-width: 992.98px) {
  .more__content {
    margin: 0;
  }
}
.more__text {
  color: #1C1C1C;
}
.more__text:not(:last-child) {
  margin: 0 0 49px 0;
}
@media (max-width: 1222px) {
  .more__text:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992.98px) {
  .more__text:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .more__text:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.items-more {
  display: flex;
  margin: 0 -40px;
}
@media (max-width: 1222px) {
  .items-more {
    margin: 0 -20px;
  }
}
@media (max-width: 992.98px) {
  .items-more {
    margin: 0 -40px;
  }
}
@media (max-width: 768.98px) {
  .items-more {
    margin: 0 -20px;
  }
}
@media (max-width: 480.98px) {
  .items-more {
    flex-direction: column;
  }
}
.items-more__column {
  flex: 0 1 50%;
  padding: 0 40px;
  margin: 0 0 40px 0;
}
@media (max-width: 1222px) {
  .items-more__column {
    padding: 0 20px;
  }
}
@media (max-width: 992.98px) {
  .items-more__column {
    padding: 0 40px;
  }
}
@media (max-width: 768.98px) {
  .items-more__column {
    padding: 0 20px;
  }
}
@media (max-width: 480.98px) {
  .items-more__column {
    margin: 0 0 30px 0;
  }
}
.item-more {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.item-more__title {
  font-weight: 600;
  color: #1C1C1C;
  flex: 1 1 100%;
}
.item-more__title:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 480.98px) {
  .item-more__title:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
.item-more__text {
  color: #737373;
}

.turnkey {
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
  position: relative;
}
.turnkey__image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.turnkey__image-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 52.0618%;
  height: 100%;
  background: url("../images/turnkey.png") left center no-repeat;
  background-size: cover;
  z-index: 2;
}
@media (max-width: 1440.98px) {
  .turnkey__image-block::before {
    background-position: right center;
  }
}
@media (max-width: 1222px) {
  .turnkey__image-block::before {
    width: 57%;
  }
}
@media (max-width: 992.98px) {
  .turnkey__image-block::before {
    width: 70%;
  }
}
@media (max-width: 730px) {
  .turnkey__image-block::before {
    width: 80%;
  }
}
@media (max-width: 630px) {
  .turnkey__image-block::before {
    width: 90%;
  }
}
@media (max-width: 630px) {
  .turnkey__image-block::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.turnkey__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.turnkey__image.ibg {
  background-position: left center;
}
@media (max-width: 730px) {
  .turnkey__image.ibg {
    background-position: center;
  }
}
.turnkey__body {
  padding: 66px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1222px) {
  .turnkey__body {
    padding: 60px 0;
  }
}
@media (max-width: 992.98px) {
  .turnkey__body {
    padding: 55px 0;
  }
}
@media (max-width: 768.98px) {
  .turnkey__body {
    padding: 50px 0;
  }
}
@media (max-width: 480.98px) {
  .turnkey__body {
    padding: 45px 0;
  }
}
.turnkey__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.turnkey__title {
  padding: 0 26px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  background-color: #fff;
  color: #1C1C1C;
}
.turnkey__title:not(:last-child) {
  margin: 0 0 30px 0;
}
.turnkey__text {
  color: #FFFFFF;
  max-width: 380px;
}
.turnkey__text:not(:last-child) {
  margin: 0 0 30px 0;
}
.turnkey__btn {
  justify-content: center;
  padding: 0 30px;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 118.2%;
}
@media (max-width: 730px) {
  .turnkey__btn {
    font-size: 14px;
    height: 48px;
  }
}

.advantages_full .advantages__container {
  max-width: none;
  padding: 0;
}
@media (max-width: 992.98px) {
  .advantages_full .advantages__row {
    align-items: center;
  }
}
.advantages_full .advantages__media {
  max-width: calc(50% - 10px);
}
@media (max-width: 992.98px) {
  .advantages_full .advantages__media {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 992.98px) {
  .advantages_full .advantages__content {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
}
.advantages_blue {
  padding: 100px 0;
}
@media (max-width: 1222px) {
  .advantages_blue {
    padding: 90px 0;
  }
}
@media (max-width: 992.98px) {
  .advantages_blue {
    padding: 80px 0;
  }
}
@media (max-width: 768.98px) {
  .advantages_blue {
    padding: 70px 0;
  }
}
@media (max-width: 480.98px) {
  .advantages_blue {
    padding: 60px 0;
  }
}
.advantages_blue .advantages__media {
  flex: 1 1 100%;
}
.advantages_blue .item-advantages__icon svg {
  fill: #02B1EB;
}
.advantages_green .item-advantages__icon svg {
  fill: #00C500;
}
.advantages_green .btn_white {
  color: #00C500;
}
.advantages__row {
  display: flex;
}
@media (max-width: 992.98px) {
  .advantages__row {
    flex-direction: column;
  }
}
.advantages__media {
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
  position: relative;
  min-height: 360px;
}
@media (max-width: 992.98px) {
  .advantages__media {
    min-height: 0;
    padding: 0 0 50.7% 0;
  }
  .advantages__media:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .advantages__media {
    padding: 0 0 55% 0;
  }
  .advantages__media:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .advantages__media {
    padding: 0 0 60% 0;
  }
  .advantages__media:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.advantages__media_video img, .advantages__media_video video, .advantages__media_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantages__media_video img::-webkit-media-controls, .advantages__media_video video::-webkit-media-controls, .advantages__media_video iframe::-webkit-media-controls {
  display: none;
}
.advantages__media_image img, .advantages__media_image video, .advantages__media_image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantages__media_image img::-webkit-media-controls, .advantages__media_image video::-webkit-media-controls, .advantages__media_image iframe::-webkit-media-controls {
  display: none;
}
.advantages__content {
  flex: 0 0 480px;
  margin: 0 0 0 120px;
}
@media (max-width: 1222px) {
  .advantages__content {
    margin: 0 0 0 60px;
    flex: 0 0 420px;
  }
}
@media (max-width: 992.98px) {
  .advantages__content {
    margin: 0;
    flex: auto;
  }
}
.advantages__content .breadcrumbs:not(:last-child) {
  margin: 0 0 28px 0;
}
.advantages__content .breadcrumbs .breadcrumbs__list li {
  margin: 0 0 12px 0;
}
.advantages__content .breadcrumbs .breadcrumbs__list li:not(:last-child) {
  margin: 0 32px 12px 0;
}
@media (max-width: 480.98px) {
  .advantages__content .breadcrumbs .breadcrumbs__list li {
    margin: 0 0 10px 0;
  }
  .advantages__content .breadcrumbs .breadcrumbs__list li:not(:last-child) {
    margin: 0 32px 10px 0;
  }
}
@media (max-width: 768.98px) {
  .advantages__content .breadcrumbs:not(:last-child) {
    margin: 0 0 23px 0;
  }
}
@media (max-width: 480.98px) {
  .advantages__content .breadcrumbs:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.advantages__title {
  color: #1C1C1C;
}
.advantages__title:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 480.98px) {
  .advantages__title:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
.advantages__text {
  line-height: 150%;
  color: #1C1C1C;
}
.advantages__text:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 480.98px) {
  .advantages__text:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
.advantages__item:not(:last-child) {
  margin: 0 0 16px 0;
}
.advantages__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 480px) {
  .advantages__btns {
    flex-direction: column;
  }
}
.advantages__btn {
  height: 44px;
  margin: 30px 0 0 0;
  justify-content: center;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 118.2142857143%;
}
.advantages__btn:not(:last-child) {
  margin: 30px 40px 0 0;
}
@media (max-width: 480.98px) {
  .advantages__btn:not(:last-child) {
    margin: 30px 0 0 0;
  }
}

.item-advantages {
  display: flex;
  align-items: flex-start;
}
.item-advantages__icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 16px 0 0;
}
.item-advantages__icon svg {
  width: 18px;
  height: 20px;
}
.item-advantages__text {
  line-height: 150%;
  color: #000;
}

.our-products {
  padding: 100px 0 40px 0;
}
@media (max-width: 1222px) {
  .our-products {
    padding: 90px 0 40px 0;
  }
}
@media (max-width: 992.98px) {
  .our-products {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .our-products {
    padding: 70px 0 30px 0;
  }
}
@media (max-width: 480.98px) {
  .our-products {
    padding: 60px 0 30px 0;
  }
}
.our-products__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-products__title {
  text-align: center;
  color: #1C1C1C;
}
.our-products__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.our-products__text {
  text-align: center;
  color: #1C1C1C;
}
.our-products__text:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1222px) {
  .our-products__text:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992.98px) {
  .our-products__text:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480.98px) {
  .our-products__text:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
.our-products__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: 100%;
}
@media (max-width: 992.98px) {
  .our-products__items {
    margin: 0;
  }
}
.our-products__item {
  margin: 0 0 60px 0;
}
@media (max-width: 1222px) {
  .our-products__item {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992.98px) {
  .our-products__item {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480.98px) {
  .our-products__item {
    margin: 0 0 30px 0;
  }
}

.item-our-products {
  flex: 0 1 50%;
  padding: 0 10px;
}
@media (max-width: 992.98px) {
  .item-our-products {
    flex: 1 1 100%;
    padding: 0;
  }
}
.item-our-products__image-block {
  display: flex;
  position: relative;
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
  padding: 0 0 51.79% 0;
  border-width: 0px 5px 5px 0px;
  border-style: solid;
  border-color: #02B1EB;
}
@media (min-width: 992.98px) {
  .item-our-products__image-block:hover .item-our-products__image {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (max-width: 768.98px) {
  .item-our-products__image-block {
    padding: 0 0 60% 0;
  }
}
@media (max-width: 480.98px) {
  .item-our-products__image-block {
    padding: 0 0 65% 0;
  }
}
.item-our-products__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-our-products__content {
  position: relative;
  padding: 0 0 0 30px;
  margin: -25px 0 0 0;
}
@media (max-width: 768.98px) {
  .item-our-products__content {
    padding: 0 0 0 20px;
    margin: -22px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .item-our-products__content {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 389.98px) {
  .item-our-products__content {
    margin: -21px 0 0 0;
  }
}
@media (max-width: 340px) {
  .item-our-products__content {
    padding: 0 0 0 5px;
  }
}
.item-our-products__btn {
  width: 350px;
  height: 50px;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 118.2%;
}
.item-our-products__btn:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .item-our-products__btn {
    font-size: 14px;
    width: 300px;
    height: 44px;
  }
}
@media (max-width: 389.98px) {
  .item-our-products__btn {
    font-size: 13px;
    width: 280px;
    height: 42px;
  }
}
@media (max-width: 340px) {
  .item-our-products__btn {
    width: 275px;
  }
}
.item-our-products__text {
  color: #737373;
}

.catalog {
  padding: 100px 0 60px 0;
}
@media (max-width: 1222px) {
  .catalog {
    padding: 90px 0 50px 0;
  }
}
@media (max-width: 992.98px) {
  .catalog {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .catalog {
    padding: 70px 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .catalog {
    padding: 60px 0 30px 0;
  }
}
.catalog__top:not(:last-child) {
  margin: 0 0 36px 0;
}
.catalog__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.catalog__column {
  flex: 0 1 25%;
  padding: 0 10px;
  margin: 0 0 40px 0;
}
@media (max-width: 992.98px) {
  .catalog__column {
    flex: 0 1 33.333%;
  }
}
@media (max-width: 700px) {
  .catalog__column {
    flex: 0 1 50%;
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .catalog__column {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 370px) {
  .catalog__column {
    flex: 1 1 100%;
  }
}
.catalog__filters:not(:last-child) {
  margin: 0 0 30px 0;
}

.top-catalog {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
@media (max-width: 992.98px) {
  .top-catalog {
    flex-direction: column;
  }
}
.top-catalog_input {
  flex-direction: row;
}
.top-catalog_input:not(:last-child) {
  margin: 0 0 31px 0;
}
@media (max-width: 600px) {
  .top-catalog_input {
    flex-direction: column;
  }
}
.top-catalog_input .top-catalog__title {
  margin: 0 60px 0 0;
}
@media (max-width: 600px) {
  .top-catalog_input .top-catalog__title {
    margin: 0 0 25px 0;
  }
}
.top-catalog__title {
  margin: 0 60px 24px 0;
  color: #1C1C1C;
}
@media (max-width: 992.98px) {
  .top-catalog__title {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .top-catalog__title {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .top-catalog__title {
    margin: 0 0 30px 0;
  }
}
.item-catalog {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.item-catalog_blue .item-catalog__btn {
  color: #02B1EB;
}
@media (min-width: 992.98px) {
  .item-catalog_blue .item-catalog__btn:hover {
    color: #01d401;
  }
  .item-catalog_blue .item-catalog__btn:hover .item-catalog__btn-icon svg {
    fill: #01d401;
  }
}
.item-catalog_blue .item-catalog__btn-icon svg {
  fill: #02B1EB;
}
.item-catalog_green .item-catalog__btn {
  color: #00C500;
}
@media (min-width: 992.98px) {
  .item-catalog_green .item-catalog__btn:hover {
    color: #02c0ff;
  }
  .item-catalog_green .item-catalog__btn:hover .item-catalog__btn-icon svg {
    fill: #02c0ff;
  }
}
.item-catalog_green .item-catalog__btn-icon svg {
  fill: #00C500;
}
.item-catalog__image-block {
  display: flex;
  position: relative;
  padding: 0 0 100% 0;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
}
.item-catalog__image-block:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (min-width: 992.98px) {
  .item-catalog__image-block:hover .item-catalog__image {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.item-catalog__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-catalog__content {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
.item-catalog__name {
  flex: 1 1 100%;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #1C1C1C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-catalog__name:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (min-width: 992.98px) {
  .item-catalog__name:hover {
    text-decoration: underline;
  }
}
@media (max-width: 768.98px) {
  .item-catalog__name {
    font-size: 17px;
  }
}
@media (max-width: 480.98px) {
  .item-catalog__name {
    font-size: 16px;
  }
}
.item-catalog__text {
  flex: 1 1 100%;
  color: #737373;
}
.item-catalog__text:not(:last-child) {
  margin: 0 0 16px 0;
}
.item-catalog__btn {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 118.2142857143%;
}
.item-catalog__btn-icon {
  margin: 0 0 0 12px;
  display: flex;
  align-items: center;
}
.item-catalog__btn-icon svg {
  width: 6px;
  height: 11px;
}

.filter-top-catalog {
  overflow: auto;
  max-width: calc(100% - 200px);
  padding: 12px 0 0 0;
}
.filter-top-catalog::-webkit-scrollbar{
  width: 0;
  height: 0;
}
@media (max-width: 992.98px) {
  .filter-top-catalog {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
}
.filter-top-catalog__swiper {
  overflow: visible !important;
}
.filter-top-catalog__slide {
  width: auto !important;
}
.filter-top-catalog__slide.swiper-slide:not(:last-child) {
  margin: 0 24px 0 0;
}
@media (max-width: 768.98px) {
  .filter-top-catalog__slide.swiper-slide:not(:last-child) {
    margin: 0 18px 0 0;
  }
}
@media (max-width: 480.98px) {
  .filter-top-catalog__slide.swiper-slide:not(:last-child) {
    margin: 0 12px 0 0;
  }
}
.filter-top-catalog__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 30px;
  overflow: hidden;
  height: 44px;
  background-color: #FAFAFA;
  font-size: 14px;
  line-height: 118.2142857143%;
  color: #1C1C1C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .filter-top-catalog__btn:hover {
    background-color: #212121;
    color: #FFFFFF;
  }
}
.filter-top-catalog__btn.active {
  background-color: #212121;
  color: #FFFFFF;
  font-weight: 600;
}
@media (max-width: 480.98px) {
  .filter-top-catalog__btn {
    height: 42px;
    padding: 10px 22px;
    font-size: 13px;
  }
}

.form-top-catalog {
  width: 280px;
}
@media (max-width: 600px) {
  .form-top-catalog {
    width: 100%;
  }
}
.item-form-top-catalog {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  position: relative;
}
.item-form-top-catalog__input {
  width: 100%;
  height: 100%;
  padding: 10px 50px 10px 20px;
  background: #FAFAFA;
  font-size: 14px;
  line-height: 118.2142857143%;
}
.item-form-top-catalog__icon {
  position: absolute;
  right: 14px;
}
.item-form-top-catalog__icon_search svg {
  width: 16px;
  height: 16px;
  fill: #00C500;
}

.filters-catalog {
  overflow: hidden;
}
.filters-catalog__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -30px;
}
.filters-catalog__column {
  flex: 0 1 auto;
  margin: 0 0 30px 0;
  padding: 0 30px;
}
.filters-catalog__column:nth-child(3) {
  width: 100%;
}
@media (max-width: 1222px) {
  .filters-catalog__column {
    width: 100%;
  }
}
.item-filters-catalog {
  width: 100%;
}
.item-filters-catalog_1 .swiper-slide {
  width: auto;
  margin: 0 20px 0 0;
}
.item-filters-catalog_1 .swiper-slide:last-child {
  margin: 0;
}
.item-filters-catalog_1 .item-slide-filters-catalog__btn {
  padding: 5px 11.5px;
  min-width: 180px;
}
.item-filters-catalog_2 .swiper-slide {
  width: auto;
  margin: 0 0 0 20px;
}
.item-filters-catalog_2 .swiper-slide:first-child {
  margin: 0;
}
.item-filters-catalog_2 .item-slide-filters-catalog__btn {
  padding: 5px 24px;
}
.item-filters-catalog_3 .swiper-slide {
  width: auto;
  margin: 0 20px 0 0;
}
.item-filters-catalog_3 .swiper-slide:last-child {
  margin: 0;
}
.item-filters-catalog_3 .item-slide-filters-catalog__btn {
  padding: 5px 14px;
}
.item-filters-catalog__label {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #1C1C1C;
}
.item-filters-catalog__label:not(:last-child) {
  margin: 0 0 14px 0;
}
.slider-item-filters-catalog {
  width: 100%;
}
.slider-item-filters-catalog__swiper {
  overflow: visible !important;
}
.item-slide-filters-catalog__btn {
  height: 44px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  line-height: 118.2142857143%;
  color: #1C1C1C;
}
@media (min-width: 992.98px) {
  .item-slide-filters-catalog__btn:hover:hover {
    background-color: #212121;
    color: #FFFFFF;
  }
}
.item-slide-filters-catalog__btn.active {
  background-color: #212121;
  color: #FFFFFF;
  font-weight: 600;
}

.catalog-fertilizers {
  padding: 158px 0 40px 0;
}
@media (max-width: 1222px) {
  .catalog-fertilizers {
    padding: 140px 0 35px 0;
  }
}
@media (max-width: 992.98px) {
  .catalog-fertilizers {
    padding: 120px 0 30px 0;
  }
}
@media (max-width: 768.98px) {
  .catalog-fertilizers {
    padding: 100px 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .catalog-fertilizers {
    padding: 80px 0 20px 0;
  }
}
.catalog-fertilizers__row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
}
@media (max-width: 1222px) {
  .catalog-fertilizers__row {
    margin: 0 -15px;
  }
}
@media (max-width: 768.98px) {
  .catalog-fertilizers__row {
    margin: 0 -25px;
  }
}
@media (max-width: 768.98px) {
  .catalog-fertilizers__row {
    margin: 0 -22.5px;
  }
}
.catalog-fertilizers__column {
  flex: 0 0 600px;
  margin: 0 0 60px 0;
  padding: 0 50px;
}
@media (max-width: 1222px) {
  .catalog-fertilizers__column {
    padding: 0 15px;
    flex: 0 1 50%;
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .catalog-fertilizers__column {
    padding: 0 25px;
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .catalog-fertilizers__column {
    margin: 0 0 45px 0;
    padding: 0 22.5px;
  }
}
@media (max-width: 625px) {
  .catalog-fertilizers__column {
    flex: 1 1 100%;
  }
}
@media (max-width: 992.98px) {
  .catalog-fertilizers__column_first {
    flex: 1 1 100%;
    text-align: center;
  }
}
.catalog-fertilizers__title {
  color: #1C1C1C;
}
.catalog-fertilizers__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.catalog-fertilizers__text {
  color: #1C1C1C;
}
.catalog-fertilizers__text br {
  display: none;
}
@media (max-width: 992.98px) {
  .catalog-fertilizers__text {
    max-width: none;
  }
  .catalog-fertilizers__text br {
    display: block;
  }
}
@media (max-width: 480.98px) {
  .catalog-fertilizers__text br {
    display: none;
  }
}

.item-catalog-fertilizers__row {
  display: flex;
}
@media (max-width: 992.98px) {
  .item-catalog-fertilizers__row {
    flex-direction: column;
    align-items: flex-end;
  }
}
.item-catalog-fertilizers__image-block {
  flex: 0 0 280px;
  position: relative;
  width: 280px;
  height: 210px;
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
  margin: 0 20px 0 0;
  border-width: 0px 5px 5px 0px;
  border-style: solid;
  border-color: #00C500;
}
@media (min-width: 992.98px) {
  .item-catalog-fertilizers__image-block:hover .item-catalog-fertilizers__image {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (max-width: 1222px) {
  .item-catalog-fertilizers__image-block {
    flex: 0 0 220px;
    width: 220px;
  }
}
@media (max-width: 992.98px) {
  .item-catalog-fertilizers__image-block {
    width: 100%;
    flex: auto;
    height: auto;
    padding: 0 0 75% 0;
  }
  .item-catalog-fertilizers__image-block:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.item-catalog-fertilizers__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-catalog-fertilizers__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 992.98px) {
  .item-catalog-fertilizers__content {
    width: 100%;
    align-items: center;
  }
}
.item-catalog-fertilizers__btn {
  position: relative;
  width: 270px;
  height: 50px;
  justify-content: center;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 118.2%;
  margin: 0 0 20px -70px;
}
@media (max-width: 992.98px) {
  .item-catalog-fertilizers__btn {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 992.98px) {
  .item-catalog-fertilizers__btn:hover {
    background-color: #00C500;
  }
}
@media (max-width: 992.98px) {
  .item-catalog-fertilizers__text {
    max-width: 270px;
    text-align: center;
  }
}

.about-product {
  position: relative;
}
.about-product_blue .top-item-about-product__icon svg {
  fill: #02B1EB;
}
.about-product_blue .about-product__inner {
  height: 220px;
}
@media (max-width: 768.98px) {
  .about-product_blue .about-product__inner {
    height: auto;
  }
}
.about-product_blue .about-product__body {
  transform: translate(0, -50%);
}
@media (max-width: 768.98px) {
  .about-product_blue .about-product__body {
    transform: translate(0, -80px);
  }
}
.about-product_blue .about-product__image {
  background-position: 50% 80% !important;
}
.about-product_green {
  margin: 0 0 -30px 0;
}
@media (max-width: 1222px) {
  .about-product_green {
    margin: 0 0 -10px 0;
  }
}
@media (max-width: 768.98px) {
  .about-product_green {
    margin: 0 0 -20px 0;
  }
}
.about-product_green .top-item-about-product__icon svg {
  fill: #00C500;
}
.about-product_green .about-product__inner {
  height: 190px;
}
@media (max-width: 1222px) {
  .about-product_green .about-product__inner {
    height: 220px;
  }
}
@media (max-width: 768.98px) {
  .about-product_green .about-product__inner {
    height: auto;
  }
}
.about-product_green .about-product__body {
  transform: translate(0, -66px);
}
.about-product_green .about-product__title:not(:last-child) {
  margin: 0 0 126px 0;
}
@media (max-width: 1222px) {
  .about-product_green .about-product__title:not(:last-child) {
    margin: 0 0 116px 0;
  }
}
@media (max-width: 992.98px) {
  .about-product_green .about-product__title:not(:last-child) {
    margin: 0 0 106px 0;
  }
}
@media (max-width: 768.98px) {
  .about-product_green .about-product__title:not(:last-child) {
    margin: 0 0 96px 0;
  }
}
@media (max-width: 480.98px) {
  .about-product_green .about-product__title:not(:last-child) {
    margin: 0 0 86px 0;
  }
}
.about-product__title {
  color: #000000;
  text-align: center;
}
.about-product__inner {
  position: relative;
}
@media (max-width: 768.98px) {
  .about-product__inner {
    height: auto;
  }
}
.about-product__image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 30px 0px 30px 0px;
  height: 100%;
  overflow: hidden;
}
.about-product__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-product__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768.98px) {
  .about-product__body {
    position: relative;
  }
}
.about-product__row {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 768.98px) {
  .about-product__row {
    flex-direction: column;
  }
}
.about-product__column {
  flex: 0 1 33.333%;
  padding: 0 10px;
}
@media (max-width: 768.98px) {
  .about-product__column:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.about-product__column:nth-child(1) .top-item-about-product__icon svg {
  width: 30px;
  height: 22px;
}
@media (max-width: 768.98px) {
  .about-product__column:nth-child(1) .top-item-about-product__icon svg {
    width: 27px;
    height: 19.8px;
  }
}
@media (max-width: 480.98px) {
  .about-product__column:nth-child(1) .top-item-about-product__icon svg {
    width: 24px;
    height: 17.6px;
  }
}
.about-product__column:nth-child(2) .top-item-about-product__icon svg {
  width: 26px;
  height: 28px;
}
@media (max-width: 768.98px) {
  .about-product__column:nth-child(2) .top-item-about-product__icon svg {
    width: 23.4px;
    height: 25.2px;
  }
}
@media (max-width: 480.98px) {
  .about-product__column:nth-child(2) .top-item-about-product__icon svg {
    width: 20.8px;
    height: 22.4px;
  }
}
.about-product__column:nth-child(3) .top-item-about-product__icon svg {
  width: 30px;
  height: 28px;
}
@media (max-width: 768.98px) {
  .about-product__column:nth-child(3) .top-item-about-product__icon svg {
    width: 27px;
    height: 25.2px;
  }
}
@media (max-width: 480.98px) {
  .about-product__column:nth-child(3) .top-item-about-product__icon svg {
    width: 24px;
    height: 22.4px;
  }
}
.item-about-product {
  border-radius: 16px 0px 16px 0px;
  padding: 20px;
  overflow: hidden;
  background: #FFFFFF;
  height: 100%;
}
.item-about-product__top:not(:last-child) {
  margin: 0 0 17px 0;
}
.item-about-product__text {
  line-height: 140%;
  color: #737373;
}

.top-item-about-product {
  display: flex;
  align-items: center;
}
.top-item-about-product__icon {
  margin: 0 16px 0 0;
}
@media (max-width: 480.98px) {
  .top-item-about-product__icon {
    margin: 0 12px 0 0;
  }
}
.top-item-about-product__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #1C1C1C;
}
@media (max-width: 1222px) {
  .top-item-about-product__title {
    font-size: 19px;
  }
}
@media (max-width: 992.98px) {
  .top-item-about-product__title {
    font-size: 18px;
  }
}
@media (max-width: 768.98px) {
  .top-item-about-product__title {
    font-size: 17px;
  }
}
@media (max-width: 480.98px) {
  .top-item-about-product__title {
    font-size: 16px;
  }
}

.other-products_blue {
  padding: 100px 0;
}
@media (max-width: 1222px) {
  .other-products_blue {
    padding: 90px 0;
  }
}
@media (max-width: 992.98px) {
  .other-products_blue {
    padding: 80px 0;
  }
}
@media (max-width: 768.98px) {
  .other-products_blue {
    padding: 70px 0;
  }
}
@media (max-width: 480.98px) {
  .other-products_blue {
    padding: 60px 0;
  }
}
.other-products_blue .item-catalog__btn {
  color: #02B1EB;
}
@media (min-width: 992.98px) {
  .other-products_blue .item-catalog__btn:hover {
    color: #02c0ff;
  }
  .other-products_blue .item-catalog__btn:hover .item-catalog__btn-icon svg {
    fill: #02c0ff;
  }
}
.other-products_blue .item-catalog__btn-icon svg {
  fill: #02B1EB;
}
.other-products_green {
  padding: 60px 0 100px 0;
}
@media (max-width: 1222px) {
  .other-products_green {
    padding: 55px 0 90px 0;
  }
}
@media (max-width: 992.98px) {
  .other-products_green {
    padding: 50px 0 80px 0;
  }
}
@media (max-width: 768.98px) {
  .other-products_green {
    padding: 45px 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .other-products_green {
    padding: 40px 0 60px 0;
  }
}
.other-products_green .item-catalog__btn {
  color: #00C500;
}
@media (min-width: 992.98px) {
  .other-products_green .item-catalog__btn:hover {
    color: #01d401;
  }
  .other-products_green .item-catalog__btn:hover .item-catalog__btn-icon svg {
    fill: #01d401;
  }
}
.other-products_green .item-catalog__btn-icon svg {
  fill: #00C500;
}
.other-products__container {
  position: relative;
  z-index: 1;
}
.other-products__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.other-products__title {
  color: #1C1C1C;
  text-align: center;
}
.other-products__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.other-products__text {
  color: #737373;
  text-align: center;
}
.other-products__text:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 400px) {
  .other-products__text br {
    display: none;
  }
}
.slider-other-products {
  width: 100%;
}
@media (max-width: 992.98px) {
  .slider-other-products__swiper {
    overflow: visible !important;
  }
}
.slider-other-products__slide {
  width: calc(25% - 20px) !important;
}
@media (max-width: 992.98px) {
  .slider-other-products__slide {
    width: 280px !important;
  }
}
@media (max-width: 768.98px) and (max-width: 992.98px) {
  .slider-other-products__slide {
    width: 220px !important;
  }
}
@media (max-width: 480.98px) {
  .slider-other-products__slide {
    width: 180px !important;
  }
}

.faqs {
  padding: 100px 0;
}
@media (max-width: 1222px) {
  .faqs {
    padding: 90px 0;
  }
}
@media (max-width: 992.98px) {
  .faqs {
    padding: 80px 0;
  }
}
@media (max-width: 768.98px) {
  .faqs {
    padding: 70px 0;
  }
}
@media (max-width: 480.98px) {
  .faqs {
    padding: 60px 0;
  }
}
.faqs_blue .top-item-faqs__btn {
  background-color: #02B1EB;
}
.faqs_blue .top-item-faqs__btn svg {
  fill: #fff;
}
.faqs_red .top-item-faqs__btn {
  background-color: #FF0027;
}
.faqs_red .top-item-faqs__btn svg {
  fill: #fff;
}
.faqs__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .faqs__row {
    flex-direction: column;
  }
}
.faqs__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992.98px) {
  .faqs__content:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480.98px) {
  .faqs__content:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
.faqs__title {
  color: #1C1C1C;
}
.faqs__title:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 768.98px) {
  .faqs__title:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .faqs__title:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.faqs__text {
  color: #737373;
}
.faqs__text:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 768.98px) {
  .faqs__text:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .faqs__text:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.faqs__btn {
  padding: 0 30px;
  justify-content: center;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 118.2%;
}
@media (max-width: 480.98px) {
  .faqs__btn {
    height: 46px;
    font-size: 14px;
  }
}
.faqs__items {
  margin: 0 0 0 40px;
  flex: 0 0 57.627118%;
}
@media (max-width: 1222px) {
  .faqs__items {
    flex: 0 0 55%;
  }
}
@media (max-width: 992.98px) {
  .faqs__items {
    margin: 0;
    flex: auto;
    width: 100%;
  }
}
.item-faqs {
  border-top: 1px solid #D9D9D9;
}
.item-faqs:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.item-faqs__top {
  cursor: pointer;
}
.item-faqs__body {
  padding: 0 80px 0 0;
  display: none;
}
@media (max-width: 768.98px) {
  .item-faqs__body {
    padding: 0 60px 0 0;
  }
}
@media (max-width: 480.98px) {
  .item-faqs__body {
    padding: 0 40px 0 0;
  }
}
.item-faqs__text {
  padding: 0 0 24px 0;
}
@media (max-width: 768.98px) {
  .item-faqs__text {
    padding: 0 0 21px 0;
  }
}
@media (max-width: 480.98px) {
  .item-faqs__text {
    padding: 0 0 18px 0;
  }
}

.top-item-faqs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.top-item-faqs.active .top-item-faqs__btn {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 768.98px) {
  .top-item-faqs {
    padding: 21px 0;
  }
}
@media (max-width: 480.98px) {
  .top-item-faqs {
    padding: 18px 0;
  }
}
.top-item-faqs__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 480.98px) {
  .top-item-faqs__text {
    font-size: 15px;
  }
}
.top-item-faqs__btn {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32px;
  border-radius: 8px 0px 8px 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 0 0 30px;
}
.top-item-faqs__btn svg {
  width: 18px;
  height: 11px;
}
@media (max-width: 480.98px) {
  .top-item-faqs__btn {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }
  .top-item-faqs__btn svg {
    width: 15.75px;
    height: 9.625px;
  }
}

.news-block {
  padding: 40px 0 0 0;
}
@media (max-width: 768.98px) {
  .news-block {
    padding: 35px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .news-block {
    padding: 30px 0 0 0;
  }
}
.news-block__body {
  position: relative;
}
.news-block__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-block__top:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 768.98px) {
  .news-block__top:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 480.98px) {
  .news-block__top:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.news-block__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
  z-index: 2;
}
.news-block__column {
  flex: 0 1 33.333%;
  padding: 0 10px;
  margin: 0 0 40px 0;
}
@media (max-width: 992.98px) {
  .news-block__column {
    flex: 0 1 50%;
  }
}
@media (max-width: 768.98px) {
  .news-block__column {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 675px) {
  .news-block__column {
    flex: 1 1 100%;
  }
}
@media (max-width: 480.98px) {
  .news-block__column {
    margin: 0 0 30px 0;
  }
}
.news-block__btn {
  display: inline-flex;
  width: 280px;
  height: 44px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 118.1875%;
  margin: 0 0 60px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1222px) {
  .news-block__btn {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .news-block__btn {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .news-block__btn {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .news-block__btn {
    margin: 0 0 40px 0;
  }
}

.top-news-block {
  width: 100%;
}
.top-news-block__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.top-news-block__title {
  color: #1C1C1C;
  margin: 0 20px 20px 0;
}
.top-news-block__btn {
  height: 44px;
  padding: 0 24px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 118.2142857143%;
  margin: 0 0 20px 0;
}

.item-news-block {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992.98px) {
  .item-news-block {
    box-shadow: 0px 4px 15px 0px rgba(172, 172, 172, 0.2509803922);
  }
}
.item-news-block_green .top-content-item-news-block__category {
  background-color: #CCF3CC;
  color: #00C500;
}
.item-news-block_red .top-content-item-news-block__category {
  background-color: #FFD9DF;
  color: #FF0027;
}
.item-news-block__image-block {
  display: inline-flex;
  width: 100%;
  border-radius: 10px 0px 10px 0px;
  overflow: hidden;
  position: relative;
  flex: 0 0 300px;
}
@media (min-width: 992.98px) {
  .item-news-block__image-block .item-news-block__image:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (max-width: 1222px) {
  .item-news-block__image-block {
    flex: 0 0 240px;
  }
}
@media (max-width: 675px) {
  .item-news-block__image-block {
    flex: auto;
    padding: 0 0 78.95% 0;
  }
}
.item-news-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.content-item-news-block {
  flex: 1 1 100%;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content-item-news-block__top:not(:last-child) {
  margin: 0 0 16px 0;
}
.content-item-news-block__title {
  display: inline-flex;
  color: #1C1C1C;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.content-item-news-block__title:not(:last-child) {
  margin: 0 0 8px 0;
}
@media (min-width: 992.98px) {
  .content-item-news-block__title:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1222px) {
  .content-item-news-block__title {
    font-size: 21px;
  }
}
@media (max-width: 992.98px) {
  .content-item-news-block__title {
    font-size: 20px;
  }
}
@media (max-width: 768.98px) {
  .content-item-news-block__title {
    font-size: 19px;
  }
}
@media (max-width: 480.98px) {
  .content-item-news-block__title {
    font-size: 18px;
  }
}
.content-item-news-block__text {
  flex: 1 1 100%;
  color: #737373;
}
.content-item-news-block__text:not(:last-child) {
  margin: 0 0 16px 0;
}
.content-item-news-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
  padding: 0 18px;
  font-size: 12px;
  line-height: 118.1666666667%;
  color: #737373;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.content-item-news-block__btn span {
  margin: 0 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-item-news-block__btn span svg {
  width: 5px;
  height: 9px;
}
@media (min-width: 992.98px) {
  .content-item-news-block__btn:hover {
    border: 1px solid #737373;
  }
}

.top-content-item-news-block {
  display: flex;
  align-items: center;
}
.top-content-item-news-block__category {
  padding: 2px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 16px 0 0;
}
.top-content-item-news-block__time {
  color: #737373;
}

.bottom-news-block {
  height: calc(100% - 300px);
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  position: absolute;
  top: 300px;
  width: 100%;
  left: 0;
  z-index: 1;
}
@media (max-width: 1222px) {
  .bottom-news-block {
    top: 240px;
    height: calc(100% - 240px);
  }
}
@media (max-width: 992.98px) {
  .bottom-news-block {
    top: auto;
    bottom: 0;
    height: 260px;
  }
}
.bottom-news-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bottom-news-block__btn {
  position: relative;
  margin: 0 0 60px 0;
  width: 280px;
  height: 44px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 118.1875%;
}

.reviews {
  padding: 100px 0;
}
@media (max-width: 1222px) {
  .reviews {
    padding: 90px 0;
  }
}
@media (max-width: 992.98px) {
  .reviews {
    padding: 80px 0;
  }
}
@media (max-width: 768.98px) {
  .reviews {
    padding: 70px 0;
  }
}
@media (max-width: 480.98px) {
  .reviews {
    padding: 60px 0;
  }
}
.reviews__top:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1222px) {
  .reviews__top:not(:last-child) {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .reviews__top:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .reviews__top:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .reviews__top:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.reviews__swiper:not(:last-child) {
  margin: 0 0 20px 0;
}
.reviews__swiper-1 .swiper-slide-active .item-slide-reviews::after {
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
.reviews__swiper-1 .swiper-slide-next .item-slide-reviews::after {
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
@media (max-width: 768.98px) {
  .reviews__swiper-1 .swiper-slide-next .item-slide-reviews::after {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
}
.reviews__swiper-2 .swiper-slide-next .item-slide-reviews::after {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}
.reviews__swiper-2 .swiper-slide-next + .swiper-slide .item-slide-reviews::after {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}
@media (max-width: 768.98px) {
  .reviews__swiper-2 .swiper-slide-next + .swiper-slide .item-slide-reviews::after {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
}
.reviews__wrapper {
  align-items: center;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.reviews__slide.swiper-slide {
  width: 480px;
}
@media (max-width: 992.98px) {
  .reviews__slide.swiper-slide {
    width: 440px;
  }
}
@media (max-width: 768.98px) {
  .reviews__slide.swiper-slide {
    width: 400px;
  }
}
@media (max-width: 480.98px) {
  .reviews__slide.swiper-slide {
    width: 360px;
  }
}
@media (max-width: 370px) {
  .reviews__slide.swiper-slide {
    width: 300px;
  }
}

.top-reviews {
  display: flex;
  justify-content: center;
}
.top-reviews__title {
  text-align: center;
  color: #1C1C1C;
}

.item-slide-reviews {
  position: relative;
  padding: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.item-slide-reviews::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 480.98px) {
  .item-slide-reviews::after {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
}
.item-slide-reviews__top:not(:last-child) {
  margin: 0 0 32px 0;
}
@media (max-width: 768.98px) {
  .item-slide-reviews__top:not(:last-child) {
    margin: 0 0 26px 0;
  }
}
@media (max-width: 480.98px) {
  .item-slide-reviews__top:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 370px) {
  .item-slide-reviews__top:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.item-slide-reviews__text {
  color: #000000;
}

.top-item-slide-reviews {
  display: flex;
  align-items: center;
}
.top-item-slide-reviews__image {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 20px 0 0;
}
.top-item-slide-reviews__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-item-slide-reviews__name {
  font-weight: 600;
  color: #000000;
}
.top-item-slide-reviews__position {
  color: #737373;
}

.other-news {
  padding: 40px 0 60px 0;
}
@media (max-width: 1222px) {
  .other-news {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 992.98px) {
  .other-news {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .other-news {
    padding: 35px 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .other-news {
    padding: 30px 0 30px 0;
  }
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ibg img {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 4px 15px 0px rgba(172, 172, 172, 0.2509803922);
}
.header_white {
  box-shadow: none;
}
.header_white .header__main {
  background-color: transparent;
}
.header_white .main-header__logo svg {
  fill: #fff;
}
.main-header__logo img {
	max-height: 26px;
}
.header_white .main-header__burger span {
  background-color: #fff;
}
@media (min-width: 992.98px) {
  .header_white .menu-header__item:hover .menu-header__link {
    color: rgba(255, 255, 255, 0.9);
  }
}
.header_white .menu-header__link {
  color: #fff;
}
.header_white .menu-header__link_arrow svg {
  fill: #fff;
}
@media (max-width: 992.98px) {
  .header_white .dropdown-menu-header__link {
    color: #fff;
  }
}
.header.hover {
  box-shadow: 0px 4px 15px 0px rgba(172, 172, 172, 0.2509803922);
}
.header.hover .header__main {
  background-color: #FFFFFF;
}
.header.hover .main-header__logo svg {
  fill: #1C1C1C;
}
.header.hover .main-header__burger span {
  background-color: #1C1C1C;
}
@media (min-width: 992.98px) {
  .header.hover .menu-header__item:hover .menu-header__link {
    color: #000;
  }
}
.header.hover .menu-header__link {
  color: #1C1C1C;
}
.header.hover .menu-header__link_arrow svg {
  fill: #1C1C1C;
}
@media (max-width: 992.98px) {
  .header.hover .dropdown-menu-header__link {
    color: #1C1C1C;
  }
}
.header__main {
  height: 52px;
  background-color: #FFFFFF;
}

.main-header__container {
  height: 100%;
}
.main-header__row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__logo {
  position: relative;
  z-index: 1000;
}
.main-header__logo svg {
  width: 120px;
  height: 20px;
  fill: #1C1C1C;
}
.main-header__burger {
  display: none;
}
@media (max-width: 992.98px) {
  .main-header__burger {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    z-index: 1000;
  }
  .main-header__burger span {
    width: 28px;
    height: 2.4px;
    background-color: #1C1C1C;
    border-radius: 8px;
    margin: 4px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .main-header__burger span:first-child, .main-header__burger span:last-child {
    margin: 0;
  }
  .main-header__burger.active span {
    position: absolute;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .main-header__burger.active span:first-child {
    transform: rotate(-45deg);
  }
  .main-header__burger.active span:last-child {
    transform: rotate(45deg);
  }
}

.language-main-header__dropdown .dropdown__btn {
  width: 55px;
  height: 28px;
  border-radius: 12px 0px 12px 0px;
  background-color: #CCEFFB;
}
.language-main-header__dropdown .dropdown__btn .btn-dropdown__text {
  font-size: 12px;
  line-height: 118.1666666667%;
  color: #1C1C1C;
}
.language-main-header__dropdown .dropdown__btn .btn-dropdown__icon {
  display: flex;
  align-items: center;
  margin: 0 0 0 9.5px;
}
.language-main-header__dropdown .dropdown__btn .btn-dropdown__icon svg {
  width: 8px;
  height: 4px;
  fill: #737373;
}
.language-main-header__dropdown .dropdown__list {
  background-color: #fff;
  width: 100%;
  border-radius: 12px 0px 12px 0px;
  transform: translate(0, 2px);
  padding: 5px 10px;
  box-shadow: 0px 4px 15px 0px rgba(172, 172, 172, 0.2509803922);
}
.language-main-header__dropdown .lang-item {
  font-size: 12px;
  line-height: 118.1666666667%;
  color: #1C1C1C;
  padding: 2.5px 0;
}
.language-main-header__dropdown .lang-item a{
  font-size: 12px;
  line-height: 118.1666666667%;
  color: #1C1C1C;
  text-decoration: none;
}

.language-main-header__dropdown .lang-item:not(:last-child) {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}
@media (min-width: 992.98px) {
  .language-main-header__dropdown .lang-item:hover {
    background-color: rgba(204, 239, 251, 0.4);
  }
}

.mobile-header {
  position: fixed;
  background-color: rgb(190, 190, 190);
  width: 100%;
  height: 100%;
  top: 0;
  left: -120%;
  padding: 52px 0 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mobile-header.active {
  left: 0;
}
.mobile-header__container {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.mobile-header__body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 0 40px 0;
  height: auto;
}

@media (max-width: 992.98px) {
  .menu-header {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.menu-header__list {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}
@media (max-width: 1222px) {
  .menu-header__list {
    margin: 0 -15px;
  }
}
@media (max-width: 992.98px) {
  .menu-header__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.menu-header__item {
  padding: 0 20px;
  position: relative;
}
@media (min-width: 992.98px) {
  .menu-header__item:hover .menu-header__link {
    color: #000;
  }
  .menu-header__item:hover .menu-header__dropdown-block {
    display: flex;
  }
  .menu-header__item:hover .menu-header__link_arrow svg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 1222px) {
  .menu-header__item {
    padding: 0 15px;
  }
}
@media (max-width: 992.98px) {
  .menu-header__item:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 992.98px) {
  .menu-header__item:nth-child(1):hover > .menu-header__link {
    color: #02B1EB !important;
  }
  .menu-header__item:nth-child(1) .dropdown-menu-header__link:hover {
    background-color: #CCEFFB;
  }
}
@media (max-width: 992.98px) {
  .menu-header__item:nth-child(1).active > .menu-header__link {
    color: #02B1EB !important;
  }
}
@media (min-width: 992.98px) {
  .menu-header__item:nth-child(2):hover > .menu-header__link {
    color: #00C500 !important;
  }
  .menu-header__item:nth-child(2) .dropdown-menu-header__link:hover {
    background-color: #CCF3CC;
  }
}
@media (max-width: 992.98px) {
  .menu-header__item:nth-child(2).active > .menu-header__link {
    color: #00C500 !important;
  }
}
@media (min-width: 992.98px) {
  .menu-header__item:nth-child(3):hover .menu-header__link {
    color: #FF0027 !important;
  }
}
@media (max-width: 992.98px) {
  .menu-header__item:nth-child(3).active .menu-header__link {
    color: #FF0027 !important;
  }
}
.menu-header__link {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 150%;
  color: #1C1C1C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.menu-header__link.active {
  font-weight: 600;
}
@media (max-width: 992.98px) {
  .menu-header__link {
    font-size: 16px;
  }
  .menu-header__link.open .menu-header__link_arrow svg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.menu-header__link_blue.active {
  color: #02B1EB;
}
.menu-header__link_green.active {
  color: #00C500;
}
.menu-header__link_red.active {
  color: #FF0027;
}
.menu-header__link_arrow {
  margin: 0 0 0 6.5px;
  display: flex;
  align-items: center;
}
.menu-header__link_arrow svg {
  width: 8px;
  height: 4px;
  fill: #1C1C1C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-header__dropdown-block {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  flex-direction: column;
}
@media (max-width: 992.98px) {
  .menu-header__dropdown-block {
    position: relative;
    left: 0;
    transform: translate(0, 0);
  }
  .menu-header__dropdown-block.active {
    display: flex;
  }
}
.menu-header__dropdown-top {
  display: inline-flex;
  height: 15px;
}
@media (max-width: 992.98px) {
  .menu-header__dropdown-top {
    display: none;
  }
}
.dropdown-menu-header {
  box-shadow: 0px 4px 15px 0px rgba(172, 172, 172, 0.2509803922);
  background-color: #fff;
  padding: 20px 0px 20px 0px;
  border-radius: 0px 0px 16px 16px;
  text-align: center;
}
@media (max-width: 992.98px) {
  .dropdown-menu-header {
    background-color: transparent;
    box-shadow: none;
    text-align: left;
    padding: 10px 0;
  }
}
@media (min-width: 992.98px) {
  .dropdown-menu-header__item_mobile {
    display: none;
  }
}
.dropdown-menu-header__link {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  line-height: 118.2142857143%;
  text-align: center;
  padding: 8px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #1C1C1C;
  white-space: nowrap;
}
@media (max-width: 992.98px) {
  .dropdown-menu-header__link {
    text-align: left;
    justify-content: flex-start;
    font-size: 16px;
    padding: 10px 20px;
  }
}

.footer {
  background-color: #212121;
  position: relative;
}
.footer__btn-up {
  position: absolute;
  right: 30px;
  top: -30px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 11.25px 0px 11.25px 0px;
  box-shadow: 0px 4px 14px 0px rgba(70, 70, 70, 0.2509803922);
  overflow: hidden;
  background-color: #00C500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__btn-up svg {
  width: 32px;
  height: 18px;
  fill: #FFFFFF;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 992.98px) {
  .footer__btn-up:hover {
    background: #01d401;
    transform: translate(0, -3px);
  }
}
@media (max-width: 992.98px) {
  .footer__btn-up {
    width: 50px;
    height: 50px;
    top: -25px;
    right: 25px;
  }
  .footer__btn-up svg {
    width: 26.5px;
    height: 15px;
  }
}
@media (max-width: 768.98px) {
  .footer__btn-up {
    right: 16px;
  }
}
@media (max-width: 480.98px) {
  .footer__btn-up {
    top: -22.5px;
    width: 45px;
    height: 45px;
  }
  .footer__btn-up svg {
    width: 24px;
    height: 13.5px;
  }
}

.top-footer {
  padding: 40px 0;
  border-bottom: 1px solid #373737;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1222px) {
  .top-footer {
    flex-wrap: wrap;
  }
}
@media (max-width: 992.98px) {
  .top-footer {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 480.98px) {
  .top-footer {
    padding: 35px 0 15px 0;
  }
}
.top-footer__logo svg {
  width: 156px;
  height: 26px;
  fill: #FFFFFF;
}
@media (max-width: 1222px) {
  .top-footer__logo {
    order: 1;
  }
}
.top-footer__menu {
  margin: 0 11px;
}
@media (max-width: 1222px) {
  .top-footer__menu {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 1222px) {
  .top-footer__socials {
    order: 2;
  }
}

@media (max-width: 1222px) {
  .menu-footer {
    order: 3;
    flex: 1 1 100%;
  }
}
.menu-footer__list {
  display: flex;
  align-items: center;
}
@media (max-width: 1222px) {
  .menu-footer__list {
    justify-content: space-between;
  }
}
@media (max-width: 992.98px) {
  .menu-footer__list {
    flex-wrap: wrap;
    margin: 0 -11px;
  }
}
.menu-footer__item {
  padding: 0 11px;
  position: relative;
}
@media (min-width: 992.98px) {
  .menu-footer__item:hover .menu-footer__dropdown-block {
    display: flex;
  }
  .menu-footer__item:hover .menu-footer__link_arrow svg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 1222px) {
  .menu-footer__item:first-child {
    padding-left: 0;
  }
  .menu-footer__item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 992.98px) {
  .menu-footer__item {
    flex: 0 1 33.333%;
    margin: 0 0 20px 0;
  }
  .menu-footer__item:first-child {
    padding-left: 11px;
  }
  .menu-footer__item:last-child {
    padding-right: 11px;
  }
}
@media (max-width: 700px) {
  .menu-footer__item {
    flex: 0 1 50%;
  }
}
@media (max-width: 480.98px) {
  .menu-footer__item {
    flex: 1 1 100%;
  }
}
@media (min-width: 992.98px) {
  .menu-footer__item_blue .dropdown-menu-footer__link:hover {
    background-color: #CCEFFB;
  }
}
@media (max-width: 992.98px) {
  .menu-footer__item_blue.active .menu-footer__link {
    color: #02B1EB !important;
  }
}
@media (min-width: 992.98px) {
  .menu-footer__item_green .dropdown-menu-footer__link:hover {
    background-color: #CCF3CC;
  }
}
@media (max-width: 992.98px) {
  .menu-footer__item_green.active .menu-footer__link {
    color: #00C500 !important;
  }
}
@media (min-width: 992.98px) {
  .menu-footer__item_red .dropdown-menu-footer__link:hover {
    background-color: #FFD9DF;
  }
}
@media (max-width: 992.98px) {
  .menu-footer__item_red.active .menu-footer__link {
    color: #FF0027 !important;
  }
}
.menu-footer__link {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
}
.menu-footer__link.open .menu-footer__link_arrow svg {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-footer__link_arrow {
  margin: 0 0 0 6.5px;
  display: flex;
  align-items: center;
}
.menu-footer__link_arrow svg {
  width: 8px;
  height: 4px;
  fill: #737373;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-footer__dropdown-block {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 1222px) {
  .menu-footer__dropdown-block {
    right: auto;
    left: 0;
  }
}
@media (max-width: 992.98px) {
  .menu-footer__dropdown-block.active {
    display: flex;
  }
}
.menu-footer__dropdown-top {
  display: inline-flex;
  height: 5px;
}
.dropdown-menu-footer {
  box-shadow: 0px 4px 15px 0px rgba(172, 172, 172, 0.2509803922);
  background-color: #fff;
  padding: 12px 0;
  border-radius: 0px 0px 16px 16px;
  text-align: center;
}
@media (min-width: 992.98px) {
  .dropdown-menu-footer__item_mobile {
    display: none;
  }
}
.dropdown-menu-footer__link {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  line-height: 118.2142857143%;
  text-align: center;
  padding: 7px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #1C1C1C;
  white-space: nowrap;
}

.socials-footer__list {
  display: flex;
  align-items: center;
  margin: 0 -6.5px;
}
.socials-footer__item {
  padding: 0 6.5px;
}
.socials-footer__link svg {
  width: 18px;
  height: 18px;
  fill: #00C500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .socials-footer__link:hover svg {
    fill: #00ff00;
  }
}

.bottom-footer {
  padding: 32px 0 40px 0;
}
@media (max-width: 480.98px) {
  .bottom-footer {
    padding: 27px 0 35px 0;
  }
}
.bottom-footer__seo:not(:last-child) {
  margin: 0 0 32px 0;
}
@media (max-width: 480.98px) {
  .bottom-footer__seo:not(:last-child) {
    margin: 0 0 27px 0;
  }
}
.seo-footer {
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
  background-color: #323232;
  padding: 30px 36px 30px 30px;
}
@media (max-width: 992.98px) {
  .seo-footer {
    padding: 25px 30px 25px 25px;
  }
}
@media (max-width: 768.98px) {
  .seo-footer {
    padding: 20px 25px 20px 20px;
  }
}
.seo-footer__body {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.seo-footer__text {
  padding: 16px 70px 0 0;
  color: #A0A0A0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.seo-footer__text.preview {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 992.98px) {
  .seo-footer__text {
    padding: 16px 60px 0 0;
  }
}
@media (max-width: 768.98px) {
  .seo-footer__text {
    padding: 16px 50px 0 0;
  }
}
@media (max-width: 480.98px) {
  .seo-footer__text {
    padding: 16px 35px 0 0;
  }
}

.top-seo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-seo-footer.active .top-seo-footer__arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-seo-footer__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0 30px 0 0;
}
.top-seo-footer__arrow {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-seo-footer__arrow svg {
  width: 18px;
  height: 11px;
  fill: #00C500;
}

.copyright-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768.98px) {
  .copyright-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.copyright-footer__text {
  color: #737373;
  margin: 0 30px 0 0;
  font-size: 12px;
  line-height: 150%;
}
@media (max-width: 768.98px) {
  .copyright-footer__text {
    order: 2;
  }
}
@media (max-width: 768.98px) {
  .copyright-footer__menu {
    margin: 0 0 25px 0;
  }
}

@media (max-width: 768.98px) {
  .menu-copyright-footer {
    order: 1;
  }
}
.menu-copyright-footer__list {
  display: flex;
  align-items: center;
  margin: 0 -12px;
}
@media (max-width: 480.98px) {
  .menu-copyright-footer__list {
    margin: 0 -10px;
  }
}
@media (max-width: 350px) {
  .menu-copyright-footer__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.menu-copyright-footer__list li {
  padding: 0 12px;
}
@media (max-width: 480.98px) {
  .menu-copyright-footer__list li {
    padding: 0 10px;
  }
}
@media (max-width: 350px) {
  .menu-copyright-footer__list li:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.menu-copyright-footer__list a {
  font-size: 12px;
  line-height: 150%;
  color: #737373;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .menu-copyright-footer__list a:hover {
    text-decoration: none;
  }
}

.irrigation-systems__fullscreen .fullscreen__content {
  max-width: 581px;
}
.select-culture {
  padding: 60px 0 0 0;
  position: relative;
}
.select-culture::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  top: 0;
  left: 0;
  background-color: #F7FDF7;
}
@media (max-width: 1222px) {
  .select-culture {
    padding: 55px 0 0 0;
  }
}
@media (max-width: 992.98px) {
  .select-culture {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .select-culture {
    padding: 45px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .select-culture {
    padding: 40px 0 0 0;
  }
}
.select-culture__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.select-culture__title {
  position: relative;
  text-align: center;
  color: #1C1C1C;
}
.select-culture__title:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1222px) {
  .select-culture__title:not(:last-child) {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .select-culture__title:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .select-culture__title:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .select-culture__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.select-culture__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.select-culture__column {
  padding: 0 10px;
  margin: 0 0 20px 0;
}
.select-culture__column_small {
  flex: 0 1 25%;
}
@media (max-width: 992.98px) {
  .select-culture__column_small {
    flex: 0 1 50%;
  }
}
@media (max-width: 550px) {
  .select-culture__column_small {
    flex: 1 1 100%;
  }
}
.select-culture__column_big {
  flex: 0 1 50%;
}
@media (max-width: 550px) {
  .select-culture__column_big {
    flex: 1 1 100%;
  }
}
.item-select-culture {
  width: 100%;
  position: relative;
  height: 180px;
  border-radius: 12px 0px 12px 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992.98px) {
  .item-select-culture:hover .item-select-culture__image {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.item-select-culture__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-select-culture__btn {
  position: relative;
  padding: 0 16px;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 118.2142857143%;
  color: #1C1C1C;
  border-radius: 8px 8px 0px 0px;
}
.item-select-culture__btn .btn-arrow__icon svg {
  fill: #A0A0A0;
}
@media (min-width: 992.98px) {
  .item-select-culture__btn:hover {
    background-color: #fff;
  }
}

.consultation-irrigation-systems {
  padding: 100px 0 0 0;
}
@media (max-width: 1222px) {
  .consultation-irrigation-systems {
    padding: 90px 0 0 0;
  }
}
@media (max-width: 992.98px) {
  .consultation-irrigation-systems {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .consultation-irrigation-systems {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .consultation-irrigation-systems {
    padding: 60px 0 0 0;
  }
}
.consultation-irrigation-systems__top {
  position: relative;
  z-index: 1;
}
.consultation-irrigation-systems__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.consultation-irrigation-systems__title {
  color: #1C1C1C;
}
.consultation-irrigation-systems__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.consultation-irrigation-systems__text {
  color: #737373;
}
.consultation-irrigation-systems__text:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1222px) {
  .consultation-irrigation-systems__text:not(:last-child) {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .consultation-irrigation-systems__text:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .consultation-irrigation-systems__text:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .consultation-irrigation-systems__text:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.consultation-irrigation-systems__btn {
  height: 44px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 118.2142857143%;
}
.consultation-irrigation-systems__image-block {
  position: relative;
  height: 401px;
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
  margin: -22px 0 0 0;
}
@media (max-width: 992.98px) {
  .consultation-irrigation-systems__image-block {
    height: auto;
    padding: 0 0 41% 0;
  }
}
@media (max-width: 768.98px) {
  .consultation-irrigation-systems__image-block {
    padding: 0 0 50% 0;
  }
}
@media (max-width: 480.98px) {
  .consultation-irrigation-systems__image-block {
    padding: 60% 0 0 0;
  }
}
.consultation-irrigation-systems__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.drip-irragation__more:not(:last-child) {
  margin: -30px 0 40px 0;
}
@media (max-width: 1222px) {
  .drip-irragation__more:not(:last-child) {
    margin: -30px 0 35px 0;
  }
}
@media (max-width: 992.98px) {
  .drip-irragation__more:not(:last-child) {
    margin: -30px 0 30px 0;
  }
}
@media (max-width: 768.98px) {
  .drip-irragation__more:not(:last-child) {
    margin: -30px 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .drip-irragation__more:not(:last-child) {
    margin: -30px 0 20px 0;
  }
}
.drip-irragation__our-products {
  position: relative;
}
.drip-irragation__our-products::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 430px;
  top: 0;
  left: 0;
  background-color: #F7FDFE;
}

.product__main-advantages {
  padding: 112px 0 120px 0;
}
@media (max-width: 1222px) {
  .product__main-advantages {
    padding: 107px 0 100px 0;
  }
}
@media (max-width: 992.98px) {
  .product__main-advantages {
    padding: 102px 0 80px 0;
  }
}
@media (max-width: 768.98px) {
  .product__main-advantages {
    padding: 97px 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .product__main-advantages {
    padding: 92px 0 60px 0;
  }
}
@media (max-width: 1222px) {
  .product__main-advantages .advantages__row {
    flex-direction: column;
  }
}
.product__main-advantages .advantages__content {
  flex: 0 0 485px;
}
@media (max-width: 1222px) {
  .product__main-advantages .advantages__content {
    margin: 0;
    flex: auto;
  }
}
.product__main-advantages .advantages__media {
  flex: 0 0 480px;
}
@media (max-width: 1222px) {
  .product__main-advantages .advantages__media {
    flex: auto;
    padding: 0 0 70% 0;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .product__main-advantages .advantages__media {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .product__main-advantages .advantages__media {
    margin: 0 0 30px 0;
    padding: 0 0 80% 0;
  }
}
.product__advantages {
  background: rgba(204, 239, 251, 0.1490196078);
  padding: 60px 0;
}
@media (max-width: 1222px) {
  .product__advantages {
    padding: 55px 0;
  }
}
@media (max-width: 992.98px) {
  .product__advantages {
    padding: 50px 0;
  }
}
@media (max-width: 768.98px) {
  .product__advantages {
    padding: 45px 0;
  }
}
@media (max-width: 480.98px) {
  .product__advantages {
    padding: 40px 0;
  }
}
.fertilizers__fullscreen .btn_white {
  color: #00C500;
}

.fertilizers-detail__fullscreen .btn_white {
  color: #00C500;
}
.fertilizers-detail__consultation {
  position: relative;
  z-index: 1;
}
.fertilizers-detail__catalog-fertilizers {
  padding: 127px 0 40px 0;
  position: relative;
  margin: -27px 0 0 0;
}
.fertilizers-detail__catalog-fertilizers::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 495px;
  top: 0;
  left: 0;
  background: rgba(204, 243, 204, 0.1490196078);
}
@media (max-width: 1222px) {
  .fertilizers-detail__catalog-fertilizers {
    padding: 117px 0 35px 0;
  }
}
@media (max-width: 992.98px) {
  .fertilizers-detail__catalog-fertilizers {
    padding: 107px 0 30px 0;
  }
}
@media (max-width: 768.98px) {
  .fertilizers-detail__catalog-fertilizers {
    padding: 97px 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .fertilizers-detail__catalog-fertilizers {
    padding: 87px 0 20px 0;
  }
}

.about-product__main-advantages {
  padding: 112px 0 80px 0;
}
@media (max-width: 1222px) {
  .about-product__main-advantages {
    padding: 107px 0 75px 0;
  }
}
@media (max-width: 992.98px) {
  .about-product__main-advantages {
    padding: 102px 0 70px 0;
  }
}
@media (max-width: 768.98px) {
  .about-product__main-advantages {
    padding: 97px 0 65px 0;
  }
}
@media (max-width: 480.98px) {
  .about-product__main-advantages {
    padding: 92px 0 60px 0;
  }
}
@media (max-width: 1222px) {
  .about-product__main-advantages .advantages__row {
    flex-direction: column;
  }
}
.about-product__main-advantages .advantages__content {
  flex: 0 0 485px;
}
@media (max-width: 1222px) {
  .about-product__main-advantages .advantages__content {
    margin: 0;
    flex: auto;
  }
}
.about-product__main-advantages .advantages__media {
  flex: 0 0 480px;
}
@media (max-width: 1222px) {
  .about-product__main-advantages .advantages__media {
    flex: auto;
    padding: 0 0 70% 0;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .about-product__main-advantages .advantages__media {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .about-product__main-advantages .advantages__media {
    margin: 0 0 30px 0;
    padding: 0 0 80% 0;
  }
}
.about-product__other-products {
  position: relative;
}
.about-product__other-products::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 391px;
  left: 0;
  top: 0;
  background: rgba(204, 243, 204, 0.1490196078);
}
.info-about-product__top {
  padding: 20px 0;
  background-color: #FAFAFA;
}
.info-about-product__top:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 768.98px) {
  .info-about-product__top:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .info-about-product__top:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.slider-top-info-about-product {
  overflow: hidden;
}
.slider-top-info-about-product__swiper.swiper {
  overflow: visible;
}
.slider-top-info-about-product__slide.swiper-slide {
  width: 220px;
}
.slider-top-info-about-product__slide.swiper-slide:not(:last-child) {
  margin: 0 20px 0 0;
}
@media (max-width: 768.98px) {
  .slider-top-info-about-product__slide.swiper-slide {
    width: 207.5px;
  }
}
@media (max-width: 480.98px) {
  .slider-top-info-about-product__slide.swiper-slide {
    width: 195px;
  }
  .slider-top-info-about-product__slide.swiper-slide:not(:last-child) {
    margin: 0 15px 0 0;
  }
}

.item-slide-top-info-about-product__btn {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  background-color: #FAFAFA;
  color: #1C1C1C;
  font-size: 16px;
  line-height: 118.1875%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .item-slide-top-info-about-product__btn:hover {
    background-color: #01d401;
    color: #FFFFFF;
  }
}
@media (max-width: 768.98px) {
  .item-slide-top-info-about-product__btn {
    font-size: 15px;
  }
}
@media (max-width: 480.98px) {
  .item-slide-top-info-about-product__btn {
    font-size: 14px;
    height: 42px;
  }
}
.item-slide-top-info-about-product__btn.active {
  font-weight: 600;
  color: #fff;
  background-color: #00C500;
}
.item-info-about-product{
  display: none;
}
.item-info-about-product.active{
  display: block;
}

.item-info-about-product__top:not(:last-child) {
  margin: 0 0 18px 0;
}
@media (max-width: 768.98px) {
  .item-info-about-product__top:not(:last-child) {
    margin: 0 0 13px 0;
  }
}
@media (max-width: 480.98px) {
  .item-info-about-product__top:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.item-info-about-product__text:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 1222px) {
  .item-info-about-product__text:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 992.98px) {
  .item-info-about-product__text:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768.98px) {
  .item-info-about-product__text:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 480.98px) {
  .item-info-about-product__text:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.top-item-info-about-product__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.top-item-info-about-product__column {
  flex: 0 1 25%;
  padding: 0 30px;
  margin: 0 0 30px 0;
}
@media (max-width: 700px) {
  .top-item-info-about-product__column {
    flex: 0 1 50%;
    margin: 0 0 25px 0;
  }
}
.top-item-info-about-product__label {
  font-weight: 700;
  color: #1C1C1C;
}
.top-item-info-about-product__label:not(:last-child) {
  margin: 0 0 8px 0;
}
.top-item-info-about-product__value {
  color: #1C1C1C;
}

.text-item-info-about-product__row {
  display: flex;
  margin: 0 -30px;
  flex-wrap: wrap;
}
.text-item-info-about-product__column {
  flex: 0 1 50%;
  padding: 0 30px;
  margin: 0 0 30px 0;
}
@media (max-width: 600px) {
  .text-item-info-about-product__column {
    flex: 1 1 100%;
  }
}
@media (max-width: 480.98px) {
  .text-item-info-about-product__column {
    margin: 0 0 25px 0;
  }
}
.text-item-info-about-product__value {
  color: #737373;
}

.bottom-item-info-about-product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-item-info-about-product__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #1C1C1C;
  text-align: center;
}
.bottom-item-info-about-product__title:not(:last-child) {
  margin: 0 0 24px;
}
.bottom-item-info-about-product__row {
  width: 100%;
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.bottom-item-info-about-product__column {
  flex: 0 1 50%;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
@media (max-width: 700px) {
  .bottom-item-info-about-product__column {
    flex: 1 1 100%;
  }
}
.bottom-item-info-about-product__btn {
  height: 56px;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 126.0666666667%;
  padding: 0 10px;
}
.bottom-item-info-about-product__btn span {
  margin: 0 16px 0 0;
}
.bottom-item-info-about-product__btn span svg {
  width: 28px;
  height: 30px;
  fill: #fff;
}
@media (max-width: 480.98px) {
  .bottom-item-info-about-product__btn span svg {
    width: 25px;
    height: 26.75px;
  }
}
@media (max-width: 480.98px) {
  .bottom-item-info-about-product__btn {
    height: 52px;
    font-size: 15px;
  }
}

.fertilizers-product__main-advantages {
  padding: 112px 0 60px 0;
}
@media (max-width: 1222px) {
  .fertilizers-product__main-advantages {
    padding: 107px 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .fertilizers-product__main-advantages {
    padding: 102px 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .fertilizers-product__main-advantages {
    padding: 97px 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .fertilizers-product__main-advantages {
    padding: 92px 0 40px 0;
  }
}
@media (max-width: 1222px) {
  .fertilizers-product__main-advantages .advantages__row {
    flex-direction: column;
  }
}
.fertilizers-product__main-advantages .advantages__content {
  flex: 0 0 485px;
}
@media (max-width: 1222px) {
  .fertilizers-product__main-advantages .advantages__content {
    margin: 0;
    flex: auto;
  }
}
.fertilizers-product__main-advantages .advantages__media {
  flex: 0 0 480px;
}
@media (max-width: 1222px) {
  .fertilizers-product__main-advantages .advantages__media {
    flex: auto;
    padding: 0 0 70% 0;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .fertilizers-product__main-advantages .advantages__media {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .fertilizers-product__main-advantages .advantages__media {
    margin: 0 0 30px 0;
    padding: 0 0 80% 0;
  }
}
.fertilizers-product__main-advantages .advantages__items:not(:last-child) {
  margin: 0 0 54px 0;
}
@media (max-width: 1222px) {
  .fertilizers-product__main-advantages .advantages__items:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 992.98px) {
  .fertilizers-product__main-advantages .advantages__items:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768.98px) {
  .fertilizers-product__main-advantages .advantages__items:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .fertilizers-product__main-advantages .advantages__items:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.element-deficiencies {
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  background: rgba(204, 243, 204, 0.1490196078);
  padding: 30px 0 100px 0;
}
@media (max-width: 1222px) {
  .element-deficiencies {
    padding: 30px 0 90px 0;
  }
}
@media (max-width: 992.98px) {
  .element-deficiencies {
    padding: 30px 0 80px 0;
  }
}
@media (max-width: 768.98px) {
  .element-deficiencies {
    padding: 30px 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .element-deficiencies {
    padding: 30px 0 60px 0;
  }
}
.element-deficiencies__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.element-deficiencies__title {
  color: #1C1C1C;
}
.element-deficiencies__title:not(:last-child) {
  margin: 0 0 40px 0;
}
.element-deficiencies__top:not(:last-child) {
  margin: 0 0 40px 0;
}
.element-deficiencies__body {
  width: 100%;
}
@media (max-width: 992.98px) {
  .element-deficiencies__body .advantages__row {
    flex-direction: column;
  }
}
.element-deficiencies__body .advantages__content {
  flex: 1 1 100%;
  margin: 0 120px 0 0;
}
@media (max-width: 1222px) {
  .element-deficiencies__body .advantages__content {
    margin: 0 60px 0 0;
  }
}
@media (max-width: 992.98px) {
  .element-deficiencies__body .advantages__content {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .element-deficiencies__body .advantages__content {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .element-deficiencies__body .advantages__content {
    margin: 0 0 30px 0;
  }
}
.element-deficiencies__body .advantages__media {
  flex: 0 0 480px;
}
@media (max-width: 992.98px) {
  .element-deficiencies__body .advantages__media {
    flex: auto;
    padding: 0 0 70% 0;
  }
}
@media (max-width: 480.98px) {
  .element-deficiencies__body .advantages__media {
    padding: 0 0 80% 0;
  }
}

.top-element-deficiencies {
  width: 100%;
  overflow: hidden;
}
.top-element-deficiencies__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #1C1C1C;
}
.top-element-deficiencies__label:not(:last-child) {
  margin: 0 0 14px 0;
}
.slider-top-element-deficiencies__swiper.swiper {
  overflow: visible;
}
.slider-top-element-deficiencies__slide.swiper-slide {
  width: auto;
  margin: 0 20px 0 0;
}
.slider-top-element-deficiencies__slide.swiper-slide:last-child {
  margin: 0;
}

.item-slide-top-element-deficiencies__btn {
  height: 44px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  line-height: 118.2142857143%;
  color: #1C1C1C;
  padding: 0 14px;
}
@media (min-width: 992.98px) {
  .item-slide-top-element-deficiencies__btn:hover:hover {
    background-color: #212121;
    color: #FFFFFF;
  }
}
.item-slide-top-element-deficiencies__btn.active {
  background-color: #212121;
  color: #FFFFFF;
  font-weight: 600;
}

.info-fertilizers-product__item {
  display: none;
}
.info-fertilizers-product__item_1 {
  display: block;
  padding: 40px 0 60px 0;
}
@media (max-width: 1222px) {
  .info-fertilizers-product__item_1 {
    padding: 40px 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .info-fertilizers-product__item_1 {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .info-fertilizers-product__item_1 {
    padding: 35px 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .info-fertilizers-product__item_1 {
    padding: 30px 0 40px 0;
  }
}
.info-fertilizers-product__item_1 .filters-catalog:not(:last-child) {
  margin: 0 0 30px 0;
}
.info-fertilizers-product__fertilizers-programs-body {
  padding: 40px 0 100px 0;
}
@media (max-width: 1222px) {
  .info-fertilizers-product__fertilizers-programs-body {
    padding: 40px 0 90px 0;
  }
}
@media (max-width: 992.98px) {
  .info-fertilizers-product__fertilizers-programs-body {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 768.98px) {
  .info-fertilizers-product__fertilizers-programs-body {
    padding: 35px 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .info-fertilizers-product__fertilizers-programs-body {
    padding: 30px 0 60px 0;
  }
}
.info-fertilizers-product__fertilizers-programs-img {
  overflow: hidden;
  padding: 0 0 49.153% 0;
  position: relative;
}
@media (max-width: 992.98px) {
  .info-fertilizers-product__fertilizers-programs-img {
    padding: 0 0 53.5% 0;
  }
}
.info-fertilizers-product__fertilizers-programs-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-info-fertilizers-product {
  padding: 20px 0;
  border-top: 2px solid #00C500;
  background-color: #FAFAFA;
}
.slider-top-info-fertilizers-product {
  overflow: hidden;
}
.slider-top-info-fertilizers-product__swiper.swiper {
  overflow: visible;
}
@media (max-width: 1222px) {
  .slider-top-info-fertilizers-product__slide.swiper-slide {
    width: 300px;
  }
  .slider-top-info-fertilizers-product__slide.swiper-slide:not(:last-child) {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 768.98px) {
  .slider-top-info-fertilizers-product__slide.swiper-slide {
    width: 280px;
  }
}
@media (max-width: 480.98px) {
  .slider-top-info-fertilizers-product__slide.swiper-slide {
    width: 260px;
  }
}

.item-slide-top-info-fertilizers-product__btn {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  background-color: #FAFAFA;
  color: #1C1C1C;
  font-size: 16px;
  line-height: 118.1875%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .item-slide-top-info-fertilizers-product__btn:hover {
    background-color: #01d401;
    color: #FFFFFF;
  }
}
@media (max-width: 768.98px) {
  .item-slide-top-info-fertilizers-product__btn {
    font-size: 15px;
  }
}
@media (max-width: 480.98px) {
  .item-slide-top-info-fertilizers-product__btn {
    font-size: 14px;
    height: 42px;
  }
}
.item-slide-top-info-fertilizers-product__btn.active {
  font-weight: 600;
  color: #fff;
  background-color: #00C500;
}

.irragation-product__main-advantages {
  padding: 112px 0 60px 0;
}
@media (max-width: 1222px) {
  .irragation-product__main-advantages {
    padding: 107px 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .irragation-product__main-advantages {
    padding: 102px 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .irragation-product__main-advantages {
    padding: 97px 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .irragation-product__main-advantages {
    padding: 92px 0 40px 0;
  }
}
@media (max-width: 1222px) {
  .irragation-product__main-advantages .advantages__row {
    flex-direction: column;
  }
}
.irragation-product__main-advantages .advantages__content {
  flex: 0 0 485px;
}
@media (max-width: 1222px) {
  .irragation-product__main-advantages .advantages__content {
    margin: 0;
    flex: auto;
  }
}
.irragation-product__main-advantages .advantages__media {
  flex: 0 0 480px;
}
@media (max-width: 1222px) {
  .irragation-product__main-advantages .advantages__media {
    flex: auto;
    padding: 0 0 70% 0;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .irragation-product__main-advantages .advantages__media {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .irragation-product__main-advantages .advantages__media {
    margin: 0 0 30px 0;
    padding: 0 0 80% 0;
  }
}
.irragation-product__main-advantages .advantages__items:not(:last-child) {
  margin: 0 0 54px 0;
}
@media (max-width: 1222px) {
  .irragation-product__main-advantages .advantages__items:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 992.98px) {
  .irragation-product__main-advantages .advantages__items:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768.98px) {
  .irragation-product__main-advantages .advantages__items:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .irragation-product__main-advantages .advantages__items:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.article-product {
  display: flex;
  align-items: center;
  position: relative;
  padding: 60px 0 100px 0;
}
@media (max-width: 1222px) {
  .article-product {
    padding: 55px 0 90px 0;
  }
}
@media (max-width: 992.98px) {
  .article-product {
    padding: 50px 0 80px 0;
  }
}
@media (max-width: 768.98px) {
  .article-product {
    padding: 45px 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .article-product {
    padding: 40px 0 60px 0;
  }
}
.article-product_bg {
  background-color: #FAFAFA;
  padding: 40px 0;
}
.article-product_right {
  justify-content: flex-end;
}
.article-product_right .article-product__body {
  align-items: flex-end;
}
.article-product_left .article-product__row {
  justify-content: flex-end;
}
.article-product_blue .article-product__category {
  color: #02B1EB;
  background-color: #CCEFFB;
}
.article-product_blue .item-article-product__icon svg {
  fill: #02B1EB;
}
.article-product__body {
  width: 100%;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.article-product__container {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992.98px) {
  .article-product__container {
    order: 2;
  }
}
.article-product__row {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
}
.article-product__content {
  flex: 0 0 580px;
}
@media (max-width: 1222px) {
  .article-product__content {
    flex: 0 0 480px;
  }
}
@media (max-width: 992.98px) {
  .article-product__content {
    flex: auto;
  }
}
.article-product__category {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
}
.article-product__category:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 768.98px) {
  .article-product__category:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .article-product__category:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.article-product__title {
  color: #1C1C1C;
}
.article-product__title:not(:last-child) {
  margin: 0 0 16px 0;
}
.article-product__text {
  color: #737373;
}
.article-product__text:not(:last-child) {
  margin: 0 0 16px;
}
.article-product__items:not(:last-child) {
  margin: 0 0 30px 0;
}
.article-product__item:not(:last-child) {
  margin: 0 0 16px 0;
}
.article-product__btn {
  display: inline-flex;
  padding: 0 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 118.2142857143%;
}
.article-product__image {
  position: absolute;
  width: 42.3619%;
  height: 100%;
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
}
.article-product__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992.98px) {
  .article-product__image {
    position: relative;
    order: 1;
    width: 100%;
    padding: 0 0 60% 0;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .article-product__image {
    padding: 0 0 70% 0;
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .article-product__image {
    padding: 0 0 80% 0;
    margin: 0 0 30px 0;
  }
}

.item-article-product {
  display: flex;
  align-items: flex-start;
}
.item-article-product__icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 16px 0 0;
}
.item-article-product__icon svg {
  width: 18px;
  height: 20px;
}
.item-article-product__text {
  line-height: 150%;
  color: #000;
}

.consulting__consultation {
  padding: 40px 0 0 0;
  border-radius: 30px 0px 0px 0px;
  overflow: hidden;
  position: relative;
}
.consulting__consultation::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  background: rgba(255, 217, 223, 0.1490196078);
}
@media (max-width: 768.98px) {
  .consulting__consultation {
    padding: 35px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .consulting__consultation {
    padding: 30px 0 0 0;
  }
}
.consulting__consultation .btn {
  color: #fff;
}
.consulting__news {
  padding: 100px 0 0 0;
}
@media (max-width: 1222px) {
  .consulting__news {
    padding: 90px 0 0 0;
  }
}
@media (max-width: 992.98px) {
  .consulting__news {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .consulting__news {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .consulting__news {
    padding: 60px 0 0 0;
  }
}
.consulting__news .news-block__row {
  padding: 0 0 24px 0;
}
.fullscreen-consulting {
  min-height: 100dvh;
  position: relative;
  z-index: 3;
}
.fullscreen-consulting .wpcf7-response-output{
  position: relative;
  max-width: 440px;
  color: #fff;
}
.fullscreen-consulting__media-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
}
.fullscreen-consulting__media-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.fullscreen-consulting__media-block img, .fullscreen-consulting__media-block iframe, .fullscreen-consulting__media-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullscreen-consulting__media-block img::-webkit-media-controls, .fullscreen-consulting__media-block iframe::-webkit-media-controls, .fullscreen-consulting__media-block video::-webkit-media-controls {
  display: none;
}
@media (max-width: 480.98px) {
  .fullscreen-consulting__media-block.ibg {
    background-position: 60% center;
  }
}
.fullscreen-consulting__body {
  height: 100%;
  padding: 151px 0 0 0;
}
@media (max-width: 1222px) {
  .fullscreen-consulting__body {
    padding: 145px 0 0 0;
  }
}
@media (max-width: 992.98px) {
  .fullscreen-consulting__body {
    padding: 140px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .fullscreen-consulting__body {
    padding: 135px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .fullscreen-consulting__body {
    padding: 130px 0 0 0;
  }
}
.fullscreen-consulting__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fullscreen-consulting__content {
  position: relative;
}
.fullscreen-consulting__content:not(:last-child) {
  margin: 0 0 70px 0;
}
@media (max-width: 1222px) {
  .fullscreen-consulting__content:not(:last-child) {
    margin: 0 0 65px 0;
  }
}
@media (max-width: 992.98px) {
  .fullscreen-consulting__content:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 768.98px) {
  .fullscreen-consulting__content:not(:last-child) {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 480.98px) {
  .fullscreen-consulting__content:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
.fullscreen-consulting__title {
  color: #FFFFFF;
}
.fullscreen-consulting__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.fullscreen-consulting__text {
  color: #FFFFFF;
  max-width: 420px;
}
.fullscreen-consulting__form {
  position: relative;
  width: 100%;
  max-width: 452px;
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
  background-color: #fff;
  border-width: 5px 0px 0px 5px;
  border-style: solid;
  border-color: #FFD9DF;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fullscreen-consulting__form .form__agreement {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #1C1C1C;
}
.fullscreen-consulting__form .form__agreement a {
  color: #FF0027;
}

.problems-consulting {
  position: relative;
  padding: 100px 0 40px 0;
}
.problems-consulting::before, .problems-consulting::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 217, 223, 0.1490196078);
  border-radius: 0px 0px 30px 0px;
  overflow: hidden;
  height: 300%;
  z-index: 1;
}
@media (max-width: 1222px) {
  .problems-consulting {
    padding: 90px 0 40px 0;
  }
}
@media (max-width: 992.98px) {
  .problems-consulting {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .problems-consulting {
    padding: 70px 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .problems-consulting {
    padding: 60px 0 30px 0;
  }
}
.problems-consulting__container {
  position: relative;
  z-index: 3;
}
.problems-consulting__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .problems-consulting__row {
    flex-direction: column;
  }
}
.problems-consulting__main {
  flex: 0 0 447px;
  margin: 0 60px 0 0;
}
@media (max-width: 1222px) {
  .problems-consulting__main {
    flex: 0 0 380px;
  }
}
@media (max-width: 992.98px) {
  .problems-consulting__main {
    flex: auto;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .problems-consulting__main {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .problems-consulting__main {
    margin: 0 0 30px 0;
  }
}
.problems-consulting__title {
  color: #1C1C1C;
}
.problems-consulting__content {
  flex: 0 0 570px;
}
.problems-consulting__content .item-advantages__icon svg {
  fill: #FF0027;
}
@media (max-width: 1222px) {
  .problems-consulting__content {
    flex: auto;
  }
}

.events {
  padding: 80px 0 0 0;
}
@media (max-width: 1222px) {
  .events {
    padding: 72.5px 0 0 0;
  }
}
@media (max-width: 992.98px) {
  .events {
    padding: 65px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .events {
    padding: 57.5px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .events {
    padding: 50px 0 0 0;
  }
}
.events__top:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 768.98px) {
  .events__top:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 480.98px) {
  .events__top:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.top-events__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.top-events__title {
  color: #1C1C1C;
  margin: 0 20px 20px 0;
}
.top-events__navigation {
  margin: 0 0 20px 0;
}
.top-events__navigation .navigation__btn {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background-color: #FF0027;
}
.top-events__navigation .navigation__btn svg {
  width: 9px;
  height: 15px;
  fill: #FFFFFF;
}
.top-events__navigation .navigation__btn.swiper-button-disabled {
  background-color: #FAFAFA;
  pointer-events: none;
}
.top-events__navigation .navigation__btn.swiper-button-disabled svg {
  fill: #D9D9D9;
}
@media (min-width: 992.98px) {
  .top-events__navigation .navigation__btn:hover {
    background-color: #ff304f;
  }
}
@media (max-width: 768.98px) {
  .top-events__navigation .navigation__btn {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 480.98px) {
  .top-events__navigation .navigation__btn {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }
}
.top-events__navigation .navigation__btn-prev {
  margin: 0 24px 0 0;
}
@media (max-width: 768.98px) {
  .top-events__navigation .navigation__btn-prev {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 480.98px) {
  .top-events__navigation .navigation__btn-prev {
    margin: 0 16px 0 0;
  }
}
.top-events__navigation .navigation__btn-next {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-events {
  position: relative;
  padding: 0 0 101px 0;
}
.slider-events::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 300px);
  left: 0;
  bottom: 0;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  background-color: rgba(255, 217, 223, 0.2509803922);
}
@media (max-width: 992.98px) {
  .slider-events::before {
    height: calc(100% - 260px);
  }
}
@media (max-width: 700px) {
  .slider-events::before {
    height: calc(100% - 220px);
  }
}
@media (max-width: 600px) {
  .slider-events::before {
    height: calc(100% - 300px);
  }
}
@media (max-width: 480.98px) {
  .slider-events::before {
    height: calc(100% - 280px);
  }
}
@media (max-width: 400px) {
  .slider-events::before {
    height: calc(100% - 260px);
  }
}
@media (max-width: 1222px) {
  .slider-events {
    padding: 0 0 90px 0;
  }
}
@media (max-width: 992.98px) {
  .slider-events {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 768.98px) {
  .slider-events {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .slider-events {
    padding: 0 0 60px 0;
  }
}
.slide-slider-events.swiper-slide {
  height: auto;
}
.item-slide-slider-events {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.item-slide-slider-events__image-block {
  display: flex;
  width: 100%;
  height: 300px;
  flex: 0 0 300px;
  border-radius: 10px 0px 10px 0px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992.98px) {
  .item-slide-slider-events__image-block:hover .item-slide-slider-events__image {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (max-width: 992.98px) {
  .item-slide-slider-events__image-block {
    height: 260px;
    flex: 0 0 260px;
  }
}
@media (max-width: 700px) {
  .item-slide-slider-events__image-block {
    height: 220px;
    flex: 0 0 220px;
  }
}
@media (max-width: 600px) {
  .item-slide-slider-events__image-block {
    height: 300px;
    flex: 0 0 300px;
  }
}
@media (max-width: 480.98px) {
  .item-slide-slider-events__image-block {
    height: 280px;
    flex: 0 0 280px;
  }
}
@media (max-width: 400px) {
  .item-slide-slider-events__image-block {
    flex: 0 0 260px;
    height: 260px;
  }
}
.item-slide-slider-events__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-slide-slider-events__logo {
  position: absolute;
  left: 16px;
  bottom: 16px;
  height: 41px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 16px 8px 16px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.item-slide-slider-events__logo img {
  max-width: 100%;
}
.item-slide-slider-events__content {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 16px;
}
.item-slide-slider-events__content-main {
  flex: 1 1 100%;
}
.item-slide-slider-events__content-main:not(:last-child) {
  margin: 0 0 16px 0;
}
.item-slide-slider-events__data {
  color: #00C500;
}
.item-slide-slider-events__data:not(:last-child) {
  margin: 0 0 16px 0;
}
.item-slide-slider-events__title {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #1C1C1C;
}
.item-slide-slider-events__title:not(:last-child) {
  margin: 0 0 8px 0;
}
@media (min-width: 992.98px) {
  .item-slide-slider-events__title:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1222px) {
  .item-slide-slider-events__title {
    font-size: 21px;
  }
}
@media (max-width: 992.98px) {
  .item-slide-slider-events__title {
    font-size: 20px;
  }
}
.item-slide-slider-events__text {
  color: #737373;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.item-slide-slider-events__text:not(:last-child) {
  margin: 0 0 16px 0;
}
.item-slide-slider-events__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
  padding: 0 18px;
  font-size: 12px;
  line-height: 118.1666666667%;
  color: #737373;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-slide-slider-events__btn .btn-arrow__icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 8px;
}
.item-slide-slider-events__btn .btn-arrow__icon svg {
  width: 6px;
  height: 11px;
  fill: #737373;
}
@media (min-width: 992.98px) {
  .item-slide-slider-events__btn:hover {
    border: 1px solid #737373;
  }
}

.about__news-events {
  padding: 0;
}
.main-about {
  position: relative;
  height: 480px;
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
}
.main-about__image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-about__image-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.main-about__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-about__body {
  position: relative;
  z-index: 2;
  padding: 81px 0 60px 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.main-about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.main-about__title {
  color: #FFFFFF;
}
.main-about__title:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1222px) {
  .main-about__title:not(:last-child) {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .main-about__title:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .main-about__title:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .main-about__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.main-about__text {
  color: #FFFFFF;
}
@media (max-width: 480.98px) {
  .main-about__text br {
    display: none;
  }
}

.info-about {
  position: relative;
  z-index: 3;
}
.info-about__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-about__top {
  width: 380px;
  height: 57px;
  border-radius: 20px 0px 20px 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 4px 14px 0px rgba(161, 161, 161, 0.2509803922);
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 118.2222222222%;
  margin: -31px 0 60px 0;
}
@media (max-width: 1222px) {
  .info-about__top {
    width: 355px;
    height: 54px;
    margin: -29px 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .info-about__top {
    width: 330px;
    height: 51px;
    font-size: 17px;
    margin: -29px 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .info-about__top {
    width: 305px;
    height: 48px;
    font-size: 16px;
    margin: -27px 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .info-about__top {
    width: 280px;
    height: 45px;
    font-size: 15px;
    margin: -25px 0 40px 0;
  }
}
.info-about__row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .info-about__row {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992.98px) {
  .info-about__positioning:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .info-about__positioning:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .info-about__positioning:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.info-about__title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #1C1C1C;
}
.info-about__title:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 1222px) {
  .info-about__title {
    font-size: 23px;
  }
}
@media (max-width: 992.98px) {
  .info-about__title {
    font-size: 22px;
  }
}
@media (max-width: 768.98px) {
  .info-about__title {
    font-size: 21px;
  }
}
@media (max-width: 480.98px) {
  .info-about__title {
    font-size: 20px;
  }
}
.info-about__title-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
}
.info-about__title-icon img {
  max-width: 100%;
}
@media (max-width: 992.98px) {
  .info-about__title-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 480.98px) {
  .info-about__title-icon {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
  }
}
.info-about__items {
  flex: 0 0 480px;
  margin: 0 0 0 60px;
}
@media (max-width: 1222px) {
  .info-about__items {
    flex: 0 0 400px;
  }
}
@media (max-width: 992.98px) {
  .info-about__items {
    width: 100%;
    flex: auto;
    display: flex;
    margin: 0;
  }
}
@media (max-width: 650px) {
  .info-about__items {
    flex-direction: column;
  }
}
.info-about__item:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 992.98px) {
  .info-about__item {
    flex: 0 1 50%;
  }
  .info-about__item:not(:last-child) {
    margin: 0 0 0px 0;
  }
  .info-about__item:first-child {
    margin: 0 10px 0 0;
  }
  .info-about__item:last-child {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 650px) {
  .info-about__item:first-child {
    margin: 0 0 20px 0;
  }
  .info-about__item:last-child {
    margin: 0;
  }
}

.positioning-info-about {
  flex: 0 0 571px;
}
@media (max-width: 1222px) {
  .positioning-info-about {
    flex: 0 0 480px;
  }
}
@media (max-width: 992.98px) {
  .positioning-info-about {
    flex: auto;
  }
}
.positioning-info-about__title:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 480.98px) {
  .positioning-info-about__title:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
.positioning-info-about__text {
  color: #737373;
}
.positioning-info-about__text p {
  display: inline-flex;
}
.positioning-info-about__text p:not(:last-child) {
  margin: 0 0 30px 0;
}
.positioning-info-about__text p.semibold {
  color: #1C1C1C;
  font-weight: 600;
}
.positioning-info-about__text p.green {
  color: #00C500;
  font-weight: 600;
}
@media (max-width: 1222px) {
  .positioning-info-about__text p:not(:last-child) {
    margin: 0 0 27.5px 0;
  }
}
@media (max-width: 992.98px) {
  .positioning-info-about__text p:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 768.98px) {
  .positioning-info-about__text p:not(:last-child) {
    margin: 0 0 22.5px 0;
  }
}
@media (max-width: 480.98px) {
  .positioning-info-about__text p:not(:last-child) {
    margin: 0 0 20px 0;
  }
}

.item-info-about {
  padding: 30px 20px 30px 20px;
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
  background-color: #FAFAFA;
}
.item-info-about__text {
  color: #737373;
}

.advantages-about {
  height: 514px;
  position: relative;
  margin: -28px 0 0 0;
}
@media (max-width: 768.98px) {
  .advantages-about {
    height: auto;
  }
}
.advantages-about__image-block {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
}
.advantages-about__image-block_1 {
  border-radius: 30px 0px 30px 0px;
  top: 0;
  height: 336px;
  z-index: 2;
}
@media (max-width: 768.98px) {
  .advantages-about__image-block_1 {
    height: calc(50% + 30px);
  }
}
.advantages-about__image-block_2 {
  border-radius: 0px 0px 30px 0px;
  bottom: 0;
  height: 323px;
  z-index: 1;
}
@media (max-width: 768.98px) {
  .advantages-about__image-block_2 {
    height: 50%;
  }
}
.advantages-about__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.advantages-about__body {
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 40px 0;
}
@media (max-width: 1222px) {
  .advantages-about__body {
    padding: 0 0 35px 0;
  }
}
@media (max-width: 992.98px) {
  .advantages-about__body {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 768.98px) {
  .advantages-about__body {
    padding: 90px 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .advantages-about__body {
    padding: 80px 0 20px 0;
  }
}
.advantages-about__row {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 768.98px) {
  .advantages-about__row {
    flex-direction: column;
  }
}
.advantages-about__column {
  flex: 0 1 33.333%;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
.advantages-about__column:nth-child(1) .top-item-advantages-about__icon svg {
  fill: #02B1EB;
  width: 30px;
  height: 22px;
}
@media (max-width: 768.98px) {
  .advantages-about__column:nth-child(1) .top-item-advantages-about__icon svg {
    width: 27px;
    height: 19.8px;
  }
}
@media (max-width: 480.98px) {
  .advantages-about__column:nth-child(1) .top-item-advantages-about__icon svg {
    width: 24px;
    height: 17.6px;
  }
}
.advantages-about__column:nth-child(2) .top-item-advantages-about__icon svg {
  fill: #00C500;
  width: 26px;
  height: 28px;
}
@media (max-width: 768.98px) {
  .advantages-about__column:nth-child(2) .top-item-advantages-about__icon svg {
    width: 23.4px;
    height: 25.2px;
  }
}
@media (max-width: 480.98px) {
  .advantages-about__column:nth-child(2) .top-item-advantages-about__icon svg {
    width: 20.8px;
    height: 22.4px;
  }
}
.advantages-about__column:nth-child(3) .top-item-advantages-about__icon svg {
  fill: #FF0027;
  width: 30px;
  height: 28px;
}
@media (max-width: 768.98px) {
  .advantages-about__column:nth-child(3) .top-item-advantages-about__icon svg {
    width: 27px;
    height: 25.2px;
  }
}
@media (max-width: 480.98px) {
  .advantages-about__column:nth-child(3) .top-item-advantages-about__icon svg {
    width: 24px;
    height: 22.4px;
  }
}
.item-advantages-about {
  border-radius: 16px 0px 16px 0px;
  padding: 20px;
  overflow: hidden;
  background: #FFFFFF;
  height: 100%;
}
.item-advantages-about__top:not(:last-child) {
  margin: 0 0 17px 0;
}
.item-advantages-about__text {
  line-height: 140%;
  color: #737373;
}

.top-item-advantages-about {
  display: flex;
  align-items: center;
}
.top-item-advantages-about__icon {
  margin: 0 16px 0 0;
}
@media (max-width: 480.98px) {
  .top-item-advantages-about__icon {
    margin: 0 12px 0 0;
  }
}
.top-item-advantages-about__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #1C1C1C;
}
@media (max-width: 1222px) {
  .top-item-advantages-about__title {
    font-size: 19px;
  }
}
@media (max-width: 992.98px) {
  .top-item-advantages-about__title {
    font-size: 18px;
  }
}
@media (max-width: 768.98px) {
  .top-item-advantages-about__title {
    font-size: 17px;
  }
}
@media (max-width: 480.98px) {
  .top-item-advantages-about__title {
    font-size: 16px;
  }
}

.growth {
  padding: 100px 0;
}
@media (max-width: 1222px) {
  .growth {
    padding: 90px 0;
  }
}
@media (max-width: 992.98px) {
  .growth {
    padding: 80px 0;
  }
}
@media (max-width: 768.98px) {
  .growth {
    padding: 70px 0;
  }
}
@media (max-width: 480.98px) {
  .growth {
    padding: 60px 0;
  }
}
.growth__row {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 700px) {
  .growth__row {
    flex-direction: column;
  }
}
.growth__column {
  flex: 0 1 50%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .growth__column:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .growth__column:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.growth__title {
  max-width: 447px;
  color: #1C1C1C;
}
.growth__title:not(:last-child) {
  margin: 0 0 45px 0;
}
@media (max-width: 1222px) {
  .growth__title {
    max-width: 407px;
  }
}
@media (max-width: 992.98px) {
  .growth__title {
    max-width: 327px;
  }
  .growth__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .growth__title:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 700px) {
  .growth__title {
    max-width: none;
  }
}
@media (max-width: 480.98px) {
  .growth__title:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.growth__logo {
  flex: 0 0 178px;
  height: 178px;
  width: 180px;
}
.growth__logo img {
  max-width: 100%;
}
@media (max-width: 1222px) {
  .growth__logo {
    flex: 0 0 168px;
    height: 168px;
    width: 170px;
  }
}
@media (max-width: 992.98px) {
  .growth__logo {
    flex: 0 0 158px;
    height: 158px;
    width: 160px;
  }
}
@media (max-width: 768.98px) {
  .growth__logo {
    flex: 0 0 148px;
    height: 148px;
    width: 150px;
  }
}
@media (max-width: 480.98px) {
  .growth__logo {
    flex: 0 0 138px;
    height: 138px;
    width: 140px;
  }
}
.growth__text {
  color: #737373;
  margin: 0 0 8px 0;
}
.growth__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.growth__item {
  margin: 24px 0 0 0;
  padding: 8px 12px;
}
@media (max-width: 992.98px) {
  .growth__item {
    margin: 19px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .growth__item {
    margin: 14px 0 0 0;
  }
}

.item-growth {
  flex: 0 1 50%;
}
.item-growth__value {
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  color: #000000;
}
.item-growth__value:not(:last-child) {
  margin: 0 0 8px 0;
}
@media (max-width: 1222px) {
  .item-growth__value {
    font-size: 44px;
  }
}
@media (max-width: 992.98px) {
  .item-growth__value {
    font-size: 39px;
  }
}
@media (max-width: 768.98px) {
  .item-growth__value {
    font-size: 35px;
  }
}
@media (max-width: 480.98px) {
  .item-growth__value {
    font-size: 30px;
  }
}
.item-growth__label {
  color: #02B1EB;
}

.partners {
  padding: 60px 0 40px 0;
  background-color: #FAFAFA;
}
@media (max-width: 1222px) {
  .partners {
    padding: 55px 0 35px 0;
  }
}
@media (max-width: 992.98px) {
  .partners {
    padding: 50px 0 30px 0;
  }
}
@media (max-width: 768.98px) {
  .partners {
    padding: 45px 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .partners {
    padding: 40px 0 20px 0;
  }
}
.partners__top:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .partners__top:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.partners__row {
  display: flex;
  margin: 0 -38px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1222px) {
  .partners__row {
    margin: 0 -20px;
  }
}
@media (max-width: 992.98px) {
  .partners__row {
    flex-wrap: wrap;
  }
}
.partners__column {
  flex: 0 1 16.667%;
  margin: 0 0 20px 0;
  padding: 0 38px;
}
@media (max-width: 1222px) {
  .partners__column {
    padding: 0 20px;
  }
}
@media (max-width: 992.98px) {
  .partners__column {
    flex: 0 1 25%;
  }
}
@media (max-width: 768.98px) {
  .partners__column {
    flex: 0 1 33.333%;
  }
}
@media (max-width: 480.98px) {
  .partners__column {
    flex: 0 1 50%;
  }
}
.top-partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.top-partners__title {
  font-size: 18px;
  color: #00C500;
  font-weight: 600;
}
@media (max-width: 480.98px) {
  .top-partners__title {
    font-size: 17px;
  }
}

.item-partners img {
  width: 100%;
  max-width: 100%;
}

.contacts__countries {
  position: relative;
}
.contacts__countries::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  background: #FAFAFA;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
}

.main-contacts {
  padding: 112px 0 100px 0;
}
@media (max-width: 1222px) {
  .main-contacts {
    padding: 102px 0 90px 0;
  }
}
@media (max-width: 992.98px) {
  .main-contacts {
    padding: 92px 0 80px 0;
  }
}
@media (max-width: 768.98px) {
  .main-contacts {
    padding: 82px 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .main-contacts {
    padding: 72px 0 60px 0;
  }
}
.main-contacts__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.main-contacts__image {
  position: absolute;
  width: 49.305555%;
  height: 100%;
  right: 0;
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
}
.main-contacts__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992.98px) {
  .main-contacts__image {
    position: relative;
    order: 1;
    flex: auto;
    width: 100%;
    padding: 0 0 60% 0;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .main-contacts__image {
    padding: 0 0 70% 0;
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .main-contacts__image {
    padding: 0 0 80% 0;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 992.98px) {
  .main-contacts__container {
    order: 2;
  }
}
.main-contacts__row {
  display: flex;
}
.main-contacts__content {
  flex: 0 0 480px;
  margin: 0 120px 0 0;
}
@media (max-width: 1222px) {
  .main-contacts__content {
    flex: 0 0 420px;
  }
}
@media (max-width: 992.98px) {
  .main-contacts__content {
    flex: auto;
    width: 100%;
    margin: 0;
  }
}
.main-contacts__title {
  color: #1C1C1C;
}
.main-contacts__title:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 768.98px) {
  .main-contacts__title:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .main-contacts__title:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.main-contacts__text {
  color: #1C1C1C;
  max-width: 372px;
}
.main-contacts__text:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 768.98px) {
  .main-contacts__text:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .main-contacts__text:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
/*.main-contacts__form .form__agreement {*/
/*  color: #1C1C1C;*/
/*  font-size: 12px;*/
/*  line-height: 150%;*/
/*  text-align: left;*/
/*}*/
/*.main-contacts__form .form__agreement a {*/
/*  display: block;*/
/*  color: #02B1EB;*/
/*}*/

.info-contacts {
  padding: 100px 0 80px 0;
}
@media (max-width: 1222px) {
  .info-contacts {
    padding: 90px 0 70px 0;
  }
}
@media (max-width: 992.98px) {
  .info-contacts {
    padding: 80px 0 60px 0;
  }
}
@media (max-width: 768.98px) {
  .info-contacts {
    padding: 70px 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .info-contacts {
    padding: 60px 0 40px 0;
  }
}
.info-contacts__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.info-contacts__column {
  flex: 0 1 25%;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
.info-contacts__column:nth-child(2){
  display: none;
}
@media (max-width: 992.98px) {
  .info-contacts__column {
    flex: 0 1 50%;
  }
}
@media (max-width: 480.98px) {
  .info-contacts__column {
    flex: 1 1 100%;
  }
}
.item-info-contacts {
  height: 100%;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 20px 20px;
  text-align: center;
}
.item-info-contacts_green {
  background: rgba(204, 243, 204, 0.1490196078);
}
.item-info-contacts_green .item-info-contacts__link a, .item-info-contacts_green .item-info-contacts__link p{
  color: #00C500;
}
.item-info-contacts_green .item-info-contacts__icon svg {
  fill: #00C500;
}
.item-info-contacts_red {
  background: rgba(255, 217, 223, 0.1490196078);
}
.item-info-contacts_red .item-info-contacts__link a, .item-info-contacts_red .item-info-contacts__link p {
  color: #FF0027;
}
.item-info-contacts_red .item-info-contacts__icon svg {
  fill: #FF0027;
}
.item-info-contacts_blue {
  background: rgba(204, 239, 251, 0.1490196078);
}
.item-info-contacts_blue .item-info-contacts__link a, .item-info-contacts_blue .item-info-contacts__link p {
  color: #02B1EB;
}
.item-info-contacts_blue .item-info-contacts__icon svg {
  fill: #02B1EB;
}
.item-info-contacts__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}
.item-info-contacts__icon:not(:last-child) {
  margin: 0 0 30px 0;
}
.item-info-contacts__icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .item-info-contacts__icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }
  .item-info-contacts__icon:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .item-info-contacts__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .item-info-contacts__icon:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.item-info-contacts__text {
  max-width: 240px;
  color: #737373;
}
.item-info-contacts__text:not(:last-child) {
  margin: 0 0 27px 0;
}
@media (max-width: 768.98px) {
  .item-info-contacts__text:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .item-info-contacts__text:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.item-info-contacts__link {
  line-height: 150%;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .item-info-contacts__link:hover {
    text-decoration: underline;
  }
}

.last-news {
  padding: 132px 0 100px 0;
}
@media (max-width: 1222px) {
  .last-news {
    padding: 122px 0 90px 0;
  }
}
@media (max-width: 992.98px) {
  .last-news {
    padding: 112px 0 80px 0;
  }
}
@media (max-width: 768.98px) {
  .last-news {
    padding: 102px 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .last-news {
    padding: 92px 0 60px 0;
  }
}
.last-news__row {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 992.98px) {
  .last-news__row {
    flex-direction: column;
  }
}
.last-news__column {
  flex: 0 1 50%;
  padding: 0 10px;
}
@media (max-width: 992.98px) {
  .last-news__column:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .last-news__column:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .last-news__column:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.last-news__title {
  color: #1C1C1C;
}
.last-news__title:not(:last-child) {
  margin: 0 0 52px 0;
}
@media (max-width: 1222px) {
  .last-news__title:not(:last-child) {
    margin: 0 0 44.5px 0;
  }
}
@media (max-width: 992.98px) {
  .last-news__title:not(:last-child) {
    margin: 0 0 37px 0;
  }
}
@media (max-width: 768.98px) {
  .last-news__title:not(:last-child) {
    margin: 0 0 29.5px 0;
  }
}
@media (max-width: 480.98px) {
  .last-news__title:not(:last-child) {
    margin: 0 0 22px 0;
  }
}
.last-news__item {
  display: flex;
  align-items: center;
  padding: 0;
}
.last-news__item:not(:last-child) {
  margin: 0 0 20px 0;
}
.last-news__item .item-news-events__top {
  display: flex;
  align-items: center;
}
.last-news__item .item-news-events__content {
  padding: 15px 20px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 480.98px) {
  .last-news__item .item-news-events__content {
    padding: 15px 15px 15px 0;
  }
}
.last-news__item-big {
  height: 100%;
}
.last-news__item-big .content-item-news-block__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 0 0 auto;
}
.last-news__item-big .item-news-block__image-block {
  flex: 1 1 100%;
}
@media (max-width: 992.98px) {
  .last-news__item-big .item-news-block__image-block {
    padding: 0 0 50% 0;
  }
}
@media (max-width: 768.98px) {
  .last-news__item-big .item-news-block__image-block {
    padding: 0 0 55% 0;
  }
}
@media (max-width: 480.98px) {
  .last-news__item-big .item-news-block__image-block {
    padding: 0 0 60% 0;
  }
}
.last-news__item-big .content-item-news-block {
  flex: auto;
}

.all-news__top:not(:last-child) {
  margin: 0 0 36px 0;
}
.all-news__title {
  margin: 0 60px 24px 0;
  color: #1C1C1C;
}
@media (max-width: 992.98px) {
  .all-news__title {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .all-news__title {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .all-news__title {
    margin: 0 0 30px 0;
  }
}
.all-news__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.all-news__column {
  flex: 0 1 33.333%;
  padding: 0 10px;
  margin: 0 0 40px 0;
}
@media (max-width: 992.98px) {
  .all-news__column {
    flex: 0 1 50%;
  }
}
@media (max-width: 768.98px) {
  .all-news__column {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 675px) {
  .all-news__column {
    flex: 1 1 100%;
  }
}
@media (max-width: 480.98px) {
  .all-news__column {
    margin: 0 0 30px 0;
  }
}
.top-all-news {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
@media (max-width: 992.98px) {
  .top-all-news {
    flex-direction: column;
  }
}
.filter-top-all-news {
  overflow: hidden;
  padding: 12px 0 0 0;
}
@media (max-width: 992.98px) {
  .filter-top-all-news {
    width: 100%;
    padding: 0;
  }
}
.filter-top-all-news__swiper {
  overflow: visible !important;
}
.filter-top-all-news__slide {
  width: auto !important;
}
.filter-top-all-news__slide.swiper-slide:not(:last-child) {
  margin: 0 24px 0 0;
}
@media (max-width: 768.98px) {
  .filter-top-all-news__slide.swiper-slide:not(:last-child) {
    margin: 0 18px 0 0;
  }
}
@media (max-width: 480.98px) {
  .filter-top-all-news__slide.swiper-slide:not(:last-child) {
    margin: 0 12px 0 0;
  }
}
.filter-top-all-news__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  height: 44px;
  background-color: #FAFAFA;
  font-size: 14px;
  line-height: 118.2142857143%;
  color: #1C1C1C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .filter-top-all-news__btn:hover {
    background-color: #212121;
    color: #FFFFFF;
  }
}
.filter-top-all-news__btn.active {
  background-color: #212121;
  color: #FFFFFF;
  font-weight: 600;
}
@media (max-width: 480.98px) {
  .filter-top-all-news__btn {
    height: 42px;
    padding: 10px 22px;
    font-size: 13px;
  }
}

.news-post_green .main-news-post__label {
  color: #00C500;
  background-color: #CCF3CC;
}
.news-post_green .about-news-post__image-caption {
  color: #00C500;
}
.news-post_green .about-news-post__image-caption::before {
  background-color: #00C500;
}
.news-post_blue .main-news-post__label {
  color: #02B1EB;
  background-color: #CCEFFB;
}
.news-post_blue .about-news-post__image-caption {
  color: #02B1EB;
}
.news-post_blue .about-news-post__image-caption::before {
  background-color: #02B1EB;
}
.news-post_red .main-news-post__label {
  color: #FF0027;
  background-color: #FFD9DF;
}
.news-post_red .about-news-post__image-caption {
  color: #FF0027;
}
.news-post_red .about-news-post__image-caption::before {
  background-color: #FF0027;
}
.main-news-post {
  padding: 132px 0 80px 0;
}
@media (max-width: 1222px) {
  .main-news-post {
    padding: 122px 0 70px 0;
  }
}
@media (max-width: 992.98px) {
  .main-news-post {
    padding: 112px 0 60px 0;
  }
}
@media (max-width: 768.98px) {
  .main-news-post {
    padding: 102px 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .main-news-post {
    padding: 92px 0 40px 0;
  }
}
.main-news-post__row {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 992.98px) {
  .main-news-post__row {
    flex-direction: column;
  }
}
.main-news-post__column {
  flex: 0 1 50%;
  padding: 0 10px;
}
@media (max-width: 992.98px) {
  .main-news-post__column:first-child {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .main-news-post__column:first-child:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .main-news-post__column:first-child:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.main-news-post__breadcrumbs:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1222px) {
  .main-news-post__breadcrumbs:not(:last-child) {
    margin: 0 0 55px 0;
  }
}
@media (max-width: 992.98px) {
  .main-news-post__breadcrumbs:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768.98px) {
  .main-news-post__breadcrumbs:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .main-news-post__breadcrumbs:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.main-news-post__title {
  color: #1C1C1C;
}
.main-news-post__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.main-news-post__info {
  display: flex;
  align-items: center;
}
.main-news-post__info:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 768.98px) {
  .main-news-post__info:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .main-news-post__info:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.main-news-post__label {
  display: inline-flex;
  padding: 2px 8px;
  margin: 0 16px 0 0;
  border-radius: 30px;
  overflow: hidden;
}
.main-news-post__time {
  color: #737373;
}
.main-news-post__text {
  color: #737373;
  max-width: 504px;
}
.main-news-post__image-block {
  position: relative;
  min-height: 300px;
  border-radius: 10px 0px 10px 0px;
  overflow: hidden;
}
@media (max-width: 992.98px) {
  .main-news-post__image-block {
    min-height: 0;
    padding: 0 0 50% 0;
  }
}
@media (max-width: 768.98px) {
  .main-news-post__image-block {
    padding: 0 0 55% 0;
  }
}
@media (max-width: 480.98px) {
  .main-news-post__image-block {
    padding: 0 0 60% 0;
  }
}
.main-news-post__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-news-post {
  padding: 24px 0 80px 0;
}
@media (max-width: 1222px) {
  .about-news-post {
    padding: 24px 0 70px 0;
  }
}
@media (max-width: 992.98px) {
  .about-news-post {
    padding: 24px 0 6cap 0;
  }
}
@media (max-width: 768.98px) {
  .about-news-post {
    padding: 24px 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .about-news-post {
    padding: 24px 0 40px 0;
  }
}
.about-news-post__body {
  max-width: 780px;
  margin: 0 auto;
}
.about-news-post__introduction:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 768.98px) {
  .about-news-post__introduction:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .about-news-post__introduction:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.about-news-post__introduction .about-news-post__title:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .about-news-post__introduction .about-news-post__title:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.about-news-post__introduction p{
  color: #737373;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}
.about-news-post__title {
  color: #1C1C1C;
}
.about-news-post__text {
  color: #737373;
}
.about-news-post__text .bold {
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
.about-news-post__text .bold p:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 1222px) {
  .about-news-post__text .bold {
    font-size: 17px;
  }
}
@media (max-width: 992.98px) {
  .about-news-post__text .bold {
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  .about-news-post__text .bold {
    font-size: 15px;
  }
}
@media (max-width: 480.98px) {
  .about-news-post__text .bold {
    font-size: 14px;
  }
}
.about-news-post__image-block {
  padding: 64px 0 68px 0;
}
@media (max-width: 1222px) {
  .about-news-post__image-block {
    padding: 58px 0 62px 0;
  }
}
@media (max-width: 992.98px) {
  .about-news-post__image-block {
    padding: 52px 0 56px 0;
  }
}
@media (max-width: 768.98px) {
  .about-news-post__image-block {
    padding: 46px 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .about-news-post__image-block {
    padding: 40px 0 44px 0;
  }
}
.about-news-post__image {
  position: relative;
  height: 400px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
}
.about-news-post__image:not(:last-child) {
  margin: 0 0 16px 0;
}
.about-news-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992.98px) {
  .about-news-post__image {
    height: auto;
    padding: 0 0 60% 0;
  }
}
@media (max-width: 768.98px) {
  .about-news-post__image {
    padding: 0 0 70% 0;
  }
}
@media (max-width: 480.98px) {
  .about-news-post__image {
    padding: 0 0 80% 0;
  }
}
.about-news-post__image-caption {
  position: relative;
  padding: 0 0 0 10px;
}
.about-news-post__image-caption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}
.about-news-post__quote {
  font-family: MazzardL;
  padding: 0 0 0 26px;
  position: relative;
  color: #02B1EB;
  font-size: 18px;
  font-style: italic;
  line-height: 150%;
  margin: 32px 0;
}
.about-news-post__quote p:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 1222px) {
  .about-news-post__quote {
    font-size: 17px;
    margin: 30px 0;
  }
}
@media (max-width: 992.98px) {
  .about-news-post__quote {
    font-size: 16px;
    margin: 28px 0;
  }
}
@media (max-width: 768.98px) {
  .about-news-post__quote {
    font-size: 15px;
    margin: 26px 0;
  }
}
@media (max-width: 480.98px) {
  .about-news-post__quote {
    font-size: 14px;
    margin: 24px 0;
  }
}
.about-news-post__quote::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #02B1EB;
}
.about-news-post__conclusion:not(:last-child) {
  margin: 0 0 80px 0;
}
@media (max-width: 1222px) {
  .about-news-post__conclusion:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 992.98px) {
  .about-news-post__conclusion:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 768.98px) {
  .about-news-post__conclusion:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .about-news-post__conclusion:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.about-news-post__conclusion .about-news-post__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.share__title {
  color: #1C1C1C;
  font-weight: 600;
}
.share__title:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 480.98px) {
  .share__title:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
.share__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -20px;
}
.share__column {
  padding: 0 20px;
  margin: 0 0 20px 0;
}
.socials-share__list {
  display: flex;
  align-items: center;
  margin: 0 -4px;
}
.socials-share__item {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(204, 243, 204, 0.1490196078);
}
.socials-share__link svg {
  fill: #00C500;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .socials-share__link:hover svg {
    fill: #01d401;
  }
}

.categories-share__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.categories-share__item {
  padding: 0 4px;
}
.categories-share__link {
  display: inline-flex;
  padding: 2px 8px;
  border-radius: 30px;
  overflow: hidden;
}
.categories-share__link_green {
  color: #00C500;
  background-color: #CCF3CC;
}
.categories-share__link_red {
  color: #FF0027;
  background-color: #FFD9DF;
}
.categories-share__link_blue {
  color: #02B1EB;
  background-color: #CCEFFB;
}

.main-our-projects {
  padding: 132px 0 60px 0;
}
@media (max-width: 1222px) {
  .main-our-projects {
    padding: 122px 0 60px 0;
  }
}
@media (max-width: 992.98px) {
  .main-our-projects {
    padding: 112px 0 60px 0;
  }
}
@media (max-width: 768.98px) {
  .main-our-projects {
    padding: 102px 0 60px 0;
  }
}
@media (max-width: 480.98px) {
  .main-our-projects {
    padding: 92px 0 60px 0;
  }
}
.main-our-projects__top:not(:last-child) {
  margin: 0 0 36px 0;
}
.main-our-projects__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main-our-projects__column {
  flex: 0 1 50%;
  padding: 0 10px;
  margin: 0 0 40px 0;
}
@media (max-width: 768.98px) {
  .main-our-projects__column {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 700px) {
  .main-our-projects__column {
    flex: 1 1 100%;
  }
}
@media (max-width: 480.98px) {
  .main-our-projects__column {
    margin: 0 0 30px 0;
  }
}
.top-main-our-projects {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
@media (max-width: 992.98px) {
  .top-main-our-projects {
    flex-direction: column;
  }
}
.top-main-our-projects__title {
  margin: 0 60px 24px 0;
  color: #1C1C1C;
}
@media (max-width: 992.98px) {
  .top-main-our-projects__title {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .top-main-our-projects__title {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .top-main-our-projects__title {
    margin: 0 0 30px 0;
  }
}
.filter-top-main-our-projects {
  overflow: hidden;
  padding: 12px 0 0 0;
}
@media (max-width: 992.98px) {
  .filter-top-main-our-projects {
    width: 100%;
    padding: 0;
  }
}
.filter-top-main-our-projects__swiper {
  overflow: visible !important;
}
.filter-top-main-our-projects__slide {
  width: auto !important;
}
.filter-top-main-our-projects__slide.swiper-slide:not(:last-child) {
  margin: 0 24px 0 0;
}
@media (max-width: 768.98px) {
  .filter-top-main-our-projects__slide.swiper-slide:not(:last-child) {
    margin: 0 18px 0 0;
  }
}
@media (max-width: 480.98px) {
  .filter-top-main-our-projects__slide.swiper-slide:not(:last-child) {
    margin: 0 12px 0 0;
  }
}
.filter-top-main-our-projects__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 16px 0px 16px 0px;
  overflow: hidden;
  height: 44px;
  background-color: #FAFAFA;
  font-size: 14px;
  line-height: 118.2142857143%;
  color: #1C1C1C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .filter-top-main-our-projects__btn:hover {
    background-color: #212121;
    color: #FFFFFF;
  }
}
.filter-top-main-our-projects__btn.active {
  background-color: #212121;
  color: #FFFFFF;
  font-weight: 600;
}
@media (max-width: 480.98px) {
  .filter-top-main-our-projects__btn {
    height: 42px;
    padding: 10px 22px;
    font-size: 13px;
  }
}

.main-home {
  height: 100dvh;
}
.slider-main-home {
  height: 100%;
}
.slider-main-home__swiper {
  height: 100%;
}
.slider-main-home__wrapper {
  height: 100%;
}
.slider-main-home__navigation {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 2;
  width: 100%;
  justify-content: center;
}
.slider-main-home__btn {
  background-color: #FAFAFA;
}
.slider-main-home__btn svg {
  fill: #1C1C1C;
}
.slider-main-home__btn.swiper-button-disabled {
  background: rgba(250, 250, 250, 0.4);
  cursor: default;
}
.slider-main-home__btn.swiper-button-disabled svg {
  fill: #fff;
}
.slider-main-home__btn-next {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slide-slider-main-home {
  height: 100%;
}
.item-slider-main-home {
  height: 100%;
  position: relative;
  padding: 52px 0 98px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item-slider-main-home__image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-slider-main-home__image-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}
.item-slider-main-home__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-slider-main-home__content {
  position: relative;
  z-index: 2;
}
.item-slider-main-home__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.item-slider-main-home__title {
  color: #fff;
  max-width: 980px;
}
.item-slider-main-home__title:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 768.98px) {
  .item-slider-main-home__title:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .item-slider-main-home__title:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.item-slider-main-home__text {
  color: #fff;
}
.item-slider-main-home__text:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 768.98px) {
  .item-slider-main-home__text:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480.98px) {
  .item-slider-main-home__text br {
    display: none;
  }
  .item-slider-main-home__text:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.item-slider-main-home__btn {
  width: 180px;
  justify-content: center;
}

.services-home__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 90px 0 60px 0;
}
@media (max-width: 1222px) {
  .services-home__body {
    padding: 80px 0 50px 0;
  }
}
@media (max-width: 992.98px) {
  .services-home__body {
    padding: 70px 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .services-home__body {
    padding: 60px 0 40px 0;
  }
}
.services-home__top {
  position: absolute;
  top: -28px;
  width: 380px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 10px;
  border-radius: 20px 0px 20px 0px;
  box-shadow: 0px 4px 14px 0px rgba(161, 161, 161, 0.2509803922);
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 118.2222222222%;
  color: #1C1C1C;
  z-index: 1;
}
@media (max-width: 1222px) {
  .services-home__top {
    width: 355px;
    height: 54px;
    top: -27px;
  }
}
@media (max-width: 992.98px) {
  .services-home__top {
    width: 330px;
    height: 51px;
    top: -25.5px;
    font-size: 17px;
  }
}
@media (max-width: 768.98px) {
  .services-home__top {
    width: 305px;
    height: 48px;
    top: -24px;
    font-size: 16px;
  }
}
@media (max-width: 480.98px) {
  .services-home__top {
    width: 280px;
    height: 45px;
    top: -22.5px;
    font-size: 15px;
  }
}
.services-home__row {
  width: 100%;
  display: flex;
}
@media (max-width: 992.98px) {
  .services-home__row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.services-home__column {
  flex: 0 1 33.333%;
  padding: 30px;
  border-radius: 30px 0px 30px 0px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  min-width: 280px;
  cursor: pointer;
  margin: 0 0 40px 0;
}
.services-home__column:nth-child(1) {
  background-color: #F7FDF7;
}
.services-home__column:nth-child(2) {
  background-color: #F7FDFE;
  margin: 0 20px 40px 20px;
}
@media (max-width: 1222px) {
  .services-home__column:nth-child(2) {
    margin: 0 15px 40px 15px;
  }
}
@media (max-width: 992.98px) {
  .services-home__column:nth-child(2) {
    margin: 0 0 40px 0;
  }
}
.services-home__column:nth-child(3) {
  background-color: #FFF9FA;
}
.services-home__column:nth-child(3) .item-services-home__image {
  background-position: 84% 50%;
  transform: scale(1.15) translate(0, -5%);
}
.services-home__column.active {
  flex: 1 1 100%;
}
.services-home__column.active .item-services-home__image-block {
  height: 320px;
}
.services-home__column.active .item-services-home__content {
  height: 231px;
}
.services-home__column.active .item-services-home__title {
  color: #000000;
  font-size: 38px;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 1222px) {
  .services-home__column.active .item-services-home__title {
    font-size: 34px;
  }
}
@media (max-width: 768.98px) {
  .services-home__column.active .item-services-home__title {
    font-size: 30px;
  }
}
@media (max-width: 480.98px) {
  .services-home__column.active .item-services-home__title {
    font-size: 26px;
  }
}
.services-home__column.active .item-services-home__text {
  display: block;
}
.services-home__column.active .item-services-home__btn {
  bottom: -20px;
}
@media (min-width: 992.98px) {
  .services-home__column:hover {
    flex: 1 1 100%;
  }
  .services-home__column:hover .item-services-home__image-block {
    height: 320px;
  }
  .services-home__column:hover .item-services-home__content {
    height: 231px;
  }
  .services-home__column:hover .item-services-home__title {
    color: #000000;
    font-size: 38px;
    font-weight: 600;
    line-height: 140%;
  }
}
@media (min-width: 992.98px) and (max-width: 1222px) {
  .services-home__column:hover .item-services-home__title {
    font-size: 34px;
  }
}
@media (min-width: 992.98px) and (max-width: 768.98px) {
  .services-home__column:hover .item-services-home__title {
    font-size: 30px;
  }
}
@media (min-width: 992.98px) and (max-width: 480.98px) {
  .services-home__column:hover .item-services-home__title {
    font-size: 26px;
  }
}
@media (min-width: 992.98px) {
  .services-home__column:hover .item-services-home__text {
    display: block;
  }
  .services-home__column:hover .item-services-home__btn {
    bottom: -20px;
  }
}
@media (max-width: 1222px) {
  .services-home__column {
    padding: 20px;
  }
}
@media (max-width: 992.98px) {
  .services-home__column {
    flex: 0 1 50%;
  }
}
@media (max-width: 768.98px) {
  .services-home__column {
    flex: 1 1 100%;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 480.98px) {
  .services-home__column {
    margin: 0 0 20px 0;
  }
}
.item-services-home {
  position: relative;
  min-height: 551px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.item-services-home__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  text-align: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.item-services-home__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (max-width: 1222px) {
  .item-services-home__title {
    font-size: 25px;
  }
}
@media (max-width: 480.98px) {
  .item-services-home__title {
    font-size: 22px;
  }
}
.item-services-home__text {
  color: #737373;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.item-services-home__text:not(:last-child) {
  margin: 0 0 8px 0;
}
.item-services-home__btn {
  width: 159px;
  justify-content: center;
  position: absolute;
  bottom: 30px;
}
.item-services-home__image-block {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px 0px 30px 0px;
  overflow: hidden;
}
.item-services-home__image-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.item-services-home__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-home__item_blue {
  background-color: #FAFAFA;
  padding: 60px 0 0 0;
}
.news-home__item_blue .item-news-home__image-block {
  border-color: #02B1EB;
}
.news-home__item_blue .item-news-home__label {
  color: #02B1EB;
  background-color: #F4F9FB;
}
@media (max-width: 1222px) {
  .news-home__item_blue {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 992.98px) {
  .news-home__item_blue {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .news-home__item_blue {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .news-home__item_blue {
    padding: 20px 0 0 0;
  }
}
.news-home__item_green {
  background-color: #F2FCF2;
  padding: 0 0 80px 0;
}
.news-home__item_green .item-news-home__image-block {
  border-color: #00C500;
}
.news-home__item_green .item-news-home__label {
  color: #00C500;
  background-color: #CCF3CC;
}
@media (max-width: 1222px) {
  .news-home__item_green {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 992.98px) {
  .news-home__item_green {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 768.98px) {
  .news-home__item_green {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .news-home__item_green {
    padding: 0 0 40px 0;
  }
}
.news-home__item_left .item-news-home__image-block {
  right: 0;
  border-width: 5px 0px 0px 5px;
}
.news-home__item_left .item-news-home__content {
  padding: 0 42.5px 0 0;
}
@media (max-width: 768.98px) {
  .news-home__item_left .item-news-home__content {
    padding: 0;
  }
}
.news-home__item_right .item-news-home__image-block {
  left: 0;
  border-width: 0 5px 5px 0;
}
@media (max-width: 768.98px) {
  .news-home__item_right .item-news-home__image-block {
    border-width: 5px 0px 0px 5px;
  }
}
.news-home__item_right .item-news-home__content {
  padding: 0 0 0 67.5px;
}
@media (max-width: 1222px) {
  .news-home__item_right .item-news-home__content {
    padding: 0 0 0 57.5px;
  }
}
@media (max-width: 992.98px) {
  .news-home__item_right .item-news-home__content {
    padding: 0 0 0 47.5px;
  }
}
@media (max-width: 768.98px) {
  .news-home__item_right .item-news-home__content {
    padding: 0;
  }
}
.news-home__item_right .item-news-home__row {
  align-items: flex-end;
}
@media (max-width: 768.98px) {
  .news-home__item:not(:first-child) .item-news-home__row {
    padding: 40px 0;
  }
}

.item-news-home__inner {
  height: 100%;
  min-height: 462px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768.98px) {
  .item-news-home__inner {
    min-height: 0;
  }
}
.item-news-home__image-block {
  position: absolute;
  width: calc(50% + 2.5px);
  height: 100%;
  top: 0;
  overflow: hidden;
  border-radius: 16px 0px 16px 0px;
  border-style: solid;
}
@media (max-width: 768.98px) {
  .item-news-home__image-block {
    position: relative;
    order: 2;
    height: 462px;
    width: 100%;
  }
}
@media (max-width: 480.98px) {
  .item-news-home__image-block {
    height: 400px;
  }
}
.item-news-home__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-news-home__body {
  height: 100%;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768.98px) {
  .item-news-home__body {
    order: 1;
  }
}
.item-news-home__container {
  height: 100%;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
.item-news-home__row {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px 0;
}
@media (max-width: 768.98px) {
  .item-news-home__row {
    padding: 20px 0 40px 0;
  }
}
.item-news-home__content {
  width: 50%;
}
@media (max-width: 768.98px) {
  .item-news-home__content {
    width: 100%;
  }
}
.item-news-home__label {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  height: 25px;
  border-radius: 30px;
  overflow: hidden;
}
.item-news-home__label:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 1222px) {
  .item-news-home__label:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.item-news-home__title {
  color: #1C1C1C;
}
.item-news-home__title:not(:last-child) {
  margin: 0 0 16px 0;
}
.item-news-home__text:not(:last-child) {
  margin: 0 0 16px 0;
}
.item-news-home__qoute:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 1222px) {
  .item-news-home__qoute:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.item-news-home__btn {
  width: 159px;
  justify-content: center;
}

.quote-item-news-home {
  display: flex;
  align-items: center;
}
.quote-item-news-home__icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 16px 0 0;
}
.quote-item-news-home__text {
  color: #1C1C1C;
}
.top-footer__menu .sub-menu{
  display: none;
}
.post-1280 { margin-top: 100px;padding-left: 5%; padding-right: 5%;}
.post-1280 h1 {font-size: 25px;padding-bottom: 15px;}
.post-1280 h2,.post-1280 h3,.post-1280 h4,.post-1280 h5 {font-size: 20px;padding-bottom: 15px;padding-top:15px}
.post-1280 p,.post-1280 ul {padding-bottom: 10px;line-height: 17px;}
.post-1280 ul li {list-style: disc;padding-left: 15px;line-height: 17px;}
.developed{
  display: flex;
  justify-content: center;
}
.developed img{
  width: 123px;
}
.page-id-2140 .select-service_blue, .page-id-2140 .consultation-irrigation-systems, .page-id-2140 .faqs, .page-id-2140 .projects {display:none}
.page-id-2173 .select-service_blue, .page-id-2173 .consultation-irrigation-systems, .page-id-2173 .faqs, .page-id-2173 .projects {display:none}
.page-id-2175 .select-service_blue, .page-id-2175 .consultation-irrigation-systems, .page-id-2175 .faqs, .page-id-2175 .projects {display:none}
