.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mb-60 {
    margin-bottom: 45px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .mb-45 {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-45 {
    margin-bottom: 35px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 25px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .mb-35 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .mb-25 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .mt-32 {
    margin-top: 24px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-4 {
  margin-bottom: 4px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "TT Interfaces", sans-serif;
  background: #FFFFFF;
}

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

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  outline: none;
  cursor: pointer;
  font-family: "TT Interfaces", sans-serif;
}

input {
  font-family: "TT Interfaces", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.section-light-bg {
  background: #F9FAFB;
}

.bold {
  font-weight: 700;
}

.main-color {
  color: #2D8A33 !important;
}

.center {
  text-align: center;
}

.dark {
  color: #1A222C;
}

.light {
  color: #FFFFFF;
}

.light-50 {
  color: #FFFFFF;
  opacity: 50%;
}

.base {
  color: #9BA4B5;
}

.light-bg {
  background: #FFFFFF;
}

.link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link:hover {
  color: #2D8A33;
}

@media screen and (max-width: 768px) {
  .icon {
    width: 34px;
    height: 34px;
  }
}

.shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
}

.light-bg {
  background: #FFFFFF;
}

.base-bg {
  background: #F9FAFD;
}

.section-bg {
  background: #F7F8FA;
}

.box-bg {
  background: #F8F9FA;
}

.no-scroll {
  overflow: hidden;
}

.brs-16 {
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .brs-16 {
    border-radius: 12px;
  }
}

.brs-24 {
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .brs-24 {
    border-radius: 16px;
  }
}

.brs-32 {
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .brs-32 {
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brs-32 {
    border-radius: 24px;
  }
}

.brs-top-48 {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}
@media screen and (max-width: 768px) {
  .brs-top-48 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brs-top-48 {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
}

.brs-bottom-48 {
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}
@media screen and (max-width: 768px) {
  .brs-bottom-48 {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brs-bottom-48 {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
}

.brs-bottom-24 {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media screen and (max-width: 768px) {
  .brs-bottom-24 {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brs-bottom-24 {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

.brs-48 {
  border-radius: 48px;
}
@media screen and (max-width: 768px) {
  .brs-48 {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brs-48 {
    border-radius: 32px;
  }
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .gap-8 {
    gap: 5px;
  }
}

.gap-12 {
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .gap-12 {
    gap: 8px;
  }
}

.gap-15 {
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .gap-15 {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-15 {
    gap: 12px;
  }
}

.gap-20 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .gap-20 {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-20 {
    gap: 15px;
  }
}

.gap-25 {
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .gap-25 {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-25 {
    gap: 20px;
  }
}

.gap-30 {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .gap-30 {
    gap: 20px;
  }
}

.gap-40 {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .gap-40 {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-40 {
    gap: 25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .gap-40 {
    gap: 30px;
  }
}

.gap-50 {
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .gap-50 {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-50 {
    gap: 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .gap-50 {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .gap-50 {
    gap: 45px;
  }
}

.gap-60 {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .gap-60 {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-60 {
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .gap-60 {
    gap: 45px;
  }
}

.truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  z-index: 10;
}

.shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bold {
  font-weight: 600 !important;
}

.underline {
  text-decoration: underline;
}

.stroke {
  border: 1px solid #E9EEF0;
}

@media screen and (max-width: 767px) {
  .section-slider {
    padding-bottom: 80px !important;
  }
}

.italic {
  font-style: italic;
}

@media (max-width: 768px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table {
    min-width: 600px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.breadcrumbs {
  padding: 10px 0;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 8px 0;
  }
}
.breadcrumbs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-block {
    gap: 12px;
  }
}

.button {
  height: 64px;
  padding: 0 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  background: #2D8A33;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button {
    height: 46px;
    padding: 0 30px;
    font-size: 14px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button {
    height: 50px;
    padding: 0 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button {
    height: 54px;
    padding: 0 38px;
  }
}
.button:hover {
  background: #27772c;
}
.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  opacity: 0.35;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(219, 177, 177, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  -webkit-animation: shine 4s infinite linear;
          animation: shine 4s infinite linear;
}

.button-light {
  height: 64px;
  padding: 0 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  color: #2D8A33;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .button-light {
    height: 46px;
    padding: 0 30px;
    font-size: 14px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-light {
    height: 50px;
    padding: 0 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-light {
    height: 54px;
    padding: 0 38px;
  }
}
.button-light:hover {
  background: #206425;
  color: #FFFFFF;
}

.button-o {
  height: 64px;
  padding: 0 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  background: #FFFFFF;
  color: #2D8A33;
}
@media screen and (max-width: 767px) {
  .button-o {
    height: 46px;
    padding: 0 30px;
    font-size: 14px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-o {
    height: 50px;
    padding: 0 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-o {
    height: 54px;
    padding: 0 38px;
  }
}
.button-o:hover {
  background: #206425;
  color: #FFFFFF;
}
.button-o:hover svg path {
  stroke: #FFFFFF;
}

.button-o-light {
  height: 64px;
  padding: 0 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  background: #FFFFFF;
  color: #2D8A33;
}
@media screen and (max-width: 767px) {
  .button-o-light {
    height: 46px;
    padding: 0 30px;
    font-size: 14px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-o-light {
    height: 50px;
    padding: 0 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-o-light {
    height: 54px;
    padding: 0 38px;
  }
}
.button-o-light:hover {
  background: #2D8A33;
  color: #FFFFFF;
}
.button-o-light:hover svg path {
  stroke: #FFFFFF;
}

.button-stroke {
  height: 64px;
  padding: 0 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  color: #2D8A33;
  border: 1.5px solid #2D8A33;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .button-stroke {
    height: 46px;
    padding: 0 30px;
    font-size: 14px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-stroke {
    height: 50px;
    padding: 0 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-stroke {
    height: 54px;
    padding: 0 38px;
  }
}
.button-stroke:hover {
  background: #2D8A33;
  color: #FFFFFF;
}
.button-stroke:hover svg path {
  stroke: #FFFFFF;
}

.button-stroke-light {
  height: 64px;
  padding: 0 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  color: #FFFFFF;
  border: 1.5px solid #FFFFFF;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .button-stroke-light {
    height: 46px;
    padding: 0 30px;
    font-size: 14px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-stroke-light {
    height: 50px;
    padding: 0 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-stroke-light {
    height: 54px;
    padding: 0 38px;
  }
}
.button-stroke-light:hover {
  background: #FFFFFF;
  color: #2D8A33;
}

@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.checkbox {
  display: none;
}
.checkbox.checkbox-primary + .checkbox-fake {
  border: 2px solid #2D8A33;
}
.checkbox.checkbox-primary + .checkbox-fake::before {
  background: url("../images/check.svg") center center no-repeat;
}
.checkbox.checkbox-light + .checkbox-fake {
  border: 2px solid #FFFFFF;
}
.checkbox.checkbox-light + .checkbox-fake::before {
  background: url("../images/check-primary.svg") center center no-repeat;
}
.checkbox-fake {
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .checkbox-fake {
    width: 24px;
    height: 24px;
    margin-top: 0;
  }
}
.checkbox-fake::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 10px;
  background-size: contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .checkbox-fake::before {
    width: 12px;
    height: 8px;
  }
}
.checkbox-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  color: #FFFFFF;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .checkbox-wrapper {
    font-size: 11px;
  }
}

.checkbox:checked + .checkbox-fake::before {
  opacity: 1;
}

.checkbox-primary.checkbox:checked + .checkbox-fake {
  background: #2D8A33;
}

.checkbox-light.checkbox:checked + .checkbox-fake {
  background: #FFFFFF;
}

.container {
  width: 1420px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.grid-5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .grid-5 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  .grid-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 991px) and (max-width: 1023px) {
  .grid-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .grid-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 550px) {
  .grid-4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 551px) and (max-width: 1023px) {
  .grid-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .grid-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .grid-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .grid-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 990px) {
  .grid-2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.input {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  padding: 0 24px;
  height: 64px;
  background: #FFFFFF;
  color: #1A222C;
  outline: none;
  font-size: 18px;
  font-weight: 400;
}
.input::-webkit-input-placeholder {
  color: #9BA4B5;
}
.input::-moz-placeholder {
  color: #9BA4B5;
}
.input:-ms-input-placeholder {
  color: #9BA4B5;
}
.input::-ms-input-placeholder {
  color: #9BA4B5;
}
.input::placeholder {
  color: #9BA4B5;
}
.input:hover, .input:focus {
  border-color: #2D8A33;
}
@media screen and (max-width: 767px) {
  .input {
    height: 46px;
    padding: 0 20px;
    font-size: 15px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .input {
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .input {
    height: 54px;
  }
}
.input-grey {
  background: #F8F9FA;
  border-color: #F8F9FA;
}
.input-grey:hover, .input-grey:focus {
  background: #FFFFFF;
}

.input-wrapper {
  position: relative;
}
.input-wrapper::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 24px;
}
.input-wrapper[data-type=name]::after {
  background: url("../images/user-icon.svg") center center no-repeat;
  background-size: contain;
}
.input-wrapper[data-type=phone]::after {
  background: url("../images/phone-icon.svg") center center no-repeat;
  background-size: contain;
}
.input-wrapper[data-type=mail]::after {
  background: url("../images/mail-icon.svg") center center no-repeat;
  background-size: contain;
}

.input-wrapper .input {
  padding-left: 64px;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .list {
    gap: 10px;
  }
}
.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.list-item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .list-item img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list-item {
    gap: 8px;
  }
}
.list-item span {
  font-weight: 600;
}

.pagination, .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .pagination, .nav-links {
    gap: 5px;
  }
}
.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-item, .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 20px;
  font-weight: 700;
  color: #1A222C;
  border: 2px solid transparent;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .pagination-item, .page-numbers {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
.pagination-item.active, .page-numbers.current {
  color: #1A222C;
  border: 2px solid #2D8A33;
  border-radius: 100%;
}
.pagination-item:hover, a.page-numbers:hover {
  border-color: #2D8A33;
  color: #1A222C;
}
.next.page-numbers, .prev.page-numbers {
    display: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 24;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.popup .checkbox {
  color: #1A222C;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: perspective(600px) translateY(0%) rotateX(0deg);
  transform: perspective(600px) translateY(0%) rotateX(0deg);
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px;
}

.popup__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 600px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: perspective(600px) translateY(-120%) rotateX(45deg);
  transform: perspective(600px) translateY(-120%) rotateX(45deg);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup__close {
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.popup__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.popup__form {
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .popup__form {
    padding: 30px;
  }
}

.popup__form strong {
  font-size: 46px;
  line-height: 1.2;
  color: #2c2b34;
  margin: 0 0 20px 0;
}

.popup__form > p {
  margin: 0 0 34px 0;
}
@media screen and (max-width: 767px) {
  .popup__form > p {
    margin: 0 0 20px 0;
  }
}

.popup__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  row-gap: 20px;
  margin: 0 0 20px 0;
}

.popup__inputs > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.popup__form .input {
  background-color: #f3f4f7;
      width: 100%;
}
button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.popup__form .input:hover, .popup__form .input:focus {
  background: #FFFFFF;
}

.popup__btn {
  width: 100%;
}

.modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.modal-active .popup__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: all;
}

@media screen and (min-width: 320px) {
  .popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.review-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(14, 27, 39, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.review-modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.review-modal-overlay.active .review-modal-content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.review-modal-content {
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.review-modal-overlay.active .review-modal-content {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .review-modal-content {
    max-width: 100%;
    border-radius: 16px;
  }
}

.review-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.review-modal-close:hover {
  background: rgba(14, 27, 39, 0.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.review-modal-close:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.review-modal-close svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .review-modal-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
  .review-modal-close svg {
    width: 18px;
    height: 18px;
  }
}

.review-modal-body {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .review-modal-body {
    padding: 30px 20px;
  }
}

.review-modal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.review-modal-info__icon {
  width: 16px;
  height: 16px;
}

.review-modal-name {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .review-modal-name {
    margin-bottom: 16px;
  }
}

.review-modal-text .review-modal-description {
  line-height: 1.6;
  color: #1A222C;
}
@media screen and (max-width: 767px) {
  .review-modal-text .review-modal-description {
    font-size: 14px;
    line-height: 1.5;
  }
}

.section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 35px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .section.section-margin.section-bg {
    padding: 25px 0;
  }
}

section.pb-60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section.pb-60 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.pb-60 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.pb-60 {
    padding-bottom: 50px;
  }
}

.section-margin {
  margin: 15px;
}
@media screen and (max-width: 767px) {
  .section-margin {
    margin: 10px;
  }
}

.slick-slide {
  margin: 0 15px;
}
@media screen and (max-width: 575px) {
  .slick-slide {
    margin: 0;
  }
}

.slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 576px) {
  .slick-list {
    margin: 0;
  }
}
@media screen and (max-width: 576px) and (min-width: 577px) and (max-width: 1023px) {
  .slick-list {
    margin: 0 -15px;
  }
}

.slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 48px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1.5px solid #D3D7DA;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: #2D8A33 !important;
  border-color: #2D8A33 !important;
}
.slick-arrow:hover svg path, .slick-arrow:focus svg path {
  stroke: #FFFFFF !important;
}
@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 44px;
    height: 44px;
  }
}

.slick-dots {
  bottom: -45px;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -35px;
  }
}
.slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 2px;
    width: 12px;
    height: 12px;
  }
}
.slick-dots li button {
  background: #E5E5E5;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li button[aria-selected=true] {
  background: #206425 !important;
}
.slick-dots li button::before {
  display: none;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.slick-track .slick-slide {
  height: inherit;
}
.slick-track .slick-slide > div {
  height: 100%;
}

.slick-slider .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .tabs {
    gap: 10px;
    margin-bottom: 25px;
  }
}

.tab-content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}

.tab-images img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab-button {
  height: 50px;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  color: #2D8A33;
  background: #EAF3EA;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Manrope", sans-serif;
  border: none;
}
@media screen and (max-width: 767px) {
  .tab-button {
    height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }
}
.tab-button:hover {
  background: #2D8A33;
  color: #FFFFFF;
}
.tab-button.active {
  background: #2D8A33;
  color: #FFFFFF;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.text-lg {
  line-height: 140%;
  font-weight: 400;
  font-size: 20px;
}
.text-lg span {
  font-weight: 600;
}
.text-lg.medium {
  font-weight: 500;
}
.text-lg.semibold {
  font-weight: 600;
}
.text-lg.bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .text-lg {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-lg {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .text-lg {
    font-size: 17px;
  }
}

.text-md {
  line-height: 140%;
  font-weight: 400;
  font-size: 18px;
}
.text-md span {
  font-weight: 600;
}
.text-md.medium {
  font-weight: 500;
}
.text-md.semibold {
  font-weight: 600;
}
.text-md.bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .text-md {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-md {
    font-size: 15px;
  }
}

.text-sm {
  line-height: 140%;
  font-weight: 400;
  font-size: 16px;
}
.text-sm span {
  font-weight: 600;
}
.text-sm.medium {
  font-weight: 500;
}
.text-sm.semibold {
  font-weight: 600;
}
.text-sm.bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .text-sm {
    font-size: 13px;
  }
}

.text-xsm {
  line-height: 140%;
  font-weight: 400;
  font-size: 14px;
}
.text-xsm span {
  font-weight: 600;
}
.text-xsm.medium {
  font-weight: 500;
}
.text-xsm.semibold {
  font-weight: 600;
}
.text-xsm.bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .text-xsm {
    font-size: 12px;
  }
}

.text-xxsm {
  line-height: 140%;
  font-weight: 400;
  font-size: 12px;
}
.text-xxsm span {
  font-weight: 600;
}
.text-xxsm.medium {
  font-weight: 500;
}
.text-xxsm.semibold {
  font-weight: 600;
}
.text-xxsm.bold {
  font-weight: 700;
}

.title-lg {
  font-weight: 500;
  line-height: 140%;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .title-lg {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-lg {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .title-lg {
    font-size: 34px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .title-lg {
    font-size: 38px;
  }
}

.title-md {
  font-weight: 500;
  line-height: 140%;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .title-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-md {
    font-size: 24px;
  }
}

.title-sm {
  font-weight: 500;
  line-height: 140%;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .title-sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-sm {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-sm {
    font-size: 22px;
  }
}

.title-xsm {
  font-weight: 500;
  line-height: 140%;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .title-xsm {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-xsm {
    font-size: 18px;
  }
}

.about-block {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.about-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .about-items {
    gap: 20px;
  }
}
.about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
.about-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.about-doctor-img {
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .about-doctor-img {
    width: 50px;
    height: 50px;
  }
}
.about-quote {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  border-left: 8px solid #2D8A33;
}
@media screen and (max-width: 767px) {
  .about-quote {
    padding: 20px;
  }
}

.contact-map {
  height: 100%;
}
@media screen and (max-width: 990px) {
  .contact-map {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .contact-item__icon {
    width: 35px;
    height: 35px;
  }
}

.doc-item__icon {
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .doc-item__icon {
    width: 30px;
    height: 30px;
  }
}

.feedback-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .feedback-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  background: #FFFFFF;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .feedback-form {
    padding: 20px;
  }
}
.feedback-form .input, .feedback-form .button, .feedback-form .input-wrapper {
  width: 100%;
}
.feedback-img {
  background: url("../images/feedback-img-2.png") center center no-repeat;
  background-size: contain;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .feedback-img {
    height: 400px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.feedback-review {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  padding: 20px;
  max-width: 265px;
}
@media screen and (max-width: 767px) {
  .feedback-review {
    max-width: 220px;
  }
}
.feedback-review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 35px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .feedback-review-content {
    padding: 25px;
  }
}
.feedback-review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.footer {
  background: #2A2F37;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 990px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.footer-bottom__descr {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 550px) {
  .footer-item__logo {
    width: 220px;
  }
}

.header-address {
  margin-right: auto;
}
@media screen and (max-width: 1500px) {
  .header-address {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header-button {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  .header-top__item--place img {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  .header__logo {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .header__logo--mobile {
    height: 60px;
  }
}
@media screen and (min-width: 1351px) {
  .header__logo--mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-item-clock {
    display: none !important;
  }
}
.header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0 0 0;
}
@media screen and (max-width: 767px) {
  .header-block {
    padding: 10px 0 0 0;
  }
}
.header-right, .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1120px) {
  .header-right, .header-left {
    gap: 10px;
  }
}
.header-left {
  gap: 15px;
}
.header-lists {
  background: #2A2F37;
}
.header-list {
  padding: 10px 0;
}
@media screen and (max-width: 1400px) {
  .header-list {
    display: none;
  }
}
.header-list__item {
  position: relative;
}
.header-list__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.header-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1120px) {
  .header-item-text {
    display: none;
  }
}
.header-item-text__value {
  font-weight: 500;
}

.header-top__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 12px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 6px;
}

.header-top__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.header-top__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.header-top__item span {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #daece0;
}

.header-top__item span svg {
  width: auto;
  height: 40%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.select {
  position: relative;
  z-index: 1;
}

.header-top__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed #c1cbd8;
  border-radius: 100vw;
  padding: 2px 18px 2px 24px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
}
@media screen and (max-width: 550px) {
  .header-top__select {
    border-radius: 8px;
    padding: 2px 8px 2px 12px;
    width: 100%;
  }
}

.select__head {
  position: relative;
}

.header-top__select .select__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: 100%;
}

.select__input {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.header-top__select .select__head-field {
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 400;
}
@media screen and (max-width: 550px) {
  .header-top__select .select__head-field {
    font-size: 14px;
  }
}

.header-top__select .select__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10px;
  height: auto;
  margin: 2px 0 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-top__select .select__arrow svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.select__head.active .select__arrow {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.header-top__select .select__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  row-gap: 12px;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 12px;
  padding: 20px 24px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-top__select .select__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.select__list.active {
  top: calc(100% + 8px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.select__list li {
  font-family: "TildaSans-Regular";
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 550px) {
  .select__list li {
    font-size: 14px;
  }
}

@media screen and (max-width: 550px) {
  .select__list {
    max-width: 250px;
  }
}

.icon-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon-menu span {
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #1A222C;
}

.icon-menu span:nth-child(1) {
  top: 0%;
}

.icon-menu span:nth-child(3) {
  top: auto;
  bottom: 0%;
}

.icon-menu.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.icon-menu.active span {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.icon-menu.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}

.icon-menu.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
  display: none;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: 100%;
}

.menu > li > a {
  padding: 6px 0;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1123px) {
  .menu > li > a {
    color: #1A222C;
  }
}

.menu > li:has(.menu__container) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 3;
}

.menu > li:has(.menu__container) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.menu > li:has(.menu__container) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.menu-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10px;
  height: auto;
  margin: 3px 0 0 0;
}

.menu-arrow svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-arrow path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  stroke: #FFFFFF;
}
@media screen and (max-width: 1123px) {
  .menu-arrow path {
    stroke: #1A222C;
  }
}

.menu__container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 0 0 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__two {
  width: 300px;
  padding: 0 14px 0 18px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.menu__two > li {
  border-bottom: 1px solid #edeff2;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__two > li:last-child {
  border-bottom: none;
}

.menu__two > li > a {
  padding: 10px 0;
  font-size: 14px;
  line-height: 120%;
  color: #2c2e31;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__two > li:has(.menu-arrow-two) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
  z-index: 2;
}

.menu__two > li:has(.menu-arrow-two) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.menu__two > li:has(.menu-arrow-two) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.menu-arrow-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7px;
  height: auto;
  margin: 4px 0 0 0;
}

.menu-arrow-two svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-arrow-two svg path {
  stroke: #2c2e31;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__container-two {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 0 24px;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu > li:last-child .menu__container-two {
  left: auto;
  right: calc(100% - 1px);
}

.menu__three {
  width: 300px;
  border-radius: 4px;
  padding: 0 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.menu__three > li {
  border-bottom: 1px solid #edeff2;
}

.menu__three > li > a {
  padding: 10px 0;
  font-size: 14px;
  line-height: 120%;
  color: #2c2e31;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.logo--nav {
  display: none;
}

/* hover */
@media (min-width: 1120px) {
  .menu__three > li > a:hover {
    color: #2D8A33;
  }
  .menu__three > li > a:focus {
    color: #2D8A33;
  }
  .menu__two > li:has(.menu-arrow-two):hover .menu-arrow-two svg {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .menu__two > li:has(.menu-arrow-two):focus .menu-arrow-two svg {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .menu__two > li:has(.menu-arrow-two):hover .menu-arrow-two svg path {
    stroke: #2D8A33;
  }
  .menu__two > li:has(.menu-arrow-two):focus .menu-arrow-two svg path {
    stroke: #2D8A33;
  }
  .menu__two > li:has(.menu-arrow-two):hover .menu__container-two {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu__two > li:has(.menu-arrow-two):focus .menu__container-two {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu__two > li {
    cursor: pointer;
  }
  .menu__two > li:hover > a {
    color: #2D8A33;
  }
  .menu__two > li:focus > a {
    color: #2D8A33;
  }
  .menu > li:focus > a {
    color: #2D8A33;
  }
  .menu > li:hover .menu__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu > li:focus .menu__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu > li:hover .menu-arrow svg {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .menu > li:focus .menu-arrow svg {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .menu > li:focus .menu-arrow svg path {
    stroke: #2D8A33;
  }
}
/** breakpoint  **/
@media (max-width: 1119px) {
  .icon-menu.icon-menu--open,
  .icon-menu.icon-menu--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 70%;
    height: 100vh;
    margin: 0;
    padding: 30px 20px 30px 30px;
    border-radius: 0;
    overflow-y: scroll;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -105%;
    z-index: 10;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nav > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .nav > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .nav > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .nav.active {
    right: 0;
    -webkit-box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
            box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
  }
  .icon-menu.icon-menu--close {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 16px 0 0 0;
  }
  .menu {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    row-gap: 16px;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    position: relative;
    z-index: 3;
  }
  .menu > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .menu > li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
  }
  .menu > li:has(.menu-arrow) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 100%;
  }
  .menu > li:has(.menu-arrow) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .menu > li:has(.menu-arrow) > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .menu-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50px;
    height: 100%;
    padding: 3px 0 0 0;
    margin: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-arrow svg {
    width: 32%;
    height: auto;
  }
  .menu > li > a {
    display: block;
    padding: 4px 0 8px 0;
    font-size: 16px;
  }
  .menu-arrow.active {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .menu__container {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  }
  .menu__container.active {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .menu__two {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menu__two > li {
    border-bottom: none;
    background-color: transparent;
    padding: 6px 0 6px 10px;
    margin: 0;
    border-bottom: none;
  }
  .menu__two > li:has(.menu-arrow-two) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .menu__two > li:has(.menu-arrow-two) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .menu__two > li:has(.menu-arrow-two) > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .menu__two > li > a {
    font-size: 14px;
    padding: 0;
  }
  .menu-arrow-two {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 44px;
    height: 100%;
    margin: 0;
    padding: 0 3px 0 0;
  }
  .menu-arrow-two svg {
    width: 22%;
    height: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menu-arrow-two.active svg {
    -webkit-transform: scale(1, -1) rotate(90deg);
            transform: scale(1, -1) rotate(90deg);
  }
  .menu__container-two {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  }
  .menu__container-two.active {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .menu__three {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 4px;
    width: 100%;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu__three > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .menu__three > li {
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
  .menu__three > li:first-child a {
    padding: 16px 0 4px 16px;
    border-radius: 0;
  }
  .menu__three > li:last-child a {
    padding: 4px 0 12px 16px;
    border-radius: 0;
  }
  .menu__three > li > a {
    font-size: 20px;
    padding: 4px 0 4px 16px;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .nav {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .nav {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .nav {
    width: 90%;
  }
}
@media (max-width: 479px) {
  .nav {
    width: 100%;
  }
  .icon-menu {
    width: 30px;
    height: 22px;
  }
  .menu > li > a {
    font-size: 18px;
  }
  .menu__two > li > a {
    font-size: 18px;
  }
  .menu__three > li > a {
    font-size: 15px;
  }
}
.logo.logo--nav {
  margin-bottom: 30px;
}

.menu__three li {
  padding: 10px 0;
}

.menu__two > li {
  padding: 10px 0;
}

.license-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 990px) {
  .license-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.license-img {
  background: url("../images/license-img.png") center center no-repeat;
  background-size: contain;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .license-img {
    height: 300px;
  }
}
.license-slider .slick-next {
  top: -60px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .license-slider .slick-next {
    top: -40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .license-slider .slick-next {
    top: -60px;
  }
}
.license-slider .slick-prev {
  top: -60px;
  left: calc(100% - 120px);
}
@media screen and (max-width: 1023px) {
  .license-slider .slick-prev {
    top: -40px;
    left: calc(100% - 100px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .license-slider .slick-prev {
    top: -60px;
  }
}

.main {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 25px 0;
  }
}
.main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle farthest-corner at 83% 50%, rgba(247, 248, 250, 0) 0.1%, rgb(247, 248, 250) 43.9%);
  z-index: 1;
  pointer-events: none;
}
.main-feature {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .main-feature {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-feature {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.main-feature-item {
  padding: 30px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .main-feature-item {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main-feature-item__icon {
    width: 40px;
    height: 40px;
  }
}
.main-content {
  max-width: 820px;
  position: relative;
  z-index: 3;
}
.main-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .main-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
  .main-buttons button, .main-buttons a {
    width: 100%;
  }
}
.main-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-img {
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    scale: 1.25;
  }
}

.news-open-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  max-width: 950px;
  margin: 0 auto;
}
.news-open-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-item {
  background: #FFFFFF;
  padding: 30px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .news-item {
    padding: 20px;
  }
}
.news-item-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .news-item-content {
    gap: 15px;
  }
}
.news-item-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .news-item-content-text {
    gap: 15px;
  }
}
.news-slider .slick-next {
  top: -60px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .news-slider .slick-next {
    top: -40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .news-slider .slick-next {
    top: -60px;
  }
}
.news-slider .slick-prev {
  top: -60px;
  left: calc(100% - 120px);
}
@media screen and (max-width: 1023px) {
  .news-slider .slick-prev {
    top: -40px;
    left: calc(100% - 100px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .news-slider .slick-prev {
    top: -60px;
  }
}

.partner__title {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.partner .wrap {
  max-width: 600px;
  margin: auto;
  padding: 20px;
}
.partner .items-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 20px;
}
.partner .items-wrap:before,
.partner .items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.partner .items {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .partner .items {
    gap: 10px;
  }
}
.partner .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 353px;
  height: 220px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: bold;
  background: #F8F9FA;
  margin: 10px 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .partner .item {
    width: 200px;
    height: 120px;
    padding: 40px;
    border-radius: 12px;
  }
}
.partner .item-wrapper {
  width: 353px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .partner .item-wrapper {
    width: 200px;
  }
}
.partner .item img {
  max-width: 100%;
}
.partner .marquee {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
}
.partner .reverce {
  animation-direction: reverse;
}
.partner .items-wrap:hover .marquee {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
}
.partner-block .item-wrapper {
  width: auto;
  height: auto;
  height: 100%;
}
.partner-block .item-wrapper .item {
  width: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .partner-block .item-wrapper .item {
    height: 180px;
  }
}

.price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .price-item {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .price-item__icon {
    width: 30px;
    height: 30px;
  }
}

.review-item {
  background: #FFFFFF;
  padding: 30px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .review-item {
    padding: 20px;
  }
}
.review-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.review-item-button {
  margin-top: 20px;
  width: 100%;
}
.review-slider .slick-next {
  top: -60px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .review-slider .slick-next {
    top: -35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .review-slider .slick-next {
    top: -60px;
  }
}
.review-slider .slick-prev {
  top: -60px;
  left: calc(100% - 120px);
}
@media screen and (max-width: 1023px) {
  .review-slider .slick-prev {
    top: -35px;
    left: calc(100% - 100px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .review-slider .slick-prev {
    top: -60px;
  }
}

.service {
  border-bottom: 1px solid #E9EEF0;
}
.service-item {
  background: #F8F9FA;
  height: 100%;
  padding: 25px;
}
.service-item__button {
  width: 100%;
  margin-top: auto;
}
.service-item__title {
  width: 100%;
}
.service-item__img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.service-item-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.service-slider .slick-next {
  top: -60px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .service-slider .slick-next {
    top: -40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .service-slider .slick-next {
    top: -60px;
  }
}
.service-slider .slick-prev {
  top: -60px;
  left: calc(100% - 120px);
}
@media screen and (max-width: 1023px) {
  .service-slider .slick-prev {
    top: -40px;
    left: calc(100% - 100px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .service-slider .slick-prev {
    top: -60px;
  }
}

.step {
  background: url("../images/step-bg.jpg") center center no-repeat;
  background-size: cover;
}
.step-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media screen and (max-width: 990px) {
  .step-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1279px) {
  .step-block {
    gap: 50px;
  }
}
.step-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-left: auto;
}
@media screen and (max-width: 990px) {
  .step-items {
    gap: 20px;
  }
}
.step-item {
  background: #F8F9FA;
  border: 1px solid #E9EEF0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  max-width: 575px;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .step-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 990px) {
  .step-item {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.step-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 400px) {
  .step-item-img {
    height: 220px;
  }
}
.step-item-body {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .step-item-body {
    padding: 20px;
  }
}
.step-item-body-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.vacancy-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .vacancy-items {
    gap: 20px;
  }
}
.vacancy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #F8F9FA;
  border: 1px solid #E9EEF0;
  border-radius: 16px;
  padding: 15px 25px;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .vacancy-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .vacancy-item {
    padding: 15px;
  }
}
@media screen and (max-width: 550px) {
  .vacancy-item__button {
    width: 100%;
  }
}

.gallery {
  overflow: hidden;
}
.gallery .slick-list {
  overflow: visible;
}
.gallery .slick-list .slick-slide[aria-hidden=true] {
  opacity: 0.2;
}
@media screen and (max-width: 575px) {
  .gallery .slick-list .slick-slide {
    margin: 0 15px;
  }
}
.gallery-img {
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .gallery-img {
    height: 450px;
  }
}

.info {
  overflow: hidden;
  border-bottom: 1px solid #E9EEF0;
}
.info-img {
  width: 100%;
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .info-img {
    min-height: 200px;
  }
}
.info-block {
  width: 100%;
}
.info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .info-content {
    gap: 20px;
  }
}
.info-slider {
  width: 100%;
}
.info-slider .slick-list, .info-slider .slick-track {
  width: 100%;
  margin: 0;
}
.info-slider .slick-slide {
  margin: 0 15px;
}
@media screen and (max-width: 575px) {
  .info-slider .slick-slide {
    margin: 0 25px;
  }
}
.info-slider .slick-arrow {
  border: none;
  width: 40px;
  height: 40px;
}
.info-slider .slick-arrow:hover, .info-slider .slick-arrow:focus {
  background: transparent !important;
}
.info-slider .slick-arrow:hover svg path, .info-slider .slick-arrow:focus svg path {
  stroke: #2D8A33 !important;
}
.info-slider .slick-arrow svg {
  margin-left: 3px;
}
.info-slider .slick-arrow.slick-next {
  right: -20px;
}
@media screen and (max-width: 575px) {
  .info-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .info-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
/* verstace start */
.box_content_price {
  padding: 60px 0;
}
.box_content_price p {
  line-height: 140%;
  font-weight: 400;
  font-size: 16px;
  margin: 20px 0 0;
}
.doc-list {
  padding: 0 0 40px;
}
.news-open-block ul {
  list-style-type: disc;
  padding: 10px 0 0 15px;
}
.news-open-block li {
  margin: 10px 0 0;
}
/* verstace end */

/* cookie */
.window_kuki {
    display: none;
    position: fixed;
    bottom: 2vh;
    left: 2vw;
    max-width: 450px;
    background: #ffffff;
    margin-bottom: 10vh;
    padding: 20px;
    z-index: 100;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    box-sizing: border-box;
}

.inner_kuki {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.window_kuki p {
    font-size: 16px;
    margin: 0;
    padding-bottom: 2vh;
    text-align: center;
    width: 100%;
    color: #333333;
}

.window_kuki p a {
    color: #333333;
    text-decoration: underline;
}

.window_kuki p a:hover {
    text-decoration: none;
}

.button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 15px;
    justify-content: center;
}

.btn_kuki,
.btn_kuki-second {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #2D8A33;
    border: 4px solid transparent;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .window_kuki {
        margin-bottom: 2vh;
    }

}

@media screen and (max-width: 767px) {
    .window_kuki {
        width: 95vw;
        max-width: 300px;
        padding: 2vh 2vw 5vh;
    }
    .window_kuki p {
        font-size: 1rem;
        text-align: center;
    }
    .btn_kuki,
    .btn_kuki-second {
        width: 95%;
        max-width: 250px;
        padding: 1.5vh 2vw;
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 480px) {
    .window_kuki {
        max-width: 100%;
        padding: 15px;
        bottom: 0;
        margin-bottom: 70px;
    }
    .window_kuki p {
        font-size: 13px;
        line-height: normal;
    }
    .btn_kuki,
    .btn_kuki-second {
        max-width: 220px;
        padding: 1vh 2vw;
        font-size: 0.85rem;
    }
}

/* start chesflairing */
.input-wrapper-nalog {
  display: flex;
}

.input-wrapper-nalog .input {
  margin: 15px 0;
  padding: 0 10px !important;
  width: 300px !important;
  border-color: #27772c;
}

.input-wrapper-nalog label {
  max-width: 400px;
}

.input-wrapper-nalog .select {
  margin-bottom: 15px !important;
  border-color: #27772c !important;
}

.gotovnost {
  margin: 15px 0;
}

.checkbox-wrapper {
  margin-bottom: 15px;
  align-items: center;
}

.checkbox-nalog-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.checkbox-nalog-wrapper button {
  width: fit-content;
}

.box_content_price .checkbox-nalog-wrapper p {
  margin: 0;
}

/* chesflairing start */
.table-container {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

table {
	width: 100%;
	min-width: 800px;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
}

td, th {
	border: 1px solid #000;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

@media screen and (max-width: 600px) {
	.table-container {
		margin: 0;
	}
}
