/*! normalize.sass v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: "Neutral Face";
  src: url("../fonts/NeutralFaceRegular.woff") format("woff"), url("../fonts/NeutralFaceRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neutral Face";
  src: url("../fonts/NeutralFaceBold.woff") format("woff"), url("../fonts/NeutralFaceBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@keyframes flower {
  0% {
    bottom: -34.8125rem;
  }
  100% {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes flower {
    0% {
      bottom: -384px;
    }
    100% {
      bottom: 0;
    }
  }
}
* {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 0.8333333vw;
}
html.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.scroll {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #01509D #C1D8EF;
}
.scroll::-webkit-scrollbar {
  width: 6px;
}
.scroll::-webkit-scrollbar-track {
  background: #C1D8EF;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #01509D;
  border-radius: 5px;
  border: none;
}

body {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0875rem;
  background: rgb(240, 240, 240);
}

.site {
  position: relative;
  padding-top: 7.125rem;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s;
}
.site-no-hidden {
  overflow: visible;
}
.site-lk {
  padding: 0;
}
.site.hide {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem -1.25rem;
}
.flex-dc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.125rem;
}

.cover {
  overflow: hidden;
}
.cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root {
  --transition-time: .2s;
}

.firstScreen {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  overflow: hidden;
  background: rgb(20, 102, 66);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3.75rem 5.125rem;
}
.firstScreen.hide {
  top: -100%;
  opacity: 0;
  visibility: hidden;
}
.firstScreen-percents {
  color: rgb(255, 255, 255);
  font-family: Neutral Face;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.875rem;
}
.firstScreen-shape {
  width: 7.125rem;
  height: 34.8125rem;
  bottom: -34.8125rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  animation: flower 1s ease-in forwards;
  background: url(../images/flower.svg) no-repeat center top/contain;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  height: 3.4375rem;
  border-radius: 1.875rem;
  background: rgb(63, 137, 44);
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -0.0875rem;
  padding: 0 2rem;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.9;
}
.btn-big {
  border-radius: 2.8125rem;
  height: 4.5625rem;
  min-width: 21.25rem;
  font-size: 1.5rem;
  letter-spacing: -0.105rem;
  line-height: 2rem;
}
.btn-container {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}

.banner {
  position: relative;
  margin-bottom: 7.5rem;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(52.82deg, rgba(24, 20, 18, 0.9) -2.778%, rgba(0, 0, 0, 0) 53.625%), rgba(0, 0, 0, 0.2);
}
.banner-img img {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-container {
  height: 56.0625rem;
  padding: 6.25rem 0;
  align-items: flex-start;
}
.banner-text {
  margin-bottom: 4.625rem;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
  max-width: 33.125rem;
}
.banner-footer {
  align-items: flex-start;
}
.banner-title {
  margin: 0 0 4.625rem;
  color: rgb(255, 255, 255);
  font-family: Neutral Face;
  font-size: 8.75rem;
  font-weight: 400;
  line-height: 9.0625rem;
}
.banner-link {
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}
.banner-link:hover i {
  background-color: #3F892C;
  transform: rotate(-90deg);
  background-image: url(../images/icons/icons.svg#btn-arrow-white);
}
.banner-link i {
  position: relative;
  left: 0;
  background: url(../images/icons/icons.svg#btn-arrow) no-repeat center/1rem 1.5625rem, #fff;
  display: block;
  margin-right: 1.5rem;
  width: 5.6875rem;
  height: 5.6875rem;
  border-radius: 100%;
  flex-shrink: 0;
  transition: var(--transition-time);
}
.banner-link.dark {
  color: #000;
}
.banner-link.dark i {
  transform: rotate(-90deg);
  background-image: url(../images/icons/icons.svg#btn-arrow-white);
  background-color: rgb(63, 137, 44);
}
.banner-link.dark:hover i {
  left: 0.625rem;
}
.banner-shape {
  position: absolute;
  width: 5rem;
  height: 24.4375rem;
  right: 5.125rem;
  bottom: 0;
  background: url(../images/icons/flower.svg) no-repeat center top/100% auto;
}
.bannerAbout-container {
  height: 65.6875rem;
}
.bannerAbout-title {
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 7.8125rem;
}
.bannerAbout-text {
  max-width: 56.25rem;
  margin-bottom: 7.375rem;
}
.bannerAbout-shape {
  position: absolute;
  width: 47rem;
  height: 23.9375rem;
  right: -0.125rem;
  bottom: -0.3125rem;
  background: url(../images/icons/icons.svg#bannerAbout-shape) no-repeat center bottom/100% auto;
}
.bannerAbout-img::before, .bannerAbout-img::after {
  display: none;
}

.section {
  margin-bottom: 5rem;
}
.section-title {
  margin: 0 0 2.5rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.375rem;
  text-align: center;
}
.section-text {
  max-width: 80rem;
  margin: 0 auto 5rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.1225rem;
  text-align: center;
}
.section-text strong {
  display: inline-block;
  background: rgb(217, 231, 213);
  font-weight: 400;
  padding: 0 0.25rem 0 0.125rem;
}

.rynok-item {
  width: 25%;
  padding: 0 0.625rem 1.25rem;
}
.rynok-item-container {
  height: 100%;
  border-radius: 0.9375rem;
  background: rgb(255, 255, 255);
  padding: 4.625rem 2.5rem 2.75rem;
}
.rynok-item-container:hover {
  box-shadow: 0rem 0.75rem 1.875rem 0rem rgba(45, 45, 45, 0.18);
}
.rynok-item-icon {
  width: 10.625rem;
  height: 10.625rem;
  margin: 0 auto 4.625rem;
  border-radius: 100%;
  background: rgb(236, 243, 234);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.rynok-item-icon img {
  display: block;
  width: 5.8125rem;
  height: 5.8125rem;
  object-fit: contain;
}
.rynok-item-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: -0.875rem;
  background: url(../images/icons/icons.svg#rynok-shape) no-repeat center/contain;
}
.rynok-item-text {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0788rem;
}
.rynok-item-text strong {
  display: block;
  margin: 0 0 2.25rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5625rem;
}

.world-container {
  position: relative;
  overflow: hidden;
  border-radius: 1.875rem;
  padding: 6.875rem 6.25rem 5.3125rem;
}
.world-container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(29.6deg, rgba(7, 38, 75, 0.3) 29.488%, rgba(0, 0, 0, 0) 60.699%), rgba(0, 0, 0, 0.4);
}
.world-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.world-content {
  position: relative;
  z-index: 5;
}
.world-link {
  position: absolute;
  left: 0;
  bottom: 0;
}
.world-link i {
  position: relative;
  left: 0;
  background-color: #3F892C;
  transform: rotate(-90deg);
  background-image: url(../images/icons/icons.svg#btn-arrow-white);
}
.world-link:hover i {
  left: 0.625rem;
}
.world-title {
  margin: 0;
  font-family: Neutral Face;
  font-size: 8.75rem;
  font-weight: 400;
  line-height: 9.0625rem;
  color: #fff;
}
.world-title-container {
  padding-bottom: 17.5rem;
  width: 45%;
}
.world-title strong {
  font-family: Neutral Face;
  font-weight: 400;
  color: #268B0D;
}
.world-list {
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 53.4%;
  margin-bottom: -4.5rem;
}
.world-item {
  max-width: 21.875rem;
  width: calc(50% - 1.25rem);
  margin-bottom: 4.5rem;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0788rem;
}
.world-item-year {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  color: rgb(255, 255, 255);
  font-family: Neutral Face;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.world-item-year i {
  display: block;
  margin: 0 0.4375rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/icons/icons.svg#flower) no-repeat center/contain;
}

.socials {
  justify-content: flex-start;
}
.socials-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.5rem;
}
.socials-item svg {
  display: block;
}
.socials-item:last-child {
  margin-right: 0;
}
.socials-item:hover svg path {
  fill: #3F892C;
}

.categorie {
  overflow: hidden;
  border-bottom: 0.0625rem solid rgb(219, 219, 219);
}
.categories-container {
  padding: 4.5625rem 3.625rem 5.625rem 6.25rem;
  border-radius: 1.875rem;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
}
.categories-left {
  width: 33.1%;
  padding-top: 2.0625rem;
  padding-right: 3.125rem;
  justify-content: space-between;
}
.categories-title {
  text-align: left;
}
.categories-text {
  text-align: left;
  margin: 0;
}
.categories-list {
  width: 66.9%;
}
.categorie-content {
  display: none;
  position: relative;
  z-index: 2;
}
.categorie-content-container {
  display: flex;
  justify-content: space-between;
}
.categorie-desc {
  width: 28.125rem;
  justify-content: space-between;
  padding-bottom: 2.625rem;
}
.categorie-img {
  margin: 0 auto;
  width: 20rem;
}
.categorie-img img {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 0;
  height: auto;
}
.categorie-text {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0788rem;
  margin-bottom: 1.875rem;
}
.categorie-title {
  padding: 1.5rem 0;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
  cursor: pointer;
  position: relative;
}
.categorie-title.active, .categorie-title:hover {
  color: rgb(63, 137, 44);
}
.categorie-title.active .categorie-arrow::after {
  transform: rotate(90deg);
  opacity: 0;
}
.categorie-arrow {
  position: absolute;
  right: 0;
  top: calc(50% - 0.9375rem);
  content: "";
  width: 1.875rem;
  height: 1.875rem;
}
.categorie-arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.125rem;
  background: rgb(63, 137, 44);
  left: 0;
  top: 0.875rem;
}
.categorie-arrow::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.125rem;
  background: rgb(63, 137, 44);
  top: 0;
  left: 0.875rem;
  transition: var(--transition-time);
}

.preims {
  margin-bottom: 8.75rem;
}
.preims-container {
  border-radius: 1.875rem;
  background: rgb(255, 255, 255);
  overflow: hidden;
}
.preims-banner {
  position: relative;
}
.preims-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.preims-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
}
.preims-banner-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(19, 38, 30), rgba(0, 29, 51, 0) 34.585%), linear-gradient(29.6deg, rgba(7, 38, 75, 0.7) 30.071%, rgba(0, 0, 0, 0) 62.046%);
}
.preims-banner-content {
  justify-content: space-between;
  padding: 5rem 0 5rem 6.25rem;
  min-height: 56.25rem;
  position: relative;
  z-index: 2;
}
.preims-banner-text {
  max-width: 32.8125rem;
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
  margin-bottom: 6.25rem;
  color: #fff;
}
.preims-banner-text span {
  color: #3F892C;
}
.preims-banner-title {
  margin: 0;
  color: rgb(255, 255, 255);
  font-family: Neutral Face;
  font-size: 8.5rem;
  font-weight: 400;
  line-height: 9.0625rem;
}
.preims-content {
  position: relative;
  padding: 3.875rem 4.875rem 4.625rem 6.25rem;
}
.preims-content::after {
  position: absolute;
  content: "";
  right: 6.25rem;
  bottom: 0;
  width: 5rem;
  height: 9.375rem;
  background: url(../images/icons/icons.svg#flower-gray) no-repeat center bottom/contain;
}
.preims-content-container {
  align-items: initial;
  margin-bottom: 6rem;
}
.preims-content-list {
  width: 66%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -7.5rem;
}
.preims-content-list2 {
  width: 55%;
}
.preims-content-item {
  margin-bottom: 7.5rem;
  width: 50%;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5625rem;
  position: relative;
  padding-top: 4.5rem;
}
.preims-content-item::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.preims-content-item:nth-child(1)::before {
  background-image: url(../images/icons/icons.svg#preim1);
}
.preims-content-item:nth-child(2)::before {
  background-image: url(../images/icons/icons.svg#preim2);
}
.preims-content-item:nth-child(3)::before {
  background-image: url(../images/icons/icons.svg#preim3);
}
.preims-content-item:nth-child(4)::before {
  background-image: url(../images/icons/icons.svg#preim4);
}
.preims-content-text {
  width: 33%;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.1225rem;
  padding-right: 5rem;
}
.preims-content-text2 {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
}
.preims-content-text2-container {
  max-width: 29.375rem;
}
.preims-footer {
  position: relative;
  z-index: 2;
  justify-content: flex-start;
}
.preims-footer-icon {
  width: 5.5rem;
  height: 5.3125rem;
  margin-right: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.preims-footer-icon svg {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.preims-footer-link {
  background: rgb(217, 231, 213);
  margin-right: 1.5rem;
  color: rgb(63, 137, 44);
}
.preims-footer-link:hover {
  opacity: 1;
  background: rgb(63, 137, 44);
  color: #fff;
}
.preims-footer-mobile {
  display: none;
}
.preims-title2 {
  text-align: left;
}

.product {
  width: 33.333%;
  padding: 0 0.625rem 1.25rem;
  height: auto;
}
.products {
  overflow: hidden;
  margin-bottom: 7.5rem;
}
.products2 {
  padding-top: 5rem;
}
.products-list-slider {
  display: block;
}
.products-list .slick-track {
  display: flex;
}
.products-list .slick-list {
  overflow: visible;
}
.products-top {
  margin-bottom: 8.75rem;
  align-items: flex-start;
}
.products-top2 {
  margin-bottom: 3.75rem;
}
.products-title {
  margin: 0;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 8.75rem;
  font-weight: 400;
  line-height: 9.0625rem;
}
.products-title2 {
  font-size: 3.75rem;
  line-height: 4.375rem;
}
.products-text {
  margin: 0;
  width: 25rem;
  margin-left: 3.125rem;
  flex-shrink: 0;
  text-align: left;
}
.products-text2 {
  width: 38.125rem;
  text-align: left;
  margin: 0;
}
.products-link {
  position: static;
  margin-top: 3.125rem;
  color: #000;
}
.products-link2 {
  margin: 0;
}
.product-container {
  display: block;
  height: 100%;
}
.product-container:hover .product-arrow {
  background: url(../images/icons/icons.svg#btn-arrow-white) no-repeat center/1rem 1.5625rem, rgb(63, 137, 44);
}
.product-container:hover .product-container-inner {
  box-shadow: 0rem 0.75rem 1.875rem 0rem rgba(45, 45, 45, 0.18);
  top: -5rem;
  z-index: 2;
}
.product-container-inner {
  position: relative;
  top: 0;
  transition: var(--transition-time);
  height: 100%;
  padding: 1.25rem;
  border-radius: 0.9375rem;
  background: rgb(255, 255, 255);
}
.product-img {
  height: 22.0625rem;
  overflow: hidden;
  border-radius: 0.9375rem;
  background: rgb(217, 231, 213);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5625rem 1.5625rem 0 1.5625rem;
}
.product-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-content {
  padding-top: 2.25rem;
}
.product-text {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.0875rem;
}
.product-text strong {
  display: block;
  margin-bottom: 0.5rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.0625rem;
}
.product-arrow {
  display: block;
  width: 4.3125rem;
  height: 4.3125rem;
  border-radius: 100%;
  flex-shrink: 0;
  margin-left: 1.25rem;
  transform: rotate(-90deg);
  background: url(../images/icons/icons.svg#btn-arrow) no-repeat center/1rem 1.5625rem, rgb(217, 231, 213);
}

.label {
  display: block;
  position: relative;
}
.label span {
  position: absolute;
  color: rgb(185, 185, 185);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
  top: 1.875rem;
  left: 0;
  transition: var(--transition-time);
}

.input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 0.0625rem solid rgb(219, 219, 219);
  background: transparent;
  box-shadow: none;
  height: 5rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
  padding: 0.625rem 0 0;
}
.input:focus, .input:active, .input.valid {
  border-color: #000;
}
.input:focus + span, .input:active + span, .input.valid + span {
  top: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: -0.0656rem;
}
.input-date {
  background: url(../images/icons/icons.svg#date) no-repeat right center/1.4375rem 1.5rem;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.blog {
  margin-bottom: 8.75rem;
}
.blog-container {
  border-radius: 1.875rem;
  background: rgb(255, 255, 255);
  overflow: hidden;
}
.blog-container-inner {
  padding: 5.625rem 6.25rem 4.375rem;
  align-items: flex-start;
}
.blog-sidebar {
  width: 35.625rem;
  padding-bottom: 6.25rem;
}
.blog-content {
  width: calc(100% - 35.625rem);
}
.blog-footer {
  background: rgb(20, 102, 66);
  padding: 3.125rem 13.75rem 3.125rem 6.25rem;
}
.blog-footer-title {
  display: block;
  color: rgb(255, 255, 255);
  font-family: Neutral Face;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.625rem;
  width: 28.75rem;
  padding-right: 6.25rem;
  flex-shrink: 0;
}
.blog-title {
  margin-bottom: 9.1875rem;
  text-align: left;
}
.blog-item {
  margin-bottom: 3.25rem;
}
.blog-item:last-child {
  margin: 0;
}
.blog-item-container {
  align-items: initial;
}
.blog-item-container:hover .blog-item-img {
  transform: rotate(-5deg);
}
.blog-item-container:hover .blog-item-title {
  color: rgb(63, 137, 44);
}
.blog-item-container:hover .blog-item-btn {
  opacity: 1;
  color: #fff;
  background: rgb(63, 137, 44);
}
.blog-item-img {
  transition: var(--transition-time);
  width: 18.5rem;
  margin-right: 3.125rem;
  min-height: 13.625rem;
  flex-shrink: 0;
  border-radius: 0.9375rem;
}
.blog-item-content {
  justify-content: space-between;
  flex-grow: 2;
}
.blog-item-date {
  flex-grow: 2;
  margin-bottom: 1.25rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0788rem;
  display: block;
}
.blog-item-title {
  margin-bottom: 1.25rem;
  display: block;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
}
.blog-item-btn {
  background: rgb(217, 231, 213);
  color: rgb(63, 137, 44);
}
.blog-list {
  margin-bottom: 5.375rem;
}
.blog-category {
  align-items: flex-start;
  display: none;
}
.blog-category.active {
  display: flex;
}
.blog-category-link {
  position: static;
  margin-left: 4.5625rem;
  color: #000;
}
.blog-category-link i {
  transform: rotate(-90deg);
  background-color: rgb(217, 231, 213);
}
.blog-tab {
  display: flex;
  margin-bottom: 1.4375rem;
  opacity: 0.3;
  cursor: pointer;
  position: relative;
}
.blog-tab strong {
  color: rgb(23, 23, 23);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
}
.blog-tab span {
  color: rgb(23, 23, 23);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.0875rem;
  margin-left: 1rem;
  flex-shrink: 0;
}
.blog-tab:hover, .blog-tab.active {
  opacity: 1;
}
.blog-tab:hover strong, .blog-tab:hover span, .blog-tab.active strong, .blog-tab.active span {
  color: rgb(63, 137, 44);
}
.blog-tab.active::before, .blog-tab.active::after {
  position: absolute;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  left: -2.1875rem;
  top: calc(50% - 0.4375rem);
  box-sizing: border-box;
  border: 0.0625rem solid rgb(63, 137, 44);
  border-radius: 100%;
}
.blog-tab.active::after {
  background: rgb(63, 137, 44);
  left: -3.1875rem;
}
.blog-tab:last-child {
  margin-bottom: 0;
}
.blog-tabs {
  align-items: flex-start;
}
.blog-form {
  flex-grow: 2;
}
.blog-form-input {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.blog-form-input:focus, .blog-form-input:active, .blog-form-input.valid {
  border-color: #fff;
}
.blog-form-label {
  flex-grow: 2;
}
.blog-form-label span {
  color: #fff;
  opacity: 0.4;
}
.blog-form-submit {
  height: 4.5625rem;
  width: 21.25rem;
  flex-shrink: 0;
  margin-left: 7.5rem;
  border-radius: 6.25rem;
  background: rgb(255, 255, 255);
  color: rgb(63, 137, 44);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -0.1025rem;
}

.about {
  margin-bottom: 5.625rem;
}
.about-flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 9.6875rem;
  border-bottom: 0.0625rem solid #DBDBDB;
}
.about-content {
  width: calc(50% - 0.625rem);
}
.about-title {
  width: calc(50% - 0.625rem);
  text-align: left;
}
.about-text {
  max-width: 50.625rem;
  text-align: left;
  margin: 0 0 7.375rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
}
.about-text2 {
  max-width: 45.9375rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
}

.podhod-title {
  text-align: left;
  margin-bottom: 3.75rem;
}

.faq {
  margin-bottom: 8.75rem;
}
.faq-container {
  display: flex;
}
.faq-arrow::before, .faq-arrow::after {
  background: #000000;
}
.faq-footer {
  margin-top: 2.5rem;
}
.faq-footer-text {
  margin-right: 2.5rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
}

.page {
  margin-top: 3.75rem;
  margin-bottom: 7.5rem;
}
.page-title {
  margin: 0 0 2.5rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.375rem;
}

.catalog {
  margin-bottom: 7.5rem;
}
.catalog-list {
  border-radius: 1.875rem;
  overflow: hidden;
}

.item:last-child .item-container {
  border: none;
}
.item-container {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 1.25rem 2.5rem;
  border-bottom: 0.125rem solid rgb(240, 240, 240);
}
.item-img {
  background: rgb(217, 231, 213);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 22.0625rem;
  padding: 1.5625rem 1.5625rem 0;
  width: calc(33.333% - 1.875rem);
}
.item-img img {
  max-height: 100%;
  max-width: 100%;
}
.item-meta, .item-content {
  width: calc(33.333% - 1.875rem);
  justify-content: space-between;
  padding: 1.25rem 0;
}
.item-title {
  margin: 0 0 1.5rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.625rem;
}
.item-btn {
  display: inline-flex;
}
.item-label {
  margin: 0 0.75rem 0.75rem 0;
  border-radius: 1.875rem;
  background: rgb(217, 231, 213);
  padding: 0 0.75rem;
  color: rgb(63, 137, 44);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.0875rem;
}
.item-labels {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 -0.75rem;
}
.item-text {
  max-width: 29.375rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}
.item-link {
  margin: 0;
}
.item-link-mobile {
  display: none;
}
.item-link-container {
  width: 100%;
  justify-content: flex-end;
}
.item-link i {
  width: 4.375rem;
  height: 4.375rem;
  margin-right: 1.25rem;
}

.categoryPage-list {
  display: flex;
  flex-wrap: wrap;
  border-radius: 2.5rem;
  overflow: hidden;
  margin: 0 -0.0625rem -0.125rem;
}
.categoryPage-item {
  width: 33.333%;
  padding: 0 0.0625rem 0.125rem;
}
.categoryPage-item-container {
  background: rgb(255, 255, 255);
  position: relative;
  display: block;
  height: 37.375rem;
  overflow: hidden;
}
.categoryPage-item-container:hover .categoryPage-item-img {
  opacity: 1;
  visibility: visible;
}
.categoryPage-item-container:hover .categoryPage-item-img img {
  bottom: 0;
}
.categoryPage-item-container:hover .categoryPage-item-title {
  color: #fff;
}
.categoryPage-item-container:hover .item-link {
  color: #fff;
}
.categoryPage-item-container:hover .item-link i {
  background-color: #fff;
  background-image: url(../images/icons/icons.svg#btn-arrow);
}
.categoryPage-item-content {
  position: relative;
  z-index: 2;
  height: 100%;
  justify-content: space-between;
  padding: 3.5625rem 2.5rem 2.75rem;
}
.categoryPage-item-title {
  margin: 0 0 2.5rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.625rem;
}
.categoryPage-item-img {
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-time);
  position: absolute;
  display: flex;
  padding: 0 3.25rem;
  justify-content: flex-end;
  align-items: flex-end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icons/category.svg) no-repeat center/145.7% 145.6%, rgb(20, 102, 66);
}
.categoryPage-item-img img {
  position: relative;
  transition: 0.5s;
  bottom: -6.25rem;
  display: block;
  max-width: 50%;
  max-height: 100%;
  height: auto;
}
.categoryPage-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.login {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5.625rem 0;
}
.login-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3.4375rem 0;
}
.login-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.login-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(61.39deg, rgb(5, 27, 18) 14.054%, rgba(18, 63, 43, 0) 65.689%), rgba(0, 0, 0, 0.3);
}
.login-container {
  align-items: flex-end;
}
.login-title {
  color: rgb(255, 255, 255);
  font-family: Neutral Face;
  font-size: 8.75rem;
  font-weight: 400;
  line-height: 9.0625rem;
  margin: 0;
}
.login-form {
  width: 35.75rem;
  padding: 3.75rem;
  max-height: 53.75rem;
  height: calc(100vh - 15.375rem);
  border-radius: 1.875rem;
  background: rgb(255, 255, 255);
  justify-content: space-between;
}
.login-form .popup-close {
  display: none;
}
.login-form-container {
  width: 100%;
}
.login-form-text {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.1225rem;
}
.login-form-footer {
  width: 100%;
}

.contactsPage {
  margin: 6.25rem 0;
}
.contactsPage-top {
  align-items: initial;
  border-bottom: 0.0625rem solid #DBDBDB;
  overflow: hidden;
}
.contactsPage-left {
  width: 33%;
  padding-bottom: 8.75rem;
  justify-content: space-between;
  padding-right: 3.125rem;
}
.contactsPage-right {
  width: 67%;
  padding-bottom: 8.75rem;
  padding-left: 11.5625rem;
  justify-content: space-between;
  position: relative;
}
.contactsPage-right::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: -2.5rem;
  width: 5rem;
  height: 100%;
  background: url(../images/icons/icons.svg#flower-gray2) no-repeat center top/100% auto;
}
.contactsPage-text1 {
  max-width: 25rem;
  color: rgb(185, 185, 185);
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.1225rem;
}
.contactsPage-text2 {
  max-width: 38.125rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.1225rem;
  margin-bottom: 3.75rem;
}
.contactsPage-text2:last-child {
  margin-bottom: 0;
}
.contactsPage-text2 a {
  color: rgb(0, 0, 0);
}
.contactsPage-text2 a:hover {
  color: #3F892C;
}
.contactsPage-phone {
  display: block;
  margin: 2.8125rem 0;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.375rem;
  letter-spacing: 0%;
  text-align: left;
}

.map-block {
  height: 51.25rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  position: relative;
}
.map-block > ymaps {
  filter: grayscale(100%);
}
.map-block .ymaps-2-1-79-map-copyrights-promo,
.map-block .ymaps-2-1-79-copyright.ymaps-2-1-79-copyright_logo_no {
  display: none !important;
}
.map-block::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  visibility: visible;
  transition: var(--transition-time);
}
.map-block:hover::after {
  opacity: 0;
  visibility: hidden;
}
.map-container {
  position: relative;
}
.map-container:hover .map-plash-container {
  box-shadow: 0 0 0.625rem 0.0625rem rgba(0, 0, 0, 0.2);
}
.map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.map-plash {
  position: absolute;
  left: 1.25rem;
  width: 26.5rem;
  top: 1.25rem;
  height: 48.75rem;
  justify-content: space-between;
}
.map-plash-title {
  margin-bottom: 1.875rem;
}
.map-plash-container {
  padding: 2.5rem 2.5rem 2rem;
  border-radius: 0.9375rem;
  height: 70%;
  justify-content: space-between;
  background: rgb(255, 255, 255);
  transition: var(--transition-time);
  box-shadow: 0 0 0.625rem 0.0625rem rgba(0, 0, 0, 0);
}
.map-plash-btn {
  width: 100%;
}
.map-plash-address {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.1225rem;
  margin-bottom: 6.25rem;
}
.map-plash-time {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0788rem;
}

.consult {
  margin-bottom: 7.5rem;
}
.consult-flex {
  align-items: flex-start;
  justify-content: flex-start;
}
.consult-title {
  width: 35%;
  margin-right: 10.625rem;
  flex-shrink: 0;
  text-align: left;
}
.consult-form {
  width: 65%;
  max-width: 52.125rem;
}
.consult-form-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.consult-form-label {
  width: calc(50% - 1.875rem);
  margin-bottom: 3rem;
}
.consult-form-label-full {
  width: 100%;
}
.consult-form-text {
  margin-bottom: 3.75rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.1225rem;
}
.consult-form-ps {
  width: calc(50% - 1.875rem);
  margin-bottom: 3rem;
}
.consult-form-submit {
  width: 21.25rem;
}
.consult2 {
  background: #fff;
  padding: 7.5rem 0;
  margin: 0;
}
.consult2-flex {
  max-width: 89.125rem;
  margin: 0 auto;
}

.urist {
  margin-bottom: 8.75rem;
}
.urist-plash {
  border-radius: 1.875rem;
  background: rgb(255, 255, 255);
  overflow: hidden;
  position: relative;
}
.urist-plash::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 24.375rem;
  bottom: 0;
  right: 5.125rem;
  background: url(../images/icons/icons.svg#flower-gray3) no-repeat center/contain;
}
.urist-plash-top {
  padding: 1.25rem;
  background: rgb(217, 231, 213);
  color: rgb(63, 137, 44);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  justify-content: center;
  letter-spacing: -0.0875rem;
}
.urist-plash-top i {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 1rem;
  background: url(../images/icons/icons.svg#info) no-repeat center/contain;
}
.urist-plash-content {
  padding: 6.25rem;
}
.urist-plash-text {
  margin-bottom: 6.25rem;
  max-width: 86.25rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
}
.urist-plash-text strong {
  font-weight: 400;
  padding: 0 0.25rem;
  display: inline-block;
  background: rgb(217, 231, 213);
}
.urist-plash-footer {
  max-width: 84.6875rem;
}
.urist-plash-footer-text {
  padding-left: 10.3125rem;
  max-width: 56.25rem;
  margin-right: 3.125rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
  min-height: 5.3125rem;
  background: url(../images/icons/icons.svg#gerb) no-repeat top left/5.5rem 5.3125rem;
}
.urist-link {
  position: static;
  color: rgb(0, 0, 0);
}

.doc1 {
  margin-bottom: 10.625rem;
}
.doc1-flex {
  align-items: flex-start;
}
.doc1-title {
  width: 42.14%;
  padding-right: 3.125rem;
  text-align: left;
}
.doc1-content {
  width: 57.86%;
}
.doc1-content-title {
  display: block;
  margin-bottom: 0.9375rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
}
.doc1-item {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid rgb(219, 219, 219);
}
.doc1-item-type {
  width: 5.25rem;
  flex-shrink: 0;
  color: rgb(185, 185, 185);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
}
.doc1-item-link {
  color: rgb(63, 137, 44);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
  flex-shrink: 0;
}
.doc1-item-link:hover {
  text-decoration: underline;
}
.doc1-item-link i {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../images/icons/icons.svg#doc-arrow) no-repeat center/contain;
  margin-left: 0.625rem;
}
.doc1-item-title {
  display: block;
  flex-grow: 2;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
}
.doc2-title {
  margin: 0;
}
.doc2-item {
  padding: 0 0.625rem 1.25rem;
  width: 25%;
}
.doc2-item:nth-child(n+9) {
  display: none;
}
.doc2-item-container {
  border-radius: 0.9375rem;
  box-shadow: 0rem 0.75rem 1.875rem 0rem rgba(45, 45, 45, 0.18);
  background: rgb(255, 255, 255);
  height: 100%;
  min-height: 30.375rem;
  padding: 2.75rem 2.5rem 2.5rem;
  justify-content: space-between;
}
.doc2-item-icon {
  width: 5.9375rem;
  height: 5.9375rem;
  margin-bottom: 1.875rem;
  background: url(../images/icons/icons.svg#doc) no-repeat center/contain;
}
.doc2-item-title {
  display: block;
  margin-bottom: 1.25rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
.doc2-item-date {
  display: block;
  margin-bottom: 2rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0788rem;
}
.doc2-item-link {
  position: relative;
}
.doc2-item-link i {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url(../images/icons/icons.svg#doc-arrow-white) no-repeat center/contain;
  right: 1.25rem;
  top: calc(50% - 0.5rem);
}
.doc2-top {
  margin-bottom: 3.75rem;
}
.doc2-tab {
  margin-left: 1.5rem;
  flex-shrink: 0;
  border-radius: 2.8125rem;
  background: rgb(255, 255, 255);
  height: 3.4375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  color: rgb(63, 137, 44);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  cursor: pointer;
  letter-spacing: -0.0875rem;
}
.doc2-tab.active, .doc2-tab:hover {
  background: rgb(63, 137, 44);
  color: #fff;
}
.doc2-block {
  display: none;
}
.doc2-block.active {
  display: block;
}

.article-wrapper {
  max-width: 91.25rem;
}
.article-top {
  text-align: center;
  margin-bottom: 2.5rem;
}
.article-date {
  display: block;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.105rem;
}
.article-title {
  margin: 0 0 2rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 5.4375rem;
  letter-spacing: -0.315rem;
}
.article-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 2.8125rem;
  background: rgb(217, 231, 213);
  color: rgb(63, 137, 44);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.0875rem;
  margin: 0 0.625rem 0.625rem;
}
.article-labels {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -0.625rem;
}
.article-img {
  margin-bottom: 5rem;
  border-radius: 1.875rem;
  overflow: hidden;
}
.article-img img {
  display: block;
  width: 100%;
  height: auto;
}
.article-block {
  margin-bottom: 5.625rem;
  align-items: flex-start;
}
.article-block:last-child {
  margin-bottom: 0;
}
.article-block-title {
  width: 40.55%;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.625rem;
  letter-spacing: -0.21rem;
  padding-right: 5rem;
  margin: 0;
}
.article-block-content {
  width: 59%;
}
.article-block-content strong {
  display: inline-block;
  font-weight: 400;
  padding: 0 0.3125rem;
  background: #D9E7D5;
}
.article-block-content p, .article-block-content ul {
  margin: 0 0 3.75rem;
}
.article-block-content p:last-child, .article-block-content ul:last-child {
  margin-bottom: 0;
}
.article-block-content h3 {
  margin: 0 0 2.5rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
}

.categorySingleBanner {
  margin: 2.5rem 0 7.5rem;
}
.categorySingleBanner-container {
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
}
.categorySingleBanner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.categorySingleBanner-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgb(0, 55, 47) 4.304%, rgba(0, 0, 0, 0) 77.578%), rgba(0, 0, 0, 0.3);
}
.categorySingleBanner-content {
  min-height: 54.375rem;
  padding: 6.25rem;
  position: relative;
}
.categorySingleBanner-img {
  position: absolute;
  bottom: 4.375rem;
  right: 6.25rem;
  width: 40%;
  height: calc(100% - 13.75rem);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.categorySingleBanner-img img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.categorySingleBanner-title {
  max-width: 57.5rem;
  margin: 0 0 4.125rem;
  font-family: Neutral Face;
  font-size: 5.625rem;
  font-weight: 400;
  color: #fff;
  line-height: 5.8125rem;
}
.categorySingleBanner-title b {
  color: #3F892C;
  font-family: Neutral Face;
  display: block;
  font-weight: 400;
}
.categorySingleBanner-text {
  max-width: 57.5rem;
  margin-bottom: 6.5rem;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
}
.categorySingleBanner-flex {
  align-items: flex-start;
  max-width: 57.5rem;
}
.categorySingleBanner-item {
  width: 50%;
  margin-right: 7.5rem;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0788rem;
}
.categorySingleBanner-item b {
  display: block;
  margin-bottom: 1.5rem;
  color: rgb(255, 255, 255);
  font-family: Neutral Face;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.categorySingleContent {
  margin-bottom: 11.875rem;
}
.categorySingleContent-block {
  align-items: flex-start;
  margin-bottom: 7.8125rem;
  padding: 0 6.25rem 3.75rem;
  border-bottom: 0.0625rem solid rgb(219, 219, 219);
}
.categorySingleContent-block:last-child {
  margin: 0;
  padding-bottom: 0;
  border: none;
}
.categorySingleContent-block-title {
  width: 38.65%;
  padding-right: 6.25rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.375rem;
  margin: 0;
}
.categorySingleContent-block-text {
  width: 61.35%;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
}
.categorySingleContent-block-text strong {
  display: inline-block;
  padding: 0 0.3125rem;
  background: rgb(217, 231, 213);
  font-weight: 400;
}
.categorySingleContent-block-text h3 {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
  margin: 0 0 3.75rem;
}
.categorySingleContent-block-text h3:last-child {
  margin: 0;
}
.categorySingleContent-block-text p, .categorySingleContent-block-text ul {
  margin: 0 0 2.5rem;
}
.categorySingleContent-block-text p:last-child, .categorySingleContent-block-text ul:last-child {
  margin: 0;
}

.case {
  margin-bottom: 2.5rem;
}
.case-container {
  padding: 1.5625rem 1.5625rem 1.5625rem 6.25rem;
  border-radius: 1.875rem;
  background: rgb(255, 255, 255);
}
.cases {
  margin-bottom: 7.5rem;
}
.cases-title {
  margin: 0 0 3.75rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 8.75rem;
  font-weight: 400;
  line-height: 9.0625rem;
}
.case-img {
  width: 36.5rem;
  height: 36.5rem;
  flex-shrink: 0;
  border-radius: 0.9375rem;
}
.case-content {
  max-width: 46.25rem;
}
.case-title {
  margin: 0 0 2.5rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.375rem;
}
.case-text {
  margin-bottom: 6.0625rem;
  color: rgb(1, 42, 73);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
}
.case-link {
  width: 5.6875rem;
  height: 5.6875rem;
  margin: 0;
}
.case-link:hover {
  background: url(../images/icons/icons.svg#btn-arrow-white) no-repeat center/1rem 1.5625rem, rgb(63, 137, 44);
}

.blogPage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 21.75rem 21.75rem 21.75rem;
  gap: 1.25rem;
}
.blogPage-item {
  grid-column: span 1;
}
.blogPage-item:nth-child(6n+2), .blogPage-item:nth-child(6n+5), .blogPage-item:nth-child(6n) {
  grid-row: span 1;
}
.blogPage-item:nth-child(6n+1), .blogPage-item:nth-child(6n+3), .blogPage-item:nth-child(6n+4) {
  grid-row: span 2;
}
.blogPage-item:nth-child(6n+2) .blogPage-item-container, .blogPage-item:nth-child(6n) .blogPage-item-container {
  background: rgb(25, 25, 25);
}
.blogPage-item:nth-child(6n+2) .blogPage-item-title, .blogPage-item:nth-child(6n+2) .blogPage-item-date, .blogPage-item:nth-child(6n) .blogPage-item-title, .blogPage-item:nth-child(6n) .blogPage-item-date {
  color: rgb(255, 255, 255);
}
.blogPage-item:nth-child(6n+2) .blogPage-item-btn, .blogPage-item:nth-child(6n) .blogPage-item-btn {
  background: #fff;
  color: rgb(63, 137, 44);
}
.blogPage-item:nth-child(6n) .blogPage-item-container {
  background: rgb(20, 102, 66);
}
.blogPage-item-container {
  position: relative;
  padding: 0.9375rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.9375rem;
  background: rgb(255, 255, 255);
}
.blogPage-item-container:hover {
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
}
.blogPage-item-container.lenta .blogPage-item-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: -6.8rem;
  width: 100%;
  height: 8.5rem;
  background: url(../images/lenta.png) no-repeat left center/100% auto;
}
.blogPage-item-img {
  width: 100%;
  height: 50%;
  border-radius: 0.625rem;
  margin-bottom: 1.1875rem;
}
.blogPage-item-content {
  position: relative;
  width: 100%;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 1.0625rem 1.0625rem;
}
.blogPage-item-title {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
  display: block;
  margin-bottom: 1.25rem;
}
.blogPage-item-date {
  display: block;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0788rem;
}
.blogPage-item-btn {
  background: rgb(217, 231, 213);
  color: rgb(63, 137, 44);
}

.pagination {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-link {
  display: block;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
  color: #3F892C;
  margin: 0 1.5rem;
  padding: 0 0.3125rem;
}
.pagination-link.disabled, .pagination-link.current {
  pointer-events: none;
  color: #B9B9B9;
}
.pagination-link:hover {
  color: #B9B9B9;
}

.subscribe {
  margin: 0;
}
.subscribe-container {
  border-radius: 1.875rem;
}

.readmore-list {
  width: 100%;
}
.readmore-container {
  padding: 0;
}
.readmore-container .blog-tab::before, .readmore-container .blog-tab::after {
  display: none;
}
.readmore-title {
  margin-bottom: 4rem;
  text-align: left;
}
.readmore-item {
  margin-bottom: 2rem;
}
.readmore-item:last-child {
  margin-bottom: 0;
}
.readmore-item-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 0.0625rem solid #DBDBDB;
}
.readmore-item-container:hover .readmore-item-title {
  color: #146642;
}
.readmore-item-title {
  display: block;
  max-width: 41.6875rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
}
.readmore-item-date {
  display: block;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}

.productPage {
  background: #fff;
  padding: 0 0 7.5rem;
}
.productPage-wrapper {
  max-width: 101.25rem;
}
.productPage-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.productPage-content {
  padding-top: 3.75rem;
  max-width: 45rem;
}
.productPage-title {
  margin: 0 0 1.5rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.375rem;
}
.productPage-label {
  display: block;
  margin: 0 0.75rem 0.75rem 0;
  padding: 0 0.75rem;
  color: rgb(63, 137, 44);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.0875rem;
  border-radius: 1.875rem;
  background: rgb(217, 231, 213);
}
.productPage-labels {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1.625rem;
}
.productPage-description {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
  margin-bottom: 2rem;
}
.productPage-ps {
  margin-bottom: 3.75rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
  display: flex;
  align-items: center;
}
.productPage-ps i {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.75rem;
  background: url(../images/icons/icons.svg#info-gray) no-repeat center/contain;
}
.productPage-slider-desktop {
  position: sticky;
  top: 7.125rem;
  align-self: flex-start;
  width: 40.25rem;
  transition: var(--transition-time);
}
.productPage-slider-desktop.fixed {
  top: 11.25rem;
}
.productPage-slider-for {
  background: rgb(234, 234, 234);
  margin-bottom: 1.25rem;
}
.productPage-slider-for-item-container {
  position: relative;
  height: 37.75rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 2.5rem;
}
.productPage-slider-for-item-container img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.productPage-slider-for-video-arrow {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background: url(../images/icons/icons.svg#video-arrow) no-repeat center/0.875rem 1rem, rgb(255, 255, 255);
  cursor: pointer;
}
.productPage-slider-for-video-arrow:hover {
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}
.productPage-slider-nav {
  overflow: hidden;
}
.productPage-slider-nav .slick-list {
  margin: 0 -0.8125rem;
}
.productPage-slider-nav-item {
  padding: 0 0.8125rem;
}
.productPage-slider-nav-item-container {
  height: 9.125rem;
  background: rgb(234, 234, 234);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0.625rem;
}
.productPage-slider-nav-item-container img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.productPage-block {
  margin-bottom: 3.75rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}
.productPage-block:last-child {
  margin: 0;
}
.productPage-block h2 {
  margin: 0 0 2rem;
  color: rgb(20, 102, 66);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
}
.productPage-block table {
  border-spacing: 0;
  border-collapse: collapse;
}
.productPage-block table td {
  padding: 1rem 0;
  text-align: left;
  border-bottom: 0.0625rem solid #DBDBDB;
  vertical-align: top;
}
.productPage-block table td svg, .productPage-block table td img {
  display: inline-block;
  margin-left: 1.5625rem;
  width: 1.5rem;
  height: 1.5rem;
}
.productPage-block table td:first-child {
  font-weight: 500;
  padding-right: 1rem;
  width: 36%;
}
.productPage-block ul {
  margin: 2.5rem 0;
  list-style: none;
  padding: 0;
}
.productPage-block ul:first-child {
  margin-top: 0;
}
.productPage-block ul:last-child {
  margin-bottom: 0;
}
.productPage-block ul li {
  margin-bottom: 1.5rem;
  padding-left: 2.8125rem;
  position: relative;
}
.productPage-block ul li:last-child {
  margin: 0;
}
.productPage-block ul li::before, .productPage-block ul li::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: 0.0625rem solid rgb(20, 102, 66);
  background: rgb(20, 102, 66);
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 100%;
  left: 0;
  top: 0.3125rem;
}
.productPage-block ul li::after {
  background: transparent;
  left: 1rem;
}
.productPage-block ul li:nth-child(2n)::before {
  background: transparent;
}
.productPage-block ul li:nth-child(2n)::after {
  background: rgb(20, 102, 66);
}
.productPage-doc {
  padding: 1rem 0;
  border-bottom: 0.0625rem solid #DBDBDB;
  color: rgb(185, 185, 185);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}
.productPage-doc-type {
  width: 3.3125rem;
  flex-shrink: 0;
}
.productPage-doc-title {
  flex-grow: 2;
  color: rgb(63, 137, 44);
  font-weight: 400;
}
.productPage-doc i {
  display: block;
  margin-right: 0.375rem;
  flex-shrink: 0;
  width: 1rem;
  height: 0.875rem;
  background: url(../images/icons/icons.svg#doc-arrow) no-repeat center/contain;
}
.productPage-doc:hover .productPage-doc-title {
  color: rgb(0, 0, 0);
}
.productPage-doc:hover i {
  opacity: 0;
}
.productPage-use-tab {
  color: rgb(185, 185, 185);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
  margin-right: 1.5rem;
  white-space: nowrap;
  cursor: pointer;
}
.productPage-use-tab.active, .productPage-use-tab:hover {
  color: rgb(63, 137, 44);
}
.productPage-use-tabs {
  margin-bottom: 2.5rem;
}
.productPage-use-item {
  margin: 0 0.9375rem 0.75rem 0;
  border-radius: 1.875rem;
  background: rgb(217, 231, 213);
  padding: 0 0.75rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.0875rem;
}
.productPage-use-list {
  display: none;
}
.productPage-use-list.active {
  display: block;
}
.productPage-use-list-flex {
  display: flex;
  flex-wrap: wrap;
}
.productPage-price {
  max-width: 43rem;
  transition: var(--transition-time);
}
.productPage-price-mobile {
  display: none;
}
.productPage-price-text {
  white-space: nowrap;
  margin-left: 2.5rem;
  display: block;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}
.productPage-price.fixed {
  position: fixed;
  top: 7.125rem;
  max-width: 100%;
  left: 0;
  width: 100%;
  background: rgb(20, 102, 66);
  z-index: 10;
  padding: 0.5rem 0;
}
.productPage-price.fixed .productPage-btn {
  background: #fff;
  color: rgb(63, 137, 44);
  margin: 0;
  height: 3.1875rem;
  width: 40.25rem;
}
.productPage-price.fixed .productPage-price-text {
  color: #fff;
}
.productPage-price.fixed .productPage-price-container {
  justify-content: space-between;
  display: flex;
  align-items: center;
  max-width: 91.25rem;
  margin: 0 auto;
}
.productPage-price.fixed .productPage-price-text {
  font-size: 1.5rem;
  line-height: 1.5625rem;
}
.productPage-price.fixed .productPage-price-flex {
  width: 45rem;
}
.productPage-price.fixed .productPage-v {
  max-width: 29.6875rem;
  border-color: #fff;
}
.productPage-price.fixed .productPage-v-text, .productPage-price.fixed .productPage-v-select {
  color: #fff;
}
.productPage-price.fixed .productPage-v-select {
  height: 3.1875rem;
  background-color: rgb(20, 102, 66);
  background-image: url(../images/icons/icons.svg#select-arrow-white);
}
.productPage-btn {
  margin-top: 2rem;
}
.productPage-v {
  flex-grow: 2;
  box-sizing: border-box;
  border: 0.125rem solid rgb(219, 219, 219);
  border-radius: 0.5rem;
  overflow: hidden;
}
.productPage-v-text {
  display: block;
  width: 45.3%;
  text-align: center;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}
.productPage-v-select {
  width: 54.7%;
  text-align: center;
  height: 3.5rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
  cursor: pointer;
  border: none;
  border-left: 0.125rem solid rgb(219, 219, 219);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.0625rem;
  text-overflow: "";
  background: url(../images/icons/icons.svg#select-arrow) no-repeat 92% center/0.75rem 0.5625rem;
}

.lk {
  display: flex;
  background: rgb(255, 255, 255);
}
.lk-sidebar {
  background: rgb(20, 102, 66);
  padding: 0 5.625rem 5.625rem 5.125rem;
  width: 41.875rem;
}
.lk-header {
  padding: 2.5rem 3rem 2.5rem 5.125rem;
  margin: 0 -5.625rem 0 -5.125rem;
  margin-bottom: 3rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
}
.lk-logo {
  display: block;
  height: 2.25rem;
}
.lk-logo img {
  display: block;
  height: 100%;
  width: auto;
}
.lk-logout {
  display: block;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -0.0875rem;
}
.lk-logout:hover {
  text-decoration: underline;
}
.lk-menu {
  margin-bottom: 13.4375rem;
}
.lk-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lk-menu-list li {
  display: flex;
  margin-bottom: 1.75rem;
}
.lk-menu-list li:last-child {
  margin: 0;
}
.lk-menu-list li a {
  display: flex;
  align-items: flex-start;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
}
.lk-menu-list li a span {
  display: block;
  margin-top: 0.25rem;
  border-radius: 0.9375rem;
  background: rgb(163, 221, 149);
  color: rgb(1, 42, 73);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
  text-align: center;
  margin-left: 0.5rem;
  padding: 0 0.5625rem 0 0.4375rem;
}
.lk-menu-list li a:hover {
  color: rgb(163, 221, 149);
}
.lk-menu-list li.current a {
  color: rgb(163, 221, 149);
}
.lk-contacts {
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.1225rem;
}
.lk-contacts-phone {
  display: block;
  margin-top: 2.5rem;
  color: rgb(255, 255, 255);
  font-family: Neutral Face;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4.375rem;
}
.lk-contacts-btn {
  background: rgb(255, 255, 255);
  color: rgb(63, 137, 44);
  margin-top: 3rem;
}
.lk-content {
  width: calc(100% - 41.875rem);
  padding: 7.1875rem 5.125rem;
}
.lk-content-container-min {
  max-width: 52.75rem;
}
.lk-content-top {
  margin-bottom: 3.75rem;
  align-items: flex-end;
}
.lk-title {
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.375rem;
  margin: 0;
  text-transform: uppercase;
}
.lk-profile {
  display: none;
}
.lk-profile.active {
  display: block;
}
.lk-profile-block {
  margin-bottom: 5rem;
}
.lk-profile-block-title {
  margin: 0 0 2.5rem;
  color: rgb(20, 102, 66);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1575rem;
}
.lk-profile-block-flex {
  align-items: flex-start;
  flex-wrap: wrap;
}
.lk-profile-submit {
  width: 100%;
  max-width: 21.25rem;
}
.lk-profile-label {
  width: calc(50% - 2.1875rem);
  margin-bottom: 2.5rem;
}
.lk-profile-label-full {
  width: 100%;
}
.lk-tab {
  border-radius: 0rem 1.875rem 1.875rem 0rem;
  background: rgb(217, 231, 213);
  border-radius: 0;
  background: rgb(217, 231, 213);
  color: rgb(63, 137, 44);
}
.lk-tab.active {
  color: #fff;
  background: rgb(63, 137, 44);
}
.lk-tab:first-child {
  border-radius: 1.875rem 0rem 0rem 1.875rem;
}
.lk-tab:last-child {
  border-radius: 0rem 1.875rem 1.875rem 0rem;
}
.lk-tabs {
  margin-bottom: 0.75rem;
}
.lk-order {
  margin-bottom: 3.75rem;
}
.lk-order:last-child {
  margin-bottom: 0;
}
.lk-order-header {
  border-radius: 0.9375rem 0.9375rem 0rem 0rem;
  background: rgb(20, 102, 66);
  padding: 1.5rem 2rem;
}
.lk-order-header-link {
  margin-left: 3.75rem;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}
.lk-order-header-link:hover {
  text-decoration: underline;
}
.lk-order-header.dark {
  background: rgb(25, 25, 25);
}
.lk-order-title {
  display: block;
  margin-right: 3rem;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8125rem;
  letter-spacing: -0.105rem;
}
.lk-order-date {
  display: block;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0788rem;
}
.lk-order-status {
  display: block;
  padding: 0 0.75rem;
  border-radius: 2.8125rem;
  background: rgb(217, 231, 213);
  color: rgb(63, 137, 44);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.0875rem;
}
.lk-order-footer {
  padding: 2rem 4rem 1.5rem 2rem;
  box-sizing: border-box;
  border: 0.0625rem solid rgb(219, 219, 219);
  border-top: none;
  border-radius: 0rem 0rem 0.9375rem 0.9375rem;
  background: rgb(240, 240, 240);
}
.lk-order-footer-top {
  margin-bottom: 2rem;
}
.lk-order-footer-top-text {
  display: block;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
.lk-order-footer-bottom {
  margin-top: 2rem;
  justify-content: flex-start;
}
.lk-order-footer-link {
  display: inline-block;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: -0.0788rem;
  margin-left: 2rem;
  color: #3F892C;
}
.lk-order-footer-link:first-child {
  margin: 0;
}
.lk-order-footer-link:hover {
  text-decoration: underline;
}
.lk-order-footer-center {
  align-items: flex-start;
}
.lk-order-footer-block {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: -0.0788rem;
}
.lk-order-footer-block span {
  display: block;
  margin-bottom: 0.5rem;
  color: rgb(185, 185, 185);
}
.lk-order-item {
  border: 0.0625rem solid rgb(219, 219, 219);
}
.lk-order-item.active {
  border-color: #000;
}
.lk-order-item-top {
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  cursor: pointer;
}
.lk-order-item-top::after {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 1rem;
  background: url(../images/icons/icons.svg#lk-item-arrow) no-repeat center/contain;
  right: 1.5625rem;
  top: calc(50% - 0.5rem);
  transition: var(--transition-time);
}
.lk-order-item-top.active::after {
  transform: rotate(180deg);
}
.lk-order-item-title {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}
.lk-order-item-meta {
  color: rgb(185, 185, 185);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}
.lk-order-item-div {
  display: block;
  margin: 0 0.625rem;
}
.lk-order-item-price {
  color: rgb(0, 0, 0);
}
.lk-order-item-content {
  padding: 1.5rem 2.5rem 0;
  display: none;
}
.lk-order-item-content-container {
  display: flex;
  justify-content: space-between;
}
.lk-order-item-img {
  padding-right: 2rem;
  width: 18.5rem;
  height: 15.1875rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lk-order-item-img img {
  margin: 0 auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.lk-order-item-docs {
  width: calc(100% - 18.5rem);
}
.lk-order-item-docs .doc1-content-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}
.lk-order-item-docs .doc1-item {
  padding: 1rem 0;
}
.lk-order-item-docs .doc1-item-type, .lk-order-item-docs .doc1-item-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background: #fff;
}
.header-main {
  padding: 1.875rem 0;
}
.header-main-menu {
  flex-grow: 2;
  justify-content: center;
}
.header-main-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-main-menu-list li {
  display: block;
  margin-right: 2.5rem;
}
.header-main-menu-list li:last-child {
  margin-right: 0;
}
.header-main-menu-list li a {
  display: block;
  color: #000;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -0.0875rem;
}
.header-main-menu-list li a:hover {
  color: #3F892C;
}
.header-main-menu-list li.current a {
  color: #3F892C;
}
.header-main-phone {
  flex-shrink: 0;
  display: block;
  margin-right: 2.5rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.0875rem;
}
.header-main-phone:hover {
  color: #3F892C;
}
.header-logo {
  display: block;
  flex-shrink: 0;
  height: 2.25rem;
}
.header-logo img {
  display: block;
  height: 100%;
  width: auto;
}
.header-butter {
  flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
  margin-left: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header-butter i {
  display: block;
  position: relative;
  width: 100%;
  height: 0.125rem;
  background: #000000;
  transition: var(--transition-time);
}
.header-butter i::before, .header-butter i::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #000000;
  content: "";
  transition: var(--transition-time);
}
.header-butter i::before {
  top: -1rem;
}
.header-butter i::after {
  bottom: -1rem;
}
.header-butter:hover i, .header-butter:hover i::before, .header-butter:hover i::after {
  background: #3F892C;
}
.header-butter.active i {
  background: transparent;
}
.header-butter.active i::before {
  transform: rotate(45deg);
  transform-origin: 0 0;
  left: 0.5rem;
}
.header-butter.active i::after {
  transform: rotate(-45deg);
  transform-origin: 0 0;
  left: 0.45rem;
  bottom: -1.2rem;
}
.header-drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 4.0625rem 0 5.3125rem;
  border-top: 0.0625rem solid #000;
  background: #fff;
  overflow: hidden;
  display: none;
}
.header-drop-form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 4.0625rem 0 5.3125rem;
  border-top: 0.0625rem solid #000;
  background: #fff;
  overflow: hidden;
  display: none;
}
.header-drop-menu {
  width: 33.7%;
}
.header-drop-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-drop-menu-list li {
  display: flex;
  margin-bottom: 1.4375rem;
  padding-left: 3.0625rem;
  position: relative;
}
.header-drop-menu-list li:last-child {
  margin-bottom: 0;
}
.header-drop-menu-list li::before, .header-drop-menu-list li::after {
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  content: "";
  display: none;
  left: 0;
  top: calc(50% - 0.4375rem);
  background: rgb(0, 0, 0);
  box-sizing: border-box;
  border-radius: 100%;
}
.header-drop-menu-list li::after {
  left: 1rem;
  background: transparent;
  border: 0.0625rem solid rgb(0, 0, 0);
}
.header-drop-menu-list li a {
  display: block;
  color: rgb(185, 185, 185);
  font-family: Inter;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.1563rem;
}
.header-drop-menu-list li a:hover {
  color: rgb(0, 0, 0);
}
.header-drop-menu-list li.current::before, .header-drop-menu-list li.current::after {
  display: block;
}
.header-drop-menu-list li.current a {
  color: rgb(0, 0, 0);
}
.header-drop-container {
  justify-content: flex-start;
}
.header-drop-contacts {
  width: 66.3%;
  align-items: flex-start;
  max-width: 38.125rem;
}
.header-drop-text {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.1225rem;
  margin-bottom: 3rem;
}
.header-drop-phone {
  display: block;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.375rem;
}
.header-drop-phone:hover {
  color: #3F892C;
}
.header-drop-btn {
  margin-top: 6.125rem;
  height: 4.5625rem;
  padding: 0 4rem;
  border-radius: 2.8125rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.footer {
  background: rgb(25, 25, 25);
}
.footer-top {
  padding: 1.75rem 0;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
}
.footer-top-wrapper {
  padding: 0 6.25rem;
}
.footer-top-btn {
  background: rgb(255, 255, 255);
  color: #000;
  margin-left: 6.25rem;
}
.footer-partner {
  flex-shrink: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 1.25rem;
  height: auto;
}
.footer-partners {
  flex-grow: 2;
}
.footer-partners .slick-list {
  margin: 0 -1.25rem;
}
.footer-partners .slick-track {
  display: flex;
}
.footer-partner img {
  display: block;
  max-height: 4.375rem;
  max-width: 100%;
}
.footer-main {
  padding: 7.5rem 0;
}
.footer-main-wrapper {
  padding: 0 6.25rem;
  align-items: flex-start;
}
.footer-bottom {
  padding: 0 0 1.75rem;
}
.footer-bottom-wrapper {
  padding: 0 6.25rem;
  align-items: flex-start;
}
.footer-bottom-text {
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0612rem;
  text-align: left;
  color: #6B6B6B;
}
.footer-bottom-text a {
  display: inline-block;
  color: #3F892C;
}
.footer-bottom-text a:hover {
  text-decoration: underline;
}
.footer-pay {
  margin-left: 2.5rem;
  flex-shrink: 0;
}
.footer-pay svg {
  display: block;
}
.footer-contacts {
  width: 18.75rem;
  margin-right: 4.0625rem;
  align-items: flex-start;
}
.footer-phone {
  display: block;
  margin-bottom: 1.875rem;
  color: rgb(255, 255, 255);
  font-family: Neutral Face;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.footer-phone:hover {
  color: #3F892C;
}
.footer-address {
  margin-bottom: 3.5625rem;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875rem;
  letter-spacing: -0.07rem;
}
.footer-menu {
  width: 57%;
  align-items: flex-start;
}
.footer-menu-block-title {
  display: block;
  margin-bottom: 1.5rem;
  color: rgb(95, 95, 95);
  font-family: Neutral Face;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-list li {
  display: flex;
}
.footer-menu-list li a {
  display: block;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -0.07rem;
}
.footer-menu-list li a:hover {
  color: #3F892C;
}

.overlay {
  position: fixed;
  top: 7.125rem;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  cursor: pointer;
}
.overlay.active {
  opacity: 0.4;
  visibility: visible;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-time);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup.active .popup-content {
  top: 0;
}
.popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.4;
}
.popup-content {
  transition: var(--transition-time);
  top: 6.25rem;
  width: 100%;
  max-width: 34.4375rem;
  position: relative;
  padding: 5.125rem;
  border-radius: 1.875rem;
  background: rgb(255, 255, 255);
}
.popup-content-product {
  padding: 4.0625rem 5.125rem 4.6875rem;
  max-width: 72.75rem;
}
.popup-text {
  margin-bottom: 3.75rem;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.1225rem;
}
.popup-title {
  display: block;
  margin-bottom: 1.25rem;
  color: rgb(0, 0, 0);
  font-family: Neutral Face;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.625rem;
}
.popup-close {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  transform: rotate(-45deg);
}
.popup-close:hover::before, .popup-close:hover::after {
  background: rgb(63, 137, 44);
}
.popup-close::before, .popup-close::after {
  position: absolute;
  content: "";
  background: #000;
}
.popup-close::before {
  top: 0;
  height: 100%;
  left: 1.1875rem;
  width: 0.125rem;
}
.popup-close::after {
  left: 0;
  width: 100%;
  top: 1.1875rem;
  height: 0.125rem;
}
.popup-form-ps {
  display: block;
  margin-bottom: 2rem;
  color: rgb(185, 185, 185);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: -0.0788rem;
}
.popup-form-ps a {
  color: rgb(185, 185, 185);
}
.popup-form-label {
  margin-bottom: 3rem;
  width: 100%;
}
.popup-form-label-half {
  width: calc(50% - 1.875rem);
}
.popup-form-input {
  border-color: #000;
}
.popup-form-input-readonly {
  pointer-events: none;
  text-align: right;
}
.popup-form-submit {
  width: 100%;
}
.popup-form-product-ps {
  width: calc(50% - 1.875rem);
}
.popup-form-product-submit {
  max-width: 21.25rem;
}
.popup-form-product-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 7.5px;
  }
  .products-title {
    font-size: 6rem;
    line-height: 7rem;
  }
  .footer-top-wrapper, .footer-main-wrapper, .footer-bottom-wrapper {
    padding: 0;
  }
  .footer-top-btn {
    flex-shrink: 0;
  }
  .footer-menu-list li a {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .blog-footer {
    padding: 3rem 6rem;
  }
  .preims-content-item {
    font-size: 2rem;
    line-height: 2rem;
  }
  .world-item {
    font-size: 1.5rem;
  }
  .world-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .site {
    padding-top: 60px;
  }
  .wrapper {
    padding: 0 16px;
  }
  .btn {
    height: 49px;
    font-size: 18px;
    padding: 0 32px;
    border-radius: 30px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1.26px;
  }
  .btn-container {
    margin-top: 32px;
  }
  .btn-big {
    height: 55px;
  }
  .header-main {
    padding: 0;
  }
  .header-main-menu, .header-main-contacts {
    display: none;
  }
  .header-main-wrapper {
    height: 60px;
  }
  .header-logo {
    height: 24px;
  }
  .header-butter {
    width: 36px;
    height: 36px;
  }
  .header-butter i, .header-butter i::before, .header-butter i::after {
    height: 1.5px;
  }
  .header-butter.active i::before {
    top: -12px;
    left: 6px;
  }
  .header-butter.active i::after {
    left: 5px;
    bottom: -14px;
  }
  .header-drop {
    padding: 24px 0;
    height: calc(100vh - 48px);
    overflow-y: auto;
  }
  .header-drop-form {
    padding: 24px 0;
    height: calc(100vh - 48px);
    overflow-y: auto;
  }
  .header-drop-container {
    display: block;
  }
  .header-drop-menu {
    width: 100%;
    margin-bottom: 100px;
  }
  .header-drop-menu-list li {
    margin-bottom: 20px;
    padding-left: 35px;
  }
  .header-drop-menu-list li::before, .header-drop-menu-list li::after {
    width: 10px;
    height: 10px;
    left: 0;
    top: calc(50% - 5px);
  }
  .header-drop-menu-list li::before {
    left: 13px;
  }
  .header-drop-menu-list li a {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .header-drop-contacts {
    max-width: 100%;
    width: 100%;
  }
  .header-drop-text {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .header-drop-phone {
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
  }
  .header-drop-btn {
    width: 100%;
    max-width: 400px;
  }
  .banner {
    margin-bottom: 60px;
  }
  .banner-container {
    height: 660px;
    padding: 54px 16px 40px;
    justify-content: space-between;
  }
  .banner-shape {
    width: 50px;
    height: 94px;
    right: 42px;
  }
  .banner-link {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.4px;
  }
  .banner-link i {
    width: 60px;
    height: 60px;
    margin-right: 24px;
    background-size: 16px 25px;
  }
  .banner-title {
    margin-bottom: 35px;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
  }
  .banner-text {
    max-width: 100%;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .bannerAbout {
    position: relative;
  }
  .bannerAbout .wrapper {
    z-index: 2;
  }
  .bannerAbout::after {
    position: absolute;
    content: "";
    height: 40%;
    background: rgb(28, 35, 13);
    top: 0;
    left: 0;
    width: 100%;
  }
  .bannerAbout-container {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 40px 16px;
    height: 676px;
  }
  .bannerAbout-title {
    margin-bottom: 32px;
  }
  .bannerAbout-shape {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .bannerAbout-img {
    top: 39%;
    height: 61%;
    display: flex;
    justify-content: center;
  }
  .bannerAbout-img img {
    position: static;
    height: 100%;
    width: auto;
    object-fit: initial;
  }
  .bannerAbout-img::after {
    display: block;
    position: absolute;
    content: "";
    height: 40%;
    background: linear-gradient(180deg, rgb(28, 35, 13), transparent);
    top: 0;
    left: 0;
    width: 100%;
  }
  .section {
    margin-bottom: 60px;
  }
  .section-title {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
  }
  .section-text {
    text-align: left;
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .flex-list {
    margin: 0 -8px -16px;
  }
  .rynok-item {
    width: 100%;
    padding: 0 8px 16px;
  }
  .rynok-item-container {
    border-radius: 15px;
    padding: 40px 24px 32px;
  }
  .rynok-item-icon {
    width: 85px;
    height: 85px;
    margin: 0 0 40px;
  }
  .rynok-item-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.26px;
  }
  .rynok-item-text strong {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
  }
  .world {
    margin-bottom: 20px;
  }
  .world .wrapper {
    padding: 0;
  }
  .world-container {
    border-radius: 0;
    padding: 60px 32px 55px;
  }
  .world-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .world-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
  }
  .world-title-container {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .world-link {
    position: static;
  }
  .world-list {
    width: 100%;
    margin-bottom: 16px;
    display: block;
  }
  .world-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.26px;
  }
  .world-item-year {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
  }
  .world-item-year i {
    width: 27px;
    height: 27px;
  }
  .categorie {
    border-width: 1px;
  }
  .categorie-title {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .categorie-arrow {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
  .categorie-arrow::before {
    height: 2px;
    top: 11px;
  }
  .categorie-arrow::after {
    width: 2px;
    left: 11px;
  }
  .categorie-content {
    padding-top: 16px;
  }
  .categorie-content-container {
    display: block;
  }
  .categorie-desc {
    padding-bottom: 16px;
    width: 100%;
  }
  .categorie-text {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.26px;
  }
  .categories {
    margin-bottom: 20px;
  }
  .categories .wrapper {
    padding: 0;
  }
  .categories-container {
    border-radius: 0;
    padding: 40px 24px 32px;
    display: block;
  }
  .categories-left {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  .categories-text {
    display: none;
  }
  .categories-title {
    margin: 0;
  }
  .categories-list {
    width: 100%;
  }
  .categorie-img {
    width: 100%;
    height: 250px;
  }
  .categorie-img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .preims .wrapper {
    padding: 0;
  }
  .preims-container {
    border-radius: 0;
  }
  .preims-banner {
    height: 483px;
  }
  .preims-banner-content {
    padding: 32px 25px;
    height: 100%;
    max-width: 100%;
    justify-content: flex-end;
  }
  .preims-banner-text {
    display: none;
  }
  .preims-banner-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
  }
  .preims-content {
    padding: 40px 32px 48px;
  }
  .preims-content::after {
    display: none;
  }
  .preims-content-container {
    display: block;
    margin-bottom: 48px;
  }
  .preims-content-text {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .preims-content-text2-container {
    max-width: 100%;
  }
  .preims-content-list {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  .preims-content-item {
    width: 100%;
    margin-bottom: 32px;
    padding-top: 72px;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
  }
  .preims-content-item::before {
    width: 52px;
    height: 52px;
  }
  .preims-footer {
    flex-direction: column;
    align-items: center;
  }
  .preims-footer-mobile {
    display: flex;
    align-items: center;
  }
  .preims-footer-mobile strong {
    display: block;
    margin-bottom: 24px;
    color: rgb(0, 0, 0);
    font-family: Neutral Face;
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
  }
  .preims-footer-mobile .btn {
    margin: 0;
  }
  .preims-footer-links {
    display: none;
  }
  .preims-footer-icon {
    width: 88px;
    height: 88px;
    margin: 0 0 32px;
  }
  .product {
    width: 100%;
    padding: 0 8px 16px;
  }
  .products-top, .products-top2 {
    display: block;
    margin: 0 0 30px;
  }
  .products-link2 {
    justify-content: flex-start;
  }
  .products-text, .products-text2 {
    display: none;
  }
  .products-title {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 32px;
  }
  .product-container-inner {
    padding: 12px 12px 18px;
    border-radius: 15px;
  }
  .product-img {
    height: 211px;
    border-radius: 10px;
  }
  .product-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.98px;
  }
  .product-text strong {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
  }
  .product-arrow {
    width: 46px;
    height: 46px;
    background-size: 16px 20px;
  }
  .input {
    height: 68px;
    border-width: 1px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .input:focus + span, .input:active + span, .input.valid + span {
    font-size: 12px;
  }
  .input-date {
    background-size: 23px 24px;
  }
  .label span {
    top: 28px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .input {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1.96px;
  }
  .input:focus + span, .input:active + span, .input.valid + span {
    font-size: 15px;
    line-height: 1;
  }
  .blog {
    margin-bottom: 0;
  }
  .blog .wrapper {
    padding: 0;
  }
  .blog-container {
    border-radius: 0;
  }
  .blog-container-inner {
    padding: 40px 24px 48px;
    display: block;
  }
  .blog-footer {
    padding: 60px 24px 48px;
    display: block;
  }
  .blog-footer-title {
    padding: 0;
    width: 100%;
    margin: 0 0 16px;
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
  }
  .blog-form {
    display: block;
    width: 100%;
    max-width: 400px;
  }
  .blog-form-submit {
    width: 100%;
    margin: 32px 0 0;
  }
  .blog-sidebar {
    width: 100%;
    padding: 0;
    margin: 0 0 34px;
  }
  .blog-title {
    margin-bottom: 32px;
  }
  .blog-title br {
    display: none;
  }
  .blog-tab {
    margin-bottom: 17px;
  }
  .blog-tab.active::before, .blog-tab.active::after {
    display: none;
  }
  .blog-tab strong {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .blog-tab span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.98px;
    margin-left: 8px;
  }
  .blog-content {
    width: 100%;
  }
  .blog-category {
    align-items: center;
  }
  .blog-category-link {
    margin: 0;
  }
  .blog-list {
    margin-bottom: 40px;
    width: 100%;
  }
  .blog-list .slick-list {
    margin: 0 -24px;
  }
  .blog-item {
    padding: 0 0 0 26px;
  }
  .blog-item-container {
    display: block;
    width: 296px;
  }
  .blog-item-container:hover .blog-item-img {
    transform: none;
  }
  .blog-item-img {
    height: 218px;
    margin: 0 0 20px;
    width: 100%;
    border-radius: 15px;
  }
  .blog-item-btn {
    display: none;
  }
  .blog-item-date {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.26px;
  }
  .blog-item-title {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .socials-item {
    width: 16px;
    height: 16px;
    margin-right: 40px;
  }
  .footer .wrapper {
    padding: 0 24px;
  }
  .footer-top {
    padding: 0;
    border: none;
  }
  .footer-top-wrapper {
    padding: 40px 0 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
  }
  .footer-top-btn {
    max-width: 400px;
    margin: 40px auto 0;
  }
  .footer-partner {
    padding: 0 0 0 24px;
  }
  .footer-partners {
    width: 100%;
    flex: initial;
  }
  .footer-partners .slick-list {
    margin: 0 -24px;
  }
  .footer-bottom {
    padding: 0 0 40px;
  }
  .footer-bottom-wrapper {
    display: block;
  }
  .footer-bottom-text {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.98px;
  }
  .footer-pay {
    margin: 0 40px 0 0;
  }
  .footer-pays {
    justify-content: flex-start;
  }
  .footer-main {
    padding: 0 0 40px;
  }
  .footer-main-wrapper {
    display: block;
  }
  .footer-menu {
    margin: 0 0 40px;
    width: 100%;
    display: block;
  }
  .footer-menu-block {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-menu-block-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    padding: 20px 0 16px;
    margin: 0;
    position: relative;
  }
  .footer-menu-block-title.active::after {
    transform: rotate(-90deg);
  }
  .footer-menu-block-title::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: rgb(95, 95, 95);
    right: 0;
    top: calc(50% - 1px);
  }
  .footer-menu-block-title::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    top: calc(50% - 10px);
    background: rgb(95, 95, 95);
    right: 9px;
  }
  .footer-menu-list {
    padding-bottom: 16px;
    display: none;
  }
  .footer-menu-list li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1.12px;
  }
  .footer-contacts {
    width: 100%;
    margin: 0;
  }
  .footer-phone {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }
  .footer-address {
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -1.12px;
  }
  .about-flex {
    display: block;
    padding: 0;
    border: none;
  }
  .about-title {
    width: 100%;
  }
  .about-content {
    width: 100%;
  }
  .about-text {
    max-width: 100%;
  }
  .about-text2 {
    max-width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .faq-container {
    display: block;
  }
  .faq-footer {
    margin-top: 32px;
    display: block;
  }
  .faq-footer-text {
    margin: 0 0 24px;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -1.05px;
  }
  .page {
    margin-top: 32px;
  }
  .page-title {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
  }
  .catalog-list {
    border-radius: 0;
    overflow: visible;
  }
  .item {
    margin-bottom: 16px;
  }
  .item-container {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 32px 20px 20px;
    border-radius: 15px;
  }
  .item-meta, .item-content, .item-img {
    width: 100%;
    padding: 0;
  }
  .item-img {
    order: 3;
    height: 200px;
    margin-bottom: 20px;
    padding: 14px 14px 0;
  }
  .item-link {
    display: none;
  }
  .item-link-mobile {
    display: flex;
    order: 5;
    width: 100%;
  }
  .item-title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
  }
  .item-btn {
    display: none;
  }
  .item-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    border-radius: 30px;
    letter-spacing: -0.98px;
    margin: 0 8px 8px 0;
    padding: 0 12px;
  }
  .item-labels {
    margin-bottom: 12px;
  }
  .item-text {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.98px;
  }
  .categoryPage-item {
    width: 100%;
    padding: 0 0 8px;
  }
  .categoryPage-item-container {
    border-radius: 15px;
    overflow: hidden;
    height: auto;
  }
  .categoryPage-item-container.active .categoryPage-item-img {
    opacity: 1;
    visibility: visible;
    justify-content: center;
    padding: 0;
  }
  .categoryPage-item-container.active .categoryPage-item-img img {
    max-height: calc(100% - 106px);
    bottom: 0;
  }
  .categoryPage-item-container.active .categoryPage-item-title {
    color: #fff;
  }
  .categoryPage-item-container.active .categoryPage-item-link {
    height: 100%;
  }
  .categoryPage-item-container.active .categoryPage-item-content {
    height: 343px;
    flex-direction: column;
    align-items: start;
    padding: 24px 24px 24px;
  }
  .categoryPage-item-container.active .item-link {
    align-self: flex-end;
  }
  .categoryPage-item-container.active .item-link i {
    transform: rotate(-90deg);
    border: 1px solid rgb(255, 255, 255);
    background-color: transparent;
    background-image: url(../images/icons/icons.svg#btn-arrow-white);
  }
  .categoryPage-item-content {
    padding: 16px 24px;
    flex-direction: row;
    align-items: center;
    height: 102px;
    transition: var(--transition-time);
  }
  .categoryPage-item .item-link {
    display: flex;
    font-size: 0;
    color: transparent;
  }
  .categoryPage-item .item-link i {
    width: 48px;
    height: 48px;
    margin: 0;
    transform: rotate(0deg);
  }
  .categoryPage-item-title {
    margin: 0 16px 0 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 23px;
  }
  .categoryPage-item-link {
    height: 0;
  }
  .categoryPage-list {
    margin: 0 0 -8px;
    border-radius: 0;
  }
  .popup-content {
    max-width: 400px;
    padding: 40px;
  }
  .login-container {
    flex-wrap: wrap;
  }
  .login-title {
    order: -1;
    width: 100%;
    margin: 0 0 27px;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
  }
  .login-form {
    width: 100%;
    max-width: 480px;
  }
  .contactsPage-top {
    display: block;
    border: none;
  }
  .contactsPage-left {
    width: 100%;
    padding: 0;
    display: block;
  }
  .contactsPage-text1 {
    display: none;
  }
  .contactsPage-text2 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
    max-width: 100%;
  }
  .contactsPage-text2 a {
    text-decoration: underline;
  }
  .contactsPage-phone {
    margin: 24px 0 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none !important;
  }
  .contactsPage-right {
    width: 100%;
    padding: 0;
  }
  .contactsPage-right::before {
    display: none;
  }
  .consult-flex {
    display: block;
  }
  .consult-title {
    width: 100%;
    margin: 0 0 24px;
  }
  .consult-form {
    width: 100%;
    max-width: 100%;
  }
  .consult-form-label {
    width: 100%;
    margin-bottom: 32px;
  }
  .consult-form-ps, .consult-form-submit {
    width: 100%;
  }
  .consult-form-ps {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.98px;
  }
  .consult-form-text {
    margin-bottom: 65px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.4px;
  }
  .map .wrapper {
    padding: 0;
  }
  .map-block {
    border-radius: 0;
    height: 820px;
  }
  .map-content {
    top: auto;
    bottom: 0;
    display: flex;
    align-items: flex-end;
  }
  .map-plash {
    height: auto;
    position: static;
    padding: 0 16px 18px;
    width: 100%;
  }
  .map-plash-container {
    width: 100%;
    margin-bottom: 16px;
    padding: 32px 24px 20px;
    display: block;
  }
  .map-plash-address {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .map-plash-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.98px;
  }
  .urist-plash {
    margin: 0 -16px;
    border-radius: 0;
  }
  .urist-plash::before {
    width: 50px;
    height: 94px;
    right: 38px;
    background-position: left top;
    background-size: 100% 244px;
  }
  .urist-plash-top {
    padding: 20px 16px;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.4px;
  }
  .urist-plash-top i {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
  .urist-plash-content {
    padding: 40px 16px;
  }
  .urist-plash-text {
    margin-bottom: 48px;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .urist-plash-footer {
    display: block;
  }
  .urist-plash-footer-text {
    padding: 109px 0 0;
    margin: 0 0 24px;
    max-width: calc(100% - 47px);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
    background-size: 88px 85px;
  }
  .urist-link {
    display: inline-flex;
  }
  .urist-link i {
    transform: rotate(0deg) !important;
  }
  .doc1-flex {
    display: block;
  }
  .doc1-title {
    padding: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .doc1-content {
    width: 100%;
  }
  .doc1-content-title {
    display: none;
  }
  .doc1-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    border-width: 1px;
  }
  .doc1-item-type {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -1.68px;
    margin: 0 0 12px;
    width: 100%;
  }
  .doc1-item-title {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -1.68px;
  }
  .doc1-item-link {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -1.68px;
  }
  .doc1-item-link i {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
  .doc2-item {
    width: 50%;
    padding: 0 8px 16px;
  }
  .doc2-item-container {
    border-radius: 15px;
    padding: 29px 24px 24px;
    min-height: 0;
  }
  .doc2-item-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 40px;
  }
  .doc2-item-title {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 400;
    line-height: 23px;
  }
  .doc2-item-date {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.26px;
  }
  .doc2-item-link i {
    width: 16px;
    height: 16px;
    right: 16px;
    top: calc(50% - 8px);
  }
  .doc2-top {
    display: block;
  }
  .doc2-tab {
    padding: 0 16px;
    height: 49px;
    margin: 0 12px 0 0;
    border-radius: 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1.26px;
  }
  .doc2-tab:hover {
    background: #fff;
    color: rgb(63, 137, 44);
  }
  .doc2-tabs-container {
    width: calc(100% + 32px);
    padding: 0 16px;
    margin: 0 -16px;
    overflow: hidden;
    overflow-x: auto;
  }
  .article-wrapper {
    max-width: 100%;
  }
  .article-top {
    margin-bottom: 32px;
  }
  .article-date {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.98px;
  }
  .article-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -1.96px;
  }
  .article-label {
    padding: 0 12px;
    height: 40px;
    font-size: 18px;
  }
  .article-img {
    border-radius: 0;
    margin: 0 -20px 32px;
  }
  .article-block {
    margin-bottom: 60px;
    display: block;
  }
  .article-block-title {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .article-block-content {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .article-block-content p, .article-block-content ul {
    margin: 0 0 40px;
  }
  .article-block-content h3 {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .categorySingleBanner {
    margin-top: 0;
  }
  .categorySingleBanner-container {
    margin: 0 -20px;
    border-radius: 0;
  }
  .categorySingleBanner-content {
    padding: 40px 20px 65px 32px;
  }
  .categorySingleBanner-title {
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
  }
  .categorySingleBanner-text {
    margin-bottom: 48px;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .categorySingleBanner-img {
    position: static;
    height: 330px;
    width: 100%;
  }
  .categorySingleBanner-flex {
    display: block;
    margin-bottom: -32px;
  }
  .categorySingleBanner-item {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.26px;
  }
  .categorySingleBanner-item b {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
  }
  .categorySingleContent-block {
    padding: 0 16px;
    border: none;
    margin: 0 0 60px;
    max-width: 100%;
    display: block;
  }
  .categorySingleContent-block-title {
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
  }
  .categorySingleContent-block-text {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .categorySingleContent-block-text h3 {
    margin: 0 0 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .categorySingleContent-block-text p, .categorySingleContent-block-text ul {
    margin-bottom: 32px;
  }
  .case {
    margin-bottom: 16px;
  }
  .case-container {
    padding: 12px;
    flex-wrap: wrap;
  }
  .case-img {
    width: 100%;
    border-radius: 10px;
    order: -1;
    position: relative;
  }
  .case-img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .case-img::after {
    display: block;
    content: "";
    padding-bottom: 59%;
  }
  .case-content {
    padding: 16px 8px 8px;
    max-width: 100%;
  }
  .cases-list {
    margin-bottom: -16px;
  }
  .cases-title {
    margin: 0 0 24px;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
  }
  .cases-title br {
    display: none;
  }
  .case-title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
  }
  .case-text {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .blogPage-grid {
    display: block;
  }
  .blogPage-item {
    margin-bottom: 16px;
  }
  .blogPage-item-container {
    padding: 12px;
    border-radius: 15px;
    min-height: 210px;
  }
  .blogPage-item-container.lenta .blogPage-item-content::before {
    height: 50vw;
    top: auto;
    bottom: calc(100% - 20px);
    background-position: left bottom;
  }
  .blogPage-item-content {
    padding: 12px 12px 20px;
  }
  .blogPage-item-img {
    border-radius: 10px;
  }
  .blogPage-item-title {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .blogPage-item-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.98px;
  }
  .readmore-container {
    padding: 0;
  }
  .readmore-item {
    margin-bottom: 16px;
  }
  .readmore-item-container {
    padding-bottom: 12px;
    border-width: 1px;
    display: block;
  }
  .readmore-item-title {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .readmore-item-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.98px;
  }
  .subscribe {
    margin: 0 -20px;
  }
  .subscribe-container {
    border-radius: 0;
  }
  .pagination {
    margin-top: 32px;
  }
  .pagination-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
    padding: 0 5px;
    margin: 0 15px;
  }
  .lk {
    display: block;
  }
  .lk-sidebar {
    width: 100%;
    padding: 0;
    background: transparent;
    margin-bottom: 32px;
  }
  .lk-contacts {
    display: none;
  }
  .lk-header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(20, 102, 66);
    height: 60px;
    padding: 0 16px;
    margin: 0;
  }
  .lk-logo {
    height: 24px;
  }
  .lk-logout {
    font-size: 14px;
  }
  .lk-menu {
    padding-top: 16px;
    margin: 0;
    overflow-x: auto;
    border-bottom: 1px solid rgb(219, 219, 219);
  }
  .lk-menu-list {
    display: flex;
    padding: 0 16px;
  }
  .lk-menu-list li {
    margin: 0 28px 0 0;
    padding-bottom: 12px;
  }
  .lk-menu-list li a {
    color: rgb(185, 185, 185);
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
    white-space: nowrap;
  }
  .lk-menu-list li a span {
    border-radius: 15px;
    background: rgb(63, 137, 44);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.98px;
    padding: 0 6px 0 6px;
    margin-top: 1px;
  }
  .lk-menu-list li a:hover {
    color: rgb(185, 185, 185);
  }
  .lk-menu-list li.current {
    border-bottom: 1px solid rgb(63, 137, 44);
  }
  .lk-menu-list li.current a {
    color: rgb(63, 137, 44);
  }
  .lk-content {
    padding: 0 16px 60px;
    width: 100%;
  }
  .lk-content-container-min {
    max-width: 100%;
  }
  .lk-content-top {
    display: block;
    margin-bottom: 24px;
  }
  .lk-title {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
  }
  .lk-tab:first-child {
    border-radius: 30px 0 0 30px;
  }
  .lk-tab:last-child {
    border-radius: 0 30px 30px 0;
  }
  .lk-tabs {
    justify-content: flex-start;
  }
  .lk-profile-submit {
    width: 100%;
    max-width: 100%;
  }
  .lk-profile-block {
    margin-bottom: 60px;
  }
  .lk-profile-block:nth-last-child(2) {
    margin-bottom: 32px;
  }
  .lk-profile-block-title {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -1.68px;
  }
  .lk-profile-block-flex {
    display: block;
  }
  .lk-profile-label {
    width: 100%;
    margin-bottom: 20px;
  }
  .lk-order {
    margin-bottom: 60px;
  }
  .lk-order-header {
    position: relative;
    padding: 16px;
    border-radius: 15px 15px 0px 0px;
    display: block;
  }
  .lk-order-header-link {
    display: none;
  }
  .lk-order-date {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.98px;
  }
  .lk-order-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .lk-order-status {
    position: absolute;
    bottom: 16px;
    right: 16px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.98px;
  }
  .lk-order-footer {
    padding: 24px 16px;
    border-width: 1px;
    border-radius: 0px 0px 15px 15px;
  }
  .lk-order-footer-top {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .lk-order-footer-top-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 32px;
  }
  .lk-order-footer-top-text:first-child {
    margin-bottom: 0;
  }
  .lk-order-footer-bottom {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .lk-order-footer-center {
    display: block;
  }
  .lk-order-footer-block {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .lk-order-footer-block:last-child {
    margin: 0;
  }
  .lk-order-footer-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
    margin-left: 15px;
  }
  .lk-order-item-top {
    padding: 16px 40px 16px 16px;
    display: block;
  }
  .lk-order-item-top::after {
    top: auto;
    bottom: 16px;
    right: 16px;
    width: 17px;
    height: 16px;
  }
  .lk-order-item-title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -1.12px;
  }
  .lk-order-item-meta {
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -1.12px;
  }
  .lk-order-item-content {
    padding: 0;
  }
  .lk-order-item-content-container {
    display: block;
  }
  .lk-order-item-img {
    width: 100%;
    background: rgb(217, 231, 213);
    padding: 34px 0 0;
    height: 207px;
  }
  .lk-order-item-docs {
    width: 100%;
    padding: 24px 16px 0;
  }
  .lk-order-item-docs .doc1-content-title {
    display: block;
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .lk-order-item-docs .doc1-item {
    padding: 22px 0 12px;
    position: relative;
  }
  .lk-order-item-docs .doc1-item-title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -1.12px;
  }
  .lk-order-item-docs .doc1-item-type {
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -1.12px;
    margin: 0;
  }
  .lk-order-item-docs .doc1-item-link i {
    margin: 0;
  }
  .firstScreen {
    padding: 32px;
  }
  .firstScreen-percents {
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
  }
  .firstScreen-shape {
    width: 79px;
    height: 384px;
    bottom: -384px;
  }
  .productPage-container {
    display: block;
  }
  .productPage-content {
    max-width: 100%;
    padding-top: 32px;
  }
  .productPage-meta {
    display: flex;
    flex-direction: column;
  }
  .productPage-title {
    order: -5;
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
  }
  .productPage-label {
    margin: 0 8px 8px 0;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.98px;
  }
  .productPage-labels {
    margin-bottom: 12px;
  }
  .productPage-description {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .productPage-block {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
  }
  .productPage-block table td {
    padding: 16px 0;
  }
  .productPage-block h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -1.68px;
  }
  .productPage-block ul {
    margin: 32px 0;
  }
  .productPage-block ul li {
    padding-left: 45px;
    margin-bottom: 24px;
  }
  .productPage-block ul li::before, .productPage-block ul li::after {
    width: 13px;
    height: 13px;
    top: 5px;
  }
  .productPage-block ul li::after {
    left: 16px;
  }
  .productPage-ps {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.98px;
    margin: 0;
  }
  .productPage-ps i {
    margin-left: 12px;
    width: 24px;
    height: 24px;
  }
  .productPage-use-item {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin: 0 12px 12px 0;
    padding: 0 12px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
    white-space: normal;
  }
  .productPage-use-tab {
    margin: 0 16px 0 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1.54px;
  }
  .productPage-use-tabs {
    margin: 0 -16px 24px;
    width: calc(100% + 32px);
    overflow-x: auto;
    padding: 0 16px;
  }
  .productPage-use-tabs-container {
    justify-content: flex-start;
  }
  .productPage-doc {
    padding: 16px 0 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.4px;
    flex-wrap: wrap;
    position: relative;
  }
  .productPage-doc-title {
    order: -1;
    width: 100%;
    margin-bottom: 8px;
  }
  .productPage-doc-type {
    width: auto;
    padding-left: 24px;
  }
  .productPage-doc i {
    width: 16px;
    height: 16px;
    bottom: 15px;
    left: 0;
    position: absolute;
  }
  .productPage-price {
    position: fixed;
    z-index: 90;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 12px 16px 17px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.3);
  }
  .productPage-price-mobile {
    display: flex;
    align-items: center;
    height: 70px;
    color: rgb(0, 0, 0);
    font-family: Neutral Face;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin: 7px 0 11px;
  }
  .productPage-price-mobile strong {
    display: block;
    margin-right: 11px;
    color: rgb(0, 0, 0);
    font-family: Neutral Face;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }
  .productPage-price.fixed {
    top: auto;
  }
  .productPage-price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .productPage-price-text {
    display: none;
  }
  .productPage-price-flex {
    width: calc(50% - 6px);
  }
  .productPage-v {
    border: 2px solid rgb(63, 137, 44);
    border-radius: 8px;
    background: rgb(255, 255, 255);
  }
  .productPage-v-text {
    display: none;
  }
  .productPage-v-select {
    border: none;
    height: 49px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1.26px;
    flex-grow: 2;
    background-size: 15px 12px;
  }
  .productPage-btn {
    width: calc(50% - 6px);
    margin: 0;
  }
  .productPage-slider-for-item-container {
    height: 321px;
  }
  .productPage-slider-for-video-arrow {
    width: 48px;
    height: 48px;
    top: 20px;
    left: 20px;
    background-size: 11px 11px;
  }
  .productPage-slider-nav .slick-list {
    margin: 0 -7px;
  }
  .productPage-slider-nav-item {
    padding: 0 7px;
  }
  .productPage-slider-nav-item-container {
    height: 78px;
  }
}
@media screen and (max-width: 479px) {
  .bannerAbout-img img {
    transform: translateX(-15%);
  }
  .popup {
    align-items: flex-end;
  }
  .popup-content {
    width: 100%;
    max-width: 100%;
    border-radius: 15px 15px 0px 0px;
    background: #fff;
    padding: 40px 24px 32px;
  }
  .popup-content-product {
    height: 100%;
    border-radius: 0;
    padding: 60px 24px;
  }
  .popup-close {
    width: 28px;
    height: 28px;
    top: 20px;
    right: 16px;
  }
  .popup-close::before {
    width: 1px;
    left: 13px;
  }
  .popup-close::after {
    height: 1px;
    top: 13px;
  }
  .popup-text {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -1.68px;
  }
  .popup-text br {
    display: none;
  }
  .popup-title {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
  }
  .popup-form-label {
    width: 100%;
  }
  .popup-form-ps {
    width: 100%;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.98px;
  }
  .popup-form-submit {
    width: 100%;
    max-width: 100%;
  }
  .login {
    padding-bottom: 0;
  }
  .login-form {
    position: relative;
    margin: 0 -16px;
    width: calc(100% + 32px);
    padding: 55px 24px 32px;
    border-radius: 15px 15px 0px 0px;
    background: rgb(240, 240, 240);
  }
  .login-form .popup-close {
    display: block;
  }
  .login-form-text {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -1.68px;
  }
  .doc2-item {
    width: 100%;
  }
  .productPage-block table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #DBDBDB;
    padding: 16px 0 0;
  }
  .productPage-block table tr td {
    padding: 0 0 16px;
    border: none;
    display: flex;
    align-items: center;
  }
  .productPage-block table tr td:first-child {
    width: 50%;
  }
  .productPage-block table tr td svg, .productPage-block table tr td img {
    width: 24px;
    height: 24px;
  }
}/*# sourceMappingURL=main.css.map */