@font-face {
  font-family: "GigaSans";
  src: url("../fonts/GigaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GigaSans";
  src: url("../fonts/GigaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DaysOne";
  src: url("../fonts/DaysOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.h1,
h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
}
.h1 *,
h1 * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .h1,
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .h1,
  h1 {
    font-size: 22px;
    line-height: 27px;
  }
}

.h2,
h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .h2,
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .h2,
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.h3,
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .h3,
  h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .h3,
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.h4,
h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .h4,
  h4 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .h4,
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

*,
::after,
::before {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "GigaSans";
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "GigaSans";
  background: #ffffff;
  color: #151515;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 766px) {
  html,
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
body::-webkit-scrollbar-track {
  background: #ffffff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #8A8A8A;
}

p {
  margin: 0 0 10px;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  border: none;
  padding: 0;
  font-family: inherit;
  background-color: transparent;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

img[data-src] {
  opacity: 0;
}

.noscroll {
  overflow: hidden !important;
}

.sprite-icons {
  display: none !important;
}

.container {
  width: 100%;
  max-width: 1616px;
  padding: 0 58px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 766px) {
  .container {
    padding: 0 16px;
  }
}

.button, .button-white, .button-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 12px;
  background-color: #1D9139;
  border-radius: 500px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.button:disabled, .button-white:disabled, .button-yellow:disabled {
  cursor: default;
}
@media (min-width: 767px) {
  .button:hover, .button-white:hover, .button-yellow:hover {
    background-color: #30BB52;
  }
}
@media (min-width: 767px) {
  .button:active, .button-white:active, .button-yellow:active {
    background-color: #0C6521;
  }
}
.button svg, .button-white svg, .button-yellow svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-big {
  padding: 18px;
  text-transform: uppercase;
}

.button-border {
  background-color: transparent;
  border: 1px solid #1D9139;
  color: #1D9139;
  padding: 7px 12px;
}
@media (min-width: 767px) {
  .button-border:hover {
    background-color: #1D9139;
    color: #ffffff;
  }
  .button-border:hover svg {
    fill: #ffffff;
  }
}
@media (min-width: 767px) {
  .button-border:active {
    background-color: transparent;
    color: #0C6521;
    border-color: #0C6521;
  }
}

.button-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  background-color: #F5F5F5;
  color: #151515;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 766px) {
  .button-tab {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 767px) {
  .button-tab:hover {
    background-color: #ffffff;
  }
}
.button-tab.selected {
  background-color: #1D9139;
  color: #ffffff;
}

.button-yellow {
  color: #1D9139;
  background: #EAE105;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  padding: 18px;
}
.button-yellow:hover {
  background: #FFF858;
}

.button-white {
  color: #1D9139;
  background: #ffffff;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  padding: 18px;
}
.button-white:hover {
  background: #E8F5E6;
}

.breadcrumbs {
  padding: 12px 0 24px;
  color: #151515;
  position: relative;
  z-index: 2;
}
.breadcrumbs .breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  max-width: 100%;
  overflow: auto;
}
.breadcrumbs .breadcrumbs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 6px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
.breadcrumbs .breadcrumbs__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  text-decoration: underline;
  color: #1D9139;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs .breadcrumbs__list li a:hover {
  text-decoration-color: transparent;
}
.breadcrumbs .breadcrumbs__list li svg {
  width: 12px;
  height: 12px;
  stroke: #1D9139;
  margin-top: -2px;
}

.form {
  display: grid;
  gap: 12px 6px;
  grid-template-columns: repeat(2, 1fr);
}
.form .form-row {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.form .form-row.error .form-row__error {
  display: block;
}
.form .form-row.error .form-row__input {
  border-color: #FA0F07;
}
.form .form-row__input {
  display: block;
  width: 100%;
  height: 56px;
  background: #ffffff;
  border: 1px solid #E8E8E8;
  padding: 24px 12px 8px 12px;
  color: #151515;
  border-radius: 8px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-family: "GigaSans";
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.form .form-row__input::-webkit-input-placeholder {
  opacity: 0;
}
.form .form-row__input::-moz-placeholder {
  opacity: 0;
}
.form .form-row__input:-ms-input-placeholder {
  opacity: 0;
}
.form .form-row__input::-ms-input-placeholder {
  opacity: 0;
}
.form .form-row__input::placeholder {
  opacity: 0;
}
.form .form-row__input:hover {
  border-color: #1D9139;
}
.form .form-row__input--textarea {
  width: 100%;
  resize: none;
  padding: 22px 11px 11px;
  overflow: auto;
  height: 92px;
}
.form .form-row__input:focus {
  border-color: #1D9139;
}
.form .form-row__input:focus + .form-row__input-placeholder {
  color: #1D9139;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  top: 7.5px;
  opacity: 1;
}
.form .form-row__input.active {
  border-color: #151515;
}
.form .form-row__input-placeholder {
  position: absolute;
  top: 16px;
  left: 12px;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #151515;
  font-family: "GigaSans";
  pointer-events: none;
  opacity: 0.8;
}
.form .form-row__input-placeholder.active {
  color: #151515;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  top: 7.5px;
  opacity: 1;
}
.form .form-row__error {
  display: none;
  color: #FA0F07;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
.form .form-row-info {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
.form .form-row-info a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .form .form-row-info a:hover {
    text-decoration-color: transparent;
  }
}
.form .form-row--col2 {
  grid-column: 1/-1;
}
.form .form-row.error .form-row__error {
  display: block;
}
.form .form-errors {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #FA0F07;
}
.form .form-errors__item {
  display: block;
  margin-top: 5px;
}

.accordion {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.accordion .accordion-head {
  position: relative;
  z-index: 3;
  width: 100%;
}
.accordion .accordion-body {
  overflow: hidden;
}
.accordion:not(.active) .accordion-body {
  height: 0;
}

.ag-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: 1px solid #E8E8E8;
  border-radius: 500px;
  padding: 6px 12px;
}
.ag-socials .socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ag-socials .socials__list .social-item a {
  display: block;
  width: 32px;
  height: 32px;
}
.ag-socials .socials__list .social-item a img,
.ag-socials .socials__list .social-item a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.blog-item {
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 767px) {
  .blog-item:hover .blog-item__title {
    text-decoration-color: #151515;
  }
  .blog-item:hover .blog-item__btn {
    color: #30BB52;
  }
  .blog-item:hover .blog-item__btn svg {
    fill: #30BB52;
  }
}
.blog-item__img {
  position: relative;
  width: 100%;
  padding-bottom: 49.58%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .blog-item__img {
    margin-bottom: 12px;
  }
}
.blog-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1440px) {
  .blog-item__content {
    gap: 12px;
  }
}
.blog-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.blog-item__tag {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: #1D9139;
}
.blog-item__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #151515;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .blog-item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .blog-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.blog-item__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blog-item__text p {
  margin-bottom: 0;
}
@media (max-width: 766px) {
  .blog-item__text {
    -webkit-line-clamp: 2;
  }
}
.blog-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1D9139;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.blog-item__btn svg {
  width: 16px;
  height: 16px;
  fill: #1D9139;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ag-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .ag-pagination {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .ag-pagination {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .ag-pagination {
    gap: 11px;
  }
}
.ag-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  color: #151515;
  background: #F5F5F5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ag-pagination .page-numbers:hover {
  background-color: #ffffff;
}
.ag-pagination .current {
  color: #ffffff;
  background: #1D9139;
}
.ag-pagination .current:hover {
  color: #1D9139;
  background: #F5F5F5;
}
.ag-pagination .dots {
  cursor: default;
}
.ag-pagination .dots:hover {
  background: #F5F5F5;
  background: #F5F5F5;
}

.ag-content {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .ag-content {
    font-size: 14px;
    line-height: 20px;
  }
}
.ag-content .video {
  margin: 24px 0;
  width: 100%;
  padding-top: 55.948%;
  position: relative;
}
@media (max-width: 1440px) {
  .ag-content .video {
    padding-top: 52.1%;
  }
}
@media (max-width: 766px) {
  .ag-content .video {
    margin: 30px 0;
    padding-top: 64.02%;
  }
}
.ag-content .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ag-content h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
  margin: 24px 0 12px;
}
.ag-content h1 * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-content h1 {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-content h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.ag-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-content h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.ag-content h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-content h4 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .ag-content h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.ag-content h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .ag-content h5 {
    font-size: 15px;
    line-height: 20px;
  }
}
.ag-content h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .ag-content h6 {
    font-size: 15px;
    line-height: 20px;
  }
}
.ag-content h2,
.ag-content h3,
.ag-content h4,
.ag-content h5,
.ag-content h6 {
  margin: 24px 0 12px;
}
@media (max-width: 766px) {
  .ag-content h2,
  .ag-content h3,
  .ag-content h4,
  .ag-content h5,
  .ag-content h6 {
    margin: 30px 0 12px;
  }
}
.ag-content p {
  margin: 0 0 10px 0;
}
.ag-content ul,
.ag-content ol {
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ag-content ul {
  gap: 6px;
}
.ag-content ul li {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 766px) {
  .ag-content ul li {
    padding-top: 2px;
  }
}
.ag-content ul li:before {
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 6C12.7879 6 13.5682 6.15519 14.2961 6.45672C15.0241 6.75825 15.6855 7.20022 16.2427 7.75737C16.7998 8.31452 17.2418 8.97594 17.5433 9.70389C17.8448 10.4318 18 11.2121 18 12C18 13.5913 17.3679 15.1174 16.2427 16.2427C15.1174 17.3679 13.5913 18 12 18C10.4087 18 8.88259 17.3679 7.75737 16.2427C6.63216 15.1174 6 13.5913 6 12C6 10.4087 6.63215 8.88259 7.75737 7.75737C8.88259 6.63215 10.4087 6 12 6ZM15.5282 10.3822C16.1949 9.47938 15.1442 8.49761 14.2904 9.14296L11.1326 11.4749L9.67116 10.8392C8.73609 10.361 7.88714 11.135 8.43188 12.0785L10.0993 14.5718C10.5556 15.2112 11.6478 15.2473 12.1644 14.5718L15.5282 10.3822Z' fill='%231D9139'/%3E%3C/svg%3E%0A");
}
.ag-content ol {
  gap: 12px;
}
.ag-content ol li {
  position: relative;
  padding-left: 36px;
  counter-increment: item;
}
@media (max-width: 766px) {
  .ag-content ol li {
    padding-top: 2px;
  }
}
.ag-content ol li::before {
  content: counter(item);
  color: #1D9139;
  width: 24px;
  height: 24px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E8F5E6;
}
@media (max-width: 766px) {
  .ag-content ol li::before {
    font-size: 14px;
    line-height: 20px;
  }
}
.ag-content img {
  margin: 24px auto;
  max-width: 100%;
}
@media (max-width: 766px) {
  .ag-content img {
    margin: 30px 0;
  }
}
.ag-content > *:last-child {
  margin-bottom: 0;
}
.ag-content a {
  text-decoration: underline;
  color: #1D9139;
}
@media (min-width: 767px) {
  .ag-content a:hover {
    text-decoration-color: transparent;
  }
}
.ag-content .bg-content {
  background-color: #1D9139;
  padding: 20px;
  color: #ffffff;
}

.product-card-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 11px;
  background-color: #ffffff;
  color: #151515;
  border: 1px solid #E8E8E8;
}
@media (min-width: 767px) {
  .product-card-article:hover .product-card-article__name {
    text-decoration-color: #151515;
  }
}
.product-card-article__img {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-card-article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-card-article__name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 766px) {
  .product-card-article__name {
    font-size: 12px;
    line-height: 16px;
  }
}

.new-item {
  background-color: #F5F5F5;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  color: #151515;
  gap: 12px;
}
@media (max-width: 1440px) {
  .new-item {
    padding: 24px;
  }
}
@media (max-width: 766px) {
  .new-item {
    gap: 12px;
  }
}
@media (min-width: 767px) {
  .new-item:hover .new-item__title {
    text-decoration-color: #151515;
  }
  .new-item:hover .new-item__btn svg {
    fill: #30BB52;
  }
}
.new-item__tag {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: #1D9139;
  margin-bottom: 6px;
}
.new-item__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1440px) {
  .new-item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .new-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.new-item__text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new-item__text p {
  margin-bottom: 0;
}
.new-item__btn {
  width: 48px;
  height: 48px;
  margin-top: auto;
}
.new-item__btn svg {
  width: 100%;
  height: 100%;
  fill: #1D9139;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new-item-img {
  display: block;
  width: 100%;
  padding-bottom: 54.95%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) {
  .new-item-img:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.new-item-img img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ag-video-banner {
  margin: 96px 0;
}
.ag-video-banner.ag-video-banner--mb0 {
  margin: 60px 0 0 0;
}
.ag-video-banner.ag-video-banner--mt0 {
  margin: 0 0 96px 0;
}
@media (max-width: 766px) {
  .ag-video-banner.ag-video-banner--mt0 {
    margin-bottom: 60px;
  }
}
.ag-video-banner .video-banner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
@media (max-width: 766px) {
  .ag-video-banner .video-banner {
    padding-bottom: 500px;
  }
}
.ag-video-banner .video-banner__poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.ag-video-banner .video-banner__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 766px) {
  .ag-video-banner .video-banner__poster img {
    -o-object-position: 15% center;
       object-position: 15% center;
  }
}
.ag-video-banner .video-banner__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ag-video-banner .video-banner__media iframe,
.ag-video-banner .video-banner__media video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  pointer-events: none;
}
.ag-video-banner .video-banner__media.visible {
  opacity: 1;
  pointer-events: all;
}
.ag-video-banner .video-banner__media.visible iframe,
.ag-video-banner .video-banner__media.visible video {
  pointer-events: all;
}
.ag-video-banner .play-video {
  position: absolute;
  top: 39%;
  left: 50.5%;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 140px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  background-color: #1D9139;
  cursor: pointer;
  padding: 14px;
}
@media (max-width: 1440px) {
  .ag-video-banner .play-video {
    right: 173px;
    bottom: 155px;
    left: auto;
    top: auto;
  }
}
@media (max-width: 766px) {
  .ag-video-banner .play-video {
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}
@media (min-width: 767px) {
  .ag-video-banner .play-video:hover {
    background-color: #30BB52;
  }
}
.ag-video-banner .hide {
  opacity: 0;
  pointer-events: none;
}
.ag-seo-text {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-seo-text {
    margin: 60px 0;
  }
}
.ag-seo-text .seo-text {
  position: relative;
}
.ag-seo-text .seo-text h1,
.ag-seo-text .seo-text h2 {
  margin-bottom: 24px;
}
.ag-seo-text .seo-text.active .seo-text-main {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding-bottom: 54px;
}
.ag-seo-text .seo-text.active .seo-text-main::before {
  opacity: 0;
}
.ag-seo-text .seo-text.active .button-read-more .visible {
  display: none;
}
.ag-seo-text .seo-text.active .button-read-more .hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ag-seo-text .seo-text.active .button-read-more svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ag-seo-text .seo-text-main {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  max-height: 186px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}
@media (max-width: 766px) {
  .ag-seo-text .seo-text-main {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 766px) {
  .ag-seo-text .seo-text-main {
    max-height: 156px;
  }
}
.ag-seo-text .seo-text-main:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 128px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65.57%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 65.57%);
}
.ag-seo-text .seo-text .button-read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  border-radius: 500px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ag-seo-text .seo-text .button-read-more svg {
  stroke: currentColor;
  fill: none;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ag-seo-text .seo-text .button-read-more .visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ag-seo-text .seo-text .button-read-more .hidden {
  display: none;
}
.ag-seo-text .seo-text.show .seo-text-main {
  max-height: initial;
  padding-bottom: 0;
}
.ag-seo-text .seo-text.show .seo-text-main::before {
  display: none;
}
.ag-seo-text .seo-text.show .button-read-more {
  display: none;
}

.action-quantity {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #E8E8E8;
  padding: 15px 11px;
  background: #ffffff;
  border-radius: 8px;
}
.action-quantity__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.action-quantity-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.action-quantity-icon:hover svg {
  stroke: #1D9139;
}
.action-quantity-icon svg {
  width: 100%;
  height: 100%;
  stroke: #151515;
}
.action-quantity-input {
  width: calc(100% - 48px - 24px);
  padding: 0;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  background: transparent;
}
@media (max-width: 1440px) {
  .action-quantity-input {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .action-quantity-input {
    font-size: 16px;
    line-height: 22px;
  }
}

:root {
  --swiper-theme-color: #151515;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  padding: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next:hover,
.lg-prev:hover {
  background: #EAE105;
}
.lg-next:hover::before, .lg-next:hover::after,
.lg-prev:hover::before,
.lg-prev:hover::after {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) brightness(106%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) brightness(106%) contrast(102%);
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-prev {
  left: 20px;
}

.lg-next:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 18L13.7588 13.8216C14.7471 12.828 14.7471 11.2169 13.7588 10.2234L9.5 6' stroke='%23151515' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
}

.lg-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 18L13.7588 13.8216C14.7471 12.828 14.7471 11.2169 13.7588 10.2234L9.5 6' stroke='%23151515' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lg-toolbar .lg-close:hover {
  opacity: 0.7;
}

.lg-toolbar .lg-close:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9598_10775)'%3E%3Cpath d='M7.35961 7.35961L16.6404 16.6404M16.6404 7.35961L7.35961 16.6404M12 23.0625C5.89036 23.0625 0.9375 18.1096 0.9375 12C0.9375 5.89036 5.89036 0.9375 12 0.9375C18.1096 0.9375 23.0625 5.89036 23.0625 12C23.0625 18.1096 18.1096 23.0625 12 23.0625Z' stroke='%231D9139' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9598_10775'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-download {
  display: none;
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .lg-sub-html h4 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .lg-sub-html h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: rgba(21, 21, 21, 0.8);
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}


.ag-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1440px) {
  .ag-menu {
    gap: 12px;
  }
}
@media (max-width: 992px) {
  .ag-menu {
    display: none;
  }
}
.ag-menu .menu-item {
  position: relative;
}
@media (min-width: 993px) {
  .ag-menu .menu-item:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    z-index: 11;
  }
  .ag-menu .menu-item:hover .menu-item-link {
    color: #1D9139;
  }
  .ag-menu .menu-item:hover .menu-item-link svg {
    stroke: #1D9139;
    -webkit-transform: translate(0, 3px) rotate(-180deg);
        -ms-transform: translate(0, 3px) rotate(-180deg);
            transform: translate(0, 3px) rotate(-180deg);
  }
}
.ag-menu .menu-item-link {
  color: #151515;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  white-space: nowrap;
}
.ag-menu .menu-item-link::after {
  content: "";
  position: absolute;
  bottom: -25px;
  height: 35px;
  left: 0;
  right: 0;
}
.ag-menu .menu-item-link svg {
  width: 12px;
  height: 12px;
  stroke: #151515;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ag-menu .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  border-radius: 0 0 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 24px;
  margin-top: 10px;
}
.ag-menu .menu-item .sub-menu-item-link {
  color: #151515;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 767px) {
  .ag-menu .menu-item .sub-menu-item-link:hover {
    color: #1D9139;
  }
}
.ag-menu .menu-item.menu-item-products {
  position: static;
}
.ag-menu .menu-item.menu-item-products .sub-menu {
  width: 1500px;
  max-width: calc(100vw - 116px);
  left: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (max-width: 1440px) {
  .ag-menu .menu-item.menu-item-products .sub-menu {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
@media (max-width: 1270px) {
  .ag-menu .menu-item.menu-item-products .sub-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ag-menu .menu-item.menu-item-products .sub-menu-item {
  height: 100%;
}
.ag-menu .menu-item.menu-item-products .sub-menu-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  color: #151515;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  padding: 11px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
.ag-menu .menu-item.menu-item-products .sub-menu-item-link:hover {
  border-color: #1D9139;
}
.ag-menu .menu-item.menu-item-products .sub-menu-item-link img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ag-header {
  height: 106px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .ag-header {
    height: 100px;
  }
}
@media (max-width: 1270px) {
  .ag-header {
    height: 82px;
  }
}
@media (max-width: 992px) {
  .ag-header {
    height: 52px;
  }
}
.ag-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 10;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(97, 131, 96, 0.0784313725);
          box-shadow: 0px 5px 10px 0px rgba(97, 131, 96, 0.0784313725);
}
.ag-header .header-top {
  background-color: #1D9139;
  color: #ffffff;
  padding: 3.5px 0;
}
@media (max-width: 992px) {
  .ag-header .header-top {
    display: none;
  }
}
.ag-header .header-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ag-header .header-top__slogan {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.ag-header .header-top__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ag-header .header-main {
  padding: 10px 0;
  background-color: #ffffff;
}
.ag-header .header-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: relative;
}
@media (max-width: 992px) {
  .ag-header .header-main__wrapper {
    gap: 20px;
  }
}
.ag-header-lang {
  position: relative;
  cursor: pointer;
}
.ag-header-lang:hover .header-lang__head {
  background-color: #ffffff;
}
.ag-header-lang:hover .header-lang__head svg {
  stroke: #1D9139;
}
.ag-header-lang:hover .header-lang__head .current {
  color: #1D9139;
}
.ag-header-lang:hover .header-lang__list {
  opacity: 1;
  pointer-events: all;
}
.ag-header-lang .header-lang__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 4px 6px;
  background-color: #1D9139;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ag-header-lang .header-lang__head svg {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ag-header-lang .header-lang__head .current {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ag-header-lang .header-lang__list {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  top: 100%;
  left: 0;
  right: 0;
  padding: 1px 6px 4px;
  background-color: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ag-header-lang .header-lang__list .item {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: #151515;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ag-header-lang .header-lang__list .item:hover {
  color: #1D9139;
}
.ag-header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ag-header-social .social-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.ag-header-social .social-item svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 767px) {
  .ag-header-social .social-item:hover svg {
    fill: #EAE105;
  }
}
.ag-header .ag-logo {
  width: 176px;
  height: 40px;
}
@media (max-width: 1440px) {
  .ag-header .ag-logo {
    width: 132px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  .ag-header .ag-logo {
    width: 140.8px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.ag-header .ag-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .ag-header-phone {
    margin-left: auto;
  }
}
.ag-header-phone .header-phone__link {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #151515;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .ag-header-phone .header-phone__link {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-header-phone .header-phone__link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1270px) {
  .ag-header-phone .header-phone__link span {
    display: none;
  }
}
.ag-header-phone .header-phone__link:hover {
  color: #1D9139;
}
.ag-header-phone .header-phone__btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1D9139;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 24px;
  cursor: pointer;
}
@media (max-width: 1270px) {
  .ag-header-phone .header-phone__btn {
    display: none;
  }
}
.ag-header-phone .header-phone__btn::after {
  content: attr(data-text);
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #151515;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ag-header-phone .header-phone__btn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .ag-header-phone .header-phone__btn:hover span {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .ag-header-phone .header-phone__btn:hover::after {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.ag-header-phone .icon {
  display: none;
  width: 30px;
  height: 30px;
}
@media (max-width: 1270px) {
  .ag-header-phone .icon {
    display: block;
  }
}
@media (max-width: 766px) {
  .ag-header-phone .icon {
    width: 32px;
    height: 32px;
  }
}
.ag-header-phone .icon svg {
  fill: #1D9139;
  width: 100%;
  height: 100%;
}
.ag-header .header-btn {
  white-space: nowrap;
}
@media (max-width: 1270px) {
  .ag-header .header-btn {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 1270px) {
  .ag-header .header-btn span {
    display: none;
  }
}
.ag-header .header-btn .icon {
  display: none;
  width: 30px;
  height: 30px;
}
@media (max-width: 1270px) {
  .ag-header .header-btn .icon {
    display: block;
  }
}
@media (max-width: 766px) {
  .ag-header .header-btn .icon {
    width: 32px;
    height: 32px;
  }
}
.ag-header .header-btn .icon svg {
  fill: #1D9139;
  width: 100%;
  height: 100%;
}
.ag-header-bg {
  background: #151515;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media (max-width: 992px) {
  .ag-header-bg {
    display: none;
  }
}
.ag-header-bg.visible {
  opacity: 0.7;
}
.ag-header .button-burger-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ag-header .button-burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ag-header .button-burger-menu svg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  fill: #1D9139;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ag-header .button-burger-menu .open {
  opacity: 1;
}
.ag-header .button-burger-menu .close {
  opacity: 0;
}
.ag-header .button-burger-menu.open .open {
  opacity: 0;
}
.ag-header .button-burger-menu.open .close {
  opacity: 1;
}

.ag-mobile-menu {
  position: fixed;
  top: 52px;
  display: none;
  background-color: #F5F5F5;
  padding: 28px 0 36px;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100dvh - 52px);
  overflow: auto;
  z-index: 100;
}
@media (max-width: 992px) {
  .ag-mobile-menu.open {
    display: block;
  }
}
.ag-mobile-menu .mobile-menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 0 22px 28px 16px;
}
.ag-mobile-menu .mobile-menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ag-mobile-menu .mobile-menu__social .item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ag-mobile-menu .mobile-menu__social .item img,
.ag-mobile-menu .mobile-menu__social .item svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-mobile-menu .mobile-menu__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.ag-mobile-menu .mobile-menu__lang .item {
  border-radius: 12px;
  overflow: hidden;
  padding: 7px 6px 5px;
  color: #151515;
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.ag-mobile-menu .mobile-menu__lang .item.current {
  color: #ffffff;
  background-color: #1D9139;
}
.ag-mobile-menu .mobile-menu-main {
  width: 100%;
}
.ag-mobile-menu .mobile-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.ag-mobile-menu .mobile-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
}
.ag-mobile-menu .mobile-menu-item.mobile-menu-item-products {
  background-color: #ffffff;
  padding: 16px;
  margin-bottom: 12px;
  width: 100%;
}
.ag-mobile-menu .mobile-menu-item.mobile-menu-item-products .mobile-menu-item-link {
  color: #1D9139;
  margin-bottom: 12px;
}
.ag-mobile-menu .mobile-menu-item-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.ag-mobile-menu .mobile-menu-item-link span {
  display: block;
}
.ag-mobile-menu .mobile-menu-item .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.ag-mobile-menu .mobile-menu-item .sub-menu-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  padding: 5px 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  min-height: 60px;
}
.ag-mobile-menu .mobile-menu-item .sub-menu-item-link img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 766px) {
  .ag-mobile-menu .mobile-menu-item .sub-menu-item-link img {
    width: 36px;
    height: 36px;
  }
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  padding: 24px;
  overflow-y: auto;
}
@media (max-width: 640px) {
  .popup {
    padding: 16px;
  }
}
.popup.open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.popup .popup-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  z-index: 9;
  background: #ffffff;
  width: 357px;
  max-width: 100%;
  padding: 60px 24px 24px;
  row-gap: 12px;
  -webkit-box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 12px;
}
.popup .popup-close {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #1D9139;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popup .popup-close svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}
.popup .popup-close:hover {
  color: #0C6521;
}
.popup .popup-icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.popup .popup-icon svg,
.popup .popup-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.popup .popup-title {
  width: 100%;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1440px) {
  .popup .popup-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .popup .popup-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.popup .popup-subtitle {
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
}
.popup .popup-descriptions {
  padding-top: 12px;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
.popup .popup-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.5);
}
.popup .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
.popup .form .form-row--submit {
  padding-top: 6px;
}
.popup .form .form-row__input--textarea {
  height: 112px;
}
@media (max-width: 766px) {
  .popup.gallery-popup {
    padding: 0;
    margin: 0;
  }
}
.popup.gallery-popup .popup-content {
  padding: 0 24px 12px 24px;
  width: 100%;
  max-width: 1246px;
}
@media (max-width: 766px) {
  .popup.gallery-popup .popup-content {
    width: 100%;
    border-radius: 0;
    min-height: 100vh;
    height: auto;
    padding: 105px 16px 24px 16px;
  }
  @supports (height: 100dvh) {
    .popup.gallery-popup .popup-content {
      min-height: 100dvh;
    }
  }
}
.popup.product-click-popup.open {
  z-index: 1000;
}

.ag-footer {
  position: relative;
  padding-top: 24px;
  overflow: hidden;
}
@media (max-width: 1270px) {
  .ag-footer .container {
    padding: 0 24px;
  }
}
@media (max-width: 766px) {
  .ag-footer .container {
    padding: 0 16px;
  }
}
.ag-footer .footer {
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#ffffff));
  background: linear-gradient(180deg, #F5F5F5 0%, #ffffff 100%);
  padding: 48px 0 24px;
}
@media (max-width: 1270px) {
  .ag-footer .footer {
    padding: 24px 0;
  }
}
.ag-footer .footer__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 24px;
  width: 100%;
  min-width: 1920px;
}
.ag-footer .footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (min-width: 1781px) {
  .ag-footer .footer__bg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer__bg img {
    -o-object-position: center left;
       object-position: center left;
  }
}
.ag-footer .footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
}
@media (max-width: 1270px) {
  .ag-footer .footer__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1270px) {
  .ag-footer .footer-col:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .ag-footer .footer-col .footer-logo {
    display: none;
  }
}
@media (max-width: 992px) {
  .ag-footer .footer-col--menu {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-col--menu {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-col--contacts {
    width: 100%;
  }
}
.ag-footer .footer-logo {
  display: block;
  width: 268px;
  height: 61px;
  margin-bottom: 48px;
}
.ag-footer .footer-logo--mob {
  display: none;
}
@media (max-width: 992px) {
  .ag-footer .footer-logo--mob {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-logo--mob {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
@media (max-width: 1270px) {
  .ag-footer .footer-logo {
    margin-bottom: 0;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-logo {
    width: 175.74px;
    height: 40px;
  }
}
.ag-footer .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-footer .footer-banner {
  width: 268px;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 1270px) {
  .ag-footer .footer-banner {
    width: auto;
    padding: 12px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .ag-footer .footer-banner {
    margin: 0 auto;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-banner {
    width: 100%;
    padding: 16px;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.ag-footer .footer-banner__title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .ag-footer .footer-banner__title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-banner__title br {
    display: none;
  }
}
.ag-footer .footer-banner__logo {
  width: 220px;
  height: 21px;
}
.ag-footer .footer-banner__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-footer .footer-banner__btn {
  width: 100%;
}
@media (max-width: 1270px) {
  .ag-footer .footer-banner__btn {
    width: 165px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-banner__btn {
    max-width: 350px;
    width: 100%;
  }
}
.ag-footer .footer-banner__btn span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ag-footer .footer-banner__btn svg {
  stroke: #1D9139;
}
@media (min-width: 767px) {
  .ag-footer .footer-banner__btn:hover svg {
    stroke: #ffffff;
  }
}
@media (min-width: 767px) {
  .ag-footer .footer-banner__btn:active svg {
    stroke: #0C6521;
  }
}
.ag-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media (max-width: 1440px) {
  .ag-footer .footer-menu {
    gap: 24px;
  }
}
@media (max-width: 1270px) {
  .ag-footer .footer-menu {
    gap: 48px;
  }
}
@media (max-width: 992px) {
  .ag-footer .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    background-color: #ffffff;
  }
}
@media (min-width: 993px) {
  .ag-footer .footer-menu-col {
    width: auto;
  }
}
@media (max-width: 992px) {
  .ag-footer .footer-menu-col {
    border-bottom: 1px solid #E8E8E8;
  }
}
@media (max-width: 992px) {
  .ag-footer .footer-menu-col.active .footer-menu__title {
    color: #1D9139;
  }
  .ag-footer .footer-menu-col.active .footer-menu__title svg {
    -webkit-transform: translate(0, 4px) rotate(180deg);
        -ms-transform: translate(0, 4px) rotate(180deg);
            transform: translate(0, 4px) rotate(180deg);
    stroke: #1D9139;
  }
}
.ag-footer .footer-menu__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1440px) {
  .ag-footer .footer-menu__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-menu__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.ag-footer .footer-menu__title svg {
  display: none;
  width: 24px;
  height: 24px;
  stroke: #151515;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .ag-footer .footer-menu__title svg {
    display: block;
  }
}
@media (min-width: 993px) {
  .ag-footer .footer-menu__title {
    pointer-events: none;
  }
}
@media (max-width: 992px) {
  .ag-footer .footer-menu__title {
    margin: 0;
    padding: 12px;
  }
}
@media (min-width: 993px) {
  .ag-footer .footer-menu .accordion-body {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
}
.ag-footer .footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (max-width: 992px) {
  .ag-footer .footer-menu__list {
    padding: 12px;
    gap: 16px;
  }
}
.ag-footer .footer-menu__item {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .ag-footer .footer-menu__item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
.ag-footer .footer-menu__item a {
  display: block;
  color: #151515;
}
.ag-footer .footer-contacts {
  width: 415px;
}
@media (max-width: 766px) {
  .ag-footer .footer-contacts {
    width: 100%;
  }
}
.ag-footer .footer-contacts__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .ag-footer .footer-contacts__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-contacts__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-contacts__title {
    display: none;
  }
}
.ag-footer .footer-contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (max-width: 766px) {
  .ag-footer .footer-contacts__list {
    gap: 16px;
  }
}
.ag-footer .footer-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ag-footer .footer-contacts__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
}
@media (max-width: 766px) {
  .ag-footer .footer-contacts__item-icon {
    width: 24px;
    height: 24px;
  }
}
.ag-footer .footer-contacts__item-icon svg {
  width: 100%;
  height: 100%;
  fill: #1D9139;
}
.ag-footer .footer-contacts__item-link {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #151515;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .ag-footer .footer-contacts__item-link {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-contacts__item-link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 767px) {
  .ag-footer .footer-contacts__item a:hover {
    color: #1D9139;
  }
}
.ag-footer .footer-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 500px;
  padding: 6px 6px 6px 24px;
  margin: 24px 0;
}
@media (max-width: 766px) {
  .ag-footer .footer-callback {
    padding: 16px 21.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    margin: 16px 0;
  }
}
.ag-footer .footer-callback__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 766px) {
  .ag-footer .footer-callback__info {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-callback__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px;
  }
}
@media (max-width: 766px) {
  .ag-footer .footer-callback .button, .ag-footer .footer-callback .button-yellow, .ag-footer .footer-callback .button-white {
    width: 100%;
    max-width: 300px;
  }
}
.ag-footer .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 766px) {
  .ag-footer .footer-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ag-footer .footer-socials .social-item a {
  display: block;
  width: 32px;
  height: 32px;
}
.ag-footer .footer-socials .social-item a img,
.ag-footer .footer-socials .social-item a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-footer .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 23px 0 0 0;
  border-top: 1px solid #E8E8E8;
}
@media (max-width: 766px) {
  .ag-footer .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.ag-footer .footer-copyright {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .ag-footer .footer-copyright {
    text-align: center;
  }
}
.ag-footer .footer .developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ag-footer .footer .developer svg {
  width: 36px;
  height: 18px;
}

.ag-home-banner {
  margin-bottom: 96px;
}
@media (max-width: 766px) {
  .ag-home-banner {
    margin-bottom: 60px;
  }
}
.ag-home-banner .home-banner {
  position: relative;
  background-color: #1D9139;
  color: #ffffff;
  overflow: hidden;
}
.ag-home-banner .home-banner__bg {
  position: absolute;
  top: -66px;
  left: -14px;
  width: 1948.34px;
  height: 1097px;
  min-width: 100%;
}
@media (max-width: 1440px) {
  .ag-home-banner .home-banner__bg {
    width: 1297px;
    height: 730px;
  }
}
.ag-home-banner .home-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ag-home-banner .home-banner .container {
  position: relative;
  z-index: 3;
  max-width: 1756px;
}
.ag-home-banner .home-banner-slider {
  height: 600px;
}
@media (max-width: 1440px) {
  .ag-home-banner .home-banner-slider {
    height: 500px;
  }
}
@media (max-width: 766px) {
  .ag-home-banner .home-banner-slider {
    height: auto;
    min-height: 500px;
  }
}
@media (max-width: 766px) {
  .ag-home-banner .home-banner-slider .swiper-slide {
    height: auto;
  }
}
.ag-home-banner .home-banner .arrow {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(234, 225, 5, 0.2);
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  pointer-events: all;
}
@media (max-width: 1440px) {
  .ag-home-banner .home-banner .arrow {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 767px) {
  .ag-home-banner .home-banner .arrow:hover {
    background-color: #EAE105;
  }
}
.ag-home-banner .home-banner .arrow svg {
  stroke: #ffffff;
  width: 24px;
  height: 24px;
}
@media (max-width: 1440px) {
  .ag-home-banner .home-banner .arrow svg {
    width: 14px;
    height: 14px;
  }
}
.ag-home-banner .home-banner .arrow--prev {
  left: 0;
}
.ag-home-banner .home-banner .arrow--next {
  right: 0;
}
.ag-home-banner .swiper-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 100%;
  max-width: 1688px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .ag-home-banner .swiper-navigation {
    padding: 0 6px;
  }
}
@media (max-width: 766px) {
  .ag-home-banner .swiper-navigation {
    display: none;
  }
}
.ag-home-banner .swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  z-index: 11;
}
.ag-home-banner .swiper-pagination span {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.ag-home-banner .swiper-pagination span::after {
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0.4;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .ag-home-banner .swiper-pagination span:hover::after {
    opacity: 0.8;
    background-color: #ffffff;
  }
}
.ag-home-banner .swiper-pagination span.swiper-pagination-bullet-active::after {
  background-color: #EAE105;
  opacity: 1;
}

.banner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1616px;
  padding: 0 58px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media (max-width: 992px) {
  .banner-item {
    padding: 0 24px;
  }
}
@media (max-width: 766px) {
  .banner-item {
    padding: 30px 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.banner-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 544px;
  padding-left: 24px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 1440px) {
  .banner-item__content {
    max-width: 463px;
  }
}
@media (max-width: 992px) {
  .banner-item__content {
    max-width: 50%;
  }
}
@media (max-width: 766px) {
  .banner-item__content {
    max-width: 100%;
    width: 100%;
    gap: 12px;
    padding: 0;
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.banner-item__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-family: "DaysOne";
  text-transform: uppercase;
}
.banner-item__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .banner-item__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .banner-item__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.banner-item__text {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.banner-item__img {
  margin-top: auto;
  margin-left: auto;
  width: 900px;
  height: 567px;
  margin-right: -120px;
  max-height: 100%;
  max-width: 70%;
}
@media (max-width: 1440px) {
  .banner-item__img {
    height: 467px;
    width: 741px;
    margin-right: -64px;
  }
}
@media (max-width: 1270px) {
  .banner-item__img {
    margin-left: -120px;
  }
}
@media (max-width: 766px) {
  .banner-item__img {
    position: relative;
    margin: 0 auto;
    height: auto;
    width: 100%;
    padding-bottom: 57.435%;
    max-width: 91.256%;
  }
}
.banner-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (max-width: 766px) {
  .banner-item__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.banner-item__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1440px) {
  .banner-item__benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.banner-item__benefits .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.banner-item__benefits .item .icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 766px) {
  .banner-item__benefits .item .icon {
    width: 16px;
    height: 16px;
  }
}
.banner-item__benefits .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.banner-item__benefits .item .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  font-family: "DaysOne";
}
@media (max-width: 766px) {
  .banner-item__benefits .item .title {
    font-size: 12px;
    line-height: 15px;
  }
}

.ag-about-company {
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .ag-about-company {
    padding-bottom: 106px;
  }
}
@media (max-width: 766px) {
  .ag-about-company {
    padding-bottom: 60px;
  }
}
.ag-about-company .about-company {
  position: relative;
  z-index: 3;
}
.ag-about-company .about-company__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1285.5px;
  height: 857px;
}
@media (max-width: 1440px) {
  .ag-about-company .about-company__bg {
    width: 1101px;
    height: 734px;
  }
}
@media (max-width: 766px) {
  .ag-about-company .about-company__bg {
    right: -9px;
  }
}
.ag-about-company .about-company__head {
  margin-bottom: 48px;
}
@media (max-width: 766px) {
  .ag-about-company .about-company__head {
    margin-bottom: 30px;
  }
}
.ag-about-company .about-company__head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 766px) {
  .ag-about-company .about-company__head-top {
    margin-bottom: 30px;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ag-about-company .about-company__head-top .line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #1D9139;
}
@media (max-width: 766px) {
  .ag-about-company .about-company__head-top .line {
    display: none;
  }
}
.ag-about-company .about-company__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-family: "DaysOne";
}
.ag-about-company .about-company__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-about-company .about-company__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .ag-about-company .about-company__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.ag-about-company .about-company__date {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-about-company .about-company__date {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-about-company .about-company__date {
    font-size: 20px;
    line-height: 30px;
  }
}
.ag-about-company .about-company__subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  max-width: 484px;
  width: 100%;
}
@media (max-width: 1440px) {
  .ag-about-company .about-company__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-about-company .about-company__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
.ag-about-company .about-company__wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
@media (max-width: 1440px) {
  .ag-about-company .about-company__wrapper {
    gap: 6px;
  }
}
@media (max-width: 992px) {
  .ag-about-company .about-company__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}
@media (max-width: 766px) {
  .ag-about-company .about-company__wrapper {
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .ag-about-company .about-company__wrapper .benefits-item {
    width: calc(33.3333333333% - 8px);
  }
}
@media (max-width: 766px) {
  .ag-about-company .about-company__wrapper .benefits-item {
    width: 100%;
  }
}

.benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 0 22px 48px 24px;
  background-color: #F5F5F5;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: relative;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .benefits-item {
    padding: 0 12px 12px;
    gap: 12px;
  }
}
@media (max-width: 766px) {
  .benefits-item {
    padding: 0 12px 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 11px;
  }
}
.benefits-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #E8F5E6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .benefits-item:hover::after {
    height: 100%;
  }
  .benefits-item:hover .benefits-item__icon img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .benefits-item:hover .benefits-item__icon::after {
    opacity: 1;
  }
}
.benefits-item__icon {
  padding: 24px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 0 0 500px 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1440px) {
  .benefits-item__icon {
    padding: 16px 6.8px 13.5px;
  }
}
@media (max-width: 766px) {
  .benefits-item__icon {
    padding: 14px 6px 12px 6px;
  }
}
.benefits-item__icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 4;
}
@media (max-width: 1440px) {
  .benefits-item__icon img {
    width: 40.38px;
    height: 40.38px;
  }
}
@media (max-width: 766px) {
  .benefits-item__icon img {
    width: 34.62px;
    height: 34.62px;
  }
}
.benefits-item__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  height: 100%;
  background-color: #1D9139;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.benefits-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 3;
}
@media (max-width: 766px) {
  .benefits-item__content {
    padding-top: 12px;
  }
}
.benefits-item__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .benefits-item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .benefits-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.benefits-item__text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .benefits-item__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.ag-productions {
  margin-bottom: 96px;
}
@media (max-width: 766px) {
  .ag-productions {
    margin-bottom: 60px;
  }
}
.ag-productions .productions__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 198px;
  gap: 24px;
}
@media (max-width: 1440px) {
  .ag-productions .productions__wrapper {
    grid-auto-rows: 181px;
  }
}
@media (max-width: 1270px) {
  .ag-productions .productions__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 198px;
  }
}
@media (max-width: 766px) {
  .ag-productions .productions__wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(82px, auto);
    gap: 12px;
  }
}
@media (min-width: 1271px) {
  .ag-productions .productions__wrapper .row-2 {
    grid-row: span 2;
  }
}
.ag-productions .productions__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
}
.ag-productions .productions__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-productions .productions__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-productions .productions__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-productions .production-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1270px) {
  .ag-productions .production-item-head {
    grid-column: 1/-1;
  }
}
@media (max-width: 766px) {
  .ag-productions .production-item-head {
    gap: 12px;
    margin-bottom: 18px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.ag-productions .production-item-head .button, .ag-productions .production-item-head .button-yellow, .ag-productions .production-item-head .button-white {
  max-width: 400px;
}

.production-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #F5F5F5;
  overflow: hidden;
}
@media (max-width: 766px) {
  .production-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.production-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #E8F5E6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .production-item:hover::after {
    height: 100%;
  }
  .production-item:hover .production-item__img .hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .production-item:hover .production-item__title {
    color: #1D9139;
  }
}
.production-item__img {
  width: 130px;
  height: 130px;
  background-color: #ffffff;
  border-radius: 0 0 500px 500px;
  margin-left: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .production-item__img {
    width: 97px;
    height: 97px;
  }
}
@media (max-width: 766px) {
  .production-item__img {
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.production-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.production-item__img .hover {
  -webkit-transform: translateY(calc(-100% - 2px));
      -ms-transform: translateY(calc(-100% - 2px));
          transform: translateY(calc(-100% - 2px));
}
.production-item__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: #151515;
  position: absolute;
  z-index: 4;
  width: calc(100% - 48px);
  left: 24px;
  bottom: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .production-item__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .production-item__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .production-item__title {
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
  }
}
@media (max-width: 1270px) {
  .production-item__title {
    right: 160px;
    width: calc(100% - 24px - 97px);
  }
}
@media (max-width: 766px) {
  .production-item__title {
    position: static;
    padding: 12px;
    width: 100%;
  }
}
.production-item.row-2 .production-item__img {
  width: 215px;
  height: 215px;
}
@media (max-width: 1440px) {
  .production-item.row-2 .production-item__img {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1270px) {
  .production-item.row-2 .production-item__img {
    width: 97px;
    height: 97px;
  }
}
@media (max-width: 766px) {
  .production-item.row-2 .production-item__img {
    width: 70px;
    height: 70px;
  }
}

.ag-advantages {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#FFFFFF));
  background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
  padding: 100px 0 30px 0;
}
@media (max-width: 1440px) {
  .ag-advantages {
    padding: 96px 0 0 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 766px) {
  .ag-advantages {
    margin-bottom: 60px;
    padding-top: 60px;
  }
}
.ag-advantages .advantages__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 766px) {
  .ag-advantages .advantages__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
  }
}
.ag-advantages .advantages__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ag-advantages .advantages__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
}
.ag-advantages .advantages__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-advantages .advantages__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-advantages .advantages__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-advantages .advantages__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1270px) {
  .ag-advantages .advantages__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .ag-advantages .advantages__wrapper {
    grid-template-columns: 1fr;
  }
}

.advantage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  gap: 30px;
  text-align: center;
}
@media (max-width: 1440px) {
  .advantage-item {
    padding: 12px;
    gap: 12px;
  }
}
.advantage-item__top {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 200px;
}
@media (max-width: 1270px) {
  .advantage-item__top {
    padding-bottom: 64.7%;
  }
}
@media (max-width: 766px) {
  .advantage-item__top {
    padding-bottom: 62.7%;
  }
}
.advantage-item__top::after {
  content: "";
  position: absolute;
  width: 152px;
  height: 152px;
  right: -49px;
  bottom: -56px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: rgba(29, 145, 57, 0.6);
  border-radius: 50%;
}
.advantage-item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.advantage-item__icon {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
  width: 103px;
  height: 96px;
  right: 0;
  bottom: 0;
}
.advantage-item__icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 3;
}
.advantage-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D9139;
}
.advantage-item__title span {
  margin-top: -24px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .advantage-item__title span {
    margin-top: -12px;
  }
}
.advantage-item__number {
  font-size: 80px;
  line-height: 104px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .advantage-item__number {
    font-size: 60px;
    line-height: 78px;
  }
}
.advantage-item__text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .advantage-item__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .advantage-item__text {
    font-size: 15px;
    line-height: 20px;
  }
}

.ag-contacts {
  margin-bottom: 96px;
}
@media (max-width: 766px) {
  .ag-contacts {
    margin-bottom: 60px;
  }
}
.ag-contacts .contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media (max-width: 766px) {
  .ag-contacts .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.ag-contacts .contacts-info {
  width: 738px;
  max-width: calc(100% - 471px - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 992px) {
  .ag-contacts .contacts-info {
    width: calc(50% - 12px);
    max-width: 50%;
  }
}
@media (max-width: 766px) {
  .ag-contacts .contacts-info {
    width: 100%;
    max-width: 100%;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ag-contacts .contacts-info__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
  width: 100%;
}
.ag-contacts .contacts-info__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-contacts .contacts-info__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-contacts .contacts-info__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-contacts .contacts-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1270px) {
  .ag-contacts .contacts-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ag-contacts .contacts-info__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 369px;
  min-width: 345px;
}
@media (max-width: 1440px) {
  .ag-contacts .contacts-info__col {
    width: 328px;
    min-width: auto;
  }
}
@media (max-width: 1270px) {
  .ag-contacts .contacts-info__col {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 766px) {
  .ag-contacts .contacts-info__col {
    max-width: 100%;
  }
}
.ag-contacts .contacts-info__subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-contacts .contacts-info__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-contacts .contacts-info__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
.ag-contacts .contacts-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.ag-contacts .contacts-info .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ag-contacts .contacts-info .contact-item__icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ag-contacts .contacts-info .contact-item__icon svg {
  width: 100%;
  height: 100%;
  fill: #1D9139;
}
.ag-contacts .contacts-info .contact-item__title {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: #8A8A8A;
}
.ag-contacts .contacts-info .contact-item__link {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #151515;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .ag-contacts .contacts-info .contact-item__link {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .ag-contacts .contacts-info .contact-item__link {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 767px) {
  .ag-contacts .contacts-info .contact-item a:hover {
    color: #1D9139;
  }
}
.ag-contacts .contacts-info__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: 1px solid #E8E8E8;
  border-radius: 500px;
  padding: 6px 12px;
}
.ag-contacts .contacts-info__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ag-contacts .contacts-info__socials-list .social-item a {
  display: block;
  width: 32px;
  height: 32px;
}
.ag-contacts .contacts-info__socials-list .social-item a img,
.ag-contacts .contacts-info__socials-list .social-item a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-contacts .contacts-form {
  max-width: 611px;
  background-color: #F5F5F5;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (max-width: 1440px) {
  .ag-contacts .contacts-form {
    max-width: 471px;
  }
}
@media (max-width: 992px) {
  .ag-contacts .contacts-form {
    width: calc(50% - 12px);
  }
}
@media (max-width: 766px) {
  .ag-contacts .contacts-form {
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }
}
.ag-contacts .contacts-form__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 1440px) {
  .ag-contacts .contacts-form__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-contacts .contacts-form__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .ag-contacts .contacts-form__title {
    line-height: 30px;
  }
}
.ag-contacts .contacts-form__subtitle {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
}
.ag-contacts .contacts-form .form {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .ag-contacts .contacts-form .form {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 766px) {
  .ag-contacts .contacts-form .form {
    gap: 6px;
  }
}
.ag-contacts .contacts-form .form-row__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .ag-contacts .contacts-form .form-row__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}
@media (max-width: 766px) {
  .ag-contacts .contacts-form .form-row__bottom {
    margin-top: 18px;
    gap: 12px;
  }
}
.ag-contacts .contacts-form .form-row--submit {
  width: 180px;
}
@media (max-width: 992px) {
  .ag-contacts .contacts-form .form-row--submit {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .ag-contacts .contacts-form .form-row__input--textarea {
    height: 56px;
  }
}

.ag-contact-map {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-contact-map {
    margin: 60px 0;
  }
}
.ag-contact-map .map {
  height: 800px;
  width: 100%;
}
@media (max-width: 1440px) {
  .ag-contact-map .map {
    height: 640px;
  }
}

.ag-error-content {
  padding: 48px 0 96px;
}
@media (max-width: 766px) {
  .ag-error-content {
    padding: 30px 0 60px;
  }
}
.ag-error-content .error-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 24px;
}
@media (max-width: 766px) {
  .ag-error-content .error-content {
    gap: 16px;
  }
}
.ag-error-content .error-content__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
}
.ag-error-content .error-content__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-error-content .error-content__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-error-content .error-content__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-error-content .error-content__text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  max-width: 992px;
}
@media (max-width: 766px) {
  .ag-error-content .error-content__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1440px) {
  .ag-error-content .error-content__text {
    max-width: 966px;
  }
}
.ag-error-content .error-content .button, .ag-error-content .error-content .button-yellow, .ag-error-content .error-content .button-white {
  width: 192px;
}
.ag-error-content .error-content__img {
  margin-top: 24px;
  width: 100%;
  padding-bottom: 21%;
  position: relative;
}
@media (max-width: 766px) {
  .ag-error-content .error-content__img {
    margin-top: 14px;
  }
}
.ag-error-content .error-content__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.ag-blog {
  margin-bottom: 96px;
}
@media (max-width: 766px) {
  .ag-blog {
    margin-bottom: 60px;
  }
}
.ag-blog .blog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 766px) {
  .ag-blog .blog__head {
    gap: 12px;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ag-blog .blog .ag-socials {
  padding: 6px 4px 6px 12px;
}
@media (max-width: 766px) {
  .ag-blog .blog .ag-socials {
    padding: 3px;
  }
}
@media (max-width: 766px) {
  .ag-blog .blog .ag-socials .socials__title {
    display: none;
  }
}
.ag-blog .blog__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
}
.ag-blog .blog__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-blog .blog__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-blog .blog__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-blog .blog__filters {
  margin-bottom: 24px;
}
@media (max-width: 766px) {
  .ag-blog .blog__filters {
    margin-bottom: 30px;
  }
}
.ag-blog .blog__filters .swiper-slide {
  width: auto;
  padding-right: 6px;
}
.ag-blog .blog__filters .swiper-slide:last-of-type {
  padding-right: 0;
}
.ag-blog .blog__filters .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
}
.ag-blog .blog__filters .arrow svg {
  width: 14.4px;
  height: 14.4px;
  stroke: #151515;
}
.ag-blog .blog__filters .arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.ag-blog .blog__filters .arrow.arrow--next {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ag-blog .blog-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .ag-blog .blog-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .ag-blog .blog-main {
    grid-template-columns: 1fr;
  }
}
.ag-blog .blog .ag-pagination {
  margin-top: 48px;
}
@media (max-width: 766px) {
  .ag-blog .blog .ag-pagination {
    margin-top: 30px;
  }
}

.ag-article {
  margin-bottom: 96px;
}
@media (max-width: 766px) {
  .ag-article {
    margin-bottom: 60px;
  }
}
.ag-article .article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (max-width: 992px) {
  .ag-article .article__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.ag-article .article-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(100% - 484px - 24px);
}
@media (max-width: 1440px) {
  .ag-article .article-main {
    max-width: calc(100% - 372px - 24px);
  }
}
@media (max-width: 992px) {
  .ag-article .article-main {
    max-width: 100%;
    width: 100%;
  }
}
.ag-article .article__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
  margin-bottom: 6px;
}
.ag-article .article__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-article .article__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-article .article__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-article .article__date {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: #8A8A8A;
  margin-bottom: 24px;
}
@media (max-width: 766px) {
  .ag-article .article__date {
    margin-bottom: 30px;
  }
}
.ag-article .article-contant {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .ag-article .article-contant {
    margin: 30px 0 0 0;
  }
}
.ag-article .article-aside {
  width: 484px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F5F5F5;
  padding: 24px;
}
@media (min-width: 993px) {
  .ag-article .article-aside {
    position: sticky;
    top: 120px;
  }
}
@media (max-width: 1440px) {
  .ag-article .article-aside {
    width: 372px;
  }
}
@media (max-width: 992px) {
  .ag-article .article-aside {
    width: 100%;
    position: static;
  }
}
.ag-article .article-aside__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .ag-article .article-aside__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-article .article-aside__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .ag-article .article-aside__title {
    line-height: 30px;
  }
}
.ag-article .article-aside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.ag-article.article--full-screen .article-main {
  width: 100%;
  max-width: 100%;
}
.ag-article .ag-socials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .ag-article .ag-socials {
    display: none;
  }
}
.ag-article .ag-product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 48px 0;
}
@media (max-width: 1440px) {
  .ag-article .ag-product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 766px) {
  .ag-article .ag-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .ag-article .ag-product-list {
    grid-template-columns: 1fr;
  }
}
.ag-article .ag-product-related .container {
  padding: 0;
}
.ag-article .ag-product-related .product-related .product-related-head {
  margin-bottom: 48px;
  min-height: 70px;
}
.ag-article .ag-product-related .product-related .swiper-navigation {
  top: -124px;
}

.ag-news {
  overflow: hidden;
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-news {
    margin: 60px 0;
  }
}
.ag-news .news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 96px;
  gap: 12px;
}
@media (max-width: 766px) {
  .ag-news .news__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .ag-news .news__top .ag-socials .socials__title {
    display: none;
  }
}
@media (max-width: 766px) {
  .ag-news .news__top .ag-socials {
    display: none;
  }
}
.ag-news .news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.ag-news .news__title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
}
.ag-news .news__title .title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-news .news__title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-news .news__title .title {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 766px) {
  .ag-news .news__title .title {
    min-height: 48px;
  }
}
.ag-news .news__title .button svg, .ag-news .news__title .button-yellow svg, .ag-news .news__title .button-white svg {
  stroke: #1D9139;
}
@media (max-width: 766px) {
  .ag-news .news__title .button, .ag-news .news__title .button-yellow, .ag-news .news__title .button-white {
    display: none;
  }
}
.ag-news .news__bottom {
  display: none;
  margin-top: 30px;
}
@media (max-width: 766px) {
  .ag-news .news__bottom {
    display: block;
  }
}
.ag-news .news__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.ag-news .news__bottom .button svg, .ag-news .news__bottom .button-yellow svg, .ag-news .news__bottom .button-white svg {
  stroke: #1D9139;
}
.ag-news .news__bottom .ag-socials {
  padding: 3px;
}
.ag-news .news__bottom .ag-socials .socials__title {
  display: none;
}
.ag-news .news-slider .swiper-slide {
  height: auto;
  width: 487px;
}
@media (max-width: 1440px) {
  .ag-news .news-slider .swiper-slide {
    width: 410px;
  }
}
.ag-news .news-slider .swiper-slide .new-item {
  width: 100%;
  height: 100%;
}
.ag-news .news-slider-swiper-btns {
  display: none;
}
@media (max-width: 766px) {
  .ag-news .news-slider-swiper-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ag-news .news-slider-swiper-btns .arrow {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ag-news .news-slider-swiper-btns .arrow svg {
  width: 100%;
  height: 100%;
  fill: rgba(138, 138, 138, 0.2);
  stroke: #151515;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .ag-news .news-slider-swiper-btns .arrow:hover svg {
    fill: #EAE105;
    stroke: #ffffff;
  }
}
.ag-news .news-slider-swiper-btns .arrow.arrow--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ag-news .news-slider-swiper-btns .arrow.swiper-button-disabled {
  opacity: 0.5;
}

.ag-article-gallery {
  margin: 32px 0;
}
.ag-article-gallery .article-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 766px) {
  .ag-article-gallery .article-gallery {
    grid-template-columns: 1fr;
  }
}
.ag-article-gallery .img {
  width: 100%;
  padding-bottom: 75.19%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 766px) {
  .ag-article-gallery .img {
    padding-bottom: 70%;
  }
}
.ag-article-gallery .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .ag-article-gallery .img:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.ag-brand-banner {
  margin-bottom: 96px;
}
@media (max-width: 766px) {
  .ag-brand-banner {
    margin-bottom: 60px;
  }
}
.ag-brand-banner .brand-banner {
  position: relative;
  overflow: hidden;
}
.ag-brand-banner .brand-banner .breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  color: #ffffff;
}
.ag-brand-banner .brand-banner .breadcrumbs a {
  color: #ffffff;
}
.ag-brand-banner .brand-banner .breadcrumbs svg {
  stroke: #ffffff;
}
.ag-brand-banner .brand-banner__img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ag-brand-banner .brand-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 766px) {
  .ag-brand-banner .brand-banner__img img {
    -webkit-transform: scale(1.17);
        -ms-transform: scale(1.17);
            transform: scale(1.17);
  }
}
.ag-brand-banner .brand-banner__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 145, 57, 0.1)), to(rgba(29, 145, 57, 0.1)));
  background: linear-gradient(0deg, rgba(29, 145, 57, 0.1), rgba(29, 145, 57, 0.1));
}
.ag-brand-banner .brand-banner__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 21, 21, 0.65)), to(rgba(21, 21, 21, 0.65)));
  background: linear-gradient(0deg, rgba(21, 21, 21, 0.65), rgba(21, 21, 21, 0.65));
}
.ag-brand-banner .brand-banner__wrapper {
  position: relative;
  z-index: 4;
}
.ag-brand-banner .brand-banner__content {
  height: 966px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .ag-brand-banner .brand-banner__content {
    height: 600px;
  }
}
.ag-brand-banner .brand-banner__tag {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 500px;
  padding: 6px 12px;
  background-color: #1D9139;
}
.ag-brand-banner .brand-banner__logo {
  width: 700px;
  max-width: 100%;
  height: 159px;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .ag-brand-banner .brand-banner__logo {
    width: 500px;
    height: 114px;
  }
}
@media (max-width: 766px) {
  .ag-brand-banner .brand-banner__logo {
    width: 343px;
    height: 78px;
  }
}
.ag-brand-banner .brand-banner__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-brand-banner .brand-banner__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-family: "DaysOne";
  text-align: center;
  max-width: 655px;
  margin: 0 auto;
}
.ag-brand-banner .brand-banner__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-brand-banner .brand-banner__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .ag-brand-banner .brand-banner__title {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 766px) {
  .ag-brand-banner .brand-banner__title {
    max-width: 343px;
  }
}

.ag-brand-info {
  margin: 0 0 96px 0;
}
@media (max-width: 766px) {
  .ag-brand-info {
    margin: 0 0 60px 0;
  }
}
.ag-brand-info .brand-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 123px;
}
@media (max-width: 1270px) {
  .ag-brand-info .brand-info {
    gap: 48px;
  }
}
@media (max-width: 992px) {
  .ag-brand-info .brand-info {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ag-brand-info .brand-info__content {
  max-width: 611px;
  width: 50%;
}
@media (max-width: 992px) {
  .ag-brand-info .brand-info__content {
    max-width: 100%;
    width: 100%;
  }
}
.ag-brand-info .brand-info__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
  margin-bottom: 24px;
}
.ag-brand-info .brand-info__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-brand-info .brand-info__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-brand-info .brand-info__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-brand-info .brand-info__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 50%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-brand-info .brand-info__text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-brand-info .brand-info__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1440px) {
  .ag-brand-info .brand-info__text {
    max-width: 48.97%;
  }
}
@media (max-width: 992px) {
  .ag-brand-info .brand-info__text {
    max-width: 100%;
  }
}
.ag-brand-info .brand-info__text p {
  margin-bottom: 30px;
}
@media (max-width: 766px) {
  .ag-brand-info .brand-info__text p {
    margin-bottom: 24px;
  }
}
.ag-brand-info .brand-info__text p:last-of-type {
  margin-bottom: 0;
}

.ag-brand-quality {
  margin: 0 0 60px 0;
  padding: 36px 0;
}
@media (max-width: 992px) {
  .ag-brand-quality {
    padding: 75px 0 0 0;
  }
}
.ag-brand-quality .brand-quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1D9139;
}
@media (max-width: 992px) {
  .ag-brand-quality .brand-quality {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.ag-brand-quality .brand-quality__img {
  margin: -36px auto;
  width: 464px;
  height: 464px;
}
@media (max-width: 1440px) {
  .ag-brand-quality .brand-quality__img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 992px) {
  .ag-brand-quality .brand-quality__img {
    margin: -75px auto 0;
    width: 65%;
    height: auto;
  }
}
.ag-brand-quality .brand-quality__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-brand-quality .brand-quality__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 48px;
  width: 707px;
  max-width: 50%;
  color: #ffffff;
  min-height: 392px;
}
@media (max-width: 1440px) {
  .ag-brand-quality .brand-quality__content {
    width: 618px;
  }
}
@media (max-width: 1270px) {
  .ag-brand-quality .brand-quality__content {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .ag-brand-quality .brand-quality__content {
    padding: 0 30px 30px;
    min-height: auto;
    width: 100%;
    max-width: 100%;
  }
}
.ag-brand-quality .brand-quality__subtitle {
  color: #EAE105;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-brand-quality .brand-quality__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-brand-quality .brand-quality__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
.ag-brand-quality .brand-quality__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
}
.ag-brand-quality .brand-quality__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-brand-quality .brand-quality__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-brand-quality .brand-quality__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-brand-quality .brand-quality__text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-brand-quality .brand-quality__text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-brand-quality .brand-quality__text {
    font-size: 18px;
    line-height: 24px;
  }
}
.ag-brand-quality .brand-quality__text p:last-of-type {
  margin-bottom: 0;
}

.ag-statistic {
  background-color: #1D9139;
  color: #ffffff;
  margin-bottom: 96px;
}
@media (max-width: 766px) {
  .ag-statistic {
    margin-bottom: 60px;
  }
}
.ag-statistic .statistic__head {
  margin-bottom: 48px;
  border-bottom: 1px solid #27B549;
}
@media (max-width: 766px) {
  .ag-statistic .statistic__head {
    margin-bottom: 30px;
  }
}
.ag-statistic .statistic__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-family: "DaysOne";
  margin-bottom: 47px;
}
.ag-statistic .statistic__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-statistic .statistic__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .ag-statistic .statistic__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.ag-statistic .statistic__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .ag-statistic .statistic__wrapper {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }
}
@media (max-width: 766px) {
  .ag-statistic .statistic__wrapper {
    gap: 12px;
  }
}
.ag-statistic .statistic-item {
  padding: 24px;
}
@media (max-width: 1270px) {
  .ag-statistic .statistic-item {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .ag-statistic .statistic-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding: 0;
  }
}
.ag-statistic .statistic-item__number {
  font-size: 120px;
  line-height: 156px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-statistic .statistic-item__number {
    font-size: 80px;
    line-height: 104px;
  }
}
@media (max-width: 1270px) {
  .ag-statistic .statistic-item__number {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 766px) {
  .ag-statistic .statistic-item__number {
    font-size: 50px;
    line-height: 65px;
  }
}
.ag-statistic .statistic-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.ag-statistic .statistic-item__icon {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1270px) {
  .ag-statistic .statistic-item__icon {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 766px) {
  .ag-statistic .statistic-item__icon {
    width: 24px;
    height: 24px;
  }
}
.ag-statistic .statistic-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-statistic .statistic-item__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  max-width: 335px;
}
@media (max-width: 1440px) {
  .ag-statistic .statistic-item__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-statistic .statistic-item__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .ag-statistic .statistic-item__title {
    max-width: 300px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .ag-statistic .statistic-item__title {
    max-width: 100%;
  }
}
.ag-statistic.ag-statistic-with-title {
  margin-bottom: 0;
  padding: 96px 0;
}
@media (max-width: 766px) {
  .ag-statistic.ag-statistic-with-title {
    padding: 60px 0;
  }
}
.ag-statistic.ag-statistic-with-title .statistic-item {
  padding: 0;
}
@media (max-width: 766px) {
  .ag-statistic.ag-statistic-with-title .statistic__wrapper {
    padding: 0;
  }
}

.ag-card-info {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-card-info {
    margin: 60px 0;
  }
}
.ag-card-info .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
@media (max-width: 992px) {
  .ag-card-info .card-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.ag-card-info .card-info__content {
  max-width: 611px;
  width: 50%;
}
@media (max-width: 1440px) {
  .ag-card-info .card-info__content {
    width: 40.465%;
  }
}
@media (max-width: 992px) {
  .ag-card-info .card-info__content {
    width: 100%;
    max-width: 100%;
  }
}
.ag-card-info .card-info__content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 24px 0 30px;
}
@media (max-width: 1440px) {
  .ag-card-info .card-info__content p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-card-info .card-info__content p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1440px) {
  .ag-card-info .card-info__content p {
    margin: 24px 0 28px;
  }
}
@media (max-width: 766px) {
  .ag-card-info .card-info__content p {
    margin: 12px 0 24px;
  }
}
.ag-card-info .card-info__content p:last-of-type {
  margin-bottom: 0;
}
.ag-card-info .card-info__btn {
  margin-top: 24px;
}
@media (max-width: 766px) {
  .ag-card-info .card-info__btn {
    margin-top: 12px;
  }
}
.ag-card-info .card-info__img {
  max-width: 738px;
  width: 50%;
  position: relative;
}
@media (max-width: 1440px) {
  .ag-card-info .card-info__img {
    width: 49%;
  }
}
@media (max-width: 992px) {
  .ag-card-info .card-info__img {
    width: 100%;
    max-width: 100%;
  }
}
.ag-card-info .card-info__img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 73.18%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .ag-card-info .card-info__img-wrapper {
    padding-bottom: 77.145%;
  }
}
@media (max-width: 766px) {
  .ag-card-info .card-info__img-wrapper {
    padding-bottom: 69.975%;
  }
}
.ag-card-info .card-info__img-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ag-card-info .card-info__img .logo-img {
  position: absolute;
  right: -28px;
  bottom: -25px;
  z-index: 3;
  width: 44.853%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1440px) {
  .ag-card-info .card-info__img .logo-img {
    width: 47.34%;
    bottom: -20px;
    right: -23px;
  }
}
@media (max-width: 766px) {
  .ag-card-info .card-info__img .logo-img {
    bottom: -13px;
    right: -14px;
  }
}

.ag-results {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-results {
    margin: 60px 0;
  }
}
.ag-results.ag-results--small {
  margin-top: 48px;
}
@media (max-width: 766px) {
  .ag-results.ag-results--small {
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  .ag-results.ag-results--small .results__row {
    gap: 10px;
  }
}
.ag-results .results {
  padding-top: 48px;
  border-top: 1px solid #E8E8E8;
}
@media (max-width: 766px) {
  .ag-results .results {
    padding-top: 29px;
  }
}
.ag-results .results__title {
  margin-bottom: 23px;
}
.ag-results .results .h1 {
  margin-top: 48px;
}
@media (max-width: 766px) {
  .ag-results .results .h1 {
    margin-top: 30px;
    line-height: 32px;
  }
}
.ag-results .results__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .ag-results .results__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.ag-results .results_col {
  width: 100%;
}
.ag-results .results_col p:last-of-type {
  margin-bottom: 0;
}
.ag-results .results__imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 200px;
  gap: 24px;
}
@media (max-width: 992px) {
  .ag-results .results__imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    grid-template-rows: auto;
  }
}
.ag-results .results__imgs .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .ag-results .results__imgs .item {
    height: auto;
    padding-bottom: 100%;
    position: relative;
  }
}
.ag-results .results__imgs .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .ag-results .results__imgs .item img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.ag-product-hero {
  margin-bottom: 48px;
}
@media (max-width: 766px) {
  .ag-product-hero {
    margin-bottom: 60px;
  }
}
.ag-product-hero .product-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .ag-product-hero .product-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
@media (max-width: 766px) {
  .ag-product-hero .product-hero {
    row-gap: 12px;
  }
}

.ag-product-actions {
  max-width: calc(100% - 635px);
  background: #ffffff;
  width: 100%;
  row-gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: sticky;
  top: 120px;
}
@media (max-width: 1440px) {
  .ag-product-actions {
    max-width: calc(100% - 594px);
  }
}
@media (max-width: 1270px) {
  .ag-product-actions {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .ag-product-actions {
    max-width: 100%;
    row-gap: 0;
  }
}
.ag-product-actions .product-from {
  display: none;
}
@media (max-width: 992px) {
  .ag-product-actions .product-from {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ag-product-actions .product-advantages {
  display: none;
}
@media (max-width: 992px) {
  .ag-product-actions .product-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ag-product-actions .head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .ag-product-actions .head {
    display: none;
  }
}
.ag-product-actions .head .category {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #1D9139;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ag-product-actions .head .category {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .ag-product-actions .head .category {
    font-size: 16px;
    line-height: 22px;
  }
}
.ag-product-actions .head .name {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
  font-family: "DaysOne";
}
.ag-product-actions .head .name * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-product-actions .head .name {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-product-actions .head .name {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-product-actions .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F5F5F5;
  padding: 12px;
  border-radius: 12px;
  row-gap: 24px;
}
@media (max-width: 992px) {
  .ag-product-actions .actions {
    margin-bottom: 12px;
  }
}
.ag-product-actions .actions-name {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-product-actions .actions-name {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-product-actions .actions-name {
    font-size: 20px;
    line-height: 30px;
  }
}
.ag-product-actions .actions-parameters {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 12px;
}
.ag-product-actions .actions-parameters .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  padding: 6px;
}
.ag-product-actions .actions-parameters .item-info {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .ag-product-actions .actions-parameters .item-info {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 766px) {
  .ag-product-actions .actions-parameters .item-info {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
  }
}
.ag-product-actions .actions-parameters .item-subtitle {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #8A8A8A;
}
.ag-product-actions .actions-packaging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.ag-product-actions .actions-packaging .title {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.ag-product-actions .actions-packaging .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.ag-product-actions .actions-packaging .list .item {
  padding: 6px;
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 12px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.ag-product-actions .actions-packaging .list .item:hover {
  background: #1D9139;
  color: #ffffff;
}
.ag-product-actions .actions-packaging .list .item.active {
  background: #1D9139;
  color: #ffffff;
}
.ag-product-actions .actions-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
}
@media (max-width: 1780px) {
  .ag-product-actions .actions-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1440px) {
  .ag-product-actions .actions-btn {
    row-gap: 12px;
  }
}
.ag-product-actions .actions-btn .button, .ag-product-actions .actions-btn .button-yellow, .ag-product-actions .actions-btn .button-white {
  max-width: 265px;
  width: 100%;
}
@media (max-width: 992px) {
  .ag-product-actions .actions-btn .button, .ag-product-actions .actions-btn .button-yellow, .ag-product-actions .actions-btn .button-white {
    max-width: initial;
  }
}
.ag-product-actions .actions-btn .button span, .ag-product-actions .actions-btn .button-yellow span, .ag-product-actions .actions-btn .button-white span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ag-product-actions .actions-btn .button svg, .ag-product-actions .actions-btn .button-yellow svg, .ag-product-actions .actions-btn .button-white svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ag-product-images {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 24px 48px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 611px;
  background: #ffffff;
  row-gap: 24px;
}
@media (max-width: 1440px) {
  .ag-product-images {
    max-width: 570px;
  }
}
@media (max-width: 1270px) {
  .ag-product-images {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .ag-product-images {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 766px) {
  .ag-product-images {
    padding: 6px 0 0 0;
    row-gap: 12px;
  }
}
@media (max-width: 992px) {
  .ag-product-images .product-from {
    display: none;
  }
}
@media (max-width: 992px) {
  .ag-product-images .product-advantages {
    display: none;
  }
}
.ag-product-images:before {
  position: absolute;
  left: -100%;
  width: 200%;
  height: calc(100% + 53px);
  content: "";
  background: #F5F5F5;
  top: -53px;
  z-index: 1;
}
@media (max-width: 992px) {
  .ag-product-images:before {
    display: none;
  }
}
.ag-product-images-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.ag-product-images .head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .ag-product-images .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ag-product-images .head .category {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #1D9139;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ag-product-images .head .category {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .ag-product-images .head .category {
    font-size: 16px;
    line-height: 22px;
  }
}
.ag-product-images .head .name {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
  font-family: "DaysOne";
}
.ag-product-images .head .name * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-product-images .head .name {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-product-images .head .name {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-product-images .gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #ffffff;
}
.ag-product-images .ag-gallery {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ag-product-images .ag-gallery .swiper-wrapper {
  width: 100%;
}
.ag-product-images .ag-gallery .swiper-wrapper .swiper-slide {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 766px) {
  .ag-product-images .ag-gallery .swiper-wrapper .swiper-slide {
    padding: 0 52px;
  }
}
.ag-product-images .ag-gallery .swiper-wrapper .swiper-slide .ag-gallery-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 766px) {
  .ag-product-images .ag-gallery .swiper-wrapper .swiper-slide .ag-gallery-video {
    position: relative;
  }
}
@media (max-width: 992px) {
  .ag-product-images .ag-gallery .swiper-wrapper .swiper-slide .ag-gallery-video {
    max-width: 50%;
    margin: 0 auto;
    padding-top: 50%;
  }
}
@media (max-width: 766px) {
  .ag-product-images .ag-gallery .swiper-wrapper .swiper-slide .ag-gallery-video {
    max-width: 100%;
    padding-top: 100%;
  }
}
.ag-product-images .ag-gallery .swiper-wrapper .swiper-slide .ag-gallery-video__iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 99;
}
@media (max-width: 992px) {
  .ag-product-images .ag-gallery .swiper-wrapper .swiper-slide .ag-gallery-video__iframe {
    max-width: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 766px) {
  .ag-product-images .ag-gallery .swiper-wrapper .swiper-slide .ag-gallery-video__iframe {
    max-width: 100%;
  }
}
.ag-product-images .ag-gallery .swiper-wrapper .swiper-slide .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .ag-product-images .ag-gallery .swiper-wrapper .swiper-slide .image {
    max-width: 50%;
    margin: 0 auto;
    padding-top: 50%;
  }
}
@media (max-width: 766px) {
  .ag-product-images .ag-gallery .swiper-wrapper .swiper-slide .image {
    max-width: 100%;
    padding-top: 100%;
  }
}
.ag-product-images .ag-gallery .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.ag-product-images .ag-gallery .swiper-navigation .arrow {
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
}
.ag-product-images .ag-gallery .swiper-navigation .arrow:hover {
  color: #ffffff;
  background: #EAE105;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ag-product-images .ag-gallery .swiper-navigation .arrow svg {
  width: 24px;
  height: 24px;
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 3;
  position: relative;
  stroke: currentColor;
}
.ag-product-images .ag-gallery .swiper-navigation .arrow.swiper-button-disabled {
  display: none;
}
.ag-product-images .ag-gallery .swiper-navigation .arrow--prev {
  left: 20px;
  top: 50%;
}
@media (max-width: 766px) {
  .ag-product-images .ag-gallery .swiper-navigation .arrow--prev {
    left: 10px;
  }
}
.ag-product-images .ag-gallery .swiper-navigation .arrow--next {
  right: 20px;
  top: 50%;
}
@media (max-width: 766px) {
  .ag-product-images .ag-gallery .swiper-navigation .arrow--next {
    right: 10px;
  }
}
.ag-product-images .ag-gallery .swiper-button-lock,
.ag-product-images .ag-gallery .swiper-pagination-lock {
  display: none !important;
}
.ag-product-images .ag-gallery .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ag-product-images .ag-gallery-thumbs {
  min-width: 100%;
  padding: 6px;
  margin: 0;
  position: relative;
}
@media (max-width: 992px) {
  .ag-product-images .ag-gallery-thumbs {
    display: none;
  }
}
.ag-product-images .ag-gallery-thumbs .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ag-product-images .ag-gallery-thumbs .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #E8E8E8;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.ag-product-images .ag-gallery-thumbs .swiper-wrapper .swiper-slide:hover {
  border-color: #1D9139;
}
.ag-product-images .ag-gallery-thumbs .swiper-wrapper .swiper-slide .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ag-product-images .ag-gallery-thumbs .swiper-wrapper .swiper-slide .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ag-product-images .ag-gallery-thumbs .swiper-wrapper .thumb--video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ag-product-images .ag-gallery-thumbs .swiper-wrapper .thumb--video .icon {
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 32px;
  height: 32px;
}
.ag-product-images .ag-gallery-thumbs .swiper-wrapper .thumb--video .icon svg {
  width: 100%;
  height: 100%;
}
.ag-product-images .ag-gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
  border-color: #1D9139;
}
.ag-product-images .ag-gallery-thumbs .arrow {
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
}
.ag-product-images .ag-gallery-thumbs .arrow:hover {
  color: #ffffff;
  background: #EAE105;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ag-product-images .ag-gallery-thumbs .arrow svg {
  width: 24px;
  height: 24px;
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 3;
  position: relative;
  stroke: currentColor;
}
.ag-product-images .ag-gallery-thumbs .arrow.swiper-button-disabled {
  display: none;
}
.ag-product-images .ag-gallery-thumbs .arrow--prev {
  left: 0;
  top: 50%;
}
.ag-product-images .ag-gallery-thumbs .arrow--next {
  right: 0;
  top: 50%;
}

.product-from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 992px) {
  .product-from {
    background: #F5F5F5;
    padding: 30px 24px 15px;
    margin: 30px -24px 0;
    width: calc(100% + 48px);
  }
}
@media (max-width: 766px) {
  .product-from {
    padding: 30px 16px 15px;
    width: calc(100% + 32px);
    margin: 30px -16px 0;
  }
}
.product-from-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .product-from-title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .product-from-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-from-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 766px) {
  .product-from-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
}
.product-from .from-item {
  max-width: 88px;
  width: 88px;
  max-height: 76px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 12px;
  padding: 6px;
  row-gap: 6px;
  border: 1px solid #E8E8E8;
}
@media (max-width: 766px) {
  .product-from .from-item {
    width: 100%;
    max-width: 100%;
    padding: 4px;
    max-height: initial;
  }
}
.product-from .from-item-icon {
  width: 24px;
  height: 24px;
}
.product-from .from-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-from .from-item-name {
  min-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 992px) {
  .product-advantages {
    background: #F5F5F5;
    padding: 15px 24px 30px;
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
}
@media (max-width: 766px) {
  .product-advantages {
    padding: 15px 16px 30px;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
.product-advantages-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .product-advantages-title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .product-advantages-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-advantages-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
@media (max-width: 766px) {
  .product-advantages-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-advantages .advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 6px 0 12px;
}
.product-advantages .advantages-item-icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-advantages .advantages-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-advantages .advantages-item-name {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}

.ag-product-category {
  padding: 12px 6px;
  border: 1px solid #1D9139;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.ag-product-category .title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #1D9139;
}
@media (max-width: 1440px) {
  .ag-product-category .title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .ag-product-category .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.ag-product-category .tab-item-product {
  padding: 6px 10px;
  border-radius: 12px;
  background: #F5F5F5;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #151515;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 766px) {
  .ag-product-category .tab-item-product {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 766px) {
  .ag-product-category .tab-item-product {
    min-height: 44px;
    max-width: 115px;
  }
}
.ag-product-category .tab-item-product:hover {
  color: #ffffff;
  background: #1D9139;
}
.ag-product-category .tab-item-product.active {
  color: #ffffff;
  background: #1D9139;
}
.ag-product-category .tab-content:not(.active) {
  display: none;
}
.ag-product-category .swiper {
  position: initial;
}
.ag-product-category .products-category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.ag-product-category .products-arrow {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #ffffff;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 766px) {
  .ag-product-category .products-arrow {
    width: 24px;
    height: 24px;
  }
}
.ag-product-category .products-arrow:hover {
  color: #ffffff;
  background: #EAE105;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ag-product-category .products-arrow svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
@media (max-width: 766px) {
  .ag-product-category .products-arrow svg {
    width: 15px;
    height: 15px;
  }
}
.ag-product-category .products-arrow--prev {
  left: 0;
}
.ag-product-category .products-arrow--next {
  right: 0;
}
.ag-product-category .products-arrow.swiper-button-disabled {
  display: none;
}
.ag-product-category .swiper-button-lock {
  display: none;
}

.ag-product-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 12px;
  padding-top: 16px;
}
@media (max-width: 1440px) {
  .ag-product-list {
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 6px;
  }
}
@media (max-width: 1270px) {
  .ag-product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 766px) {
  .ag-product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ag-product-list .item {
  border: 1px solid #E8E8E8;
  padding: 6px;
  row-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ag-product-list .item:hover {
  border-color: #1D9139;
}
.ag-product-list .item-images {
  width: 50px;
  height: 50px;
}
.ag-product-list .item-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ag-product-list .item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  min-height: 42px;
  width: 100%;
  text-align: left;
}
.ag-product-list .item.active {
  border-color: #1D9139;
}

.ag-product-gallery-popup {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 766px) {
  .ag-product-gallery-popup {
    margin: auto;
  }
}
.ag-product-gallery-popup .product-images-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 766px) {
  .ag-product-gallery-popup .product-images-wrapper {
    row-gap: 56px;
  }
}
.ag-product-gallery-popup .ag-gallery-popup {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
  position: initial;
  overflow: hidden;
}
@media (max-width: 992px) {
  .ag-product-gallery-popup .ag-gallery-popup {
    max-width: 500px;
  }
}
@media (max-width: 766px) {
  .ag-product-gallery-popup .ag-gallery-popup {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-wrapper {
  width: 100%;
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-wrapper .swiper-slide {
  overflow: hidden;
  width: 100%;
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-wrapper .swiper-slide .ag-gallery-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-wrapper .swiper-slide .ag-gallery-video__iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-wrapper .swiper-slide .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-wrapper .swiper-slide {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-wrapper .swiper-slide-active {
  pointer-events: auto;
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-button-lock,
.ag-product-gallery-popup .ag-gallery-popup .swiper-pagination-lock {
  display: none !important;
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .ag-product-gallery-popup .ag-gallery-popup .swiper-navigation {
    display: none;
  }
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-navigation .arrow {
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(138, 138, 138, 0.2);
}
@media (max-width: 766px) {
  .ag-product-gallery-popup .ag-gallery-popup .swiper-navigation .arrow {
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
            box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
    background: #ffffff;
  }
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-navigation .arrow:hover {
  color: #ffffff;
  background: #EAE105;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-navigation .arrow svg {
  width: 24px;
  height: 24px;
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 3;
  position: relative;
  stroke: currentColor;
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-navigation .arrow.swiper-button-disabled {
  display: none;
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-navigation .arrow--prev {
  left: 0;
  top: 50%;
}
@media (max-width: 766px) {
  .ag-product-gallery-popup .ag-gallery-popup .swiper-navigation .arrow--prev {
    left: 16px;
  }
}
.ag-product-gallery-popup .ag-gallery-popup .swiper-navigation .arrow--next {
  right: 0;
  top: 50%;
}
@media (max-width: 766px) {
  .ag-product-gallery-popup .ag-gallery-popup .swiper-navigation .arrow--next {
    right: 16px;
  }
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup {
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 576px;
  padding: 6px;
}
@media (max-width: 766px) {
  .ag-product-gallery-popup .ag-gallery-thumbs-popup {
    max-width: 100%;
  }
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
}
@media (max-width: 766px) {
  .ag-product-gallery-popup .ag-gallery-thumbs-popup .swiper-wrapper {
    width: 100%;
  }
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #E8E8E8;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (max-width: 766px) {
  .ag-product-gallery-popup .ag-gallery-thumbs-popup .swiper-wrapper .swiper-slide {
    width: 72px;
    height: 72px;
  }
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .swiper-wrapper .swiper-slide:hover {
  border-color: #1D9139;
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .swiper-wrapper .swiper-slide .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .swiper-wrapper .swiper-slide .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .swiper-wrapper .thumb--video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .swiper-wrapper .thumb--video .icon {
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 32px;
  height: 32px;
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .swiper-wrapper .thumb--video .icon svg {
  width: 100%;
  height: 100%;
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .swiper-wrapper .swiper-slide-thumb-active {
  border-color: #1D9139;
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .arrow {
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .arrow:hover {
  color: #ffffff;
  background: #EAE105;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .arrow svg {
  width: 24px;
  height: 24px;
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 3;
  position: relative;
  stroke: currentColor;
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .arrow.swiper-button-disabled {
  display: none;
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .arrow--prev {
  left: 0;
  top: 50%;
}
.ag-product-gallery-popup .ag-gallery-thumbs-popup .arrow--next {
  right: 0;
  top: 50%;
}
.ag-product-gallery-popup .product-info {
  position: absolute;
  bottom: 12px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 12px;
  z-index: 3;
}
@media (max-width: 1270px) {
  .ag-product-gallery-popup .product-info {
    position: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 766px) {
  .ag-product-gallery-popup .product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
}
.ag-product-gallery-popup .product-info .button, .ag-product-gallery-popup .product-info .button-yellow, .ag-product-gallery-popup .product-info .button-white {
  width: 100%;
  max-width: 245px;
}
@media (max-width: 766px) {
  .ag-product-gallery-popup .product-info .button, .ag-product-gallery-popup .product-info .button-yellow, .ag-product-gallery-popup .product-info .button-white {
    max-width: 100%;
  }
}

.ag-product-details {
  margin-bottom: 96px;
}
@media (max-width: 766px) {
  .ag-product-details {
    margin-bottom: 60px;
  }
}
.ag-product-details .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ag-product-details .details .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 508px);
}
@media (max-width: 1440px) {
  .ag-product-details .details .product-info {
    width: calc(100% - 396px);
  }
}
@media (max-width: 992px) {
  .ag-product-details .details .product-info {
    width: 100%;
  }
}
.ag-product-details .details .product-sticky {
  position: sticky;
  right: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 484px;
  top: 120px;
}
@media (max-width: 1440px) {
  .ag-product-details .details .product-sticky {
    width: 372px;
  }
}
@media (max-width: 992px) {
  .ag-product-details .details .product-sticky {
    display: none;
  }
}

.ag-product-mini-card {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #E8E8E8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ag-product-mini-card .product-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ag-product-mini-card .product-card__img {
  padding: 0 1px;
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .ag-product-mini-card .product-card__img {
    padding: 0;
  }
}
.ag-product-mini-card .product-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-product-mini-card .product-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 12px 24px 24px;
}
@media (max-width: 1440px) {
  .ag-product-mini-card .product-card__info {
    padding: 12px;
  }
}
.ag-product-mini-card .product-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.ag-product-mini-card .product-card__head .category {
  color: #1D9139;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
.ag-product-mini-card .product-card__head .name {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-product-mini-card .product-card__head .name {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-product-mini-card .product-card__head .name {
    font-size: 18px;
    line-height: 24px;
  }
}
.ag-product-mini-card .product-card__head .name:hover {
  text-decoration: underline;
}
.ag-product-mini-card .product-card__btn {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1440px) {
  .ag-product-mini-card .product-card__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ag-product-mini-card .product-card__btn .button, .ag-product-mini-card .product-card__btn .button-yellow, .ag-product-mini-card .product-card__btn .button-white {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 8px 12px;
  width: calc(50% - 6px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1440px) {
  .ag-product-mini-card .product-card__btn .button, .ag-product-mini-card .product-card__btn .button-yellow, .ag-product-mini-card .product-card__btn .button-white {
    width: 100%;
  }
}
.ag-product-mini-card .product-card__parameters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.ag-product-mini-card .product-card__parameters .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ag-product-mini-card .product-card__parameters .item-info {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .ag-product-mini-card .product-card__parameters .item-info {
    font-size: 15px;
    line-height: 20px;
  }
}
.ag-product-mini-card .product-card__parameters .item-subtitle {
  color: #8A8A8A;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}

.product-descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 0;
  border-top: 1px solid #E8E8E8;
}
.product-descriptions .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
.product-descriptions .head-descriptions {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .product-descriptions .head-descriptions {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .product-descriptions .head-descriptions {
    font-size: 20px;
    line-height: 30px;
  }
}
.product-descriptions .head-name {
  color: #1D9139;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}

.product-characteristics {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  border-top: 1px solid #E8E8E8;
  padding-top: 24px;
}
.product-characteristics .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
.product-characteristics .head-descriptions {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .product-characteristics .head-descriptions {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .product-characteristics .head-descriptions {
    font-size: 20px;
    line-height: 30px;
  }
}
.product-characteristics .head-name {
  color: #1D9139;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
.product-characteristics .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
@media (max-width: 766px) {
  .product-characteristics .list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 6px;
  }
}
.product-characteristics .list .item {
  padding: 12px;
  row-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F5F5F5;
}
.product-characteristics .list .item-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .product-characteristics .list .item-text {
    font-size: 15px;
    line-height: 20px;
  }
}
.product-characteristics .list .item-name {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #8A8A8A;
}

.product-recommendations {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  border-top: 1px solid #E8E8E8;
  padding-top: 24px;
  margin-top: 48px;
}
.product-recommendations .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
.product-recommendations .head-descriptions {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .product-recommendations .head-descriptions {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .product-recommendations .head-descriptions {
    font-size: 20px;
    line-height: 30px;
  }
}
.product-recommendations .head-name {
  color: #1D9139;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
.product-recommendations .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  position: relative;
}
.product-recommendations .list:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 128px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65.57%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 65.57%);
}
@media (max-width: 766px) {
  .product-recommendations .list:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 766px) {
  .product-recommendations .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 636px;
    height: 100%;
    overflow: hidden;
  }
}
.product-recommendations .list .recommendations-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
  row-gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1270px) {
  .product-recommendations .list .recommendations-item {
    padding-top: 12px;
  }
}
.product-recommendations .list .recommendations-item .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 12px;
}
@media (max-width: 1440px) {
  .product-recommendations .list .recommendations-item .item-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-recommendations .list .recommendations-item .item-head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  width: 357px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .product-recommendations .list .recommendations-item .item-head-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .product-recommendations .list .recommendations-item .item-head-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1440px) {
  .product-recommendations .list .recommendations-item .item-head-title {
    width: 100%;
  }
}
.product-recommendations .list .recommendations-item .item-head-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .product-recommendations .list .recommendations-item .item-head-name {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .product-recommendations .list .recommendations-item .item-head-name {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-recommendations .list .recommendations-item .item-head-img {
  width: 48px;
  height: 48px;
}
@media (max-width: 766px) {
  .product-recommendations .list .recommendations-item .item-head-img {
    width: 24px;
    height: 24px;
  }
}
.product-recommendations .list .recommendations-item .item-head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-recommendations .list .recommendations-item .item-head-info {
  max-width: 992px;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .product-recommendations .list .recommendations-item .item-head-info {
    max-width: 100%;
  }
}
.product-recommendations .list .recommendations-item .content-scroll {
  max-width: 100%;
  overflow-x: auto;
}
.product-recommendations .list .recommendations-item .content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1px;
  overflow: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 900px;
}
@media (max-width: 992px) {
  .product-recommendations .list .recommendations-item .content {
    min-width: auto;
  }
}
@media (max-width: 766px) {
  .product-recommendations .list .recommendations-item .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-recommendations .list .recommendations-item .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E8F5E6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 766px) {
  .product-recommendations .list .recommendations-item .block {
    border: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-recommendations .list .recommendations-item .block-head {
  padding: 10px 2px;
  background: #E8F5E6;
  text-align: center;
}
@media (max-width: 766px) {
  .product-recommendations .list .recommendations-item .block-head {
    border-bottom: 1px solid #ffffff;
  }
}
.product-recommendations .list .recommendations-item .block-info {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 766px) {
  .product-recommendations .list .recommendations-item .block-info {
    border-bottom: 1px solid #E8F5E6;
  }
}
.product-recommendations .list .recommendations-item .block-info:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5652 6C9.26964 6 6.54175 8.68102 6.54175 11.9766C6.54175 15.2721 9.26964 18 12.5652 18C15.8607 18 18.5417 15.2721 18.5417 11.9766C18.5417 8.68102 15.8607 6 12.5652 6ZM15.5235 13.9404C15.7977 14.2146 15.7977 14.6606 15.5235 14.9351C15.2514 15.207 14.8053 15.2114 14.5288 14.9351L12.5652 12.9708L10.5545 14.9353C10.2803 15.2095 9.83425 15.2095 9.55979 14.9353C9.28558 14.6611 9.28558 14.2151 9.55979 13.9406L11.5239 11.9766L9.55979 10.0125C9.28558 9.73805 9.28558 9.29203 9.55979 9.01781C9.83425 8.74359 10.2803 8.74359 10.5545 9.01781L12.5652 10.9823L14.5288 9.01781C14.8025 8.74406 15.2485 8.74312 15.5235 9.01781C15.7977 9.29203 15.7977 9.73805 15.5235 10.0125L13.5594 11.9766L15.5235 13.9404Z' fill='%238A8A8A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-recommendations .list .recommendations-item .block-info.active:before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.625 6C13.4129 6 14.1932 6.15519 14.9211 6.45672C15.6491 6.75825 16.3105 7.20022 16.8677 7.75737C17.4248 8.31452 17.8668 8.97594 18.1683 9.70389C18.4698 10.4318 18.625 11.2121 18.625 12C18.625 13.5913 17.9929 15.1174 16.8677 16.2427C15.7424 17.3679 14.2163 18 12.625 18C11.0337 18 9.50759 17.3679 8.38237 16.2427C7.25716 15.1174 6.625 13.5913 6.625 12C6.625 10.4087 7.25715 8.88259 8.38237 7.75737C9.50759 6.63215 11.0337 6 12.625 6ZM16.1532 10.3822C16.8199 9.47938 15.7692 8.49761 14.9154 9.14296L11.7576 11.4749L10.2962 10.8392C9.36109 10.361 8.51214 11.135 9.05688 12.0785L10.7243 14.5718C11.1806 15.2112 12.2728 15.2473 12.7894 14.5718L16.1532 10.3822Z' fill='%231D9139'/%3E%3C/svg%3E%0A");
}
.product-recommendations .button-more {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  border-radius: 500px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
  z-index: 3;
}
@media (max-width: 766px) {
  .product-recommendations .button-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-recommendations .button-more svg {
  stroke: currentColor;
  fill: none;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-recommendations .button-more .visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-recommendations .button-more .hidden {
  display: none;
}
.product-recommendations.active .list {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding-bottom: 54px;
}
.product-recommendations.active .list::before {
  opacity: 0;
}
.product-recommendations.active .button-more .visible {
  display: none;
}
.product-recommendations.active .button-more .hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-recommendations.active .button-more svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ag-product-related {
  margin-bottom: 96px;
  position: relative;
  z-index: 4;
}
@media (max-width: 766px) {
  .ag-product-related {
    margin-bottom: 60px;
  }
}
.ag-product-related .product-related .product-related-wrapper {
  overflow-x: clip;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ag-product-related .product-related .product-related-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 195px);
  margin-bottom: 96px;
  padding: 12px 0;
  z-index: 3;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 992px) {
  .ag-product-related .product-related .product-related-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ag-product-related .product-related .product-related-head .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ag-product-related .product-related .product-related-head .title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-product-related .product-related .product-related-head .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-product-related .product-related .product-related-head .title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-product-related .product-related .product-related-head .text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  width: 100%;
  max-width: 611px;
}
@media (max-width: 766px) {
  .ag-product-related .product-related .product-related-head .text {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .ag-product-related .product-related .product-related-head .text {
    max-width: 100%;
  }
}
.ag-product-related .product-related .product-related-swiper {
  overflow: initial;
}
.ag-product-related .product-related .swiper-wrapper {
  overflow: initial;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ag-product-related .product-related .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media (max-width: 992px) {
  .ag-product-related .product-related .swiper-slide {
    width: 320px;
  }
}
.ag-product-related .product-related .swiper-navigation {
  position: absolute;
  top: -166px;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .ag-product-related .product-related .swiper-navigation {
    position: initial;
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.ag-product-related .product-related .swiper-navigation .swiper-button-lock {
  display: none;
}
.ag-product-related .product-related .swiper-navigation .arrow {
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(138, 138, 138, 0.2);
}
@media (max-width: 992px) {
  .ag-product-related .product-related .swiper-navigation .arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    position: absolute;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
            box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
    background: #ffffff;
  }
}
@media (max-width: 766px) {
  .ag-product-related .product-related .swiper-navigation .arrow {
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
            box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
    background: #ffffff;
  }
}
.ag-product-related .product-related .swiper-navigation .arrow:hover {
  color: #ffffff;
  background: #EAE105;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ag-product-related .product-related .swiper-navigation .arrow svg {
  width: 24px;
  height: 24px;
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 3;
  position: relative;
  stroke: currentColor;
}
.ag-product-related .product-related .swiper-navigation .arrow.swiper-button-disabled {
  display: none;
}
@media (max-width: 992px) {
  .ag-product-related .product-related .swiper-navigation .arrow--prev {
    left: 0;
  }
}
@media (max-width: 992px) {
  .ag-product-related .product-related .swiper-navigation .arrow--next {
    right: 0;
  }
}

.product-item {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #E8E8E8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.product-item:hover .product-item__link {
  -webkit-transform: scale(1.3335);
      -ms-transform: scale(1.3335);
          transform: scale(1.3335);
  color: #1D9139;
}
.product-item:hover .name {
  text-decoration: underline;
}
.product-item__img {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1440px) {
  .product-item__img {
    padding: 0;
  }
}
.product-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 12px 24px 24px;
  height: 100%;
}
@media (max-width: 1440px) {
  .product-item__info {
    padding: 12px;
  }
}
.product-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.product-item__head .category {
  color: #1D9139;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
.product-item__head .name {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (max-width: 1440px) {
  .product-item__head .name {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .product-item__head .name {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-item__parameters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: auto;
}
.product-item__parameters .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-item__parameters .item-info {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .product-item__parameters .item-info {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1440px) {
  .product-item__parameters .item-info {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
  }
}
.product-item__parameters .item-subtitle {
  color: #8A8A8A;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
.product-item__link {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  color: #E8F5E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-item__link svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 24px;
  width: 24px;
  fill: currentColor;
}

.ag-innovation-application {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 766px) {
  .ag-innovation-application {
    margin-bottom: 60px;
  }
}
.ag-innovation-application .innovation-application {
  padding: 89px 48px;
  position: relative;
}
@media (max-width: 1270px) {
  .ag-innovation-application .innovation-application {
    padding: 54px 48px;
  }
}
@media (max-width: 992px) {
  .ag-innovation-application .innovation-application {
    padding: 0;
  }
}
.ag-innovation-application .innovation-application__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 563px;
  width: 100%;
  position: relative;
  z-index: 3;
  row-gap: 24px;
}
@media (max-width: 1270px) {
  .ag-innovation-application .innovation-application__content {
    max-width: 424px;
  }
}
@media (max-width: 992px) {
  .ag-innovation-application .innovation-application__content {
    padding: 24px;
    max-width: 100%;
  }
}
.ag-innovation-application .innovation-application__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-innovation-application .innovation-application__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-application .innovation-application__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.ag-innovation-application .innovation-application__img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  max-width: 829px;
  z-index: 2;
}
@media (max-width: 1270px) {
  .ag-innovation-application .innovation-application__img {
    max-width: 669px;
  }
}
@media (max-width: 992px) {
  .ag-innovation-application .innovation-application__img {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 67.34%;
    max-width: 100%;
  }
}
.ag-innovation-application .innovation-application__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .ag-innovation-application .innovation-application__img img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.ag-innovation-application .innovation-application__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.ag-innovation-application .innovation-application__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ag-innovation-mulching {
  background: #1D9139;
  margin-bottom: 96px;
  padding: 96px 0;
  color: #ffffff;
}
@media (max-width: 766px) {
  .ag-innovation-mulching {
    background-color: #1d9139;
    background-image: radial-gradient(242.78% 292% at 38.33% 327.4%, #eae105 0%, rgba(234, 225, 5, 0) 100%);
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.ag-innovation-mulching .innovation-mulching {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
}
@media (max-width: 766px) {
  .ag-innovation-mulching .innovation-mulching {
    row-gap: 30px;
  }
}
.ag-innovation-mulching .innovation-mulching__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-family: "DaysOne";
  text-align: center;
}
.ag-innovation-mulching .innovation-mulching__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-innovation-mulching .innovation-mulching__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-mulching .innovation-mulching__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.ag-innovation-mulching .innovation-mulching__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 766px) {
  .ag-innovation-mulching .innovation-mulching__list {
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ag-innovation-mulching .innovation-mulching .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 12px;
  width: 100%;
  max-width: 279px;
}
@media (max-width: 1270px) {
  .ag-innovation-mulching .innovation-mulching .item {
    max-width: 273px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-mulching .innovation-mulching .item {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ag-innovation-mulching .innovation-mulching .item-icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 766px) {
  .ag-innovation-mulching .innovation-mulching .item-icon {
    width: 40px;
    height: 40px;
  }
}
.ag-innovation-mulching .innovation-mulching .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.ag-innovation-qualities {
  background: #1D9139;
  padding: 96px 0 159px;
  color: #ffffff;
}
@media (max-width: 1270px) {
  .ag-innovation-qualities {
    padding: 96px 0 174px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-qualities {
    padding: 60px 0 120px;
  }
}
.ag-innovation-qualities .innovation-qualities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
}
@media (max-width: 766px) {
  .ag-innovation-qualities .innovation-qualities {
    row-gap: 30px;
  }
}
.ag-innovation-qualities .innovation-qualities__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-family: "DaysOne";
  text-align: center;
}
.ag-innovation-qualities .innovation-qualities__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-innovation-qualities .innovation-qualities__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-qualities .innovation-qualities__title {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .ag-innovation-qualities .innovation-qualities__title br {
    display: none;
  }
}
.ag-innovation-qualities .innovation-qualities__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media (max-width: 1270px) {
  .ag-innovation-qualities .innovation-qualities__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .ag-innovation-qualities .innovation-qualities__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 766px) {
  .ag-innovation-qualities .innovation-qualities__list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
}
.ag-innovation-qualities .innovation-qualities .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 12px;
  width: 100%;
}
@media (max-width: 766px) {
  .ag-innovation-qualities .innovation-qualities .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ag-innovation-qualities .innovation-qualities .item-icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 766px) {
  .ag-innovation-qualities .innovation-qualities .item-icon {
    width: 40px;
    height: 40px;
  }
}
.ag-innovation-qualities .innovation-qualities .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-innovation-qualities.ag-innovation-qualities--col4 {
  padding: 96px 0;
}
@media (max-width: 766px) {
  .ag-innovation-qualities.ag-innovation-qualities--col4 {
    padding: 60px 0;
  }
}
@media (min-width: 1271px) {
  .ag-innovation-qualities.ag-innovation-qualities--col4 .innovation-qualities__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .ag-innovation-qualities.ag-innovation-qualities--col4 .innovation-qualities__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .ag-innovation-qualities.ag-innovation-qualities--col4 .innovation-qualities__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-qualities.ag-innovation-qualities--col4 .innovation-qualities__list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 766px) {
  .ag-innovation-qualities.ag-innovation-qualities--col4 .innovation-qualities__list .item-icon {
    width: 60px;
    height: 60px;
  }
}

.ag-innovation-methods {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-innovation-methods {
    margin: 60px 0;
  }
}
.ag-innovation-methods .innovation-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .ag-innovation-methods .innovation-methods {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ag-innovation-methods .innovation-methods .block .images {
  position: relative;
  padding-top: 65.31%;
}
.ag-innovation-methods .innovation-methods .block .images img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ag-innovation-methods .innovation-methods .ag-content h1, .ag-innovation-methods .innovation-methods .ag-content h2, .ag-innovation-methods .innovation-methods .ag-content h3, .ag-innovation-methods .innovation-methods .ag-content h4, .ag-innovation-methods .innovation-methods .ag-content h5 {
  margin: 24px 0 0;
}
.ag-innovation-methods .innovation-methods .ag-content h1:not(:last-child), .ag-innovation-methods .innovation-methods .ag-content h2:not(:last-child), .ag-innovation-methods .innovation-methods .ag-content h3:not(:last-child), .ag-innovation-methods .innovation-methods .ag-content h4:not(:last-child), .ag-innovation-methods .innovation-methods .ag-content h5:not(:last-child) {
  margin: 0 0 24px;
}
.ag-innovation-methods .innovation-methods .ag-content ol, .ag-innovation-methods .innovation-methods .ag-content ul {
  margin: 24px 0 0;
}
.ag-innovation-methods .innovation-methods .ag-content ol:not(:last-child), .ag-innovation-methods .innovation-methods .ag-content ul:not(:last-child) {
  margin: 24px 0;
}

.ag-innovation-info {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-innovation-info {
    margin: 60px 0;
  }
}
.ag-innovation-info .innovation-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .ag-innovation-info .innovation-info {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
}
.ag-innovation-info .innovation-info .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ag-innovation-info .innovation-info .block .images {
  position: relative;
  padding-top: 48.78%;
  margin-bottom: 12px;
}
@media (max-width: 766px) {
  .ag-innovation-info .innovation-info .block .images {
    padding-top: 63%;
  }
}
.ag-innovation-info .innovation-info .block .images img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ag-innovation-info .innovation-info .block .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-innovation-info .innovation-info .block .title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-info .innovation-info .block .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.ag-innovation-info .innovation-info .block .text {
  margin-top: 12px;
}
.ag-innovation-info.mini {
  margin-top: -63px;
  margin-bottom: 96px;
}
@media (max-width: 1270px) {
  .ag-innovation-info.mini {
    margin-top: -78px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-info.mini {
    margin-top: -60px;
    margin-bottom: 60px;
  }
}

.ag-innovation-production {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-innovation-production {
    margin: 60px 0;
  }
}
.ag-innovation-production .innovation-production {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
}
@media (max-width: 766px) {
  .ag-innovation-production .innovation-production {
    row-gap: 24px;
  }
}
.ag-innovation-production .innovation-production .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 30px;
}
@media (max-width: 992px) {
  .ag-innovation-production .innovation-production .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ag-innovation-production .innovation-production .head-title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-family: "DaysOne";
  max-width: 535px;
  width: 100%;
}
.ag-innovation-production .innovation-production .head-title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-innovation-production .innovation-production .head-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-production .innovation-production .head-title {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1270px) {
  .ag-innovation-production .innovation-production .head-title {
    max-width: 425px;
  }
}
@media (max-width: 992px) {
  .ag-innovation-production .innovation-production .head-title {
    max-width: 100%;
  }
}
.ag-innovation-production .innovation-production .head-descriptions {
  max-width: 649px;
  width: 100%;
}
@media (max-width: 1270px) {
  .ag-innovation-production .innovation-production .head-descriptions {
    max-width: 669px;
  }
}
@media (max-width: 992px) {
  .ag-innovation-production .innovation-production .head-descriptions {
    max-width: 100%;
  }
}
.ag-innovation-production .innovation-production .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media (max-width: 766px) {
  .ag-innovation-production .innovation-production .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 12px;
  }
}
.ag-innovation-production .innovation-production .item {
  padding: 24px;
  min-height: 324px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 766px) {
  .ag-innovation-production .innovation-production .item {
    min-height: auto;
  }
}
@media (max-width: 766px) {
  .ag-innovation-production .innovation-production .item {
    row-gap: 12px;
    border-radius: 12px;
  }
}
.ag-innovation-production .innovation-production .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.ag-innovation-production .innovation-production .item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 1270px) {
  .ag-innovation-production .innovation-production .item-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-production .innovation-production .item-icon {
    width: 32px;
    height: 32px;
  }
}
.ag-innovation-production .innovation-production .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-innovation-production .innovation-production .item-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-innovation-production .innovation-production .item-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-production .innovation-production .item-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.ag-innovation-production .innovation-production .item:nth-child(1) {
  background: #D3EACF;
}
.ag-innovation-production .innovation-production .item:nth-child(2) {
  background: #E2F3E0;
}
.ag-innovation-production .innovation-production .item:nth-child(3) {
  background: #ECF9EC;
}
.ag-innovation-production .innovation-production .item:nth-child(4) {
  background: #F6FFF7;
}

.ag-innovation-head .breadcrumbs {
  padding-bottom: 0;
}
.ag-innovation-head .innovation-head {
  position: relative;
  overflow: hidden;
}
.ag-innovation-head .innovation-head__top {
  background: rgba(255, 255, 255, 0.9490196078);
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.4s;
  transition: transform 0.3s, opacity 0.4s, -webkit-transform 0.3s;
  min-height: 389px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1440px) {
  .ag-innovation-head .innovation-head__top {
    min-height: 269px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-head .innovation-head__top {
    min-height: 325px;
  }
}
@media (min-width: 767px) {
  .ag-innovation-head .innovation-head__top.animation {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
.ag-innovation-head .innovation-head__top .container {
  margin: auto;
}
@media (max-width: 766px) {
  .ag-innovation-head .innovation-head__top .container {
    margin-block: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ag-innovation-head .innovation-head__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .ag-innovation-head .innovation-head__content {
    padding: 24px 0;
  }
}
@media (max-width: 766px) {
  .ag-innovation-head .innovation-head__content {
    padding: 30px 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.ag-innovation-head .innovation-head__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  max-width: 611px;
  width: 50%;
}
@media (max-width: 1440px) {
  .ag-innovation-head .innovation-head__info {
    max-width: 499px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-head .innovation-head__info {
    max-width: 420px;
    width: 100%;
  }
}
.ag-innovation-head .innovation-head__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
}
.ag-innovation-head .innovation-head__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-innovation-head .innovation-head__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-head .innovation-head__title {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 1440px) {
  .ag-innovation-head .innovation-head__title br {
    display: none;
  }
}
.ag-innovation-head .innovation-head__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .ag-innovation-head .innovation-head__text {
    font-size: 15px;
    line-height: 20px;
  }
}
.ag-innovation-head .innovation-head__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 6px 12px;
  border-radius: 500px;
  background-color: #E8F5E6;
  margin-left: auto;
  margin-top: -8px;
}
@media (max-width: 1440px) {
  .ag-innovation-head .innovation-head__badge {
    margin-top: -37px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-head .innovation-head__badge {
    margin-top: auto;
    margin-left: 0;
  }
}
.ag-innovation-head .innovation-head__badge .icon {
  width: 48px;
  height: 48px;
}
@media (max-width: 1440px) {
  .ag-innovation-head .innovation-head__badge .icon {
    width: 32px;
    height: 32px;
  }
}
.ag-innovation-head .innovation-head__badge .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-innovation-head .innovation-head__badge span {
  color: #1D9139;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .ag-innovation-head .innovation-head__badge span {
    font-size: 14px;
    line-height: 20px;
  }
}
.ag-innovation-head .innovation-head__badge.grey {
  background-color: #F5F5F5;
}
.ag-innovation-head .innovation-head__badge.grey span {
  color: #151515;
}
.ag-innovation-head .innovation-head__img {
  margin-top: -495px;
  position: relative;
  width: 100%;
  padding-bottom: 960px;
}
@media (max-width: 1440px) {
  .ag-innovation-head .innovation-head__img {
    padding-bottom: 700px;
    margin-top: -369px;
  }
}
@media (max-width: 766px) {
  .ag-innovation-head .innovation-head__img {
    padding-bottom: 56%;
    margin-top: 0;
  }
}
.ag-innovation-head .innovation-head__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ag-calendar {
  margin: 48px 0 96px 0;
}
@media (max-width: 766px) {
  .ag-calendar {
    margin: 30px 0 60px 0;
  }
}
.ag-calendar .calendar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
@media (max-width: 766px) {
  .ag-calendar .calendar__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.ag-calendar .calendar__top-content {
  max-width: 611px;
  width: 60%;
}
@media (max-width: 766px) {
  .ag-calendar .calendar__top-content {
    width: 100%;
  }
}
.ag-calendar .calendar__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
  margin-bottom: 12px;
}
.ag-calendar .calendar__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-calendar .calendar__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-calendar .calendar__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-calendar .calendar__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .ag-calendar .calendar__text {
    font-size: 15px;
    line-height: 20px;
  }
}
.ag-calendar .calendar__info {
  padding-top: 11px;
  border-top: 1px solid #E8E8E8;
  margin-bottom: 24px;
}
@media (max-width: 766px) {
  .ag-calendar .calendar__info {
    margin-bottom: 30px;
  }
}
.ag-calendar .calendar__info-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .ag-calendar .calendar__info-wrapper {
    grid-template-columns: 1fr;
  }
}
.ag-calendar .calendar__info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ag-calendar .calendar__info .item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.ag-calendar .calendar__info .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-calendar .calendar__info .item-text {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.ag-calendar .calendar__filter {
  margin-bottom: 48px;
}
@media (max-width: 766px) {
  .ag-calendar .calendar__filter {
    margin-bottom: 30px;
  }
}
.ag-calendar .calendar__filter .swiper-slide {
  width: auto;
  padding-right: 6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: calc((100% - 56px - 6px) / 12);
      flex-basis: calc((100% - 56px - 6px) / 12);
}
.ag-calendar .calendar__filter .swiper-slide .button-tab {
  width: 100%;
}
@media (max-width: 1440px) {
  .ag-calendar .calendar__filter .swiper-slide .button-tab {
    padding: 10px 5px;
  }
}
@media (max-width: 766px) {
  .ag-calendar .calendar__filter .swiper-slide .button-tab {
    padding: 10px 12px;
    font-size: 15px;
    line-height: 20px;
  }
}
.ag-calendar .calendar__filter .swiper-slide:last-of-type {
  padding-right: 0;
}
.ag-calendar .calendar__filter .swiper-slide:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  min-width: 55px;
}
.ag-calendar .calendar__filter .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
}
.ag-calendar .calendar__filter .arrow svg {
  width: 14.4px;
  height: 14.4px;
  stroke: #151515;
}
.ag-calendar .calendar__filter .arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.ag-calendar .calendar__filter .arrow.arrow--next {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ag-calendar .calendar__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 766px) {
  .ag-calendar .calendar__grid {
    gap: 30px;
  }
}
.ag-calendar .calendar__grid .calendar-item {
  width: 100%;
}
.ag-calendar .calendar__grid .calendar-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.ag-conclusions {
  margin: 96px 0 48px;
}
@media (max-width: 766px) {
  .ag-conclusions {
    margin: 60px 0 30px;
  }
}
.ag-conclusions .conclusions__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 766px) {
  .ag-conclusions .conclusions__head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }
}
.ag-conclusions .conclusions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 766px) {
  .ag-conclusions .conclusions__content {
    gap: 12px;
  }
}
.ag-conclusions .conclusions__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-conclusions .conclusions__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-conclusions .conclusions__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.ag-conclusions .conclusions__subtitle {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #1D9139;
}
@media (max-width: 766px) {
  .ag-conclusions .conclusions__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.ag-conclusions .conclusions__img {
  width: 100%;
  background: rgba(237, 237, 237, 0.3019607843);
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 766px) {
  .ag-conclusions .conclusions__img {
    padding: 11px;
  }
}
.ag-conclusions .conclusions__img-wrapper {
  width: 380px;
  height: 190px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .ag-conclusions .conclusions__img-wrapper {
    width: 300px;
    height: 170px;
  }
}
@media (max-width: 766px) {
  .ag-conclusions .conclusions__img-wrapper {
    width: 71.2%;
    height: auto;
    padding-bottom: 35.78%;
    position: relative;
  }
}
.ag-conclusions .conclusions__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 766px) {
  .ag-conclusions .conclusions__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ag-conclusions .conclusions__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 766px) {
  .ag-conclusions .conclusions__wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.ag-conclusions .conclusions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding-top: 23px;
  border-top: 1px solid #1D9139;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .ag-conclusions .conclusions-item {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 766px) {
  .ag-conclusions .conclusions-item {
    padding-top: 11px;
  }
}
.ag-conclusions .conclusions-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.ag-conclusions .conclusions-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ag-research-accent {
  margin-bottom: 96px;
}
@media (max-width: 766px) {
  .ag-research-accent {
    margin-bottom: 60px;
  }
}
.ag-research-accent .research-accent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #1D9139;
  color: #ffffff;
}
@media (max-width: 992px) {
  .ag-research-accent .research-accent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ag-research-accent .research-accent__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 795px;
  max-width: 55%;
  padding: 48px 0 48px 48px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: auto 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .ag-research-accent .research-accent__content {
    margin-right: -108px;
  }
}
@media (max-width: 992px) {
  .ag-research-accent .research-accent__content {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 48px;
  }
}
@media (max-width: 766px) {
  .ag-research-accent .research-accent__content {
    padding: 24px 24px 0 24px;
    gap: 12px;
  }
}
.ag-research-accent .research-accent__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-family: "DaysOne";
}
.ag-research-accent .research-accent__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-research-accent .research-accent__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .ag-research-accent .research-accent__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.ag-research-accent .research-accent__subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-research-accent .research-accent__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-research-accent .research-accent__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .ag-research-accent .research-accent__subtitle br {
    display: none;
  }
}
.ag-research-accent .research-accent__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 766px) {
  .ag-research-accent .research-accent__btns {
    gap: 12px;
  }
}
.ag-research-accent .research-accent__img {
  margin-top: 48px;
  margin-left: auto;
  width: 42%;
  padding-bottom: 34.334%;
  position: relative;
}
@media (max-width: 1440px) {
  .ag-research-accent .research-accent__img {
    width: 66.536%;
    padding-bottom: 42.183%;
  }
}
@media (max-width: 992px) {
  .ag-research-accent .research-accent__img {
    margin: auto;
    width: 52.536%;
  }
}
@media (max-width: 766px) {
  .ag-research-accent .research-accent__img {
    width: calc(100% - 48px);
    padding-bottom: 70.183%;
  }
}
.ag-research-accent .research-accent__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.ag-agrofiber-block {
  background-color: #1D9139;
  padding: 96px 0;
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 766px) {
  .ag-agrofiber-block {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.ag-agrofiber-block .agrofiber-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 73px;
}
.ag-agrofiber-block .agrofiber-block__head-content {
  width: 1005px;
  max-width: 70%;
}
@media (max-width: 1440px) {
  .ag-agrofiber-block .agrofiber-block__head-content {
    width: 600px;
  }
}
@media (max-width: 766px) {
  .ag-agrofiber-block .agrofiber-block__head-content {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .ag-agrofiber-block .agrofiber-block__head {
    margin-bottom: 24px;
  }
}
@media (max-width: 766px) {
  .ag-agrofiber-block .agrofiber-block__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.ag-agrofiber-block .agrofiber-block__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-family: "DaysOne";
  margin-bottom: 12px;
}
.ag-agrofiber-block .agrofiber-block__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-agrofiber-block .agrofiber-block__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .ag-agrofiber-block .agrofiber-block__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.ag-agrofiber-block .agrofiber-block__subtitle {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  max-width: 635px;
  width: 100%;
  line-height: 32px;
}
@media (max-width: 1440px) {
  .ag-agrofiber-block .agrofiber-block__subtitle {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-agrofiber-block .agrofiber-block__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .ag-agrofiber-block .agrofiber-block__subtitle {
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-agrofiber-block .agrofiber-block__subtitle {
    max-width: 100%;
  }
}
.ag-agrofiber-block .agrofiber-block__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ag-agrofiber-block .agrofiber-block__text {
  width: 611px;
  max-width: 50%;
  margin-left: auto;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .ag-agrofiber-block .agrofiber-block__text {
    width: 471px;
    margin-bottom: 24px;
  }
}
@media (max-width: 766px) {
  .ag-agrofiber-block .agrofiber-block__text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.ag-agrofiber-block .agrofiber-block__benefits {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .ag-agrofiber-block .agrofiber-block__benefits {
    margin-top: 24px;
  }
}
@media (max-width: 766px) {
  .ag-agrofiber-block .agrofiber-block__benefits {
    margin-top: 30px;
  }
}
.ag-agrofiber-block .agrofiber-block__benefits-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 48px;
  line-height: 32px;
}
@media (max-width: 1440px) {
  .ag-agrofiber-block .agrofiber-block__benefits-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-agrofiber-block .agrofiber-block__benefits-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .ag-agrofiber-block .agrofiber-block__benefits-title {
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-agrofiber-block .agrofiber-block__benefits-title {
    margin-bottom: 30px;
  }
}
.ag-agrofiber-block .agrofiber-block__benefits-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .ag-agrofiber-block .agrofiber-block__benefits-wrapper {
    gap: 12px;
  }
}
@media (max-width: 766px) {
  .ag-agrofiber-block .agrofiber-block__benefits-wrapper {
    grid-template-columns: 1fr;
  }
}

.agrofiber-block-item {
  background-color: #17742E;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 992px) {
  .agrofiber-block-item {
    gap: 12px;
  }
}
.agrofiber-block-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agrofiber-block-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 992px) {
  .agrofiber-block-item__icon {
    width: 48px;
    height: 48px;
  }
}
.agrofiber-block-item__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .agrofiber-block-item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .agrofiber-block-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.agrofiber-block-item__text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .agrofiber-block-item__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.ag-img-info-block {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-img-info-block {
    margin: 60px 0;
  }
}
.ag-img-info-block .img-info-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 96px;
}
@media (max-width: 766px) {
  .ag-img-info-block .img-info-block__head {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.ag-img-info-block .img-info-block__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-img-info-block .img-info-block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-img-info-block .img-info-block__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.ag-img-info-block .img-info-block__text {
  width: 611px;
  max-width: 50%;
}
@media (max-width: 766px) {
  .ag-img-info-block .img-info-block__text {
    max-width: 100%;
  }
}
.ag-img-info-block .img-info-block__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 766px) {
  .ag-img-info-block .img-info-block__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.ag-img-info-block .img-info-block__item-img {
  position: relative;
  width: 100%;
  height: 440px;
  margin-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .ag-img-info-block .img-info-block__item-img {
    height: auto;
    padding-bottom: 58.3%;
  }
}
.ag-img-info-block .img-info-block__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .ag-img-info-block .img-info-block__item-img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ag-img-info-block .img-info-block__item-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-img-info-block .img-info-block__item-text {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .ag-img-info-block .img-info-block__item-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.ag-schemes {
  position: relative;
  overflow: hidden;
  background-color: #F5F5F5;
  padding: 96px 0;
}
@media (max-width: 766px) {
  .ag-schemes {
    padding: 60px 0;
  }
}
.ag-schemes .schemes__bg {
  position: absolute;
  left: -38px;
  min-width: calc(100% + 38px);
  width: 1986px;
  height: 1085px;
  bottom: -352px;
}
@media (max-width: 766px) {
  .ag-schemes .schemes__bg {
    width: 387.9px;
    height: 211.7px;
    left: -8px;
    bottom: -60px;
  }
}
.ag-schemes .schemes__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
.ag-schemes .schemes .container {
  position: relative;
  z-index: 3;
}
.ag-schemes .schemes__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 96px;
}
@media (max-width: 766px) {
  .ag-schemes .schemes__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
  }
}
.ag-schemes .schemes__head-info {
  width: 611px;
  max-width: 50%;
}
@media (max-width: 766px) {
  .ag-schemes .schemes__head-info {
    max-width: 100%;
  }
}
.ag-schemes .schemes__head-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 40%;
}
@media (max-width: 992px) {
  .ag-schemes .schemes__head-btns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 766px) {
  .ag-schemes .schemes__head-btns {
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .ag-schemes .schemes__head-btns .button, .ag-schemes .schemes__head-btns .button-yellow, .ag-schemes .schemes__head-btns .button-white {
    width: 350px;
    max-width: 100%;
  }
}
.ag-schemes .schemes__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .ag-schemes .schemes__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-schemes .schemes__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .ag-schemes .schemes__title {
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-schemes .schemes__title {
    margin-bottom: 30px;
  }
}
.ag-schemes .schemes__subtitle {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .ag-schemes .schemes__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.ag-schemes .schemes__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 766px) {
  .ag-schemes .schemes__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.ag-schemes .schemes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 25px;
}
.ag-schemes .schemes-item__img {
  width: calc(100% - 76px);
  position: relative;
  overflow: hidden;
  padding-bottom: 60.29%;
}
@media (max-width: 766px) {
  .ag-schemes .schemes-item__img {
    width: 100%;
    padding-bottom: 119.66%;
  }
}
.ag-schemes .schemes-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ag-schemes .schemes-item__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-schemes .schemes-item__info {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 766px) {
  .ag-schemes .schemes-item__info {
    font-size: 16px;
    line-height: 22px;
  }
}

.ag-products {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-products {
    margin: 60px 0;
  }
}
.ag-products .products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .ag-products .products {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.product-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  overflow: hidden;
  border: 1px solid #E8E8E8;
}
@media (max-width: 1270px) {
  .product-simple {
    gap: 24px;
  }
}
@media (max-width: 766px) {
  .product-simple {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-simple__img {
  width: 240px;
  height: 240px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1270px) {
  .product-simple__img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 640px) {
  .product-simple__img {
    width: 120px;
    height: 120px;
  }
}
.product-simple__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-simple__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  padding: 24px 24px 24px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1440px) {
  .product-simple__content {
    gap: 12px;
  }
}
@media (max-width: 766px) {
  .product-simple__content {
    width: 100%;
    padding: 0 24px 24px;
    text-align: center;
  }
}
.product-simple__name {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .product-simple__name {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .product-simple__name {
    font-size: 20px;
    line-height: 30px;
  }
}
.product-simple__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-simple__btns .button, .product-simple__btns .button-yellow, .product-simple__btns .button-white {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: calc(50% - 6px);
      flex-basis: calc(50% - 6px);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.ag-partners {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-partners {
    margin: 60px 0;
  }
}
.ag-partners .partners__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-family: "DaysOne";
  margin-bottom: 48px;
  text-align: center;
}
.ag-partners .partners__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-partners .partners__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .ag-partners .partners__title {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 766px) {
  .ag-partners .partners__title {
    margin-bottom: 30px;
  }
}
.ag-partners .partners__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .ag-partners .partners__wrapper {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .ag-partners .partners__wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.partners-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px;
  background-color: rgba(245, 245, 245, 0.5019607843);
}
@media (max-width: 1270px) {
  .partners-item {
    padding: 12px;
  }
}
@media (max-width: 766px) {
  .partners-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
}
.partners-item__icon {
  width: 90px;
  height: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 766px) {
  .partners-item__icon {
    width: 40px;
    height: 40px;
  }
}
.partners-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.partners-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 766px) {
  .partners-item__content {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
  }
}
.partners-item__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .partners-item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .partners-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1440px) {
  .partners-item__title {
    line-height: 24px;
  }
}
.ag-partners-benefits {
  background-color: #1D9139;
  padding: 96px 0;
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 766px) {
  .ag-partners-benefits {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.ag-partners-benefits .partners-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px 12px;
}
@media (max-width: 766px) {
  .ag-partners-benefits .partners-benefits {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ag-partners-benefits .partners-benefits__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
  max-width: 70%;
}
.ag-partners-benefits .partners-benefits__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-partners-benefits .partners-benefits__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-partners-benefits .partners-benefits__title {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 766px) {
  .ag-partners-benefits .partners-benefits__title {
    max-width: 100%;
  }
}
.ag-partners-benefits .partners-benefits__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 766px) {
  .ag-partners-benefits .partners-benefits__btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.ag-partners-benefits .partners-benefits__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .ag-partners-benefits .partners-benefits__wrapper {
    gap: 12px;
  }
}
@media (max-width: 992px) {
  .ag-partners-benefits .partners-benefits__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 766px) {
  .ag-partners-benefits .partners-benefits__wrapper .agrofiber-block-item__top {
    gap: 12px;
  }
}

.ag-mission {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-mission {
    margin: 60px 0 27px;
  }
}
.ag-mission .mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 766px) {
  .ag-mission .mission {
    gap: 30px;
  }
}
.ag-mission .mission__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-family: "DaysOne";
}
.ag-mission .mission__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-mission .mission__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 766px) {
  .ag-mission .mission__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.ag-mission .mission__subtitle {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-mission .mission__subtitle {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 766px) {
  .ag-mission .mission__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}

.ag-offers {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-offers {
    margin: 27px 0 60px;
  }
}
.ag-offers .offers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .ag-offers .offers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .ag-offers .offers {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.ag-offers .offers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 48px;
}
@media (max-width: 1440px) {
  .ag-offers .offers-item {
    padding: 24px;
  }
}
@media (max-width: 766px) {
  .ag-offers .offers-item {
    gap: 12px;
  }
}
.ag-offers .offers-item__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-offers .offers-item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-offers .offers-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.ag-offers .offers-item:nth-child(1) {
  background-color: #D3EACF;
}
.ag-offers .offers-item:nth-child(2) {
  background-color: #E2F3E0;
}
.ag-offers .offers-item:nth-child(3) {
  background-color: #ECF9EC;
}
.ag-offers .offers-item:nth-child(4) {
  background-color: #F6FFF7;
}

.ag-advantages-partners {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-advantages-partners {
    margin: 60px 0;
  }
}
.ag-advantages-partners .advantages-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media (max-width: 992px) {
  .ag-advantages-partners .advantages-partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ag-advantages-partners .advantages-partners__content {
  max-width: 50%;
  width: 611px;
}
@media (max-width: 1440px) {
  .ag-advantages-partners .advantages-partners__content {
    width: 471px;
  }
}
@media (max-width: 992px) {
  .ag-advantages-partners .advantages-partners__content {
    width: 100%;
    max-width: 100%;
  }
}
.ag-advantages-partners .advantages-partners__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
  margin-bottom: 24px;
}
.ag-advantages-partners .advantages-partners__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-advantages-partners .advantages-partners__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-advantages-partners .advantages-partners__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-advantages-partners .advantages-partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.ag-advantages-partners .advantages-partners__list li {
  position: relative;
  padding-left: 45px;
}
@media (max-width: 766px) {
  .ag-advantages-partners .advantages-partners__list li {
    padding-left: 34px;
  }
}
.ag-advantages-partners .advantages-partners__list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='24' viewBox='0 0 35 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9463_18685)'%3E%3Cpath d='M23.2659 0.0927803C23.2659 0.0927803 14.2793 -1.31841 8.7493 6.86647C3.19699 15.0842 0 23.9736 0 23.9736C0 23.9736 6.34125 24.6353 8.44103 19.3271C10.5395 14.0216 14.0035 3.37772 23.2659 0.0927803Z' fill='%231D9139'/%3E%3Cpath d='M35 0.0927803C35 0.0927803 26.0134 -1.31841 20.4834 6.86647C14.9311 15.0842 11.7341 23.9736 11.7341 23.9736C11.7341 23.9736 18.0754 24.6353 20.1751 19.3271C22.2736 14.0216 25.7376 3.37772 35 0.0927803Z' fill='%231D9139'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9463_18685'%3E%3Crect width='35' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 766px) {
  .ag-advantages-partners .advantages-partners__list li::after {
    width: 24px;
    height: 16px;
  }
}
.ag-advantages-partners .advantages-partners__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 12px);
  position: relative;
}
@media (max-width: 992px) {
  .ag-advantages-partners .advantages-partners__img {
    width: 100%;
  }
}
.ag-advantages-partners .advantages-partners__img img {
  width: 100%;
  height: auto;
}

.ag-partners-text {
  margin: 96px 0;
}
@media (max-width: 766px) {
  .ag-partners-text {
    margin: 60px 0 27px;
  }
}
.ag-partners-text .partners-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .ag-partners-text .partners-text {
    max-width: 100%;
  }
}
@media (max-width: 766px) {
  .ag-partners-text .partners-text {
    gap: 30px;
  }
}
.ag-partners-text .partners-text__title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "DaysOne";
}
.ag-partners-text .partners-text__title * {
  font-family: "DaysOne";
}
@media (max-width: 1440px) {
  .ag-partners-text .partners-text__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .ag-partners-text .partners-text__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.ag-partners-text .partners-text__subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .ag-partners-text .partners-text__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 766px) {
  .ag-partners-text .partners-text__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
.ag-partners-text .partners-text .button, .ag-partners-text .partners-text .button-yellow, .ag-partners-text .partners-text .button-white {
  width: 300px;
  max-width: 100%;
}