@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-left: 20px;
}

img {
  vertical-align: top;
}

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*!
  * Kursor v0.1.5
  * Forged by Luis Daniel Rovira
  * Released under the MIT License.
  */
.notCursor {
  cursor: none;
}

.notCursor * {
  cursor: none;
}

#kursorWrapper {
  position: fixed;
  z-index: 99;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

div[class*=kursor] {
  position: fixed;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
}

div[class*=kursor].kursor--hidden {
  opacity: 0;
  width: 0px;
  height: 0px;
}

div[class*=kursor].kursor--1 {
  left: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid rgba(var(--k-color), 1);
  -webkit-transition: all 0.2s ease, top 0.18s ease-out, left 0.18s ease-out;
  transition: all 0.2s ease, top 0.18s ease-out, left 0.18s ease-out;
}

div[class*=kursor].kursor--1 + .kursorChild {
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(var(--k-color), 1);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease, top 0s ease-out, left 0s ease-out;
  transition: all 0.2s ease, top 0s ease-out, left 0s ease-out;
}

div[class*=kursor].kursor--1.--hover {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(var(--k-color), 0);
  background: rgba(var(--k-color), 0.1);
}

div[class*=kursor].kursor--1.--hover + .kursorChild {
  background: rgba(var(--k-color), 0.3);
}

div[class*=kursor].kursor--1.kursor--down {
  width: 20px;
  height: 20px;
}

div[class*=kursor].kursor--1.kursor--down + .kursorChild:after {
  width: 40px !important;
  height: 40px !important;
  opacity: 0;
  border: 1px solid;
  border-radius: 50%;
  border-color: rgba(var(--k-color), 1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div[class*=kursor].kursor--2 {
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(var(--k-color), 1);
  -webkit-transition: all 0.2s ease, top 0.1s ease-out, left 0.1s ease-out;
  transition: all 0.2s ease, top 0.1s ease-out, left 0.1s ease-out;
}

div[class*=kursor].kursor--2 + .kursorChild {
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(var(--k-color), 1);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease, top 0.2s ease-out, left 0.2s ease-out;
  transition: all 0.2s ease, top 0.2s ease-out, left 0.2s ease-out;
}

div[class*=kursor].kursor--2.--hover {
  width: 40px;
  height: 40px;
  background: rgba(var(--k-color), 0.1);
}

div[class*=kursor].kursor--2.--hover + .kursorChild {
  background: rgba(var(--k-color), 0.3);
}

div[class*=kursor].kursor--2.kursor--down {
  width: 10px;
  height: 10px;
}

div[class*=kursor].kursor--2.kursor--down + .kursorChild:after {
  width: 40px !important;
  height: 40px !important;
  opacity: 0;
  border: 1px solid;
  border-radius: 50%;
  border-color: rgba(var(--k-color), 1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div[class*=kursor].kursor--3 {
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(var(--k-color), 1);
  -webkit-transition: all 0.2s ease, top 0.05s ease-out, left 0.05s ease-out;
  transition: all 0.2s ease, top 0.05s ease-out, left 0.05s ease-out;
}

div[class*=kursor].kursor--3 + .kursorChild {
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(var(--k-color), 1);
  -webkit-transition: all 0.2s ease, top 0.2s ease-out, left 0.2s ease-out;
  transition: all 0.2s ease, top 0.2s ease-out, left 0.2s ease-out;
}

div[class*=kursor].kursor--3.--hover {
  width: 40px;
  height: 40px;
  background: rgba(var(--k-color), 0.1);
  border: 1px solid rgba(var(--k-color), 0);
}

div[class*=kursor].kursor--3.--hover + .kursorChild {
  background: rgba(var(--k-color), 0.3);
}

div[class*=kursor].kursor--3.kursor--down {
  width: 5px;
  height: 5px;
  border: 1px solid rgba(var(--k-color), 0);
}

div[class*=kursor].kursor--3.kursor--down + .kursorChild {
  width: 10px;
  height: 10px;
}

div[class*=kursor].kursor--3.kursor--down + .kursorChild:after {
  width: 40px !important;
  height: 40px !important;
  opacity: 0;
  border: 1px solid;
  border-color: rgba(var(--k-color), 1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div[class*=kursor].kursor--4 {
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(var(--k-color), 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease, top 0.2s ease-out, left 0.2s ease-out;
  transition: all 0.2s ease, top 0.2s ease-out, left 0.2s ease-out;
}

div[class*=kursor].kursor--4 + .kursorChild {
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(var(--k-color), 1);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease, top 0.03s ease-out, left 0.03s ease-out;
  transition: all 0.2s ease, top 0.03s ease-out, left 0.03s ease-out;
}

div[class*=kursor].kursor--4.--hover {
  width: 30px;
  height: 30px;
  background: rgba(var(--k-color), 0.1);
  border: 3px solid rgba(var(--k-color), 0);
}

div[class*=kursor].kursor--4.--hover + .kursorChild {
  width: 25px;
  height: 25px;
  background: rgba(var(--k-color), 0.1);
}

div[class*=kursor].kursor--4.kursor--down {
  width: 5px;
  height: 5px;
}

div[class*=kursor].kursor--4.kursor--down + .kursorChild {
  width: 10px;
  height: 10px;
}

div[class*=kursor].kursor--4.kursor--down + .kursorChild:after {
  width: 40px !important;
  height: 40px !important;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid;
  border-color: rgba(var(--k-color), 1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div[class*=kursor].kursor--5 {
  left: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(var(--k-color), 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease, top 0.2s ease-out, left 0.2s ease-out;
  transition: all 0.2s ease, top 0.2s ease-out, left 0.2s ease-out;
}

div[class*=kursor].kursor--5.--hover {
  width: 26px;
  height: 26px;
  background: rgba(var(--k-color), 0.1);
  border: 3px solid rgba(var(--k-color), 0);
}

div[class*=kursor].kursor--5.kursor--down {
  width: 15px;
  height: 15px;
}

div[class*=kursorChild] {
  position: fixed;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  overflow: hidden;
}

div[class*=kursorChild].kursorChild[class*="--hidden"] {
  opacity: 0;
  width: 0px;
  height: 0px;
}

div[class*=kursorChild].kursorChild:after {
  content: "";
  pointer-events: none;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  border: 0px solid rgba(var(--k-color), 0.5);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.kursor--absolute {
  position: absolute !important;
  z-index: 2000;
}

@media screen and (max-width: 768px) {
  .notCursor * {
    cursor: auto;
  }
  div[class*=kursor] {
    display: none !important;
  }
  div[class*=kursorChild] {
    display: none !important;
  }
}
@media screen and (max-width: 812px) and (max-height: 430px) and (orientation: landscape) {
  div[class*=kursor] {
    display: none !important;
  }
  div[class*=kursorChild] {
    display: none !important;
  }
  .notCursor * {
    cursor: auto;
  }
}
@font-face {
  font-family: Comfortaa;
  src: url(../fonts/Comfortaa.woff2);
}
@font-face {
  font-family: Inter;
  src: url(../fonts/inter-extrabold.woff2);
  font-weight: 800;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Medium.woff2);
  font-weight: 500;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/inter-bold.woff2);
  font-weight: 700;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Inter;
  font-weight: 400;
  color: #221F1F;
  font-size: 16px;
  background: url(../img/bg.png);
  background-size: 170px;
  background-attachment: fixed;
}

input[name=hex] {
  display: block;
  width: 2px !important;
  height: 3px !important;
  margin-bottom: -3px !important;
  opacity: 0.01;
  padding: 0;
}

[data-scroll],
[data-modal] {
  cursor: pointer;
}

.wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 1250px;
}

.content img {
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


.btn {
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  border-radius: 14px;
  background: #333346;
  padding: 26px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: Comfortaa;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn:hover {
  background: #2E7DCA;
  -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
}

.ajax_form .error {
  background: #db4e4e;
}

.modal-shadow {
  position: fixed;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.modal-shadow_active {
  opacity: 0.3;
  background: #000;
  z-index: 3;
  top: 0;
  left: 0;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(-60px) scale(1.1);
          transform: translateY(-60px) scale(1.1);
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;
  padding: 30px 0;
  z-index: 4;
  overflow: hidden;
}
.modal__content {
  background-color: #fff;
  background-image: url(../img/bg.png);
  background-size: 150px;
  max-width: 1060px;
  margin: auto;
  border-radius: 14px;
}
.modal__wrap {
  padding: 70px 100px;
  position: relative;
  padding-bottom: 30px;
}
.modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__close:hover {
  opacity: 0.5;
}
.modal_active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.modal__head {
  color: #040404;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  font-family: Comfortaa;
  text-align: center;
  margin-bottom: 12px;
}
.modal__desc {
  color: #040404;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.57px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Comfortaa;
  text-align: center;
  line-height: 140%;
  margin-bottom: 31px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.form input,
.form textarea {
  border-radius: 4px;
  background: #333346;
  color: #FFF;
  font-size: 18px;
  letter-spacing: -0.2px;
  padding: 20px;
  width: 100%;
  display: block;
  resize: none;
  height: 70px;
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #fff;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #fff;
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #fff;
}
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #fff;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #fff;
}
.form textarea {
  height: 90px;
}
.form__col {
  width: calc(50% - 15px);
}
.form__col_big {
  width: 100%;
}
.form__order {
  text-align: center;
}

.smenu {
  width: 28px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.smenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

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

.smenu span:nth-child(2), .smenu span:nth-child(3) {
  top: 8px;
}

.smenu span:nth-child(4) {
  top: 16px;
}

.smenu.open span:first-child {
  top: 18px;
  width: 0%;
  left: 50%;
}

.smenu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.smenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.smenu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -3.6px;
  font-family: Comfortaa;
  margin-bottom: 10px;
  line-height: 150%;
}

h2 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -3.6px;
  font-family: Comfortaa;
  margin-bottom: 10px;
  line-height: 150%;
}

h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.2px;
  font-family: Comfortaa;
  margin-bottom: 10px;
  line-height: 150%;
}

h4 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.92px;
  font-family: Comfortaa;
  margin-bottom: 10px;
  line-height: 150%;
}

h5 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.44px;
  font-family: Comfortaa;
  margin-bottom: 10px;
  line-height: 150%;
}

h6 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.2px;
  font-family: Comfortaa;
  margin-bottom: 10px;
  line-height: 150%;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}

th {
  background-color: #f5f5f5;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #fafafa;
}

p,
ul,
ol {
  margin-bottom: 10px;
  line-height: 150%;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wave {
  z-index: 1;
  position: relative;
  overflow: hidden;
  margin-top: -12px;
}
.wave__wrap {
  -webkit-animation: scroll 240s linear infinite;
          animation: scroll 240s linear infinite;
  padding-bottom: 5px;
}
.wave__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wave__block img {
  margin-left: -22px;
}
.wave_bottom {
  transform: rotate(180deg);
}
.wave_promo {
  margin-top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wave_shadow img {
  -webkit-filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.5));
}

.form__select .custom-select {
  width: 100%;
  border-radius: 4px;
  background: #333346;
  margin: 0;
}

.form__select .custom-select__trigger {
  padding: 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #fff;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__select .custom-select__trigger::after {
  right: 20px;
}

.custom-select {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 310px;
}

.custom-select__trigger {
  position: relative;
  font-size: 14px;
  color: #212121;
  font-weight: 700;
  line-height: 120%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-select__trigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #7E7E8E;
  width: 18px;
  height: 18px;
  background-image: url(../img/downsvg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 4px;
  background-color: #333346;
  max-height: 300px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  margin: 0;
  -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.custom-option {
  padding: 12px 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.custom-option:hover {
  background-color: #000;
}

.custom-option.selected {
  background-color: #000;
}

.form__check {
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
}

.form__check input {
  display: none;
}

.form__check input:checked ~ span {
  color: rgba(0, 0, 0, 0.7);
}

.form__check input:checked ~ span:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.form__check input.error ~ span:before {
  border-color: #C91C17;
}

.form__check input.error ~ span {
  color: #C91C17;
}

.form__check span {
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  line-height: 145%;
  letter-spacing: -0.2px;
  padding-left: 40px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.form__check span:hover {
  color: rgba(0, 0, 0, 0.7);
}

.form__check span:before {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #707079;
}

.form__check span:after {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #333346;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form__check span b {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}

.form__file {
  height: 100%;
}

.form__file label {
  border-radius: 4px;
  background: #000;
  height: 100%;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.16px;
  line-height: 110%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 70px;
  cursor: pointer;
}

.form__file label:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  background-image: url(../img/screp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.form__file input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.form__file span {
  padding-right: 50px;
}

.top {
  background: #221F1F;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  font-family: Comfortaa;
  padding-top: 7px;
  padding-bottom: 7px;
}
.top a {
  color: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top a:hover {
  color: #396EBE;
}

.sticky {
  top: 0;
  position: sticky;
  z-index: 2;
}

.header {
  background: #FFF;
  padding-top: 14px;
  padding-bottom: 2px;
  margin-bottom: 12px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: Comfortaa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 14px;
  position: relative;
}
.nav a {
  color: #0D2241;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav a:hover {
  color: #396EBE;
}
.nav__burger {
  display: none;
}
.nav__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0;
}
.nav__menu li {
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav__phone {
  position: relative;
}
.nav__phone a {
  font-size: 24px;
  font-weight: 700;
}
.nav__order {
  position: absolute;
  border-radius: 14px;
  background: #333346;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  bottom: -83px;
  left: 3px;
  width: 100%;
  text-align: center;
  padding-top: 26px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__order:hover {
  background: #2E7DCA;
  -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
}
.nav__search a {
  background: #221F1F;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav__search a:hover {
  background: #396EBE;
}
.nav_footer a {
  color: #fff;
}
.nav_footer a:hover {
  color: #333346;
}
.nav_footer .nav__search a {
  background: #FFF;
}
.nav_footer .nav__search a:hover {
  background: #333346;
}
.nav_footer:after {
  content: "";
  position: absolute;
  right: -166px;
  bottom: 0;
  background-image: url(../img/cow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 62px;
}

.bread {
  background: #396EBE;
  color: #FFF;
  font-weight: 700;
  font-family: Comfortaa;
  padding-top: 36px;
  padding-bottom: 36px;
  margin-top: -12px;
}
.bread a {
  color: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bread a:hover {
  color: #333346;
}

.notfound {
  text-align: center;
  padding-top: 46px;
  padding-bottom: 85px;
}
.notfound__head {
  color: #1B1818;
  font-size: 328px;
  font-weight: 700;
  letter-spacing: -49.2px;
}
.notfound__ico img {
  max-width: 100%;
  width: 470px;
  margin-top: -235px;
  margin-left: 48px;
  margin-bottom: 2px;
}
.notfound__title {
  font-size: 40px;
  letter-spacing: -2.4px;
  font-family: Comfortaa;
  font-weight: 700;
  margin-bottom: 23px;
}
.notfound__desc {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 120%;
  margin-bottom: 20px;
}

.fotbot {
    margin-top: auto;
}
.footer {
  background: #2E7DCA;
  padding-top: 30px;
  overflow: hidden;
}

.bottom {
  background: #221F1F;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  font-family: Comfortaa;
  padding-top: 12px;
  padding-bottom: 12px;
}
.bottom a {
  color: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bottom a:hover {
  color: #396EBE;
}
.bottom p {
  margin: 0;
}
.bottom__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.mobile {
  background-color: #fff;
  background-image: url(../img/bg.png);
  background-size: 150px;
  position: fixed;
  right: -120%;
  top: 42px;
  z-index: 3;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mobile_scroll {
  top: 42px;
}
.mobile.active {
  right: 0;
}
.mobile__wrap {
  padding: 40px 20px;
  text-align: center;
  overflow: auto;
  height: 100%;
}
.mobile__close {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 10px;
}
.mobile__logo {
  margin-bottom: 29px;
}
.mobile__logo img {
  width: 214px;
}
.mobile__label {
  color: #396EBE;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Comfortaa;
  margin-bottom: 32px;
}
.mobile__menu {
  margin-bottom: 32px;
}
.mobile__menu li {
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Comfortaa;
  margin-bottom: 16px;
}
.mobile__menu li:last-child {
  margin-bottom: 0;
}
.mobile__menu li a {
  color: #0D2241;
}
.mobile__phone {
  margin-bottom: 11px;
}
.mobile__phone a {
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Comfortaa;
  color: #0D2241;
}
.mobile__phone a:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/phone.svg);
  width: 24px;
  height: 24px;
}
.mobile__copy {
  color: #313131;
  font-size: 14px;
  font-weight: 700;
  font-family: Comfortaa;
  line-height: 120%;
}

.topstep {
  height: 20px;
}

.head {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -3.6px;
  font-family: Comfortaa;
  margin-bottom: 22px;
  line-height: 110%;
}

.sert {
  margin-bottom: 90px;
}
.sert__desc {
  line-height: 150%;
  text-align: justify;
  margin-bottom: 48px;
}
.sert__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.sert__col {
  width: calc(25% - 22.5px);
}
.sert__item {
  position: relative;
  display: block;
  border-radius: 14px;
  border: 1px solid #D7DCE4;
  -webkit-box-shadow: 0px 36px 48px 0px rgba(207, 215, 226, 0.6);
          box-shadow: 0px 36px 48px 0px rgba(207, 215, 226, 0.6);
  overflow: hidden;
}
.sert__item img {
  width: 100%;
}
.sert__item:hover .sert__loop {
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%) scale(1.3);
          transform: translate(50%, 50%) scale(1.3);
}
.sert__loop {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 1px solid #FFF;
  opacity: 0.7;
  background: #FFF;
  width: 40px;
  height: 40px;
  padding: 8px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin: 0 auto;
}
.sert__loop svg {
  width: 100%;
  height: 100%;
}

.contacts {
  margin-bottom: 30px;
}
.contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.contacts__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
          min-width:31%;
}
.contacts__item {
  border-radius: 14px;
  border: 1px solid #D7DCE4;
  background: #FFF;
  height: 100%;
  padding: 19px;
}
.contacts__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.2px;
  font-family: Comfortaa;
  position: relative;
  line-height: 110%;
  height: 78px;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 15px;
}
.contacts__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 22px;
  background: #396EBE;
}
.contacts__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  height: 77px;
  overflow: hidden;
  margin-bottom: 20px;
}
.contacts__info {
  height: 70px;
}
.contacts__info p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}
.contacts__label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.2px;
  margin-bottom: 17px;
}
.contacts__time {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.2px;
}
.contacts__time p {
  margin: 0;
  line-height: 120%;
}
.contacts__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.contacts__elem .contacts__label {
  width: 135px;
}
.contacts__phone {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1.2px;
  text-align: right;
  position: relative;
  max-width: 240px;
}
.contacts__phone:after {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/ico1.svg);
}
.contacts__phone a {
  color: inherit;
}
.contacts__mail {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1.2px;
  text-align: right;
  position: relative;
  max-width: 240px;
}
.contacts__mail:after {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/mail.svg);
}
.contacts__mail a {
  color: inherit;
}

#map {
  border-radius: 14px;
  border: 1px solid #D7DCE4;
  height: 366px;
}

.map {
  margin-bottom: 90px;
}
.map__order {
  text-align: center;
  margin-top: -34px;
  position: relative;
  z-index: 1;
}
.map__order .btn {
  background: #FB0;
  color: #221F1F;
}

.vacaninfo {
  margin-bottom: 30px;
}
.vacaninfo__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.vacaninfo__info {
  width: calc(50% - 15px);
}
.vacaninfo__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 21px;
}
.vacaninfo__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.vacaninfo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}

.advantages {
  margin-bottom: 94px;
}
.advantages__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.advantages__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.advantages__item {
  border-radius: 14px;
  border: 1px solid #D7DCE4;
  background: #FFF;
  height: 100%;
  padding: 20px;
  padding-bottom: 14px;
}
.advantages__title {
  font-family: Comfortaa;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.2px;
  position: relative;
  height: 99px;
  margin-bottom: 25px;
  line-height: 110%;
}
.advantages__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 22px;
  background: #396EBE;
  width: 64px;
  height: 4px;
}
.advantages__desc {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}

.vacan {
  margin-bottom: 90px;
}
.vacan__item {
  border-radius: 14px;
  border: 1px solid #D7DCE4;
  background: #FFF;
  padding: 20px;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 30px;
}
.vacan__item:before {
  content: "";
  position: absolute;
  right: 21px;
  top: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/vacan.svg);
  width: 128px;
  height: 128px;
}
.vacan__title {
  font-family: Comfortaa;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.92px;
  max-width: 670px;
  width: calc(100% - 180px);
  margin-bottom: 35px;
}
.vacan__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 32px;
}
.vacan__price p {
  letter-spacing: -0.96px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  text-align: right;
  line-height: 120%;
}
.vacan__price p span {
  color: #2CB919;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 100%;
}
.vacan__info {
  margin-bottom: 31px;
}
.vacan__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.vacan__elem p {
  color: #4E5668;
  font-size: 14px;
  letter-spacing: -0.28px;
  min-width: 229px;
  margin-bottom: 0;
}
.vacan__elem p span {
  color: #221F1F;
  font-weight: 700;
}
.vacan__label {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.44px;
  margin-bottom: 24px;
}
.vacan__desc {
  line-height: 28px;
  text-align: justify;
}

.sale {
  margin-bottom: 90px;
}
.sale__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sale__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.sale__nav a {
  border-radius: 14px;
  border: 1px solid #000;
  padding: 21px 25px;
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  font-family: Comfortaa;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sale__nav a.active, .sale__nav a:hover {
  background: #333346;
  color: #fff;
}
.sale__subhead {
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.sale__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.sale__col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 33.3333%;
}
.sale__col_main {
  width: 50%;
}
.sale__col_main .sale__img {
  aspect-ratio: 594/340;
}
.sale__col_main .sale__title {
  font-family: Comfortaa;
  font-size: 24px;
  letter-spacing: 0;
  height: 54px;
}
.sale__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
}
.sale__item:hover .sale__info {
  -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
}
.sale__item:hover .sale__img {
  -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.sale__img {
  margin-bottom: 2px;
  border-radius: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 386/257;
}
.sale__img img {
  width: 100%;
}
.sale__info {
  border-radius: 14px;
  background: #FFF;
  padding: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sale__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 120%;
/*   height: 72px; */
  margin-bottom: 20px;
}
.sale__date {
  border-radius: 22px;
  background: #333346;
  padding: 4px 10px;
  color: #FFF;
  font-size: 14px;
  margin-bottom: 12px;
}
.sale__desc {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 29px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.sale__more {
  text-align: right;
  margin-top: auto;
}
.sale__more span {
  color: #396EBE;
  font-size: 16px;
  letter-spacing: -0.96px;
  font-weight: 700;
}

.about {
  margin-bottom: 130px;
}
.about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.about__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.about__desc * {
  line-height: 175%;
}
.about__img {
  width: 490px;
  padding-top: 82px;
  padding-left: 9px;
}

.figure {
  position: relative;
}
.figure__main {
  position: relative;
  width: 433px;
  aspect-ratio: 1/1;
}
.figure__main > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.figure__main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.figure__main span {
  position: absolute;
  left: -41px;
  bottom: -9px;
}
.figure__first {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0px;
  top: -22px;
}
.figure__first > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.figure__first:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.figure__first:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.figure__first span {
  position: absolute;
  right: -58px;
  bottom: -7px;
}
.figure__second {
  width: 128px;
  height: 128px;
  position: absolute;
  left: 289px;
  top: -34px;
}
.figure__second > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.figure__second:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.figure__second:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.figure__second span {
  position: absolute;
  right: -43px;
  bottom: -87px;
}
.figure__third {
  width: 179px;
  height: 179px;
  position: absolute;
  left: 289px;
  top: 217px;
}
.figure__third > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.figure__third:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.figure__third:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.figure__fourth {
  width: 164px;
  height: 164px;
  position: absolute;
  left: 67px;
  top: 335px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 36px 48px 0px rgba(73, 90, 113, 0.6);
          box-shadow: 0px 36px 48px 0px rgba(73, 90, 113, 0.6);
  background: #221F1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.figure__fourth > img {
  width: 124px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.figure__fourth:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.figure__fourth:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.figure__fourth span {
  position: absolute;
  right: -43px;
  bottom: -42px;
}

.animated-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.animated-item.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.geolog {
  margin-bottom: 150px;
}
.geolog__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.geolog__img {
  width: 40.2%;
  position: relative;
}
.geolog__img img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.geolog__city {
  height: calc(100% - 122px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.geolog__city img {
  width: 100%;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.geolog__car {
  position: absolute;
  bottom: 3px;
  left: 0;
}
.geolog__car img {
  max-width: 100%;
  height: 290px;
}
.geolog__tree {
  position: absolute;
  left: 302px;
  bottom: 0;
}
.geolog__tree img {
  height: 254px;
}
.geolog__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.geolog__desc h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 34px;
}
.geolog__desc p {
  line-height: 174%;
  text-align: justify;
  margin-bottom: 23px;
}
.geolog__desc ul {
  margin-left: 0;
  margin-bottom: 27px;
}
.geolog__desc ul li {
  position: relative;
  list-style: none;
  padding-left: 42px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1.2px;
  margin-bottom: 23px;
}
.geolog__desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 32px;
  height: 32px;
  background-image: url(../img/check.svg);
  background-size: contain;
}
.production {
  margin-bottom: 90px;
}
.production_main {
  background: #fff;
  padding-top: 74px;
  padding-bottom: 81px;
}
.production__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.production__info {
  width: 48.7%;
  text-align: justify;
}
.production__info p {
  margin-bottom: 24px;
}
.production__imgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 10px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.production__imgs > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.production__imgs > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.production__imgs > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.production__imgs > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.production__imgs > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.production__imgs > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.production__elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.production__elem:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.production__elem:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}
.production__elem:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
.production__elem:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.production__elem:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}
.production__logo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.production__logo > img {
  z-index: 1;
  position: relative;
}
.production__logo span {
  position: absolute;
  -webkit-animation: circle 40s infinite;
          animation: circle 40s infinite;
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.prod {
  margin-bottom: 80px;
}
.prod__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.prod__col {
  width: calc(50% - 15px);
}
.prod__gallery {
  position: relative;
}
.prod__tags {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 32px;
  top: 29px;
  z-index: 1;
  gap: 10px;
}
.prod__tags span {
  color: #FFF;
  font-size: 12px;
  font-family: Comfortaa;
  border-radius: 4px;
  padding: 6px 10px;
}
.prod__tags span.green {
  background: #2CB919;
}
.prod__tags span.red {
  background: #D82225;
}
.prod__imgs {
  margin-bottom: 20px;
  border-radius: 14px;
  border: 1px solid #E4E7EC;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.prod__imgs:hover {
  -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
}
.prod__imgs:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url(../img/prodico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.prod__imgs img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #E5F1FF;
  aspect-ratio: 592/665;
}
.prod__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prod__nav {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prod__thumbs {
  width: calc(100% - 75px);
}
.prod__elem {
  text-align: center;
  padding: 10px;
}
.prod__elem img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #E5F1FF;
  aspect-ratio: 83/77;
  display: inline;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: 83px;
}
.prod__elem img:hover {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.prod__info {
  border-radius: 14px;
  border: 1px solid #E4E7EC;
  background: #FFF;
  padding: 20px;
}
.prod__title {
  font-size: 32px;
  font-family: Comfortaa;
  font-weight: 700;
 /*  text-transform: uppercase; */
  line-height: 110%;
  margin-bottom: 45px;
}
.prod__oldprice {
  color: #98A2B3;
  font-size: 24px;
  font-weight: 600;
  text-decoration: line-through;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.prod__price {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #282C36;
  margin-bottom: 44px;
}
.prod__code {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
  color: #101828;
  margin-bottom: 20px;
}
.prod__code span {
  color: #2E7DCA;
  margin-left: 6px;
}
.prod__nal {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
  color: #101828;
  margin-bottom: 21px;
}
.prod__nal span {
  color: #2CB919;
  margin-left: 6px;
}
.prod__nal span.red {
  color: #D82225;
}
.prod__nal span.yellow {
  color: orange;
}
.prod__desc {
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 18px;
  color: #4E5668;
  margin-bottom: 21px;
}
.prod__desc p {
  line-height: 128%;
  margin-bottom: 18px;
}
.prod__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prod__phone {
  text-align: center;
  width: 50%;
}
.prod__phone a {
  color: #0D2241;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Comfortaa;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.prod__phone a:hover {
  color: #2E7DCA;
}
.prod__order {
  width: 50%;
}
.prod__order .btn {
  width: 100%;
  padding: 19px;
}

.prchar {
  margin-bottom: 17px;
}
.prchar__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.prchar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #4E5668;
  margin-bottom: 2px;
  line-height: 150%;
}
.prchar__label {
  width: 220px;
}
.prchar__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.catalog {
  margin-bottom: 90px;
}
.catalog__text {
  margin-bottom: 30px;
}
.catalog__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.catalog__nav a {
  border-radius: 14px;
  border: 1px solid #000;
  padding: 21px 25px;
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  font-family: Comfortaa;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.catalog__nav a.active, .catalog__nav a:hover {
  background: #333346;
  color: #fff;
}
.catalog__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.catalog__col {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  margin-bottom: 30px;
}
.catalog__item {
  border: 1px solid #D7DCE4;
  background: #FFF;
  border-radius: 14px;
  -webkit-box-shadow: 0px 24px 36px 0px rgba(207, 215, 226, 0.48);
          box-shadow: 0px 24px 36px 0px rgba(207, 215, 226, 0.48);
  display: block;
  color: inherit;
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog__item:hover {
  border: 1px solid #3D90E3;
  -webkit-box-shadow: 0px 24px 36px 0px rgb(207, 215, 226);
          box-shadow: 0px 24px 36px 0px rgb(207, 215, 226);
}
.catalog__tags {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 9px;
  top: 9px;
  z-index: 1;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog__tags span {
  color: #FFF;
  font-size: 12px;
  font-family: Comfortaa;
  border-radius: 4px;
  padding: 6px 10px;
}
.catalog__tags span.green {
  background: #2CB919;
}
.catalog__tags span.red {
  background: #D82225;
}
.catalog__imgs img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #E5F1FF;
  aspect-ratio: 384/382;
  display: inline;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.catalog__info {
  position: relative;
  position: relative;
  padding: 15px 20px;
  padding-bottom: 14px;
}
.catalog__sale {
  font-size: 14px;
  color: #F2F6FF;
  border-radius: 4px;
  background: #D82225;
  position: absolute;
  left: 19px;
  top: 20px;
  padding: 4px 7px;
  display: none;
}
.catalog__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog__price {
  font-size: 20px;
  color: #282C36;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog__oldprice {
  color: #98A0B3;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: line-through;
}
.catalog__title {
  font-size: 24px;
  font-weight: 700;
/*   text-transform: uppercase; */
  font-family: Comfortaa;
  line-height: 110%;
  margin-bottom: 6px;
}
.catalog__desc {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
  font-family: Comfortaa;
  margin-bottom: 3px;
}
.catalog__row {
  font-size: 14px;
  color: #98A0B3;
  letter-spacing: -0.28px;
  font-family: Comfortaa;
  margin-bottom: 5px;
  line-height: 120%;
}
.catalog__row span {
  color: #282C36;
  font-weight: 700;
  font-family: Inter;
  margin-left: 10px;
}

.optom {
  background: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 92px;
}
.optom__subhead {
  margin-bottom: 19px;
}
.optom__subhead p {
  margin-bottom: 26px;
}
.optom__subhead p:last-child {
  margin-bottom: 0;
}
.optom__img img {
  width: 100%;
}
.optom__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
.optom__col {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.optom__item {
  border-radius: 14px;
  background-color: #D9E2C0;
  padding: 20px;
  padding-bottom: 14px;
  height: 100%;
}
.optom__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #221F1F;
  font-family: Comfortaa;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 23px;
}
.optom__title span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.optom__desc {
  line-height: 150%;
  font-weight: 500;
}
.optom__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.ourprod {
  margin-bottom: 90px;
}
.ourprod__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 26px;
}
.ourprod__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: justify;
}
.ourprod__subhead {
  line-height: 150%;
}
.ourprod__wrap {
  position: relative;
}
.ourprod__slider {
  margin-left: -15px;
  margin-right: -15px;
}
.ourprod__col {
  padding-left: 15px;
  padding-right: 15px;
}
.ourprod__item {
  color: inherit;
}
.ourprod__item:hover .ourprod__img {
  background: #2E7DCA;
}
.ourprod__item:hover .ourprod__img:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ourprod__item:hover .ourprod__img:after {
  background-image: url(../img/prodico_white.svg);
}
.ourprod__item:hover .ourprod__order {
  background: #396EBE;
}
.ourprod__info {
  border-radius: 14px;
  border: 1px solid #D7DCE4;
  background: #FFF;
  padding: 20px 16px 20px 20px;
  text-align: center;
  height: 126px;
  font-family: Comfortaa;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  align-content: center;
}
.ourprod__img {
  border: 1px solid #E4E7EC;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  background: #E5F1FF;
}
.ourprod__img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../img/ourprod.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ourprod__img:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url(../img/prodico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.ourprod__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 386/386;
  z-index: 1;
  position: relative;
}
.ourprod__order {
  color: #FFF;
  font-family: Comfortaa;
  font-weight: 700;
  border-radius: 14px;
  border: 1px solid rgba(57, 110, 190, 0.24);
  background: #11A4EC;
  position: relative;
  text-align: center;
  height: 77px;
  width: 238px;
  overflow: hidden;
  padding: 20px;
  margin: 0 auto;
  margin-top: -14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ourprod__order svg {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
}
.ourprod__nav {
  position: absolute;
  top: 23%;
  z-index: 1;
  cursor: pointer;
}
.ourprod__nav svg {
  fill: #3A6FBF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ourprod__nav svg:hover {
  fill: #221F1F;
}
.ourprod__prev {
  left: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.ourprod__next {
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.slick-dots {
  margin: 0;
  margin-top: 30px;
  text-align: center;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #CFD8DD;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #2E7DCA;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.promo {
  background: #396EBE;
  text-align: center;
  color: #FFF;
  margin-top: -20px;
  padding-top: 83px;
}
.promo__head {
  font-size: 64px;
  font-weight: 700;
  line-height: 71px;
  font-family: Comfortaa;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.promo__subhead {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Comfortaa;
  line-height: 120%;
  margin-bottom: 15px;
}

.slider {
  overflow: hidden;
}
.slider__wrap {
  position: relative;
}
.slider__wave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 200s linear infinite;
          animation: scroll 200s linear infinite;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}
.slider__wave img {
  height: 200px;
}
.slider__nav {
  position: absolute;
  top: 25%;
  z-index: 1;
  cursor: pointer;
}
.slider__next {
  right: 15px;
}
.slider__prev {
  left: 15px;
}
.slider__col.slick-center .slider__item {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slider__col.slick-center .slider__info {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slider__item {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 490px;
  aspect-ratio: 1/1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}
.slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider__info {
  width: 300px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -34%;
  top: 25%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.slider__ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.slider__ico img {
  width: 100%;
  -webkit-animation: circle 35s infinite;
          animation: circle 35s infinite;
}
.slider__title {
  font-size: 24px;
  color: #221F1F;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Comfortaa;
  text-align: center;
  line-height: 110%;
}
.slider__text {
  background: #F7F5F1;
  border-radius: 50%;
  width: 230px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.slider__desc {
  color: #0D2241;
  font-size: 14px;
  line-height: 122%;
}
.slider__order {
  position: absolute;
  color: #FFF;
  font-family: Comfortaa;
  font-size: 16px;
  border-radius: 15px;
  background: #333346;
  padding: 10px;
  width: 212px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -30px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slider__order:hover {
  background: #2E7DCA;
  -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
}

.form_search {
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.form_search input {
    flex: 1 0 0;
}

.form_search .btn {
    border-radius: 4px;
}

.searchbl {
    margin-bottom: 70px;
}

.slider__btn {
    display: none;
}

.liquid-glass {
  position: relative;
  isolation: isolate;
  border-radius: 10px;
  overflow: hidden;
}
.liquid-glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 10px 0px #ffffff;
  background-color: rgba(24, 24, 50, 0.6);
  z-index: 0;
}
.liquid-glass::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  filter: url(#liquid-glass-filter);
  -webkit-filter: url(#liquid-glass-filter);
  isolation: isolate;
  z-index: -1;
}

.liquid-glass-fallback {
  position: relative;
  isolation: isolate;
  background: rgba(24, 24, 50, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.cookies {
    position: fixed;
    max-width: 1080px;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    display: none;
}

.cookies__block {
    padding: 60px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.cookies__text {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 120%;
    max-width: 550px;
}

.cookies__text a {
    color: inherit;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cookies__order button {
    border-radius: 4px;
    background: #FFF;
    font-size: 16px;
    color: #221F1F;
    font-weight: 700;
    letter-spacing: -0.96px;
    padding: 20px 60px;
    font-family: Comfortaa;
    transition: .3s;
}

.cookies__order button:hover {
    background: #2E7DCA;
    -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.2);
    color: #fff;
}

@supports (backdrop-filter: url(#liquid-glass-filter)) {
  .liquid-glass-auto {
    position: relative;
    isolation: isolate;
  }
  .liquid-glass-auto::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 10px 0px #ffffff;
    background-color: rgba(24, 24, 50, 0.6);
    z-index: 0;
  }
  .liquid-glass-auto::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    filter: url(#liquid-glass-filter);
    -webkit-filter: url(#liquid-glass-filter);
    isolation: isolate;
    z-index: -1;
  }
}
@supports not (backdrop-filter: url(#liquid-glass-filter)) {
  .liquid-glass-auto {
    background: rgba(24, 24, 50, 0.6);
    backdrop-filter: blur(4px);
  }
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1320px;
  }
  .slider__item {
    max-width: 380px;
  }
  .slider__info {
    width: 230px;
  }
  .slider__text {
    width: 180px;
    padding: 10px;
  }
  .slider__title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .slider__desc {
    font-size: 12px;
  }
  .slider__order {
    font-size: 14px;
    width: 180px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1140px;
  }
  .nav {
    padding-bottom: 5px;
  }
  .nav__logo img {
    width: 90px;
  }
  .nav__search {
    display: none;
  }
  .nav_header .nav__phone {
    display: none;
  }
  .nav_header .nav__burger {
    display: block;
  }
  .nav_header .nav__menu {
    display: none;
  }
  .nav_footer {
    padding-bottom: 20px;
  }
  .header {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .contacts__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__title {
    height: auto;
  }
  .contacts__desc {
    height: auto;
    margin-bottom: 20px;
  }
  .contacts__info {
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 960px;
  }
  .nav_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .advantages__col {
    -webkit-box-flex: calc(50% - 15px);
        -ms-flex: calc(50% - 15px) 0 0px;
            flex: calc(50% - 15px) 0 0;
  }
  .about__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about__img {
    padding-top: 0;
    margin-bottom: 100px;
  }
  .geolog__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .geolog__img {
    width: 100%;
  }
  .geolog__city {
    height: auto;
    padding-bottom: 122px;
  }
  .production__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .production__info {
    width: 100%;
  }
  .prod__phone {
    width: 100%;
    margin-bottom: 20px;
  }
  .prod__order {
    width: 100%;
  }
  .catalog__col {
    width: 50%;
  }
  .catalog__nav {
    gap: 10px;
  }
  .catalog__nav a {
    padding: 10px;
    border-radius: 10px;
  }
  .slider__nav svg {
    width: 50px;
    height: auto;
  }
  .promo__head {
    font-size: 38px;
    line-height: 120%;
  }
  .promo__subhead {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 720px;
  }
  .nav_footer .nav__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .modal__wrap {
    padding: 50px 30px;
  }
  .form {
    gap: 10px;
  }
  .form__col {
    width: 100%;
  }
  .sert__col {
    width: calc(50% - 15px);
  }
  .vacaninfo__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vacaninfo__info {
    width: 100%;
  }
  .sale__col {
    width: 50%;
  }
  .prod__col {
    width: 100%;
  }
  .ourprod__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .optom__col {
    width: 50%;
  }
  .sale__col_main .sale__title {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 540px;
  }
  .notfound__head {
    font-size: 120px;
    letter-spacing: normal;
  }
  .notfound__title {
    font-size: 24px;
    letter-spacing: normal;
  }
  .notfound .notfound__desc {
    font-size: 16px;
    letter-spacing: normal;
  }
  .notfound__ico img {
    width: 270px;
    margin-top: -90px;
    margin-left: 0;
  }
  .btn {
    font-size: 14px;
  }
  .bottom__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bread {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .advantages__col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .advantages__title {
    height: auto;
    padding-bottom: 15px;
  }
  .vacan__title {
    font-size: 22px;
  }
  .vacan__item:before {
    width: 64px;
    height: 64px;
  }
  .vacan__price p span {
    font-size: 30px;
  }
  .vacan__label {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .vacan__elem p {
    min-width: 0;
    width: 50%;
  }
  .sale {
    margin-bottom: 50px;
  }
  .sale__col {
    width: 100%;
  }
  .sale__title {
    height: auto;
  }
  .catalog {
    margin-bottom: 50px;
  }
  .catalog__block {
    margin-left: -5px;
    margin-right: -5px;
  }
  .catalog__col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .catalog__sale {
    font-size: 12px;
    left: 5px;
    top: 5px;
  }
  .catalog__title {
    font-size: 15px;
  }
  .catalog__tags {
    gap: 2px;
  }
  .catalog__cost {
    gap: 10px;
  }
  .catalog__price {
    font-size: 16px;
  }
  .catalog__oldprice {
    font-size: 14px;
  }
  .catalog__row {
    font-size: 12px;
  }
  .catalog__desc {
    margin-bottom: 10px;
  }
  .catalog__info {
    padding: 5px;
  }
  .catalog__item {
    border-radius: 7px;
  }
  .catalog__nav {
    gap: 5px;
  }
  .catalog__nav a {
    font-size: 14px;
  }
  .prod {
    margin-bottom: 50px;
  }
  .ourprod__slider {
    margin-left: -5px;
    margin-right: -5px;
  }
  .ourprod__col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ourprod__info {
    height: 100px;
    font-size: 18px;
  }
  .ourprod__order {
    font-size: 14px;
    height: 60px;
    width: 200px;
  }
  .ourprod__order svg {
    bottom: -4px;
  }
  .ourprod__img:after {
    width: 15px;
    height: 15px;
  }
  .optom__col {
    width: 100%;
    margin-bottom: 10px;
  }
  .optom__order {
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .promo__head {
    font-size: 30px;
  }
  .promo__subhead {
    font-size: 16px;
  }
  .cookies__block {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
  .modal {
    padding: 0;
  }
  .modal__content {
    border-radius: 5px;
    overflow-y: auto;
  }
  .modal {
    padding: 0;
    overflow-y: auto;
}

  

  .modal__wrap {
    padding: 30px 15px;
  }
  .modal__head {
    font-size: 24px;
  }
  .modal__desc {
    font-size: 15px;
  }
  .modal__close {
    top: 15px;
    right: 15px;
  }
  .form input,
  .form textarea {
    font-size: 14px;
  }
  .form__select .custom-select__trigger {
    font-size: 14px;
  }
  .notfound {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .sert__block {
    gap: 10px;
  }
  .sert__col {
    width: calc(50% - 5px);
  }
  .head {
    font-size: 40px;
  }
  .topstep {
    height: 30px;
  }
  .contacts {
    margin-bottom: 30px;
  }
  .contacts__phone, .contacts__mail {
    font-size: 16px;
    max-width: 170px;
  }
  .contacts__phone:after, .contacts__mail:after {
    width: 24px;
    height: 24px;
    top: -3px;
  }
  .contacts__label {
    font-size: 16px;
  }
  .contacts__time {
    font-size: 16px;
  }
  .contacts__elem {
    margin-bottom: 5px;
  }
  .contacts__elem .contacts__label {
    width: 85px;
  }
  .map {
    margin-bottom: 45px;
  }
  .advantages {
    margin-bottom: 50px;
  }
  .vacan__item:before {
    width: 32px;
    height: 32px;
    right: 10px;
    top: 10px;
  }
  .vacan__title {
    width: calc(100% - 30px);
    font-size: 20px;
  }
  .about {
    margin-bottom: 50px;
  }
  .about__img {
    max-width: 100%;
    height: 301px;
    margin: 0;
  }
  .figure {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .geolog {
    margin-bottom: 80px;
  }
  .geolog__city {
    padding-bottom: 61px;
  }
  .geolog__car img {
    height: 145px;
  }
  .geolog__tree {
    left: 150px;
  }
  .geolog__tree img {
    height: 127px;
  }
  .production {
    margin-bottom: 50px;
  }
  .production__logo {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .bread {
    font-size: 12px;
  }
  .prod__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .prod__oldprice {
    font-size: 18px;
  }
  .prod__price {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .prod__code {
    margin-bottom: 10px;
  }
  .prod__nal {
    margin-bottom: 10px;
  }
  .prod__desc p {
    margin-bottom: 10px;
  }
  .prod__tags {
    top: 10px;
    right: 10px;
  }
  .prchar__label {
    width: 140px;
  }
  .production__info p {
    margin-bottom: 10px;
  }
  .production_main {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .ourprod {
    margin-bottom: 50px;
  }
  .optom {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .sale__nav {
    gap: 5px;
  }
  .sale__nav a {
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
  }
  .promo__head {
    font-size: 20px;
  }
  .promo__subhead {
    font-size: 14px;
  }
  .slider__info {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin-top: -100px;
  }
  .slider__item {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: auto;
    padding-bottom: 50px;
  }
  
  .form_search input {
      height: 50px;
      padding: 10px;
  }
  
  .form_search .btn {
      height: 50px;
      padding: 10px;
      align-items: center;
  }
  
  .slider__col.slick-center .slider__info {
    transform: scale(.7);
  }
  
  .slider__btn {
      display: block;
      margin-bottom: 40px;
      z-index: 2;
      position: relative;
  }
  
/*   .slider__info {
    display: none;
} */
  .slider__item {
      padding-bottom: 0;
  }
  
  .cookies {
      margin-left: 15px;
      margin-right: 15px;
  }
  
  .cookies__block {
      padding: 30px;
  }
  
  .cookies__text {
      font-size: 14px;
  }
  
  .cookies__order button {
      padding: 15px 30px;
      font-size: 14px;
  }
}

.grecaptcha-badge {
    opacity: 0;
    height: 1px;
    width: 1px;
    visibility: hidden;
}