.grecaptcha-badge{
  display: none!important;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

.fancybox-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;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

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

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

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

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

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  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: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

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

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

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

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

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

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

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

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

.fancybox-slide--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;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button: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;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          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 {
  -webkit-animation: a 1s linear infinite;
  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;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button: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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

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

@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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

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

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

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

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

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

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

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

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

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

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

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

.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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

.swiper-container-horizontal > .swiper-pagination-progressbar, .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          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;
}

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

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            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 {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 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;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

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

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

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

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

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

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

ul li {
  list-style: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #222a27;
  background: #f7f8fa;
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 8px;
  }
}

body {
  background: #f7f8fa;
  font-size: 1.6rem;
}

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

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

.a, .top-error__item .top-error__icon:before, .top-error__item .top-error__icon:after, .application__form:after, .boss .boss__text:after, .header__nav .menu li a:after {
  content: "";
  display: block;
}

.ffr, .offer .offer__text h1, .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6, .title {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.max-1456 {
  max-width: 145.6rem;
  width: calc(100% - 50px);
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .max-1456 {
    width: 100%;
  }
}

.content {
  max-width: 128rem;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .content {
    max-width: 768px;
  }
}
@media screen and (max-width: 360px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.333;
  margin-bottom: 18px;
}

.row {
  margin: 0 -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

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

.title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.title._big {
  font-size: 2.7rem;
}
.title strong {
  font-weight: 900;
}
.title h1,
.title h2,
.title h3 {
  font-style: normal;
  font-size: 2.667em;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: 900;
}
.title h1 strong,
.title h2 strong,
.title h3 strong {
  font-weight: inherit;
  color: #e34746;
}
@media screen and (max-width: 767px) {
  .title h1,
.title h2,
.title h3 {
    font-size: 2em !important;
  }
}
.title h3 {
  font-size: 1.833em;
  line-height: 1.364;
}
@media screen and (max-width: 767px) {
  .title h3 {
    font-size: 1.3em !important;
  }
}
.title h1 {
  font-size: 1.909em;
  line-height: 1.429;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .title h1 {
    font-size: 1.6em;
  }
}
.title._center {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .title {
    font-size: 19px !important;
  }
  .title br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 17px !important;
  }
}

h3 {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.thumb {
  position: relative;
  overflow: hidden;
  display: block;
}
.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.thumb._contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.zoom:after {
  content: "\e90c";
  font-family: "icomoon";
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 40px;
  background: rgba(19, 21, 44, 0.3);
}
@media (hover: hover) {
  .zoom:hover:after {
    opacity: 1;
  }
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #066bc0;
  margin-top: 20px;
}
.link .icon-chevron-right {
  width: 25px;
  height: 25px;
  border: 1px solid #066bc0;
  border-radius: 50%;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .link:hover .icon-chevron-right {
    background: #066bc0;
    color: #fff;
  }
}

.loading {
  background: url(../images/loader.svg) center no-repeat;
  background-size: 100px;
  height: 300px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .loading {
    height: 250px;
  }
}

.empty {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .empty {
    height: 250px;
    padding-bottom: 40px;
  }
}

.messenger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .messenger {
    font-size: 0.6rem;
  }
}
.messenger li {
  margin-right: 0.6rem;
}
.messenger li:last-child {
  padding-right: 0;
}
.messenger li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 0.3rem solid #fff;
  color: #fff;
}
.messenger li a.icon-whatsapp {
  background: #25d366;
  font-size: 3em;
}
.messenger li a.icon-telegram {
  background: #2ea5d9;
  padding-right: 0.4rem;
  font-size: 3em;
}
.messenger li a.icon-viber {
  background: #7f4da0;
  font-size: 2.7em;
}
@media (hover: hover) {
  .messenger li a:hover {
    background: #e34746;
  }
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot?1nmkxo");
  src: url("../fonts/icons/icomoon.eot?1nmkxo#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?1nmkxo") format("truetype"), url("../fonts/icons/icomoon.woff?1nmkxo") format("woff"), url("../fonts/icons/icomoon.svg?1nmkxo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-weight: normal;
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-case:before {
  content: "\e90f";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 16px;
  }
}
.entry-content:after {
  content: "";
  display: block;
  clear: both;
}
.entry-content a:not(.btn) {
  color: #e34746;
}
.entry-content a:not(.btn):hover {
  text-decoration: underline;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.2;
  font-weight: 900;
}
.entry-content h1 {
  font-size: 2.222em;
  padding-bottom: 39px;
  text-transform: uppercase;
}
@media screen and (max-width: 360px) {
  .entry-content h1 {
    padding-bottom: 30px;
    font-size: 1.9em;
  }
}
.entry-content h2 {
  font-size: 1.913em;
  margin-bottom: 0.8em;
  line-height: 1.364;
}
.entry-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 10px;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.entry-content p {
  margin-bottom: 1.5em;
}
.entry-content ul {
  margin-left: 20px;
  margin-bottom: 10px;
}
.entry-content ul li {
  list-style: disc;
  margin-bottom: 0.5em;
}
.entry-content ul li::marker {
  color: #027b62;
}
.entry-content ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
.entry-content ol li {
  margin-bottom: 0.5em;
}
.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid #1c5eb1;
  margin-bottom: 1.563em;
  font-style: italic;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 10px 15px;
}
.entry-content table thead {
  color: #bd4949;
  font-weight: bold;
}
.entry-content table thead tr td {
  padding-bottom: 20px;
  padding-top: 0;
}
.entry-content table tbody tr:nth-child(odd) {
  background: #f2f4f7;
}
.entry-content table thead tr {
  font-weight: 700;
}

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

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

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}
@media screen and (max-width: 1000px) {
  .alignright {
    margin-left: 30px;
  }
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}
@media screen and (max-width: 1000px) {
  .alignleft {
    margin-right: 30px;
  }
}

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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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;
}

@media screen and (max-width: 767px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
    max-width: 100%;
  }
}
/*-----------------input-list----------------------*/
.input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 500;
}

.input-list__item {
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}
.input-list__item._50 {
  width: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .input-list__item._50 {
    width: 100%;
  }
}
.input-list__item .btn {
  margin-top: 1rem;
}

.input-list__label {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
}

.input-list__privacy {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
.input-list__privacy a {
  display: inline-block;
  text-decoration: underline;
}
@media (hover: hover) {
  .input-list__privacy a:hover {
    color: #e34746;
  }
}
.input-list__privacy .checkbox {
  text-align: left;
  max-width: 244px;
  margin: 0 auto;
}

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

/*-----------------input----------------------*/
select,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 6.5rem;
  background: 0;
  padding: 0 2.5rem;
  font-size: 1.6rem;
  display: block;
  outline: none;
  width: 100%;
  border: 0.2rem solid #027b62;
  border-radius: 0.5rem;
  -webkit-appearance: none;
  background: #fefefe;
  color: #191d27;
}
select.input-style,
textarea.input-style,
input[type=search].input-style,
input[type=number].input-style,
input[type=password].input-style,
input[type=email].input-style,
input[type=text].input-style,
input[type=tel].input-style {
  border: 2px solid #dfdfdf;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

select {
  background: #fff url(../images/icon/down.svg) calc(100% - 15px) center no-repeat;
  background-size: 18px 18px;
  padding-right: 35px;
}

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

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #222a27;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

*:-moz-placeholder {
  color: #222a27;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*::-moz-placeholder {
  color: #222a27;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*:-ms-input-placeholder {
  color: #222a27;
  opacity: 1;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

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

textarea.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,
textarea.valid-error,
input[type=password].valid-error,
input[type=email].valid-error,
input[type=text].valid-error,
input[type=tel].valid-error {
  border-color: rgba(255, 0, 0, 0.7);
}

/*------------------checkbox---------------------*/
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (hover: hover) {
  .checkbox a:hover {
    color: #e34746;
  }
}

.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 0 0.6rem 0;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio] + span,
input[type=checkbox] + span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
input[type=radio] + span:before,
input[type=checkbox] + span:before {
  font-family: "icomoon";
  content: "\e903";
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.2rem solid #027b62;
  margin-right: 1.5rem;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1.4rem;
}
input[type=radio]:checked + span:before,
input[type=checkbox]:checked + span:before {
  background: #027b62;
}

.btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 9rem;
  color: #fff;
  line-height: 1.1;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  z-index: 200;
  overflow: hidden;
  padding: 0 6rem;
  border-radius: 9rem;
  background: #e34746;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  text-transform: uppercase;
}
.btn._big {
  height: 10rem;
  width: 100%;
  max-width: 480px;
  line-height: 1.5;
}
.btn._big strong {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}
.btn._small {
  height: 7rem;
  font-size: 1.5rem;
}
@media (hover: hover) {
  .btn:not(:disabled):hover {
    background: #ea7372;
  }
  .btn:not(:disabled):active {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nav-title-mobile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 900;
  height: 60px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 0 15px;
  display: none;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e8ef;
}
.nav-title-mobile .icon-menu_active.active {
  position: absolute;
  right: 15px;
  top: 7px;
  width: 45px;
  height: 45px;
  padding: 5px;
}
.nav-title-mobile .icon-menu_active.active .sw-topper {
  top: 16px;
  left: 0px;
}
.nav-title-mobile .icon-menu_active.active .sw-bottom {
  top: 13px;
  left: 0px;
}

/* ------- Scroll to Top Start ---------- */
.to-top {
  position: fixed;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 50px;
  height: 50px;
  background: #e34746;
  z-index: 800;
  bottom: 50px;
  border-radius: 3px;
  right: -100px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.28);
}
.to-top:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.to-top:hover:after {
  margin-top: -3px;
}

.to-top.active {
  right: 50px;
}

@media screen and (max-width: 767px) {
  .to-top {
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
  .to-top:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
            transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
  }

  .to-top.active {
    right: 15px;
  }
}
/* ------- Scroll to Top Finish---------- */
.icon-menu {
  min-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: #027b62;
  cursor: pointer;
  display: none;
  padding: 13px 10px;
}
@media screen and (max-width: 1000px) {
  .icon-menu {
    display: block;
  }
}

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

.sw-bottom {
  top: 5px;
}

.sw-footer {
  top: 10px;
}

.icon-menu.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.icon-menu.active .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
  display: none !important;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  background: #dc3232;
  color: #fff;
  /* Red */
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1px 3px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.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: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
}

.fancybox-bg {
  background: #000;
}

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

.fancybox-content {
  border-radius: 5px;
  width: 100%;
  -webkit-box-shadow: 0px 37px 35px 0px rgba(33, 36, 40, 0.2);
          box-shadow: 0px 37px 35px 0px rgba(33, 36, 40, 0.2);
}
.fancybox-content.modals__order {
  /*max-width: 600px;*/
  max-width: 480px;
}
.fancybox-content .form {
  margin: 0 auto;
}
.fancybox-content .title {
  font-size: 18px;
}
.fancybox-content .title:before {
  width: 94px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  .fancybox-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.success-send {
  text-align: center;
}
.success-send .title {
  margin: 0;
}
.success-send .title:before {
  display: none;
}
.success-send h3 {
  margin-bottom: 10px;
}

.success-send-check {
  width: 80px;
  margin: 0 auto 20px;
}

.checkmark {
  stroke: #027b62;
  stroke-dashoffset: 745.7485351563;
  stroke-dasharray: 745.7485351563;
}
.checkmark.animate {
  -webkit-animation: dash 2s ease-out forwards;
          animation: dash 2s ease-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.compensate-for-scrollbar .header {
  margin-left: -8px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  background: rgba(255, 255, 255, 0.5);
}
.header._static {
  position: static;
  margin-bottom: 4rem;
}
.header:not(._static).active {
  -webkit-box-shadow: 0px 13px 16px 0px rgba(83, 88, 125, 0.05);
          box-shadow: 0px 13px 16px 0px rgba(83, 88, 125, 0.05);
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
}
@media screen and (min-width: 1000px) {
  .header:not(._static).active .header__contacts {
    padding: 2rem 0;
  }
}
.header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .header .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.header__logo {
  width: 23.7rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    width: 190px;
  }
}
@media screen and (max-width: 1000px) {
  .header__logo {
    width: 150px;
  }
}

.header__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 93rem;
  margin-left: 3rem;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
@media screen and (max-width: 1200px) {
  .header__contacts {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 1000px) {
  .header__contacts {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__contacts .contact-item__link {
    display: none;
  }
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;        
}
@media screen and (max-width: 1000px) {
  .contact-item {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-item {
    margin-right: 6px;
  }
}

.contact-item__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 900;
  white-space: nowrap;
}
.contact-item__link .icon-email,
.contact-item__link .icon-phone {
  margin-right: 1rem;
}
@media (hover: hover) {
  .contact-item__link:hover {
    color: #e34746;
  }
}
@media screen and (max-width: 1200px) {
  .contact-item__link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .contact-item__link {
    font-size: 2rem;
  }
}

.header__nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__nav .menu li {
  padding-right: 5rem;
}
.header__nav .menu li:last-child {
  padding-right: 0;
}
.header__nav .menu li a {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  display: block;
  line-height: 1;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .header__nav .menu li a {
    font-size: 1.8rem;
  }
}
.header__nav .menu li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0.4rem;
  background: #e34746;
  max-width: 100%;
}
@media (hover: hover) {
  .header__nav .menu li a:hover:after {
    width: 5.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f7f8fa;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__nav .nav-title-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav .header__nav-scroll {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    overflow: auto;
    padding-bottom: 3rem;
  }
  .header__nav .menu {
    display: block;
    border-bottom: 1px solid #e0e8ef;
    padding: 10px 0;
  }
  .header__nav .menu li {
    padding: 0 15px;
  }
  .header__nav .menu li a {
    padding: 15px 0;
  }
  .header__nav .contact-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 25px 15px 0;
  }
}

.offer {
  padding: 30rem 0 14rem;
  background: url(../images/offer-bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 9rem;
}
.offer .offer__text {
  font-size: 2.2rem;
  line-height: 1.636;
  font-weight: bold;
  width: 50%;
}
.offer .offer__text h1 {
  font-weight: 900;
  line-height: 1.25;
  font-size: 2em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .offer .offer__text h1 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 1000px) {
  .offer .offer__text {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .offer .offer__text {
    font-size: 18px;
  }
}
.offer .offer__button {
  padding-top: 7.5rem;

  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .offer .offer__button {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .offer {
    padding-top: 150px;
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 767px) {
  .offer {
    padding-bottom: 280px;
  }
}

.boss {
  position: absolute;
  bottom: -9rem;
  left: calc(50% - 3.4rem);
  width: 50%;
  max-width: 86rem;
}
@media screen and (max-width: 1000px) {
  .boss {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 450px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .boss {
    max-width: 360px;
  }
}
.boss img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 61.9rem;
}
.boss .boss__text {
  position: absolute;
  width: 26.5rem;
  height: 26.5rem;
  border-radius: 50%;
  background: #027b62;
  color: #fff;
  top: 1rem;
  left: 43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6rem 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  .boss .boss__text {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    right: -30px;
    top: -20px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .boss .boss__text {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    top: -35px;
    right: -35px;
  }
}
.boss .boss__text:after {
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid #027b62;
  left: 3px;
  bottom: 37px;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
}
.boss .boss__text p {
  width: 100%;
}
.boss .boss__text p:first-child {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #fff;
}
.boss .boss__text p strong {
  font-size: 1.5em;
  font-weight: 900;
}

.guarantee {
  border-radius: 1rem;
  background-color: rgb(254, 254, 254);
  -webkit-box-shadow: 0px 5rem 6rem 0px rgba(133, 140, 149, 0.09);
          box-shadow: 0px 5rem 6rem 0px rgba(133, 140, 149, 0.09);
  padding: 5rem 0 6rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .guarantee {
    border-radius: 0;
  }
}
.guarantee .entry-content {
  font-size: 2rem;
  margin-left: -1rem;
  margin-top: -1rem;
}
@media screen and (max-width: 1000px) {
  .guarantee .entry-content {
    margin-left: 0;
  }
}

.guarantee__text {
  text-align: center;
  color: #028369;
  font-size: 2.4rem;
  font-weight: bold;
  max-width: 116rem;
  margin: 0 auto 5rem;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .guarantee__text {
    margin-bottom: 30px;
  }
}

.guarantee__thumb {
  margin-right: 3.6rem;
}
.guarantee__thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 1rem;
}
@media screen and (max-width: 1000px) {
  .guarantee__thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.guarantee__button {
  text-align: center;
  padding-top: 5rem;
}

.salesman {
  padding: 7rem 0 6rem;
  background: url(../images/problem-bg.jpg) center calc(100% - 14.7rem) no-repeat;
  background-size: 192rem auto;
}
@media screen and (max-width: 1000px) {
  .salesman {
    background-size: 1000px auto;
    background-position: center calc(100% - 40px);
    padding-bottom: 360px;
  }
}
@media screen and (max-width: 767px) {
  .salesman {
    background-size: 700px auto;
    padding-bottom: 280px;
  }
}
.salesman .salesman__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.salesman .salesman__col {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .salesman .salesman__col {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .salesman .salesman__col:nth-child(1) .salesman__item:nth-child(1) {
    margin-left: 7.5rem;
  }
  .salesman .salesman__col:nth-child(1) .salesman__item:nth-child(3) {
    margin-left: 2.2rem;
  }
  .salesman .salesman__col:nth-child(2) .salesman__item {
    margin-left: auto;
  }
  .salesman .salesman__col:nth-child(2) .salesman__item:nth-child(1) {
    margin-right: 5.5rem;
  }
  .salesman .salesman__col:nth-child(2) .salesman__item:nth-child(2) {
    margin-right: 1.5rem;
  }
  .salesman .salesman__col:nth-child(2) .salesman__item:nth-child(3) {
    margin-right: 5rem;
  }
}
.salesman .salesman__item {
  margin-bottom: 4.8rem;
  border-radius: 0.5rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2rem 1rem 0px rgba(133, 140, 149, 0.11);
          box-shadow: 0px 2rem 1rem 0px rgba(133, 140, 149, 0.11);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.333;
  max-width: 34.5rem;
  min-height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2rem 2rem 8rem;
  position: relative;
}
.salesman .salesman__item:after {
  content: "!";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #e34746;
  left: 2.5rem;
  top: 50%;
  margin-top: -2rem;
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .salesman .salesman__item {
    margin-bottom: 30px;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .salesman .salesman__item {
    margin-bottom: 20px;
  }
}
.salesman .salesman__text {
  text-align: center;
  padding-top: 11rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.salesman .salesman__text strong {
  font-size: 2em;
  color: #e34746;
}
@media screen and (max-width: 1000px) {
  .salesman .salesman__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .salesman .salesman__text {
    font-size: 18px;
  }
}

.business {
  border-radius: 1rem;
  background: rgb(227, 228, 231) url(../images/problem-bisness-bg.jpg) center 100% no-repeat;
  background-size: cover;
  padding: 9rem 0 9rem;
}
.business .entry-content {
  width: 45%;
  font-size: 2.3rem;
  line-height: 1.478;
}
@media screen and (max-width: 1000px) {
  .business .entry-content {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .business {
    border-radius: 0;
  }
}
@media screen and (max-width: 1000px) {
  .business {
    background: rgb(227, 228, 231);
    padding: 70px 0 50px;
  }
}

.how-it-work {
  padding: 11rem 0 12rem;
  background: url(../images/how-work-bg.jpg) center bottom no-repeat;
}
@media screen and (min-width: 1920px) {
  .how-it-work {
    background-size: cover;
  }
}
@media screen and (max-width: 1000px) {
  .how-it-work {
    background: 0;
  }
}
.how-it-work .title {
  padding-left: 4rem;
  border-left: 0.7rem solid #222a27;
  margin-bottom: 7rem;
  font-size: 3rem;
  line-height: 1;
}
.how-it-work .title h2 {
  font-size: 2.4em;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .how-it-work .title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .how-it-work {
    padding: 70px 0 40px;
  }
}

.step {
  -webkit-box-shadow: 0px 2rem 2.4rem 0px rgba(133, 140, 149, 0.1);
          box-shadow: 0px 2rem 2.4rem 0px rgba(133, 140, 149, 0.1);
  border: 1px solid rgb(184, 223, 211);
  border-radius: 1rem;
  background: #fff;
  margin-bottom: 3rem;
  padding: 0.4rem 6rem 3.5rem 6rem;
  width: 100%;
}
.step .step__number {
  font-weight: 900;
  color: #027b62;
}
.step .step__number strong {
  font-weight: 900;
  font-size: 6rem;
}
.step .step__desc {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .step {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .step {
    margin-bottom: 20px;
  }
}

.guarantee-single {
  padding: 8.7rem 0 9rem;
}
.guarantee-single img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 37.4rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .guarantee-single img {
    max-width: 70%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .guarantee-single {
    padding: 0 0 50px;
    text-align: center;
  }
}

.guarantee-single__text {
  line-height: 1.333;
  font-weight: 900;
  font-size: 3.6rem;
  margin-left: -3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .guarantee-single__text {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .guarantee-single__text {
    font-size: 22px;
  }
}

.application {
  background: #2d343e url(../images/order-bg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 6.6rem 0 11.5rem;
}
.application .title {
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .application {
    background: #2d343e;
    padding-bottom: 65px;
  }
}

.application__content {
  max-width: 70rem;
}
@media screen and (max-width: 1000px) {
  .application__content {
    max-width: inherit;
  }
}

.application__form {
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 5rem 6rem 0px rgba(0, 45, 36, 0.18);
          box-shadow: 0px 5rem 6rem 0px rgba(0, 45, 36, 0.18);
  padding: 4rem 5.5rem 4rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .application__form {
    margin-top: 400px;
  }
}
@media screen and (max-width: 767px) {
  .application__form {
    margin-top: 350px;
    padding: 30px 20px;
  }
}
.application__form:after {
  background: url(../images/boss-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 75.4rem;
  height: 89.2rem;
  position: absolute;
  left: calc(100% - 17.6rem);
  bottom: -11.5rem;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .application__form:after {
    width: 375px;
    height: 445px;
    left: 0;
    bottom: 100%;
  }
}
@media screen and (max-width: 767px) {
  .application__form:after {
    width: 330px;
    height: 389px;
  }
}

.faq {
  padding: 9.8rem 0 11.5rem;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .faq {
    padding: 55px 0 70px;
  }
}
.faq .title {
  font-size: 2.7rem;
  margin-bottom: 4rem;
}
.faq:before, .faq:after {
  content: "?";
  font-size: 74.3rem;
  line-height: 0.7;
  font-weight: 900;
  color: #fff;
  position: absolute;
  z-index: -1;
}
.faq:before {
  top: -6rem;
  right: calc(50% + 35rem);
}
.faq:after {
  bottom: 0;
  left: calc(50% + 55rem);
}

.faq__figure {
  width: 34.5rem;
}
.faq__figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .faq__figure {
    display: none;
  }
}

.faq__list {
  padding-top: 2.8rem;
}
@media screen and (max-width: 991px) {
  .faq__list {
    padding-top: 10px;
  }
}

.faq__item {
  line-height: 1.308;
  font-size: 1.8rem;
  border-bottom: 1px dotted #7b7c7d;
  padding-bottom: 3.5rem;
  margin-bottom: 3.7rem;
  padding-left: 8rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .faq__item {
    font-size: 16px;
  }
}
.faq__item:before {
  content: "?";
  font-weight: 900;
  font-size: 2.4rem;
  background: #027b62;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 0;
  top: -0.6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.faq__item .faq__question {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .faq__item .faq__question {
    font-size: 2rem;
  }
}

.faq__button {
  text-align: center;
  padding-top: 6.4rem;
}
@media screen and (max-width: 991px) {
  .faq__button {
    padding-top: 30px;
  }
}

.reviews {
  background: #fff;
  padding: 7.5rem 0;
}
.reviews .title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1000px) {
  .reviews {
    padding: 60px 0;
  }
}

.reviews-slider {
  max-width: 110rem;
  margin: 0 auto 3rem;
}
.reviews-slider .swiper-slide {
  height: 42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviews-slider .swiper-slide.swiper-slide-active .review-avatar {
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  height: 42rem;
  width: 100%;
  max-width: 35rem;
}
@media screen and (max-width: 1000px) {
  .reviews-slider {
    display: none;
  }
}

.review-avatar {
  width: 19.5rem;
  height: 19.5rem;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-next, .swiper-button-prev {
  color: #027b62;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .swiper-button-next:hover, .swiper-button-prev:hover {
    color: #e34746;
  }
}

.reviews-slider-text {
  max-width: 103.5rem;
  margin: 0 auto;
}
.reviews-slider-text .swiper-pagination {
  visibility: hidden;
  bottom: 0;
}
.reviews-slider-text .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}
.reviews-slider-text .swiper-pagination .swiper-pagination-bullet-active {
  background: #027b62;
}
@media screen and (max-width: 1000px) {
  .reviews-slider-text .swiper-pagination {
    visibility: visible;
  }
}
@media screen and (max-width: 1000px) {
  .reviews-slider-text {
    padding-bottom: 40px;
  }
}

.review {
  text-align: center;
  font-size: 2rem;
}
.review .review-avatar {
  display: none;
}
@media screen and (max-width: 1000px) {
  .review .review-avatar {
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .review {
    font-size: 15px;
  }
}
.review .review__name {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 5px;
}
.review .review__position {
  margin-bottom: 2.2rem;
  font-weight: 900;
}
.review .review__text {
  line-height: 1.7;
}
.review .review__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .review .review__controls {
    padding-top: 30px;
  }
}
.review .review__controls li {
  padding: 0 2rem 1.5rem;
}
.review .review__controls li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #027b62;
  font-weight: bold;
  font-size: 1.6rem;
}
.review .review__controls li a span {
  border-bottom: 1px solid #027b62;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.review .review__controls li a:before {
  font-size: 2.9rem;
  margin-right: 1.7rem;
}
@media (hover: hover) {
  .review .review__controls li a:hover span {
    border-bottom-color: transparent;
  }
}

.svg {
  position: absolute;
  width: 0;
  height: 0;
}

.top-error {
  padding: 8rem 0 3rem;
  background: url(../images/top-error-bg.png) center calc(100% - 14.3rem) no-repeat;
  background-size: 158.8rem;
}
@media screen and (max-width: 991px) {
  .top-error {
    padding-top: 60px;
    text-align: center;
    background: 0;
  }
}

.top-error__list {
  padding-top: 0;
}

.top-error__button {
  text-align: center;
  padding-top: 3.6rem;
}

.top-error__item {
  margin-bottom: 3rem;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2rem 1rem 0px rgba(133, 140, 149, 0.11);
          box-shadow: 0px 2rem 1rem 0px rgba(133, 140, 149, 0.11);
  padding: 2.5rem 2rem 3.5rem;
  text-align: center;
  line-height: 1.3;
  font-size: 1.8rem;
  min-height: 25rem;
  width: 100%;
}
.top-error__item .top-error__title {
  font-size: 2.1rem;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.143;
}
.top-error__item .top-error__icon {
  margin: 0 auto 1.3rem;
  width: 5rem;
  height: 5rem;
  background: #e34746;
  border-radius: 50%;
  position: relative;
}
.top-error__item .top-error__icon:before, .top-error__item .top-error__icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 0.5rem;
  height: 2.4rem;
  background: #fff;
}
.top-error__item .top-error__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .top-error__item {
    min-height: 1px;
    margin-bottom: 20px;
  }
}

.contacts {
  padding: 7rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .contacts {
    padding: 50px 0 50px;
  }
}

.contacts__list {
  padding-top: 4.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contacts__list {
    padding-top: 20px;
  }
}

.contacts__item {
  margin-bottom: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contacts__item {
    margin-bottom: 10px;
  }
}

.contacts__link {
  color: #027b62;
  font-size: 7.2rem;
  font-weight: 800;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  .contacts__link:hover {
    color: #e34746;
  }
}
.contacts__link .icon-email,
.contacts__link .icon-phone {
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contacts__link .icon-email,
.contacts__link .icon-phone {
    margin-right: 10px;
  }
}
.contacts__link .icon-email {
  margin-top: 0.4rem;
}
@media screen and (max-width: 1000px) {
  .contacts__link {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .contacts__link {
    font-size: 20px;
  }
}

.icon-email,
.icon-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #e34746;
  border-radius: 50%;
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
}

.footer__content {
  padding: 6rem 0;
  border-top: 1px solid #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding: 40px 0;
  }
}

.footer__logo {
  display: inline-block;
  width: 23.7rem;
  margin-bottom: 2rem;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .footer__logo {
    width: 180px;
  }
}

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

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

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

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

.page-404__text {
  padding-bottom: 35px;
  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 {
    -webkit-transform: none;
            transform: none;
    margin-bottom: -30px;
  }

  .page-404__text {
    font-size: 14px;
  }
  .page-404__text strong {
    font-size: 18px;
  }
}
.balloon {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.balloon__text-1 {
  font-size: 14px;
  font-weight: 300;
  font-family: "Roboto";
  margin-bottom: 5px;
}

.balloon__text-2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Roboto";
}

.balloon__text-3.address {
  font-size: 14px;
  line-height: 1.2;
  max-width: 250px;
  font-family: "Roboto";
}
.balloon__text-3.address .icon-address {
  top: 10px;
  color: #e34746;
}

.footer__content .footer__text a{
  position: relative;
  display: table;
  width: auto;
  height: auto;
  margin: 15px auto 0;
  font-size: 14px;
  line-height: 18px;
  color: #222a27;
  transition: all 0.3s;
}
  .footer__content .footer__text a:after{
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #222a27;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
  }
  .footer__content .footer__text a:hover{
    color: #e34746;
  }
    .footer__content .footer__text a:hover:after{
      width: 0;
      background: #e34746;
    }

.reviews_video{
  position: relative;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.youtube_video_block{
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2rem 1rem 0px rgba(133, 140, 149, 0.11);
          box-shadow: 0px 2rem 1rem 0px rgba(133, 140, 149, 0.11);
}   

.messenger_call{
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 15px;
} 
  .messenger_call.center{
    display: flex;
  }
  .messenger_call span{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
  }
  .messenger_call div{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 10px;
  }
    .messenger_call div a{
      position: relative;
      display: block;
      width: auto;
      height: auto;
      font-size: 30px;
      line-height: 34px;
      margin: 0 10px;
      transition: all 0.3s;
    }
      .messenger_call div a:hover{
        transform: scale(1.2);
      }

@media screen and (max-width: 991px) {
  .youtube_video_block{
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .youtube_video_block{
    height: 360px;
  }
}

@media screen and (max-width: 690px) {
  .youtube_video_block{
    height: 300px;
  }
}

@media screen and (max-width: 650px) {
  .reviews_video{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 590px) {
  .youtube_video_block{
    height: 250px;
  }
}

@media screen and (max-width: 400px) {
  .reviews_video{
    grid-template-columns: repeat(1, 1fr);
  }
}




