@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0;
  outline: none;
}

*:hover, *:active, *:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body, html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-optical-sizing: auto;
  font-style: normal;
  min-height: 100vh;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #282828;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  outline: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

h1, .h1 {
  font-size: 60px;
}

h2, .h2 {
  font-size: 50px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 22px;
}

h6, .h6 {
  font-size: 18px;
}

img, svg {
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}

.image-rendering {
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
}

strong, b {
  font-weight: 700;
}

.font-400 {
  font-weight: 500;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.text-gray {
  color: #5C5C5C;
}

.text-blue {
  color: #14589C;
}

.text-orange {
  color: #FE991F;
}

.border-10 {
  border-radius: 10px;
}

.border-20 {
  border-radius: 20px;
}

.link-orange {
  color: #FE991F !important;
  text-decoration: underline;
}
.link-orange:hover {
  color: #EF8300 !important;
  text-decoration: none;
}

.flex, .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hr {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.vc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vb {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

section {
  margin-top: 118px;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
}

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

@media all and (min-width: 768px) {
  .visible-phone {
    display: none !important;
  }
}
@media all and (max-width: 1300px) {
  .container {
    max-width: 100%;
    padding: 0 24px 0 24px;
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .hidden-phone {
    display: none !important;
  }
  .container {
    max-width: 100%;
    padding: 0 16px 0 16px;
  }
  h1, .h1 {
    font-size: 38px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 16px;
  }
  section {
    margin-top: 80px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
  margin: 0 !important;
}

.fancybox-active {
  height: auto;
}

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

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

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

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

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

.fancybox-bg {
  background: rgb(0, 0, 0);
  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.3;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

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

.fancybox-navigation {
  display: none;
}

.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;
  display: none;
}

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

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

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

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

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

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

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

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

.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;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
  position: fixed;
  right: 4.2vw;
  top: 4.2vw;
  z-index: 401;
  width: 32px;
  height: 32px;
  padding: 0;
  outline: none;
  background: no-repeat url("../images/popup-close.svg") center;
  background-size: auto;
}
.fancybox-close-small svg {
  display: none;
}

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

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

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-button--close {
  width: 56px;
  height: 56px;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 767px) {
  .fancybox-slide--html {
    padding: 0;
  }
  .fancybox-button svg path {
    fill: #ffffff;
  }
  .fancybox-close-small {
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background: no-repeat url(../images/burger-icon-close.svg) center;
  }
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.swiper-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-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-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;
  display: block;
}

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

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

.swiper-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-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: -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-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-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-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-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%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: calc(50% + 30px);
  width: 30px;
  height: 30px;
  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;
  border-radius: 5px;
  border: solid 1px #A4A4A4;
  z-index: 1;
}
.swiper-button-next svg path, .swiper-button-prev svg path {
  stroke: #A4A4A4;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #282828;
  border-color: #282828;
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
  stroke: #ffffff;
}

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

.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-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -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:only-child {
  display: none !important;
}

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -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-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -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-horizontal.swiper-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-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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;
  -ms-touch-action: none;
      touch-action: none;
}

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

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

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

.swiper-grid-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-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

@media all and (max-width: 1370px) {
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 11px;
    left: auto;
  }
  .swiper-button-next {
    right: 24px;
  }
  .swiper-button-prev {
    right: 58px;
  }
}
@media all and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    width: 26px;
    height: 26px;
    top: 5px;
  }
  .swiper-button-next {
    right: 16px;
  }
  .swiper-button-prev {
    right: 50px;
  }
}
.btn {
  display: inline-block;
  border-radius: 20px;
  text-align: center;
}
.btn--lg {
  padding: 0 24px 0 24px;
  font-size: 18px;
  line-height: 63px;
}
.btn--orange {
  background: #FE991F;
  color: #ffffff;
  font-weight: 700;
}
.btn--orange:hover {
  background: #EF8300;
}
.btn--orange:active, .btn--orange:focus {
  background: #EF7000;
}
.btn--white {
  background: #ffffff;
  color: #282828;
  font-weight: 600;
}
.btn--white:hover {
  background: #FE991F;
  color: #ffffff;
}
.btn--white:active {
  background: #EF7000;
  color: #ffffff;
}

@media all and (max-width: 767px) {
  .btn--lg {
    font-size: 14px;
    line-height: 49px;
  }
}
.content-table {
  width: 100%;
  margin-bottom: 24px;
}
.content-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-table td {
  width: calc((100% - 16px) / 2) !important;
  margin-right: 16px;
}
.content-table td:nth-child(2n+2) {
  margin-right: 0;
}
.content-table td img {
  width: 100%;
  height: auto;
}
.content-table td h2, .content-table td h3 {
  margin-bottom: 40px;
}
.content-table td p {
  font-size: 16px;
  color: #5C5C5C;
  margin-bottom: 32px;
}
.content-table td p:last-child {
  margin-bottom: 0;
}

.text-block {
  margin-bottom: 118px;
}
.text-block:last-child {
  margin-bottom: 0;
}
.text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  margin-bottom: 16px !important;
  width: 100%;
}
.text-block p {
  color: #5C5C5C;
  margin-bottom: 20px;
}
.text-block p:last-child {
  margin-bottom: 0;
}
.text-block__hidden {
  margin-top: 20px;
  display: none;
}
.text-block__hidden.open {
  display: block;
}
.text-block__link {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

@media all and (max-width: 980px) {
  .content-table {
    margin-bottom: 0;
  }
  .content-table td {
    width: 100% !important;
    margin-right: 0;
  }
  .content-table td:nth-child(1) {
    margin-bottom: 16px;
  }
  .content-table td h2, .content-table td h3 {
    margin-bottom: 16px;
  }
  .content-table td p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 767px) {
  .text-block {
    margin-bottom: 80px;
  }
}
.wpcf7-submit {
  border: none;
  display: block;
  margin-top: 24px;
  font-size: 18px;
  line-height: 63px;
}
.wpcf7-acceptance {
  display: block;
  margin-top: 12px;
}
.wpcf7-acceptance label .wpcf7-list-item-label, .wpcf7-checkbox label .wpcf7-list-item-label {
  padding-left: 27px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: #5C5C5C;
}
.wpcf7-acceptance label .wpcf7-list-item-label:after, .wpcf7-checkbox label .wpcf7-list-item-label:after {
  display: none;
}
.wpcf7-acceptance label .wpcf7-list-item-label:before, .wpcf7-checkbox label .wpcf7-list-item-label:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background: #ffffff;
  border: 1px solid #FE991F;
  border-radius: 5px;
  cursor: pointer;
}
.wpcf7-acceptance label input, .wpcf7-checkbox label input {
  display: none;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label:before, .wpcf7-checkbox label input:checked + .wpcf7-list-item-label:before {
  background: no-repeat url("../images/checkbox-check.svg") center #EF7000;
  border-color: #EF7000;
  background-size: auto;
}
.wpcf7-text, .wpcf7-tel, .wpcf7-email, .wpcf7-textarea {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  padding: 0 16px 0 16px;
  font-size: 14px;
  line-height: 51px;
  height: 51px;
  margin-bottom: 16px;
}
.wpcf7-text::-webkit-input-placeholder, .wpcf7-tel::-webkit-input-placeholder, .wpcf7-email::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 51px;
  font-weight: 500;
  color: #848484;
}
.wpcf7-text::-webkit-input-placeholder, .wpcf7-text:-moz-placeholder, .wpcf7-text::-moz-placeholder, .wpcf7-text:-ms-input-placeholder, .wpcf7-text::placeholder, .wpcf7-tel::-webkit-input-placeholder, .wpcf7-tel:-moz-placeholder, .wpcf7-tel::-moz-placeholder, .wpcf7-tel:-ms-input-placeholder, .wpcf7-tel::placeholder, .wpcf7-email::-webkit-input-placeholder, .wpcf7-email:-moz-placeholder, .wpcf7-email::-moz-placeholder, .wpcf7-email:-ms-input-placeholder, .wpcf7-email::placeholder, .wpcf7-textarea::-webkit-input-placeholder, .wpcf7-textarea:-moz-placeholder, .wpcf7-textarea::-moz-placeholder, .wpcf7-textarea:-ms-input-placeholder, .wpcf7-textarea::placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 51px;
  font-weight: 500;
  color: #848484;
}
.wpcf7-text:hover, .wpcf7-text:focus, .wpcf7-tel:hover, .wpcf7-tel:focus, .wpcf7-email:hover, .wpcf7-email:focus, .wpcf7-textarea:hover, .wpcf7-textarea:focus {
  border-color: #FE991F;
}
.wpcf7-textarea {
  height: 150px;
  resize: none;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-not-valid {
  border-color: #FF0000;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -29px;
  color: #FF0000;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  background: #F9F9F9;
  z-index: 5;
  height: 25px;
  width: 100%;
}
.wpcf7-response-output {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  color: #EF7000;
}
.wpcf7-submit {
  width: 100%;
  cursor: pointer;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7 label {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.35;
  color: #282828;
  font-weight: 600;
  margin-bottom: 8px;
}
.wpcf7 p {
  color: #5C5C5C;
  margin-bottom: 0;
}
.wpcf7 p.info {
  margin-bottom: 32px;
}
.wpcf7 p br {
  display: none;
}
.wpcf7 p a {
  color: #FE991F;
  text-decoration: underline;
}
.wpcf7 p a:hover {
  color: #EF8300;
  text-decoration: none;
}
.wpcf7 .form-line {
  margin-bottom: 32px;
}
.wpcf7 .form-line > div {
  display: inline-block;
  width: calc((100% - 12px) / 2);
  margin-right: 12px;
}
.wpcf7 .form-line > div:nth-child(2n) {
  margin-right: 0;
}
.wpcf7 .form-line > div .route-note {
  font-size: 14px;
  line-height: 1.35;
  color: #848484;
  display: block;
  margin-top: 8px;
}
.wpcf7 .form-line > div .route-note strong {
  font-weight: 600;
}
.wpcf7 .form-line > div input {
  margin-bottom: 0;
}
.wpcf7 .form-line.with-replace > div {
  width: calc((100% - 82px) / 2);
  margin-right: 0;
}
.wpcf7 .form-line.with-replace > p {
  display: inline-block;
  width: 50px;
  margin: 0 16px 0 16px;
}
.wpcf7 .form-line.with-replace label {
  font-size: 16px;
  width: auto;
  display: inline-block;
  padding-right: 28px;
  background: no-repeat url("../images/label-arrow-right.svg") right center;
  background-size: auto;
}
.wpcf7 .form-line.full > div {
  width: 100%;
}
.wpcf7 .routes-replace {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: no-repeat url("../images/replace-icon.svg") center #FE991F;
  background-size: auto;
  margin-top: 31px;
}
.wpcf7 .routes-replace:hover {
  background: no-repeat url("../images/replace-icon.svg") center #EF8300;
}
.wpcf7 .routes-replace:active, .wpcf7 .routes-replace:focus {
  background: no-repeat url("../images/replace-icon.svg") center #EF7000;
}
.wpcf7 .checkboxes .wpcf7-form-control-wrap {
  margin-right: 40px;
}
.wpcf7 .checkboxes .wpcf7-form-control-wrap:last-child {
  margin-right: 0;
}
.wpcf7 .checkboxes p {
  height: 24px;
  margin-bottom: 8px;
}
.wpcf7 .search-result {
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  width: 100%;
  height: 180px;
  background: #ffffff;
  border: 1px solid #D6D6D6;
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  z-index: 5;
  padding: 10px 5px 10px 0;
  display: none;
}
.wpcf7 .search-result.visible {
  display: block;
}
.wpcf7 .search-result ul {
  max-height: 160px;
  overflow-y: auto;
}
.wpcf7 .search-result ul::-webkit-scrollbar {
  width: 3px;
  height: 100%;
}
.wpcf7 .search-result ul::-webkit-scrollbar-track {
  background: #A4D1FF;
  border-radius: 3px;
}
.wpcf7 .search-result ul::-webkit-scrollbar-thumb {
  height: 50%;
  background: #FE991F;
  border-radius: 3px;
}
.wpcf7 .search-result ul > li {
  display: block;
  width: 100%;
  padding: 8px 15px;
  color: #FE991F;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  cursor: pointer;
}
.wpcf7 .search-result ul > li p {
  color: #FE991F;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}
.wpcf7 .search-result ul > li:hover {
  background: #FFF2E2;
}

@media all and (max-width: 767px) {
  .wpcf7 .form-line {
    margin-bottom: 24px;
  }
  .wpcf7 label {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media all and (max-width: 520px) {
  .wpcf7 .form-line > div {
    width: 100%;
    margin-right: 0;
  }
  .wpcf7 .form-line > div:first-child {
    margin-bottom: 8px;
  }
  .wpcf7 .form-line.with-replace > div, .wpcf7 .form-line.with-replace > p {
    display: block;
    width: 100%;
  }
  .wpcf7 .form-line.with-replace > div {
    margin: 0 0 16px 0;
  }
  .wpcf7 .form-line.with-replace > p {
    margin: 0 0 12px 0;
  }
  .wpcf7 .routes-replace {
    margin-top: 0;
  }
  .wpcf7-checkbox label .wpcf7-list-item-label {
    padding-left: 27px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
    color: #5C5C5C;
  }
  .wpcf7-checkbox label .wpcf7-list-item-label:after {
    display: none;
  }
  .wpcf7-checkbox label .wpcf7-list-item-label:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background: #ffffff;
    border: 1px solid #FE991F;
    border-radius: 5px;
    cursor: pointer;
  }
  .wpcf7-checkbox label input {
    display: none;
  }
  .wpcf7-checkbox label input:checked + .wpcf7-list-item-label:before {
    background: no-repeat url("../images/checkbox-check.svg") center #EF7000;
    border-color: #EF7000;
    background-size: auto;
  }
  .wpcf7-text, .wpcf7-tel, .wpcf7-email {
    line-height: 43px;
    height: 43px;
  }
  .wpcf7-textarea {
    height: 100px;
  }
  .wpcf7-submit {
    font-size: 14px;
    line-height: 49px;
  }
  .wpcf7-acceptance label .wpcf7-list-item-label, .wpcf7-checkbox label .wpcf7-list-item-label {
    padding-left: 23px;
    font-size: 12px;
  }
  .wpcf7-acceptance label .wpcf7-list-item-label:before, .wpcf7-checkbox label .wpcf7-list-item-label:before {
    width: 17px;
    height: 17px;
    border-radius: 4.5px;
  }
  .wpcf7 .checkboxes .wpcf7-form-control-wrap {
    margin-right: 16px;
  }
}
.advantages .h2 {
  margin-bottom: 32px;
}
.advantages__item {
  width: calc((100% - 48px) / 4);
  height: 295px;
  margin-right: 16px;
  background: #F9F9F9;
  padding: 24px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.advantages__item:nth-child(4n+4) {
  margin-right: 0;
}
.advantages__item_inner {
  height: 100%;
}
.advantages__item img, .advantages__item svg {
  display: block;
  margin-bottom: 24px;
}
.advantages__item:hover {
  background: #14589C !important;
}
.advantages__item:hover h5, .advantages__item:hover .h5, .advantages__item:hover p {
  color: #ffffff !important;
}
.advantages__item:nth-child(1):hover svg path, .advantages__item:nth-child(2):hover svg path {
  stroke: #ffffff;
}
.advantages__item:nth-child(3):hover svg path, .advantages__item:nth-child(4):hover svg path {
  fill: #ffffff;
}

@media all and (max-width: 1100px) {
  .advantages__item {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
    height: 231px;
  }
  .advantages__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .advantages__item img, .advantages__item svg {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 620px) {
  .advantages__item {
    width: 100%;
    margin-right: 0;
  }
}
.banner {
  width: 100%;
  height: 80vh;
  background: no-repeat top center;
  background-size: cover;
  padding-bottom: 60px;
  margin-top: 0 !important;
}
.banner .column {
  height: 100vh;
}
.banner__content {
  max-width: 610px;
  color: #ffffff;
  padding-top: 22vh;
}
.banner__content p {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.35;
}
.banner__content .row {
  margin-top: 64px;
}
.banner__content .row .btn {
  margin-right: 16px;
}
.banner__content .row .btn:last-child {
  margin-right: 0;
}
.banner__content .btn--orange {
  min-width: 248px;
}

@media all and (max-width: 767px) {
  .banner {
    height: 60vh;
  }
  .banner .column {
    height: 60vh;
  }
  .banner__content {
    padding-top: 172px;
    max-width: 510px;
  }
  .banner__content p {
    margin-top: 8px;
    font-size: 14px;
  }
  .banner__content .row {
    margin-top: 24px;
  }
  .banner__content .btn--orange,
  .banner__content .btn--white {
    min-width: 203px;
  }
  .banner__content .btn--orange {
    margin-bottom: 8px;
  }
}
@media all and (max-width: 460px) {
  .banner {
    height: 80vh;
  }
  .banner .column {
    height: 80vh;
  }
}
.breadcrumbs {
  margin-top: 40px;
  margin-bottom: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 14px;
  line-height: 1.35;
}
.breadcrumbs .separator {
  display: inline-block;
  margin: 0 6px 0 6px;
}
.breadcrumbs a, .breadcrumbs .separator {
  color: #9E9E9E;
}
.breadcrumbs a:hover {
  color: #282828;
}

.popup-cities {
  padding: 32px 16px 32px 32px;
  width: 700px;
  overflow: hidden;
}
.popup-cities .h3 {
  margin: 0 0 16px 0 !important;
}
.popup-cities__wrap {
  overflow-y: auto;
  max-height: 70vh;
}
.popup-cities__wrap::-webkit-scrollbar {
  width: 3px;
  height: 100%;
  top: 32px;
}
.popup-cities__wrap::-webkit-scrollbar-track {
  background: #A4D1FF;
  border-radius: 3px;
}
.popup-cities__wrap::-webkit-scrollbar-thumb {
  height: 50%;
  background: #FE991F;
  border-radius: 3px;
}
.popup-cities__list {
  margin-top: 24px;
}
.popup-cities__list > li {
  display: inline-block;
  width: 33%;
  padding-right: 16px;
  margin-bottom: 12px;
}
.popup-cities__list > li a {
  line-height: 1.2;
  font-weight: 400;
  font-size: 18px;
  color: #535353;
  text-decoration: underline;
}
.popup-cities__list > li a:hover {
  color: #FE991F;
}
.popup-cities__all {
  display: block;
  width: 100%;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1;
  color: #FE991F;
  text-decoration: underline;
}
.popup-cities__input {
  display: block;
  width: 80%;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  padding: 0 16px 0 16px;
  font-size: 14px;
  line-height: 48px;
  height: 48px;
  font-weight: 400;
}
.popup-cities__input::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
  color: #848484;
}
.popup-cities__input::-webkit-input-placeholder, .popup-cities__input:-moz-placeholder, .popup-cities__input::-moz-placeholder, .popup-cities__input:-ms-input-placeholder, .popup-cities__input::placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
  color: #848484;
}
.popup-cities__input:hover, .popup-cities__input:focus {
  border-color: #FE991F;
}

@media all and (max-width: 600px) {
  .popup-cities {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
@media all and (max-width: 500px) {
  .popup-cities__wrap {
    margin-top: 32px;
    max-height: 85vh;
  }
  .popup-cities__list {
    margin-top: 16px;
  }
  .popup-cities__list > li {
    width: 50%;
  }
  .popup-cities__all {
    margin-top: 16px;
  }
}
.bcontacts .h2 {
  margin-bottom: 32px;
}
.bcontacts h4, .bcontacts h5, .bcontacts h6 {
  width: 100%;
  margin-bottom: 16px;
}
.bcontacts__email, .bcontacts__phone, .bcontacts__address {
  max-width: 470px;
}
.bcontacts__email a, .bcontacts__phone a, .bcontacts__address a {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  color: #282828;
}
.bcontacts__email svg, .bcontacts__phone svg, .bcontacts__address svg {
  display: inline-block;
  margin-right: 12px;
}
.bcontacts__email span, .bcontacts__email a, .bcontacts__phone span, .bcontacts__phone a, .bcontacts__address span, .bcontacts__address a {
  font-size: 18px;
  line-height: 120%;
}
.bcontacts__email span, .bcontacts__phone span, .bcontacts__address span {
  font-weight: 400;
  color: #808080;
}
.bcontacts__btn .btn {
  width: 363px;
  margin-top: 27px;
}

.home .bcontacts {
  padding: 118px 0 118px 0;
  background: #F9F9F9;
}

@media all and (max-width: 1120px) {
  .bcontacts .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bcontacts__email {
    margin-right: 60px;
  }
  .bcontacts__btn, .bcontacts__address {
    width: 100%;
  }
  .bcontacts__address {
    margin-top: 32px;
  }
}
@media all and (max-width: 767px) {
  .bcontacts__email, .bcontacts__phone, .bcontacts__btn {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }
  .bcontacts__address {
    margin-top: 0;
  }
  .bcontacts__btn {
    margin-bottom: 0;
  }
  .bcontacts__btn .btn {
    width: 100%;
    max-width: 363px;
    margin-top: 0;
  }
  .bcontacts__email h4, .bcontacts__email h5, .bcontacts__email h6, .bcontacts__phone h4, .bcontacts__phone h5, .bcontacts__phone h6, .bcontacts__address h4, .bcontacts__address h5, .bcontacts__address h6, .bcontacts__btn h4, .bcontacts__btn h5, .bcontacts__btn h6 {
    margin-bottom: 8px;
  }
  .bcontacts__email span, .bcontacts__email a, .bcontacts__phone span, .bcontacts__phone a, .bcontacts__address span, .bcontacts__address a, .bcontacts__btn span, .bcontacts__btn a {
    font-size: 16px;
  }
  .bcontacts__email br, .bcontacts__phone br, .bcontacts__address br, .bcontacts__btn br {
    display: none;
  }
  .bcontacts__email a, .bcontacts__phone a, .bcontacts__address a, .bcontacts__btn a {
    margin-top: 4px;
    min-width: 158px;
  }
  .bcontacts__email svg, .bcontacts__phone svg, .bcontacts__address svg, .bcontacts__btn svg {
    max-width: 18px;
    margin-right: 8px;
  }
  .bcontacts__email .row > div, .bcontacts__phone .row > div, .bcontacts__address .row > div, .bcontacts__btn .row > div {
    max-width: calc(100% - 26px);
  }
  .home .bcontacts {
    padding: 80px 0 80px 0;
  }
}
.costform__wrap,
.routeform__wrap {
  padding: 64px 109px;
  background: #F9F9F9;
}
.costform__wrap .h2,
.routeform__wrap .h2 {
  font-size: 40px;
  margin-bottom: 32px;
}

.routeform {
  margin-top: 0;
}
.routeform .wpcf7-submit {
  margin-top: 0;
}

@media all and (max-width: 920px) {
  .costform__wrap,
  .routeform__wrap {
    padding: 32px;
  }
}
@media all and (max-width: 767px) {
  .costform .h2,
  .routeform .h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 520px) {
  .costform__wrap,
  .routeform__wrap {
    padding: 24px;
  }
}
.directions h2, .directions h3 {
  margin-bottom: 32px;
}
.directions__item {
  background: #F9F9F9;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  color: #535353;
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  margin-bottom: 16px;
}
.directions__item:nth-child(3n+3), .directions__item:last-child {
  margin-right: 0;
}
.directions__item.small, .directions__item.responsive {
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 15px;
}
.directions__item.large {
  font-size: 24px;
  padding: 16px 20px;
  border-radius: 20px;
}
.directions__item.responsive {
  width: auto;
  font-size: 17px;
}
.directions__item.responsive:nth-child(3n+3) {
  margin-right: 24px;
}
.directions__item:hover {
  color: #14589C;
}
.directions__popular {
  margin-bottom: 32px;
}
.directions__paginate {
  width: 100%;
  margin-top: 40px;
}
.directions__paginate svg path {
  stroke: #1C1C1F;
}
.directions__paginate .empty {
  cursor: default;
}
.directions__paginate .empty svg path {
  stroke: #A9A9A9;
}
.directions__paginate .next {
  margin-left: 8px;
}
.directions__paginate .prev {
  margin-right: 16px;
}
.directions__paginate .item {
  display: inline-block;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #5C5C5C;
}
.directions__paginate .item:hover, .directions__paginate .item.active {
  background: #14589C;
  color: #ffffff;
}

@media all and (max-width: 980px) {
  .directions h2, .directions h3 {
    margin-bottom: 16px;
  }
  .directions__item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .directions__item.small, .directions__item.responsive {
    font-size: 14px;
    padding: 12px 16px;
  }
  .directions__item.large {
    font-size: 18px;
    padding: 12px 16px;
  }
}
@media all and (max-width: 580px) {
  .directions__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.footer {
  background: #00264B;
  padding: 64px 0 24px 0;
  color: #ffffff;
}
.footer__logo {
  max-width: 170px;
  display: block;
  margin-bottom: 40px;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__contacts {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 1.2;
}
.footer__contacts:last-child {
  margin-bottom: 0;
}
.footer__contacts svg {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-right: 8px;
}
.footer__contacts svg path {
  stroke: #FE991F;
}
.footer__contacts a {
  font-weight: 600;
  color: #ffffff;
}
.footer__contacts a:hover {
  color: #FE991F;
}
.footer__contacts a:focus {
  color: #EF8300;
}
.footer__contacts span {
  display: block;
  font-weight: 400;
  color: #ABD6FF;
  margin-bottom: 4px;
}
.footer__block {
  max-width: 265px;
}
.footer__block h4, .footer__block .h4 {
  width: 100%;
  margin-bottom: 12px;
}
.footer__menu > li {
  margin-bottom: 12px;
}
.footer__menu > li:last-child {
  margin-bottom: 0;
}
.footer__menu > li a {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #C5E2FF;
}
.footer__menu > li a:hover {
  color: #FE991F;
  text-decoration: underline;
}
.footer__menu > li.more a {
  padding-right: 18px;
}
.footer__menu > li.more a svg {
  position: absolute;
  top: 3px;
  right: 0;
}
.footer__menu > li.more a svg path {
  stroke: #C5E2FF;
}
.footer__menu > li.more a:hover svg path {
  stroke: #FE991F;
}
.footer__bottom {
  width: 100%;
  margin-top: 48px;
  padding-top: 16px;
  border-top: solid 1px #00376C;
}
.footer__bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #869FB8;
}

@media all and (max-width: 1140px) {
  .footer__block {
    max-width: 50%;
    width: 50%;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 980px) {
  .footer__bottom {
    margin-top: 24px;
  }
}
@media all and (max-width: 767px) {
  .footer {
    padding: 40px 0 40px 0;
  }
  .footer__menu > li a {
    font-size: 14px;
    font-weight: 400;
  }
  .footer__menu > li.more a svg {
    width: 10px;
    height: auto;
  }
}
@media all and (max-width: 600px) {
  .footer__block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .footer__logo {
    margin-bottom: 24px;
  }
  .footer__logo img {
    width: 116px;
    height: auto;
  }
  .footer__contacts {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .footer__contacts svg {
    width: 18px;
  }
  .footer__bottom {
    margin-top: 0;
    padding-top: 40px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 16px 0 16px 0;
  color: #ffffff;
  z-index: 9;
}
.header:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(20, 88, 156, 0.65);
  opacity: 0;
}
.header.fixed {
  -webkit-box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.25);
}
.header.fixed:before {
  opacity: 1;
}
.header.no-shadow.fixed {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .container {
  z-index: 3;
}
.header__row {
  width: 100%;
}
.header__logo {
  width: 117px;
  margin-right: 24px;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__city_name {
  width: 100%;
  margin-bottom: 4px;
}
.header__city_name svg {
  display: inline-block;
  margin-right: 4px;
}
.header__city_select {
  padding-left: 21px;
}
.header__city_select span {
  font-size: 14px;
  color: #FE991F;
}
.header__city_select span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FE991F;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  opacity: 1;
}
.header__city_select svg {
  display: inline-block;
  margin-left: 4px;
}
.header__city_select:hover span:before {
  opacity: 0;
}
.header__menu {
  margin-right: 48px;
}
.header__menu > ul > li {
  display: inline-block;
  margin-right: 32px;
}
.header__menu > ul > li:last-child {
  margin-right: 0;
}
.header__menu > ul > li a {
  display: block;
  width: 100%;
  font-weight: 500;
  color: #ffffff;
}
.header__menu > ul > li a:hover {
  color: #FE991F;
}
.header__menu > ul > li.menu-item-has-children {
  padding-right: 14px;
}
.header__menu > ul > li.menu-item-has-children > svg {
  position: absolute;
  right: 0;
  top: 9px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.header__menu > ul > li.menu-item-has-children:hover > svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__menu > ul > li .sub-menu {
  display: none;
  z-index: 1;
  position: absolute;
  top: 16px;
  left: -15px;
  width: auto;
  padding-top: 16px;
}
.header__menu > ul > li .sub-menu-wrap {
  width: 100%;
  height: 100%;
  padding: 18px 8px 16px 16px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
  background: rgba(20, 88, 156, 0.75);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.header__menu > ul > li .sub-menu-wrap ul {
  overflow-y: auto;
  height: 100%;
}
.header__menu > ul > li .sub-menu-wrap ul::-webkit-scrollbar {
  width: 3px;
  height: 100%;
}
.header__menu > ul > li .sub-menu-wrap ul::-webkit-scrollbar-track {
  background: #A4D1FF;
  border-radius: 3px;
}
.header__menu > ul > li .sub-menu-wrap ul::-webkit-scrollbar-thumb {
  height: 50%;
  background: #FE991F;
  border-radius: 3px;
}
.header__menu > ul > li .sub-menu-wrap ul li {
  line-height: 1;
  margin-bottom: 16px;
}
.header__menu > ul > li .sub-menu-wrap ul li a {
  padding-right: 19px;
}
.header__menu > ul > li .sub-menu-wrap ul li:last-child {
  margin-bottom: 0;
}
.header__menu > ul > li .sub-menu-wrap ul li.more a {
  padding-right: 30px;
}
.header__menu > ul > li .sub-menu-wrap ul li.more a svg {
  position: absolute;
  right: 16px;
  top: 2px;
}
.header__menu > ul > li .sub-menu-wrap ul li.more a:hover svg path {
  stroke: #FE991F;
}
.header__menu > ul > li:hover .sub-menu {
  display: block;
}
.header__menu > ul > li#menu-item-506 .sub-menu {
  width: 366px;
  height: 520px;
}
.header__menu > ul > li#menu-item-417 .sub-menu {
  width: 272px;
  height: 260px;
}
.header__contacts_phone {
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.header__contacts_email {
  padding-left: 19px;
  font-size: 14px;
  line-height: 1;
}
.header__contacts_phone, .header__contacts_email {
  text-align: right;
  width: 100%;
  color: #ffffff;
}
.header__contacts_phone:hover, .header__contacts_email:hover {
  color: #FE991F;
}
.header__contacts_phone:focus, .header__contacts_email:focus {
  color: #EF8300;
}
.header .logo-white {
  display: inline-block;
}
.header .logo-blue {
  display: none;
}
.header.menu-opened {
  color: #282828;
}
.header.menu-opened .logo-white {
  display: none;
}
.header.menu-opened .logo-blue {
  display: inline-block;
}
.header.menu-opened .header__contacts_phone, .header.menu-opened .header__contacts_email {
  color: #282828;
}
.header.menu-opened .header__city_select svg path {
  stroke: #282828;
}

@media all and (max-width: 1300px) {
  .header__menu, .header__city {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .header {
    padding: 14px 0 14px 0;
  }
  .header__logo {
    width: 81px;
  }
  .header__contacts_phone svg {
    top: 4px;
  }
}
.mobmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  background: #ffffff;
  z-index: 8;
  padding: 80px 32px 32px 32px;
  -webkit-transition: ease-in-out 0.8s;
  transition: ease-in-out 0.8s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 20px 20px;
}
.mobmenu.opened {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mobmenu__link {
  width: 24px;
  margin-left: 32px;
  display: none;
}
.mobmenu__link svg {
  width: 100%;
  height: auto;
}
.mobmenu__link .icon-open {
  display: block;
}
.mobmenu__link .icon-close {
  display: none;
}
.mobmenu__menu {
  max-height: 56vh;
}
.mobmenu__menu > ul {
  padding: 24px 8px 0 0;
  width: 100%;
  overflow-y: auto;
  display: block;
  max-height: 56vh;
  scrollbar-width: none;
}
.mobmenu__menu > ul::-webkit-scrollbar {
  opacity: 0;
}
.mobmenu__menu > ul > li {
  display: block;
  width: 100%;
  padding: 16px 24px 16px 0;
  border-bottom: 1px solid #DDDDDD;
}
.mobmenu__menu > ul > li:first-child {
  border-top: 1px solid #DDDDDD;
}
.mobmenu__menu > ul > li.border-orange {
  border-color: #FE991F;
}
.mobmenu__menu > ul > li a {
  color: #282828;
  line-height: 1;
  font-weight: 600;
}
.mobmenu__menu > ul > li a:focus, .mobmenu__menu > ul > li a:active, .mobmenu__menu > ul > li a:hover {
  color: #FE991F;
}
.mobmenu__menu > ul > li .sub-menu {
  padding: 8px;
  display: none;
}
.mobmenu__menu > ul > li .sub-menu li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.mobmenu__menu > ul > li .sub-menu li:last-child {
  margin-bottom: 0;
}
.mobmenu__menu > ul > li .sub-menu li a {
  font-weight: 500;
}
.mobmenu__menu > ul > li .sub-menu.opened {
  display: block;
}
.mobmenu__menu > ul > li.menu-item-has-children {
  padding-right: 20px;
}
.mobmenu__menu > ul > li.menu-item-has-children > svg {
  position: absolute;
  right: 0;
  top: 22px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  width: 11px;
  height: auto;
}
.mobmenu__menu > ul > li.menu-item-has-children > svg path {
  stroke: #282828;
}
.mobmenu__menu > ul > li.menu-item-has-children.opened > svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobmenu__menu > ul > li.menu-item-has-children.opened > svg path {
  stroke: #FE991F;
}
.mobmenu__menu > ul > li.menu-item-has-children.opened > a {
  color: #FE991F;
}
.mobmenu .header__city {
  margin-top: 32px;
  display: block !important;
}
.mobmenu .header__city_name svg path, .mobmenu .header__city_select svg path {
  stroke: #282828;
}
.mobmenu .header__contacts {
  margin-top: 32px;
}
.mobmenu .header__contacts:last-child {
  margin-top: 12px;
}
.mobmenu .header__contacts_email {
  color: #282828;
  padding-left: 0;
  text-align: left;
}
.mobmenu .header__contacts svg {
  width: 17px;
  margin-right: 6px;
}
.mobmenu .header__contacts span {
  width: 100%;
  color: #5C5C5C;
  font-weight: 400;
  margin-bottom: 4px;
}

.header.menu-opened .mobmenu__link .icon-open {
  display: none;
}
.header.menu-opened .mobmenu__link .icon-close {
  display: block;
}

@media all and (max-width: 1300px) {
  .mobmenu__link {
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  .mobmenu {
    height: 95vh;
    padding: 52px 16px 32px 16px;
  }
}
.partners__item {
  border: 1px solid #E6E6E6;
  margin-bottom: 24px;
  margin-right: 24px;
  width: calc((100% - 120px) / 6);
}
.partners__item:nth-child(6n+6) {
  margin-right: 0;
}
.partners__item img {
  display: block;
  width: 100%;
  height: auto;
}
.partners__item:hover {
  -webkit-filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
}

@media all and (max-width: 1366px) {
  .partners__item:hover {
    -webkit-filter: none;
            filter: none;
  }
}
@media all and (max-width: 980px) {
  .partners__item {
    width: calc((100% - 96px) / 5);
  }
  .partners__item:nth-child(6n+6) {
    margin-right: 24px;
  }
  .partners__item:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .partners__item {
    margin-bottom: 16px;
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
  }
  .partners__item:nth-child(5n+5), .partners__item:nth-child(6n+6) {
    margin-right: 16px;
  }
  .partners__item:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media all and (max-width: 600px) {
  .partners__item {
    width: calc((100% - 32px) / 3);
  }
  .partners__item:nth-child(4n+4) {
    margin-right: 16px;
  }
  .partners__item:nth-child(3n+3), .partners__item:nth-child(6n+6) {
    margin-right: 0;
  }
}
@media all and (max-width: 392px) {
  .partners__item {
    width: calc((100% - 16px) / 2);
  }
  .partners__item:nth-child(3n+3) {
    margin-right: 16px;
  }
  .partners__item:nth-child(2n+2), .partners__item:nth-child(6n+6) {
    margin-right: 0;
  }
}
.popup-form {
  padding: 32px;
  max-width: 544px;
}
.popup-form .h2 {
  margin: 0 0 16px 0 !important;
}

@media all and (max-width: 600px) {
  .popup-form {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    padding-top: 80px;
  }
}
.popup-privacy {
  padding: 32px 8px 32px 32px;
  max-width: 1280px;
  overflow: hidden;
}
.popup-privacy__wrap {
  width: 100%;
  height: 100%;
  padding-right: 24px;
  overflow-y: auto;
  max-height: 70vh;
}
.popup-privacy__wrap::-webkit-scrollbar {
  width: 3px;
  height: 100%;
}
.popup-privacy__wrap::-webkit-scrollbar-track {
  background: #A4D1FF;
  border-radius: 3px;
}
.popup-privacy__wrap::-webkit-scrollbar-thumb {
  height: 50%;
  background: #FE991F;
  border-radius: 3px;
}
.popup-privacy h1, .popup-privacy h2, .popup-privacy h3, .popup-privacy h4, .popup-privacy h5, .popup-privacy h6, .popup-privacy p {
  margin-bottom: 16px;
}

@media all and (max-width: 1280px) {
  .popup-privacy {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) {
  .popup-privacy {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 16px 6px 16px 16px;
  }
  .popup-privacy__wrap {
    max-height: 85vh;
    margin-top: 50px;
    padding-right: 16px;
  }
}
.projects .container {
  max-width: 1360px;
  padding: 0 40px 0 40px;
}
.projects .h2 {
  margin-bottom: 32px;
}
.projects__item {
  width: calc((100% - 24px) / 2) !important;
}
.projects__item_cover, .projects__item_text {
  height: 300px;
}
.projects__item_cover {
  width: 239px;
  background: no-repeat top center;
  background-size: auto;
  border-radius: 10px 0 0 10px;
}
.projects__item_text {
  width: calc(100% - 239px);
  background: #ffffff;
  padding: 24px;
  border: 1px solid #E2E2E2;
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.projects__item_text .flex.hb {
  height: 100%;
}
.projects__item_text h6, .projects__item_text .h6 {
  margin-bottom: 12px;
}
.projects__item_text p, .projects__item_text span, .projects__item_text a {
  font-size: 14px;
}
.projects__item_text .points {
  width: 100%;
  padding: 8px 0 8px 0;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 16px;
}
.projects__item_text .points svg {
  display: inline-block;
  margin: 0 8px 0 8px;
}
.projects__item_text p {
  margin-bottom: 4px;
}
.projects__item_text p:last-child {
  margin-bottom: 0;
}
.projects__item_text .more {
  display: block;
  text-decoration: underline;
  color: #282828;
}
.projects__item_text .more:hover {
  color: #FE991F;
}

.slide-shadow {
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  width: 628px;
  height: 300px;
}

.project {
  width: 1062px;
  height: 84vh;
  padding: 16px 8px 16px 32px;
}
.project__detail {
  max-height: calc(100% - 16px);
  overflow-y: auto;
}
.project__detail::-webkit-scrollbar {
  width: 3px;
  height: 100%;
}
.project__detail::-webkit-scrollbar-track {
  background: #DADADA;
  border-radius: 3px;
}
.project__detail::-webkit-scrollbar-thumb {
  height: 40%;
  background: #FE991F;
  border-radius: 3px;
}
.project__detail_inner {
  padding: 16px 21px 0 0;
}
.project__detail h6, .project__detail .h6 {
  margin-bottom: 16px;
}
.project__detail p, .project__detail span, .project__detail a, .project__detail li {
  font-size: 14px;
  line-height: 1.35;
}
.project__detail .points {
  width: 100%;
  padding: 8px 0 8px 0;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 24px;
}
.project__detail .points svg {
  display: inline-block;
  margin: 0 8px 0 8px;
}
.project__detail p, .project__detail li {
  color: #5C5C5C;
  line-height: 1.35;
  margin-bottom: 8px;
}
.project__detail p strong, .project__detail p b, .project__detail li strong, .project__detail li b {
  color: #282828;
}
.project__detail li {
  padding-left: 12px;
}
.project__detail li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #282828;
  border-radius: 50%;
}
.project__detail hr {
  color: transparent;
  background: none;
  opacity: 0;
  height: 16px;
}
.project__detail .content-table {
  margin-bottom: 20px;
}
.project__detail .content-table p {
  margin-bottom: 8px;
}

@media all and (max-width: 1370px) {
  .projects .container {
    max-width: 100%;
    padding: 0 24px 0 24px;
  }
}
@media all and (max-width: 1120px) {
  .projects__item_cover {
    width: 180px;
  }
  .projects__item_text {
    width: calc(100% - 180px);
  }
}
@media all and (max-width: 980px) {
  .projects .container {
    max-width: 100%;
    padding: 0 16px 0 16px;
  }
  .projects__item {
    width: 100% !important;
  }
}
@media all and (max-width: 767px) {
  .projects__item_cover {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
    background-size: cover;
  }
  .projects__item_text {
    width: 100%;
    border-radius: 0 0 10px 10px;
    border-left: 1px solid #E2E2E2;
  }
  .project {
    width: 100vw;
    height: 100vh;
    padding: 60px 16px 24px 16px;
    border-radius: 0;
  }
  .project__detail {
    max-height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .project__detail::-webkit-scrollbar {
    opacity: 0;
  }
  .project__detail_inner {
    padding: 0;
  }
  .project__detail .content-table {
    margin-bottom: 48px;
  }
  .project__detail h6, .project__detail .h6 {
    margin-bottom: 12px;
  }
}
.reviews__item {
  width: 100%;
}
.reviews__item_image {
  display: inline-block;
  width: 519px;
}
.reviews__item_image img {
  width: 100%;
  height: auto;
}
.reviews__item_text {
  width: calc(100% - 519px);
  padding-left: 24px;
}
.reviews__item_text h5, .reviews__item_text .h5 {
  font-size: 26px;
  margin-bottom: 8px;
}
.reviews__item_text h6, .reviews__item_text .h6 {
  font-weight: 600;
  color: #5C5C5C;
  margin-bottom: 40px;
}
.reviews__item_text p {
  font-weight: 400;
  color: #5C5C5C;
  margin-bottom: 20px;
}
.reviews__item_text p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 980px) {
  .reviews__item_image, .reviews__item_text {
    width: calc((100% - 16px) / 2);
  }
  .reviews__item_image {
    margin-right: 16px;
  }
  .reviews__item_text {
    padding-left: 0;
  }
}
@media all and (max-width: 600px) {
  .reviews__item_image, .reviews__item_text {
    width: 100%;
  }
  .reviews__item_image {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .reviews__item h5, .reviews__item .h5 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .reviews__item h6, .reviews__item .h6 {
    margin-bottom: 24px;
  }
  .reviews__item p {
    margin-bottom: 16px;
  }
}
.services h2, .services .h2 {
  width: 100%;
  margin-bottom: 32px;
}
.services .h3 {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}
.services__items {
  margin-bottom: 32px;
}
.services__item {
  width: calc((100% - 24px) / 2);
  min-height: 220px;
}
.services__item .flex {
  height: 100%;
}
.services__item_text, .services__item_image {
  height: 100%;
  min-height: 220px;
}
.services__item_image {
  display: inline-block;
  width: 220px;
  border-radius: 10px 0 0 10px;
  background: no-repeat top center;
  background-size: auto;
}
.services__item_text {
  width: calc(100% - 220px);
  background: #F9F9F9;
  border-radius: 0 10px 10px 0;
  padding: 24px 24px 50px 24px;
}
.services__item_text .more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #14589C;
  border-radius: 10px 0 10px 0;
}
.services__item h4, .services__item .h4 {
  width: 100%;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #282828;
}
.services__item p {
  font-size: 14px;
  line-height: 1.35;
  color: #5C5C5C;
}
.services__item.full {
  padding: 24px 24px 24px 16px;
  background: #F9F9F9;
}
.services__item.full .track {
  width: 212px;
  margin-right: 16px;
}
.services__item.full .column {
  width: calc(100% - 228px);
}
.services__item.full .btn {
  width: 100%;
  margin-top: 34px;
}
.services__item.full .btn svg {
  margin-left: 8px;
  display: inline-block;
  top: 1px;
}
.services__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  display: none;
}
.services__item:hover .more {
  background: #2176CC;
}
.services__item:active .more, .services__item:focus .more {
  background: #08447F;
}
.services.cols .services__item {
  margin-bottom: 24px;
  margin-right: 24px;
}
.services.cols .services__item:nth-child(2n+2) {
  margin-right: 0;
}
.services.cols .services__item:hover:before {
  display: block;
}
.services.similar .container {
  max-width: 1360px;
  padding: 0 40px 0 40px;
}

@media all and (max-width: 1370px) {
  .services.similar .container {
    max-width: 100%;
    padding: 0 24px 0 24px;
  }
}
@media all and (max-width: 1130px) {
  .services .h3 {
    margin-bottom: 16px;
  }
  .services__items {
    margin-bottom: 24px;
  }
  .services__item.full .track {
    width: calc(40% - 16px);
  }
  .services__item.full .column {
    width: 60%;
  }
  .services__item.full .btn {
    font-size: 17px;
  }
}
@media all and (max-width: 1080px) {
  .services__item {
    width: calc((100% - 16px) / 2);
  }
  .services__item_text {
    width: calc(100% - 200px);
  }
  .services.cols .services__item {
    margin-bottom: 16px;
    margin-right: 16px;
  }
  .services.cols .services__item:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 980px) {
  .services__item {
    width: 100%;
    min-height: 198px;
  }
  .services__item_image {
    display: inline-block;
    width: 39%;
    background-size: cover;
  }
  .services__item_text {
    width: 61%;
    padding: 16px;
  }
  .services__item_text .more {
    width: 32px;
    height: 32px;
  }
  .services__item p {
    font-size: 12px;
  }
  .services__item.full {
    padding: 16px;
    min-height: 230px;
  }
  .services__item.full .track {
    position: absolute;
    top: -3px;
    right: 0;
    width: 42.5%;
    margin-right: 0;
  }
  .services__item.full .column {
    width: 100%;
    height: 198px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .services__item.full h4, .services__item.full p {
    width: 56%;
  }
  .services.cols .services__item {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .services__item.full {
    min-height: 200px;
  }
  .services__item.full .column {
    height: 168px;
  }
}
.similar .h2 {
  margin-bottom: 32px;
}
.similar .swiper-button-next, .similar .swiper-button-prev {
  top: calc(50% + 10px);
}

@media all and (max-width: 767px) {
  .similar .h2 {
    margin-bottom: 16px;
  }
}
.home__about {
  padding: 118px 0 86px 0;
  background: #F9F9F9;
}
.home__about_left {
  width: 592px;
  margin-right: 60px;
  z-index: 3;
}
.home__about_left h2, .home__about_left .h2, .home__about_left h3, .home__about_left .h3 {
  width: 100%;
  margin-bottom: 40px;
}
.home__about_left p {
  color: #5C5C5C;
  margin-bottom: 32px;
}
.home__about_left p:last-child {
  margin-bottom: 0;
}
.home__about_right {
  width: calc(100% - 652px);
  z-index: 3;
}
.home__about_right img {
  width: 100%;
  height: auto;
}
.home__about_map {
  z-index: 1;
  position: absolute;
  left: -28px;
  top: -14px;
}
.home h2, .home .h2 {
  width: 100%;
  margin-bottom: 32px;
}
.home__partners .h2 {
  margin-bottom: 24px;
}
.home__reviews {
  margin-top: 94px;
}
.home__reviews .container {
  max-width: 1360px;
  padding: 0 40px 0 40px;
}
.home__reviews,
.home .projects {
  padding: 118px 0 118px 0;
  background: #F9F9F9;
}

@media all and (max-width: 1370px) {
  .home__reviews .container {
    max-width: 100%;
    padding: 0 24px 0 24px;
  }
  .home__reviews .swiper-button-next,
  .home__reviews .swiper-button-prev {
    position: absolute;
    top: 11px;
    left: auto;
  }
  .home__reviews .swiper-button-next {
    right: 24px;
  }
  .home__reviews .swiper-button-prev {
    right: 58px;
  }
}
@media all and (max-width: 1200px) {
  .home__about_left, .home__about_right {
    width: calc((100% - 40px) / 2);
  }
  .home__about_left {
    margin-right: 40px;
  }
}
@media all and (max-width: 920px) {
  .home__about_left, .home__about_right {
    width: 100%;
  }
  .home__about_left {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 767px) {
  .home__about {
    padding: 80px 0 80px 0;
  }
  .home__about_left {
    margin-bottom: 16px;
  }
  .home__about_left p {
    margin-bottom: 16px;
  }
  .home h2, .home .h2 {
    width: 100%;
    margin-bottom: 16px;
  }
  .home__reviews,
  .home .projects {
    padding: 80px 0 80px;
  }
}
.page__content {
  margin-top: 118px;
  overflow: hidden;
}
.page__content.usluga-info {
  margin-top: 0;
}
.page__content.usluga-info .container {
  padding-top: 14px;
}
.page__content.usluga-info .container:before {
  content: "";
  width: 790px;
  height: 388px;
  position: absolute;
  left: -28px;
  top: 0;
  z-index: -1;
}
.page__content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page__content h1, .page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6 {
  margin-bottom: 32px;
}
.page__content p {
  color: #5C5C5C;
  margin-bottom: 32px;
}
.page__content p:last-child {
  margin-bottom: 0;
}
.page__content hr {
  display: block;
  width: 100%;
  height: 48px;
  color: transparent;
  border: none;
}
.page__content ul {
  margin-bottom: 32px;
  padding-left: 24px;
}
.page__content ul > li {
  margin-bottom: 12px;
  padding-left: 16px;
  color: #5C5C5C;
}
.page__content ul > li:last-child {
  margin-bottom: 0;
}
.page__content ul > li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #282828;
  border-radius: 50%;
}
.page__content ul > li .children {
  margin-top: 12px;
  margin-bottom: 0;
}
.page__content ul > li a {
  color: #282828;
  text-decoration: underline;
}
.page__content ul > li a:hover {
  color: #FE991F;
  text-decoration: none;
}

body.page-template-template-contacts, body.privacy-policy {
  min-height: 100vh;
  padding-top: 79px;
}
body.page-template-template-contacts .page__content, body.privacy-policy .page__content {
  margin-top: 0;
  margin-bottom: 118px;
}
body.page-template-template-contacts .bcontacts {
  margin-bottom: 56px;
  margin-top: 0;
}
body.page-template-template-contacts .bcontacts .h2 {
  margin-bottom: 40px;
}
body.page-template-template-uslugi .page__content {
  margin-top: 94px;
}
body.page-template-template-uslugi .bcontacts {
  margin-top: 118px;
  padding: 118px 0 118px 0;
  background: #F9F9F9;
}
body.page-template-template-uslugi .costform {
  margin: 118px 0 118px 0;
}
body.page-template-template-uslugi .services {
  margin-top: 0;
}
body.page-template-template-usluga-direction .page__content {
  margin-top: 102px;
  padding: 118px 0 118px 0;
  background: #F9F9F9;
}
body.page-template-template-usluga-direction .costform {
  margin-top: 0;
}
body.page-template-template-usluga-direction .bcontacts {
  margin-bottom: 118px;
}
body.page-template-template-usluga .breadcrumbs {
  margin-bottom: 45px;
}
body.page-template-template-usluga .projects,
body.page-template-template-usluga .similar,
body.page-template-template-usluga .expertise,
body.page-template-template-usluga .advantages {
  padding: 118px 0 118px 0;
  background: #F9F9F9;
}
body.page-template-template-usluga .advantages__item {
  background: #ffffff;
}
body.page-template-template-usluga .services__item_text {
  background: #ffffff;
}
body.services-direction .breadcrumbs {
  margin-bottom: 45px;
}
body.services-direction .costform {
  margin-top: 94px;
}
body.services-direction .usluga-text,
body.services-direction .directions {
  padding: 118px 0 118px 0;
  background: #F9F9F9;
}
body.services-direction .bcontacts {
  margin-bottom: 118px;
}
body.services-direction .directions__item {
  background: #ffffff;
}
body.services-direction .similar {
  margin-bottom: 118px;
}
body.page:not(.services-direction) .bcontacts {
  margin-top: 118px;
  padding: 118px 0 118px 0;
  background: #F9F9F9;
}
body.page:not(.services-direction) .breadcrumbs {
  margin-top: 120px;
}
body.page:not(.services-direction) .page__content {
  margin-top: 0;
}
body.page:not(.services-direction) .projects {
  margin-bottom: 118px;
}
body.page-404 .bcontacts, body.privacy-policy .bcontacts {
  padding: 118px 0 118px 0;
  background: #F9F9F9;
}

@media all and (max-width: 767px) {
  .page__content {
    margin-top: 80px;
  }
  .page__content p, .page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6, .page__content ul {
    margin-bottom: 16px;
  }
  .page__content ul {
    padding-left: 8px;
  }
}
@media all and (max-width: 767px) {
  body.page-template-template-contacts {
    padding-top: 58px;
  }
  body.page-template-template-contacts .breadcrumbs {
    margin-bottom: 80px;
  }
  body.page-template-template-contacts .page__content {
    margin-bottom: 80px;
  }
  body.page-template-template-contacts .bcontacts {
    margin-bottom: 32px;
    margin-top: 0;
  }
  body.page-template-template-contacts .bcontacts .h2 {
    margin-bottom: 16px;
  }
  body.page-template-template-uslugi .page__content {
    margin-top: 80px;
  }
  body.page-template-template-uslugi .bcontacts {
    margin-top: 80px;
    padding: 80px 0 80px 0;
  }
  body.page-template-template-uslugi .costform {
    margin: 80px 0 80px 0;
  }
  body.page-template-template-usluga .projects,
  body.page-template-template-usluga .similar,
  body.page-template-template-usluga .expertise,
  body.page-template-template-usluga .advantages {
    padding: 80px 0 80px 0;
  }
  body.page-template-template-usluga-direction .page__content {
    margin-top: 80px;
    padding: 80px 0 80px 0;
  }
  body.page-template-template-usluga-direction .costform {
    margin-bottom: 80px;
  }
  body.page-template-template-usluga-direction .bcontacts {
    margin-bottom: 80px;
  }
  body.services-direction .costform {
    margin-top: 80px;
  }
  body.services-direction .usluga-text,
  body.services-direction .directions {
    padding: 80px 0 80px 0;
  }
  body.services-direction .bcontacts {
    margin-bottom: 80px;
  }
  body.services-direction .similar {
    margin-bottom: 80px;
  }
  body.page .bcontacts {
    margin-top: 80px;
    padding: 80px 0 80px 0;
  }
  body.page .projects {
    margin-bottom: 80px;
  }
  body.page .breadcrumbs {
    margin-top: 80px;
  }
  body.page-404 .bcontacts, body.privacy-policy .bcontacts {
    padding: 80px 0 80px 0;
  }
}
.page-404 h1, .page-404 .h1 {
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
.page-404 h1 span, .page-404 .h1 span {
  font-size: 200px;
}
.page-404 p {
  font-size: 18px;
  text-align: center;
}
.page-404 p a {
  color: #FE991F;
  text-decoration: underline;
}
.page-404 p a:hover {
  color: #EF8300;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .page-404 h1, .page-404 .h1 {
    font-size: 24px;
  }
  .page-404 h1 span, .page-404 .h1 span {
    font-size: 120px;
  }
}