@charset "UTF-8";
.fancybox__container:not([aria-hidden]),
.is-loading .fancybox__content,
.twentytwenty-after-label,
.twentytwenty-before-label {
  opacity: 0;
}
.fancybox__nav,
:root {
  --f-button-border: 0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
}
.fancybox-ghost,
.fancybox-image {
  min-height: 0;
  object-fit: contain;
}
.f-carousel__thumbs,
.f-carousel__thumbs.is-classic {
  --f-thumb-selected-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.f-thumbs,
.fancybox__container {
  -webkit-tap-highlight-color: transparent;
}
.f-carousel__thumbs,
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
}
.btn,
.section-title {
  text-transform: uppercase;
}
.about .card,
.advantages .advantages-list,
.footer .main .col,
.footer .main .col .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-after-label,
.twentytwenty-before-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-after-label:before,
.twentytwenty-vertical .twentytwenty-before-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-down-arrow,
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-down-arrow,
.twentytwenty-up-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-after-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-before-label {
  opacity: 0;
}
.fancybox__content > .f-button.is-close-btn:hover,
.twentytwenty-overlay:hover .twentytwenty-after-label,
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
  content: attr(data-content);
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px;
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
  --accent-color: rgb(245, 159, 46);
  --blue: #0f4291;
  --darkblue: #000249;
  --whiteblue: #e8f1fb;
  --backblue: #cde3fb;
  --back: #e8f1fb;
}
.fancybox__nav,
.fancybox__toolbar {
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}
.f-button,
.fancybox__container {
  margin: 0;
  display: flex;
  padding: 0;
}
.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: 2s linear infinite f-spinner-rotate;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg :first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg :last-child {
  stroke: var(--f-spinner-color-2);
  animation: 2s ease-in-out infinite f-spinner-dash;
}
@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}
@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}
@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both
    f-crossfadeOut;
  z-index: 1;
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInNext;
}
.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInPrev;
}
.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutNext;
}
.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutPrev;
}
@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutPrev;
  z-index: 1;
}
.is-idle .fancybox__nav,
.is-idle .fancybox__toolbar,
.is-idle.is-compact .fancybox__footer {
  animation: 0.15s ease-out both f-fadeOut;
}
@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
.f-button {
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}
.fancybox__backdrop,
.fancybox__container {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.f-button svg,
.f-carousel__nav .f-button:disabled,
.fancybox-focus-guard,
.fancybox-ghost,
.fancybox__nav .f-button:disabled,
.is-modern .f-thumbs__slide {
  pointer-events: none;
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: 0;
}
.f-button:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px)
    var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
  transform: rotate(90deg);
}
html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}
html.with-fancybox body {
  touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(
    var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px)
  );
  overflow: hidden !important;
  overscroll-behavior-y: none;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  direction: ltr;
  flex-direction: column;
  box-sizing: border-box;
  color: #f8f8f8;
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: 0;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
  box-sizing: inherit;
}
.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}
.fancybox__backdrop {
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}
.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}
.fancybox__viewport {
  width: 100%;
  height: 100%;
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-image,
.fancybox__slide.has-video,
.slick-list {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__backdrop:empty,
.fancybox__slide:empty,
.fancybox__track:empty,
.fancybox__viewport:empty,
.header .nav-item:hover .sub-menu,
.header .sub-menu .sub-menu-item:hover .item-menu,
img {
  display: block;
}
.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}
.fancybox__caption,
.fancybox__toolbar {
  color: var(--fancybox-color, currentColor);
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
  cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__thumbs.is-classic .f-spinner,
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}
.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
  filter: blur(0px);
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px;
  overflow-wrap: anywhere;
  line-height: 1.375;
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}
.is-closing .fancybox__caption,
.is-loading .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.description,
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn,
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: 0.25s;
}
.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border-radius: 50%;
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
}
.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
    var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}
.f-thumbs .f-spinner,
.fancybox-ghost,
.fancybox-protected {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-protected {
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}
.fancybox-ghost {
  width: 100%;
  height: 100%;
  z-index: 40;
  user-select: none;
}
.fancybox-focus-guard {
  outline: 0;
  opacity: 0;
  position: fixed;
}
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__carousel
  > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__slide
  > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="false"]
  > :not(.fancybox__backdrop, .fancybox__carousel) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards
    f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__carousel
  > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__slide
  > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="true"]
  > :not(.fancybox__backdrop, .fancybox__carousel) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}
.has-html5video .fancybox__content,
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content,
.logo img {
  width: 100%;
  height: 100%;
}
.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.f-carousel__thumbs {
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}
.f-thumbs .f-spinner {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}
.f-thumbs .f-spinner svg,
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,
[data-fancybox-toggle-fullscreen] svg g:last-child,
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.f-thumbs.is-vertical {
  height: 100%;
}
.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.f-thumbs__slide,
.f-thumbs__slide__button {
  width: var(--f-thumb-width);
  padding: 0;
  position: relative;
  cursor: pointer;
}
.f-thumbs__track,
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,
[data-fancybox-toggle-fullscreen] svg g:first-child,
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
.f-thumbs__slide {
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: var(--f-thumb-height);
  overflow: visible;
}
.f-thumbs__slide.is-loading img {
  opacity: 0;
}
.home-hero .backgroud-Slider,
.home-hero .backgroud-Slider .slick-track,
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.is-modern .f-thumbs__track {
  width: max-content;
}
.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}
.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
}
.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s;
}
.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color))
    drop-shadow(2px 0px 0px var(--f-thumb-outline-color))
    drop-shadow(0px -1px 0px var(--f-thumb-outline-color))
    drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
  appearance: none;
  height: 100%;
  margin: 0 -100%;
  border: 0;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: 0;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s;
}
.f-thumbs__slide__img,
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: 0;
}
.f-thumbs__slide__button:focus-visible {
  outline: 0;
  opacity: var(--f-thumb-selected-opacity);
}
.is-modern .f-thumbs__slide__button {
  --clip-path: inset(
    0
      calc(
        ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) *
          (1 - var(--progress, 0)) * 0.5
      )
      round var(--f-thumb-border-radius, 0)
  );
  clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid
    var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: 0.2s ease-out f-fadeIn;
  z-index: 10;
}
.f-thumbs__slide__img {
  overflow: hidden;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}
.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
  max-height: 0 !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
    "Segoe UI", "Liberation Sans", sans-serif;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.5)
  );
  pointer-events: none;
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.is-idle .fancybox__toolbar {
  pointer-events: none;
}
.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
.beforeAfter .container,
.chooseUs .container,
.gallery .container,
.header .sub-menu .sub-menu-item,
.loading,
.other-location,
.other-location .container,
.other-service,
.partners .container,
.wiki.horizontal,
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Inter, sans-serif;
  background-color: #fafcff;
  zoom: 90%;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin: 0;
  cursor: default;
}
a {
  text-decoration: none;
  cursor: pointer;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: inherit;
}
.advantages .right .img1 .info p span,
.contact .top .section-title span,
.current .nav-link,
.current-menu-item .nav-link,
.current-menu-parent .nav-link,
.header .sub-menu .sub-menu-item:hover a,
.local .local-card .local-list .place:hover,
.red {
  color: var(--accent-color);
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
.btn {
  background-color: var(--accent-color);
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.96px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.stext,
.text {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pagination .btn a,
.section-title {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  gap: 10px;
}
.pagination .btn a {
  color: #fff !important;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.1s linear;
}
.pagination .btn.prev a {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 15px;
  }
}
.btn:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
}
button {
  border: none;
}
section {
  padding: 64px 0;
  overflow: hidden;
}
.pad {
  border-top: 5px solid #F59F2E;
  padding: 48px 64px;
  max-width: 893px;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
}
@media screen and (max-width: 768px) {
  .pad {
    padding: 32px 40px;
  }
}
.text {
  font-family: Inter;
  font-size: 20px;
  color: #222226;
}
.card-title a,
.home-hero .card-title a,
.text a {
  color: inherit;
  text-decoration: underline;
}
.stext {
  font-size: 16px;
}
.section-title {
  color: #000249;
  font-family: Inter;
  font-size: 48px;
  font-weight: 800;
  line-height: normal;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 3px solid #cde3fb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 41px;
}
.card-title,
.item-title {
  color: #000249;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Inter;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 16px;
  }
  .section-title {
    font-size: 36px;
  }
}
.card-title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .card-title {
    font-size: 18px;
  }
  .footer .top {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
  }
}
@media screen and (max-width: 450px) {
  .btn {
    font-size: 14px;
  }
  .section-title {
    font-size: 32px;
  }
  .card-title {
    font-size: 16px;
  }
}
.item-title {
  font-size: 20px;
}
.background-text {
  color: var(--back);
  font-family: Inter;
  font-size: 140px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.header .right a,
.hero-title {
  color: #fff;
  text-transform: uppercase;
}
.hero-title {
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 100.2%;
}
header {
  position: sticky;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #e8f1fb;
  border-bottom: 1px solid #c8c8c8;
}
header.header-scroll {
  top: -41px;
}
.header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .container {
  max-width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.header .header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 80px;
}
.header .right,
.header .right a {
  display: -webkit-box;
  display: -ms-flexbox;
}
.header .logo {
  max-width: 260px;
  padding-left: 30px;
  padding: 2px 0px 2px 30px;
}
.header .right {
  height: 100%;
  display: flex;
}
.header .right a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 700px;
  white-space: nowrap;
}
.footer,
.header .right .tel,
.twentytwenty-handle {
  background-color: var(--darkblue);
}
.header .right .quote,
.slick-dots li.slick-active button {
  background-color: var(--accent-color);
}

.header .right .quote {
  background-color: #0F4291;
}
.header .header-burger {
  display: none;
  padding: 0 10px;
}
.header .nav-item,
.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
}
.header .header-nav {
  height: 100%;
  position: relative;
}
.header .header-nav .top-mobile {
  display: none;
  padding: 0 16px;
  margin-bottom: 32px;
}
.header .header-nav .top-mobile .logo {
  max-width: 170px;
}
.header .header-nav .top-mobile .close-menu {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1124px) {
  .header .header-burger {
    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;
  }
  .header .header-nav .top-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.callAction .action img,
.header .header-nav .bottom-mobile,
.wiki.horizontal .hide {
  display: none;
}
.header .header-nav.active {
  right: 0;
  padding-bottom: 140px;
}
.header .nav-list {
  height: 100%;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .nav-item {
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header .nav-link,
.header-banner {
  -webkit-box-align: center;
  position: relative;
}
.header .nav-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--darkblue);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  white-space: nowrap;
}
.header .nav-link:active,
.header .nav-link:focus,
.header .nav-link:hover {
  color: var(--accent-color);
  opacity: 1;
}
.header .sub-menu {
  border-bottom: 5px solid #F59F2E;
  background: #e8f1fb;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  position: absolute;
  top: 90%;
  display: none;
  z-index: 1;
}
.footer .bottom,
.footer .main,
.footer .top {
  border-bottom: 1px solid #555;
}
.header .sub-menu .sub-menu-item a :not(:last-child),
.header .sub-menu .sub-menu-item:not(:last-child) a {
  border-bottom: 1px solid #cfcfcf;
}
.header .sub-menu .sub-menu-item a {
  color: #0f4291;
  width: 100%;
  display: block;
  padding: 11px 24px;
  white-space: nowrap;
}
.header .sub-menu .sub-menu-item:hover {
  background-color: #d1e5f9;
}
.header .sub-menu .item-menu {
  position: absolute;
  background-color: #fff;
  left: 100%;
  top: 0;
  width: 200px;
  display: none;
}
.logo {
  cursor: pointer;
  height: 100%;
  max-width: 260px;
}
.current-menu-item::after,
.current-menu-parent::after,
.current::after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: var(--accent-color);
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  bottom: 20px;
}
.header-banner {
  background-color: #F59F2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.fix-info,
.fix-tel {
  position: fixed;
  right: 20px;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  z-index: 1001;
  border-radius: 50%;
}
.header-banner .info,
.header-banner .info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-banner .location {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 370px) {
  .header-banner .location img {
    display: none;
  }
}
.header-banner .follow {
  padding-right: 16px;
}
.footer .top,
.footer .top .right,
.header-banner .follow .socials {
  display: -webkit-box;
  display: -ms-flexbox;
}
.header-banner .follow .socials {
  display: flex;
  gap: 10px;
}
.footer .container {
  padding: 0;
  max-width: 100%;
}
.footer .top {
  display: flex;
  position: relative;
}
.footer .top .left {
  /* background: var(--whiteblue); */
  /* min-width: 350px; */
  height: auto;
  display: flex;
  justify-content: flex-end;
}
.footer .top .logo img {
  max-width: 85px;
  width: 100%;
}
.footer .top .right {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px;
  color: #d9d9d9;
}
.footer .main,
.footer .main .col,
.footer .main .col .socials {
  display: -webkit-box;
  display: -ms-flexbox;
}
.footer .top .right .title {
  max-width: 900px;
}
.footer .top .right .title span {
  color: #fff !important;
  display: block;
  margin-bottom: 5px;
}
.footer .main {
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 32px 16px;
}
.footer .main .col {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.footer .main .col img {
  max-width: 90px;
}
.footer .main .col .socials {
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.fix-info,
.footer .main .col .list {
  display: -webkit-box;
  display: -ms-flexbox;
}
.footer .main .col .socials img {
  width: 35px;
  max-width: 90px;
}
.footer .main .col .stext {
  color: #d9d9d9;
  font-size: 16px;
}
.blog-body .blue .blog-title,
.blog-body .blue .text,
.blog-hero .text,
.faq .faq-item.open .card-title,
.footer .main .col .text,
.home-hero .nav_slide.open .card-title,
.mission .section-title,
.mission .text,
.page-hero .card .text,
.page-hero .card-title {
  color: #fff;
}
.footer .main .col .list {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.footer .main .col .list a {
  color: #d9d9d9;
}
.footer .bottom .stext,
.footer .main .col .list a:hover {
  color: #b6b6b6;
}
.footer .bottom {
  padding: 16px 32px;
}
.footer iframe {
  width: 100% !important;
}
.fix-info {
  bottom: 135px;
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  width: 70px;
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}
.advantages .container,
.advantages .section-title,
.fix-tel {
  display: -webkit-box;
  display: -ms-flexbox;
}
.fix-info img {
  max-width: 35px;
}
.fix-tel {
  bottom: 50px;
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  width: 70px;
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--accent-color);
  -webkit-animation: 1.5s linear infinite hoverWave;
  animation: 1.5s linear infinite hoverWave;
}
.advantages {
  padding: 50px 0;
  position: relative;
}
.advantages .container {
  display: flex;
  gap: 32px;
}
.advantages .left {
  width: 50%;
  padding: 15px;
  position: relative;
  z-index: 2;
  background-color: #fafcff;
}
.advantages .left .card {
  max-width: 590px;
  margin-left: auto;
}
.advantages .section-title {
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 3px solid #cde3fb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 41px;
}
.advantages .advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.advantages .advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.advantages .icon {
  min-width: 90px;
  min-height: 90px;
  max-height: 90px;
  max-width: 90px;
  background-color: var(--blue);
  border-radius: 50%;
  border: 9px solid #c7d3e8;
  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;
}
.advantages .icon img {
  width: 35px;
}
.advantages .card-title {
  margin-bottom: 8px;
}
.advantages .text {
  color: var(--darkblue);
}
.advantages .right {
  position: absolute;
  width: 50%;
  right: 0;
  top: 70px;
}
.advantages .right .backgroud {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 680px;
  max-height: 400px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--back);
}
.advantages .right .img1 {
  width: 100%;
  height: 100%;
  max-width: 555px;
  max-height: 524px;
  margin-left: auto;
  position: relative;
}
.advantages .right .img1 img,
.chooseUs .imgBlock img,
.gallery .slide img,
.steps .img1 img,
.steps .img2 img,
.wiki.horizontal .info .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.advantages .right .img1 .info {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
}
.advantages .right .img1 .info .card {
  padding: 10px 16px 10px 8px;
}
.advantages .right .img1 .info p {
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.advantages .right .img1 .info .section-title {
  color: #fff;
  border: none;
  background-color: var(--accent-color);
  padding: 0;
  margin: 0;
  width: 83px;
  height: auto;
  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;
}
.advantages .right .img2 {
  max-width: 308px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20%;
  z-index: 1;
  left: -20%;
  border-top: 20px solid var(--back);
  border-right: 20px solid var(--back);
}
@media screen and (max-width: 1200px) {
  .advantages .right {
    position: static;
    padding-bottom: 80px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .footer .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 32px;
  }
  .footer .main .col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .advantages .right .img1 {
    max-width: 410px;
    max-height: 400px;
  }
  .advantages .right .img2 {
    max-width: 260px;
    max-height: 250px;
  }
}
.advantages .right .img2 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about,
.page-hero {
  position: relative;
  padding: 0;
}
.about .background-text {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  z-index: -1;
}
.about .btn,
.about .card {
  display: -webkit-box;
  display: -ms-flexbox;
}
.about .backImg {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .container {
  padding: 70px 15px;
}
.about .background {
  width: 40%;
  height: 40%;
  z-index: -2;
  position: absolute;
  right: -40px;
  bottom: -40px;
  -webkit-transform: translate();
  transform: translate();
  background-color: var(--back);
}
.about .card {
  background-color: #fff;
  margin-left: auto;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.about .section-title,
section.reviews-section .swiper-slide p {
  margin: 0;
}
.about .btn {
  display: flex;
  gap: 10px;
  max-width: 300px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.local .container,
.local .local-card .local-list .local-item {
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.local {
  position: relative;
  background-image: url("../img/map.png");
  background-position: center;
  background-size: cover;
  padding-bottom: 140px;
  margin-bottom: 80px;
}
.local .map {
  position: absolute;
  max-width: 900px;
  top: -95px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  right: 50px;
  z-index: -1;
}
.local .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.local .section-title {
  text-align: left;
  margin-bottom: 0;
}
.local .card-title {
  max-width: 900px;
  color: var(--blue);
}
.local .section-subtitle {
  text-align: left;
  max-width: 700px;
  font-weight: 500;
  color: #717171;
}
.local .local-card {
  overflow: auto;
  padding-bottom: 20px;
}
.local .local-card::-webkit-scrollbar {
  height: 5px;
}
.local .local-card::-webkit-scrollbar-track {
  background: #fff;
}
.local .local-card::-webkit-scrollbar-thumb {
  background: var(--accent-color);
}
.local .local-card::-webkit-scrollbar-thumb:hover {
  background: var(--accent-color);
}
.local .local-card .local-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 900px;
  padding-bottom: 30px;
}
.local .local-card .local-list .local-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 64px) / 5);
  padding-left: 16px;
  position: relative;
  vertical-align: top;
}
.local .local-card .local-list .local-item::before {
  content: "";
  width: 2px;
  background-color: var(--accent-color);
  height: 96px;
  left: 0;
  position: absolute;
}
.local .local-card .local-list .local-title-letter {
  margin-bottom: 5px;
  color: var(--accent-color);
  font-size: 24px;
}
.local .local-card .local-list .place {
  color: #373737;
  cursor: pointer;
}
.callAction {
  padding: 0 32px;
  overflow: visible;
}
.callAction .container {
  background-color: var(--darkblue);
  border-top: 5px solid var(--accent-color);
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: -150px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
}
.callAction .left,
.callAction .text {
  display: -webkit-box;
  display: -ms-flexbox;
}
.contact .botoom .card,
.works .card {
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
}
.callAction .container.location {
  margin: 0 auto;
}
.callAction .left {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
.callAction .section-title {
  border: none;
  margin: 0;
  color: #fff;
}
.callAction .text {
  color: #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.callAction .action,
.works .wokrs-list {
  display: -webkit-box;
  display: -ms-flexbox;
}
.callAction .action {
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.callAction .action .btns,
.contact .botoom form .row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.callAction .action .btn {
  width: 100%;
  white-space: nowrap;
}
.callAction .action .btn.call {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 780px) {
  .callAction .left {
    width: 100%;
  }
  .callAction .action .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .callAction .action img {
    display: block;
    width: 100%;
    max-width: 90px;
  }
  .callAction .right {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .callAction .action img {
    width: 50px;
  }
}
.callAction .right {
  width: 20%;
}
.callAction .right img,
.contact .input-wrapper {
  width: 100%;
}
.chooseUs,
.works {
  position: relative;
  overflow: hidden;
}
.works .backElem {
  position: absolute;
  top: 100px;
  left: 10px;
  z-index: -1;
}
.works .background {
  position: absolute;
  width: 1100px;
  height: 1000px;
  right: -50px;
  top: 0;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  background: var(--back);
  z-index: -1;
}
.beforeAfter-table .item,
.contact .top,
.contact-hero,
.description .left,
.description .right,
.faq .right,
.hero,
.mission,
.works .work-item {
  background-size: cover;
  background-position: center;
}
.works .wokrs-list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.steps .container,
.steps .steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
}
.works .work-item {
  width: calc((100% - 24px) / 2);
  height: 277px;
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.works .work-item:hover {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.works .card {
  background-color: #fafcff;
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  padding: 16px 32px;
  position: absolute;
  bottom: 0;
}
.other-location .slide:hover .card .card-title,
.other-location .slide:hover .card .stext,
.works .card-title,
.works .stext {
  color: var(--blue);
}
.works .btn {
  width: 280px;
}
.steps {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 0;
}
.steps .background-text {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: -1;
}
.steps .backElem {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: -1;
}
.steps .container {
  display: flex;
  gap: 60px;
  justify-content: flex-end;
}
.steps .left {
  position: absolute;
  z-index: -1;
  width: 36%;
}
.faq .faq-list,
.steps .steps-list {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.steps .background {
  position: absolute;
  -webkit-transform: rotate(-100deg);
  transform: rotate(-100deg);
  background-color: var(--back);
  z-index: -1;
  width: 600px;
  height: 600px;
  left: 0;
  bottom: 0;
}
.steps .img1 {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 473px;
}
.steps .img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 320px;
  max-height: 220px;
  right: -40px;
  bottom: -140px;
  border-top: 20px solid var(--back);
  border-left: 20px solid var(--back);
}
@media screen and (max-width: 680px) {
  .steps .img2 {
    width: 160px;
    height: 120px;
    bottom: -70px;
    border-top: 10px solid var(--back);
    border-left: 10px solid var(--back);
  }
}
.steps .right {
  width: 60%;
}
.steps .right .card {
  max-width: 800px;
  margin-left: auto;
}
@media screen and (max-width: 970px) {
  .steps .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .steps {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .steps .left {
    width: 70%;
    position: static;
    height: 350px;
  }
  .steps .right {
    width: 100%;
  }
  .steps .right .card {
    max-width: 100%;
  }
}
.steps .steps-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
.steps .num,
.steps .steps-item {
  display: -webkit-box;
  display: -ms-flexbox;
}
.steps .way-line {
  position: absolute;
  height: 88%;
  width: 100%;
  border-left: 3px var(--blue) dashed;
  margin-left: 44px;
  margin-top: 30px;
  z-index: -1;
}
.steps .steps-item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.steps .num {
  min-width: 90px;
  min-height: 90px;
  max-height: 90px;
  max-width: 90px;
  background-color: var(--blue);
  border-radius: 50%;
  border: 9px solid #c7d3e8;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}
.faq .container,
.faq .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
}
.reviews-section .slider-navigation {
  gap: 50px;
}
section.reviews-section .user {
  width: 50px;
  height: 50px;
  background-color: #7e7e7e;
  border-radius: 50%;
  margin: 0 auto;
}
section.reviews-section .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.reviews-section .user-name {
  color: #171716;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 110.5%;
  text-transform: capitalize;
}
section.reviews-section .date {
  color: #a1a1a1;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 110.5%;
  margin: -9px 0 !important;
}
section.reviews-section .readMore {
  color: #a1a1a1;
  text-align: center;
  font-size: 14px !important;
  line-height: 110.5%;
  text-decoration-line: underline;
  cursor: pointer;
}
section.reviews-section .swiper-container {
  overflow: hidden;
  margin: 0 -8px;
}
section.reviews-section .swiper-container .swiper-slide {
  margin: 0 8px;
}
section.reviews-section .swiper-container .swiper-button-next,
section.reviews-section .swiper-container .swiper-button-prev {
  position: static;
}
section.reviews-section .review-text {
  color: #000;
}
.rating {
  color: grey;
  position: relative;
  width: fit-content;
}
.rating__active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-transform: capitalize;
}
.rating__active path {
  fill: #f4c20d;
}
section.reviews-section .navigation {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 50px;
}
section.reviews-section .swiper-slide {
  height: auto;
  text-align: center;
  padding: 32px 16px;
  background: #eaeaea;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.reviews-section .swiper-slide h3 {
  margin: 0 0 15px;
}
section.reviews-section .swiper-slide .rating {
  margin: -8px auto 0;
}
.faq {
  padding: 0;
  position: relative;
}
.faq .backImg {
  position: absolute;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
}
.faq .background-text {
  position: absolute;
  top: 0;
  left: 0;
}
.faq .container {
  position: relative;
  padding: 50px 15px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq .card,
.other-location .slide:hover {
  background-color: #fff;
}
.blog-body .blue,
.faq .faq-item.open,
.faq .icon {
  background-color: var(--blue);
}
.faq .faq-list {
  display: flex;
  flex-direction: column;
}
.faq .faq-item,
.faq .top {
  display: -webkit-box;
  display: -ms-flexbox;
}
.faq .faq-item {
  padding: 20px 30px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
}
.faq .faq-item.open .icon {
  background: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .faq-item.open .icon path,
.wiki.horizontal .open path {
  fill: var(--blue);
}
.faq .faq-item.open .answer {
  max-height: 1000px;
  overflow: hidden;
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.36;
}
.faq .top {
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq .card-title,
.home-hero .card .card-title,
.other-service .services-item .card-title,
.slider-navigation .next,
.slider-navigation .prev {
  cursor: pointer;
}
.faq .icon {
  min-width: 50px;
  min-height: 50px;
  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: 50%;
  cursor: pointer;
}
.faq .icon svg {
  margin-top: 5px;
  margin-right: 1px;
}
.faq .answer {
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.3s linear;
  margin-bottom: 0;
  overflow: hidden;
}
.faq .right {
  width: 60%;
}
.contact {
  padding: 0 0 100px;
}
.contact .container {
  max-width: 100%;
  padding: 0;
}
.contact .top {
  height: 500px;
  padding: 0 15px;
}
.contact .top .card {
  max-width: 800px;
  margin: 0 auto;
}
.contact .top .section-title {
  padding-top: 90px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.contact .top .text {
  color: #fff;
  text-align: center;
}
.contact .botoom {
  height: 400px;
  padding: 0 15px;
}
.contact .botoom .card {
  padding: 38px 64px;
  background: #fff;
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  max-width: 900px;
  position: relative;
  margin: -180px auto 0;
}
.contact .botoom .mark {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
}
.contact .botoom .icon,
.page-hero .card {
  display: -webkit-box;
  display: -ms-flexbox;
}
.contact .botoom .icon {
  background: var(--accent-color);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact .botoom .item-title {
  padding: 16px;
  width: 110px;
}
.blog-body .container,
.contact .botoom form,
.error .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.contact .botoom form input {
  width: 100%;
  padding: 16px;
  border: none;
  background-color: rgba(15, 66, 145, 0.1);
}
.about-location .card,
.page-hero .card {
  -ms-flex-direction: column;
  gap: 32px;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.contact .input-wrapper .just-validate-error-label {
  color: red !important;
  font-size: 14px;
  margin-top: 5px;
}
.contact input.just-validate-error-field {
  outline: red solid 1px;
}
.contact input.just-validate-error-field:focus {
  outline: rgba(255, 0, 0, 0.302) solid 2px;
}
.contact input.just-validate-success-field {
  outline: rgb(0, 169, 0) solid 2px;
}
.page-hero .backImg {
  position: absolute;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.page-hero .background {
  position: absolute;
  z-index: -2;
  width: 50%;
  height: 100%;
  background-color: var(--back);
  left: 100px;
  top: 30px;
}
.about-location .container,
.page-hero .container {
  padding: 50px 15px;
}
.page-hero .card {
  background-color: var(--blue);
  border-top: 5px solid #F59F2E;
  padding: 48px 64px;
  max-width: 893px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  color: #fff;
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  position: relative;
}
.about-location .card,
.about-location .card ul,
.slider-navigation,
.wiki.horizontal .filter-item,
.wiki.horizontal .filters {
  display: -webkit-box;
  display: -ms-flexbox;
}
@media screen and (max-width: 768px) {
  .footer .top .left {
    /* position: absolute;
    top: -60px;
    height: 60px;
    min-width: 230px; */
  }
  .footer .top .logo img {
    max-width: 85px;
  }
  .fix-info {
    width: 50px;
    height: 50px;
    bottom: 115px;
  }
  .fix-info img,
  .fix-tel img {
    width: 28px;
  }
  .fix-tel {
    width: 50px;
    height: 50px;
  }
  .advantages .icon img {
    width: 25px;
  }
  .advantages .icon {
    min-width: 70px;
    min-height: 70px;
    max-height: 70px;
    max-width: 70px;
  }
  .about .background-text,
  .page-hero .background {
    display: none;
  }
  .about .backImg {
    width: 100%;
    height: 50%;
  }
  .local .local-card .local-list {
    min-width: 1500px;
  }
  .local .local-card .local-list .local-item {
    width: calc((100% - 282px) / 10);
  }
  .local .local-card .local-list .local-title-letter {
    font-size: 20px;
  }
  .works .btn {
    width: 100%;
  }
  .steps .way-line {
    margin-left: 32px;
  }
  .steps .num {
    min-width: 65px;
    min-height: 65px;
    max-height: 65px;
    max-width: 65px;
    font-size: 18px;
    border: 5px solid #c7d3e8;
  }
  .faq .backImg {
    width: 100%;
    height: 50%;
    top: 0;
  }
  .faq .container {
    padding-top: 100px;
  }
  .faq .faq-item.open .answer {
    max-height: 1300px;
  }
  .page-hero .backImg {
    width: 100%;
    top: 0;
    height: 50%;
  }
  .page-hero .container {
    padding-top: 80px;
  }
  .page-hero .card {
    padding: 32px 40px;
  }
}
.page-hero .card .hour {
  right: 25px;
  bottom: 20px;
  max-width: 73px;
  position: absolute;
}
.page-hero .section-title {
  color: #fff;
  margin: 0;
}
.page-hero .btn {
  max-width: 50%;
}
.about-location {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.about-location .cap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.about-location .backImg {
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.about-location .background {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  bottom: -35%;
  background-color: var(--back);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  z-index: -3;
}
.about-location .card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
}
.about-location .card ul {
  list-style: disc;
  padding-left: 30px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.about-location .section-title {
  color: #000;
  font-size: 40px;
  border: none;
  margin: 0;
  position: relative;
}
.about-location .section-title::after {
  content: "";
  width: 60%;
  height: 3px;
  background-color: var(--accent-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.beforeAfter .container .card {
  padding: 24px;
  background-color: var(--darkblue);
  border-top: 5px solid var(--accent-color);
}
.beforeAfter .slide {
  max-height: 900px;
  height: 100%;
  min-height: 900px;
}
@media screen and (max-width: 768px) {
  .about-location .backImg {
    top: 0;
    width: 100%;
    height: 50%;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .about-location .section-title {
    font-size: 20px;
  }
  .beforeAfter .slide {
    min-height: 700px;
  }
  .description .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.beforeAfter .slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-navigation {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  gap: 200px;
}
.wiki.horizontal .background-text {
  position: absolute;
  right: 0;
  z-index: -1;
  color: #f3f8fe;
}
.wiki.horizontal .card-title {
  margin: 32px 0;
}
.chooseUs .card,
.chooseUs .hour,
.description .botoom .card {
  margin-left: auto;
}
.wiki.horizontal .filters {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  min-width: 300px;
}
.wiki.horizontal .filter-item {
  padding: 16px;
  width: 100%;
  background-color: var(--blue);
  color: #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  cursor: pointer;
}
.wiki.horizontal .open {
  background-color: #fff !important;
  color: var(--blue);
}
.wiki.horizontal .info {
  margin-top: 32px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.04);
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.wiki.horizontal .info .card-title {
  color: var(--blue);
  margin-top: 0;
}
.wiki.horizontal .info .img-block {
  width: 25%;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .hero-title {
    font-size: 48px;
  }
  .works .background {
    right: -800px;
  }
  .works .work-item {
    width: 100%;
    height: 190px;
  }
  .works .card {
    width: 100%;
  }
  .wiki.horizontal .filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wiki.horizontal .filter-item {
    width: calc((100% - 16px) / 2);
  }
  .wiki.horizontal .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
    gap: 32px;
  }
  .wiki.horizontal .info .img-block {
    width: 100%;
    margin-left: auto;
    max-width: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 520px) {
  .wiki.horizontal .info .img-block {
    max-width: 250px;
    max-height: 250px;
  }
}
.wiki.horizontal .info .img-small {
  position: absolute;
  top: 70%;
  left: -20%;
  border-top: 5px solid #f3f8fe;
  border-right: 5px solid #f3f8fe;
}
.wiki.horizontal .info .img-small img {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
}
.wiki.horizontal .info .text {
  text-align: left;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .wiki.horizontal .info .text {
    width: 100%;
  }
}
.wiki.horizontal .info ul {
  list-style: disc;
  margin-left: 25px;
  margin-top: 10px;
}
.description .img {
  min-height: 300px;
}
.description .col,
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.description .left,
.description .right {
  width: 50%;
}
.description .card {
  max-width: 627px;
  padding: 50px 24px;
}
.description .card-title {
  color: var(--blue);
  margin-bottom: 16px;
}
.blog-table .blog-item,
.hero .card,
.mobile-hero .services-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.other-service .backImg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.chooseUs .choose-advantages,
.other-service .services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.other-service .services-item {
  width: calc((100% - 16px) / 2);
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
}
.other-service .services-item img {
  width: 100%;
  height: 277px;
  -o-object-fit: cover;
  object-fit: cover;
}
.other-service .services-item:hover .card-title {
  color: var(--blue);
  background-color: #fff;
}
@media screen and (max-width: 550px) {
  .other-service .services-item {
    width: 100%;
  }
}
.other-service .card-title {
  position: absolute;
  bottom: 0;
  width: 80%;
  padding: 30px;
  background-color: var(--blue);
  color: #fff;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.hero {
  height: 80vh;
  position: relative;
}
.hero .hourWorks {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
@media screen and (max-width: 900px) {
  .other-service .card-title {
    width: 100%;
    padding: 16px;
  }
  .hero .hourWorks {
    display: block;
  }
}
.hero .photo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
}
.hero .card,
.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
}
.hero .container {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.hero .card {
  max-width: 60%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.chooseUs .choose-advantages li,
.pagination {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
}
.hero .card-title,
.home-hero .content .card-title {
  font-weight: 400;
  color: #fff;
}
.hero .btn {
  margin-top: 16px;
  max-width: 280px;
}
@media screen and (max-width: 740px) {
  .hero {
    height: auto;
    padding: 100px 0;
  }
  .hero .hourWorks {
    max-width: 55px;
  }
  .hero .photo {
    display: none;
  }
  .hero .btn,
  .hero .card {
    max-width: 100%;
  }
}
.mission .container {
  padding: 0 15px;
}
.mission .card {
  background-color: var(--blue);
  max-width: 740px;
}
.chooseUs .background-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.chooseUs .imgBlock {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: -1;
}
@media screen and (max-width: 1158px) {
  .chooseUs {
    padding-bottom: 280px;
  }
  .chooseUs .imgBlock {
    bottom: 90px;
    top: auto;
  }
}
@media screen and (max-width: 660px) {
  .header .header-body {
    height: 50px;
  }
  .header .logo {
    margin: 0;
    padding: 2px 0px 2px 25px;
  }
  .header .right .quote {
    display: none;
  }
  .chooseUs .imgBlock {
    max-width: 70%;
    max-height: 300px;
  }
}
@media screen and (max-width: 410px) {
  .chooseUs .imgBlock {
    max-height: 260px;
  }
}
.chooseUs .imgBlock .small {
  position: absolute;
  bottom: -20%;
  right: -20%;
  width: 330px;
  height: 230px;
  border: 15px solid #f9fcff;
}
@media screen and (max-width: 660px) {
  .chooseUs .imgBlock .small {
    max-width: 180px;
    max-height: 180px;
    border: 8px solid #f9fcff;
  }
}
.chooseUs .card {
  border: none;
  max-width: 843px;
  background-color: #fff;
}
.chooseUs .choose-advantages li {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: calc((100% - 16px) / 2);
}
.chooseUs .hour {
  width: 100%;
  max-width: 200px;
  margin-top: 20px;
}
.beforeAfter-table .background,
.beforeAfter-table .background1 {
  position: absolute;
  width: 80%;
  background-color: var(--back);
  z-index: -1;
}
.beforeAfter-table {
  padding-top: 70px;
  overflow: hidden;
  position: relative;
}
.beforeAfter-table .backImg {
  position: absolute;
  left: 0;
  top: 30%;
}
.beforeAfter-table .background {
  height: 50%;
  right: -60%;
  top: 20%;
  -webkit-transform: skew(50deg) rotate(-10deg);
  transform: skew(50deg) rotate(-10deg);
}
.beforeAfter-table .background1 {
  height: 80%;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-50deg) translate(-80%);
  transform: rotate(-50deg) translate(-80%);
}
.beforeAfter-table .list,
.blog-table .blog-list,
.contacts .contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.beforeAfter-table .item {
  width: calc((100% - 24px) / 2);
  height: 472px;
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.beforeAfter-table .item:hover {
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
}
.beforeAfter-table .item:hover .card-title {
  background-color: #fff;
  color: var(--blue);
}
.beforeAfter-table .card-title {
  position: absolute;
  bottom: 0;
  padding: 32px;
  width: 90%;
  background-color: var(--blue);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.error .backgeound,
.error .backgeound1 {
  position: absolute;
  top: 0;
  width: 1000px;
  z-index: -1;
  background-color: var(--back);
}
.pagination {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin: 35px 0;
}
.pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.blog-table .blog-item,
.contact-hero .container,
.error {
  display: -webkit-box;
  display: -ms-flexbox;
}
.pagination .pag-item {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}
.pagination .pag-item a {
  color: #000 !important;
}
.pagination .pag-item span.current {
  color: #F59F2E !important;
}
.error {
  position: relative;
  height: 70vh;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.error .backgeound {
  left: -10%;
  height: 80%;
  -webkit-transform: skew(40deg) rotate(10deg);
  transform: skew(40deg) rotate(10deg);
}
.error .backgeound1 {
  right: 0;
  height: 1000px;
  -webkit-transform: rotate(-45deg) translate(90%);
  transform: rotate(-45deg) translate(90%);
}
.contacts .contact-item,
.contacts .icon,
.other-location .card,
.other-location .slide {
  background-color: var(--blue);
}
.error .errortxt {
  color: #F59F2E;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}
.error .num {
  color: #222226;
  text-align: center;
  font-size: 96px;
  font-weight: 800;
  text-transform: uppercase;
}
.error .card-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.error .btn {
  max-width: 282px;
  width: 100%;
  margin: 0 auto;
}
.blog-table .blog-item {
  padding: 24px;
  width: calc((100% - 24px) / 2);
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .header-banner .follow {
    display: none;
  }
  .faq .right {
    width: 100%;
    height: 300px;
  }
  .blog-table .blog-item {
    width: 100%;
  }
}
.blog-table .blog-item img:not(.btn img) {
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .callAction .container,
  .pad,
  .page-hero .card {
    padding: 24px;
  }
  .hero-title {
    font-size: 32px;
  }
  .logo {
    /* width: 200px; */
  }
  .advantages .right .img1 {
    max-width: 310px;
    max-height: 300px;
  }
  .advantages .right .img2 {
    max-width: 180px;
    max-height: 170px;
  }
  .steps {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .steps .left {
    height: 200px;
  }
  .contact .botoom .card {
    padding: 32px;
  }
  .contact .botoom .section-title img {
    max-width: 30px;
  }
  .contact .botoom form .row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .beforeAfter .slide {
    min-height: 500px;
  }
  .wiki.horizontal .filter-item {
    width: 100%;
  }
  .blog-table .blog-item img:not(.btn img) {
    height: 161px;
  }
}
.blog-table .title {
  color: #222226;
  font-family: Inter;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}
.blog-table .title::after {
  content: "";
  height: 3px;
  width: 75%;
  background-color: var(--accent-color);
  display: block;
  margin-top: 8px;
}
.blog-table .info {
  color: #a0a0a0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}
.blog-table .text {
  font-size: 20px;
  color: #222226;
}
.blog-table .btn:not(.pagination .btn) {
  background-color: var(--darkblue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
}
.blog-hero .section-title {
  color: #fff;
  border: none;
  font-size: 56px;
  margin-bottom: 16px;
}
.blog-body {
  padding: 0;
}
.blog-body .cat {
  padding: 40px 0;
}
.blog-body .container .blog-title {
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
}
.blog-body .white .blog-title {
  color: #F59F2E;
}
.contact-hero .container {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-hero .card-title {
  margin-top: 16px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
}
.contacts .link,
.contacts .title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.contacts {
  padding-top: 100px;
}
.contacts .contact-item {
  position: relative;
  width: calc((100% - 48px) / 3);
  padding: 40px 25px;
}
.contacts .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  top: -70px;
  height: 90px;
  width: 90px;
  border: 4px solid var(--accent-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts .title {
  font-size: 20px;
  font-weight: 800;
  border-bottom: 3px solid #1394e8;
  padding-bottom: 8px;
}
.contacts .link {
  font-size: 16px;
  display: block;
  margin-top: 16px;
  word-break: break-all;
}
.partners .slide,
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
}
@-webkit-keyframes hoverWave {
  0% {
    -webkit-box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 0 rgba(184, 111, 17, 0.2), 0 0 0 0 rgba(184, 111, 17, 0.2);
    box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 0 rgba(184, 111, 17, 0.2), 0 0 0 0 rgba(184, 111, 17, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 5px rgba(184, 111, 17, 0.2), 0 0 0 0 rgba(184, 111, 17, 0.2);
    box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 5px rgba(184, 111, 17, 0.2), 0 0 0 0 rgba(184, 111, 17, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 30px rgba(184, 111, 17, 0), 0 0 0 16.7px rgba(253, 112, 56, 0.067);
    box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 30px rgba(184, 111, 17, 0), 0 0 0 16.7px rgba(253, 112, 56, 0.067);
  }
  100% {
    -webkit-box-shadow: 0 8px 10px rgba(184, 111, 17, 0.3),
      0 0 0 20px rgba(184, 111, 17, 0), 0 0 0 30px rgba(184, 111, 17, 0.01);
    box-shadow: 0 8px 10px rgba(184, 111, 17, 0.3),
      0 0 0 20px rgba(184, 111, 17, 0), 0 0 0 30px rgba(184, 111, 17, 0.01);
  }
}
@keyframes hoverWave {
  0% {
    -webkit-box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 0 rgba(184, 111, 17, 0.2), 0 0 0 0 rgba(184, 111, 17, 0.2);
    box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 0 rgba(184, 111, 17, 0.2), 0 0 0 0 rgba(184, 111, 17, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 5px rgba(184, 111, 17, 0.2), 0 0 0 0 rgba(184, 111, 17, 0.2);
    box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 5px rgba(184, 111, 17, 0.2), 0 0 0 0 rgba(184, 111, 17, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 30px rgba(184, 111, 17, 0), 0 0 0 16.7px rgba(253, 112, 56, 0.067);
    box-shadow: 0 8px 10px rgba(245, 159, 46, 0.3),
      0 0 0 30px rgba(184, 111, 17, 0), 0 0 0 16.7px rgba(253, 112, 56, 0.067);
  }
  100% {
    -webkit-box-shadow: 0 8px 10px rgba(184, 111, 17, 0.3),
      0 0 0 20px rgba(184, 111, 17, 0), 0 0 0 30px rgba(184, 111, 17, 0.01);
    box-shadow: 0 8px 10px rgba(184, 111, 17, 0.3),
      0 0 0 20px rgba(184, 111, 17, 0), 0 0 0 30px rgba(184, 111, 17, 0.01);
  }
}
.slick-dots {
  position: absolute;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.gallery,
.home-hero,
.partners {
  position: relative;
  overflow: hidden;
}
.slick-dots button {
  display: block;
  border-radius: 50%;
  background-color: var(--back);
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
}
.other-location .backImg {
  position: absolute;
  left: 0;
  top: 0;
}
.other-location .services-slider {
  margin: 0 -12px;
}
.other-location .services-slider .slick-list {
  padding: 20px 0;
}
.other-location .slide {
  margin: 0 12px;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  transition: 0.1s linear;
}
.other-location .slide img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.other-location .slide:hover .card {
  padding: 16px;
  background-color: #fff;
}
.other-location .card {
  padding: 16px;
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.other-location .card-title {
  color: #fff;
  cursor: pointer;
  margin-bottom: 8px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.other-location .stext {
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.other-location .slider-navigation {
  gap: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
}
.gallery .background,
.partners .background {
  width: 80%;
  background-color: #f3f8fe;
  position: absolute;
}
.gallery .slick-dots,
.other-location .slick-dots {
  bottom: 40px;
}
.gallery {
  padding: 0;
}
.gallery .backImg {
  position: absolute;
  left: 0;
}
.gallery .background {
  height: 150%;
  -webkit-transform: skew(-50deg) rotate(-60deg);
  transform: skew(-50deg) rotate(-60deg);
  right: -60%;
  bottom: 50px;
}
.gallery .gallery-slider,
.partners .partners-slider {
  margin: 0 -8px;
}
.gallery .slide {
  margin: 0 8px;
  height: 500px;
}
@media screen and (max-width: 600px) {
  .contact .botoom .mark {
    display: none;
  }
  .contact .botoom .section-title {
    margin: 0 auto 32px;
  }
  .chooseUs {
    padding-bottom: 320px;
  }
  .beforeAfter-table .item,
  .chooseUs .choose-advantages li {
    width: 100%;
  }
  .chooseUs .hour {
    max-width: 70px;
  }
  .gallery .slide {
    height: 355px;
  }
}
.gallery .slider-navigation {
  max-width: 800px;
  gap: 0;
  margin: auto;
  padding: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.partners {
  padding: 50px 0;
}
.partners .background {
  height: 150%;
  right: 0;
  -webkit-transform: skew(50deg) rotate(0);
  transform: skew(50deg) rotate(0);
  left: -60%;
  bottom: 0;
}
.partners .background-text {
  position: absolute;
  right: 0;
  top: 0;
}
.partners .slide {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 8px;
}
.partners .slider-navigation {
  max-width: 800px;
  gap: 0;
  margin: auto;
  padding: 60px 15px 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.partners .slick-dots {
  bottom: 38px;
}
@media screen and (max-width: 1145px) {
  .header .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #e8f1fb;
    padding-top: 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
  }
  .header .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 16px;
  }
  .header .nav-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header .nav-link {
    font-size: 24px;
    padding: 16px 0;
    border-bottom: 1px solid #c6c6c6;
    width: 100%;
  }
  .header .sub-menu {
    position: static;
  }
  .current-menu-item::after,
  .current-menu-parent::after,
  .current::after {
    display: none;
  }
}
.loading::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(40%, #eee),
    color-stop(50%, #ddd),
    color-stop(60%, #eee)
  );
  background: linear-gradient(to bottom right, #eee 40%, #ddd 50%, #eee 60%);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  -webkit-animation: 2s linear infinite placeholderShimmer;
  animation: 2s linear infinite placeholderShimmer;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}
.home-hero {
  height: 100vh;
}
.home-hero .backgroud-Slider .slick-list {
  height: 100%;
  min-height: 0;
}
.home-hero .background-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.home-hero .backgroud-Slider .background-slide.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
  animation: 5s ease-in-out reverse cssAnimation;
}
.home-hero .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(15, 66, 145, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  gap: 24px;
  padding: 0 32px;
}
.home-hero .content_list {
  width: 65%;
}
.home-hero .content {
  opacity: 0;
  max-width: 900px;
  height: 100%;
  display: none;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  transition: 0.2s ease-out;
}
.home-hero .content.open {
  display: flex;
  opacity: 1;
}
.home-hero .btn {
  margin-top: 12px;
  max-width: 400px;
}
.home-hero .nav-slider {
  background-color: var(--darkblue);
  padding: 16px;
  width: 35%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-hero .nav-slider::-webkit-scrollbar {
  width: 6px;
}
.home-hero .nav-slider::-webkit-scrollbar-track {
  background-color: var(--darkblue);
}
.home-hero .nav-slider::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
}
.home-hero .nav_slide {
  position: relative;
  height: 240px;
  min-height: 240px;
  overflow: hidden;
  cursor: pointer;
}
.home-hero .nav_slide.open .card {
  background-color: var(--accent-color);
  color: #fff;
}
.home-hero .nav_slide:hover:not(.nav_slide.open) .card {
  background-color: #d6d6d6;
}
.home-hero .nav_slide:hover img {
  transform: scale(1.1);
}
.home-hero .nav_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s linear;
}
.home-hero .card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.2s linear;
}
@media screen and (max-width: 1024px) {
  .header .header-nav .bottom-mobile {
    display: block;
  }
  .header .header-nav .bottom-mobile .btn {
    display: block;
    width: calc(100% - 32px);
    margin: 32px auto;
  }
  .advantages .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advantages .left,
  .advantages .right {
    width: 100%;
  }
  .advantages .left .card {
    max-width: 100%;
  }
  .advantages .right .backgroud {
    display: none;
  }
  .advantages {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .home-hero .card .card-title {
    font-size: 18px;
  }
}
.mobile-hero {
  display: none;
  padding: 40px 10px;
}
.mobile-hero .container {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .contacts .contact-item,
  .description .left,
  .description .right {
    width: 100%;
  }
  .description .card {
    max-width: 100%;
  }
  .description .botoom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .beforeAfter {
    padding-top: 0;
  }
  .beforeAfter-table .item {
    height: 300px;
  }
  .beforeAfter-table .card-title {
    width: 100%;
    padding: 24px;
  }
  .blog-table {
    padding-top: 10px;
  }
  .contacts .contacts-list {
    gap: 100px;
  }
  .home-hero {
    overflow: visible;
    height: auto;
  }
  .home-hero .backgroud-Slider,
  .home-hero .wrapper {
    display: none;
  }
  .mobile-hero {
    display: block;
  }
}
.mobile-hero .services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.mobile-hero .services-list .services-item {
  width: 100%;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
}
.mobile-hero .services-list .services-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.mobile-hero .services-list .card-title {
  background-color: #fff;
  color: var(--blue);
  font-weight: 600;
  padding: 13px;
  font-size: 24px;
}
@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0);
  }
  to {
    -webkit-transform: scale(1.08) translate(0);
  }
}
@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0);
  }
  to {
    -webkit-transform: scale(1.08) translate(0);
  }
}
.section-title img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(14%) saturate(6523%) hue-rotate(338deg) brightness(100%) contrast(93%);
}
.current-menu-item a {
  color: #F59F2E !important;
}
.choose-advantages img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(14%) saturate(6523%) hue-rotate(338deg) brightness(100%) contrast(93%);
}

.contacts .contact-item {
  border-top: 4px solid #F59F2E;
}
.footer .top .left {
  width: 500px;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .footer .top .left {
    width: 200px;
    margin-right: 20px;
  }
}

.hhero {
  padding: 32px 47px 57px 47px;
  position: relative;
  overflow: hidden;
}

.hhero::before {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background-color: #E8F1FB;
  top: 50%;
  left: 0;
  transform: rotate(-15deg);
}

.hhero__item {
  display: none;
}

.hhero__item.open {
  display: block;
}

.hhero__title {
  font-size: 56px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hhero__text {
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.3;
}

.hhero__items {
  margin-bottom: 45px;
}

.hhero__items {
  max-width: 700px;
}

.hhero__body {
  padding-top: 70px;
  position: relative;
}

.hhero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.hhero__bg .slick-track, .hhero__bg .slick-list {
  height: 100%;
}

.hhero__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: 5s ease-in-out infinite reverse cssAnimation;
}

.hhero__body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15,66,145,.8);
  z-index: 2;
}

.hhero__wrapper {
  position: relative;
  z-index: 2;
}

.hhero__img {
  position: absolute;
  bottom: -40px;
  right: 0;
}

.hhero__services {
  display: flex;
  width: 80%;
  gap: 16px;
  position: relative;
  bottom: -30px;
}

.hservice__img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: center;
  margin-left: 25px;
}

.hservice {
  width: 20%;
  cursor: pointer;
  overflow: hidden;
}

.hservice__title {
  padding: 16px;
  background-color: white;
  font-size: 20px;
  color: #0F4291;
  font-weight: 600;
}

.hhero__services {
  bottom: -20px;
}

.hhero__top {
  margin-bottom: 70px;
}

.hservice.open .hservice__title {
  color: #F59F2E;
  background-color: #E8F1FB;
  border-bottom: 5px solid #F59F2E;
}

.hphone {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.hphone__img {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #F59F2E;
  border-radius: 50%;
  margin-right: 8px;
}

.hphone__call {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #F59F2E;
  padding: 18px 14px;
}

.hphone__wrapper {
  display: flex;
  border-radius: 10px;
  background-color: white;
}

.hphone__number {
  color: #000;
  font-size: 16px;
  padding: 18px 14px;
  font-weight: 700;
}

.hbook {
  display: flex;
  align-items: center;
}

.hbook__img {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #F59F2E;
  border-radius: 50%;
  margin-right: 8px;
}

.hbook__visit {
  color: #000;
  font-size: 16px;
  padding: 18px 30px;
  font-weight: 700;
  background-color: white;
  border-radius: 10px;
}

.hhero__top {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .hhero__top {
    display: none;
  }
  .hhero__img {
    display: none;
  }
  .hhero {
    padding: 0;
  }
  .hhero__services {
    flex-direction: column;
  }
  .hhero__body {
    padding: 30px;
  }
  .hservice {
    width: 100%;
  }
  .hservice__img {
    margin-left: 0;
  }
  .hhero__services {
    bottom: 0;
    width: 100%;
  }
}

.current-menu-item::after, .current-menu-parent::after, .current::after {
  bottom: 20px;
}

.app {
  margin: 18px 0 50px 0;
}

.app__body {
  padding: 50px;
  background-color: #000249;
  border-top: 5px solid #F59F2E;
  display: flex;
  gap: 50px;
  align-items: center;
}

.app__title {
  font-size: 40px;
  font-weight: 800;
  color: white;
  text-wrap: nowrap;
}

.app__text {
  font-size: 24px;
  color: white;
}

.app__text span {
  display: block;
  font-size: 36px;
  color: #F59F2E;
  text-transform: uppercase;
}

.app__img {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .app__body {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
  .app__title {
    text-wrap: wrap;
    font-size: 30px;
  }

  .app__text span  {
    font-size: 24px;
  }
}

.free {
  margin-top: 50px;
  text-align: center;
}

.free__body {
  padding: 40px 55px 35px 55px;
  background-color: #000249;
  border-top: 5px solid #F59F2E;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin: 0 50px;
}

.free__item, .free__item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  width: 50%;
}

.free__title {
  font-size: 48px;
  font-weight: 800;
  color: #F59F2E;
  text-transform: uppercase;
}

.free__subtitle {
  font-size: 48px;
  color: white;
  flex-grow: 1;
  text-transform: uppercase;
}

.free__price {
  font-size: 20px;
  color: white;
}

.btn {
  border-radius: 10px;
}

.free__text {
  font-size: 20px;
  color: white;
}

@media (max-width: 1024px) {
  .free__body {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px;
    margin: 0;
  }
  .free__item, .free__item {
    width: 100%;
  }
  .free__title {
    font-size: 30px;
  }
  .free__subtitle {
    font-size: 30px;
  }
}

.steps:not(.steps_2) .container {
    justify-content: flex-start;
}

.steps:not(.steps_2) .left {
  right: 0;
}

.steps_2 .num {
  border-color: #F59F2E;
}

html {
  overflow-x: hidden;
}

.steps_2 .steps__subtitle {
  font-weight: 800;
  color: #000249;
  margin-bottom: 20px;
}

.steps_2  .section-title {
  margin-bottom: 20px;
}

.bblock__top {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 3px solid #cde3fb;
}

.bblock__title {
  font-size: 20px;
  text-transform: uppercase;
}

.bblock__subtitle {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.bblock__top {
  margin-bottom: 40px;
}

.bblock {
  padding: 50px 64px;
  border-top: 5px solid #F59F2E;
  background-color: #F9FBFF;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.322);
}

.bblock__text {
  font-size: 20px;
  color: #222226;
  margin-bottom: 40px;
}

.bblock__btns {
  display: inline-flex;
}

.bblock__call {
  padding: 18px 32px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  background-color: #F59F2E;
  margin-right: -15px;
  position: relative;
  z-index: 2;
}

.bblock__number {
   padding: 18px 32px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  background-color: #0F4291;
  margin-right: -15px;
  position: relative;
  z-index: 1;
}

.bblock__book {
  padding: 18px 32px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  background-color: #F59F2E;
}

.bblock__top img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(14%) saturate(6523%) hue-rotate(338deg) brightness(100%) contrast(93%);
}

.iinfo__img {
  width: 70%;
  height: 800px;
  object-fit: cover;
}

.bblock {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 900px; 
  transform: translateY(-50%);
}

.iinfo {
  position: relative;
}

@media (max-width: 1024px) {
  .bblock {
    position: static;
    max-width: none;
    transform: translateY(0);
    padding: 20px;
  }
  .iinfo__img  {
    width: 100%;
    height: 200px;
	margin-left: 0 !important;
  }
  .bblock__subtitle {
    font-size: 24px;
  }
  .bblock__title {
    font-size: 16px;
  }
}

.hservice {
	display: flex;
	flex-direction: column;
}

.hservice__title {
	flex-grow: 1;
}

.footer .top .logo img {
	max-width: 185px;
}

.iinfo__body {
	position: relative;
}

.iinfo__img {
	width: 100%;
	margin-left: calc((100% - 100vw) / 2 - 100px);
}

.faq .backImg {
	left: 0;
}

.faq .container {
	justify-content: end;
}