@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,regular,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Ruda:regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Jura:300,regular,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Exo+2:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700);

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
  resize: none;
  border-radius: 0;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #111111;
  line-height: 1.4;
}

body._lock {
  overflow: hidden;
}

p {
  margin-bottom: 15px;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._container {
  max-width: 1218px;
  margin: 0 auto;
}

@media (max-width: 1298px) {
  ._container {
    max-width: 930px;
  }
}

@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    padding: 0px 30px;
  }
}

@media (max-width: 767.98px) {
  ._container {
    padding: 0 20px;
  }
}

@media (max-width: 575.98px) {
  ._container {
    padding: 0 15px;
  }
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}

._more-link span {
  font-style: normal;
}

._more-link span:first-child {
  display: block;
}

._more-link span:last-child {
  display: none;
}

._more-link._active span {
  font-style: normal;
}

._more-link._active span:first-child {
  display: none;
}

._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

._subttl-c,
._subttl-l {
  color: #d7dfd3;
  font-family: "Oswald";
  letter-spacing: -0.5px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
}

._subttl-c::before,
._subttl-c::after,
._subttl-l::before,
._subttl-l::after {
  content: "";
  background-color: #d7dfd3;
  width: 40px;
  height: 3px;
  bottom: 0px;
  display: block;
  margin-bottom: 4px;
  border-radius: 3px;
}

._subttl-c::before,
._subttl-l::before {
  margin-right: 15px;
}

._subttl-c::after,
._subttl-l::after {
  margin-left: 15px;
}

@media (max-width: 767.98px) {

  ._subttl-c,
  ._subttl-l {
    font-size: 24px;
    margin-bottom: 8px;
  }

  ._subttl-c::before,
  ._subttl-c::after,
  ._subttl-l::before,
  ._subttl-l::after {
    width: 20px;
  }
}

._subttl-c {
  justify-content: center;
  text-align: center;
}

._subttl-l {
  justify-content: flex-start;
  text-align: left;
}

._subttl-l::before {
  display: none;
}

._ttl-c,
._ttl-l {
  font-family: "Oswald";
  color: #171717;
  letter-spacing: -0.5px;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {

  ._ttl-c,
  ._ttl-l {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

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

._ttl-l {
  text-align: left;
}

._btn {
  display: inline-block;
  z-index: 1;
  background-color: #3dc300;
  color: white;
  transition: 0.4s;
  padding: 18px 40px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  line-height: 1;
  font-weight: 500;
  border-radius: 6px;
  overflow: hidden;
}

._btn::before {
  content: "";
  background-color: #316200;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  transition: 0.3s;
  display: block;
  z-index: -1;
}

._btn:hover {
  color: white;
  transition: 0.3s;
}

._btn:hover::before {
  transition: 0.3s;
  left: 0%;
  right: auto;
  width: 100%;
}

@media (max-width: 767.98px) {
  ._btn {
    padding: 12px 25px;
  }
}

._nav-arrows {
  display: flex;
  justify-content: center;
}

._nav-arrows div {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

._nav-arrows div::before {
  content: "";
  border-top: 2px solid white;
  border-right: 2px solid white;
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 14px;
}

._nav-arrows div:first-child {
  margin-right: 10px;
}

._nav-arrows div:first-child::before {
  transform: rotate(-135deg);
  left: 15px;
}

._nav-arrows div:last-child::before {
  transform: rotate(45deg);
  left: 12px;
}

._nav-arrows .swiper-button-disabled::before {
  border-color: rgba(255, 255, 255, 0.534);
}

._section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  ._section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

._content {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  ._content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

._text {
  line-height: 1.4;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  ._text {
    font-size: 14px;
  }
}

._text h1,
._text h2,
._text h3,
._text h4 {
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 20px;
  line-height: 1.2;
  font-family: "Oswald";
  color: #316200;
  letter-spacing: -0.5px;
}

._text h2 {
  font-size: 30px;
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  ._text h2 {
    font-size: 26px;
  }
}

._text h3 {
  font-size: 26px;
}

@media (max-width: 767.98px) {
  ._text h3 {
    font-size: 24px;
  }
}

._text h4 {
  font-size: 22px;
}

@media (max-width: 767.98px) {
  ._text h4 {
    font-size: 20px;
  }
}

._text ul,
._text ol {
  margin: 20px 0;
}

._text ol {
  margin-left: 30px;
}

._text li {
  margin-bottom: 8px;
  display: flex;
}

._text ul>li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #3dc300;
  height: 8px;
  width: 8px;
  position: relative;
  flex-shrink: 0;
  top: 7px;
}

._text a {
  color: #316200;
  border-bottom: 1px solid #316200;
  transition: 0.4s;
}

._text a:hover {
  border-color: transparent;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("../img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

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

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

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

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

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

.lg-toolbar .lg-close {
  background: url("../img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

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

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

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

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

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

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

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown>li:hover a,
.lg-outer .lg-dropdown>li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

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

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

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

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

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

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

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

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

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

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

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

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

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

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

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

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

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

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

/**
 * Swiper 7.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 16, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-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-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: 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%;
  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;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.popup-form {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  display: flex;
  justify-content: flex-end;
}

.popup-form::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}

.popup-form.show {
  visibility: visible;
  overflow: auto;
}

.popup-form.show::before {
  opacity: 1;
}

.popup-form._active {
  overflow: auto;
  visibility: visible;
}

.popup-form._active .popup-form__content {
  transform: translateX(0);
}

.popup-form._active::before {
  opacity: 1;
}

.popup-form__content {
  width: 700px;
  max-width: 90%;
  background-color: black;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  transform: translateX(100%);
}

.popup-form__body {
  overflow: auto;
  height: 100%;
  padding: 60px;
  background: url(../img/map2.png) 0 bottom/120% no-repeat;
}

@media (max-width: 575.98px) {
  .popup-form__body {
    padding: 50px 30px 30px;
  }
}

.popup-form__ttl {
  color: white;
  margin-bottom: 30px;
}

.popup-form__form {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .popup-form__contacts {
    display: none;
  }
}

.popup-form__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0/contain no-repeat;
}

.popup-thanks {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup-thanks::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}

.popup-thanks.show {
  visibility: visible;
  overflow: auto;
}

.popup-thanks.show::before {
  opacity: 1;
}

.popup-thanks.show .popup__body {
  transform: scale(1);
}

.popup-thanks._active {
  overflow: auto;
  visibility: visible;
}

.popup-thanks._active::before {
  opacity: 1;
}

.popup-thanks._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}

.popup-thanks__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-thanks__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #191919;
  padding: 50px;
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.popup-thanks__body svg {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.popup-thanks__ttl {
  font-family: "Oswald";
  color: #60d72a;
  font-size: 28px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  .popup-thanks__ttl {
    font-size: 22px;
  }
}

.popup-thanks__txt {
  color: white;
  font-size: 16px;
}

.popup-thanks__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0/contain no-repeat;
}

.icon-menu {
  display: none;
}

@media (max-width: 991.98px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: white;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

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

  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.header {
  position: relative;
}

.header-top {
  background-color: #000;
  display: flex;
  color: white;
  line-height: 1;
  padding: 0 50px;
}

@media (max-width: 991.98px) {
  .header-top {
    padding: 0 30px;
  }
}

@media (max-width: 767.98px) {
  .header-top {
    padding: 0 20px;
  }
}

@media (max-width: 575.98px) {
  .header-top {
    padding: 0 15px;
  }
}

.header-top a {
  color: white;
}

.header-top__column {
  height: 45px;
  text-align: right;
  padding: 5px 15px 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .header-top__column {
    border-right: none;
  }
}

.header-top__column::before {
  content: "";
  height: 70%;
  border-right: 1px solid rgba(250, 250, 250, 0.2);
  margin-right: 20px;
}

.header-top__column:last-child {
  border-right: 0;
  padding-right: 0;
}

.header-top__column:first-child {
  padding-left: 0;
}

.header-top__column:first-child::before {
  display: none;
}

.header-top__column svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease 0s;
}

.header-top__column svg:hover {
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .header-top__column svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 767.98px) {
  .header-top__column_time {
    display: none;
  }
}

.header-top__column_tel {
  flex-grow: 1;
}

.header-top__column_tel a {
  display: inline-flex;
  align-items: center;
}

.header-top__column_tel svg {
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .header-top__column_tel svg {
    margin-right: 5px;
  }
}

.header-top__column_tel::before {
  display: none;
}

.header-top__column_mail a {
  display: inline-flex;
  align-items: center;
}

.header-top__column_mail svg {
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .header-top__column_mail {
    display: none;
  }
}

.header-top__column_socials a {
  margin-left: 10px;
}

.header-top__column_socials a:first-child {
  margin-left: 0;
}

@media (max-width: 575.98px) {
  .header-top__column_socials {
    display: none;
  }
}

.header-main {
  transition: all 0.8s ease 0s;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 50px;
  backdrop-filter: blur(2px);
}

@media (max-width: 991.98px) {
  .header-main {
    padding: 10px 30px;
    backdrop-filter: unset;
  }
}

@media (max-width: 767.98px) {
  .header-main {
    padding: 10px 20px;
  }
}

@media (max-width: 575.98px) {
  .header-main {
    padding: 10px 15px;
  }
}

.header-main__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-main__logo {
  line-height: 1;
}

.header-main__logo img {
  width: 200px;
  height: 50px;
}

@media (max-width: 991.98px) {
  .header-main__logo img {
    width: 120px;
    height: 30px;
  }
}

@media (max-width: 991.98px) {
  .header-main__nav {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 80%;
    width: 400px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transform: translateX(-100%);
    transition: 0.4s;
    background-color: #191919;
  }

  .header-main__nav._active {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
}

.header-main__arrow {
  padding: 0 5px;
  margin-left: 10px;
}

@media (max-width: 991.98px) {
  .header-main__arrow {
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
}

.header-main__arrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  margin-bottom: 2px;
  transition: 0.4s;
}

@media (max-width: 991.98px) {
  .header-main__arrow::before {
    transform: rotate(-45deg);
  }
}

.header-main__list {
  display: flex;
}

@media (max-width: 991.98px) {
  .header-main__list {
    display: block;
  }
}

.header-main__list>li>a {
  display: inline-block;
  color: white;
  padding: 35px 10px;
  transition: 0.4s;
  font-weight: 500;
}

@media (any-hover: hover) {
  .header-main__list>li>a:hover {
    color: #3dc300;
  }

  .header-main__list>li>a:hover .header-main__arrow::before {
    border-color: #3dc300;
  }
}

@media (max-width: 991.98px) {
  .header-main__list a {
    flex-grow: 1;
    color: white;
    padding: 10px 12px !important;
    display: flex !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
  }
}

.header-main__list .menu-item-has-children {
  position: relative;
}

.header-main__list .menu-item-has-children li {
  transition: all 0.4s ease 0s;
}

.header-main__list .menu-item-has-children a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main__list .menu-item-has-children a._open {
  color: #3dc300;
}

@media (any-hover: hover) {
  .header-main__list .menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .header-main__list .menu-item-has-children li:hover {
    background-color: rgba(0, 0, 0, 0.07);
  }
}

@media (min-width: 992px) {
  .header-main__list .menu-item-has-children ul {
    position: absolute;
    background: white;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40%);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  }

  .header-main__list .menu-item-has-children ul li {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 20px;
  }

  .header-main__list .menu-item-has-children ul a {
    color: #111111;
    white-space: nowrap;
    font-weight: 500;
    font-size: 13px;
  }

  .header-main__list .menu-item-has-children ul .header-main__arrow::before {
    transform: rotate(-45deg);
    border-color: black;
    margin-bottom: 0;
  }

  .header-main__list .menu-item-has-children ul>.menu-item-has-children>ul {
    left: 100%;
    top: 0;
  }
}

@media (max-width: 991.98px) {
  .header-main__list .menu-item-has-children ul {
    flex-basis: 100%;
    margin-left: 13px;
  }

  .header-main__list .menu-item-has-children a._open>.header-main__arrow::before {
    transform: rotate(45deg);
  }
}

@media (max-width: 991.98px) {
  .header-main__order {
    display: none;
  }
}

.header-main._fixed {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

._touch .menu-item-has-children ul {
  display: none;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.current-menu-item>a {
  color: #3dc300;
}

.footer {
  color: white;
  background: #171717;
}

.footer__wrapper {
  margin: 0px -15px;
  display: flex;
  padding: 80px 0px 50px;
}

@media (max-width: 991.98px) {
  .footer__wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .footer__wrapper {
    padding: 30px 0px 10px;
  }
}

.footer__column {
  flex: 0 0 25%;
  padding: 0px 15px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .footer__column {
    flex-basis: 50%;
  }
}

@media (max-width: 767.98px) {
  .footer__column {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .footer__column_about {
    order: 1;
  }
}

@media (max-width: 991.98px) {
  .footer__column_menu {
    order: 3;
  }
}

@media (max-width: 991.98px) {
  .footer__column_service {
    order: 4;
  }
}

@media (max-width: 991.98px) {
  .footer__column_form {
    order: 2;
  }
}

.footer__column li {
  margin-bottom: 10px;
}

.footer__column a {
  color: white;
}

.footer__logo img {
  max-width: 225px;
  height: 60px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .footer__logo img {
    margin-bottom: 15px;
  }
}

.footer__about-txt {
  margin-bottom: 15px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
}

.footer__link {
  display: flex;
  margin-bottom: 10px;
}

.footer__link svg {
  color: #60d72a;
  height: 18px;
  width: 18px;
  margin-right: 10px;
}

.footer__column-ttl {
  font-family: "Oswald";
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  color: #60d72a;
  letter-spacing: -0.5px;
}

@media (max-width: 767.98px) {
  .footer__column-ttl {
    margin-bottom: 15px;
  }
}

.footer__form>input {
  width: 100%;
  height: 50px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: black;
  color: white;
}

.footer__form button {
  width: 100%;
  color: #171717;
  background: white;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  font-family: "Oswald";
  line-height: 1;
}

.footer__form button:hover {
  background: #316200;
  transition: all 0.3s ease 0s;
}

.footer__checkbox {
  display: flex;
  margin-bottom: 10px;
  font-size: 10px;
  align-items: center;
}

.footer__checkbox-input {
  appearance: none;
  position: absolute;
  background: 0 0 !important;
  width: auto !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer__checkbox-input:checked+.footer__checkbox-box::before {
  content: url("data:image/svg+xml; utf8, %3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-2x'%3E%3Cpath fill='%231f6200' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
  width: 13px;
  height: 13px;
  left: 1px;
  top: -2px;
  position: absolute;
  font-weight: 700;
  line-height: 1;
}

.footer__checkbox-box {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  /* border: 1px solid #1d62b9; */
  font-size: 20px;
  display: block;
  cursor: pointer;
  background: #ffffff;
  position: relative;
  flex-shrink: 0;
}

.copyright {
  background: #111111;
}

.copyright__txt {
  padding: 20px 0px;
  color: white;
  text-align: center;
}

.copyright__txt span {
  color: #3dc300;
}

.page {
  flex: 1 1 auto;
}

.clients {
  padding: 30px 0;
}

.clients__slider {
  overflow: hidden;
}

.clients__img {
  padding-bottom: 50%;
}

.clients__img>img {
  object-fit: contain;
}

.faq__item {
  background-color: rgba(236, 238, 235, 0.45);
  margin-bottom: 10px;
  border-radius: 5px;
}

.faq__item-ttl {
  font-family: "Oswald";
  letter-spacing: -0.5px;
  color: #171717;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding: 15px 60px 15px 15px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .faq__item-ttl {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.faq__icon {
  background: #eceeeb;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.faq__icon span {
  position: relative;
  width: 10px;
  height: 10px;
}

.faq__icon span::before,
.faq__icon span::after {
  content: "";
  background-color: #3dc300;
  border-radius: 2px;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 5px;
}

.faq__icon span::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq__item-body {
  padding: 20px;
  font-size: 16px;
  color: black;
  line-height: 1.6;
}

.faq__item-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .faq__item-body {
    font-size: 14px;
    padding: 15px;
  }
}

._active .faq__icon>span::after {
  transform: rotate(0);
}

.reviews {
  background-image: url("../img/map.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 150px;
  padding: 50px 0;
}

@media (max-width: 991.98px) {
  .reviews {
    background-size: contain;
  }
}

@media (max-width: 767.98px) {
  .reviews {
    padding: 20px 0;
    background-position-y: 50px;
  }
}

.reviews__slider {
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .reviews__slider {
    overflow: visible;
  }
}

@media (max-width: 767.98px) {
  .reviews__slider {
    margin-bottom: 20px;
  }
}

.reviews__slide {
  height: auto;
}

.reviews__nav-prev,
.reviews__nav-next {
  background-color: #191919;
}

.reviews__nav-prev:hover,
.reviews__nav-next:hover {
  background-color: #3dc300;
}

@media (max-width: 991.98px) {

  .reviews__nav-prev:hover,
  .reviews__nav-next:hover {
    background-color: #191919;
  }
}

.review {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}

.review__item {
  flex-grow: 1;
  background-color: #191919;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 50px;
}

@media (max-width: 767.98px) {
  .review__item {
    padding: 25px 25px 30px;
  }
}

.review__item svg {
  color: #3dc300;
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
}

.review__txt {
  flex-grow: 1;
  margin-bottom: 20px;
  color: #d4d4d4;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .review__txt {
    font-size: 14px;
  }
}

.review__ttl {
  font-size: 28px;
  font-family: "Oswald";
  letter-spacing: -0.5px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .review__ttl {
    font-size: 22px;
  }
}

.review__subttl {
  margin-bottom: 15px;
}

.review__author {
  margin-left: 50px;
  margin-top: -40px;
  border: 12px solid white;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .review__author {
    margin-left: 25px;
    margin-top: -25px;
  }
}

.review__img {
  width: 76px;
  height: 76px;
}

.latest-news {
  background-color: #f1f1f1;
}

.latest-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.latest-news__ttls {
  max-width: 600px;
  padding-right: 40px;
}

.latest-news__ttl {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .latest-news__btn {
    display: none;
  }
}

.latest-news__btn-mob {
  display: none;
}

@media (max-width: 767.98px) {
  .latest-news__btn-mob {
    display: inline-block;
    margin-top: 20px;
  }
}

.latest-news__wrapper {
  display: flex;
  margin: 0 -15px -30px;
}

@media (max-width: 575.98px) {
  .latest-news__wrapper {
    display: block;
  }
}

.latest-news__column {
  flex: 0 0 50%;
  padding: 0 15px 30px;
}

.news {
  padding-bottom: 100%;
  color: white;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.news img {
  transition: all 10s ease 0s;
}

.news:hover img {
  transform: scale(1.5);
  transition: all 15s ease 0s;
}

.news__item {
  position: absolute;
  padding: 30px;
  height: 100%;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.424);
}

@media (max-width: 991.98px) {
  .news__item {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .news__item {
    padding: 14px;
  }
}

.news__date {
  margin-left: auto;
  background-color: #3dc300;
  padding: 15px 20px 20px;
  text-align: center;
  line-height: 1;
  font-family: "Oswald";
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  .news__date {
    padding: 8px 10px;
  }
}

.news__date span {
  display: block;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .news__date span {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .news__date span {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .news__date div {
    font-size: 12px;
  }
}

.news__ttl {
  font-family: "Oswald";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
  display: block;
}

@media (max-width: 991.98px) {
  .news__ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .news__ttl {
    font-size: 20px;
  }
}

.news__link {
  color: #3dc300;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .news__link {
    font-size: 14px;
  }
}

.machines__showmore {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .machines__showmore {
    margin-top: 30px;
  }
}

.machines__ttl {
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .machines__ttl {
    margin-bottom: 20px;
  }
}

.machine__header {
  display: flex;
  justify-content: center;
  font-family: "Oswald";
  color: #316200;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .machine__header {
    flex-direction: column;
    align-items: center;
  }
}

.machine__ttl {
  cursor: pointer;
  font-size: 22px;
  margin-right: 20px;
  transition: 0.3s;
}

.machine__ttl:last-child {
  margin-right: 0;
}

.machine__ttl._active {
  color: #3dc300;
}

.machine__content {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .machine__content {
    margin-bottom: 0;
  }
}

.machine__wrapper {
  display: flex;
  margin: 0 -15px -30px;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .machine__wrapper {
    display: block;
  }
}

.machine__column {
  flex: 0 0 33.333%;
  padding: 0 15px 30px;
}

.machine__item {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.machine__img {
  padding-bottom: 100%;
}

.machine__img img {
  object-fit: contain;
}

.machine__item-content {
  padding: 20px;
  background-color: #191919;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 575.98px) {
  .machine__item-content {
    padding: 14px;
  }
}

.machine__item-ttl {
  font-family: "Oswald";
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .machine__item-ttl {
    font-size: 18px;
  }
}

.machine__desc {
  margin-bottom: 10px;
  flex-grow: 1;
}

.machine__link {
  color: #3dc300;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .machine__link {
    font-size: 14px;
  }
}

.main-banner {
  overflow: hidden;
  position: relative;
}

.main-banner__slider {
  height: calc(100vh - 45px);
  min-height: 400px;
}

.main-banner__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  position: relative;
}

.main-banner__slide img {
  transform: scale(1.2);
  transition: all 20s linear 0s;
}

.main-banner__overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.main-banner__content {
  position: relative;
}

.main-banner__container {
  position: relative;
}

.main-banner__square {
  left: -70px;
  top: 50%;
  position: absolute;
  transform: translateY(60%);
  transition: all 2s ease 0s;
  opacity: 0;
}

@media (max-width: 1298px) {
  .main-banner__square {
    left: -30px;
  }
}

@media (max-width: 767.98px) {
  .main-banner__square {
    display: none;
  }
}

.main-banner__square::before {
  content: "";
  display: block;
  height: 580px;
  width: 440px;
  border: 35px solid #316200;
}

@media (max-width: 991.98px) {
  .main-banner__square::before {
    height: 450px;
  }
}

.main-banner__intro {
  max-width: 800px;
  transform: translateY(-110%);
  transition: all 2s ease 0s;
  opacity: 0;
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  .main-banner__intro {
    padding-right: 0;
  }
}

.main-banner__subttl {
  font-weight: 700;
  font-size: 20px;
  font-family: "Oswald";
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  .main-banner__subttl {
    font-size: 16px;
  }
}

.main-banner__ttl {
  letter-spacing: -0.5pxpx;
  font-weight: 700;
  font-size: 80px;
  font-family: "Oswald";
  line-height: 1.1;
  margin-bottom: 25px;
}

@media (max-width: 1298px) {
  .main-banner__ttl {
    font-size: 50px;
  }
}

@media (max-width: 991.98px) {
  .main-banner__ttl {
    font-size: 45px;
  }
}

@media (max-width: 767.98px) {
  .main-banner__ttl {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .main-banner__ttl {
    font-size: 30px;
  }
}

.main-banner__txt {
  margin-bottom: 25px;
  line-height: 1.6;
}

.main-banner__btn {
  margin-bottom: 15px;
  background: black;
  color: white;
}

.main-banner__btn::before {
  background: #3dc300;
}

.main-banner__nav {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
}

.main-banner__nav-prev,
.main-banner__nav-next {
  border-radius: 6px;
  background-color: #3dc300;
}

@media (min-width: 992px) {

  .main-banner__nav-prev,
  .main-banner__nav-next {
    background-color: #3dc300;
    width: 60px !important;
    height: 60px !important;
  }

  .main-banner__nav-prev:hover,
  .main-banner__nav-next:hover {
    background-color: #316200;
  }

  .main-banner__nav-prev.swiper-button-disabled:hover,
  .main-banner__nav-next.swiper-button-disabled:hover {
    background-color: #3dc300;
  }

  .main-banner__nav-prev::before,
  .main-banner__nav-next::before {
    width: 15px !important;
    height: 15px !important;
    top: 23px !important;
  }

  .main-banner__nav-prev::before {
    left: 24px !important;
  }

  .main-banner__nav-next::before {
    left: 21px !important;
  }
}

.main-banner__pagination {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  left: 20px !important;
  bottom: 50% !important;
  transform: translateY(50%);
  width: fit-content !important;
}

@media (max-width: 1500px) {
  .main-banner__pagination {
    left: auto !important;
    right: 20px;
  }
}

@media (max-width: 767.98px) {
  .main-banner__pagination {
    display: none;
  }
}

.main-banner__pagination span {
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-bottom: 8px !important;
  background: white;
  display: block;
  border-radius: 50%;
}

.swiper-slide-active .main-banner__intro {
  transform: translateY(0);
  opacity: 1;
  transition: all 2s ease 1s;
}

.swiper-slide-next .main-banner__intro {
  transform: translateY(60%);
}

.swiper-slide-active .main-banner__square {
  transform: translateY(-50%);
  opacity: 1;
  transition: all 2s ease 1s;
}

.swiper-slide-active .main-banner__square::before {
  animation: square 3s linear 1s infinite;
}

.swiper-slide-next .main-banner__square {
  transform: translateY(60%);
}

.swiper-slide-active img {
  transform: scale(1);
}

@keyframes square {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(6px, 0);
  }

  50% {
    transform: translate(6px, -6px);
  }

  75% {
    transform: translate(0, -6px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.about__wrapper {
  display: flex;
  margin: 0 -15px;
}

@media (max-width: 991.98px) {
  .about__wrapper {
    display: block;
  }
}

.about__column {
  flex: 0 0 50%;
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .about__column {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .about__subttl {
    font-size: 24px;
  }
}

.about__ttl {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .about__ttl {
    font-size: 30px;
  }
}

.about__txt {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .about__txt {
    font-size: 14px;
  }
}

.about__cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 575.98px) {
  .about__cards {
    display: block;
  }
}

.about__cards-column {
  flex: 0 0 50%;
  padding: 0 15px 30px;
}

.about__card {
  background: #eceeeb;
  padding: 20px;
  text-align: center;
  height: 100%;
  border-radius: 16px;
}

@media (max-width: 1298px) {
  .about__card {
    padding: 15px;
  }
}

@media (max-width: 991.98px) {
  .about__card {
    padding: 10px;
  }
}

.about__card svg {
  width: 45px;
  height: 45px;
  color: #316200;
  margin: 10px 0;
}

.about__card-ttl {
  color: #3dc300;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.1;
  font-family: "Oswald";
}

@media (max-width: 991.98px) {
  .about__card-ttl {
    font-size: 18px;
  }
}

.about__card-txt p:last-child {
  margin-bottom: 0;
}

.about__link {
  background: #091704;
}

.about__img-wrapper {
  padding-bottom: 125%;
  position: relative;
}

.about__rect {
  background-color: #316200;
  position: absolute;
  height: 50%;
  top: 0;
  left: 0;
  width: 75%;
  border-radius: 10px;
}

.about__img {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .about__img {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}

.about__dottes {
  position: absolute;
  background: url(../img/bg-dott2.png) 0 0/8px;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.about__img-txt-block {
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #091704;
  right: 0;
  bottom: 60px;
  left: 60px;
  color: white;
  padding: 30px;
  font-size: 16px;
  border-radius: 12px;
}

@media (max-width: 575.98px) {
  .about__img-txt-block {
    bottom: 40px;
    left: 40px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.2;
  }
}

.about__img-txt-block span {
  color: #4df600;
  display: inline-block;
  border-right: 2px solid #b9b9b9;
  font-size: 50px;
  font-weight: 700;
  padding-right: 15px;
  margin-right: 15px;
}

@media (max-width: 575.98px) {
  .about__img-txt-block span {
    font-size: 24px;
    padding-right: 10px;
    margin-right: 10px;
    align-self: stretch;
    display: flex;
    align-items: center;
  }
}

.services {
  background-color: #eceeeb;
}

.services__subttl {
  color: #316200;
}

.services__subttl::before {
  background: #316200;
}

.services__subttl::after {
  background: #316200;
}

.services__wrapper {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  display: grid;
}

@media (max-width: 767.98px) {
  .services__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

.service {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 30px;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: 1s;
  z-index: 2;
  border-radius: 20px;
}

@media (max-width: 991.98px) {
  .service {
    padding: 20px;
  }
}

.service::before {
  content: "";
  display: block;
  background-color: #171717;
  border-radius: 50%;
  transition: 1.2s;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 1px;
  z-index: -1;
}

@media (any-hover: hover) {
  .service:hover .service__link {
    color: white;
  }

  .service:hover .service__ttl {
    color: white;
  }

  .service:hover .service__number {
    color: rgba(255, 255, 255, 0.5);
  }

  .service:hover .service__icon svg {
    color: #60d72a;
    fill: #60d72a;
  }

  .service:hover .service__desc {
    color: rgba(236, 238, 235, 0.8);
  }

  .service:hover::before {
    transform: scale(1500);
    transform-origin: center;
  }
}

.service__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .service__header {
    margin-bottom: 15px;
  }
}

.service__icon svg {
  width: 90px;
  height: 90px;
  color: #60d72a;
  fill: #60d72a;
  transition: 1s;
}

@media (max-width: 1298px) {
  .service__icon svg {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 991.98px) {
  .service__icon svg {
    width: 60px;
    height: 60px;
  }
}

.service__number {
  font-size: 90px;
  color: rgba(0, 0, 0, 0.1);
  line-height: 1;
  font-weight: 800;
  font-family: "Oswald";
  transition: 1s;
}

@media (max-width: 1298px) {
  .service__number {
    font-size: 75px;
  }
}

@media (max-width: 991.98px) {
  .service__number {
    font-size: 60px;
  }
}

.service__ttl {
  font-family: "Oswald";
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  font-size: 26px;
  transition: 1s;
}

@media (max-width: 1298px) {
  .service__ttl {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .service__ttl {
    font-size: 22px;
  }
}

.service__desc {
  flex-grow: 1;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.5;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1298px) {
  .service__desc {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .service__desc {
    margin-bottom: 20px;
  }
}

.service__sep {
  border-top: 1px solid #eceeeb;
  opacity: 0.5;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .service__sep {
    margin-bottom: 20px;
  }
}

.service__link {
  font-weight: 700;
  font-size: 16px;
  color: #111111;
  transition: 1s;
}

@media (max-width: 767.98px) {
  .service__link {
    font-size: 14px;
  }
}

.numbers {
  padding-top: 80px;
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .numbers {
    padding-top: 30px;
  }
}

.numbers__bg {
  position: absolute;
  height: 80%;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 575.98px) {
  .numbers__bg {
    height: 100%;
  }
}

.numbers__overlay {
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
  position: relative;
}

.numbers__container {
  position: relative;
}

.numbers__subttl {
  color: white;
}

.numbers__ttl {
  color: white;
}

.numbers__wrapper {
  display: flex;
  margin: 0 -15px -30px;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (max-width: 1298px) {
  .numbers__wrapper {
    margin: 0 -10px -20px;
  }
}

@media (max-width: 575.98px) {
  .numbers__wrapper {
    display: block;
  }
}

.numbers__column {
  padding: 0 15px 30px;
  flex: 0 0 25%;
}

@media (max-width: 1298px) {
  .numbers__column {
    padding: 0 10px 20px;
  }
}

@media (max-width: 991.98px) {
  .numbers__column {
    flex-basis: 50%;
  }
}

.numbers__item {
  padding: 20px;
  background-color: #f1f1f1;
  height: 100%;
  text-align: center;
}

@media (max-width: 1298px) {
  .numbers__item {
    padding: 15px;
  }
}

.numbers__number {
  font-size: 70px;
  color: #3dc300;
  font-weight: 600;
  font-family: "Oswald";
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 15px;
}

@media (max-width: 1298px) {
  .numbers__number {
    font-size: 50px;
  }
}

.numbers__item-ttl {
  font-size: 24px;
  color: #316200;
  font-weight: 600;
  font-family: "Oswald";
  letter-spacing: -0.5pxpx;
  line-height: 1.1;
}

@media (max-width: 1298px) {
  .numbers__item-ttl {
    font-size: 20px;
  }
}

.works {
  background: url(../img/map2.png) black;
}

.works__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.works__ttl {
  color: white;
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .works__link {
    display: none;
  }
}

.works__link-mob {
  display: none;
}

@media (max-width: 575.98px) {
  .works__link-mob {
    display: inline-block;
    margin-top: 30px;
  }
}

.works__slider-wrapper {
  position: relative;
}

.works__slide {
  width: 370px;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  .works__slide {
    width: 300px;
  }
}

@media (max-width: 767.98px) {
  .works__slide {
    width: 250px;
  }
}

@media (max-width: 575.98px) {
  .works__slide {
    width: 200px;
  }
}

.works__slide-inner {
  display: block;
  padding-bottom: 130%;
  position: relative;
}

.works__slide-inner::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.45);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  transition: 0.4s;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(2px);
}

.works__slide-inner img {
  z-index: -1;
}

@media (any-hover: hover) {
  .works__slide-inner:hover::before {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .works__slide-inner:hover .works__slide-labels {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .works__slide-inner:hover .works__slide-ttl {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.works__slide-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.works__slide-labels {
  margin-bottom: 15px;
  transition: transform 1s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.works__slide-labels span {
  display: inline-block;
  background: white;
  color: #171717;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 16px;
  margin-right: 10px;
  line-height: 1.1;
  border-radius: 4px;
}

.works__slide-ttl {
  font-family: "Oswald";
  color: black;
  font-weight: 500;
  letter-spacing: -0.5px;
  font-size: 24px;
  line-height: 1.1;
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.works__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .works__nav {
    display: none;
  }
}

.works__nav .swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.works__nav-prev,
.works__nav-next {
  pointer-events: auto;
  background-color: #3dc300;
  border-radius: 4px;
}

.works__nav-prev:hover,
.works__nav-next:hover {
  background-color: #316200;
}

.works__nav-prev {
  margin-left: 50px;
}

@media (max-width: 991.98px) {
  .works__nav-prev {
    margin-left: 10px;
  }
}

.works__nav-next {
  margin-right: 50px;
}

@media (max-width: 991.98px) {
  .works__nav-next {
    margin-right: 10px;
  }
}

.form__input {
  display: block;
  height: 50px;
  margin-bottom: 20px;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  background: #121212;
  color: white;
}

.form__textarea {
  color: white;
  display: block;
  height: 100px;
  margin-bottom: 20px;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  background: #121212;
}

.form__submit {
  margin-top: 20px;
}

.form__checkbox {
  display: flex;
  margin-bottom: 10px;
  font-size: 12px;
  align-items: center;
}

.form__checkbox._white {
  color: white;
}

.form__checkbox-input {
  appearance: none;
  position: absolute;
  background: 0 0 !important;
  width: auto !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}

.form__checkbox-input:checked+.form__checkbox-box::before {
  content: url("data:image/svg+xml; utf8, %3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-2x'%3E%3Cpath fill='%231f6200' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
  width: 13px;
  height: 13px;
  left: 1px;
  top: -2px;
  position: absolute;
  font-weight: 700;
  line-height: 1;
}

.form__checkbox-box {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  /* border: 1px solid #1d62b9; */
  font-size: 20px;
  display: block;
  cursor: pointer;
  background: #ffffff;
  position: relative;
  flex-shrink: 0;
}

.contacts-block {
  padding: 30px;
}

.contacts-block__ttl {
  margin-bottom: 30px;
  color: white;
  font-size: 35px;
}

.contacts-block__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.contacts-block__column {
  flex: 0 0 33.333%;
  padding-right: 15px;
}

.contacts-block__item-ttl {
  font-family: "Oswald";
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #60d72a;
  font-size: 22px;
}

.contacts-block__list li {
  color: white;
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 15px;
}

.contacts-block__list a {
  color: white;
}

.page-banner {
  height: 300px;
}

.page-banner__container {
  height: 100%;
  padding-top: 90px;
}

@media (max-width: 991.98px) {
  .page-banner__container {
    padding-top: 50px;
  }
}

.page-banner__content {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Oswald";
}

.page-banner__ttl {
  font-size: 58px;
  margin-bottom: 20px;
  color: #3dc300;
  font-weight: 600;
  line-height: 1.1;
}

@media (max-width: 991.98px) {
  .page-banner__ttl {
    font-size: 46px;
  }
}

@media (max-width: 767.98px) {
  .page-banner__ttl {
    font-size: 30px;
  }
}

.page-banner__breadcrumbs {
  color: #3dc300;
  font-size: 16px;
}

.page-banner__breadcrumbs a {
  color: white;
}

.machine-single__bg {
  background: #f1f1f1;
  padding: 80px 0 50px;
}

@media (max-width: 991.98px) {
  .machine-single__bg {
    padding: 30px 0 15px;
  }
}

.machine-single__wrapper {
  display: flex;
}

@media (max-width: 767.98px) {
  .machine-single__wrapper {
    display: block;
  }
}

.machine-single__column-img {
  flex: 0 0 40%;
}

@media (max-width: 767.98px) {
  .machine-single__column-img {
    margin-bottom: 20px;
  }
}

.machine-single__img {
  width: 100%;
  padding-bottom: 100%;
}

.machine-single__column-content {
  flex: 0 0 60%;
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  .machine-single__column-content {
    padding-left: 0;
  }
}

.machine-single__desc {
  background-color: white;
  padding: 30px;
}

@media (max-width: 575.98px) {
  .machine-single__desc {
    padding: 15px;
  }
}

.machine-single__desc-row {
  display: flex;
  margin-bottom: 8px;
  line-height: 1.2;
  align-items: center;
}

.machine-single__desc-row:last-child {
  margin-bottom: 0;
}

.machine-single__desc-ttl {
  flex: 0 0 35%;
  font-family: "Oswald";
  color: #316200;
  font-size: 18px;
  padding-right: 10px;
}

@media (max-width: 575.98px) {
  .machine-single__desc-ttl {
    font-size: 16px;
    flex-basis: 45%;
  }
}

.machine-single__desc-value {
  flex-grow: 1;
}

@media (max-width: 575.98px) {
  .machine-single__desc-value {
    font-size: 12px;
  }
}

.features {
  padding: 50px 0 80px;
}

@media (max-width: 991.98px) {
  .features {
    padding: 15px 0 30px;
  }
}

.features__ttl {
  font-family: "Oswald";
  color: #316200;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

.features__row {
  display: flex;
  border-bottom: 1px solid #3dc300;
  padding: 10px 0;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  .features__row {
    display: block;
  }
}

.features__key {
  flex: 0 0 40%;
  font-weight: 500;
  color: #316200;
}

@media (max-width: 575.98px) {
  .features__key {
    margin-bottom: 8px;
    font-weight: 600;
  }
}

.features__value {
  flex: 0 0 60%;
}

.blog__wrapper {
  display: flex;
  margin: 0 -10px -20px;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .blog__wrapper {
    display: block;
  }
}

.blog__column {
  flex: 0 0 33.3333%;
  padding: 0 10px 20px;
}

@media (max-width: 1298px) {
  .blog__column {
    flex-basis: 50%;
  }
}

.single-blog__content {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .single-blog__content {
    margin-bottom: 30px;
  }
}

.contacts-page__content {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/map2.png) center/contain no-repeat, #f1f1f1;
}

@media (max-width: 767.98px) {
  .contacts-page__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.contacts-page__wrapper {
  display: flex;
  margin: 0 -15px -30px;
}

@media (max-width: 767.98px) {
  .contacts-page__wrapper {
    flex-direction: column-reverse;
  }
}

.contacts-page__column {
  flex: 0 0 50%;
  padding: 0 15px 30px;
}

.contacts-page__ttl {
  font-family: "Oswald";
  color: #316200;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

.contacts-page__contacts {
  background-color: #091704;
  border: 15px solid white;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contacts-page__contacts-ttl {
  color: #3dc300;
  font-family: "Oswald";
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.contacts-page__contacts-item {
  font-size: 16px;
  color: white;
  margin-bottom: 15px;
}

.contacts-page__contacts-item li {
  margin-bottom: 3px;
}

.contacts-page__contacts-item a {
  color: white;
}

.contacts-page__socials a {
  display: inline-block;
  margin-right: 8px;
}

.contacts-page__socials svg {
  width: 25px;
  height: 25px;
  fill: white;
  color: white;
  transition: all 0.3s ease 0s;
}

.contacts-page__socials svg:hover {
  transform: scale(1.2);
}

.works-page__wrapper {
  display: flex;
  margin: 0 -10px -20px;
  flex-wrap: wrap;
}

.works-page__column {
  flex: 0 0 25%;
  padding: 0 10px 20px;
}

@media (max-width: 991.98px) {
  .works-page__column {
    flex-basis: 33.333%;
  }
}

@media (max-width: 767.98px) {
  .works-page__column {
    flex-basis: 50%;
  }
}

@media (max-width: 575.98px) {
  .works-page__column {
    flex-basis: 100%;
  }
}

.works-page__item {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.works-page__img {
  display: block;
  padding-bottom: 100%;
}

.works-page__desc {
  padding: 10px;
}

.works-page__ttl {
  color: #316200;
  font-family: "Oswald";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.1;
}

@media (max-width: 767.98px) {
  .works-page__ttl {
    font-size: 14px;
  }
}

.works-page__txt {
  font-size: 12px;
  line-height: 1.2;
}

.map {
  height: 400px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .map {
    height: 250px;
  }
}


.menu-item a.active {
  color: #4df600;
}

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

.error-page h2 {
  font-size: 90px;
}