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: 5.5rem;
  width: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: linear-gradient(180deg, #CEEEFE 20%, rgba(230, 246, 254, 0) 161.11%);
  outline: none;
  appearance: none;
  font-size: 5.5rem;
  color: #2E52AC;
  overflow: hidden;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  transition: transform 0.3s;
}
@media (hover: hover) {
  .swiper-button-next:not(.swiper-button-disabled):hover:before,
  .swiper-button-prev:not(.swiper-button-disabled):hover:before {
    transform: scale(1.15);
  }
}
.swiper-button-next.icon-down2,
.swiper-button-prev.icon-down2 {
  width: 130px;
  height: 25px;
}
.swiper-button-next.style2,
.swiper-button-prev.style2 {
  background: 0;
  border: 1px solid #B5B5B5;
  width: 35px;
  height: 35px;
  font-size: 50px;
  border-radius: 5px;
}
@media (hover: hover) {
  .swiper-button-next.style2:not(.swiper-button-disabled):hover,
  .swiper-button-prev.style2:not(.swiper-button-disabled):hover {
    border-color: #0A5CC7;
    background: #0A5CC7;
    color: #fff;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  color: rgba(90, 101, 131, 0.5019607843);
  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: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #D9D9D9;
  margin: 0 4px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

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

.swiper-pagination-bullet-active {
  background: #54AF3A;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet-active {
    width: 20px;
  }
}

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

[class*=ymaps][class*=-ground-pane] {
  filter: grayscale(1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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,
body {
  background: #F1F7FA;
}

html {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.35;
  color: #454545;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 8px;
  }
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.content {
  width: 100%;
  max-width: calc(140rem + 40px);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.a, .tubs-list li a:after, .txt-hidden.hidden .entry-content:after, .footer .footer__bottom .col-6:after, .bg-circle:before, .bg-circle:after, .contacts .contacts__content .col-12:first-child:after, .review-item .review-item__rating:before, .review-item:before, .partners-slider .swiper-container .swiper-slide:before, .partners-slider .swiper-container .swiper-slide:after, .about-benefits .about-benefits__item:before, .about-benefits .about-benefits__item:after, .about .about__content .col-12:first-child:after, .menu > li > a:after, .btn__blick:before, .download-catalog:before, .download-catalog:after, .entry-content._table table tr td:after, .entry-content blockquote:before, .entry-content .wp-block-quotes:after, .entry-content .wp-block-quotes:before, .entry-content ol > li:after, .play-icon:after, .zoom:after {
  content: "";
  display: block;
  box-sizing: border-box;
}

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

.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-0 {
  margin-left: 0;
  margin-right: 0;
}
.row._offset-0 > * {
  padding-left: 0;
  padding-right: 0;
}
.row._offset-10 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row._offset-10 > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row._offset-20 {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (max-width: 767px) {
  .row._offset-20 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.row._offset-20 > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .row._offset-20 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.row._offset-40 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.row._offset-40 > * {
  padding-left: 2rem;
  padding-right: 2rem;
}
.row._offset-60 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.row._offset-60 > * {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 1200px) {
  .col-xl-55 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.pt-20 {
  padding-top: 2rem;
}

.title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4.5rem;
  color: #2F425C;
}
.title span {
  display: inline-block;
}
.title:not(._single) {
  text-transform: uppercase;
}
.title.size-32 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .title.size-32 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.title.size-36 {
  font-size: 3.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .title.size-36 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .title {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 26px;
  }
}
.title._success {
  color: #54AF3A;
  text-align: center;
  margin: 0;
}

.sub-title {
  color: #184D8F;
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
.sub-title._small {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .sub-title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.txt-gray {
  color: #B3B3B3;
}

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

.txt-14 {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .txt-14 {
    font-size: 0.9em;
  }
}

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

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

.mb-30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .mb-30 {
    margin-bottom: 2rem;
  }
}

.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(66, 78, 114, 0.57) url(../images/play.svg) center no-repeat;
  background-size: auto 45%;
  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: center;
  padding-top: 15px;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .slider-controls {
    justify-content: space-between;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .slider-controls {
    max-width: inherit;
  }
}

.swiper-pagination-fraction {
  color: #B4BCC7;
  font-size: 2rem;
  min-width: 40px;
}
.swiper-pagination-fraction .swiper-pagination-current {
  color: #2F425C;
  font-weight: 600;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?v=223");
  src: url("../fonts/icomoon.eot?v=223") format("embedded-opentype"), url("../fonts/icomoon.ttf?v=223") format("truetype"), url("../fonts/icomoon.woff?v=223") format("woff"), url("../fonts/icomoon.svg?v=223") 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-order:before {
  content: "\e90b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-content {
  line-height: 1.5;
}
.entry-content a:not(.button) {
  color: #0A5CC7;
}
.entry-content a:not(.button):hover {
  text-decoration: underline;
}
.entry-content p {
  margin-bottom: 1.1em;
}
.entry-content h2 {
  font-size: 2em;
  margin-bottom: 1.1em;
  padding-top: 0.5em;
  line-height: 1.2;
  color: #2F425C;
}
@media screen and (max-width: 767px) {
  .entry-content h2 {
    font-size: 1.6em;
  }
}
.entry-content h3 {
  font-size: 1.8em;
  margin-bottom: 1.1em;
  padding-top: 0.5em;
  line-height: 1.2;
  color: #2F425C;
}
@media screen and (max-width: 767px) {
  .entry-content h3 {
    font-size: 1.4em;
  }
}
.entry-content h4 {
  font-size: 1.3em;
  margin-bottom: 1.1em;
  padding-top: 0.5em;
  line-height: 1.2;
  color: #2F425C;
}
@media screen and (max-width: 767px) {
  .entry-content h4 {
    font-size: 1.2em;
  }
}
.entry-content ol {
  margin-left: 20px;
  padding-bottom: 1.25em;
  margin-bottom: 0;
}
.entry-content ol > li {
  margin-bottom: 0.7em;
  padding-bottom: 0;
  position: relative;
}
.entry-content ol > li::marker {
  color: #000;
  font-weight: 600;
}
.entry-content ol > li:after {
  position: absolute;
  left: -0.9em;
  width: 1px;
  background: #CED9FB;
  bottom: -0.6em;
  top: 1.5em;
}
@media screen and (max-width: 767px) {
  .entry-content ol > li:after {
    left: -16px;
  }
}
.entry-content ol > li:last-child:after {
  display: none;
}
.entry-content ol > li ul {
  padding-top: 0.7em;
}
.entry-content ul {
  margin-left: 20px;
  padding-bottom: 1.25em;
  margin-bottom: 0;
}
.entry-content ul li {
  padding: 0;
  list-style: disc;
  margin-bottom: 0.2em;
}
.entry-content ul li::marker {
  color: #50A83F;
  font-size: 1.3em;
  vertical-align: middle;
  line-height: 1px;
}
.entry-content ul li:before {
  display: none;
}
.entry-content .wp-block-quotes {
  border-radius: 10px;
  padding-left: 34px;
  margin-bottom: 2em;
  position: relative;
}
.entry-content .wp-block-quotes:after, .entry-content .wp-block-quotes:before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 50%;
  background: url(../images/quote-1.svg) 0 0 no-repeat;
}
.entry-content .wp-block-quotes:before {
  top: 0;
}
.entry-content .wp-block-quotes:after {
  bottom: 0;
  background-position: 0 100%;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-quotes {
    padding-left: 24px;
  }
}
.entry-content .wp-block-quotes p {
  padding: 0.5em 0;
}
.entry-content blockquote {
  display: block;
  background: rgba(206, 217, 251, 0.2);
  padding: 35px 60px;
  margin-bottom: 2em;
  position: relative;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding: 45px 15px 15px;
  }
}
.entry-content blockquote:before {
  background: url(../images/quote-2.svg) center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 26px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote:before {
    left: 15px;
    top: 15px;
  }
}
.entry-content blockquote * {
  padding: 0;
  margin: 0 !important;
}
.entry-content .wp-block-image {
  margin-bottom: 2em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 1.875em;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 10px 10px;
  border: 1px solid #222;
}
.entry-content table thead tr {
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .entry-content._table table {
    max-width: 800px;
  }
}
.entry-content._table table tr td {
  padding: 3px 0;
  border: 0;
  vertical-align: bottom;
  position: relative;
  z-index: 20;
}
.entry-content._table table tr td:after {
  position: absolute;
  bottom: 0.55em;
  left: 0;
  right: 0;
  height: 1px;
  background: #F2F2F2;
  z-index: -1;
}
.entry-content._table table tr td > span {
  background: #fff;
  padding-right: 5px;
}
.entry-content._table table tr td:nth-child(1) {
  width: 39%;
}
@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(2) {
  width: 61%;
  padding-left: 10px;
}
.entry-content._table table tr td:nth-child(2) span {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .entry-content._table table tr td:nth-child(2):after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .entry-content._table table tr td:nth-child(2) {
    text-align: right;
  }
}
@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;
}
.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: 2rem;
}
@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: 5rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #C0C0C0;
  padding: 0;
  font-size: 16px;
  display: block;
  outline: none;
  width: 100%;
  color: #000;
  font-weight: 500;
  appearance: none;
  transition: 0.3s;
  border-radius: 0;
}
@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;
}

/*---------------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;
}

select {
  appearance: none;
  -webkit-appearance: none;
  background: #F1F7FA url(../images/down.svg) calc(100% - 12px) center no-repeat;
  padding-right: 54px;
  border: 1px solid #F1F7FA;
  cursor: pointer;
  outline: none;
  height: 46px;
  border-radius: 10px;
  padding-left: 20px;
  font-size: 14px !important;
  color: #454545;
}

.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: #29419C;
  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 #C0C0C0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-right: 13px;
  min-width: 22px;
  border-radius: 3px;
}

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;
  border-color: #F1F1F1;
  background-size: 75%;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.btn {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 5.5rem;
  padding: 0 3rem;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  background: #54AF3A;
  position: relative;
  z-index: 200;
  border: 0;
  outline: 0;
  transition: 0.3s;
  line-height: 1.1;
  border-radius: 1rem;
  letter-spacing: 0.24px;
  min-width: 22rem;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 45px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .btn:not(:disabled):hover {
    color: #fff;
    background: #6ec755;
    border-color: #6ec755;
  }
}
.btn:disabled {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.btn._blue {
  background: #395D96;
}
.btn._blue:not(:disabled):hover {
  color: #fff;
  background: #4874ba;
  border-color: #4874ba;
}
.btn._border-green {
  background: 0;
  color: #54AF3A;
  border: 1px solid #54AF3A;
}
@media (hover: hover) {
  .btn._border-green:not(:disabled):hover {
    border-color: #6ec755;
  }
}
.btn._border-blue {
  background: 0;
  color: #395D96;
  border: 1px solid #395D96;
}
@media (hover: hover) {
  .btn._border-blue:not(:disabled):hover {
    background: #4874ba;
    border-color: #4874ba;
  }
}
.btn._border-gray {
  background: 0;
  color: #454545;
  border: 1px solid #B5B5B5;
}
@media (hover: hover) {
  .btn._border-gray:not(:disabled):hover {
    background: #4874ba;
    border-color: #4874ba;
  }
}
.btn .icon-filter {
  font-size: 1.3em;
  color: #395D96;
  margin-left: 15px;
}
.btn._small {
  height: 44px;
  font-size: 13px;
  min-width: 1px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .btn._tablet100 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .btn._mob100 {
    width: 100%;
  }
}

.download-catalog {
  width: 13rem;
  height: 13rem;
  border: 1px solid #CEDFE8;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.download-catalog .download-catalog__txt {
  width: 11rem;
  height: 11rem;
  background: #54AF3A;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 20;
  transition: 0.3s;
  animation: radial-pulse 2s infinite;
}
.download-catalog:before, .download-catalog:after {
  position: absolute;
  z-index: 1;
  background: #CEDFE8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.download-catalog:after {
  width: 1px;
  height: 115%;
}
.download-catalog:before {
  width: 115%;
  height: 1px;
}
@media (hover: hover) {
  .download-catalog:hover .download-catalog__txt {
    background: #5ec042;
  }
}

.download-catalog-fixed {
  position: fixed;
  bottom: 45%;
  right: 0;
  transform: translateX(150%);
  z-index: 890;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .download-catalog-fixed {
    bottom: auto;
    top: 70px;
  }
}
.download-catalog-fixed.active {
  transform: translateX(-20px);
}
@media screen and (max-width: 767px) {
  .download-catalog-fixed .download-catalog {
    transform: translateX(10%) scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .download-catalog-fixed .download-catalog .download-catalog__txt {
    animation: none;
  }
}

.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;
  }
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(84, 175, 58, 0.3);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(84, 175, 58, 0);
  }
}
/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
  display: none;
  background: #1C4586;
  border-radius: 1rem;
}
@media screen and (max-width: 1000px) {
  .icon-menu {
    display: grid;
    place-items: center;
  }
}

.menu-burger {
  display: block;
  width: 20px;
  height: 15px;
  position: relative;
}
.menu-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-burger span:nth-child(1) {
  top: 0;
}
.menu-burger span:nth-child(2) {
  top: 6px;
}
.menu-burger span:nth-child(3) {
  top: 6px;
}
.menu-burger span:nth-child(4) {
  top: 12px;
}
.menu-burger.active span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.menu-burger.active span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-burger.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-burger.active span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.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-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;
}
.fancybox-content.modal-form {
  border-radius: 10px;
}

.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;
}
@media screen and (max-width: 1000px) {
  .header-nav {
    position: fixed;
    top: 10rem;
    left: 0;
    bottom: 0;
    background: #FFF;
    width: 100%;
    min-width: 260px;
    color: #000;
    padding: 20px 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: 0.5s;
    border-top: 1px solid #DBE2F9;
  }
  .header-nav .content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .header-nav.active {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    top: 8rem;
    font-size: 16px;
  }
}
.header-nav .header-nav__contacts {
  margin: auto -20px 0;
  border-top: 1px solid #DBE2F9;
  display: none;
  padding: 20px 20px 10px;
}
@media screen and (max-width: 1000px) {
  .header-nav .header-nav__contacts {
    display: flex;
    flex-direction: column;
  }
}
.header-nav .header-nav__contacts .header__contacts {
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.header-nav .header-nav__contacts .header__contacts .contact-item {
  order: 1;
}
.header-nav .header-nav__contacts .header__contacts .social {
  order: 2;
}

.menu {
  display: flex;
  justify-content: center;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #30383C;
}
@media screen and (max-width: 1000px) {
  .menu {
    display: block;
  }
}
.menu > li {
  padding: 0 1.5rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .menu > li {
    padding: 0 0 3rem 0;
  }
}
.menu > li.current-menu-item > a {
  color: #0A5CC7;
}
.menu > li.current-menu-item > a:after {
  width: 100%;
  left: 0;
  right: auto;
}
.menu > li > a {
  display: flex;
  align-items: center;
  position: relative;
  height: 6.5rem;
  padding: 0.5rem 2rem 0;
}
@media screen and (max-width: 1000px) {
  .menu > li > a {
    padding: 0;
    height: auto;
  }
}
.menu > li > a .icon-down-menu {
  margin-left: 5px;
  font-size: 0.7em;
  transition: 0.3s;
}
.menu > li > a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 0;
  background: #54AF3A;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .menu > li > a:after {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .menu > li > a.active .icon-down-menu {
    transform: scale(1, -1);
  }
}
@media (hover: hover) {
  .menu > li:hover > a {
    color: #0A5CC7;
  }
  .menu > li:hover > a .icon-down-menu {
    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: 360px;
  top: 100%;
  left: 1.5rem;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s;
  z-index: 900;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 0 17.8px 0 rgba(48, 54, 115, 0.13);
}
@media screen and (max-width: 1000px) {
  .menu .sub-menu {
    box-shadow: none;
    position: static;
    opacity: 1;
    visibility: visible;
    background: #F1F7FA;
    width: auto;
    margin: 7px -20px;
    padding: 7px 0;
    display: none;
    transition: none;
    border-radius: 0;
  }
}
.menu .sub-menu a {
  padding: 16px 2rem;
  display: block;
}
@media screen and (max-width: 1000px) {
  .menu .sub-menu a {
    padding: 12px 2rem;
  }
}
@media (hover: hover) {
  .menu .sub-menu a:hover {
    color: #0A5CC7;
  }
}

.menu-bg {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 202, 204, 0.5);
  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: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 8rem;
  }
}

.header {
  position: relative;
  z-index: 900;
}
.header._bb {
  border-bottom: 1px solid #DBE2F9;
}
@media screen and (max-width: 1000px) {
  .header._bb {
    border-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    border-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    transition: background 0.1s;
  }
  .header.scroll, .header.active {
    background: #FFFFFF;
  }
  .header.active .header__mobile .social {
    opacity: 0;
    visibility: hidden;
  }
}
.header .header__content {
  padding: 3.3rem 0;
  border-bottom: 1px solid #DBE2F9;
}
.header .header__content .content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .header .header__content .content {
    height: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .header .header__content .content {
    height: 8rem;
  }
}
@media screen and (max-width: 1000px) {
  .header .header__content {
    padding: 0;
  }
}
.header .header__contacts {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  gap: 5rem;
  padding-top: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .header .header__contacts {
    gap: 3rem;
  }
}
.header .header__mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header .header__mobile {
    display: flex;
    gap: 2rem;
    margin-left: auto;
  }
}
.header .social {
  margin-right: -2rem;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .header .social {
    margin-right: 0;
  }
}

.logo {
  display: block;
  width: 21rem;
}
@media screen and (max-width: 1000px) {
  .logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 120px;
  }
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #494848;
}
.contact-item:not(._phone) {
  font-size: 0.875em;
}
.contact-item [class^=icon-],
.contact-item [class*=" icon-"] {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #CEEEFE 20%, rgba(230, 246, 254, 0) 161.11%);
  display: grid;
  place-items: center;
  font-size: 4.5rem;
  color: #0A5CC7;
}
.contact-item address {
  font-style: normal;
}
@media (hover: hover) {
  .contact-item a:hover {
    color: #0A5CC7;
  }
}

.social {
  display: flex;
  gap: 0.6rem;
}
.social li a {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #CEEEFE 20%, rgba(230, 246, 254, 0) 161.11%);
  display: grid;
  place-items: center;
  font-size: 4.5rem;
  color: #0A5CC7;
}
.social li a.icon-whatsapp {
  color: #1DD83B;
}
.social li a.icon-telegram {
  color: #3098FF;
}
.social li a:before {
  transition: transform 0.3s;
}
@media (hover: hover) {
  .social li a:hover:before {
    transform: scale(1.15);
  }
}

.scroll-to-top {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #CEEEFE 20%, rgba(230, 246, 254, 0) 161.11%);
  display: grid;
  place-items: center;
  font-size: 4.5rem;
  color: #0A5CC7;
}
.scroll-to-top:before {
  transition: transform 0.3s;
}
@media (hover: hover) {
  .scroll-to-top:hover:before {
    transform: scale(1.15);
  }
}

/*==================================================*/
/*==================================================*/
.offer {
  color: #BBD7DF;
  font-size: 2rem;
}
.offer .offer__content {
  border-radius: 1rem;
  background: url(../images/offer-bg.webp) center no-repeat;
  background-size: cover;
  min-height: 55.5rem;
  padding: 9rem;
  margin-bottom: 14rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .offer .offer__content {
    background: url(../images/offer-bg-tablet.svg) center no-repeat;
    background-size: cover;
    padding: 6rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .offer .offer__content {
    background: url(../images/offer-bg-mob.svg) center no-repeat;
    background-size: cover;
    margin: 0 -20px 50px;
    border-radius: 0;
    padding: 4rem 20px 10rem;
    min-height: 1px;
  }
}
.offer .offer__txt {
  max-width: 71rem;
}
.offer .title {
  color: #fff;
}
.offer .offer__desc {
  margin-bottom: 4rem;
}
.offer .offer__thumb {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -14rem;
  pointer-events: none;
}
.offer .offer__thumb img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 106rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .offer .offer__thumb {
    bottom: -50px;
  }
}

/*==================================================*/
/*==================================================*/
/*==================================================*/
/*==================================================*/
.video-item .thumb {
  padding-bottom: 52%;
  border-radius: 1rem;
}

/*==================================================*/
/*==================================================*/
.about .about__content {
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 0px 17.8px 0px rgba(48, 54, 115, 0.13);
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .about .about__content {
    margin-bottom: 4rem;
  }
}
.about .about__content .col-12:first-child {
  border-right: 1px solid #E9EEFF;
  padding: 6rem 17rem 6rem 7rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .about .about__content .col-12:first-child {
    padding: 4rem 17rem 4rem 4rem;
    border-right: 0;
    border-bottom: 1px solid #E9EEFF;
  }
}
@media screen and (max-width: 767px) {
  .about .about__content .col-12:first-child {
    padding: 20px 20px 100px 20px;
  }
}
.about .about__content .col-12:first-child:after {
  background: url(../images/circle.svg) 0 0 no-repeat;
  background-size: auto 100%;
  width: 12.3rem;
  height: 24.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .about .about__content .col-12:first-child:after {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 10rem;
    width: 24.6rem;
    background-size: 100% auto;
  }
}

.about-benefits {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about-benefits {
    overflow: visible;
  }
}
.about-benefits .about-benefits__item {
  width: 50%;
  position: relative;
  padding: 4rem 4rem 12rem 4rem;
  border-right: 1px solid #E9EEFF;
  border-bottom: 1px solid #E9EEFF;
}
@media screen and (max-width: 767px) {
  .about-benefits .about-benefits__item {
    width: 100%;
    padding: 4.5rem 15rem 4.5rem 20px;
    min-height: 110px;
  }
}
.about-benefits .about-benefits__item:nth-child(even) {
  border-right: 0;
}
.about-benefits .about-benefits__item:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about-benefits .about-benefits__item:nth-child(3) {
    border-bottom: 0;
  }
}
.about-benefits .about-benefits__item:before, .about-benefits .about-benefits__item:after {
  width: 22px;
  height: 22px;
  background: url(../images/add.svg) left center no-repeat;
  position: absolute;
  z-index: 100;
}
.about-benefits .about-benefits__item:before {
  right: 0;
  bottom: 0;
  transform: translate(11px, 11px);
}
@media screen and (max-width: 767px) {
  .about-benefits .about-benefits__item:before {
    bottom: auto;
    top: 0;
    width: 12px;
    transform: translate(0, -11px);
  }
}
.about-benefits .about-benefits__item:after {
  top: 0;
  left: 0;
  transform: translate(-10px, -11px);
}
@media screen and (max-width: 767px) {
  .about-benefits .about-benefits__item:after {
    width: 12px;
    transform: translate(0, -11px);
    background-position: right center;
  }
}
@media screen and (min-width: 768px) {
  .about-benefits .about-benefits__item:nth-child(1):after, .about-benefits .about-benefits__item:nth-child(4):after {
    display: none;
  }
  .about-benefits .about-benefits__item:nth-child(4):before {
    display: none;
  }
}
.about-benefits .about-benefits__txt {
  font-weight: 700;
  color: #2F425C;
}
.about-benefits .about-benefits__icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-benefits .about-benefits__icon img {
  height: 12rem;
  width: auto;
  display: block;
}

/*==================================================*/
/*==================================================*/
/*==================================================*/
/*==================================================*/
.catalog {
  padding: 12.6rem 0 11.6rem;
}
@media screen and (max-width: 767px) {
  .catalog {
    padding: 7rem 0;
  }
}
@media screen and (min-width: 992px) {
  .catalog .title {
    margin-bottom: 6.4rem;
  }
}
.catalog .catalog__content {
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 0px 17.8px 0px rgba(48, 54, 115, 0.13);
  overflow: hidden;
}
.catalog .catalog__tubs {
  display: flex;
  flex-wrap: wrap;
}
.catalog .catalog__tubs li {
  width: 20%;
  flex-grow: 1;
  border-bottom: 1px solid #DDE2F0;
  border-right: 1px solid #DDE2F0;
}
@media screen and (max-width: 767px) {
  .catalog .catalog__tubs li {
    width: 50%;
  }
}
.catalog .catalog__tubs li:last-child {
  border-right: 0;
}
.catalog .catalog__tubs li a {
  font-size: 2rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  height: 11.7rem;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  border-bottom: 0.7rem solid transparent;
}
@media (hover: hover) {
  .catalog .catalog__tubs li a:hover {
    color: #0A5CC7;
  }
}
@media screen and (max-width: 991px) {
  .catalog .catalog__tubs li a {
    height: 9rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog .catalog__tubs li a {
    border: 2px solid transparent;
    height: 7rem;
  }
}
.catalog .catalog__tubs li a.active {
  color: #2449A8;
  border-color: #54AF3A;
}
.catalog .catalog__tubs li:nth-child(1) a {
  border-radius: 1rem 0 0 0;
}
.catalog .catalog__tubs li:nth-child(2) a {
  border-radius: 0 1rem 0 0;
}
.catalog .catalog__info {
  padding: 0 8rem;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .catalog .catalog__info {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog .catalog__info {
    padding: 0 20px;
  }
}
.catalog .catalog__desc {
  width: 30%;
  padding: 8rem 0 7rem;
}
@media screen and (max-width: 991px) {
  .catalog .catalog__desc {
    width: 100%;
    text-align: center;
    padding: 4rem 0;
  }
}
.catalog .catalog__desc h3 {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 3rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .catalog .catalog__desc h3 {
    font-size: 20px;
  }
}
.catalog .catalog__desc p {
  margin-bottom: 3rem;
  line-height: 1.43;
}
.catalog .catalog__thumb {
  width: 70%;
  height: 47rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .catalog .catalog__thumb {
    width: 100%;
    height: auto;
    padding-bottom: 55%;
  }
}
.catalog .catalog__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-position: center bottom;
  object-fit: contain;
}

.tubs-content .tubs-content__item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
}
.tubs-content .tubs-content__item.active {
  display: block;
  animation-name: showSlides;
  animation-duration: 1s;
  opacity: 1;
  transform: translateY(0);
}

@keyframes showSlides {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*==================================================*/
/*==================================================*/
.production {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .production {
    padding-top: 7rem;
  }
}
.production._service {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .production._service {
    padding-bottom: 5rem;
  }
}
.production .production__desc {
  border-radius: 1rem;
  border: 1px solid #DBE2F9;
  padding: 5rem 4.5rem;
  margin-bottom: 5px;
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .production .production__desc {
    margin-bottom: 4rem;
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .production .production__desc {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .production .slider-controls {
    padding-right: 20px;
  }
}

.production-slider {
  margin-right: -46rem;
}
@media screen and (max-width: 991px) {
  .production-slider {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.production-slider .swiper-slide {
  width: 433px;
}
@media screen and (max-width: 767px) {
  .production-slider .swiper-slide {
    width: calc(100% - 20px);
  }
}
.production-slider .thumb {
  padding-bottom: 125%;
  border-radius: 1rem;
}

/*==================================================*/
/*==================================================*/
.quiz {
  padding-top: 17rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .quiz {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .quiz {
    padding-top: 7rem;
  }
}
.quiz .quiz__content {
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 0px 17.8px 0px rgba(48, 54, 115, 0.13);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .quiz .quiz__content {
    padding: 0;
    box-shadow: none;
    margin-bottom: 20px;
  }
}

/*==================================================*/
/*==================================================*/
.partners .partners__head {
  padding: 10rem 0 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .partners .partners__head {
    padding: 5rem 0 4rem;
  }
}
.partners .partners__head .entry-content {
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .partners .partners__head .entry-content {
    margin-left: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .partners .partners__head .entry-content {
    padding-top: 0;
    margin-top: -1rem;
  }
}
.partners .partners__content {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .partners .partners__content {
    padding-top: 4rem;
  }
}
.partners .slider-controls {
  padding-top: 20px;
}

.partners-slider .swiper-container {
  border-radius: 1rem;
  overflow: hidden;
  border-top: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
  background: #fff;
}
.partners-slider .swiper-container .swiper-slide {
  border-right: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  position: relative;
}
.partners-slider .swiper-container .swiper-slide:before, .partners-slider .swiper-container .swiper-slide:after {
  width: 22px;
  height: 22px;
  background: url(../images/add.svg) center no-repeat;
  position: absolute;
  z-index: 100;
}
.partners-slider .swiper-container .swiper-slide:before {
  right: 0;
  bottom: 0;
  transform: translate(11px, 11px);
}
.partners-slider .swiper-container .swiper-slide:after {
  top: 0;
  left: 0;
  transform: translate(-10px, -11px);
}
.partners-slider .swiper-container .swiper-slide:last-child:before {
  display: none;
}
@media screen and (min-width: 992px) {
  .partners-slider .swiper-container .swiper-slide:not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(9)):after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .partners-slider .swiper-container .swiper-slide:not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(7)):not(:nth-child(10)):after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .partners-slider .swiper-container .swiper-slide:not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)):after {
    display: none;
  }
  .partners-slider .swiper-container .swiper-slide:before, .partners-slider .swiper-container .swiper-slide:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .partners-slider .swiper-container {
    margin-right: -20px;
    padding-right: 20px;
    border-radius: 1rem 0 0 1rem;
  }
}

.partner-logo {
  height: 17.4rem;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .partner-logo {
    height: 14rem;
  }
}
.partner-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 58%;
  max-height: 63%;
  width: auto;
  height: auto;
}

/*==================================================*/
/*==================================================*/
.reviews {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .reviews {
    padding-top: 8rem;
  }
}
.reviews._in {
  padding-top: 7rem;
}
.reviews .title {
  margin-bottom: 0;
}

.reviews-slider {
  position: relative;
}
.reviews-slider .swiper-container {
  margin: 0 -20px;
  padding: 0 20px;
}
.reviews-slider .swiper-container .swiper-slide {
  height: auto;
  display: flex;
  padding: 7rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .reviews-slider .swiper-container .swiper-slide {
    padding-top: 5rem;
  }
}
@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, .reviews-slider .swiper-container .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .review-item {
    box-shadow: 0px 0px 17px 0px rgba(48, 54, 115, 0.05);
  }
}
@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);
  }
}
@media screen and (max-width: 767px) {
  .reviews-slider .slider-controls {
    padding-right: 20px;
  }
}

.review-item {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 3rem;
  font-weight: 300;
  border-radius: 1rem;
  min-height: 39rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .review-item {
    box-shadow: 0px 0px 17px 0px rgba(48, 54, 115, 0.05);
  }
}
@media screen and (max-width: 767px) {
  .review-item {
    font-size: 14px;
    padding: 20px;
  }
}
.review-item:before {
  position: absolute;
  width: 6.7rem;
  height: 5.5rem;
  background: url(../images/quote.svg) center no-repeat;
  background-size: contain;
  right: 3.5rem;
  top: -2.5rem;
}
.review-item .review-item__rating {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
.review-item .review-item__rating:before {
  flex-grow: 1;
  height: 1px;
  background: #E9EEFF;
  margin-right: 1rem;
}
.review-item .review-item__author {
  min-height: 9rem;
}
.review-item .review-item__author strong {
  color: #2F425C;
  font-weight: 700;
  font-size: 1.14em;
  display: block;
  margin-bottom: 0.5rem;
}

/*==================================================*/
/*==================================================*/
.news-preview {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .news-preview {
    padding-top: 7rem;
  }
}

/*==================================================*/
/*==================================================*/
.contacts {
  padding-top: 10rem;
}
.contacts._in {
  padding-top: 7rem;
}
.contacts._single .contacts__map {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .contacts {
    padding-top: 7rem;
  }
}
.contacts .contacts__map {
  height: 62rem;
  background: #E8E8E8;
  position: relative;
  z-index: 60;
  margin-top: -13rem;
}
@media screen and (max-width: 767px) {
  .contacts .contacts__map {
    margin-top: -7rem;
    height: 400px;
  }
}
.contacts .contacts__content {
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 0px 1.7rem 0px rgba(48, 54, 115, 0.13);
  position: relative;
  z-index: 100;
}
.contacts .contacts__content .col-12 {
  padding: 7rem;
}
@media screen and (max-width: 767px) {
  .contacts .contacts__content .col-12 {
    padding: 20px;
  }
}
.contacts .contacts__content .col-12:first-child {
  border-right: 1px solid #E9EEFF;
  position: relative;
}
@media screen and (max-width: 991px) {
  .contacts .contacts__content .col-12:first-child {
    border-bottom: 1px solid #E9EEFF;
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contacts .contacts__content .col-12:first-child {
    padding-bottom: 100px;
  }
}
.contacts .contacts__content .col-12:first-child:after {
  background: url(../images/circle.svg) 0 0 no-repeat;
  background-size: auto 100%;
  width: 12.3rem;
  height: 24.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contacts .contacts__content .col-12:first-child:after {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 10rem;
    width: 24.6rem;
    background-size: 100% auto;
  }
}
.contacts .contacts__content .form {
  max-width: 38rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .contacts .contacts__content .form {
    max-width: 50rem;
  }
}
.contacts .contacts__content .form .btn {
  min-width: 33rem;
}
.contacts .contacts__list {
  padding-right: 7rem;
}
@media screen and (max-width: 991px) {
  .contacts .contacts__list {
    max-width: 50rem;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}
.contacts .contacts__list .contacts__item {
  line-height: 1.4;
}
.contacts .contacts__list .contacts__item br {
  display: none;
}
.contacts .contacts__list .contacts__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .contacts .contacts__list .contacts__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.contacts .contacts__list .contacts__item p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.contacts .contacts__list .contacts__item a {
  display: inline-block;
}
.contacts .contacts__list .contacts__item a.contacts__email {
  color: #29419C;
  text-decoration: underline;
}
.contacts .contacts__list .contacts__item a.contacts__tel {
  font-size: 1.25em;
}
@media (hover: hover) {
  .contacts .contacts__list .contacts__item a.contacts__tel:hover, .contacts .contacts__list .contacts__item a.contacts__email:hover {
    color: #0A5CC7;
  }
}
.contacts .contacts__detail {
  margin-top: 4rem;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0 0 17.8px 0 rgba(48, 54, 115, 0.13);
  line-height: 2;
  padding: 4rem 4rem 4rem 7rem;
}
@media screen and (max-width: 767px) {
  .contacts .contacts__detail {
    padding: 3rem 20px;
  }
}

.service-txt {
  border-radius: 1rem;
  border: 1px solid #DBE2F9;
  background: #395D96 url(../images/service.svg) calc(100% - 1.5rem) 1.5rem no-repeat;
  background-size: 9rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  padding: 3rem 5rem 3rem 4rem;
  min-height: 13rem;
}
@media screen and (max-width: 1200px) {
  .service-txt {
    padding-right: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .service-txt {
    font-size: inherit;
    padding-left: 20px;
    padding-right: 10rem;
  }
}

/*==================================================*/
/*==================================================*/
.applications {
  padding-top: 6rem;
}

.application-item {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #DBE2F9;
  background: #FFF;
  margin-bottom: 2rem;
  text-align: center;
  padding: 1.5rem 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .application-item {
    margin-bottom: 1rem;
    font-size: 12px;
    padding: 10px 10px;
  }
}
.application-item .thumb {
  margin-bottom: 2rem;
  padding-bottom: 70%;
}
@media screen and (max-width: 767px) {
  .application-item .thumb {
    margin-bottom: 10px;
  }
}

/*==================================================*/
/*==================================================*/
.enterprises {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .enterprises {
    padding-top: 5rem;
  }
}
.enterprises .enterprises__desc {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .enterprises .enterprises__desc {
    padding-top: 3rem;
  }
}

.certificat {
  max-width: 35rem;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .certificat {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .certificat {
    max-width: 500px;
  }
}
.certificat .thumb {
  border-radius: 1rem;
  border: 1px solid #DBE2F9;
  background: #FFF;
  padding-bottom: 132%;
}

/*==================================================*/
/*==================================================*/
.video-slider .swiper-container,
.photo-slider .swiper-container {
  margin-right: -46rem;
}
@media screen and (max-width: 1500px) {
  .video-slider .swiper-container,
  .photo-slider .swiper-container {
    margin-right: -60px;
  }
}
@media screen and (max-width: 1300px) {
  .video-slider .swiper-container,
  .photo-slider .swiper-container {
    margin-right: -20px;
  }
}
@media screen and (max-width: 991px) {
  .video-slider .swiper-container,
  .photo-slider .swiper-container {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.video-slider .swiper-slide,
.photo-slider .swiper-slide {
  width: 550px;
}
@media screen and (min-width: 992px) {
  .video-slider .swiper-slide,
  .photo-slider .swiper-slide {
    min-height: 465px;
  }
  .video-slider .swiper-slide.swiper-slide-active .thumb,
  .photo-slider .swiper-slide.swiper-slide-active .thumb {
    height: 465px;
  }
}
@media screen and (max-width: 767px) {
  .video-slider .swiper-slide,
  .photo-slider .swiper-slide {
    width: calc(100vw - 60px);
  }
}
.video-slider .thumb,
.photo-slider .thumb {
  border-radius: 1rem;
  border: 1px solid #DBE2F9;
  height: 390px;
  transition: height 0.3s;
}
@media screen and (max-width: 767px) {
  .video-slider .thumb,
  .photo-slider .thumb {
    padding-bottom: 66%;
    height: auto;
  }
}
.video-slider .slider-controls,
.photo-slider .slider-controls {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .video-slider .slider-controls,
  .photo-slider .slider-controls {
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .video-slider .enterprise-control,
  .photo-slider .enterprise-control {
    padding-left: 571px;
    position: relative;
    z-index: 200;
    display: flex;
    align-items: center;
    margin-top: -5.5rem;
  }
  .video-slider .enterprise-control .slider-controls,
  .photo-slider .enterprise-control .slider-controls {
    padding-top: 0;
    width: 255px;
    margin-left: auto;
  }
}

.enterprise-tub {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .enterprise-tub {
    padding-right: 20px;
  }
}
.enterprise-tub .btn {
  min-width: 1px;
  background: #fff;
}
.enterprise-tub .btn.active {
  background: #0A5CC7;
  color: #fff;
  border-color: #0A5CC7;
}
@media screen and (max-width: 767px) {
  .enterprise-tub .btn {
    flex-grow: 1;
  }
}

/*==================================================*/
/*==================================================*/
.main {
  padding: 2rem 0 6rem;
}
.main._bg {
  background: #fff;
}

.bg-circle {
  position: relative;
  z-index: 100;
}
.bg-circle:after {
  position: absolute;
  width: 1400px;
  height: 1400px;
  border-radius: 50%;
  background: #E6F6FE;
  z-index: -1;
  top: -20rem;
  left: 50%;
  transform: translateX(-35%);
  filter: blur(134px);
}
@media screen and (max-width: 1000px) {
  .bg-circle:after {
    transform: none;
  }
}
@media screen and (max-width: 1200px) {
  .bg-circle:after {
    display: none;
  }
}
.bg-circle:before {
  position: absolute;
  width: 1400px;
  height: 1400px;
  border-radius: 50%;
  background: #EBFFF1;
  z-index: -1;
  top: 60rem;
  right: 50%;
  filter: blur(134px);
}
@media screen and (max-width: 1200px) {
  .bg-circle:before {
    display: none;
  }
}
.bg-circle.main:before {
  top: 15rem;
}
.bg-circle._bg-white {
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .bg-circle._bg-white {
    background: rgba(255, 255, 255, 0.4);
  }
}
.bg-circle._2 {
  background: #fff;
}
.bg-circle._2:after {
  top: 16rem;
}
@media screen and (max-width: 1200px) {
  .bg-circle._2:after {
    display: none;
  }
}
.bg-circle._2:before {
  display: none;
}
.bg-circle._3:after {
  transform: none;
  left: auto;
  right: 50%;
  top: 25rem;
}
.bg-circle._3:before {
  right: auto;
  left: 50%;
  top: auto;
  bottom: -30rem;
}
.bg-circle._4:after {
  display: none;
}
.bg-circle._4:before {
  right: auto;
  left: 50%;
  top: auto;
  bottom: -30rem;
}
.bg-circle._empty:before, .bg-circle._empty:after {
  display: none;
}

.footer {
  position: relative;
  z-index: 120;
}
.footer .footer__top {
  padding: 25px 0;
}
.footer .footer__bottom {
  padding: 7px 0;
  background: #233D61;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer__bottom {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer__bottom br {
    display: none;
  }
}
.footer .footer__bottom .col-6 {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.footer .footer__bottom .col-6:after {
  top: 25px;
  bottom: 25px;
  position: absolute;
  right: 0;
  width: 1px;
  background: #335788;
}
.footer .footer__bottom .col-6:nth-child(2):after {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer .footer__bottom .col-6:nth-child(5):after {
    display: none;
  }
}
.footer .footer__bottom p {
  margin: 3px 0;
}
.footer .footer__bottom .social a {
  background: 0;
  color: #fff;
}
@media (hover: hover) {
  .footer .footer__bottom a:hover {
    color: #54AF3A;
  }
}
.footer .footer__bottom .sep {
  height: 1px;
  background: #335788;
}

.privacy-link {
  text-decoration: underline;
}

.footer-logo img {
  display: block;
  width: 15rem;
  height: auto;
}

.footer-nav {
  line-height: 1;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav li {
    width: calc(50% - 2rem);
  }
  .footer-nav li:nth-child(even) {
    text-align: center;
  }
}
@media (hover: hover) {
  .footer-nav li a:hover {
    color: #0A5CC7;
  }
}

.kama_breadcrumbs,
.breadcrumbs {
  font-size: 13px;
  color: #717171;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .kama_breadcrumbs,
  .breadcrumbs {
    font-size: 11px;
  }
}
.kama_breadcrumbs a,
.breadcrumbs a {
  color: #B5B5B5;
  text-decoration: underline;
}
@media (hover: hover) {
  .kama_breadcrumbs a:hover,
  .breadcrumbs a:hover {
    color: #0A5CC7;
  }
}

.tags-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .tags-menu {
    margin-bottom: 10px;
  }
}
.tags-menu li {
  padding: 0 14px 14px 0;
}
@media screen and (max-width: 767px) {
  .tags-menu li {
    padding: 0 2px 4px;
  }
}
.tags-menu li a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 0 2.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  border: 1px solid #DDE2F0;
  justify-content: center;
  font-weight: 700;
}
@media (hover: hover) {
  .tags-menu li a:hover {
    color: #395D96;
  }
}
@media screen and (max-width: 767px) {
  .tags-menu li a {
    padding: 0 15px;
    font-size: 12px;
  }
}
.tags-menu li.current-menu-item a {
  color: #fff;
  background: #395D96;
  border-color: #395D96;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.pagination li {
  padding: 5px;
}
.pagination li .current,
.pagination li a {
  transition: 0.3s;
  height: 4.5rem;
  width: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDE2F0;
  outline: none;
  appearance: none;
  border-radius: 1rem;
  font-weight: 700;
}
.pagination li .current .icon-next,
.pagination li .current .icon-prev,
.pagination li a .icon-next,
.pagination li a .icon-prev {
  font-size: 5.5rem;
}
.pagination li .current {
  background: #395D96;
  border-color: #395D96;
  color: #fff;
}
@media (hover: hover) {
  .pagination li a:hover {
    color: #395D96;
  }
}

.news-item {
  color: #000;
  border-radius: 1rem;
  border: 1px solid #CED9FB;
  padding: 2.5rem 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .news-item {
    text-align: center;
    padding: 20px 20px;
  }
}
.news-item .news-item__date {
  display: flex;
  align-items: center;
  color: #6F6F6F;
  font-weight: 300;
  gap: 7px;
  margin-bottom: 2rem;
}
.news-item .news-item__date:before {
  color: #DEE4FB;
}
.news-item .news-item__title {
  font-size: 2rem;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  margin-bottom: 3rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .news-item .news-item__title {
    margin-bottom: 2rem;
  }
}
@media (hover: hover) {
  .news-item .news-item__title:hover {
    color: #0A5CC7;
  }
}
.news-item .news-item__desc {
  margin-bottom: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .news-item .news-item__desc {
    -webkit-line-clamp: 4;
  }
}
.news-item .news-item__more {
  color: #54AF3A;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 15%;
  text-underline-position: from-font;
  margin-top: auto;
}
@media (hover: hover) {
  .news-item .news-item__more:hover {
    color: #0A5CC7;
  }
}
.news-item .news-item__row {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.news-item .news-item__row .news-item__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-item .news-item__row .news-item__col:nth-child(1) {
  width: calc(56% - 2rem);
}
@media screen and (max-width: 767px) {
  .news-item .news-item__row .news-item__col:nth-child(1) {
    width: 100%;
    display: block;
  }
}
.news-item .news-item__row .news-item__col:nth-child(2) {
  width: calc(44% - 2rem);
}
.news-item .news-item__thumb {
  border-radius: 1rem;
  border: 1px solid #DDE0E8;
  padding-bottom: 66%;
}
@media screen and (max-width: 767px) {
  .news-item .news-item__thumb {
    margin-bottom: 2rem;
  }
}

.single-post-content {
  border-radius: 10px;
  background: #F1F7FA;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .single-post-content {
    padding: 0;
    background: 0;
  }
}
.single-post-content .single-post-content__center {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .single-post-content .single-post-content__center {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .single-post-content .single-post-content__center {
    max-width: 100%;
  }
}
.single-post-top {
  padding-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .single-post-top {
    padding-bottom: 0;
  }
}

.single-post-date {
  color: #393939;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.single-post-date svg {
  width: 1.1em;
  margin-right: 0.5em;
  color: #DEE4FB;
}

.single-thumb {
  aspect-ratio: 16/9;
  margin-bottom: 3rem;
  border-radius: 1rem;
}

.author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.author .author__name {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.author .author__desc {
  color: #393939;
  font-weight: 300;
  font-size: 0.9em;
}
.author .author__thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.author .author__body {
  width: 10px;
  flex-grow: 1;
}

.read-also {
  border-top: 1px solid #DBE2F9;
  padding-top: 3rem;
  margin-top: 4rem;
}
.read-also .swiper-pagination {
  position: static;
  padding-top: 10px;
}

.read-also-post {
  margin: 0 -20px;
  padding: 0 20px;
}
.read-also-post .swiper-slide {
  width: calc(100% - 30px);
  display: flex;
  height: auto;
}
@media screen and (min-width: 768px) {
  .read-also-post .swiper-wrapper {
    transform: none !important;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 20px;
  }
  .read-also-post .news-item {
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
  }
  .read-also-post .news-item .news-item__title {
    margin-bottom: 2rem;
  }
  .read-also-post .news-item .news-item__desc {
    -webkit-line-clamp: 3;
  }
  .read-also-post .news-item .news-item__row .news-item__col:nth-child(1) {
    width: 100%;
    display: block;
  }
  .read-also-post .news-item .news-item__row .news-item__col:nth-child(2) {
    display: none !important;
  }
  .read-also-post .news-item .news-item__thumb {
    display: block !important;
    margin-bottom: 2rem;
  }
  .read-also-post .swiper-slide {
    width: auto;
    margin: 0 !important;
  }
}

.share-this {
  position: relative;
  margin-bottom: 23px;
}
.share-this .share-this__visible {
  display: flex;
  align-items: center;
  color: #393939;
  cursor: pointer;
  transition: color 0.3s;
}
.share-this .share-this__visible svg {
  width: 1.3em;
  margin-right: 0.5em;
  color: #DEE4FB;
  transition: color 0.3s;
}
.share-this .share-this__content {
  position: absolute;
  bottom: 100%;
  right: 50%;
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 15px 0;
  z-index: 700;
}
.share-this .share-this__content .addtoany_list {
  display: flex;
}
.share-this .share-this__content .share-this__body {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  padding: 10px 20px 5px;
  background: #fff;
  font-size: 1.1em;
}
@media screen and (max-width: 992px) {
  .share-this .share-this__content {
    bottom: auto;
    top: 100%;
    right: 0;
    transform: none;
  }
}
.share-this .share-this__content .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  border-radius: 50%;
}
.share-this .share-this__content .a2a_svg svg {
  transform: scale(0.7);
}
.share-this:hover .share-this__content {
  opacity: 1;
  visibility: visible;
}
.share-this:hover .share-this__visible {
  color: #0A5CC7;
}
.share-this:hover .share-this__visible svg {
  color: #0A5CC7;
}

#a2a_copy_link_copied,
.a2a_logo_color {
  background-color: #54AF3A !important;
}

.valo-gallery {
  margin-bottom: 2em;
  padding-top: 0.5em;
}
.valo-gallery .valo-gallery__slider {
  position: relative;
}
@media screen and (max-width: 767px) {
  .valo-gallery .valo-gallery__slider .swiper-container {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.valo-gallery .valo-gallery__slider .swiper-button-next,
.valo-gallery .valo-gallery__slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -3.3rem;
  z-index: 100;
}
.valo-gallery .valo-gallery__slider .swiper-button-prev {
  left: -9rem;
}
@media screen and (max-width: 992px) {
  .valo-gallery .valo-gallery__slider .swiper-button-prev {
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .valo-gallery .valo-gallery__slider .swiper-button-prev {
    display: none;
  }
}
.valo-gallery .valo-gallery__slider .swiper-button-next {
  right: -9rem;
}
@media screen and (max-width: 992px) {
  .valo-gallery .valo-gallery__slider .swiper-button-next {
    right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .valo-gallery .valo-gallery__slider .swiper-button-next {
    top: auto;
    right: 45px;
    bottom: 35px;
    background: rgba(255, 255, 255, 0.8);
    color: #0A5CC7;
    width: 35px;
    height: 35px;
    border: 0;
  }
}
.valo-gallery .valo-gallery__slider .swiper-pagination {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .valo-gallery .valo-gallery__slider .swiper-pagination {
    position: static;
    margin-top: 1.1em;
    transform: none;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .valo-gallery .swiper-slide {
    width: calc(100% - 30px);
  }
}
.valo-gallery .thumb {
  aspect-ratio: 16/9;
  border-radius: 1rem;
}
.valo-gallery .thumb img {
  height: 100%;
}
.valo-gallery .valo-gallery__caption {
  color: #606060;
  font-size: 0.85em;
  margin-top: 1.1em;
}
.valo-gallery .swiper-pagination-bullets {
  width: 100%;
}
.valo-gallery[data-slides-per-view="2"] .valo-gallery__slider .swiper-btn-next,
.valo-gallery[data-slides-per-view="2"] .valo-gallery__slider .swiper-btn-prev, .valo-gallery[data-slides-per-view="3"] .valo-gallery__slider .swiper-btn-next,
.valo-gallery[data-slides-per-view="3"] .valo-gallery__slider .swiper-btn-prev, .valo-gallery[data-slides-per-view="4"] .valo-gallery__slider .swiper-btn-next,
.valo-gallery[data-slides-per-view="4"] .valo-gallery__slider .swiper-btn-prev {
  margin-top: -35px;
}
.valo-gallery[data-slides-per-view="2"] .valo-gallery__slider .swiper-pagination, .valo-gallery[data-slides-per-view="3"] .valo-gallery__slider .swiper-pagination, .valo-gallery[data-slides-per-view="4"] .valo-gallery__slider .swiper-pagination {
  position: static;
  margin-top: 1.1em;
  transform: none;
  justify-content: center;
}
.valo-gallery[data-thumb-size="1/1"] .thumb {
  aspect-ratio: 1/1;
}
.valo-gallery[data-thumb-size="2/3"] .thumb {
  aspect-ratio: 2/3;
}

.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;
  }
}
.txt-hidden {
  padding-top: 2rem;
}
.txt-hidden.hidden .entry-content {
  position: relative;
}
.txt-hidden.hidden .entry-content > *:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
}
.txt-hidden.hidden .entry-content:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.txt-hidden .txt-hidden__toggle {
  text-align: center;
  padding-top: 1rem;
}
.txt-hidden .txt-hidden__toggle a {
  display: inline-flex;
  align-items: center;
  color: #54AF3A;
  gap: 0.5rem;
  font-weight: 500;
  -webkit-user-select: none;
          user-select: none;
}
.txt-hidden .txt-hidden__toggle a .icon-down {
  font-size: 0.5em;
}
.txt-hidden .txt-hidden__toggle a.active .icon-down {
  transform: scale(1, -1);
}

.catalog-links .catalog-links__item {
  margin-bottom: 2rem;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0 0 17.8px 0 rgba(48, 54, 115, 0.13);
  display: block;
  width: 100%;
  overflow: hidden;
}
.catalog-links .catalog-links__item .thumb {
  padding-bottom: 125%;
}
@media screen and (max-width: 991px) {
  .catalog-links .catalog-links__item .thumb {
    padding-bottom: 80%;
  }
}
.catalog-links .catalog-links__item .thumb img {
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.catalog-links .catalog-links__item .catalog-links__title {
  background: rgba(28, 69, 134, 0.87);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 11rem;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  padding: 0 7rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .catalog-links .catalog-links__item:hover .catalog-links__title {
    background: rgb(28, 69, 134);
    color: #fff;
  }
}
.catalog-links._small .catalog-links__item {
  width: 15rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .catalog-links._small .catalog-links__item {
    width: 100%;
  }
}
.catalog-links._small .catalog-links__item .thumb {
  padding-bottom: 70%;
}
.catalog-links._small .catalog-links__item .catalog-links__title {
  background: transparent;
  color: inherit;
  font-size: 1.4rem;
  font-weight: normal;
  height: 5rem;
  line-height: 1.14;
  padding: 0 2rem;
}
@media (hover: hover) {
  .catalog-links._small .catalog-links__item:hover .catalog-links__title {
    background: rgb(28, 69, 134);
    color: #fff;
  }
}
.catalog-links._small .catalog-links__item.current-term-item .catalog-links__title {
  background: rgb(28, 69, 134);
  color: #fff;
}
.catalog-links._medium .catalog-links__item .thumb {
  padding-bottom: 71%;
}
@media screen and (max-width: 1200px) {
  .catalog-links._medium .catalog-links__item .thumb {
    padding-bottom: 50%;
  }
}
.catalog-links._medium .catalog-links__item .catalog-links__title {
  height: auto;
  padding: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .catalog-links._medium .col-xl-3 {
    width: 100px;
    flex-grow: 1;
  }
}

.catalog-row {
  padding: 2rem 0 3rem;
}
.catalog-row .btn {
  min-width: 1px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .catalog-row select {
    height: 5.5rem;
    max-width: inherit;
    width: 100%;
    background: #F1F7FA url(../images/order.svg) calc(100% - 12px) center no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .catalog-row select {
    font-size: 13px !important;
  }
}

.catalog-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog-content .catalog-content__filter {
  width: 330px;
}
.catalog-content .catalog-content__list {
  width: calc(100% - 370px);
}
@media screen and (max-width: 991px) {
  .catalog-content .catalog-content__list {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .product {
    padding-top: 1.5rem;
  }
}
.product .product__row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .product .product__row {
    padding-bottom: 2rem;
  }
}
.product .product__gallery {
  width: 61%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .product .product__gallery {
    width: 100%;
  }
}
.product .product__content {
  width: 10%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .product .product__content {
    width: 100%;
  }
}
.product .product__desc {
  font-size: 14px;
}
.product .product__btn {
  margin-top: auto;
  padding-top: 3rem;
}

.tubs-list {
  display: flex;
  border-bottom: 1px solid #D5D5D4;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .tubs-list {
    border-bottom: 0;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .tubs-list li {
    width: 40%;
    flex-grow: 1;
  }
}
.tubs-list li a {
  display: inline-block;
  padding: 0 2.5rem 0.8rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .tubs-list li a {
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    width: 100%;
    display: grid;
    place-items: center;
    height: 40px;
    padding: 0;
  }
}
.tubs-list li a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0.4rem;
  width: 0;
  background: #54AF3A;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .tubs-list li a:after {
    height: auto;
    left: 0;
    top: 0;
    width: auto;
    background: 0;
    border: 2px solid #54AF3A;
    border-radius: 5px;
    opacity: 0;
  }
}
.tubs-list li a.active:after {
  width: 100%;
  left: 0;
  right: auto;
}
@media screen and (max-width: 767px) {
  .tubs-list li a.active:after {
    opacity: 1;
    right: 0;
  }
}
@media (hover: hover) {
  .tubs-list li a:not(.active):hover {
    color: #54AF3A;
  }
}

.product-data-content {
  font-size: 1.4rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .product-data-content {
    padding-top: 3rem;
    font-size: 14px;
  }
}

.feature-item {
  width: 100%;
  border-radius: 1rem;
  background: #F1F7FA;
  margin-bottom: 1rem;
  text-align: center;
  padding: 4.5rem 1.2rem 2.5rem;
  font-weight: 600;
  color: #454545;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .feature-item {
    padding-top: 3rem;
  }
}
.feature-item .thumb {
  width: 7rem;
  height: 7rem;
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 767px) {
  .feature-item .thumb {
    width: 6rem;
    height: 6rem;
    margin-bottom: 2rem;
  }
}

.thumb-documentation {
  padding-bottom: 140%;
  margin-bottom: 2rem;
}

.pdf-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}
.pdf-link img {
  width: 5rem;
  margin-bottom: 2rem;
}
@media (hover: hover) {
  .pdf-link:hover {
    color: #54AF3A;
  }
}

.what-can {
  padding-top: 7rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .what-can {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}
.what-can .row {
  padding-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .what-can .row {
    padding-top: 0;
  }
}
.what-can .row .col-12:last-child .what-can-item {
  border-right: 0;
}
@media screen and (max-width: 1200px) {
  .what-can .row .col-12 {
    padding: 3rem 0;
    border-bottom: 1px solid #DBE2F9;
  }
  .what-can .row .col-12:nth-last-child(1), .what-can .row .col-12:nth-last-child(2) {
    border-bottom: 0;
  }
  .what-can .row .col-12:nth-child(even) .what-can-item {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .what-can .row .col-12 {
    padding: 2rem 0;
  }
  .what-can .row .col-12:not(:last-child) {
    border-bottom: 1px solid #DBE2F9 !important;
  }
}

.what-can-item {
  width: 100%;
  padding: 0 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  border-right: 1px solid #DBE2F9;
}
@media screen and (max-width: 767px) {
  .what-can-item {
    border-right: 0;
    padding: 0;
    flex-direction: row;
    text-align: left;
    line-height: 1.5;
  }
}
.what-can-item .thumb {
  width: 13rem;
  height: 13rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .what-can-item .thumb {
    width: 10rem;
    height: 10rem;
  }
}
.what-can-item span {
  width: 100%;
  max-width: 35rem;
}
@media screen and (max-width: 767px) {
  .what-can-item span {
    width: 10%;
    flex-grow: 1;
  }
}

.similar-product {
  padding-top: 7rem;
}
.similar-product .swiper-pagination {
  position: static;
  margin-top: 1.5rem;
}

.similar-product-slider {
  margin: 0 -10px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .similar-product-slider {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.similar-product-slider .swiper-slide {
  display: flex;
  height: auto;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .similar-product-slider .swiper-slide {
    width: calc(100% - 20px);
  }
}
.similar-product-slider .product-preview {
  margin-bottom: 0;
}

.slider {
  border-radius: 1rem;
  border: 1px solid #B5B5B5;
  box-shadow: 0 0 17.8px 0 rgba(48, 54, 115, 0.13);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .slider {
    box-shadow: none;
    border: 0;
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .slider .slider__thumb {
    display: none;
  }
}
.slider .slider__thumb .swiper-container {
  height: 300px;
}
.slider .slider__thumb .swiper-container .swiper-slide {
  display: flex;
}
.slider .slider__thumb .swiper-container .swiper-slide .thumb {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B5B5B5;
  transition: opacity 0.5s;
  cursor: pointer;
}
.slider .slider__thumb .swiper-container .swiper-slide.swiper-slide-thumb-active .thumb {
  opacity: 0.5;
}
.slider .slider__content {
  width: calc(100% - 140px - 5rem);
}
@media screen and (max-width: 767px) {
  .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: 400px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .slider .slider__content .thumb {
    height: auto;
    border-radius: 1rem;
    padding-bottom: 66%;
    border: 1px solid #B5B5B5;
  }
}
.slider .slider-controls {
  padding-top: 0;
  justify-content: space-between;
  width: 140px;
  gap: 5px;
}
.slider .slider-controls .swiper-pagination-fraction {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slider .slider-controls {
    width: 200px;
    margin: 20px auto 0;
  }
}
.slider .slider__col {
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .slider .slider__col {
    width: 100%;
  }
}

.product-preview {
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0 0 1.6rem 0 rgba(48, 54, 115, 0.13);
  padding: 1.5rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2rem;
}
.product-preview .thumb {
  margin-bottom: 1.5rem;
  padding-bottom: 63%;
}
.product-preview .product-preview__title {
  color: #494848;
  font-weight: 700;
  display: block;
  margin-bottom: 2rem;
}
@media (hover: hover) {
  .product-preview .product-preview__title:hover {
    color: #0A5CC7;
  }
}
.product-preview .product-preview__desc {
  margin-bottom: 1.5rem;
}
.product-preview .product-preview__price {
  margin-top: auto;
  font-weight: 700;
  color: #494848;
}
.product-preview .product-preview__btn {
  padding-top: 2rem;
}

@media screen and (max-width: 991px) {
  .filter {
    position: fixed;
    z-index: 920;
    top: 20px;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -10%);
    width: calc(100% - 40px);
    max-width: 630px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }
  .filter.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 991px) {
  .filter .filter__body {
    height: 100px;
    overflow-y: auto;
    padding: 40px 40px 0;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .filter .filter__body {
    padding: 10px 20px 0;
  }
}
.filter .filter__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .filter .filter__bottom {
    padding: 20px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .filter .filter__bottom {
    padding: 15px 20px 20px;
    gap: 10px;
  }
}
.filter .filter__bottom .btn {
  flex-grow: 1;
}
.filter .filter__bottom .wpc-custom-selected-terms {
  flex-grow: 1;
  width: auto;
}
.filter .filter__bottom .wpc-custom-selected-terms ul {
  display: block !important;
}
.filter .filter__bottom .wpc-custom-selected-terms li {
  margin: 0;
}
.filter .filter__bottom .wpc-custom-selected-terms li:not(.wpc-chip-reset-all) {
  display: none;
}
.filter .filter__bottom .wpc-custom-selected-terms li.wpc-chip-reset-all a {
  background: #395D96;
  color: #fff;
  border-radius: 10px;
  height: 44px;
  border: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}
.filter .filter__bottom .wpc-custom-selected-terms li.wpc-chip-reset-all a:not(:disabled):hover {
  color: #fff;
  background: #4874ba;
  border-color: #4874ba;
}
.filter .wpc-edit-filter-set {
  display: none;
}
.filter .wpc-filters-widget-wrapper .wpc-filter-product_tag {
  display: none;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section {
  border-top: 1px solid rgba(93, 93, 93, 0.22);
  padding: 17px 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .filter .wpc-filters-widget-wrapper .wpc-filters-section {
    border-top: 0;
    border-bottom: 1px solid rgba(93, 93, 93, 0.22);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header .wpc-filter-title {
  margin-bottom: 0;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header button {
  background: url(../images/grid.svg) 14px center no-repeat;
  padding-left: 43px;
  color: #2F425C;
  font-weight: 700;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header button {
    background: 0;
    padding-left: 0;
    font-size: 15px;
  }
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header button .wpc-filter-selected-values {
  display: none;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-ul-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0 10px;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-ul-list li {
  margin: 0;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-ul-list li .wpc-term-item-content-wrapper label {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  font-size: 13px;
  padding: 9px 16px;
  transition: none;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-ul-list li .wpc-term-item-content-wrapper label .wpc-term-count {
  margin: 0;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-ul-list li .wpc-term-item-content-wrapper input:checked + label {
  border-color: #0A5CC7;
  color: #0A5CC7;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs {
  position: relative;
  padding: 40px 40px 10px;
  margin-bottom: 10px;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs .wpc-filters-range-slider-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs .wpc-filters-range-min-column,
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs .wpc-filters-range-max-column {
  position: absolute;
  bottom: 0;
  width: 30px;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs .wpc-filters-range-min-column input,
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs .wpc-filters-range-max-column input {
  height: 24px;
  border: 0;
  pointer-events: none;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs .wpc-filters-range-min-column {
  left: 2px;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs .wpc-filters-range-max-column {
  right: 0;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs .wpc-filters-range-max-column input {
  text-align: right;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border-color: #D1D1D1;
  background: #fff;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs .ui-slider-horizontal {
  background: #EBEBEB;
}
.filter .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background: #54AF3A;
}

.filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(21, 37, 109, 0.41);
  z-index: 910;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .filter-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}