@charset "UTF-8";
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb) ;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

a,
button,
input[type=submit],
input[type=button] {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}

a {
  text-decoration: none;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

p {
  margin: 0;
}

.all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.xxx {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.flex > [class*=col-] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters [class^=col-],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.btn {
  display: inline-block;
  border: 0;
  outline: none;
  border: 0;
  padding: 0;
}

.btn-default {
  border: 0;
  outline: none;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #349630;
  color: #ffffff;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0.8px;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 90px;
  padding: 25px 40px;
}
.btn-default:hover {
  background: #4CAF50;
  color: #fff;
  border: 0;
  outline: none;
}
.btn-default:active, .btn-default:focus {
  border: 0;
  outline: none;
}
@media (max-width: 576px) {
  .btn-default {
    font-size: 12px;
  }
}
.btn-default.small {
  padding: 10px 25px;
  text-transform: none;
  font-size: 14px;
}
.btn-default.small svg {
  max-width: 20px;
  height: auto;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .btn-block-xs {
    width: 100%;
  }
}

.btn-block {
  width: 100%;
}

.text-center {
  text-align: center;
}

.table-scroll {
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
}

.box {
  -webkit-animation: pulse_top 1s infinite ease-out;
          animation: pulse_top 1s infinite ease-out;
}

@-webkit-keyframes pulse_top {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 56, 206, 0.7);
            box-shadow: 0 0 0 0 rgba(127, 56, 206, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(127, 56, 206, 0);
            box-shadow: 0 0 0 10px rgba(127, 56, 206, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 56, 206, 0);
            box-shadow: 0 0 0 0 rgba(127, 56, 206, 0);
  }
}

@keyframes pulse_top {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 56, 206, 0.7);
            box-shadow: 0 0 0 0 rgba(127, 56, 206, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(127, 56, 206, 0);
            box-shadow: 0 0 0 10px rgba(127, 56, 206, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(127, 56, 206, 0);
            box-shadow: 0 0 0 0 rgba(127, 56, 206, 0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-xss {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.mb70 {
  margin-bottom: 70px;
}

.mt100 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .mt100 {
    margin-top: 50px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.section-geo {
  background: #F4F4F4;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .section-geo {
    padding: 50px 0;
  }
}

.section-price {
  padding: 100px 0;
  background: #F4F4F4;
}
@media (max-width: 768px) {
  .section-price {
    padding: 50px 0;
  }
}

.step {
  padding: 100px 0;
  background: #215C1F;
}
@media (max-width: 768px) {
  .step {
    padding: 50px 0;
  }
}

.step {
  padding: 100px 0;
  background: #215C1F;
}
@media (max-width: 768px) {
  .step {
    padding: 50px 0;
  }
}

.arrow-top-right {
  background: url(../i/arrow-top-right.svg) 50% 50% no-repeat;
  width: 21px;
  height: 20px;
  margin-left: 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.section-top-slider {
  height: calc(100vh - 71px);
  margin-bottom: 70px;
  min-height: 600px;
}
.section-top-slider.mb0 {
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  .section-top-slider {
    margin-bottom: 50px;
    min-height: 400px;
    max-height: 600px;
  }
}
.section-top-slider .bg {
  height: 100%;
}

.btn-default:hover .arrow-top-right {
  -webkit-transform: rotate(45deg) translate(3px, -3px);
          transform: rotate(45deg) translate(3px, -3px);
}

.header-level-1 {
  background: #fff;
  opacity: 1;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.28s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.28s ease;
  transition: transform 0.28s ease, opacity 0.2s ease;
  transition: transform 0.28s ease, opacity 0.2s ease, -webkit-transform 0.28s ease;
  will-change: transform;
}
.header-level-1.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  pointer-events: none;
}
.header-level-1.is-hidden + .header-level-2 {
  -webkit-transform: translate3d(0, -71px, 0);
          transform: translate3d(0, -71px, 0);
}

.header-level-2 {
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  will-change: transform;
  background: #fff;
}

.container {
  padding: 0 15px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.header-level-1-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 71px;
}
.header-level-1-wrap .logo {
  max-width: 150px;
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 55px;
  margin-left: auto;
}
.header-contact.header-contact-mob {
  display: none;
}
@media (max-width: 991px) {
  .header-contact.header-contact-mob {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .header-contact.header-contact-lg {
    display: none;
  }
}
.header-contact .item {
  color: #000;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  padding-left: 26px;
  text-decoration: none;
}
.header-contact .item.mail {
  background: url(../i/mail-green.svg) left center no-repeat;
}
.header-contact .item.time {
  background: url(../i/time.svg) left center no-repeat;
}
.header-contact .item.phone {
  background: url(../i/phone-green.svg) left center no-repeat;
}
.header-contact .item a {
  color: #000;
  text-decoration: none;
}

.section-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #202020;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.section-title.white {
  color: #fff;
}
.section-title.left {
  text-align: left;
}

.bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bg .img,
.bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bg .img {
  z-index: 1;
}
.bg .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg video {
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 3;
}
.bg .content {
  padding: 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  width: 100%;
  margin: auto 0;
}
@media (max-width: 1200px) {
  .bg .content {
    padding: 200px 0;
  }
}
@media (max-width: 991px) {
  .bg .content {
    padding: 150px 0;
  }
}
@media (max-width: 768px) {
  .bg .content {
    padding: 50px 0;
  }
}
.bg .content .title {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
@media (max-width: 1200px) {
  .bg .content .title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .bg .content .title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .bg .content .title {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
  }
}
.bg .content .button {
  text-align: center;
}
@media (max-width: 576px) {
  .bg .content .button .btn-default {
    width: 100%;
  }
}

.section-video {
  margin-bottom: 0;
}
.section-video .bg {
  height: 100%;
}
.section-video .content {
  padding: 220px 0;
}
@media (max-width: 991px) {
  .section-video .content {
    padding: 150px 0;
  }
}
@media (max-width: 768px) {
  .section-video .content {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .section-video .content {
    margin-bottom: 0;
  }
}

.header-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 0 15px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .header-soc {
    margin-right: 25px;
    margin-left: auto;
  }
}
.header-soc .item {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 100%;
  padding: 7px;
  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;
}
.header-soc .item svg {
  max-width: 100%;
  height: auto;
}
.header-soc .wh {
  background: #349630;
}
.header-soc .tg {
  background: #0088cc;
}

#content p {
  margin-bottom: 15px;
}

.h-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 0 15px 0;
}
@media (max-width: 1200px) {
  .h-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .h-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .h-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .h-title {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
  }
}

.content_toggle {
  display: none;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: #349630;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .content_block {
    overflow: hidden;
    position: relative;
  }

  .content_block.hide {
    height: 144px;
  }

  .content_toggle {
    display: block;
  }

  .content_block.hide:after {
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
  }
}
#content h1 {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 0 0 15px 0;
}
@media (max-width: 1200px) {
  #content h1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  #content h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #content h1 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #content h1 {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
  }
}

.sub-title {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #717171;
  margin-bottom: 5px;
}
.sub-title.left {
  text-align: left;
}
.sub-title.white {
  color: #fff;
}
.sub-title.mb50 {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .sub-title.mb50 {
    margin-bottom: 30px;
  }
}

.bold-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 30px 0;
}
.bold-title.mb50 {
  margin-bottom: 50px;
}

.check-list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .check-list {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .check-list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
}
.check-list .check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.check-list .check-item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  margin-right: 12px;
}
.check-list .check-item .title {
  text-align: left;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 4px;
}
.check-list .check-item .text {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}

.check-blockquote {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  border: 1px solid #349630;
  padding: 23px 30px 23px 93px;
  border-radius: 15px;
  overflow: hidden;
  background: #F4F4F4 url(../i/danger.svg) left 30px center no-repeat;
}
@media (max-width: 576px) {
  .check-blockquote {
    padding: 68px 20px 15px 20px;
    background-position: 20px 15px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
}

.price-list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .price-list {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .price-list {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.price-list .price-item .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-shadow: 0px 0px 30px 0px #0000001A;
          box-shadow: 0px 0px 30px 0px #0000001A;
  background: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  min-height: 209px;
}
@media (max-width: 576px) {
  .price-list .price-item .item {
    min-height: auto;
    padding: 15px 20px;
  }
}
.price-list .price-item .item .img svg {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.price-list .price-item .item .img svg path {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  stroke: #EAEAEA;
}
.price-list .price-item .item:hover {
  background: #349630;
}
.price-list .price-item .item:hover .title,
.price-list .price-item .item:hover .time,
.price-list .price-item .item:hover .price {
  color: #fff;
}
.price-list .price-item .item:hover .img svg {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.price-list .price-item .item:hover .img svg path {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  stroke: #46AC42;
  stroke: #fff;
}
.price-list .price-item .title {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 0 0 3px 0;
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .price-list .price-item .title {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}
.price-list .price-item .img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.price-list .price-item .time {
  position: relative;
  z-index: 2;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (max-width: 576px) {
  .price-list .price-item .time {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
.price-list .price-item .price {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: #349630;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.9px;
  vertical-align: middle;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.step {
  background: #215C1F;
}

.step-item {
  width: calc(100% / 3 - (35px));
}
@media (max-width: 991px) {
  .step-item {
    width: calc(50% - 7.5px);
  }
  .step-item:last-child {
    width: 100%;
  }
}

.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 0;
}
@media (max-width: 991px) {
  .step-list {
    gap: 15px;
  }
}
.step-list .step-item .item {
  color: #202020;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .step-list .step-item .item {
    padding: 10px 15px;
  }
}
.step-list .step-item .item .number {
  color: #349630;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 1200px) {
  .step-list .step-item .item .number {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .step-list .step-item .item .number {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
.step-list .step-item .item .title {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 3px;
}
@media (max-width: 1200px) {
  .step-list .step-item .item .title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .step-list .step-item .item .title {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}
.step-list .step-item .item .text {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .step-list .step-item .item .text {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
.step-list .step-next {
  background: url(../i/step-next.svg) 50% 50% no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .step-list .step-next {
    display: none;
  }
}

.prem-list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .prem-list {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .prem-list {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.prem-item {
  height: 100%;
}
.prem-item .item {
  height: 100%;
  color: #202020;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 30px 0px #0000001A;
          box-shadow: 0px 0px 30px 0px #0000001A;
}
@media (max-width: 576px) {
  .prem-item .item {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.prem-item .item .icon {
  margin-bottom: 15px;
  max-width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media (max-width: 576px) {
  .prem-item .item .icon {
    max-width: 30px;
    margin-right: 10px;
  }
}
.prem-item .item .icon img {
  display: block;
}
.prem-item .item .title {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 3px;
}
@media (max-width: 1200px) {
  .prem-item .item .title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .prem-item .item .title {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 3px;
  }
}
.prem-item .item .text {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .prem-item .item .text {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq-item {
  padding: 25px 35px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px #0000001A;
          box-shadow: 0px 0px 30px 0px #0000001A;
  width: 100%;
  border: 1px #fff solid;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .faq-item {
    padding: 15px 20px;
  }
}
.faq-item.active {
  border: 1px solid #349630;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-item .title {
  position: relative;
}
.faq-item .title a {
  font-family: "Montserrat";
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.9px;
  display: block;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 576px) {
  .faq-item .title a {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -0.9px;
  }
}
.faq-item .title a:after {
  content: "";
  background: url(../i/plus.svg) 50% 50% no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.faq-item .text {
  color: #717171;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  padding-top: 15px;
  display: none;
}
@media (max-width: 576px) {
  .faq-item .text {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
}
.faq-item.active .title a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../i/minus.svg) 50% 50% no-repeat;
}

.service-list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .service-list {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .service-list {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .project-slider .slick-list {
    overflow: visible;
  }
  .project-slider .slick-slide {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .project-slider .slick-active {
    opacity: 1;
  }
}
@media (min-width: 1400px) {
  .project-slider .slick-prev {
    left: -60px;
  }
  .project-slider .slick-next {
    right: -60px;
  }
}
.project-slider .slick-dots {
  position: absolute;
  bottom: 24px;
  width: calc(100% - 95px);
}
@media (max-width: 1400px) {
  .project-slider {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .project-slider {
    padding: 0;
  }
  .project-slider > .slick-prev {
    display: none !important;
  }
  .project-slider .slick-list + .slick-next {
    display: none !important;
  }
}

.show-more-container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-item {
  height: 100%;
}
.service-item .item {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px #0000001A;
          box-shadow: 0px 0px 30px 0px #0000001A;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 576px) {
  .service-item .item {
    padding: 10px 15px;
  }
}
.service-item .item:hover {
  background: #349630;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.service-item .item:hover .title,
.service-item .item:hover .link {
  color: #fff;
}
.service-item .item:hover svg {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.service-item .item:hover svg path {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  fill: #fff;
}
.service-item .item .icon {
  margin-bottom: 30px;
  max-width: 61px;
}
.service-item .item .icon svg {
  display: block;
}
.service-item .item .title {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (max-width: 991px) {
  .service-item .item .title {
    font-size: 14px;
  }
}
.service-item .item .link {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #349630;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (max-width: 991px) {
  .service-item .item .link {
    font-size: 12px;
  }
}

.section-project {
  overflow: hidden;
}

.project-img-slider .img {
  aspect-ratio: 2/1;
  width: calc(100% - 95px);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .project-img-slider .img {
    width: 100%;
  }
}
.project-img-slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.project-item .item {
  position: relative;
}
.project-item .item .img-fix {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.project-item .project-info {
  -webkit-box-shadow: 0px 0px 30px 0px #0000001A;
          box-shadow: 0px 0px 30px 0px #0000001A;
  background: #fff;
  border-radius: 20px;
  padding: 40px 70px 40px 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  width: 100%;
  max-width: 537px;
  z-index: 3;
  position: relative;
}
@media (max-width: 991px) {
  .project-item .project-info {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 15px;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
.project-item .project-info .style {
  font-weight: 600;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22.4px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #349630;
}
.project-item .project-info .name {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.9px;
  vertical-align: middle;
  color: #202020;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 576px) {
  .project-item .project-info .name {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}
.project-item .project-info .text {
  margin-top: 20px;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #202020;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .project-item .project-info .text {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-top: 5px;
  }
}
.project-item .project-info .options {
  padding: 0;
  margin: 0;
  list-style: none;
}
.project-item .project-info .options li {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 15px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-item .project-info .options li:last-child {
  margin-bottom: 0;
}
.project-item .project-info .options li .icon {
  margin-right: 15px;
  width: 30px;
}
.project-item .project-info .options li .icon img {
  display: block;
}

.team-slider .slick-slide,
.mail-slider .slick-slide,
.osn-slider .slick-slide {
  margin: 0 20px;
}

.team-slider .slick-list,
.mail-slider .slick-list,
.osn-slider .slick-list {
  margin: 0 -20px;
}

@media (min-width: 1400px) {
  .team-slider .slick-prev,
.mail-slider .slick-prev,
.osn-slider .slick-prev {
    left: -60px;
  }
  .team-slider .slick-next,
.mail-slider .slick-next,
.osn-slider .slick-next {
    right: -60px;
  }
}
@media (max-width: 1400px) {
  .team-slider,
.mail-slider,
.osn-slider {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .team-slider,
.mail-slider,
.osn-slider {
    padding: 0;
  }
}

.mail-slider {
  overflow: hidden;
}
.mail-slider .slick-list {
  overflow: visible;
}
.mail-slider .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.mail-slider .slick-active {
  opacity: 1;
}

.team-arrows,
.mail-arrows,
.osn-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 25px;
}
.team-arrows .slick-prev,
.team-arrows .slick-next,
.mail-arrows .slick-prev,
.mail-arrows .slick-next,
.osn-arrows .slick-prev,
.osn-arrows .slick-next {
  position: relative;
  top: 0;
  -webkit-transform: none;
          transform: none;
  width: 24px;
  height: 24px;
}
.team-arrows .slick-prev:before,
.team-arrows .slick-next:before,
.mail-arrows .slick-prev:before,
.mail-arrows .slick-next:before,
.osn-arrows .slick-prev:before,
.osn-arrows .slick-next:before {
  background-size: 24px 24px;
}

.team-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.team-item.shadow {
  overflow: visible;
  padding-bottom: 30px;
  padding-top: 30px;
  border-radius: 20px;
}
.team-item.shadow img {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px #0000001A;
          box-shadow: 0px 0px 30px 0px #0000001A;
  border-radius: 20px;
}
.team-item.shadow .img {
  overflow: visible !important;
}
.team-item .item {
  display: block;
  position: relative;
}
.team-item .item .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.team-item .item .info {
  position: absolute;
  left: 0px;
  padding-left: 30px;
  bottom: 30px;
  width: 100%;
  padding-right: 30px;
}
.team-item .item .name {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.team-item .item .position {
  text-overflow: ellipsis;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  width: 100%;
  overflow: hidden;
}
.team-item .item .position.black {
  color: #000;
}
.team-item .item .position.hr {
  border-top: #989898 1px solid;
  padding-top: 20px;
}
.team-item .team-bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37.21%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.21%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.number-list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .number-list {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.number-list .number-item {
  height: 100%;
}
.number-list .number-item .item {
  padding: 25px 35px;
  -webkit-box-shadow: 0px 0px 30px 0px #0000001A;
          box-shadow: 0px 0px 30px 0px #0000001A;
  border-radius: 20px;
  height: 100%;
}
.number-list .number-item .item .number-animate {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #349630;
}
.number-list .number-item .item .text {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #202020;
}

.mapster_tooltip {
  background: #ffffff !important;
  /* белый фон */
  color: #000 !important;
  padding: 10px !important;
  /* отступы */
  margin: 0 !important;
  border: none !important;
  /* убираем чёрную рамку */
  border-radius: 15px !important;
  /* радиус */
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
  /* убираем 0.9 */
  width: auto !important;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.4;
}

.grid-content {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 7fr 40px 5fr;
  grid-template-columns: 7fr 5fr;
}
@media (min-width: 1200px) {
  .grid-content {
    padding: 0 10%;
  }
}

.grid-content .left-sticky {
  position: sticky;
  top: 100px;
}

.grid-content .content {
  margin-bottom: 30px;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .grid-content .content {
    margin-bottom: 15px;
  }
}

.grid-content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px 0;
}

@media (max-width: 576px) {
  .grid-content {
    display: block;
  }

  .grid-content .right {
    display: none;
  }
}
.grid-content .right .photo {
  width: 100%;
  border-radius: 20px;
  /* или нужная ширина */
  aspect-ratio: 517/314;
  /* фиксированное соотношение сторон */
  overflow: hidden;
}

.grid-content .right .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* изображение обрезается, сохраняя заполнение контейнера */
  display: block;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  background: #F5F5F5;
  width: 100%;
  display: block;
  border-radius: 10px;
  height: 73px;
  padding: 25px;
  font-family: "Montserrat";
  font-weight: 400;
  border: 1px solid #F5F5F5;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
}

.form-control::-webkit-input-placeholder {
  color: #717171;
}

.form-control::-moz-placeholder {
  color: #717171;
}

.form-control:-ms-input-placeholder {
  color: #717171;
}

.form-control::-ms-input-placeholder {
  color: #717171;
}

.form-control::placeholder {
  color: #717171;
}

.form-control:focus {
  border: 1px #349630 solid;
}

.carousel__button.is-close {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.9923 7.52546C22.4115 7.1063 22.4115 6.42671 21.9923 6.00755C21.5732 5.58839 20.8935 5.58839 20.4745 6.00755L14 12.4819L7.52567 6.00755C7.10649 5.58839 6.42689 5.58839 6.00773 6.00755C5.58857 6.42671 5.58857 7.1063 6.00773 7.52546L12.4821 13.9998L6.00773 20.4742C5.58857 20.8935 5.58857 21.5729 6.00773 21.9922C6.42689 22.4113 7.10649 22.4113 7.52567 21.9922L14 15.5178L20.4745 21.9922C20.8935 22.4113 21.5732 22.4113 21.9923 21.9922C22.4115 21.5729 22.4115 20.8935 21.9923 20.4742L15.5179 13.9998L21.9923 7.52546Z' fill='%23349630'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  position: absolute;
  top: 20px !important;
  right: 20px !important;
}

.service-item.extra-service-item {
  display: none;
}

@media (max-width: 576px) {
  .carousel__button.is-close {
    top: 15px !important;
    right: 15px !important;
  }
}
.carousel__button.is-close svg {
  display: none;
}

.pop-good {
  padding-top: 10px;
  margin-bottom: -5px;
}

@media (max-width: 576px) {
  .pop-good {
    padding-top: 0;
  }
}
.pop-good .img {
  margin-bottom: 6px;
}

.pop-good .img img {
  display: block;
  margin: 0 auto 0;
}

.pop-good .title {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.9px;
  text-align: center;
  margin-bottom: 6px;
}

.pop-good .text {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #717171;
}

.pop-form.fancybox__content {
  width: 100%;
  max-width: 496px;
  position: relative;
  padding: 20px 30px 35px 30px;
}

@media (max-width: 576px) {
  .pop-form.fancybox__content {
    padding: 15px 20px 20px 20px;
  }
}
.pop-form.fancybox__content .screen-reader-response {
  display: none;
}

.pop-form.fancybox__content .top {
  margin-bottom: 20px;
}

.pop-form.fancybox__content .top .title {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.9px;
  margin-bottom: 10px;
}

.pop-form.fancybox__content .top .text {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}

.invalid .wpcf7-validates-as-required {
  border: 1px solid red !important;
  background-color: #fff0f0;
}

.wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  cursor: pointer;
  color: #717171;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
}

.appcept {
  outline: none;
  /* убираем стандартную обводку браузера */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 18px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 8px;
  display: block;
  background-color: #349630;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.appcept:focus {
  outline: none !important;
  border: 0;
}

.appcept:checked {
  background-color: #349630;
  /* зеленый фон */
  border-color: #349630;
}

/* Галочка */
.appcept::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0%;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

/* Анимация галочки при выборе */
.appcept:checked::after {
  background: url(../i/checkbox.svg) !important;
}

.header-level-2 {
  position: relative;
  background: #fff !important;
}

.header-level-2 .container {
  z-index: 2;
}

body.search .header,
body.search section {
  margin-bottom: 100px;
}

body.search .form-control-search {
  color: #000 !important;
}

.search-box {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 333;
  height: 100%;
  left: 0;
  top: 0;
}

.search-box .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 991px) {
  .search-box {
    height: auto;
    display: none;
  }
}
.search-box.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-form {
  position: relative;
  z-index: 33;
}

.form-control-search {
  display: block;
  width: 100%;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  background: none;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #5B5B5B;
  background: none !important;
}

.form-control-search:placeholder {
  color: #939393;
}

.form-control-search-xs {
  display: block;
  width: 100%;
  background: #3C3C3C;
  padding: 15px 25px;
  border: 0;
  height: 50px;
  border-radius: 90px;
  color: #fff;
}

.form-control-search-xs:placeholder {
  color: #A6A6A6;
}

.search-box-mob {
  display: none;
  margin-top: 30px;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .search-box-mob {
    display: block;
  }
}
.form-control-search {
  display: block;
  width: 100%;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  background: none;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #5B5B5B;
}

.form-control-search:placeholder {
  color: #939393;
}

.form-control-search-xs {
  display: block;
  width: 100%;
  background: #3C3C3C;
  padding: 15px 25px;
  border: 0;
  border-radius: 90px;
}

.form-control-search-xs:placeholder {
  color: #A6A6A6;
}

.form-control-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* убираем стандартный стиль */
  appearance: none;
  display: none;
  /* полностью скрываем */
}

.btn-search {
  border: 0;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.btn-search-xs {
  border: 0;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
}

.container-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  position: relative;
}

.grid-client {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}
.grid-client.grid-client-6 {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 991px) {
  .grid-client {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.b-items-clients__img-container {
  width: 100%;
}

.b-items-clients__item {
  position: relative;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.b-items-clients__img-container img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 170px;
  padding: 20px;
}
@media (max-width: 768px) {
  .b-items-clients__img-container img {
    height: 100px;
  }
}

.geo-map {
  max-width: 100%;
  height: auto;
  display: block;
}

.geo-map .map-area {
  position: relative;
  z-index: 3;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  cursor: pointer;
}

.geo-map path:not(.map-area) {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  cursor: pointer;
}

.geo-map path:not(.map-area):hover {
  fill: #969696;
  fill-opacity: 1;
}

.map-area-msk-trigger {
  fill: #349630;
  fill-opacity: 1;
}

.geo-map path.map-under-hover {
  fill: #969696;
  fill-opacity: 1;
}

.geo-map .map-area:hover {
  fill-opacity: 1;
}

.map-svg svg {
  max-width: 100%;
  height: auto;
}

/* Tooltip */
#svg-tooltip {
  position: absolute;
  pointer-events: none;
  background: #fff;
  color: #000;
  padding: 5px 5px 12px 5px;
  border-radius: 15px;
  font-size: 14px;
  display: none;
  z-index: 2000;
  max-width: 170px;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
#svg-tooltip strong {
  display: block;
  font-weight: 400;
}

#svg-tooltip img {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 5px;
}

.map-area {
  cursor: pointer;
  pointer-events: all;
}

.year-block {
  display: -ms-grid;
  display: grid;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .year-block {
    display: -ms-grid;
    display: grid;
    gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 -15px;
  }
}
.year-block .left {
  background: #349630;
  padding: 50px;
}
.year-block .left .title {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 25px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.year-block .left .subs-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}
.year-block .left .text {
  color: #fff;
}

.year-block .right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 1px 1fr;
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
  gap: 1px;
  background-color: #E1E1E1;
  height: 100%;
}

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

.year-block .right > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.year-block .right > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.year-block .right > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.year-block .right .item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background-color: #fff;
}
.year-block .right .item-number .number {
  color: #000;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.year-block .right .item-number .text {
  font-size: 14px;
}

.two-block {
  display: -ms-grid;
  display: grid;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.two-block .content {
  position: relative;
  z-index: 3;
}
.two-block .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.two-block .img img,
.two-block .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.two-block .img .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
@media (max-width: 768px) {
  .two-block {
    display: -ms-grid;
    display: grid;
    gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 -15px;
  }
}
.two-block .left {
  background: #349630;
  padding: 100px 50px;
  position: relative;
  color: #fff;
  height: 100%;
}
.two-block .left .title {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 25px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.two-block .left .subs-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}
.two-block .left .text {
  color: #fff;
}
.two-block .right {
  background: #fff;
  padding: 100px 50px;
  position: relative;
  color: #262b45;
  height: 100%;
}
.two-block .right .bg-color {
  background: #e7e7e7;
  opacity: 0.8;
}
.two-block .right .options-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}
.two-block .right .options-list li {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two-block .right .options-list li:last-child {
  margin-bottom: 0;
}
.two-block .right .options-list li .icon {
  margin-right: 15px;
  width: 30px;
}
.two-block .right .options-list li .icon img {
  display: block;
}
.two-block .right .title {
  color: #000;
  font-family: "Montserrat";
  font-weight: rgba(255, 255, 255, 0.45);
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 25px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.two-block .right .subs-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}
.geo-map-msk svg {
  max-width: 100%;
  height: auto;
}

.header-level-2 {
  background: #000;
}

.ov {
  overflow: hidden;
}
.ov .header-level-1 {
  background: #000;
}

.menu_mob {
  margin: 0;
  position: relative;
  z-index: 99;
  height: 16px;
  width: 22px;
  display: none;
  cursor: pointer;
}

.menu_mob span {
  background: #fff;
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_mob.active_drop_men span {
  background: #349630;
}

.menu_mob span:nth-child(2) {
  top: 7px;
  width: 80%;
}

.menu_mob span:nth-child(3) {
  top: 14px;
  width: 60%;
}

.active_drop_men span:nth-child(1) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  top: 8px;
  width: 100%;
}

.active_drop_men span:nth-child(2) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 8px;
  width: 100%;
}

.active_drop_men span:nth-child(3) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  top: 8px;
  width: 100%;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.header-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-menu > ul > li {
  position: relative;
}
.header-menu > ul > li.current-menu-item a {
  color: #349630;
}
.header-menu > ul > li > a {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  padding: 20px 0 22px 0;
  display: block;
  text-decoration: none;
  position: relative;
}
.header-menu > ul > li > a:hover {
  color: #349630;
}
.header-menu > ul > li .sub-menu {
  position: absolute;
  top: 100%;
  margin-top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #000;
  min-width: 300px;
  z-index: 3;
  z-index: 4;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}
.header-menu > ul > li .sub-menu > li > a {
  color: #fff;
  border-left: 4px transparent solid;
  padding: 10px 20px;
  display: block;
  font-size: 14px;
}
.header-menu > ul > li .sub-menu > li > a:hover {
  border-left: 4px #349630 solid;
  color: #349630;
}
.header-menu > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header-menu > ul > li:hover .caret {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%23349630' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.header-menu > ul > li:hover a {
  color: #349630;
}

.caret {
  background: url("data:image/svg+xml,%0A%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E%0A") right center no-repeat;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-left: auto;
}

.search-li {
  width: 63px;
  background: url(../i/search.svg) right 50% no-repeat;
  cursor: pointer;
  display: block;
}

@media (max-width: 991px) {
  .header-menu {
    width: 100%;
    height: calc(100vh - 71px);
    position: fixed;
    left: 0;
    top: 71px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    background: #000;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch !important;
    min-height: 0.01%;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    z-index: 4;
  }
  .header-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  .header-menu > ul > li {
    padding: 0 0 15px 0;
  }
  .header-menu > ul > li:last-child {
    margin-bottom: 0;
  }
  .header-menu > ul > li > a {
    text-align: left;
    display: block;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    padding: 0;
  }
  .header-menu .sub-menu {
    display: none;
  }
  .header-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: initial;
  }

  .menu_mob {
    display: block;
  }
}
/* Slider */
.slick-slider {
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background: none;
  border-radius: 50%;
  z-index: 3;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-image: url(../i/slick-left.svg);
}
.slick-prev:hover:before,
.slick-next:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-next:hover:before {
  -webkit-transform: rotate(180deg) scale(1.1);
          transform: rotate(180deg) scale(1.1);
}

/* Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li {
  margin: 0 6px;
}
.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  font-size: 0;
  opacity: 0.4;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.footer-panda-wrap {
  background: #020202;
  padding: 10px 0;
  border-top: #1e1e1e solid 1px;
}

.footer-panda a:hover {
  text-decoration: underline;
}

.footer-panda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}

.footer-panda a {
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
}

.panda-dev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panda-dev a svg {
  margin-left: 12px;
}

@media (max-width: 767px) {
  .footer-panda {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 15px 0;
  }

  .panda-dev {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc(100% - 20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-panda a,
.footer-panda {
    font-size: 12px;
  }
}
.footer {
  background: #fff;
  color: #000;
}
.footer .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 120px;
  width: 100%;
}
.footer .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 0 86px;
  margin-left: 100px;
  margin-right: 100px;
}
@media (max-width: 1200px) {
  .footer .center {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 991px) {
  .footer .center {
    gap: 30px;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .center .footer-menu {
    width: calc(50% - 30px);
  }
  .footer .center .footer-menu.footer-contact {
    width: 100%;
  }
}

.footer-level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 50px 0;
}
@media (max-width: 1200px) {
  .footer-level-1 {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .footer-level-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .footer-level-1 .logo {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer-menu .title {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #1e1e1e;
  white-space: nowrap;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu ul li {
  margin-bottom: 5px;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #1e1e1e;
}
.footer-menu ul li a {
  color: #1e1e1e;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-menu.footer-contact ul li {
  margin-bottom: 10px;
}
.footer-menu.footer-contact ul li:last-child {
  margin-bottom: 0;
}

.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .footer-soc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 15px;
  }
}
.footer-soc a {
  height: 57px;
  width: 57px;
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  color: #fff;
}
.footer-soc a.wh {
  background: #349630;
}
.footer-soc a.wh:hover {
  background-color: #000;
}
.footer-soc a.tg {
  background: #0088cc;
}
.footer-soc a.tg:hover {
  background-color: #000;
}

.blog-img {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #222;
  /* заглушка для картинки */
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.blog-img a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.blog-item-title a {
  color: #eee;
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  background-color: #111;
  /* темный фон */
  color: #eee;
  /* светлый текст */
  padding: 20px;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

@media (max-width: 600px) {
  .blog-item-title a {
    font-size: 20px;
  }
}
.blog-item-title a:hover {
  color: #349630;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
/* Контейнер навигации */
.nav {
  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;
  gap: 8px;
  /* Расстояние между элементами */
  padding: 10px 0;
  font-family: Arial, sans-serif;
}

/* Общие стили для всех ссылок и текущей страницы */
.nav .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Состояние ссылки при наведении */
.nav .page-numbers:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.nav .prev,
.nav .next {
  display: none;
}

/* Текущая страница */
.nav .current {
  background-color: #349630;
  color: #fff;
  border-color: #349630;
  font-weight: bold;
  cursor: default;
  /* Не кликабельна */
}

/* Кнопка "Далее" */
.nav .next {
  font-weight: bold;
}

/* Можно сделать стрелку более заметной */
/* Опционально: адаптив для маленьких экранов */
@media (max-width: 480px) {
  .nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
  }

  .nav .page-numbers {
    padding: 6px 10px;
  }
}
.team-mail-grid {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
}

.cf7-dropzone {
  position: relative;
  border: 1px dashed #349630;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
  background: #F5F5F5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cf7-dropzone:hover {
  border-color: #F5F5F5;
  background: #f5f4ff;
}

.cf7-dropzone.dragover {
  border-color: #F5F5F5;
  background: #efeeff;
}

.cf7-dropzone__content {
  pointer-events: none;
}

.cf7-dropzone .icon {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}

.cf7-dropzone p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.cf7-dropzone small {
  color: #777;
}

/* скрываем стандартный input */
.cf7-dropzone input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.b-items-license-sro__text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 41, 49, 0.7)), to(rgba(26, 41, 49, 0.7)));
  background: linear-gradient(0deg, rgba(26, 41, 49, 0.7), rgba(26, 41, 49, 0.7));
}

.team-item:hover .b-items-license-sro__text {
  opacity: 1;
  visibility: visible;
}

.b-items-license-sro__text-title {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
}

.b-items-license-sro__text-desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 10px;
}

.contact-row {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .contact-row {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.contact-col {
  height: 100%;
}
.contact-col .map {
  height: 100%;
  min-height: 300px;
}
.contact-col .map iframe {
  height: 100%;
}

.contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  font-size: 14px;
  line-height: 1.4;
}
.contact-block:last-child {
  margin-bottom: 0;
}

.contact-block .title {
  /* фиксируем левую колонку */
  font-weight: 600;
  color: #222;
  font-size: 18px;
}

.contact-block .item {
  color: #717171;
}

.contact-block .item a {
  color: #717171;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.contact-block .item a:hover {
  color: #717171;
  text-decoration: underline;
}

.page-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.page-soc a {
  height: 40px;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  color: #fff;
  padding: 10px;
  /*
         &.wh {
             background: #349630 url(../i/wh-white.svg) center center no-repeat;
             &:hover {
                 background-color: #000;
             }
         }
         &.tg {
             background: #0088cc url(../i/tg-white.svg) 40% 50% no-repeat;
             &:hover {
                 background-color: #0088cc;
             }
         }
             */
}
.page-soc a.wh {
  background: #349630;
}
.page-soc a.wh:hover {
  background-color: #000;
}
.page-soc a.tg {
  background: #0088cc;
}
.page-soc a.tg:hover {
  background-color: #000;
}
.page-soc a.email {
  background: #000;
}
.page-soc a.email:hover {
  background-color: #349630;
}

.project-app h3 {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.9px;
  margin: 0 0 10px 0;
}
@media (max-width: 1200px) {
  .project-app h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .project-app h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .project-app h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .project-app h3 {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
.project-app .text {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #717171;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .project-app .text {
    font-size: 12px;
  }
}
.project-app .options {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 10px;
}
@media (max-width: 576px) {
  .project-app .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
}
.project-app .options li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media (max-width: 576px) {
  .project-app .options li {
    min-height: 30px;
  }
}
.project-app .options li .icon {
  margin-right: 15px;
  width: 30px;
}

.fancybox__content.fancy-project {
  padding: 20px 20px 30px 20px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .fancybox__content.fancy-project {
    padding: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .fancybox__content.fancy-project {
    border-radius: 15px;
  }
}
.fancybox__content.fancy-project .carousel__button.is-close {
  top: -28px !important;
  right: -28px !important;
}

.fancy-project {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .fancy-project .content {
    padding: 0 20px 10px 20px;
  }
}

.group-project-item h5 {
  color: #349630;
  border-bottom: 2px solid currentColor;
  display: inline-block;
  line-height: 0.85;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.group-project-item h5:hover {
  color: #000;
  border-color: #000;
}

.group-tooltip {
  font-size: 14px;
}
.group-tooltip strong {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.group-tooltip ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.group-tooltip ul li {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #717171;
}

.group-title {
  margin-bottom: 30px;
}

.project-separator {
  border-top: 1px solid #e5e5e5;
  margin: 10px 0;
}

.project-slider2 {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .project-slider2 {
    border-radius: 15px 15px 0 0;
  }
}
.project-slider2 .slick-prev {
  left: 20px;
}
.project-slider2 .slick-next {
  right: 20px;
}
.project-slider2 .slick-prev,
.project-slider2 .slick-next {
  color: transparent;
}
.project-slider2 .slick-prev:before,
.project-slider2 .slick-next:before {
  background-image: url(../i/slick-left-white.svg);
}

.project-slider2 .slide {
  overflow: hidden;
}
.project-slider2 .slide img {
  display: block;
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 60vh;
}

.footer-menu {
  max-width: 300px;
}

#cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 14px 16px;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9999;
  max-width: 1200px;
  margin: 0 auto;
}

#cookie-banner .cb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#cookie-banner .cb-text {
  font-size: 14px;
  color: #222;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#cookie-banner .btn-default {
  padding: 8px 12px;
  font-size: 14px;
}

/* Общий контейнер */
.section-content-page {
  line-height: 1.7;
  color: #222;
}

/* Главный заголовок */
.section-content-pageh1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
}

/* Подзаголовки */
.section-content-page h2 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
}

/* Абзацы */
.section-content-page p {
  font-size: 16px;
  margin-bottom: 16px;
}

/* Выделенный "предлагаемый текст" */
.section-content-page .privacy-policy-tutorial {
  color: #666;
  font-weight: 600;
}

/* Ссылки */
.section-content-page a {
  color: #1a73e8;
  text-decoration: underline;
}

.section-content-page a:hover {
  text-decoration: none;
}

/* Списки (если появятся) */
.section-content-page ul,
.section-content-page ol {
  margin: 16px 0 16px 20px;
}

.section-content-page li {
  margin-bottom: 8px;
}

/* Разделители */
.section-content-page hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 40px 0;
}

/* Адаптив */
@media (max-width: 768px) {
  .section-content-page h1 {
    font-size: 28px;
  }

  .section-content-pageh2 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=global.css.map */