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;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

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

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

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

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  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;
  user-select: none;
}

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  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--current, .fancybox-slide--next, .fancybox-slide--previous {
  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 {
  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;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
  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;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .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-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.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;
}

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

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  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;
}

.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--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

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

.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;
}

.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;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.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;
}

.fancybox-loading {
  animation: a 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;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

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

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

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

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .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-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;
}

.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  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;
  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 {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  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;
  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;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Swiper 6.6.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 19, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.swiper-container-3d {
  perspective: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next,
.swiper-button-prev {
  cursor: pointer;
  transition: 0.3s;
  height: 100px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9;
  outline: none;
  appearance: none;
  font-size: 14px;
  color: #494848;
}
@media (hover: hover) {
  .swiper-button-next:not(.swiper-button-disabled):hover,
  .swiper-button-prev:not(.swiper-button-disabled):hover {
    background: #8EC63F;
    color: #fff;
  }
}
.swiper-button-next.icon-down2,
.swiper-button-prev.icon-down2 {
  width: 130px;
  height: 25px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #D9D9D9;
  margin: 0 4px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}

button.swiper-pagination-bullet {
  background: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
  position: relative;
  color: #5C514B;
}

.swiper-pagination-bullet-active {
  background: #8EC63F;
}

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

.swiper-pagination-bullets {
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff ;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000 ;
}

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

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

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

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: -0.02em;
}

ul li {
  list-style: none;
}

.overflow {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  flex-grow: 1;
}

html {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #494848;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

.content {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

select,
button,
input,
textarea {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
  outline: 0;
  cursor: pointer;
}

.a, .news-preview .news-preview__title:after, .news-preview .news-preview__title:before, .tubs-list li a:after, .production-location .production-location__content:after, .production-location .production-location__content:before, .menu > li > a:after, .btn__blick:before, .entry-content._table table tr td:nth-child(1):after, .play-icon:after, .zoom:after {
  content: "";
  display: block;
  box-sizing: border-box;
}

.ff, .about-benefit .about-benefit__item .about-benefit__number, .title {
  font-family: "MetaPro", sans-serif;
}

.thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
.thumb._contain img {
  object-fit: contain;
}

.zoom {
  cursor: pointer;
}
.zoom img {
  transition: 0.7s;
}
.zoom:after {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  font-size: 40px;
  background: rgba(0, 0, 0, 0.4) url(../images/zoom.svg) center no-repeat;
  background-size: 40px;
}
@media (hover: hover) {
  .zoom:hover:after {
    opacity: 1;
  }
  .zoom:hover img {
    transform: scale(1.02);
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.breadcrumbs {
  font-size: 12px;
  color: #717171;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: #184D8F;
  }
}

.swiper-container:not(.swiper-container-initialized) {
  opacity: 0;
  visibility: hidden;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .row {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .row > * {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.row._offset-20 {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 992px) {
  .row._offset-20 {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.row._offset-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 992px) {
  .row._offset-20 > * {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.row._offset-60 {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 992px) {
  .row._offset-60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row._offset-60 > * {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 992px) {
  .row._offset-60 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #494848;
}
@media screen and (max-width: 992px) {
  .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.title._success {
  color: #8EC63F;
  text-align: center;
  margin: 0;
}

.sub-title {
  color: #184D8F;
  font-size: 32px;
  margin-bottom: 30px;
}
.sub-title._small {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .sub-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }
}

.txt-20 {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .txt-20 {
    font-size: 1em;
  }
}

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

.static-thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

.w-1 {
  width: 10px;
}

@media screen and (max-width: 992px) {
  .center-tablet {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .center-mobile {
    text-align: center;
  }
}

.play-icon {
  position: relative;
}
.play-icon:after {
  background: rgba(0, 0, 0, 0.2) url(../images/play.svg) center no-repeat;
  background-size: 90px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .play-icon:after {
    background-size: 60px;
  }
}
.play-icon img {
  transition: 0.7s;
}
.play-icon._small:after {
  background-size: 40px;
}
@media (hover: hover) {
  .play-icon:not(._small):hover img {
    transform: scale(1.02);
  }
}

.slider-controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.slider-controls .swiper-button-next,
.slider-controls .swiper-button-prev {
  width: 40px;
  height: 40px;
  font-size: 17px;
  background: #F1F1F1;
}

@font-face {
  font-family: "MetaPro";
  src: url("../fonts/MetaPro-Bold.woff2") format("woff2"), url("../fonts/MetaPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?v=22");
  src: url("../fonts/icomoon.eot?v=22") format("embedded-opentype"), url("../fonts/icomoon.ttf?v=22") format("truetype"), url("../fonts/icomoon.woff?v=22") format("woff"), url("../fonts/icomoon.svg?v=22") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mark:before {
  content: "\e90e";
}

.icon-next:before {
  content: "\e900";
}

.icon-prev:before {
  content: "\e901";
}

.icon-more:before {
  content: "\e902";
}

.icon-phone:before {
  content: "\e903";
}

.icon-list:before {
  content: "\e904";
}

.icon-down:before {
  content: "\e905";
}

.icon-address:before {
  content: "\e906";
}

.icon-email:before {
  content: "\e907";
}

.icon-date:before {
  content: "\e908";
}

.icon-youtube:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e90a";
}

.icon-quote:before {
  content: "\e90b";
}

.icon-down2:before {
  content: "\e90c";
}

.icon-catalog:before {
  content: "\e90d";
}

.entry-content {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 12px;
  }
}
.entry-content a:not(.button) {
  color: #184D8F;
}
.entry-content a:not(.button):hover {
  text-decoration: underline;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.3;
  margin-bottom: 0.9em;
}
.entry-content h1 {
  font-size: 2.25em;
}
.entry-content h2 {
  font-size: 1.5em;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.2em;
}
.entry-content p {
  margin-bottom: 0.8em;
}
.entry-content ul {
  margin-bottom: 1em;
  margin-left: 20px;
}
.entry-content ul li {
  list-style: disc;
  margin-bottom: 4px;
}
.entry-content ul li::marker {
  color: #8EC740;
}
.entry-content ol {
  margin-left: 20px;
  margin-bottom: 1em;
}
.entry-content ol li {
  margin-bottom: 4px;
}
.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid #184D8F;
  margin-bottom: 1.563em;
  font-style: italic;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.entry-content table tr td {
  width: auto;
  height: auto;
  padding: 10px 10px;
  border: 1px solid #222;
}
.entry-content table thead tr {
  font-weight: 700;
}
.entry-content._table table tr td {
  padding: 3px 0;
  font-size: 0.9em;
  border: 0;
  vertical-align: bottom;
}
.entry-content._table table tr td span {
  background: #fff;
  padding-right: 5px;
}
.entry-content._table table tr td:nth-child(1) {
  width: 39%;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .entry-content._table table tr td:nth-child(1) {
    width: 45%;
  }
}
.entry-content._table table tr td:nth-child(1):after {
  position: absolute;
  bottom: 0.55em;
  left: 0;
  right: 0;
  height: 1px;
  background: #F2F2F2;
  z-index: -1;
}
.entry-content._table table tr td:nth-child(2) {
  width: 61%;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .entry-content._table table tr td:nth-child(2) {
    width: 55%;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.form {
  position: relative;
  color: #252551;
}
.form .form__submit {
  padding: 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .form .form__submit {
    padding-top: 10px;
  }
}
.form-item {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form-item {
    margin-bottom: 15px;
  }
}
.form-item._privacy {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .form-item._privacy {
    padding: 0;
  }
}

.form__privacy {
  font-size: 12px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .form__privacy {
    font-size: 11px;
  }
}
.form__privacy a {
  display: inline-block;
  text-decoration: underline;
}
@media (hover: hover) {
  .form__privacy a:hover {
    text-decoration: none;
  }
}

/*-----------------submit----------------------*/
button[type=submit],
input[type=submit] {
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  outline: 0;
}

/*-----------------input----------------------*/
.file-field,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 50px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #707070;
  padding: 0;
  font-size: 16px;
  display: block;
  outline: none;
  width: 100%;
  color: #000;
  font-weight: 500;
  -webkit-appearance: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .file-field,
  textarea,
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=email],
  input[type=text],
  input[type=tel] {
    height: 40px;
    font-size: 14px;
  }
}
.file-field.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid {
  border-color: red !important;
}

textarea {
  height: 105px;
  padding-top: 15px;
  resize: none;
  overflow: auto;
}

select {
  display: none !important;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #9E9E9E;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}

*:-moz-placeholder {
  color: #9E9E9E;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}

*::-moz-placeholder {
  color: #9E9E9E;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}

*:-ms-input-placeholder {
  color: #A1A1A1;
  opacity: 1;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}

textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
  text-align: left;
  font-size: 0.75em;
}
.checkbox a {
  display: inline-block;
  color: #184D8F;
  text-decoration: underline;
}
@media (hover: hover) {
  .checkbox a:hover {
    text-decoration: none;
  }
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + span,
input[type=checkbox] + span {
  display: block;
  border: 1px solid #F1F1F1;
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-right: 13px;
  min-width: 22px;
}

input[type=radio] + span {
  border-radius: 50%;
}

input[type=radio]:checked + span,
input[type=checkbox]:checked + span {
  background: #F1F1F1 url(../images/check.svg) center no-repeat;
  background-size: 75%;
}

input[type=radio]:checked + span {
  background: #fff;
  border-width: 5px;
}

.btn {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  padding: 0 30px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #8EC63F;
  position: relative;
  z-index: 200;
  border: 0;
  outline: 0;
  transition: 0.3s;
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 45px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .btn:not(:disabled):hover {
    color: #fff;
    background: #a5d266;
    border-color: #a5d266;
  }
}
.btn:disabled {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.btn._border-gray {
  background: 0;
  color: #AAA8A8;
  border: 1px solid #AAA8A8;
}
@media (hover: hover) {
  .btn._border-gray:not(:disabled):hover {
    border-color: #184D8F;
    color: #184D8F;
    background: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn._mob100 {
    width: 100%;
  }
}

.download-catalog {
  background: linear-gradient(180deg, #8FC740 42.5%, #81B342 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  height: 80px;
  padding: 0 17px;
}
.download-catalog .icon-catalog {
  font-size: 2.3em;
  margin-right: 10px;
  transition: 0.3s;
}
@media (hover: hover) {
  .download-catalog:hover .icon-catalog {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1000px) {
  .download-catalog {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .download-catalog {
    height: 50px;
    font-size: 12px;
  }
}

.btn__blick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.7rem;
  z-index: 10;
  overflow: hidden;
}
.btn__blick:before {
  margin-left: -30px;
  width: 50px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  animation-delay: 50ms;
  position: absolute;
  left: -40px;
  top: -150px;
  animation-timing-function: ease-in-out;
  transition: all 0.3s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
  z-index: 2;
}

@keyframes slideme {
  0% {
    left: -70px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 800;
  transition: ease-out 0.3s;
  padding: 24px 20px;
  border-right: 1px solid #A1A7B4;
}
@media screen and (max-width: 1000px) {
  .icon-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .icon-menu {
    width: 50px;
    height: 50px;
    padding: 16px 12px;
  }
}

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border: none;
  transition: transform 0.5s, top 0.2s;
}

.sw-bottom {
  top: 7px;
}
@media screen and (max-width: 767px) {
  .sw-bottom {
    top: 6px;
  }
}

.sw-footer {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .sw-footer {
    top: 11px;
  }
}

.icon-menu.active .sw-topper {
  top: 9px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .icon-menu.active .sw-topper {
    top: 7px;
  }
}

.icon-menu.active .sw-bottom {
  top: 7px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .icon-menu.active .sw-bottom {
    top: 5px;
  }
}

.icon-menu.active .sw-footer {
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 1px;
}

.jq-star-svg {
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

.modals {
  display: none;
}

.fancybox-infobar {
  display: none !important;
}

.fancybox-bg {
  background: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.6;
}

.fancybox-content .fancybox-button--close,
.fancybox-content .fancybox-close-small {
  opacity: 1;
  background: rgba(30, 30, 30, 0.6);
  color: #ccc;
}
.fancybox-content.fancybox-iframe-custom {
  padding: 0;
  width: 100%;
  max-width: 1000px;
  background: url(../images/loader.svg) center no-repeat;
  background-size: 60px;
  min-height: 100px;
}
.fancybox-content.fancybox-iframe-custom iframe {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 30;
}

.wpcf7-form-control-wrap {
  position: static !important;
}

.wpcf7-form.submitting .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.wpcf7-form .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url(../images/loader.svg) center no-repeat;
  background-size: 65px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  border-radius: 1rem;
}

.wpcf7-form-control-wrap {
  position: static !important;
}

.wpcf7-not-valid-tip {
  font-size: 11px !important;
  color: #fff !important;
  background: red !important;
  padding: 1px 3px !important;
  margin: 0 !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  z-index: 50;
}

.wpcf7-response-output {
  display: none !important;
}

.header-nav {
  flex-grow: 1;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .header-nav {
    position: fixed;
    top: 74px;
    left: 0;
    bottom: 0;
    background: #FFF;
    width: 50%;
    min-width: 260px;
    color: #000;
    padding: 15px 20px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: 0.5s;
  }
  .header-nav.active {
    box-shadow: 0px 4px 20.4px 0px rgba(0, 0, 0, 0.25);
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    top: 52px;
    font-size: 14px;
  }
}
.header-nav .header-nav__contacts {
  margin-top: auto;
  padding-top: 15px;
  color: #494848;
  display: none;
}
@media screen and (max-width: 1000px) {
  .header-nav .header-nav__contacts {
    display: flex;
    flex-direction: column;
  }
}
.header-nav .header-nav__contacts .content {
  display: block !important;
  border-top: 1px solid #A4A4A4;
  padding-top: 15px !important;
  margin-top: 15px;
  order: 2;
}
.header-nav .header-nav__contacts .header-contact {
  margin-bottom: 15px;
}
.header-nav .header-nav__contacts .header-contact:last-child {
  margin-bottom: 0;
}
.header-nav .header-nav__contacts .header-contact br {
  display: block;
}
.header-nav .header-nav__contacts .header-contact span {
  display: none;
}
.header-nav .header-nav__contacts .download-catalog {
  order: 1;
  display: flex !important;
}

.menu {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .menu {
    display: block;
  }
}
.menu > li {
  padding: 0 8px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .menu > li {
    padding: 0 0 6px 0;
  }
}
.menu > li > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 0;
}
.menu > li > a .icon-down {
  color: #C7CACC;
  margin-left: 5px;
  font-size: 0.8em;
  transition: 0.3s;
}
.menu > li > a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 0;
  background: #8EC63F;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .menu > li > a.active .icon-down {
    transform: scale(1, -1);
  }
}
@media (hover: hover) {
  .menu > li:hover > a .icon-down {
    transform: scale(1, -1);
  }
  .menu > li:hover > a:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .menu > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
  }
}
.menu .sub-menu {
  position: absolute;
  width: 330px;
  top: 100%;
  left: 8px;
  background: rgba(228, 228, 228, 0.98);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s;
  z-index: 900;
  color: #274494;
}
@media screen and (max-width: 1000px) {
  .menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background: #F5F5F5;
    box-shadow: none;
    width: auto;
    margin: 7px -20px;
    color: #494848;
    padding: 7px 0;
    display: none;
    transition: none;
  }
}
.menu .sub-menu a {
  padding: 16px 24px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .menu .sub-menu a {
    padding: 12px 20px;
  }
}
@media (hover: hover) {
  .menu .sub-menu a:hover {
    background: rgba(246, 246, 246, 0.98);
  }
}

.menu-bg {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 202, 204, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.menu-bg.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1000px) {
  .wrapper {
    padding-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 51px;
  }
}

@media screen and (max-width: 1000px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
  }
}
.header .header__top {
  background: #D5D5D4;
  color: #494848;
  font-weight: 300;
}
.header .header__top .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .header .header__top {
    display: none;
  }
}
.header .header__bottom {
  background: url(../images/header-bg.png) center no-repeat;
  background-size: cover;
  border-bottom: 4px solid #a6a6a3;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .header .header__bottom {
    border-bottom-width: 2px;
  }
}
.header .header__bottom .content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .header .header__bottom .content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .header__bottom .download-catalog {
    display: none;
  }
}

.header-contact {
  line-height: 1.1;
}
.header-contact br {
  display: none;
}
.header-contact.icon-phone {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .header-contact.icon-phone {
    display: block;
  }
}
.header-contact.icon-phone:before {
  font-size: 0.75em;
  margin-right: 5px;
}
@media screen and (max-width: 1000px) {
  .header-contact.icon-phone:before {
    display: none;
  }
}
.header-contact:not(.icon-phone) {
  font-size: 0.875em;
}
.header-contact span {
  font-style: italic;
  color: #959494;
}
.header-contact ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .header-contact ul {
    display: block;
  }
}
.header-contact ul li:not(:last-child) {
  border-right: 1px solid #B5B5B4;
  padding-right: 13px;
  margin-right: 13px;
}
@media screen and (max-width: 1000px) {
  .header-contact ul li:not(:last-child) {
    border-right: 0;
    padding: 0;
    margin: 0 0 5px 0;
  }
}
@media (hover: hover) {
  .header-contact a:hover {
    color: #184D8F;
  }
}

.logo {
  display: block;
  width: 178px;
  margin-bottom: -4px;
}
@media screen and (max-width: 1000px) {
  .logo {
    margin: 0 auto;
    width: 150px;
    transform: translateX(75px);
  }
}
@media screen and (max-width: 767px) {
  .logo {
    transform: none;
    width: 106px;
  }
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.phone-link-mob {
  display: none;
  width: 70px;
  height: 70px;
  border-left: 1px solid #A1A7B4;
  background: url(../images/tel.svg) center no-repeat;
  background-size: 30px;
}
@media screen and (max-width: 1000px) {
  .phone-link-mob {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .phone-link-mob {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
}

/*==================================================*/
/*==================================================*/
.offer {
  padding-top: 70px;
}
@media screen and (max-width: 992px) {
  .offer {
    padding-top: 30px;
  }
}
.offer .title {
  max-width: 700px;
  margin-bottom: 15px;
}
.offer .offer__thumb {
  padding-bottom: 53%;
  margin-bottom: 20px;
}
.offer .offer__desc {
  padding-bottom: 20px;
}
.offer .offer__btn {
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .offer .offer__btn {
    padding-top: 0;
    margin-bottom: 1.1em;
  }
}

.about-list {
  font-weight: 300;
}
.about-list li {
  position: relative;
  margin-bottom: 1.1em;
  padding-left: 1.5em;
}
.about-list li:before {
  color: #C7CACC;
  position: absolute;
  left: 0;
  top: 0.2em;
}

/*==================================================*/
/*==================================================*/
.uniqueness .uniqueness__head {
  background: #E3E3E3;
  padding-top: 55px;
}
@media screen and (max-width: 992px) {
  .uniqueness .uniqueness__head {
    padding-top: 30px;
  }
}
.uniqueness .uniqueness__body {
  background: linear-gradient(to bottom, #F1F1F1 97.06%, #838383 133.55%);
  padding: 80px 0 1px;
}
@media screen and (max-width: 992px) {
  .uniqueness .uniqueness__body {
    padding: 30px 0 1px;
  }
}
.uniqueness .uniqueness__desc {
  margin-bottom: 10px;
}

.benefit-item {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .benefit-item {
    margin-bottom: 10px;
  }
}
.benefit-item .benefit-item__thumb {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .benefit-item .benefit-item__thumb {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.benefit-item .benefit-item__thumb .thumb {
  padding-bottom: 98%;
  border-radius: 5px;
}
.benefit-item .benefit-item__thumb .thumb:not(._shadow) {
  border: 2px solid #203260;
}
.benefit-item .benefit-item__thumb .thumb._shadow {
  box-shadow: 0px 4px 11.9px 0px rgba(0, 0, 0, 0.11);
}
.benefit-item .benefit-item__thumb .thumb._vertical {
  padding-bottom: 55%;
}
.benefit-item .benefit-item__thumb .thumb._custom {
  padding-bottom: 81%;
}
.benefit-item .benefit-item__desc {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .benefit-item .benefit-item__desc {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.benefit-item._border {
  border: 2px solid #203260;
  padding: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .benefit-item._border {
    margin-bottom: 15px;
    padding: 0;
    border: 0;
  }
}
@media screen and (min-width: 767px) {
  .benefit-item._border .benefit-item__thumb {
    margin-bottom: 5px;
  }
  .benefit-item._border .benefit-item__thumb .thumb {
    border: 0;
    padding: 0;
    max-width: 200px;
    margin: 0 auto;
  }
  .benefit-item._border .benefit-item__thumb .thumb img {
    position: static;
  }
}
.benefit-item._border .benefit-item__desc {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .benefit-item._border .benefit-item__desc {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .benefit-item._vertical {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .benefit-item._vertical .benefit-item__thumb,
  .benefit-item._vertical .benefit-item__desc {
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .benefit-item._reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 992px) {
  .benefit-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .benefit-item {
    font-size: 10px;
  }
}

.production-location {
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .production-location {
    padding-top: 5px;
    font-size: 11px;
    line-height: 1.1;
  }
}
.production-location .production-location__content {
  display: inline-flex;
  align-items: center;
  color: #000;
  position: relative;
  z-index: 20;
  padding: 9px 70px;
}
@media screen and (max-width: 767px) {
  .production-location .production-location__content {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 -20px;
  }
}
.production-location .production-location__content .icon-mark {
  color: #8EC63F;
  margin-right: 1em;
}
.production-location .production-location__content:after, .production-location .production-location__content:before {
  position: absolute;
  top: 2px;
  height: 100%;
  width: 55%;
  z-index: -1;
  background: url(../images/bg-label.svg) no-repeat;
  background-size: auto 100%;
}
.production-location .production-location__content:before {
  left: 0;
}
.production-location .production-location__content:after {
  right: 0;
  background-position: 100% 0;
}

/*==================================================*/
/*==================================================*/
.video-about {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .video-about {
    padding: 30px 0;
  }
}

.video-item {
  max-width: 756px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .video-item {
    text-align: left;
  }
}
.video-item .thumb {
  padding-bottom: 56%;
}
.video-item p {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .video-item p {
    padding-top: 10px;
  }
}

/*==================================================*/
/*==================================================*/
.manufacturing {
  padding: 60px 0;
  background: radial-gradient(91.36% 91.36% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #1E1E1E;
  color: #fff;
  font-weight: 300;
}
.manufacturing .title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .manufacturing {
    padding: 30px 0 30px;
  }
}
.manufacturing .manufacturing__map img {
  width: 95%;
  height: auto;
  display: block;
}
@media screen and (max-width: 992px) {
  .manufacturing .manufacturing__map img {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .manufacturing .manufacturing__map img {
    max-width: inherit;
    min-width: 570px;
    margin: 0 0 -30px 0;
  }
}
@media screen and (max-width: 992px) {
  .manufacturing .manufacturing__desc {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .manufacturing .manufacturing__desc {
    max-width: inherit;
  }
}

/*==================================================*/
/*==================================================*/
/*==================================================*/
/*==================================================*/
.characteristics {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .characteristics {
    padding: 30px 0;
  }
}
.characteristics .characteristics__tubs {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .characteristics .characteristics__tubs {
    padding-top: 20px;
  }
}

.characteristics-info {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .characteristics-info {
    padding: 20px 0 10px;
  }
}

.c-tubs {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .c-tubs {
    margin: 0 -20px;
    padding-left: 20px;
    display: flex;
  }
  .c-tubs:after {
    content: "";
    min-width: 20px;
  }
}

.tubs-list {
  max-width: 620px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tubs-list {
    width: 100%;
  }
}
.tubs-list li {
  flex-grow: 1;
  padding-right: 20px;
  border-bottom: 1px solid #D5D5D4;
}
.tubs-list li:last-child {
  padding-right: 0;
}
.tubs-list li a {
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
  white-space: nowrap;
}
.tubs-list li a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 0;
  background: #8EC63F;
  transition: 0.3s;
}
.tubs-list li a.active:after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (hover: hover) {
  .tubs-list li a:not(.active):hover {
    color: #8EC63F;
  }
}

.tubs-content .tubs-content__item {
  display: none;
}
.tubs-content .tubs-content__item.active {
  display: block;
}

.show-all {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 0.875em;
  color: #203260;
}
.show-all:before {
  margin-left: 5px;
  font-size: 0.6em;
}
.show-all span {
  text-decoration: underline;
}
.show-all.active:before {
  transform: scale(1, -1);
}
@media (hover: hover) {
  .show-all:hover span {
    text-decoration: none;
  }
}

/*==================================================*/
/*==================================================*/
.applications {
  padding: 50px 0 30px;
  background: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .applications {
    padding: 30px 0 15px;
  }
}
.applications .applications__area {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .applications .applications__area {
    padding-top: 10px;
  }
}

.measure {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .measure {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .measure {
    font-size: 10px;
  }
}
.measure figure {
  margin: 0 15px 0 0;
}
.measure figure img {
  width: 65px;
  height: 65px;
  display: block;
}
@media screen and (max-width: 992px) {
  .measure figure img {
    width: 45px;
    height: 45px;
  }
}

.can-benefit {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .can-benefit {
    margin-bottom: 10px;
  }
}
.can-benefit p {
  flex-grow: 1;
  width: 10px;
}
.can-benefit .thumb {
  width: 100px;
  height: 100px;
  border-radius: 13px;
  border: 2px solid #203260;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .can-benefit .thumb {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}

.application-item {
  margin-bottom: 30px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .application-item {
    margin-bottom: 15px;
  }
}
.application-item .thumb {
  padding-bottom: 62%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .application-item .thumb {
    margin-bottom: 5px;
  }
}

/*==================================================*/
/*==================================================*/
.quiz {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .quiz {
    padding-top: 30px;
  }
}

/*==================================================*/
/*==================================================*/
.about {
  padding: 60px 0 80px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 30px 0;
  }
}
.about .about__content {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about .about__content {
    padding-bottom: 10px;
  }
}
.about .about__content .col-12 {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about .about__content .col-12 {
    padding-bottom: 15px;
  }
}

.about-benefit {
  max-width: 315px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .about-benefit {
    max-width: inherit;
  }
}
.about-benefit .about-benefit__item {
  display: flex;
  align-items: flex-start;
}
.about-benefit .about-benefit__item:not(:last-child) {
  margin-bottom: 1em;
}
.about-benefit .about-benefit__item .about-benefit__number {
  color: #203260;
  font-size: 32px;
  font-weight: 700;
  margin-right: 20px;
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .about-benefit .about-benefit__item .about-benefit__number {
    font-size: 28px;
    margin-right: 10px;
    transform: translateY(-3px);
  }
}

.slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slider .slider__content {
  width: calc(100% - 150px);
}
@media screen and (max-width: 992px) {
  .slider .slider__content {
    width: 100%;
  }
  .slider .slider__content .swiper-container {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .slider .slider__content .swiper-container .swiper-slide {
    width: calc(100% - 20px);
  }
}
.slider .slider__content .thumb {
  height: 460px;
}
@media screen and (max-width: 992px) {
  .slider .slider__content .thumb {
    height: auto;
    padding-bottom: 55%;
  }
}
.slider .slider__thumb {
  width: 130px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .slider .slider__thumb {
    display: none;
  }
}
.slider .slider__thumb .swiper-container {
  height: 415px;
}
.slider .slider__thumb .swiper-container .swiper-slide {
  display: flex;
}
.slider .slider__thumb .swiper-container .swiper-slide.swiper-slide-thumb-active .thumb {
  border-color: #8EC63F;
}
.slider .slider__thumb .thumb {
  width: 100%;
  border: 3px solid transparent;
  transition: border 0.3s;
  cursor: pointer;
}
.slider .slider__thumb .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 2px;
  width: 126px;
}
.slider .slider-controls {
  padding-right: 20px;
}

/*==================================================*/
/*==================================================*/
.reviews {
  padding: 70px 0 60px;
  background: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .reviews {
    padding: 30px 0;
  }
}

.reviews-slider {
  position: relative;
}
.reviews-slider .slider-pagination {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .reviews-slider .slider-pagination {
    padding-top: 0;
  }
}
.reviews-slider .swiper-container {
  margin: 0 -20px;
  padding: 0 20px;
}
.reviews-slider .swiper-container .swiper-slide {
  height: auto;
  display: flex;
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .reviews-slider .swiper-container .swiper-slide.swiper-slide-active .review-item, .reviews-slider .swiper-container .swiper-slide.swiper-slide-active + .swiper-slide .review-item, .reviews-slider .swiper-container .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide .review-item {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 992px) {
  .reviews-slider .swiper-container .swiper-slide {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-slider .swiper-container .swiper-slide {
    width: calc(100% - 20px);
  }
}
.reviews-slider .swiper-button-prev,
.reviews-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -63px;
}
@media screen and (max-width: 1200px) {
  .reviews-slider .swiper-button-prev,
  .reviews-slider .swiper-button-next {
    display: none;
  }
}
.reviews-slider .swiper-button-prev {
  left: -50px;
}
.reviews-slider .swiper-button-next {
  right: -50px;
}

.review-item {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 30px 25px 15px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  color: #000;
}
@media screen and (max-width: 992px) {
  .review-item {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 767px) {
  .review-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.review-item .review-item__txt {
  padding-bottom: 15px;
}
.review-item .review-item__bottom {
  margin-top: auto;
  border-top: 1px solid #F1F1F1;
  padding-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 0.875em;
  text-align: right;
}
.review-item:before {
  position: absolute;
  top: -15px;
  font-size: 30px;
  left: 30px;
  color: #203260;
}
@media screen and (max-width: 767px) {
  .review-item:before {
    left: 20px;
  }
}
.review-item .review-item__rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.review-item .review-item__author {
  width: 10px;
  flex-grow: 1;
  padding-left: 10px;
}

/*==================================================*/
/*==================================================*/
.news-preview {
  margin-top: 2px;
  background: #444;
  color: #CACACA;
  padding-bottom: 30px;
}
.news-preview .news-preview__title {
  margin-bottom: 40px;
  color: #CACACA;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
  width: 220px;
  text-align: center;
  padding: 3px 0 11px;
  margin-top: -2px;
  margin-left: -30px;
}
@media screen and (max-width: 992px) {
  .news-preview .news-preview__title {
    margin-left: auto;
    margin-right: auto;
  }
}
.news-preview .news-preview__title:after, .news-preview .news-preview__title:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 55%;
  z-index: -1;
  background: url(../images/bg-label.svg) no-repeat;
  background-size: auto 100%;
  transform: scale(1, -1);
}
.news-preview .news-preview__title:before {
  left: 0;
}
.news-preview .news-preview__title:after {
  right: 0;
  transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .news-preview .swiper-container {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .news-preview .swiper-container .swiper-slide {
    width: calc(100% - 80px);
  }
}
.news-preview .swiper-container .slider-pagination {
  padding-top: 30px;
}
.news-preview .swiper-container .slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #595959;
}

.news-item .news-item__date {
  display: flex;
  align-items: center;
  color: #8EC740;
  font-size: 0.875em;
  font-weight: 300;
  margin-bottom: 1.78em;
}
.news-item .news-item__date:before {
  color: #707070;
  margin-right: 0.6em;
}
.news-item .news-item__title {
  text-decoration: underline;
}
@media (hover: hover) {
  .news-item .news-item__title:hover {
    color: #fff;
    text-decoration: none;
  }
}

/*==================================================*/
/*==================================================*/
.have-question {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .have-question {
    padding: 30px 0 40px;
  }
}
.have-question .have-question__form {
  background: #FFF;
  box-shadow: 0px 0px 9.7px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 30px;
}
@media screen and (max-width: 767px) {
  .have-question .have-question__form {
    padding: 10px 20px 5px;
  }
}
.have-question .have-question__form .form {
  max-width: 390px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .have-question .have-question__contacts {
    padding: 10px 0;
  }
}

.contact-item {
  margin-bottom: 1em;
}
.contact-item a {
  white-space: nowrap;
}
@media (hover: hover) {
  .contact-item a:hover {
    color: #184D8F;
  }
}
.contact-item._address {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .contact-item._address {
    margin-bottom: 1em;
  }
}
.contact-item._email a {
  color: #184D8F;
  text-decoration: underline;
}
@media (hover: hover) {
  .contact-item._email a:hover {
    text-decoration: none;
  }
}

.footer {
  background: #161616;
  color: #D5D5D4;
}
.footer .footer__top {
  padding: 30px 0 20px;
}
.footer .footer__center {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1000px) {
  .footer .footer__center .content {
    padding: 0;
  }
}
.footer .footer__bottom {
  background: #D5D5D4;
  color: #0D0D0D;
  padding: 15px 0;
  text-align: center;
  font-size: 0.875em;
}
.footer .footer__bottom a {
  text-decoration: underline;
}
@media (hover: hover) {
  .footer .footer__bottom a:hover {
    text-decoration: none;
  }
}
.footer .download-catalog {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .footer .download-catalog {
    width: 106px;
  }
}

.footer-logo img {
  display: block;
  height: 80px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .footer-logo img {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo img {
    height: 50px;
  }
}

.footer-nav {
  font-weight: 300;
  line-height: 1;
}
.footer-nav li {
  margin-bottom: 1.2em;
}
@media (hover: hover) {
  .footer-nav li a:hover {
    color: #8EC63F;
  }
}

.footer-contact {
  font-weight: 300;
  margin-bottom: 1.2em;
  font-style: normal;
  position: relative;
  padding-left: 1.8em;
  line-height: 1;
}
.footer-contact:before {
  font-size: 0.9375em;
  color: #707070;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.footer-contact p:not(:last-child) {
  margin-bottom: 1em;
}
@media (hover: hover) {
  .footer-contact a:hover {
    color: #8EC63F;
  }
}
@media screen and (min-width: 767px) {
  .footer-contact br {
    display: none;
  }
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social li {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .social li {
    padding: 0 7px;
  }
}
.social li a {
  display: block;
}
.social li a img {
  height: 30px;
  width: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .social li a img {
    height: 20px;
  }
}
@media (hover: hover) {
  .social li a:hover {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

.messenger {
  display: flex;
  justify-content: center;
  align-items: center;
}
.messenger li {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .messenger li {
    padding: 0 4px;
  }
}
.messenger li a {
  display: block;
}
.messenger li a img {
  height: 40px;
  width: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .messenger li a img {
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .messenger li a:hover {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

.main-404 {
  padding: 80px 0;
}

.page-404 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 7rem 0;
}

.page-404__title {
  font-size: 80px;
  font-weight: bold;
}

.page-404__img {
  margin: 0 auto -50px;
  max-width: 505px;
  width: 100%;
  display: block;
  transform: translateX(-10px);
}

.page-404__text {
  font-size: 16px;
}
.page-404__text p {
  padding-bottom: 5px;
}
.page-404__text strong {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .page-404__img {
    transform: none;
    margin-bottom: -30px;
  }
  .page-404__text {
    font-size: 14px;
  }
  .page-404__text strong {
    font-size: 18px;
  }
}

.error, .error-message {
	font-size:13px;
	color:red;
}
.text-center {
	text-align:center;
}
.success-message {
	padding: 50px 0;
}

.header-contact.messenger li a img {
    height: 26px;
    width: 26px;
}