@charset "UTF-8";
@font-face {
  font-family: "Megila";
  src: url("../fonts/Megila.woff2") format("woff2"),
  url("../fonts/Megila.ttf") format("truetype");;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Modam";
  src: url("../fonts/Modam-Bold.woff2") format("woff2"),
  url("../fonts/Modam-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} 

@font-face {
  font-family: "ModamVF";
  src: url("../fonts/ModamVF-ExtraLightCondensed.woff2") format("woff2"),
  url("../fonts/ModamVF-ExtraLightCondensed.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ModamFaNum";
  src: url("../fonts/ModamFaNum-Bold.woff2") format("woff2"),
  url("../fonts/ModamFaNum-Bold.ttf") format("truetype");;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Modam";
  src: url("../fonts/Modam-Regular.woff2") format("woff2"),
  url("../fonts/Modam-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 @font-face {
  font-family: "ModamFaNum";
  src: url("../fonts/ModamFaNum-Regular.woff2") format("woff2"),
  url("../fonts/ModamFaNum-Regular.ttf") format("truetype");;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Modam";
  src: url("../fonts/Modam-ExtraBold.woff2") format("woff2"),
  url("../fonts/Modam-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes preloader {
  0% {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes preloader {
  0% {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: "Modam";
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  -webkit-font-smoothing: antialiased;
}
p {
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address,
dl,
ol,
p,
ul {
  margin-bottom: 1rem;
}
address {
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0275d8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
audio,
output,
video {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

.text h1,
.text h2,
.text h3,
.text p {
  margin-bottom: 56px;

  font-size: 48px;
  line-height: 1.33;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
.text h2,
.text h3,
.text p {
  margin-bottom: 60px;
  color: #000;
}
.text h3,
.text p {
  margin-bottom: 30px;
  line-height: 1;
}
.text p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.94;
  letter-spacing: normal;
}
.text p:last-child {
  margin-bottom: 0;
}
.custom-mfp.mfp-bg {
  background: 0 0;
  opacity: 0;
}
.custom-mfp.mfp-wrap {
  width: 100%;
  height: 100vh !important;
}
.custom-mfp .mfp-container {
  padding: 0;
}
.custom-mfp .mfp-content {
  height: 100%;
}

body,
html {
  margin-right: 0 !important;
}
body.blog,
html.blog {
  overflow: auto;
}
.fp-viewing-0,
body,
html {
  overflow: hidden;
}
body {
  background-color: #1c4220;
}
body.blog {
  background-color: #1c4220;
}
.block-wrapper {
  width: 100%;
}
.container {
  width: 100%;
  height: 100%;
  padding: 0 60px;
  margin: 0 auto;
}
.container--fullscreen {
  height: 100vh;
}
.container--postion-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.btn {
  font-family: "ModamVF";
  display: inline-block;
  display: inline-flex;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border-bottom: 1px solid #f0ede5;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0.4px;
  text-align: center;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color, background, border-color;
  transition: color, background, border-color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.btn:active,
.btn:focus {
  outline: 0;
}
.btn::-moz-focus-inner {
  border: 0;
}
.btn:hover {
  background: 0 0;
  border-color: #be9b64;
  color: #be9b64;
}
.btn--black {
  color: #fff;
  background: #000;
}
.btn--black:hover {
  color: #000;
  background: 0 0;
  border-color: #000;
}

.b-btn-nav {
  display: inline-block;
  padding: 0 14px;

  font-size: 17px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 6px;
}
.b-btn-nav--active {
  line-height: 28px;
  border: 2px solid #404040;
}
.b-btn-nav--carousel {
  width: 52px !important;
}

.b-logo,
.visible {
  display: block;
}

a {
  outline: 0;
}
.animate-show-active-slide {
  overflow: visible !important;
}
.animate-show-next-slide {
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
  -webkit-transition: 0.45s ease all !important;
  transition: 0.45s ease all !important;
}

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wrench {
  0%,
  to {
    -webkit-transform: rotate(-8deg) scale(1.2);
    transform: rotate(-8deg) scale(1.2);
  }
  50% {
    -webkit-transform: rotate(36deg) scale(1.2);
    transform: rotate(36deg) scale(1.2);
  }
}
@keyframes wrench {
  0%,
  to {
    -webkit-transform: rotate(-8deg) scale(1.2);
    transform: rotate(-8deg) scale(1.2);
  }
  50% {
    -webkit-transform: rotate(36deg) scale(1.2);
    transform: rotate(36deg) scale(1.2);
  }
}
@-webkit-keyframes showscroll {
  0%,
  50% {
    height: calc(100vh - 0px);
  }
  85% {
    height: calc(100vh - 120px);
  }
  to {
    height: calc(100vh - 80px);
  }
}
@keyframes showscroll {
  0%,
  50% {
    height: calc(100vh - 0px);
  }
  85% {
    height: calc(100vh - 120px);
  }
  to {
    height: calc(100vh - 80px);
  }
}
@-webkit-keyframes scrollarrow {
  0%,
  50%,
  to {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-10px) translateX(-50%);
    transform: translateY(-10px) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
  }
}
@keyframes scrollarrow {
  0%,
  50%,
  to {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-10px) translateX(-50%);
    transform: translateY(-10px) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
  }
}
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  position: relative;
}
.fp-scrollable,
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav,
.fp-slidesNav {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav {
  margin-top: -32px;
  top: 50%;
  position: fixed;
  z-index: 100;
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 1px;
  height: 40px;
  background: #f0ede5;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
}
button.mfp-arrow,
button.mfp-close,
button.swiper-pagination-bullet {
  border: 0;
  -webkit-appearance: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.swiper-pagination-bullet {
  margin: 0;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  width: 1px;
  height: 60px;
  background: #be9b64;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 7px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  position: fixed;
}
.mfp-container {
  text-align: center;
  position: absolute;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before,
.mfp-content {
  display: inline-block;
  vertical-align: middle;
}
.mfp-container:before {
  content: "";
  height: 100%;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-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-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader,
.slick-slide.slick-loading img {
  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;
}
.b-map__content p a,
.mfp-preloader a:hover {
  color: #fff;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  display: block;
  outline: 0;
  z-index: 1046;
  -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:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-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;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  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;
}
.mfp-figure:after,
img.mfp-img {
  display: block;
  width: auto;
  height: auto;
}
img.mfp-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  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,
img.mfp-img {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.b-company {
  position: relative;
  width: 100%;
  height: 100vh;
  display: block;
  font-size: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.b-company__content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 85px;
  margin: auto;
  max-width: 900px;
  height: 424px;
  z-index: 80;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0;
  direction: rtl;
  display: flex;
  justify-content: center;
  width: 100%;
}
.b-company__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
  text-align: right;
  color: #fff;
}
.b-company__title span i {
  font-style: normal;
}
.b-company__title span:last-child {
  display: block;
  opacity: 1;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.b-company__title span:last-child.visibl-hidden {
  opacity: 0;
}
.b-company__info {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.b-company__info--visibl-hidden {
  opacity: 0;
}
.b-company__number {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.b-company__text {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: right;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.b-company__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 64px;
  line-height: 0.75;
  letter-spacing: 1.3px;
  margin-bottom: 32px;
}
.b-company__text {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
}
.b-company__left {
  width: 100%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
  height: 100%;
}
.b-company__right {
  width: 53.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-company__statistics {
  width: 50%;
  padding-right: 40px;
}
.b-company-mobile {
  display: none;
  margin-bottom: 120px;
}
.b-company-mobile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-company-mobile__left {
  width: 50%;
}
.b-company-mobile__img {
  position: relative;
  width: calc(100% - 44px - 32px);
  height: 374px;
  float: right;
  margin-right: 32px;
}
.b-company-mobile__img:before {
  content: "";
  position: absolute;
  top: 44px;
  left: -44px;
  width: 100%;
  height: 100%;
  background-color: #77b82b;
  z-index: -1;
}
.b-company-mobile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.b-company__btn:hover {
  color: #be9b64;
}
.b-connect {
  color: #000;
}
.b-connect a,
.b-connect p {
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}
.b-connect p {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: normal;
}
.b-connect a {
  font-family: "StemWebMedium";
  font-size: 36px;
  font-weight: 500;
  line-height: 0.89;
  letter-spacing: 1px;
  color: inherit;
}
.b-details-product {
  background: #f2f2f2;
}
.b-details-product__wrapper {
  width: 100%;
  max-width: 840px;
  padding-top: 64px;
  padding-bottom: 140px;
  margin: 0 auto;
  border: 1px solid transparent;
}
.b-details-product__wrapper h3 {
  margin-bottom: 62px;
  font-weight: 500;
  line-height: 1.43;
  text-transform: uppercase;
}
.b-details-product__tabs {
  padding: 0;
  margin: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}
.b-details-product__tab {
  position: relative;
  display: block;
  font-family: "StemWebMedium";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #7a7a7a;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.b-details-product__tab:after {
  position: absolute;
  left: 0;
  bottom: -8px;
  display: block;
  width: 0;
  height: 2px;
  content: "";
  background: #000;
  border-radius: 2.5px;
  -webkit-transition: width 400ms ease-in-out;
  transition: width 400ms ease-in-out;
}
.b-details-product__tab:nth-child(n + 2) {
  margin-left: 34px;
}
.b-details-product__tab--active {
  color: #000;
}
.b-details-product__tab--active:after {
  width: 100%;
}
.b-details-product__body {
  height: 1px;
  min-height: 600px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 100;
}
.b-details-product__content,
.b-details-product__content--visible {
  -webkit-transition: opacity 300ms linear 450ms;
  transition: opacity 300ms linear 450ms;
}
.b-details-product__content {
  width: 100%;
  opacity: 0;
  z-index: 5;
}
.b-details-product__content--visible {
  opacity: 1;
  z-index: 10;
}
.b-details-product__characteristics {
  width: 100%;
  padding-top: 37px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.b-details-product__content--visible .b-details-product__characteristics {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out 900ms;
  transition: opacity 300ms ease-in-out 900ms;
}
.b-details-product__characteristics--large {
  padding-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-details-product__content--visible .b-details-product__image,
.b-details-product__image {
  -webkit-transition: opacity 300ms linear 450ms,
    -webkit-transform 300ms ease-in-out 450ms;
  transition: transform 300ms ease-in-out 450ms, opacity 300ms linear 450ms;
  transition: transform 300ms ease-in-out 450ms, opacity 300ms linear 450ms,
    -webkit-transform 300ms ease-in-out 450ms;
}
.b-details-product__image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -10;
  opacity: 0;
}
.b-details-product__content--visible .b-details-product__image {
  z-index: 100;
  opacity: 1;
}
.b-details-product__content--open-benefit .b-details-product__image--moving {
  -webkit-transform: translate(-82.35294%, -50%);
  transform: translate(-82.35294%, -50%);
  -webkit-transition: opacity 300ms linear 450ms,
    -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms linear 450ms;
  transition: transform 300ms ease-in-out, opacity 300ms linear 450ms,
    -webkit-transform 300ms ease-in-out;
}
.b-details-product__benefits {
  position: absolute;
  right: 0;
  top: 50%;
  width: 28.571429%;
  margin-left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.b-details-product__benefits > .b-benefit {
  display: none;
}
.b-details-product__benefits > .b-benefit--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-blog-form form,
.b-form {
  position: relative;
  color: #000;
}
.b-form__wrapper {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.b-popup--menu .b-form__wrapper {
  min-height: 526px;
  margin-top: 56px;
}
.success .b-form__wrapper {
  opacity: 0;
}
.b-form__item {
  position: relative;
  width: 100%;
  margin: 0 0 32px;
}
.b-form__item:last-child {
  margin-bottom: 0;
}
.b-form__item label {
  position: relative;
  display: block;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.b-form__item input,
.b-form__item-label {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}
.b-form__item-label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  line-height: 3.43;
}
.b-form__item input {
  height: 50px;
  padding: 0;
  line-height: 48px;
  border: 0;
  border-bottom: 2px solid #000;
  background: 0 0;
  outline: 0;
}
.b-form__item input::-ms-clear {
  display: none;
}
.b-form__item input.filled ~ .b-form__item-label,
.b-form__item input:focus ~ .b-form__item-label {
  -webkit-transform: scale(0.85) translate(-9%, -60%);
  transform: scale(0.85) translate(-9%, -60%);
}
.b-form__item textarea {
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  border: 0;
  border-bottom: 2px solid #000;
  background: 0 0;
  resize: none;
  outline: 0;
  -webkit-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}
.b-form__item textarea:focus,
.b-form__item textarea:valid {
  margin-top: 14px;
  height: 96px;
}
.b-form__item textarea:focus ~ .b-form__item-label,
.b-form__item textarea:valid ~ .b-form__item-label {
  -webkit-transform: scale(0.85) rotate(0.02deg) translate(-9%, -60%);
  transform: scale(0.85) rotate(0.02deg) translate(-9%, -60%);
}
.b-form__btn {
  margin-bottom: 24px;
}
.b-form__conditions {
  max-width: 240px;
  color: #000;
}
.b-form__conditions p {
  margin: 0;
  font-size: 10px;
  line-height: 1.8;
}
.b-form__conditions a {
  color: inherit;
  text-decoration: underline;
}
.b-form__conditions a:hover {
  text-decoration: none;
}
.b-form__message,
span.error {
  position: absolute;
  left: 0;
}
.b-form__message {
  right: 0;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 342px;
  height: 142px;
  margin: auto 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 300ms ease-in-out 300ms;
  transition: opacity 300ms ease-in-out 300ms;
  bottom: 0;
  color: #000;
}
.success .b-form__message {
  opacity: 1;
  z-index: 1;
}
.b-form__message h2,
.b-form__message p,
span.error {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}
.b-form__message h2 {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 1px;
}
.b-form__message p,
span.error {
  font-size: 18px;
  line-height: 1.94;
  letter-spacing: normal;
}
span.error {
  bottom: -14px;
  display: inline-block;
  width: 100%;
  font-size: 11px;
  line-height: normal;
  text-align: right;
  color: #ff1010;
}
textarea ~ span.error {
  bottom: -7px;
}
input.error,
textarea.error {
  border-color: #ff1010;
}
.b-fullscreen-slide,
.b-map #map {
  width: 100%;
  height: 100%;
}
.b-fullscreen-slide > .swiper-wrapper .swiper-slide {
  background-color: #1c4220;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
.b-fullscreen-slide > .swiper-wrapper .swiper-slide-next {
  pointer-events: none;
}
.b-fullscreen-slide > .swiper-wrapper .swiper-slide--active-case {
  z-index: 150;
  overflow: visible;
}
.b-fullscreen-slide
  > .swiper-wrapper
  .swiper-slide--active-case
  .b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg:nth-child(4) {
  overflow: hidden;
}
.js-company-slider.js-preloader-swiper > .swiper-wrapper .swiper-slide-active {
  overflow: visible;
}
.js-company-slider.js-preloader-swiper > .swiper-wrapper .swiper-slide-next {
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
}
.js-company-slider.js-preloader-swiper-next
  > .swiper-wrapper
  .swiper-slide-next {
  -webkit-transition: 0.35s ease all !important;
  transition: 0.35s ease all !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.b-fullscreen-slide__title-case,
.b-fullscreen-slide__title-case span {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.b-fullscreen-slide__title-case {
  width: 100%;
  height: 100%;
  background: rgba(28, 66, 32, 0.5);
  z-index: 1;
  top: 0;
  left: 0;
}
.b-fullscreen-slide__title-case span {
  max-width: 400px;
  bottom: 112px;
  left: 40px;
  display: block;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding-right: 40px;
}
.b-fullscreen-slide__item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.b-fullscreen-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.b-fullscreen-slide__bottom {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: auto;
}
.b-fullscreen-slide__arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #f0ede5;
  border-radius: 0 0 0 15px;

  position: absolute;
  bottom: 48px;
  right: 60px;
  z-index: 1000;
  cursor: pointer;
}
.b-fullscreen-slide__arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/vectore-right.svg) no-repeat;
  width: 12px;
  height: 20px;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.b-fullscreen-slide__arrow:active,
.b-fullscreen-slide__arrow:hover {
  border-color: #fff;
}
.b-fullscreen-slide__arrow:hover:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.b-fullscreen-slide__arrow:active:after {
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
}
.b-fullscreen-slide__nav {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
.b-fullscreen-slide--product .swiper-slide:after,
.b-fullscreen-slide--product.single-slide:after,
.b-fullscreen-slide__arrow,
.b-fullscreen-slide__nav {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0;
}
.b-fullscreen-slide--product .swiper-slide,
.b-fullscreen-slide--product.single-slide {
  position: relative;
}
.b-fullscreen-slide--product .swiper-slide:after,
.b-fullscreen-slide--product.single-slide:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0px 0px 0px 155px;

  background: rgba(28, 66, 32, 0.5);

  z-index: 50;
}
.b-fullscreen-slide--product.hidden-bg .swiper-slide:after,
.b-fullscreen-slide--product.hidden-bg.single-slide:after {
  opacity: 0 !important;
}
.b-fullscreen-slide--product-single .b-fullscreen-slide__item {
  width: 100%;
}
.swiper-slide.b-nav__item::after {
  display: none !important;
}
.b-fullscreen-slide__item--case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 170px);
}
.b-fullscreen-slide__item--case > .swiper-wrapper .swiper-slide-next {
  -webkit-transform: translateX(-110px);
  transform: translateX(-110px);
}
.b-fullscreen-slide__item--case > .swiper-wrapper .swiper-slide-active {
  z-index: 100;
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg {
  position: absolute;
  width: calc((100% / 4) - 21.25px * 2);
  height: 100vh;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  overflow: hidden;
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg:nth-child(2) {
  left: calc(25% - 21.25px * 2);
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg:nth-child(3) {
  left: calc(50% - 21.25px * 4);
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg:nth-child(4) {
  left: calc(75% - 21.25px * 6);
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg:nth-child(4) img {
  width: calc(100% + 40px);
}
.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg:active
  .b-fullscreen-slide__title-case {
  background-color: transparent;
}
.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg:active
  .b-fullscreen-slide__title-case
  span {
  -webkit-transition: none;
  transition: none;
  color: transparent;
}
.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg:hover
  .b-fullscreen-slide__title-case {
  opacity: 1;
}
.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg:hover
  .b-fullscreen-slide__title-case
  span {
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
  opacity: 1;
}
.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg.inactive
  .b-fullscreen-slide__title-case
  span {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg--active {
  width: calc(100% - 170px + 85px) !important;
  left: 0 !important;
  z-index: 100;
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg--active:after {
  background-color: transparent !important;
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg--active img {
  width: 100% !important;
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg--back-hidden,
.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg.inactive
  .b-fullscreen-slide__title-case {
  opacity: 0;
}
.b-header {
  position: fixed;
  top: 19px;
  left: 0;
  right: 0;
  width: 100%;
  height: 24px;
  padding: 0 60px;
  z-index: 200;
}
.b-header--blog {
  position: absolute;
}
.b-header--blog .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 0;
}
.b-header--blog .b-title__single {
  position: relative;
  opacity: 1;
  left: 0;

  font-size: 14px;
  letter-spacing: 2.2px;
  color: #fff;
}
.b-header__right,
.b-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-header__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-header__right {
  position: relative;
  z-index: 100;
}
.b-header--black .b-header__logo,
.b-header__logo {
  width: 213px;
  height: 75px;
  object-fit: contain;
}
.b-header__logo {
  display: block;
  position: relative;
  z-index: 60;
}

.b-header__phone:hover {
  -webkit-animation: wrench 1s ease infinite;
  animation: wrench 1s ease infinite;
}

.b-header__menu {
  position: relative;
  display: block;
  width: 48px;
  height: 24px;
}

.b-header__arrow {
  width: 48px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 4.5px;
  position: absolute;
  bottom: 48px;
  right: 60px;
  z-index: 1000;
}
.b-header__geo {
  margin-right: 72px;
}
.b-image {
  width: 100%;
}
.b-image__wrap {
  height: 0;
  position: relative;
  padding-top: 133.333333%;
}
.b-image__wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 85.714286%;
  height: 80%;
  content: " ";
  background-color: #77b82b;
}
.b-image__inner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 71.428571%;
  margin-top: auto;
  margin-left: auto;
  z-index: 10;
}
.b-image__inner img,
.b-product-image img {
  max-width: 100%;
}
.b-load-page,
.img-fixed {
  position: fixed;
  height: 100vh;
}
.img-fixed {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100000000;
}
.b-load-page {
  top: 0;
  left: 0;
  width: calc(100%);
  z-index: 201;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.b-load-page--active {
  visibility: visible;
}
.b-load-page--scale .b-typography__header-box {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
  opacity: 1;
}
.b-load-page--scale .b-load-page__bg:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.b-load-page--back-hidden {
  opacity: 0;
  visibility: hidden;
}
.b-load-page--single {
  visibility: visible;
}
.b-load-page--del-transition .b-load-page__bg:before {
  -webkit-transition: none;
  transition: none;
}
.b-load-page__title {
  position: fixed;
  width: 60px;
  height: 600px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 220;
  cursor: pointer;
  -webkit-transition: 0.4s ease opacity;
  transition: 0.4s ease opacity;
}
.b-load-page__close.hidden,
.b-load-page__title.hidden {
  opacity: 0;
}
.b-load-page__title p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
.b-load-page__title p:first-child {
  display: none;
}
.b-load-page__title p span {
  display: none;
}
.b-load-page__close {
  position: fixed;
  top: 0;
  right: 21px;
  bottom: 0;
  margin: auto;
  background: url(../images/sprite-4a93584a.svg) no-repeat;
  background-position: 70.18970189701896% 23.875432525951556%;
  width: 19px;
  height: 19px;
  z-index: 220;
  cursor: pointer;
  -webkit-transition: 0.4s ease opacity;
  transition: 0.4s ease opacity;
}
.b-load-page__wrap {
  position: relative;
  z-index: 200;
  height: auto;
  cursor: pointer;
}
.b-load-page__wrap .b-case-mobile,
.b-load-page__wrap .b-product-mobile {
  margin-top: 72px;
  margin-bottom: 72px;
}
.b-load-page__bg,
.b-load-page__loader {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.b-load-page__bg {
  top: 0;
  margin: 0 auto;
  height: 100vh;
  background-size: cover;
  will-change: opacity;
  background-position: center center;
  bottom: 0;
  z-index: 9;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.b-load-page__bg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 12;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.b-load-page__bg.js-load-bg--prev {
  z-index: 10;
  opacity: 1;
}
.b-load-page__bg.hidden {
  visibility: hidden;
}
.b-load-page__loader {
  bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  pointer-events: none;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.b-load-page__close-page.active,
.b-load-page__loader.active,
.b-title > span.active {
  opacity: 1;
}
.b-typography {
  -webkit-transition: 0.35s ease-in-out transform;
  transition: 0.35s ease-in-out transform;
}
.b-load-page::-webkit-scrollbar {
  width: 0;
}
.b-load-page::-webkit-scrollbar-track {
  background: 0 0;
}
.b-load-page::-webkit-scrollbar-thumb {
  background: 0 0;
}
.b-load-page__wrap--add-width {
  width: calc(100% + 17px);
}
.b-load-page__title--case p {
  text-transform: uppercase;
}
.b-load-page__title--case p:first-child {
  display: block;
}
.b-load-page__title--case span {
  display: block;
  height: 48px;
  width: 2px;
  margin: 32px 0;
  border-radius: 3px;
  background-color: #fff;
  -ms-flex-item-align: center;
  align-self: center;
}
.b-load-page__close-page,
.b-map {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.b-load-page__close-page {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: 0 auto;
  background: url(../images/sprite-4a93584a.svg) no-repeat;
  background-position: 0 63.333333333333336%;
  height: 68px;
  opacity: 0;
  z-index: 500;
  cursor: pointer;
  width: 68px;
}
.b-load-page__close-page:hover,
.b-map__close:hover:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.b-main-site p {
  margin-bottom: 0;

  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.b-main-site a {
  color: #000;
}
.b-map {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.b-map__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.b-map__wrap--active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.b-map__content {
  position: absolute;
  top: -70px;
  left: 60px;
  bottom: 0;
  margin: auto;
  width: calc(100% - 120px);
  height: 400px;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.b-map__content--active {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.b-map__content p {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: normal;
  margin: 0;
}
.b-map__content p,
.b-map__content span,
.b-map__title {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.b-map__content span {
  display: block;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: normal;
  margin-bottom: 16px;
}
.b-map__title {
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.b-map__address {
  padding-right: 120px;
  margin-bottom: 56px;
}
.b-map__contact {
  margin-bottom: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-map__half {
  width: 50%;
}
.b-map__half:last-child {
  padding-left: 60px;
}
.b-map__website {
  display: block;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #000;
  width: 140px;
  height: 32px;
  border-radius: 6px;
  background-color: #fff;
  text-transform: uppercase;
}
.b-map__close,
.b-map__close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.b-map__close {
  border-radius: 4.5px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  width: 52px;
  height: 32px;
}
.b-map__close:after {
  content: "";
  left: 0;
  background: url(../images/sprite-4a93584a.svg) no-repeat;
  background-position: 70.18970189701896% 23.875432525951556%;
  width: 19px;
  height: 19px;
}
.b-map__close:hover {
  border-color: #fff;
}
.b-menu__list {
  padding: 0;
  margin: 0;
}
.b-menu__item {
  display: block;
  margin-bottom: 32px;
  position: relative;
}
.b-menu__item:last-child {
  margin-bottom: 0;
  
}
.b-menu__item > a,
.b-nav-select select {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
}
.b-menu__item > a {
  position: relative;
  display: inline-block;
  color: #171717;
  text-align: center;
  font-family: Modam;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b-nav {
  position: relative;
  width: 240px;
  height: 32px;
  margin: 0 auto;
  overflow: hidden;
}
.b-nav:after,
.b-nav__wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.b-nav__wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.b-nav:after {
  content: "";
  right: 0;
  bottom: 0;
  margin: auto;
  height: 37px;
  border-radius: 5px;
  border: solid 1px #f0ede5;
  background: rgba(28, 66, 32, 0.5);
  width: 147px;
}
.b-nav__wrap {
  width: 1000px;
  font-size: 0;
}
.b-nav__item {
  display: inline-block;
  width: 90px;
  height: 37px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-family: Megila;
}
.b-nav-left {
  position: fixed;
  width: 48px;
  height: 100%;
  top: 0;
  left: 60px;
  z-index: 190;
}
.b-nav-left__arrow:after,
.b-nav-left__center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 192px;
}
.b-nav-left__center .b-nav {
  width: 147px;
  height: 192px;
}

.b-nav-left__center .b-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding-left: 5px;
  width: 147px;
  height: calc(32px + 32px);
}
.b-nav-left__arrow {
  position: absolute;
  bottom: 48px;
  width: 44px;
  height: 44px;
  border-radius: 0 0 15px 0;

  border: 1px solid #f0ede5;
  cursor: pointer;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.b-nav-left__arrow:after {
  content: "";
  display: block;
  background: url(../images/vector-down.svg) no-repeat;
  width: 20px;
  height: 10px;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.b-nav-left__arrow--last-slide:hover,
.b-nav-left__arrow:hover {
  border-color: #fff;
}
.b-nav-left__arrow:hover:after {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.b-nav-left__arrow--last-slide:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b-nav-left__arrow--last-slide:hover:after {
  -webkit-transform: rotate(180deg) translateY(2px);
  transform: rotate(180deg) translateY(2px);
}
.b-nav-pagination {
  width: 240px;
  height: 32px;
  margin: 0 auto;
  overflow: hidden;
}
.b-nav-pagination:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 37px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #f0ede5;
  background: rgba(28, 66, 32, 0.5);
}
.b-nav-select {
  display: none;
  padding: 0 24px;
  margin-bottom: 24px;
  position: relative;
}
.b-nav-select select {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background-color: #343434;
  border-radius: 6px;
  border: solid 2px #979797;
  outline: 0;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.b-nav-select--black .b-nav-select__arrow,
.b-nav-select__arrow {
  background: url(../images/sprite-4a93584a.svg) no-repeat;
  width: 20px;
  height: 12px;
}
.b-nav-select__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(24px + 16px);
  margin: auto;
  background-position: 75.81521739130434% 16.89189189189189%;
}
.b-nav-select--black select {
  color: #000;
}
.b-nav-select--black .b-nav-select__arrow {
  right: 16px;
  background-position: 70.3804347826087% 16.89189189189189%;
}
.b-nav-tab {
  display: none;
  position: relative;
  margin-left: 48px;
  margin-bottom: 32px;
}
.b-nav-tab__item {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 0 16px;
  cursor: pointer;
}
.b-nav-tab__active-el {
  position: absolute;
  top: -1px;
  left: 0;
  width: 89px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
  z-index: -1;
}
.b-partners {
  display: none;
  margin-bottom: 72px;
}
.b-partners__content {
  margin-left: 48px;
  width: calc(100% - 48px * 2);
}
.b-partners__content .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-partners__content .swiper-slide {
  height: auto;
}
.b-partners__item {
  width: 226px;
  min-width: 226px;
  padding: 24px;
  border: solid 2px #515151;
}
.b-partners__title {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  min-height: 64px;
}
.b-partners__title:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 48px);
  left: -24px;
  bottom: -25px;
  height: 2px;
  background-color: #77b82b;
}
.b-partners__address {
  padding-top: 25px;
}
.b-partners__address > p {
  min-height: 40px;
}
.b-partners__address p {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
}
.b-partners__address a {
  color: #fff;
}
.b-partners__address div {
  margin-top: 16px;
}
.b-partners__address div p:first-child {
  color: #b1b1b1;
}
.b-partners__btn {
  width: 100%;
  margin-top: 24px;
}
.b-popup {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-popup,
.b-popup__header,
.b-popup__header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-popup__header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 48px 60px;
  z-index: 10;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-popup__header-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.b-popup__img,
.b-section__image-box img,
.b-slide-year__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.b-popup__img--desktop {
  display: block;
}
.b-popup__img--mobile {
  display: none;
  -o-object-position: 0 0;
  object-position: 0 0;
}
.b-popup__half-section {
  position: relative;
  width: 50%;
  height: 100%;
  background: #f6f3e8;
  -webkit-transition: -webkit-transform 300ms linear 450ms;
  transition: transform 300ms linear 450ms;
  transition: transform 300ms linear 450ms, -webkit-transform 300ms linear 450ms;
}
.b-popup__half-section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: -10;
  -webkit-transition: background 300ms linear 450ms;
  transition: background 300ms linear 450ms;
}
.b-popup__half-section--left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.b-popup__half-section--right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.b-popup__half-section--bg-grey {
  background: #1c4220;
}
.b-popup__half-section--bg-grey:before {
  background: 0 0;
}
.open .b-popup__half-section {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.open .b-popup__half-section:before {
  background: 0 0;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
}
.b-popup__logo,
.b-popup__wrapper {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.b-popup__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 120px 0 48px;
}
.open .b-popup__logo,
.open .b-popup__wrapper {
  opacity: 1;
  -webkit-transition: opacity 300ms linear 450ms;
  transition: opacity 300ms linear 450ms;
}
.b-popup__logo {
  display: block;
}
.b-popup__close {
  display: block;

  width: 32px;
  height: 32px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 300ms linear, -webkit-transform 0.3s ease-in-out;
  transition: opacity 300ms linear, transform 0.3s ease-in-out;
  transition: opacity 300ms linear, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.b-popup__close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.open .b-popup__close {
  opacity: 1;
  -webkit-transition: opacity 300ms linear 450ms,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 300ms linear 450ms, transform 0.3s ease-in-out;
  transition: opacity 300ms linear 450ms, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.b-popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  direction: rtl;
}
.b-popup__form {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.b-popup__main-site {
  max-width: 240px;
}
.b-popup__menu {
  margin: auto;
  text-align: center;
  width: 100%;
}
.b-popup--menu {
  height: initial;
  overflow: auto;
}

.b-popup--menu .b-popup__half-section {
  height: initial;
}
.b-popup__social {
  position: absolute;
  bottom: 48px;
  right: 60px;
}
.b-popup__geo {
  margin-left: 166px;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.open .b-popup__geo {
  opacity: 1;
  -webkit-transition: opacity 300ms linear 450ms;
  transition: opacity 300ms linear 450ms;
}
.b-popup__geo-select {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.b-product {
  position: relative;
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.b-product-mobile {
  display: none;
  overflow-x: hidden;
}
.b-product__half-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 100;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.b-product__content {
  max-width: 590px;
  height: 60%;
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-product__btn.btn {
  width: 111px;
  margin-left: auto;
}
.b-product__content--hidden {
  opacity: 0 !important;
}
.b-product__desc,
.b-product__title {
  color: #fff;
  text-align: right;
  font-family: ModamVF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
}
.b-product__desc {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.b-product__bottom {
  margin-top: 48px;
  direction: rtl;
}
.b-product__bottom p,
.b-product__phone {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
.b-product__bottom p {
  margin-bottom: 25px;
  color: #f0ede5;
  text-align: right;
  font-family: ModamVF;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.b-product__connect {
  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;
  color: #f0ede5;
  text-align: right;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
}
.b-product__connect a {
  color: #f0ede5;
  text-align: right;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  direction: ltr;
  display: inline-block;
}
.b-product__phone {
  font-size: 24px;
  line-height: 1.33;
}

.b-product__link {
  margin: 0 10px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.b-product__link:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.b-product__adn,
.b-product__site a,
.b-product__site p {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.b-product-image {
  position: relative;
}
.b-section,
.b-slider-years .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-section__image {
  width: 36.842105%;
  margin-right: 5.263158%;
}
.b-section__image-wrap {
  height: 0;
  position: relative;
  padding-top: 133.333333%;
}
.b-section__image-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 85.714286%;
  height: 80%;
  content: " ";
  background-color: #77b82b;
}
.b-section__image-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 71.428571%;
  height: 80%;
  margin-top: auto;
  margin-left: auto;
  z-index: 10;
}
.b-section__main {
  width: 57.894737%;
}
.b-section__title {
  padding-right: 6.060606%;
}
.b-section__text {
  padding-right: 27.272727%;
  margin-bottom: 24px;
}
.b-slider-years,
.b-typography__header header {
  display: none;
}
.b-slider-years .slick-track {
  height: 100%;
}
.b-slider-years .slick-slide {
  height: 100%;
  max-width: 470px;
}
.b-slider-years__slide {
  height: 100%;
  padding: 0 9px;
  margin-top: 76px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.b-slider-years__slide-wrap {
  padding-left: 35px;
  padding-right: 52px;
}
.b-slide-year {
  height: 100%;
  font-family: "";
  color: #000;
  background: #77b82b;
}
.b-slide-year__inner {
  width: 100%;
  -webkit-transform: translateY(-76px);
  transform: translateY(-76px);
}
.b-slide-year__head {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
.b-slide-year__head h3 {
  margin-bottom: 0;
}
.b-slide-year__head img {
  width: 171px;
  height: 251px;
  margin-left: 30px;
}
.b-slide-year__head,
.b-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-social__btn {
  display: block;
  margin-right: 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.b-social__btn:last-child {
  margin-right: 0;
}
.b-social__btn:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.b-statistics,
.b-statistics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-statistics {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-statistics__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 240px;
  margin-right: 60px;
}
.b-statistics__item:last-child {
  margin-right: 0;
}
.b-statistics__item h3 {
  margin-bottom: 25px;
}
.b-statistics__number,
.b-statistics__text {
  display: block;
  font-family: "";
  font-weight: 400;
  color: #000;
  text-align: left;
}
.b-statistics__number {
  margin-bottom: 25px;
  letter-spacing: 1.3px;
  font-size: 64px;
  line-height: 0.97;
}
.b-statistics__text {
  font-size: 16px;
  line-height: 1.75;
}
.b-swipe__content {
  margin-left: 48px;
  width: calc(100% - 48px * 2);
}
.b-swipe__card-object .swiper-slide {
  width: 436px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.b-swipe__card-object .swiper-slide > a {
  display: block;
  background-color: #fff;
}
.b-tabs {
  width: 100%;
}
.b-tabs__body {
  padding-right: 27.272727%;
  margin-bottom: 60px;
  display: none;
}
.b-tabs__body--visible {
  display: block;
}
.b-tabs__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 16px 0;
  list-style-type: none;
}
.b-tabs__nav-item {
  padding: 0 8px;
  margin-right: 15px;
  font-family: "StemWebMedium";
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid transparent;
}
.b-tabs__nav-item:last-child {
  margin-right: 0;
}
.b-tabs__nav-item--active {
  border-color: #404040;
}
.b-title {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 0 60px;
  z-index: 55;
  text-align: center;
}
.b-title > span {
  position: relative;
  display: inline-block;
  min-width: 150px;
  min-height: 2px;

  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.b-title > span > span {
  position: absolute;
  top: -8px;
  display: inline-block;

  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #f0ede5;
  font-family: ModamVF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b-title > span > span:first-child {
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}

.b-title__single {
  position: absolute;
  left: 300px;
  bottom: 0;
  color: #f0ede5;
  font-family: ModamVF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.b-title__single--center {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.b-preloader.show-header .b-header,
.b-title__single--preloader,
.b-title__single.active {
  opacity: 1;
}
.b-title-mobile {
  display: none;

  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-left: 48px;
  margin-bottom: 32px;
  -webkit-font-smoothing: antialiased;
}
.b-two-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-two-images__item {
  width: 50%;
}
.b-two-images__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-typography {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  cursor: default;
}
.b-typography__bg-white {
  background-color: #fff;
  height: 100%;
  padding-top: 160px;
  overflow: hidden;
}
.b-typography__bg-white--inseverable {
  padding-top: 0;
}
.b-typography__header {
  height: calc(100vh - 80px);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  overflow: hidden;
  -webkit-animation: showscroll 2s ease-in-out;
  animation: showscroll 2s ease-in-out;
}
.b-typography__header-box {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.35s ease opacity;
  transition: 0.35s ease opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.b-typography__header-product {
  margin-bottom: 16px;

  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
}
.b-typography__header-title {
  position: relative;
  z-index: 1;
}
.b-typography__header-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100vw;
  bottom: 0;
  width: 200vw;
  height: 80vh;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(0deg, #000 0%, transparent 100%);
  opacity: 0.7;
}
.b-typography__statistics {
  width: 100%;
  max-width: 888px;
  padding: 0 24px;
  margin-left: calc((100% - 768px) / 2);
  margin-top: -40px;
}
.b-typography__section {
  position: relative;
  width: 100%;
  margin-bottom: 160px;
}
.b-typography__section p + .b-typography__table {
  margin-top: 38px;
}
.b-typography__btn {
  margin-top: 8px;
}
.b-years {
  display: none;
}
.b-table {
  width: 100%;
}
.b-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8d8d8;
}
.b-table__row:last-child {
  border-bottom: none;
}
.b-table__cell {
  width: 50%;

  font-size: 18px;
  line-height: 2.2;
  font-weight: 400;
  color: #000;
  text-align: left;
}
.b-table__cell:nth-child(even) {
  text-align: right;
}
.b-characteristics-mobile,
footer {
  display: none;
}
.b-characteristics-mobile h3 {
  margin-bottom: 40px;
}
.b-mobile-menu {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #fff;
  -webkit-transition: -webkit-transform 300ms linear 450ms;
  transition: transform 300ms linear 450ms;
  transition: transform 300ms linear 450ms, -webkit-transform 300ms linear 450ms;
}
.b-mobile-menu.open {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.b-mobile-menu__head {
  position: relative;
  width: 100%;
  height: 96px;
  background: #fff;
}
.b-mobile-menu__logo,
.b-preloader img {
  position: absolute;
  top: 0;
  left: 0;
}

.b-mobile-menu__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 32px 48px;
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.open .b-mobile-menu__wrapper {
  opacity: 1;
  -webkit-transition: opacity 300ms linear 450ms;
  transition: opacity 300ms linear 450ms;
}
.b-mobile-menu__col,
.b-mobile-menu__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.b-mobile-menu__col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.b-mobile-menu__main-site {
  max-width: 240px;
  margin-top: auto;
}
.b-mobile-menu__list {
  margin-bottom: 40px;
}
.b-mobile-menu__btn {
  width: 200px;
}
.b-mobile-menu__social {
  margin-top: auto;
}
.b-mobile-menu__select {
  max-width: 272px;
  display: block;
  padding: 0;
}
.b-nofound {
  background: #f2f2f2;
  width: 100%;
  height: 100vh;
}
.b-nofound__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 468px;
  height: 100%;
  padding: 54px 24px 0;
  margin-left: 276px;
  margin-right: auto;
}
.b-nofound__title {
  display: block;
  font-family: "StemWebMedium";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  color: #000;
}
.b-nofound__content {
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-nofound__content > h1 {
  margin-bottom: 48px;

  font-size: 72px;
  line-height: 1.11;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.b-preloader,
.b-preloader .b-header {
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.b-preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 300;
  -webkit-transform: scale(1);
  transform: scale(1);
  outline: 3px solid #414141;
}
.b-preloader .b-header {
  opacity: 0;
}
.b-preloader.scale {
  -webkit-transform: scale(0.94447);
  transform: scale(0.94447);
}
.b-preloader.show-header .b-preloader__layer {
  z-index: 1;
}
.b-preloader.show-header:after {
  content: "";
  z-index: -1 !important;
}
.b-preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.b-preloader:after {
  content: "";
  width: calc(100% + 300px);
  height: calc(100% + 300px);
  background-color: #343434;
  position: absolute;
  top: -150px;
  left: -150px;
  z-index: 5;
}
.b-preloader.first-load:after {
  z-index: -1;
}
.b-preloader.first-load .b-preloader__layer--contr {
  opacity: 1;
}
.b-preloader__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 300px;
  margin: auto;
  max-width: 900px;
  height: 424px;
}
.b-preloader__slogan {
  position: relative;
  z-index: 1000;

  font-size: 72px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
  opacity: 0;
  -webkit-transform: translateY(210%);
  transform: translateY(210%);
}
.b-preloader__slogan.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.b-preloader__layer {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  z-index: -111;
}
.b-mobile-preloader__dot-wrap.active,
.b-preloader__layer--contr.show,
.b-preloader__layer--visible {
  opacity: 1;
}
.b-preloader__layer--contr {
  outline: 3px solid #414141;
  z-index: 10 !important;
  opacity: 0;
}
.b-preloader img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.b-mobile-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #343434;
  z-index: 600;
}
.b-mobile-preloader--visible {
  visibility: visible;
  opacity: 1;
}
.b-mobile-preloader__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 240px;
}
.b-mobile-preloader__text {
  font-size: 72px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.b-mobile-preloader__text span:first-child {
  opacity: 0;
}
.b-mobile-preloader__dot {
  font-size: 74px;
  opacity: 0;
  -webkit-animation: preloader 300ms ease-in-out infinite alternate;
  animation: preloader 300ms ease-in-out infinite alternate;
}
.b-mobile-preloader__dot--one {
  -webkit-animation-delay: 1350ms;
  animation-delay: 1350ms;
}
.b-mobile-preloader__dot--two {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.b-mobile-preloader__dot--three {
  -webkit-animation-delay: 1650ms;
  animation-delay: 1650ms;
}
.b-mobile-preloader__dot-wrap {
  opacity: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.b-guide {
  background: #fff;
}
.b-guide__wrapper {
  max-width: 1190px;
  padding-top: 60px;
  margin: 0 auto;
}

.section.fp-completely .b-animate-scale {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.section.active.fp-completely .b-fullscreen-slide__arrow.hidden-load,
.section.active.fp-completely .b-fullscreen-slide__nav.hidden-load,
.section.fp-completely .b-company__content,
.section.fp-completely .b-fullscreen-slide--product .swiper-slide:after,
.section.fp-completely .b-fullscreen-slide--product.single-slide:after,
.section.fp-completely .b-fullscreen-slide__arrow,
.section.fp-completely .b-fullscreen-slide__nav,
.section.fp-completely .b-product__content,
.section.fp-completely .b-product__copy {
  opacity: 0;
}
.b-animate-scale,
.section.active .b-animate-scale {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.section.active.fp-completely .b-animate-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section.active.fp-completely .b-company__content,
.section.active.fp-completely .b-fullscreen-slide--product .swiper-slide:after,
.section.active.fp-completely .b-fullscreen-slide--product.single-slide:after,
.section.active.fp-completely .b-fullscreen-slide__arrow,
.section.active.fp-completely .b-fullscreen-slide__nav,
.section.active.fp-completely .b-product__content,
.section.active.fp-completely .b-product__copy {
  opacity: 1;
}
.js-ajax-hidden {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.hidden-content {
  opacity: 0 !important;
}
.js-preloader--hidden {
  visibility: hidden;
}
.card-object__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1440px) {
  .b-map__content {
    height: 450px;
  }
  .b-popup__geo {
    margin-left: 106px;
  }
}
@media only screen and (max-width: 1366px) {
  .b-popup--menu .b-form__wrapper {
    min-height: 466px;
  }
  .b-form__item {
    margin-bottom: 22px;
  }
  .b-form__item textarea:focus,
  .b-form__item textarea:valid {
    height: 76px;
  }
  .b-form__conditions {
    max-width: 260px;
  }
  .b-fullscreen-slide__title-case span {
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-family: ModamVF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media only screen and (max-width: 1280px) {
  .b-company__left {
    width: 44.667%;
    padding-right: 40px;
  }
  .b-company__right {
    width: 55.333%;
  }
  .b-company__statistics:first-child {
    width: 45%;
  }
  .b-company__statistics:last-child {
    width: 55%;
  }
  .b-product__connect {
    padding-right: 44px;
  }
  .b-preloader__inner,
  .b-title__single {
    left: 245px;
  }
}
@media (max-width: 1280px) {
  .b-blog-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-blog-form__wrapper .b-blog-form__item {
    width: 100%;
  }
  .b-blog-form__wrapper .b-blog-form__item:first-child {
    margin-bottom: 50px;
    min-width: initial;
    max-width: 540px;
  }
  .b-blog-form__wrapper .b-blog-form__item:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
    min-width: initial;
    max-width: 460px;
  }
}
@media (max-width: 1279px) {
  .b-blog-item {
    width: calc(100% / 2);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .b-blog-item:nth-child(3n + 2),
  .b-blog-item:nth-child(3n + 3) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .b-fsblog__scroll {
    display: none;
  }
}
@media only screen and (max-width: 1190px) {
  .b-map__half {
    width: 100%;
  }
  .b-map__half:last-child {
    margin-top: 16px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .b-company__text {
    font-size: 15px;
    line-height: 1.6;
  }
  .b-fullscreen-slide__title-case span {
    font-size: 24px;
  }
  .b-load-page__wrap--add-width {
    width: 100%;
  }
  .b-product__desc {
    font-size: 34px;
  }
  .b-tabs__nav-item {
    margin-right: 10px;
  }
  .b-nofound__wrapper {
    margin-left: auto;
  }
  .b-preloader__slogan {
    font-size: 62px;
  }
}
@media only screen and (max-width: 1000px) {
  .text h1,
  .text h2,
  .text h3 {
    font-size: 36px;
  }
  .text h2 {
    margin-bottom: 32px;
  }
  .b-form__message p,
  .text p {
    font-size: 14px;
    line-height: 2;
  }
  .fp-viewing-0,
  body,
  html {
    overflow: visible;
    overflow-x: hidden;
  }
  .container {
    padding: 0 48px;
  }
  .btn {
    background: 0 0;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
  }
  .btn--black {
    background: #000;
    border-color: transparent;
  }
  .l-container {
    max-width: 500px;
  }
  .l-container-left {
    max-width: 473px;
    padding: 0 24px;
    margin: 0 auto;
  }
  .b-benefit__text {
    margin-bottom: 82px;
    line-height: 2;
  }
  .b-benefit {
    position: static;
    opacity: 1;
  }
  .b-benefits-mobile {
    display: block;
  }
  .js-carousel .slick-slide {
    max-width: 920px;
    height: 100%;
  }
  .js-carousel .slick-slide > div {
    height: 100%;
  }
  .b-carousel__slide {
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
  }
  .b-carousel__img {
    width: 100%;
  }
  .b-carousel__img--small {
    position: static;
    display: none;
  }
  .b-carousel__img > img,
  .b-carousel__img > img.current,
  .b-carousel__img > img.prev,
  .b-carousel__text-inner.current,
  .b-carousel__text-inner.prev,
  .rtl .b-carousel__img > img,
  .rtl .b-carousel__img > img.prev,
  .rtl .b-carousel__text-inner,
  .rtl .b-carousel__text-inner.prev {
    -webkit-transform: none;
    transform: none;
  }
  .b-carousel__text {
    position: static;
    width: 100%;
    min-height: 96px;
    background-color: #77b82b;
  }
  .b-carousel__text-inner {
    max-width: 460px;
    height: auto;
    padding: 16px;
    margin: 0 auto;
    -webkit-transform: none;
    transform: none;
  }
  .b-carousel__title {
    position: absolute;
    top: -30px;
    margin-bottom: 0;
    line-height: normal;
  }
  .b-carousel__category {
    margin-bottom: 20px;
  }
  .b-carousel--case .b-carousel__desc {
    max-width: 100%;
  }

  .b-case-mobile {
    display: block;
    margin-bottom: 120px;
  }
  .b-company {
    height: 100vh;
  }
  .b-company__content {
    opacity: 1;
    position: static;
    width: 50%;
    height: auto;
  }
  .b-company__title {
    font-size: 36px;
    line-height: 1.33;
    margin-bottom: 32px;
    min-height: 1px;
    padding-right: 0;
  }
  .b-company__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-company__number {
    font-size: 36px;
    line-height: 1.33;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
  }
  .b-company__left {
    width: 100%;
    padding-right: 0;
  }
  .b-company__right {
    width: 100%;
  }
  .b-company__statistics:first-child {
    width: 50%;
  }
  .b-company__statistics:last-child {
    width: 50%;
  }
  .b-company-mobile {
    display: block;
  }
  .b-connect a {
    font-size: 24px;
    line-height: 1.33;
  }
  .b-details-product,
  .b-load-page--single .b-load-page__wrap {
    margin-bottom: 72px;
  }
  .b-details-product__wrapper {
    max-width: 100%;
    padding-bottom: 0;
  }
  .b-details-product__wrapper h3 {
    font-size: 14px;
  }

  .b-header {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    padding: 0 48px;
    margin-top: 48px;
    margin-bottom: calc(48px + 42px);
    z-index: 100;
  }
  .b-header--blog,
  .b-header--single {
    position: absolute;
  }
  .b-header__geo {
    display: none;
  }
  .b-load-page {
    display: none;
    position: relative;
    height: 100%;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
  }
  .b-load-page--single {
    display: block;
    z-index: 190;
  }

  .b-nav-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b-partners {
    display: block;
  }
  .b-popup__header {
    padding: 32px 48px;
  }
  .b-popup__wrapper {
    padding: 72px 48px 32px;
  }
  .b-popup__inner {
    max-width: 340px;
    margin-right: auto;
  }
  .b-popup__form {
    margin-top: 0;
  }
  .b-popup__connect {
    margin-bottom: 70px;
  }

  .b-product-mobile {
    display: block;
    margin-bottom: 120px;
  }
  .b-product__title {
    padding-right: 0;
  }
  .b-product__desc {
    font-size: 24px;
    margin-bottom: 0;
  }
  .b-product__bottom {
    width: 100%;
    margin-top: 0;
  }
  .b-product__copy > div,
  .b-product__top {
    width: 50%;
  }
  .b-product__connect {
    padding-right: 0;
  }
  .b-product__link:last-child {
    margin-right: 0;
  }
  .b-product__copy {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 1;
    width: 100%;
    padding: 0 48px;
    bottom: 40px;
  }
  .b-product--screen-contacts {
    display: block;
    height: auto;
    overflow: visible;
  }
  .b-product--screen-contacts .b-product__half-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 66px;
    margin-bottom: 40px;
  }
  .b-product--screen-contacts .b-product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    height: auto;
    position: static;
    opacity: 1;
    margin-left: 0;
  }
  .b-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-section__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .b-section__image-wrap {
    padding-top: 77.176471%;
  }
  .b-section__image-box,
  .b-section__image-wrap:before {
    width: 67.764706%;
    height: 87.804878%;
  }
  .b-section__main {
    width: 100%;
  }
  .b-section__text {
    padding-right: 0;
  }
  .b-section--md-hidden {
    display: none;
  }
  .b-slider-years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b-statistics__item h3 {
    margin-bottom: 16px;
  }
  .b-statistics__item {
    max-width: 168px;
    margin-right: 32px;
  }
  .b-statistics__number {
    margin-bottom: 16px;
    font-size: 36px;
  }
  .b-statistics__text {
    font-size: 14px;
    line-height: 2;
  }

  .b-title-mobile,
  .b-typography__header header {
    display: block;
  }
  .b-typography {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .b-typography__bg-white {
    padding-top: 72px;
  }
  .b-typography__bg-white--inseverable {
    padding-top: 0;
  }
  .b-typography__header {
    height: 554px;
    -webkit-animation: none;
    animation: none;
  }
  .b-typography__header-box {
    opacity: 1;
  }
  .b-typography__statistics {
    max-width: 616px;
    margin-left: calc((100% - 473px) / 2);
    margin-top: -28px;
  }
  .b-typography__section {
    margin-bottom: 72px;
  }
  .b-typography__btn {
    margin-top: 0;
  }
  .b-years {
    display: block;
  }
  .b-table__cell {
    font-size: 16px;
    line-height: 2;
  }
  .b-characteristics-mobile,
  .b-mobile-menu,
  footer {
    display: block;
  }
  .b-nofound__title {
    display: none;
  }
  .b-nofound__content > h1 {
    margin-bottom: 32px;
    font-size: 56px;
  }
  .b-nofound {
    margin-top: -162px;
  }
  footer {
    position: relative;
  }
  footer .b-product__half-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 66px;
    margin-bottom: 40px;
  }
  footer .b-product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    height: auto;
    position: static;
    opacity: 1;
    margin-left: 0;
  }
  .b-preloader {
    display: none;
  }
  .b-mobile-preloader__wrapper {
    padding-left: 0;
  }
  .b-mobile-preloader__text {
    font-size: 36px;
    line-height: 1.33;
  }
  .b-mobile-preloader__dot {
    font-size: 38px;
  }
  .b-blog-form__item .b-form__wrapper .btn.btn--arrow {
    border-color: transparent;
  }
  .section.fp-completely .b-animate-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .section.fp-completely .b-company__content,
  .section.fp-completely .b-fullscreen-slide--product .swiper-slide:after,
  .section.fp-completely .b-fullscreen-slide--product.single-slide:after,
  .section.fp-completely .b-fullscreen-slide__arrow,
  .section.fp-completely .b-fullscreen-slide__nav,
  .section.fp-completely .b-product__content,
  .section.fp-completely .b-product__copy {
    opacity: 1;
  }
  .b-animate-scale,
  .section.active .b-animate-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .hidden-content {
    opacity: 1 !important;
  }
}
@media (max-width: 1000px) {
  .b-fsblog .b-company__content {
    width: initial;
  }
  .b-blog-content__container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .b-blog-image {
    margin-bottom: 72px;
  }
  .b-blog-filter,
  .b-quote__image-wrap:before {
    display: none;
  }
  .b-blog-filter--mobile {
    margin-bottom: 42px;
    display: block;
  }
  .b-blog-author {
    margin: 0 auto 50px;
  }
  .b-blog-author .b-blog-share,
  .b-blog-author .b-blog-share__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .b-blog-author .b-blog-share {
    position: relative;
    left: initial;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .b-blog-author .b-blog-share__container {
    margin-top: 0;
    margin-left: 20px;
  }
  .b-blog-author .b-blog-share__container > a {
    margin: 0 5px;
  }
  .btn-blog-share {
    background: url(../images/sprite-4a93584a.svg) no-repeat;
    background-position: 97.17514124293785% 63.23529411764706%;
    width: 34px;
    height: 36px;
  }
  .b-blog-item {
    min-width: initial;
  }
  .b-blog-item__content {
    left: 40px;
  }
  .b-blog-item--description .b-blog-item__name {
    max-width: initial;
    max-height: initial;
  }
  .b-blog-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .b-blog-item__description {
    max-height: initial;
  }
  .b-quote {
    margin: 0 auto 72px;
  }
  .b-quote__conteainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: calc(500px - 48px);
    margin: 0 auto;
  }
  .b-quote__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
  }
  .b-quote__image-title {
    margin-bottom: 10px;
  }
  .b-quote__image-wrap {
    max-width: 80px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .b-quote__image-wrap img {
    margin-bottom: 0;
  }
  .b-quote__text {
    margin-top: 10px;
    min-width: initial;
  }
}
@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;
  }
}
@media only screen and (max-width: 894px) {
  .b-popup__header {
    padding: 24px;
  }
  .b-popup__inner {
    margin-left: auto;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .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 only screen and (max-width: 780px) {
  .custom-mfp.mfp-wrap {
    height: auto !important;
    min-height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    top: -70px;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  .b-address p {
    font-size: 12px;
    line-height: 1.5;
  }
  .b-popup {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 722px;
    opacity: 0;
    overflow: visible;
    -webkit-transition: opacity 150ms linear 300ms;
    transition: opacity 150ms linear 300ms;
  }
  .b-popup.open {
    opacity: 1;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
  }
  .b-popup__img--desktop {
    display: none;
  }
  .b-popup__img--mobile {
    display: block;
  }
  .b-popup__half-section:before {
    background: 0 0;
  }
  .b-popup__half-section--left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: calc(146 / 722 * 100%);
    min-height: 246px;
  }
  .b-popup__half-section--right {
    height: calc(100% - 246px);
  }
  .b-popup__half-section,
  .open .b-popup__half-section {
    -webkit-transform: none;
    transform: none;
  }
  .b-popup__half-section {
    position: static;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .b-popup__wrapper {
    padding: 20px 10px 38px;
    height: 100%;
  }
  .b-popup__half-section.b-popup__half-section--left.b-popup__half-section--bg-grey {
    background-color: #fff !important;
  }
  .box-left {
    color: #1c4220 !important;
    font-size: 16px;
  }
  .b-menu__item {
    margin-bottom: 19px !important;
  }
  .box-left a {
    color: #1c4220 !important;
    font-size: 16px;
    border-color: #1c4220 !important ;
  }
  .open .b-popup__close,
  .open .b-popup__geo,
  .open .b-popup__logo,
  .open .b-popup__wrapper {
    -webkit-transition: opacity 150ms linear 300ms;
    transition: opacity 150ms linear 300ms;
  }
  .b-popup__form {
    margin-bottom: 32px;
  }
  .b-popup__connect {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .frm-contact .send button {
    width: 100% !important;
  }
  .frm-contact {
    max-height: 80vh;
    overflow-y: auto !important;
    margin-bottom: 20px;
  }
  .searh-content {
    width: 100%;
    margin: auto;
  }
  .container {
    padding: 0 24px;
  }
  .b-benefits-slider .slick-slide {
    max-width: 468px;
  }
  .b-company__content {
    width: 100%;
    height: 100%;
  }
  .b-company-mobile__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-company-mobile__left {
    width: 100%;
    margin-bottom: calc(44px * 2);
  }
  .b-company-mobile__img {
    width: calc(100% - 44px);
    margin-right: 0;
    height: 430px;
  }
  .b-header {
    padding: 0 24px;
    margin-bottom: calc(48px + 16px);
  }
  .b-nav-tab {
    margin-left: 24px;
  }
  .b-partners__content {
    margin-left: 24px;
    width: calc(100% - 24px * 2);
  }
  .b-partners__title {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -24px 0 0;
    min-height: 100px;
  }
  .b-partners__title:after {
    bottom: 0;
  }
  .b-product__desc,
  .b-product__phone {
    font-size: 18px;
    line-height: 1.56;
  }
  .b-product__phone {
    width: 190px;
  }
  .b-product__copy {
    padding: 0 24px;
  }
  .b-statistics__item:last-child {
    margin-bottom: 0;
  }
  .b-statistics__item {
    margin-bottom: 32px;
  }
  .b-swipe__content {
    width: calc(100% - 24px * 2);
    margin-left: 24px;
  }
  .b-swipe__card-object .swiper-slide {
    width: 340px;
  }
  .b-title-mobile {
    margin-left: 24px;
  }
  .b-typography__statistics {
    max-width: 473px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .b-mobile-menu__head {
    height: 56px;
  }
  .b-mobile-menu__wrapper {
    padding: 24px;
  }
  .b-mobile-menu__grid {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    max-width: 306px;
    height: initial;
    margin: 0 auto;
  }
  .b-mobile-menu__col--right {
    margin-bottom: 50px;
  }
  .b-mobile-menu__col {
    width: 100%;
  }
  .b-mobile-menu__btn {
    margin-bottom: 72px;
  }
  .b-mobile-menu__social {
    margin-top: 0;
  }
  .b-mobile-menu__select {
    max-width: 100%;
  }
  .b-nofound {
    margin-top: -136px;
  }

  .card-object__info {
    padding: 44px 23px 40px;
  }
  .card-object__subtitle {
    min-height: 46px;
  }
  .card-object__title {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .b-fsblog__footer {
    padding: 0 24px;
  }
  .b-blog-detail {
    padding-top: 70px;
  }
  .b-blog {
    padding: 70px 24px;
  }
  .b-blog-seemore {
    padding: 70px 24px 0;
  }
  .b-blog-popup {
    padding: 0 24px;
  }
  .b-blog-popup .b-blog-form__wrapper {
    padding: 0;
    max-width: 1280px;
  }
}

@media (max-width: 700px) {
  .b-header--blog .b-title {
    display: none;
  }
  .b-fsblog {
    min-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-fsblog__image {
    position: relative;
    height: initial;
    min-height: 300px;
    margin-bottom: 27px;
  }
  .b-fsblog__image img {
    min-height: 300px;
  }
  .b-fsblog .b-company__title {
    margin-bottom: 24px;
  }
  .b-fsblog .b-company__text {
    margin-bottom: 32px;
  }
  .b-fsblog .container {
    margin: 0;
  }
  .b-fsblog__footer {
    height: initial;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: initial;
    margin-bottom: 20px;
  }
  .b-blog-author__wrapper,
  .b-blog-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b-blog-author__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .b-blog-author__item {
    width: initial;
  }
  .b-center--load {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -30px;
  }
  .b-policy-blog {
    margin: 0 24px;
  }
  .b-blog-item {
    width: 100%;
  }
  .b-blog-item__wrapper {
    height: initial;
    max-height: 434px;
  }
  .b-blog-item--description .b-blog-item__img {
    height: initial;
    max-height: 217px;
  }
  .b-blog-item__img img {
    width: 100%;
    height: initial;
    -o-object-fit: initial;
    object-fit: initial;
    font-family: initial;
  }
  .b-blog-item__name {
    font-size: 20px;
  }
  .b-blog-form {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 30px 0 0;
    border: initial;
    border-top: solid 1px #979797;
    margin: 47px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .b-case-mobile {
    margin-bottom: 72px;
  }
  .b-company__title {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 14px;
  }
  .b-company__text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 22px;
  }
  .b-company-mobile {
    margin-bottom: 72px;
  }
  .b-company-mobile__img {
    height: 100%;
  }
  .b-company-mobile__img:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .b-company-mobile__img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .b-header {
    margin-top: 0;
    margin-bottom: calc(24px + 11px);
  }

  .b-header__phone {
    margin-right: 34px;
  }
  .b-header__menu {
    width: 34px;
    height: 18px;
    line-height: 12px;
  }
  .b-header__menu span,
  .b-header__menu:after,
  .b-header__menu:before {
    width: 34px;
  }
  .b-nav-select {
    display: block;
  }
  .b-nav-tab {
    display: none;
  }
  .b-product-mobile {
    margin-bottom: 72px;
  }
  .b-product__title {
    margin-bottom: 14px;
  }
  .b-product__bottom {
    width: 100%;
  }
  .b-product__top {
    width: 100%;
    margin-bottom: 32px;
  }
  .b-product__connect > div {
    width: 100%;
  }
  .b-product__social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .b-product__link:first-child {
    margin-left: 0;
  }
  .b-product__copy {
    bottom: 34px;
  }
  .b-product__adn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .b-product--screen-contacts .b-product__content,
  footer .b-product__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-product--screen-contacts .b-product__half-wrap,
  footer .b-product__half-wrap {
    margin-bottom: 34px;
  }
  .b-swipe__card-object .swiper-slide {
    width: calc(100% - 16px);
    width: 100%;
  }
  .b-nofound {
    margin-top: -79px;
  }
  .b-mobile-preloader__text {
    font-size: 24px;
  }
  .b-mobile-preloader__dot {
    font-size: 28px;
  }
  .card-object__label {
    padding-left: 24px;
    width: 75%;
  }
}
@media only screen and (max-width: 540px) {
  .card-object__title {
    min-height: 62px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .text h1 {
    margin-bottom: 32px;
  }
  .text h1,
  .text h2 {
    font-size: 24px;
  }
  .l-container {
    width: 100%;
  }
  .l-container-left {
    max-width: 320px;
  }
  .b-benefit__text {
    margin-bottom: 0;
  }
  .b-carousel__slide {
    padding-left: 4px;
    padding-right: 4px;
  }
  .b-carousel__text-inner {
    padding-bottom: 24px;
    padding-top: 24px;
    margin: 0;
  }
  .b-carousel__title {
    font-size: 13px;
  }
  .b-carousel__category {
    margin-bottom: 16px;
  }
  .b-carousel__desc {
    font-size: 16px;
  }
  .b-carousel--product .b-carousel__desc {
    max-width: 178px;
  }
  .b-carousel--case .b-carousel__desc {
    max-width: 180px;
  }
  .b-popup__half-section--right {
    height: auto;
  }
  .b-slider-years__slide-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .b-slider-years__slide {
    padding: 0 4px;
    margin-top: 40px;
  }
  .b-slide-year__inner {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }
  .b-slide-year__head img {
    width: 88px;
    height: 130px;
  }
  .b-statistics__item h3 {
    margin-bottom: 14px;
  }
  .b-two-images__item {
    width: 100%;
  }
  .b-typography__bg-white {
    padding-top: 32px;
  }
  .b-typography__bg-white--inseverable {
    padding-top: 0;
  }
  .b-typography__header {
    height: 440px;
  }
  .b-typography__statistics {
    max-width: 320px;
  }
  .b-table__cell {
    font-size: 14px;
    line-height: 1.71;
  }
  .b-nofound__content > h1 {
    font-size: 56px;
  }
  .card-object__label {
    padding-left: 20px;
  }
  .card-object__info {
    padding: 44px 20px 40px;
  }
}
@media only screen and (max-width: 360px) {
  .b-company__statistics {
    padding-right: 0;
  }
  .b-company__statistics:last-child {
    padding-left: 16px;
  }
}
@media (max-width: 360px) {
  .b-blog-item__content {
    left: 20px;
  }
  .b-blog-item__img {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 320px) {
  .b-benefits-slider .slick-slide,
  .b-slider-years .slick-slide,
  .js-carousel .slick-slide {
    max-width: calc(320px - 32px);
  }
  .b-product__connect > div {
    width: 40%;
  }
  .b-product__link {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) and (orientation: landscape) {
  .b-landscape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.b-partners .b-nav-select select {
  color: #fff;
  background-color: #343434;
}
.b-mobile-menu__col .b-nav-select select {
  color: #000;
  background-color: #fff;
}
.wrap_file_custom {
  position: relative;
  margin: 30px 0 40px 0;
}
.wrap_file_custom input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.wrap_file_custom .wrap_file_text {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.wrap_file_custom .wrap_file_text .file_text {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  border-bottom: 1px solid #000000;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  white-space: nowrap;
  max-width: 90%;
}
.wrap_file_custom .wrap_file_text .file_icon {
  display: inline-block;
  background: transparent url("../images/icon_file_input.svg") center center
    no-repeat;
  width: 19px;
  height: 23px;
  margin: 0 15px 0 0;
}
.wrap_file_custom:hover {
  cursor: pointer;
}
.wrap_file_custom input[type="file"]:hover {
  cursor: pointer;
}
.wrap_file_custom input[type="file"]:hover + .wrap_file_text .file_text {
  border-bottom-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 780px) {
  .b-popup__half-section--right {
    height: calc(100% - 173px);
  }
}
.btn_fixed {
  position: fixed;
  bottom: 10%;
  z-index: 99;
  right: 8%;
}
.btn--black.btn_fixed:hover {
  background: #fff;
}
.b-map__title {
  margin-bottom: 20px;
}
.b-map__desc:not(:empty) {
  margin-bottom: 50px;
  color: #ffffff;
}
.b-map__title_type {
  display: none;
  line-height: 1.4;
  vertical-align: middle;
  color: #fff;
}
.b-map__title_type:before {
  content: "";
  width: 40px;
  height: 1px;
  color: #fff;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  margin: 0 10px 0 0;
}
.b-map__title_type.is_show {
  display: block;
}

.wrap_toogle_partners {
  position: absolute;
  top: 100px;
  right: 55px;
  z-index: 0;
}
.wrap_checkbox_toogle_slide .check_toogle_knobs,
.wrap_checkbox_toogle_slide .check_toogle_layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 41px;
}
.wrap_checkbox_toogle_slide {
  position: relative;
  width: 41px;
  height: 22px;
  overflow: hidden;
  border: 2px solid #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  border-radius: 41px;
}

.wrap_checkbox_toogle_slide,
.wrap_checkbox_toogle_slide .layer {
  border-radius: 41px;
}
.wrap_checkbox_toogle_slide .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.wrap_checkbox_toogle_slide .check_toogle_knobs {
  z-index: 2;
}
.wrap_checkbox_toogle_slide .check_toogle_layer {
  width: 100%;
  background-color: #b2c097;
  transition: 0.3s ease all;
  z-index: 1;
}
.wrap_checkbox_toogle_slide .check_toogle_knobs:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
.wrap_checkbox_toogle_slide .checkbox:checked + .check_toogle_knobs:before {
  content: "";
  left: 19px;
  background-color: #fff;
}
.wrap_checkbox_toogle_slide .checkbox:checked ~ .check_toogle_layer {
  background-color: #85b543;
}
.wrap_checkbox_toogle_slide .check_toogle_knobs,
.wrap_checkbox_toogle_slide .check_toogle_knobs:before,
.wrap_checkbox_toogle_slide .check_toogle_layer {
  transition: 0.3s ease all;
}
.wrap_toogle_partners .wrap_header,
.wrap_toogle_partners .wrap_info {
  padding: 5px 6px;
  background: rgb(88 122 40 / 70%);
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
}
.wrap_toogle_partners .wrap_info {
  padding: 20px 15px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.wrap_toogle_partners {
  max-width: 200px;
}
.wrap_toogle_partners .wrap_header {
  margin: 0 0 10px 0;
}
.wrap_header:hover + .wrap_info {
  opacity: 1;
  visibility: visible;
}
.link_show_partners_text {
  display: inline-block;
  font-size: 14px;
  color: #9c9c9c;
  border-bottom: 1px dashed #9c9c9c;
  line-height: 1.4;
}
.b-partners__text {
  text-align: right;
}
.b-partners__text .wrap_text {
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  color: #b1b1b1;
}
.b-partners__title .b-partners__text {
  padding-top: 5px;
  width: 100%;
}
.text_service_partners_mobile {
  display: none;
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
  text-align: left;
  margin: 40px 0 0 0;
}
.text_service_partners_mobile.is_show {
  display: block;
}
.b-partners {
  margin-bottom: 40px;
}
.b-partners__item_service .b-partners__title:after {
  background-color: #22cec4;
}
@media only screen and (max-width: 767.99px) {
  .b-partners__title {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px 0;
  }
}
.wrap_link_tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  margin: 0 0 30px 0;
}
.wrap_link_tabs .link_tab {
  font-size: 36px;
  display: inline-block;
  border-bottom: 1px dashed #a2a2a2;
  color: #a2a2a2;
  line-height: 1.4;
}
.wrap_link_tabs .link_tab.is_active {
  color: #fff;
  border-bottom-color: transparent;
}
@media only screen and (max-width: 767px) {
  #popup-menu .b-popup__half-section.b-popup__half-section--right {
    background-color: #1c4220;
  }
  .b-fullscreen-slide__item--case .b-fullscreen-slide__bg {
    width: 100% !important;
  }
  .desktop-slider {
    display: none !important;
  }
  .b-geo-select.b-popup__geo-select {
    padding-top: 99px;
  }
  .b-nav-pagination {
    display: none !important;
  }
  .b-product__connect {
    color: #fff !important;
    font-family: Modam !important;
    font-size: 14px !important;
  }
  .b-product__connect a {
    color: #fff !important;
    font-family: Modam !important;
    font-size: 16px !important;
  }
  .branch-address,
  .branch-address a {
    color: #fff !important;
    font-family: Modam !important;
  }
  .b-product__content {
    right: 30px !important;
  }
  .ps-xs-60 {
    padding-right: 60px !important;
  }
  .block-xs {
    display: block;
  }
  .hidden-xs {
    display: none !important;
  }
  .b-menu__item > a {
    color: #fff !important;
  }

  .b-popup__half-section--bg-grey .b-popup__wrapper {
    background-color: #fff !important;
  }
  .mob-slider .b-product__btn.btn.js-product-href.js-ajax-company {
    position: absolute;
    bottom: 50px;
    right: 32px;
  }

  .b-fullscreen-slide__arrow {
    display: none !important;
  }
  .b-product__half-wrap .b-company__btn {
    width: 109px !important;
  }
  .b-fullscreen-slide__bg.js-ajax-case img {
    width: 100%;
  }
  .b-fullscreen-slide__title-case span {
    opacity: 1;
    text-align: right;
  }
  .b-fullscreen-slide__title-case {
    width: 90%;
    right: 0;
    opacity: 1;
    border-radius: 0px 0px 0px 155px;
    left: -100%;
  }
  .desktop-slider {
    display: none;
  }
  .b-fullscreen-slide--product.about-section::after {
    display: none !important;
  }
  .b-nav__item {
    width: 45px;
  }
  .b-nav-left {
    left: 20px !important;
  }
  .b-product__half-wrap,
  .b-fullscreen-slide--product .swiper-slide::after,
  .b-fullscreen-slide--product.single-slide::after {
    width: 95%;
  }
  .b-company__left {
    padding-left: 0 !important;
  }
  .js-nav-left {
    display: none !important;
  }
  .btn_fixed {
    width: 95%;
    right: 10px;
    left: 10px;
    margin: auto;
    bottom: 3%;
  }
}
.b-map__wrap {
  z-index: 9;
}
.header_text_off_agency.header_text_off_agency_mobile {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  height: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  margin: 20px -24px 0 -24px;
}

@media only screen and (max-width: 1000px) {
  .b-header {
    height: 48px;
  }
  .header_text_off_agency.header_text_off_agency_mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .b-fullscreen-slide__item--case {
    width: 100% !important;
  }
  #popup-geo .b-popup__close {
    background: url(../images/black-close.svg) no-repeat !important;
    width: 17px !important;
    height: 18px !important;
  }
  .b-header {
    height: 44px;
  }
  .b-company__btn.btn.js-ajax-company.js-slider-change-href.w-100.btn-download {
    display: flex;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 7px;
    border-bottom: 1px solid #121f1a;
    background: #be9b64;
    width: 100% !important;
    margin-top: 10px !important;
  }
}
.wrapper_form_popup_small {
  padding: 9px 23px 26px 23px;
  max-width: 300px;
  background: #fff;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: none;
  margin: auto;
}
.mfp-content .wrapper_form_popup_small {
  display: block;
}
.wrapper_form_popup_small .header {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 46px;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.wrapper_form_popup_small .close_small_popup {
  width: 9px;
  height: 9px;
  background: transparent url("../images/close_small_grey.svg") center center
    no-repeat;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 0;
  display: block;
}
.wrapper_form_popup_small .btn {
  width: 100%;
  margin: 0;
  background-color: #77b82b;
  border-color: #77b82b;
  line-height: 24px;
}
.wrapper_form_popup_small .btn:hover {
  background-color: transparent;
}
.wrapper_form_popup_small .b-form__wrapper .b-form__item {
  margin-bottom: 5px;
}
.wrapper_form_popup_small .b-form__wrapper .b-form__item:last-of-type {
  margin-bottom: 8px;
}
.wrapper_form_popup_small .b-form__wrapper .b-form__item span.error {
  position: absolute;
  top: 2px;
  left: -2px;
}
.wrapper_form_popup_small .b-form__conditions {
  margin: 0 0 10px 0;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.wrapper_form_popup_small .b-form__conditions .left_checkbox {
  width: 10%;
}
.wrapper_form_popup_small .b-form__conditions .left_checkbox label {
  margin-bottom: 0;
}
.label_new_checkbox {
  width: 16px;
  height: 16px;
}
.label_new_checkbox:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid rgba(10, 63, 100, 0.32);
}
.label_new_checkbox.wrap_error:before {
  border-color: #ff1010;
}
.label_new_checkbox input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.label_new_checkbox.checkbox_active:before {
  background: transparent url("../images/arrow_checkbox_active.svg") center
    center no-repeat;
}
.wrapper_form_popup_small .b-form__conditions .left_checkbox label span.error {
  display: none !important;
}
.wrapper_form_popup_small .b-form__conditions p {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #000;
  width: 90%;
}
.wrapper_form_popup_small .b-form__conditions a {
  color: #2a2a2a;
}
.wrapper_form_popup_small .b-form__item input {
  background: #ffffff;
  border: 1px solid rgba(10, 63, 100, 0.32);
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  padding: 8px 11px;
}

.mfp-bg.popup_small_no_overlay {
  display: none;
}
.mfp-wrap.add_scroll_window_height_fix {
  height: auto;
}
.mfp-wrap.add_scroll_window_height_fix .mfp-container {
  height: auto;
  position: fixed;
  width: auto;
}
.wrapper_form_popup_small .success .b-form__message {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.b-connect.b-connect_popup_mail {
  display: block !important;
}
.b-connect.b-connect_popup_mail {
  margin: 15px 0 35px 0;
}
@media only screen and (max-width: 1000px) {
  .b-popup__inner.b-popup__inner_custom_margin .b-popup__connect {
    margin-bottom: 5px;
  }
  .b-product__copy {
    bottom: 0;
  }
}
@media only screen and (max-width: 780px) {
  .b-popup__inner.b-popup__inner_custom_margin .b-popup__connect {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .b-product__copy {
    bottom: 0;
  }
}

.b-header__phone {
  margin-right: 14px;
}
.b-header__geo {
  margin-right: 34px;
}
div.bx-yandex-map {
  color: black;
  font-size: 11px;
}
div.bx-yandex-map div.YMaps-b-balloon-content {
  color: black;
  font-size: 11px;
}
div.bx-popup-form
  div.bx-yandex-map
  div.YMaps-b-balloon-point
  div.YMaps-b-balloon
  div.YMaps-b-balloon-wrap
  table.YMaps-b-balloon-frame
  td {
  padding: 0px !important;
}

div.bx-popup-form
  div.bx-yandex-map
  div.YMaps-b-balloon-point
  div.YMaps-b-balloon
  div.YMaps-b-balloon-wrap
  table.YMaps-b-balloon-frame
  td
  textarea {
  font-size: 11px;
}

div.bx-popup-form
  div.bx-yandex-map
  div.YMaps-b-balloon-point
  div.YMaps-b-balloon
  div.YMaps-b-balloon-wrap
  table.YMaps-b-balloon-frame
  td.YMaps-b-balloon-b {
  background-image: none !important;
}
.fp-tableCell {
  direction: ltr;
}
.rtl {
  direction: rtl;
}

.ps-10 {
  padding-right: 7px;
}
.social_footer span {
  margin-left: 10px;
}
.branch-address {
  color: #f0ede5;
  text-align: right;
  font-family: ModamVF;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  direction: rtl;
}

.branch-address a {
  color: #f0ede5;
  text-align: right;
  font-family: ModamVF;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  direction: ltr;
  display: inline-block;
}
.mt-20 {
  margin-top: 20px;
}
.branch-title {
  color: #fff;
  text-align: right;
  font-family: ModamVF;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mt-16 {
  margin-top: 30px;
}
.box-left {
  display: block;
  width: 100%;
  text-align: center;
  color: #f0ede5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.box-left a {
  color: #f0ede5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  width: auto;
}

.b-social span {
  margin: 0 10px;
}
.b-social span svg:hover path {
  fill: #be9b64;
}
.branch-link span {
  margin: 0 5px;
}
.branch-link span a {
  color: #9ca3af;
  font-family: Modam;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.branch-link span a:hover {
  color: #be9b64;
}

.b-menu__item a {
  position: relative;
}

.b-menu__item a {
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
}

.with-submenu:hover .submenu {
  display: block;
}

.submenu li a {
  display: block;
  font-family: Modam;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b-menu__item > a:hover {
  color: #be9b64;
}
.submenu li a:hover {
  color: #be9b64;
}

.with-submenu:hover > a {
  color: #be9b64;
}
.with-submenu:hover a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.w-100 {
  width: 100%;
}
.text-center {
  text-align: center;
}
.geo-content {
  margin: auto;
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  direction: rtl;
}
.text-geo {
  color: #000;
  text-align: right;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
.btn-download {
  color: #000;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 7px;
  border-bottom: solid 1px #000;
}
.ms-15 {
  margin-right: 15px;
}
.btn-download:hover svg path {
  fill: #be9b64;
}
.frm {
  margin-top: 20px;
  direction: rtl;
}
.frm label {
  align-self: stretch;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: right;
  width: 100%;
  margin-bottom: 0 !important;
}
.frm input[type="text"] {
  width: 100%;
  height: 48px;
  background: #f5f5f5;
  box-shadow: none;
  border: none;
  outline: none;
}
.row-form {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .text-info-contact {
    font-size: 36px;
  }
  .branch-title {
    font-size: 36px;
  }
  .branch-address {
    font-size: 16px;
  }

  .branch-address a {
    font-size: 16px;
  }
  .d-md-flex {
    display: flex;
  }
  .b-header__menu {
    text-align: right;
  }
  .b-company__btn.btn.js-ajax-company.js-slider-change-href.w-100.btn-download {
    width: 100% !important;
  }
  .mob-slider {
    display: none !important;
  }
  .b-company__btn {
    width: 70px;
  }
  .swiper-pagination {
    display: none !important;
  }
  .b-product__half-wrap .b-company__btn {
    width: 95px !important;
  }
  .b-popup__close {
    background: url(../images/close.svg) no-repeat;
  }
  .with-submenu > a::after {
    position: absolute;
    bottom: 19px;
    left: -50%;
    display: block;
    width: 50%;
    height: 2px;
    content: "";
    background: #be9b64;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition-delay: 0s, 0s;
  }
  .submenu li a {
    color: #000;
    text-align: right;
  }
  .submenu {
    display: none;
    position: absolute;
    right: 75%;
    bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
  }
  .hidden-lg {
    display: none !important;
  }

  .b-popup--menu .b-popup__wrapper {
    min-height: 100vh;
  }
  .mob-slider {
    display: none !important;
  }
  .searh-content {
    width: 90%;
    margin: auto;
  }
  .searh-conten .frm {
    padding: 20px 15% !important;
  }
  .geo-content {
    width: 90%;
  }
  .col-form-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-form {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.col-form-4 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.inputfile {
  display: none;
}

.inputfile-box label {
  width: 100%;
  height: 48px;
  background: #f5f5f5;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.file-button {
  width: 99px;
  height: 35px;
  color: #000;
  background-color: #fff;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  line-height: 34px;
}
.desc-upload {
  color: #000;
  text-align: right;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
.desc-upload p {
  margin-bottom: 0;
}
.desc-form {
  align-self: stretch;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.frm textarea {
  width: 100% !important;
  background: #f5f5f5;
  box-shadow: none;
  border: none;
  outline: none;
  height: 172px !important;
  display: block !important;
}
.code .d-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 5px;
  border-radius: 7px;
  border-bottom: solid 1px #000;
}
.code .d-flex input {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.code button {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
}

@media (max-width: 767.99px) {
  .text-info-contact {
    font-size: 20px;
    max-width: 273px;
    margin-left: auto;
       margin-right: auto;
  }
  .popup-gallery .swiper-slide img {
    max-height: 430px;
  }
  .branch-title {
    font-size: 26px;
  }
  .branch-address {
    font-size: 12px;
  }

  .branch-address a {
    font-size: 12px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .b-company__btn {
    width: 90px;
  }
  .b-fullscreen-slide__title-case span {
    color: #fff;
    font-family: Modam !important;
  }
  .btn {
    font-family: Modam !important;
  }
  .b-product__btn.btn {
    width: auto !important;
  }
  .box-left {
    margin-top: 0 !important;
  }
  .with-submenu > a::after {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 15px;
    height: 13px;
    content: "";
    background: url("../images/down.svg");
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .frm-search {
    border-bottom: 1px solid #807f63 !important;
  }

  .b-popup__close {
    background: url(../images/w-close.svg) no-repeat;
    width: 15px !important;
    height: 15px !important;
  }

  #popup-callback .b-popup__close {
    background: url(../images/black-close.svg) no-repeat !important;
    width: 17px !important;
    height: 18px !important;
  }
  .b-fullscreen-slide__title-case,
  .b-fullscreen-slide__title-case span,
  .b-fullscreen-slide__title-case .btn {
    opacity: 0;
    -webkit-transition: 0.35s ease all;
    transition: 0.35s ease all;
  }
  .swiper-slide.swiper-slide-active .b-fullscreen-slide__title-case,
  .swiper-slide.swiper-slide-active .b-fullscreen-slide__title-case span,
  .swiper-slide.swiper-slide-active .b-fullscreen-slide__title-case .btn {
    opacity: 1;
    -webkit-transition: 0.35s ease all;
    transition: 0.35s ease all;
    left: auto !important;
  }
  .submenu {
    display: none;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .submenu li a {
    color: #fff;
    text-align: center;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .col-form-4 {
    width: 100%;
  }
}
.b-company__btn.btn.js-ajax-company.js-slider-change-href.w-100.btn-download:hover {
  border-bottom: #000;
  background: #be9b64;
  color: #000 !important;
}
.b-company__btn.btn.js-ajax-company.js-slider-change-href.w-100.btn-download:hover
  svg
  path {
  fill: #000;
}

.frm-search {
  direction: rtl;
  display: flex;
  align-items: center;
  height: 68px;
  padding: 20px 1;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 1px solid #807f63;
}
.frm-search button {
  background-color: transparent !important;
  height: 48px;
  width: 48px;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.frm-search button:hover {
  background-color: #be9b64;
}
.frm-search input {
  width: calc(100% - 48px);
  height: 48px;
  background: #fff;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0 20px;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 50px;
  right: 0;
  left: 0;
  opacity: 1;
}
.b-page-counter {
  color: white;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  font-family: sans-serif;
}
.b-geo-select__body {
  width: 100%;
}
.send button {
  display: flex;
  width: 100%;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 7px;
  border-bottom: 1px solid #121f1a;
  background: #fff;
  height: 50px;
  color: #000;
  font-family: ModamVF;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-transition: color, background, border-color;
  transition: color, background, border-color;
  transition-duration: 0s, 0s, 0s;
  transition-timing-function: ease, ease, ease;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.send button:hover {
  border-color: #be9b64;
  color: #be9b64;
  cursor: pointer;
}
.b-nav-left__counter {
  position: absolute;
  bottom: 92px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2px;
}
.swiper-slide img {
  border-radius: 0 !important;
}
#popup-callback .b-popup__half-section {
  background: #fff;
}
.breadcrumb {
  direction: rtl;
  text-align: right;
  padding-right: 0 !important;
}
.breadcrumb li {
  display: inline-block;
  margin-left: 5px;
  color: #000;
  text-align: right;
  font-family: ModamVF;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.breadcrumb li a {
  color: #000;
  text-align: right;
  font-family: ModamVF;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.searh-wrapper {
  width: 100%;
  margin: 20px auto;
}
.flex-col {
  flex-direction: column;
}
.d-flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.not-found-result {
  color: #171717;
  text-align: center;
  font-family: ModamVF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  direction: rtl;
}
.page-breadcrumb li,
.page-breadcrumb li a {
  color: #f0ede5;
  text-align: right;
  font-family: ModamVF;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
#error {
  background: #fff url("../images/bg-error.png") no-repeat;
  background-size: cover;
}
#error-500 {
  background: #fff url("../images/bg-500.png") no-repeat;
  background-size: cover;
}
.error-container {
  max-width: 650px;
  margin: auto;
  direction: rtl;
  text-align: center;
}
.desc-error {
  width: 100%;
  color: #525252;
  text-align: center;
  font-family: ModamVF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
}
.btn-return {
  color: #000;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: inline-flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border-bottom: 1px solid #000;
  transform: all 0.3s linear;
}
.btn-return:hover {
  color: #be9b64;
  border-color: #be9b64;
  font-weight: 600;
}
.mt-20 {
  margin-top: 20px;
}
.b-about-text {
  color: #f0ede5;
  text-align: justify;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  direction: rtl;
  max-height: 500px;
  overflow-y: auto;
}
.text {
  width: 100%;
  color: #f0ede5;
  text-align: justify;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  direction: rtl;
}
#gallery .b-fullscreen-slide--product .swiper-slide::after,
#colleagues .b-fullscreen-slide--product.single-slide::after {
  display: none !important;
}
@media (min-width: 768px) {
  #colleagues .b-product__half-wrap {
    width: 70%;
  }
  .logo-grid-carousel {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 767.99px) {
  #colleagues .b-product__half-wrap {
    margin: auto !important;
  }
  #colleagues .b-product__content {
    right: 0 !important;
  }
  #colleagues .b-product__half-wrap {
    width: 100% !important;
  }
}
#colleagues .b-product__content {
  max-width: 100% !important;
}
.logo-grid-carousel {
  width: 100%;
  margin: 0 auto;
  direction: ltr;
}
.logo-grid-carousel a {
  display: block;
}
.logo-grid-carousel img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 0px;
}
.banner-top {
  position: relative;
}
.title-page {
  color: #f6f3e8;
  text-align: right;
  font-family: ModamVF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  right: 60px;
  bottom: 30px;
  border-right: 1px solid #f6f3e8;
  padding-right: 10px;
  z-index: 1;
}
.blog-list {
  background-color: #fff;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.list-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  list-style: none;
  direction: rtl;
}
.list-blog li {
  box-sizing: border-box;
}
.l-blog-img {
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 0px 0px 0px 125px;
}
.l-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 300.21/424;
  border-radius: 0px 0px 0px 125px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.layer-blog {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #f0ede5;
  text-align: justify;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  border-radius: 0px 0px 0px 125px;
  z-index: 1;
  padding: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.date-blog {
  width: 87px;
  transform: rotate(90deg);
  color: #f0ede5;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  position: absolute;
  bottom: 50px;
  right: -20px;
}

.list-blog li:hover img,
.project-slider .slide:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-blog li:hover .layer-blog,
.project-slider .slide:hover .layer-blog {
  background: linear-gradient(
    0deg,
    rgba(28, 66, 32, 0.65) 0%,
    rgba(28, 66, 32, 0.65) 100%
  );
}

.inner-footer.w-100 {
  background-color: #1c4220;
  direction: rtl;
  text-align: right;
}
.f-text-form {
  color: #fff;
  font-family: ModamVF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 767.99px) {
  .b-company__btn.btn.js-popup.l-footer {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .inner-footer.w-100 {
    padding: 20px 40px 10px 40px;
    text-align: center;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .inner-social li {
    margin: 0 6px;
  }
  .link-footer li {
    margin: 0 18px;
  }
  .menu-footer li {
    margin: 0 5px;
  }
  .f-inner-address {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .short-about-company {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .short-about-company {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .banner-cal{
  background: url('../images/banner-contact.png') no-repeat;
  background-size: cover;
  height: 492px;
  background-position: center center;
}
  .search-top {
    padding: 150px 60px 80px 60px;
  }
  .desc-branch {
    max-height: 200px;
    overflow-y: auto;
  }
  .mfp-container.blur-bg-popup.mfp-s-ready.mfp-inline-holder {
    background: rgba(246, 243, 232, 0.5);
    backdrop-filter: blur(17.399999618530273px);
    opacity: 0.7;
  }

  .flex-desk-branch {
    display: flex;
    gap: 14px;
    align-items: baseline;
  }
  .flex-com {
    align-items: flex-end;
  }
  .send-comment-link {
    margin-right: 20px;
  }
  .slick-gallery .slick-slide {
    padding: 0 10px;
    height: 515px;
  }
  .related-pro {
    padding: 20px 60px 20px 0;
  }
  .related-proj {
    padding: 20px 60px 20px 60px;
  }
  .faq {
    padding: 20px 60px 40px 60px;
  }
  .blog-list {
    padding: 30px 60px;
  }
  .b-company__btn.btn.js-popup.l-footer {
    width: 143px !important;
  }
  .inner-footer.w-100 {
    padding: 20px 80px 10px 60px;
    position: relative;
  }
  .w-100.f-inner-address {
    margin-right: -20px;
    margin-top: 49px !important;
  }
  .row-botton {
    margin-right: -20px;
  }
  .inner-footer::before {
    width: 2px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 60px;
    content: "";
  }
  .menu-footer li {
    margin-left: 15px;
  }
  .link-footer li {
    display: inline-block;
    margin-right: 45px;
  }
  .inner-social li {
    margin-right: 15px;
  }
  .text-md-end {
    text-align: left;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.inner-social li {
  display: inline-block;
  vertical-align: middle;
}
.ps-0 {
  padding-right: 0 !important;
}
.link-footer li {
  display: inline-block;
}
.link-footer li a {
  color: #9ca3af;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  transition: all 0.2s linear;
}
.link-footer li a:hover,
.menu-footer li a:hover {
  color: #fff;
}
.f-inner-address {
  color: #fff;
  text-align: right;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 30px;
}
.tel a {
  color: #fff;
  text-align: right;
  font-family: Megila;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
}
.nama-site a {
  color: #fafafa;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: inline-block;
}
.menu-footer li {
  display: inline-block;
}
.menu-footer li a {
  color: #9ca3af;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  transition: all 0.2s linear;
}
.row-botton {
  border-top: 1px solid #9ca3af;
  margin-top: 13px;
  padding-top: 10px;
}
.banner-top {
  height: 100vh;
}
.banner-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767.99px) {
  .banner-cal{
  background: url('../images/banner-inf--mob.png') no-repeat;
  background-size: cover;
  height: 492px;
  background-position: center center;
}
  .search-top {
    padding: 100px 30px 20px 30px;
  }
  .text-justify.desc-branch {
    display: block;
    max-height: 100px;
    overflow-y: auto;
  }
  .flex-desk-branch {
    font-size: 12px;
  }
  .mfp-container.blur-bg-popup.mfp-s-ready.mfp-inline-holder {
    background: rgba(246, 243, 232, 0.5);
    backdrop-filter: blur(17.399999618530273px);
  }

  .banner-top-show {
    height: 40vh;
  }
  .banner-top-show img {
    height: 100%;
    object-fit: cover;
  }
  .slick-gallery .slick-slide {
    height: 254px;
  }
  .related-pro {
    padding: 20px 40px 20px 0;
  }
  .related-proj,
  .faq {
    padding: 20px 40px 20px 40px;
  }
  .list-blog {
    justify-content: center;
  }
  .list-blog li {
    flex: 0 0 calc(100% - 20px);
  }
  .blog-list {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 500px) {
  .list-blog li {
    flex: 0 0 calc(100% - 20px);
  }
}
@media screen and (min-width: 501px) and (max-width: 767.99px) {
  .list-blog li {
    flex: 0 0 calc(48% - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .list-blog li {
    flex: 0 0 calc(48% - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .list-blog li {
    flex: 0 0 calc(32% - 20px);
  }
}
@media screen and (min-width: 1101px) {
  .list-blog li {
    flex: 0 0 calc(24% - 20px);
  }
}
.date-blog-page {
  color: #f0ede5;
  text-align: right;
  font-family: ModamVF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  right: 60px;
  bottom: 30px;

  padding-right: 10px;
  z-index: 1;
}
.banner-top-show {
  position: relative;
}
.show-title-blog {
  color: #000;
  text-align: right;
  font-family: ModamVF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.show-desc-blog {
  direction: rtl;
  color: #525252;

  text-align: justify;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
.show-desc-blog a {
  color: #20799f;
}
.slick-gallery {
  width: 100%;
  margin: 0 auto;
}
.slick-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.gallery-nav {
  text-align: right;
  font-size: 18px;
  margin-top: 30px;
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}
.gallery-nav .current {
  color: #000;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}
.page-info {
  margin-top: -3px;
}
.gallery-nav .total {
  color: #00000061;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}
.gallery-nav .prev,
.gallery-nav .next {
  cursor: pointer;
  padding: 0 10px;
}

.slick-gallery .slick-slide {
  box-sizing: border-box;
}
.slick-gallery .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.line {
  border-color: #737373;
}
.related-pro,
.related-proj,
.faq {
  background-color: #fff;
  direction: rtl;
}
.product-slider,
.project-slider {
  margin: 0 -15px;
}
.project-slider .slide {
  padding: 0 15px;
}
.product-slider .slide {
  transform: scale(0.9);
  transition: all 0.2s linear;
}
.g-img-pro {
  box-sizing: border-box;
  height: 424px;
  border-radius: 0px 0px 0px 125px;
  position: relative;
}
.product-slider .g-img-pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  border-radius: 0px 0px 0px 125px;
  object-fit: cover;
}
.pro-name {
  width: 100%;
  color: #fff;
  font-family: Megila;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 26%;
  padding: 20px;
  opacity: 0;
  transition: all 0.2s linear;
  right: 0;
  text-align: right;
}
.product-slider .slide:hover .pro-name {
  opacity: 1;
}
.product-slider .slide:hover {
  transform: scale(1);
}
.title-slide {
  color: #000;
  text-align: right;
  font-family: ModamVF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-right: 1px solid #000;
  padding-right: 10px;
}
.r-proj-link {
  color: #000;
  font-family: ModamVF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.r-proj-name {
  color: #000;
  text-align: right;
  font-family: ModamVF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.mb-30 {
  margin-bottom: 30px;
}
.box-proj {
  padding: 14px 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  transition: all 0.2s linear;
}
.box-proj:hover {
  background-color: #1c4220;
  border-color: #1c4220;
}
.box-proj:hover .r-proj-name,
.box-proj:hover .r-proj-link {
  color: #f6f3e8 !important;
}
.quote-slider-wrapper {
  background-color: #f6f3e8;
  padding: 20px 30px;
  text-align: right;
  position: relative;
}

.quote-slide h4 {
  color: #000;
  text-align: right;
  font-family: ModamVF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.quote-slide p {
  color: #525252;
  text-align: right;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.quote-nav {
  text-align: center;
  margin-top: 20px;
}

.quote-nav button {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  margin: 0 10px;
  color: #222;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.quote-nav button:hover {
  color: #555;
}
.lbl-comment {
  color: #000;
  text-align: right;
  font-family: ModamVF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.send-comment-link {
  color: #525252;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  width: 350px;
  max-width: 350px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border-bottom: 1px solid #525252;
  transition: all 0.3s linear;
}
.send-comment-link:hover {
  border-color: #be9b64;
  color: #be9b64;
}
.text-right {
  text-align: right;
}
.accordion {
  direction: rtl;
}

.accordion-item {
  border-bottom: 1px solid #1c4220;
  background: #f0ede5;
  margin-bottom: 7px;
}

.accordion-header {
  cursor: pointer;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-header h4 {
  margin: 0;
  color: #171717;
  font-family: ModamVF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.toggle-icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: 200;
}

.accordion-content {
  display: none;
  text-align: right;
  padding: 15px;
  width: 100%;
  color: #171717;
  text-align: justify;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.accordion-header.active .toggle-icon {
  content: "×";
}
.accordion-content.open {
  display: block;
}
.mx-100 {
  max-width: 90% !important;
}
.frm-contact {
  margin-top: 20px;
  direction: rtl;
  color: #fff;
}
.frm-contact label {
  align-self: stretch;
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: right;
  width: 100%;
  margin-bottom: 0 !important;
}
.frm-contact input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none;
}
.frm-contact .inputfile-box label {
  width: 100%;
  height: 48px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.frm-contact textarea {
  width: 100% !important;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none;
  height: 120px !important;
  display: block !important;
}
#form .btn-download {
  background: #1c4220;
  border-color: #1c4220;
  color: #fff !important;
  margin-top: 10px;
}
#form .btn-download svg path {
  fill: #fff;
}
#form .btn-download:hover {
  background: #be9b64;
  border-color: #be9b64;
}
.frm-contact .desc-upload,
#form .text-geo,
#form .desc-form {
  color: #fff;
}
.frm-contact .code .d-flex {
  border-bottom: 1px solid #f0ede5 !important;
}
.frm-contact .send button {
  display: flex;
  width: 223px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border-bottom: 1px solid #f0ede5;
  background-color: transparent !important;
  color: #fff !important;
}
.text-justify {
  text-align: justify;
}

.popup-gallery {
  padding: 20px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.popup-gallery .swiper {
  width: 100%;
  height: 500px;
}

.popup-gallery .swiper-slide img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.popup-gallery .swiper-button-next {
  background: url("../images/next-gallery.png");
  width: 44px;
  height: 44px;
}
.popup-gallery .swiper-button-prev {
  background: url("../images/prev-gallery.png");
  width: 44px;
  height: 44px;
  font-size: 0 !important;
}
.popup-gallery .swiper-button-prev::after,
.popup-gallery .swiper-button-next::after {
  display: none !important;
}
.popup-gallery .custom-pagination {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-family: Megila;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popup-gallery .custom-pagination span {
  margin: 0 10px;
}

.popup-gallery .custom-pagination .active {
  font-weight: bold;
  opacity: 1;
  background: #24382f;
  color: #f0ede5;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid #f0ede5;
  background: rgba(28, 66, 32, 0.5);
}
.mfp-container.blur-bg-popup.mfp-s-ready.mfp-inline-holder .mfp-close {
  width: 28px;
  height: 28px;
  background: url("../images/close.png");
  font-size: 0 !important;
  margin-top: 10px;
}
.search-top {
  background-color: #fff;
  direction: rtl;
}
.search-breadcrumb li,
.search-breadcrumb li a {
  color: #000;
}
.pb-50 {
  padding: 50px;
}
.date-blog-page a,
.link-banner a {
  color: #f0ede5;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  width: 166px;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border: 1px solid #fff;
  background: #1c4220;
  transition: all 0.2s linear;
}
.date-blog-page a:hover,
.link-banner a:hover{
  background: #BE9B64;
}
.short-about-company {
  color: #000;
  text-align: justify;
  font-family: ModamVF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.img-about img {
  border-radius: 0 0 150px 0;
  max-height: 477px;
  object-fit: cover;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.bg-white {
  background-color: #fff;
}
.mt-30 {
  margin-top: 30px;
}
.info-contact {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.position-relative {
  position: relative;
}
.text-info-contact {
  align-self: stretch;
  color: #fafafa;
  text-align: center;
  font-family: ModamVF;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
.b-menu__item:last-child {
  color: #fff;
}
.b-header__logo img{
  max-width: 150px;
  padding-top: 10px;
}
.b-about-text{
  padding-left: 8px;
}
.desc-content {
  padding: 0px !important;

}
}
.b-header.fixed{
  background-color: rgba(28, 66, 32, 0.1) !important;
  backdrop-filter: blur(10px) saturate(2) !important;
  margin-bottom: 0 !important;
  padding-bottom: 35px !important;
  height: 84px !important;
  top: 0;
}


@media only screen and (max-width: 600px) {
  .b-header.fixed{
    background-color: rgba(28, 66, 32, 0.1) !important;
    backdrop-filter: blur(10px) saturate(2) !important;
    margin-bottom: 0 !important;
    padding-bottom: 35px !important;
    height: 62px !important;
  }
}

