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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

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

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

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

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

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

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

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

.fancybox-button div {
  height: 100%;
}

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

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

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

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

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul li {
  list-style: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}
.wrapper.landing {
  background: #fff;
}
.wrapper.landing .header {
  background: #fff;
}
.wrapper.landing .header .header__top {
  padding: 1rem 0;
}
.wrapper.landing .header .header__bottom {
  padding: 1.5rem 0;
}
.wrapper.landing .offer {
  padding: 17rem 0;
}

body {
  background: rgba(243, 243, 243, 0.7);
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }
}

footer {
  margin-top: auto;
}

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

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #0a1318;
  line-height: 1.3;
}
@media screen and (max-width: 1450px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 355px) {
  html {
    font-size: 8px;
  }
}

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

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

.a, .footer__nav ul li a:after, .header__nav .menu li a:after, .btn__blick:before, .btn:after, .line-before-vertical:before, .line-before:before, .zoom:after, .thumb.video:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ff, .offer h1 strong, .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6, .leaflet-fade-anim .leaflet-popup .leaflet-popup-content p strong, .h2 {
  font-family: "Marker Felt", sans-serif;
  font-weight: bold;
}

.content {
  max-width: 117rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

figure {
  margin: 0;
}

.thumb {
  position: relative;
  overflow: hidden;
}
.thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  z-index: 20;
}
.thumb._contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.thumb.video:after {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 6rem;
  color: #003C68;
}

.zoom:after {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 40px;
  background: rgba(29, 36, 44, 0.4) url(../images/magnifying-glass-solid.svg) center no-repeat;
  background-size: 4rem;
}
.zoom:hover:after {
  opacity: 1;
}

.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.row > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (max-width: 767px) {
  h2 br {
    display: none;
  }
}

strong {
  font-weight: 800;
}

em {
  font-style: normal;
}

.h1 {
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.h1 strong,
.h1 em {
  font-style: normal;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 4rem;
  }
}

.h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 4rem;
  border-left: 0.4rem solid #07689f;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 2.6rem;
  }
}

.h3 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2rem;
}
.h3 strong,
.h3 em {
  font-style: normal;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 2.2rem;
  }
}

.after-title {
  margin: -2rem auto 4rem;
}

.h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .h4 {
    font-size: 2rem;
  }
}

.t-30 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2rem;
}
.t-30 strong,
.t-30 em {
  font-style: normal;
  font-weight: 800;
}

.txt-30 {
  font-size: 3rem;
  font-weight: 800;
}

.txt-14 {
  font-size: 1.4rem;
}

.txt-18 {
  font-size: 1.8rem;
}

.txt-20 {
  font-size: 2rem;
}

.txt-22 {
  font-size: 2.2rem;
  line-height: 1.636;
}
@media screen and (max-width: 767px) {
  .txt-22 {
    font-size: 2rem;
  }
  .txt-22 br {
    display: none;
  }
}

.txt-24 {
  font-size: 2.4rem;
}

.txt-blue {
  color: #4150bd;
}

.red-line {
  height: 0.4rem;
  width: 5rem;
  background: #c7eeff;
  position: absolute;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.center {
  text-align: center;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.fw-800 {
  font-weight: 800;
}

.max-full {
  max-width: inherit !important;
}
.max-full p {
  max-width: inherit !important;
}

.mb-20-reverse {
  margin-bottom: -2rem;
}

.more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004b36;
}
.more .icon-chevron-right {
  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%;
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #004b36;
  margin-left: 0.8rem;
  font-size: 0.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more span:not(.icon-chevron-right) {
  text-decoration: underline;
}
@media (hover: hover) {
  .more:hover .icon-chevron-right {
    background: #004b36;
    color: #fff;
  }
}

.line-before:before {
  margin: 0 auto 3rem;
  width: 5rem;
  height: 0.4rem;
  background: #c7eeff;
}

.line-before-vertical:before {
  margin: 0 auto 5rem;
  height: 5rem;
  width: 0.4rem;
  background: #c7eeff;
}

.max-650 {
  max-width: 65rem;
}

.messenger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
}
.messenger li {
  margin-right: 1.5rem;
}
.messenger li:last-child {
  margin-right: 0;
}
.messenger li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  color: #fff;
}
.messenger li a.icon-whatsapp {
  background: #25d366;
  font-size: 3.2em;
}
.messenger li a.icon-telegram {
  background: #2ea5d9;
  padding-right: 0.4rem;
  font-size: 3em;
}
.messenger li a.icon-viber {
  background: #7f4da0;
  font-size: 3em;
}
@media (hover: hover) {
  .messenger li a:hover {
    background: #003C68;
  }
}

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

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li {
  padding: 5px;
}
.pagination li .current,
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  font-weight: 800;
}
.pagination li .current {
  background: #07689f;
  color: #fff;
  border-radius: 3px;
}

.breadcrumbs {
  font-size: 1.2rem;
  color: inherit;
  padding-top: 1rem;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: #07689f;
  }
}
.breadcrumbs .breadcrumbs__separator {
  padding: 0 0.5rem;
}

.woocommerce-pagination {
  padding: 3rem 0 2rem;
}
.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-pagination ul li {
  padding: 0 1px 1rem;
}
.woocommerce-pagination ul li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #07689f;
  border: 1px solid transparent;
}
.woocommerce-pagination ul li .page-numbers.current {
  background: #07689f;
  color: #fff;
}
.woocommerce-pagination ul li .page-numbers.next, .woocommerce-pagination ul li .page-numbers.prev {
  border-color: #07689f;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 0.8em;
}
@media (hover: hover) {
  .woocommerce-pagination ul li .page-numbers.next:hover, .woocommerce-pagination ul li .page-numbers.prev:hover {
    background: #07689f;
    color: #fff;
  }
}
.woocommerce-pagination ul li .page-numbers.prev {
  margin-right: 3rem;
}
.woocommerce-pagination ul li .page-numbers.next {
  margin-left: 3rem;
}
@media (hover: hover) {
  .woocommerce-pagination ul li a.page-numbers:hover {
    border-color: #07689f;
  }
}

.loader {
  background: url(../images/loader.svg) center no-repeat;
  height: 20rem;
  background-size: 7rem;
  margin-bottom: 7rem;
}

.seo {
  padding: 7rem 0 0;
}
.seo .entry-content {
  font-size: 1.6rem;
}
.seo .entry-content h2 {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .seo .entry-content {
    font-size: 12px;
  }
}
.seo + .footer {
  padding-top: 6rem;
}

.leaflet-fade-anim .leaflet-popup {
  text-align: center;
  bottom: 40px !important;
}
.leaflet-fade-anim .leaflet-popup .leaflet-popup-tip-container {
  display: none;
}
.leaflet-fade-anim .leaflet-popup .leaflet-popup-content p {
  margin: 2px 0;
  text-align: center;
  font-size: 13px;
}
.leaflet-fade-anim .leaflet-popup .leaflet-popup-content p strong {
  font-size: 1.4em;
  text-transform: uppercase;
}

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

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

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

.icon-circle-check-regular:before {
  content: "\e902";
}

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

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

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

.icon-location-dot-solid:before {
  content: "\e906";
}

.icon-magnifying-glass-solid:before {
  content: "\e907";
}

.icon-phone-volume-solid:before {
  content: "\e908";
}

.entry-content {
  line-height: 1.5;
}
.entry-content .wp-block-image {
  pointer-events: none;
}
.entry-content:after {
  content: "";
  display: block;
  clear: both;
}
.entry-content a {
  color: #003C68;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 4rem;
  border-left: 0.4rem solid #07689f;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-size: 2.6rem;
  }
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.entry-content p {
  margin-bottom: 2rem;
}
.entry-content ul {
  font-weight: normal;
  padding-bottom: 1rem;
}
.entry-content ul li {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 5rem;
}
.entry-content ul li:before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background: #003C68;
  background: url(../images/check-solid.svg) center no-repeat;
  background-size: 70%;
  border: 2px solid #07689f;
  border-radius: 50%;
  top: 0.1rem;
  left: 1rem;
  position: absolute;
}
.entry-content ol {
  margin-left: 15px;
  margin-bottom: 2rem;
}
.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid #1c5eb1;
  margin-bottom: 1.563em;
  font-style: italic;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
}
.entry-content table tr td {
  padding: 1.5rem;
  height: 7rem;
}
.entry-content table tr td:first-child {
  width: 30%;
  padding-left: 0;
}
.entry-content table tr td * {
  margin: 0;
  padding: 0;
}
.entry-content table tr:not(:last-child) td {
  border-bottom: 1px dashed rgba(64, 64, 64, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .entry-content img {
    display: block;
    float: none;
    max-width: 100%;
  }
  .entry-content table tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 360px) {
  .entry-content table {
    font-size: 13px;
  }
}
/*-----------------input-list----------------------*/
.form {
  position: relative;
}
.form.max-400 {
  max-width: 40rem;
  margin: 0 auto;
}

.form-item {
  margin-bottom: 1.5rem;
  position: relative;
}
.form-item .form-item__field {
  position: relative;
}
.form-item._privacy {
  color: #666666;
  font-size: 1.2rem;
}
.form-item._privacy a {
  text-decoration: underline;
  display: inline-block;
}
.form-item._privacy a:hover {
  color: #003C68;
}
.form-item .btn {
  width: 100%;
}

.form-item__label {
  margin-bottom: 1.5rem;
}

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

.wpcf7-radio,
.wpcf7-checkbox {
  text-align: left;
  padding: 0.5rem 0 2.5rem;
  display: inline-block;
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-top: 1.5rem;
  font-weight: bold;
  margin-left: 0;
}

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

/*-----------------input----------------------*/
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 5rem;
  background: rgba(244, 243, 243, 0.7);
  padding: 0 2rem;
  font-size: 16px;
  display: block;
  outline: none;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  -webkit-appearance: none;
  color: #000000;
}

select {
  height: 4rem;
  border: 1px solid #eae9e6;
  background: #faf9f5 url(../images/icons/caret-down-solid.svg) calc(100% - 1.4rem) center no-repeat;
  background-size: 0.7rem;
  padding-right: 3rem;
  border-radius: 0.6rem;
  padding-left: 1rem;
  outline: none;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}
select:disabled {
  width: auto !important;
}

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

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

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

textarea.wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.valid-error,
input[type=password].valid-error,
input[type=email].valid-error,
input[type=text].valid-error,
input[type=tel].valid-error {
  border-color: #feb9b9;
}

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

input[type=radio] + span:before {
  border-radius: 50%;
  content: "";
}
input[type=radio]:checked + span:before {
  background: url(../images/circle.png) center no-repeat;
  background-size: contain;
}

/*------------------FILE---------------------*/
input[type=file] {
  display: none;
}

.psevdo-file {
  display: block;
  width: 100%;
}

.file-btn {
  height: 62px;
  background: 0;
  border: 0;
  padding: 0 26px;
  font-size: 17px;
  display: block;
  outline: none;
  width: 100%;
  border: 1px solid #e7d5c0;
  border-radius: 8px;
  -webkit-appearance: none;
  color: #182c32;
  -webkit-box-shadow: inset 0px 7px 10px 0px rgba(188, 102, 13, 0.11);
          box-shadow: inset 0px 7px 10px 0px rgba(188, 102, 13, 0.11);
  background: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.file-btn:before {
  margin-right: 10px;
}
@media (hover: hover) {
  .file-btn:hover {
    color: #003C68;
  }
}

.psevdo-file-name {
  text-align: left;
  font-size: 14px;
  padding-top: 8px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*------------------select---------------------*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
  visibility: hidden;
}

.input-list .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.7) url(../images/loader2.svg) center no-repeat !important;
  background-size: 70px auto !important;
  z-index: 600 !important;
  border-radius: 0 !important;
}
.input-list .ajax-loader:before {
  background: 0 !important;
  display: none !important;
}

.wpcf7-form.submitting .input-list .ajax-loader {
  visibility: visible;
}

.link-style {
  color: #fec93b;
  font-weight: 500;
  border-bottom: 1px dashed #fec93b;
}
@media (hover: hover) {
  .link-style:hover {
    border-bottom-color: transparent;
  }
}

.btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 5rem;
  border-radius: 0.5rem;
  padding: 0 3.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #0176c3 !important;
  position: relative;
  z-index: 200;
  border: 0;
  outline: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0.5rem;
  background: #07689f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn:not(.disabled):hover {
    color: #fff;
  }
  .btn:not(.disabled):hover:after {
    opacity: 0;
  }
}
.btn.disabled:after {
  background: #004b36;
  border-bottom-color: #004b36;
}
.btn._border {
  background: 0 !important;
  border: 1px solid #07689f;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #07689f;
}
.btn._border:after {
  opacity: 0;
}
@media (hover: hover) {
  .btn._border:hover {
    border-color: transparent;
  }
  .btn._border:hover:after {
    opacity: 1;
  }
}
.btn._border.active {
  color: #fff;
  border-color: #07689f;
}
.btn._border.active:after {
  opacity: 1;
}
.btn._route {
  white-space: nowrap;
}
.btn._route svg {
  width: 2.2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .btn._mob100 {
    width: 100%;
  }
}

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

@-webkit-keyframes slideme {
  0% {
    left: -70px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -70px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.jq-stars {
  display: inline-block;
}

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

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

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

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

.form-item__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ------- Scroll to Top Finish---------- */
.icon-menu {
  min-width: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
  padding: 12px 4px;
  border-radius: 0.5rem;
  position: relative;
  font-weight: 600;
}
.icon-menu span {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 5px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  .icon-menu {
    display: block;
  }
}
.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 35px;
  height: 2px;
  background: #29345a;
  border: none;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
}

.sw-bottom {
  top: 5px;
}

.sw-footer {
  top: 10px;
}

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

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

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

div.wpcf7-mail-sent-ok {
  display: none !important;
}

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

.wpcf7-form br {
  display: none !important;
}

.wpcf7-form .wpcf7-validation-errors {
  font-size: 13px !important;
  color: red !important;
  padding: 0 0 20px 0 !important;
  margin: 0 auto !important;
  border: 0 !important;
  text-align: center;
  display: none !important;
}

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

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

.header {
  -webkit-box-shadow: 2px 9px 13px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 9px 13px 2px rgba(0, 0, 0, 0.05);
}
.header .header__top {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(199, 238, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .header .header__top {
    text-align: center;
  }
}
.header .header__logo {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .header .header__logo {
    padding-bottom: 15px;
  }
}
.header .header__bottom {
  padding: 2.5rem 0;
}
.header .header__bottom .content {
  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;
}
@media screen and (max-width: 1000px) {
  .header .header__bottom {
    padding: 1rem 0;
  }
}
.header .header__bottom .link-style {
  font-size: 1.3rem;
}
.header .header__bottom._blue {
  background: #07689f;
  background: rgb(27, 126, 182);
  padding: 2rem 0;
}
@media screen and (max-width: 1000px) {
  .header .header__bottom._blue {
    padding: 1rem 0;
  }
}
.header .header__bottom._blue .icon-menu {
  color: #fff;
}
.header .header__bottom._blue .icon-menu div {
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .header .header__bottom._blue .header__nav .menu li a {
    color: #fff;
  }
  .header .header__bottom._blue .header__nav .menu li a:after {
    background: #fff;
  }
}

.logo {
  width: 15rem;
  display: inline-block;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.label {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  opacity: 0.8;
  padding-left: 3rem;
}

.phone-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.phone-list .phone-list__link {
  font-weight: bold;
}
.phone-list .phone-list__link span {
  font-weight: 300;
  font-size: 0.7em;
}
@media (hover: hover) {
  .phone-list .phone-list__link:hover {
    color: #07689f;
  }
}
.phone-list .link-style {
  font-size: 1.3rem;
}
.phone-list .phone-list__viber {
  margin-left: 1rem;
  font-size: 1.3em;
  color: #7360f2;
}
.phone-list .phone-list__viber img {
  width: 2.5rem;
  display: block;
}
@media (hover: hover) {
  .phone-list .phone-list__viber:hover {
    color: #07689f;
  }
}

.header__phone {
  text-align: left;
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 355px) {
  .header__phone {
    font-size: 14px;
  }
}

.header__time,
.header__address {
  min-height: 8rem;
}
@media screen and (max-width: 1000px) {
  .header__time,
.header__address {
    min-height: 1px;
  }
}

@media screen and (max-width: 1000px) {
  .col-time {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .col-address {
    display: none;
  }
}

.time-work,
.address {
  font-style: normal;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.5rem;
}

.phone-list,
.time-work,
.address {
  position: relative;
  padding-left: 3rem;
}
.phone-list:before,
.time-work:before,
.address:before {
  position: absolute;
  left: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.5rem;
  color: #07689f;
  font-size: 1.5rem;
}

.phone-list:before {
  top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .phone-list:before {
    top: 0.5rem;
  }
}

.social {
  padding-left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social li:not(:last-child) {
  padding-right: 2rem;
}
.social li a img {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .social li a img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__nav .menu {
  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;
}
@media screen and (max-width: 1000px) {
  .header__nav .menu {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.header__nav .menu li:not(:last-child) {
  padding-right: 15px;
}
@media screen and (max-width: 1000px) {
  .header__nav .menu li:not(:last-child) {
    padding: 0;
  }
}
.header__nav .menu li.current-menu-item a {
  color: #07689f;
}
.header__nav .menu li.current-menu-item a:after {
  width: 100%;
  right: auto;
  left: 0;
}
.header__nav .menu li a {
  font-weight: 500;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
  padding: 5px 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 1000px) {
  .header__nav .menu li a span {
    width: 100%;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1000px) {
  .header__nav .menu li a {
    margin-bottom: 20px;
    padding-left: 3rem;
    text-align: left;
    display: block;
    font-size: 1.6rem;
  }
}
.header__nav .menu li a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background: #07689f;
}
@media screen and (max-width: 1000px) {
  .header__nav .menu li a:after {
    display: none;
  }
}
@media (hover: hover) {
  .header__nav .menu li a:hover {
    color: #07689f;
  }
  .header__nav .menu li a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    margin: 0;
    background: #fff;
    bottom: 0;
    z-index: 700;
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 700;
  }
  .header__nav .nav-header__scroll {
    overflow-y: auto;
    padding: 15px 15px 30px;
  }
  .header__nav.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 355px) {
  .header__nav {
    width: 280px;
  }
}

.hide-on-pc {
  display: none;
}
@media screen and (max-width: 1000px) {
  .hide-on-pc {
    display: block;
  }
}

.mobile-contacts {
  border-top: 1px solid rgb(199, 238, 255);
  margin: 0 -15px;
  padding: 30px 15px 15px 15px;
}
.mobile-contacts .mobile-contacts__item {
  margin-bottom: 30px;
}
.mobile-contacts .mobile-contacts__item:last-child {
  margin-bottom: 0;
}

.menu-bg {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 238, 255, 0.6) url(../images/x.svg) 310px 10px no-repeat;
  background-size: 30px 30px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s;
  cursor: pointer;
}
@media screen and (max-width: 355px) {
  .menu-bg {
    background-position: 290px 10px;
    background-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-bg.active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    opacity: 1;
    visibility: visible;
  }
}

.offer {
  padding: 15rem 0 18rem;
  position: relative;
  z-index: 100;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: rgb(29, 36, 44);
}
@media screen and (max-width: 767px) {
  .offer {
    padding: 10rem 0 13rem;
  }
}
.offer .content {
  position: relative;
  z-index: 50;
}
.offer .offer__logo {
  margin-bottom: 3rem;
}
.offer .offer__logo .logo {
  width: 17rem;
}
.offer .offer__bg > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .offer .offer__bg > img {
    margin-top: 0 !important;
    top: 0 !important;
  }
}
.offer h1 {
  text-align: center;
  font-size: 3.3rem;
  line-height: 1.4;
  font-weight: 500;
}
.offer h1 strong {
  text-transform: uppercase;
  font-size: 1.7em;
}
@media screen and (max-width: 1000px) {
  .offer h1 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .offer h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .offer h1 {
    font-size: 1.7rem;
  }
}
.offer._in {
  padding: 10rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .offer._in {
    padding: 7rem 0 10rem;
  }
}

/*=========================main==========================*/
.main {
  padding-bottom: 7rem;
}
.main .main__content {
  background: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-top: -4rem;
  position: relative;
  z-index: 610;
}
.main .main__content .content {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .main .main__content .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*=========================products==========================*/
section.products {
  background: #fff;
  background: rgba(199, 238, 255, 0.1);
}
section.products .product {
  background: #fff;
}

.products {
  padding: 7rem 0 4rem;
}

.product {
  width: 100%;
  margin-bottom: 3rem;
  border: 1px solid rgba(199, 238, 255, 0.5);
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0 2rem 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .product {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.product .product__thumb {
  margin: 0 -2rem 2rem;
  width: calc(100% + 4rem);
  padding-bottom: 180%;
}
@media screen and (max-width: 767px) {
  .product .product__thumb {
    margin: 0 -1.5rem 2rem;
    width: calc(100% + 3rem);
  }
}
.product .product__name {
  font-weight: bold;
  font-size: 1.8rem;
}
.product .product__availability {
  margin-bottom: 0.5rem;
  color: #a2d227;
  font-size: 1.2rem;
}
.product .product__availability._off {
  color: inherit;
  opacity: 0.5;
}
.product .product__desc {
  opacity: 0.8;
  padding-top: 1rem;
}
.product .product__order {
  padding-top: 2rem;
  margin-top: auto;
  display: none;
}
.product .product__order .btn {
  width: 100%;
}

/*=========================reviews==========================*/
section.reviews {
  padding: 7rem 0 4rem;
}
@media screen and (max-width: 767px) {
  section.reviews .title-btn {
    padding-bottom: 3rem;
  }
}
section.reviews .review {
  /*
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(199, 238, 255, 0.7);

   */
}

.reviews {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.title-btn {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .title-btn {
    margin-bottom: 0;
  }
  .title-btn .btn {
    width: 100%;
  }
}

.review {
  background: rgba(199, 238, 255, 0.1);
  border-radius: 0.5rem;
  padding: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .review {
    padding: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .review > .row > .col-2:first-child {
    padding-right: 5px;
    padding-left: 1rem;
  }
}
.review .review__avatar {
  border-radius: 0.5rem;
  padding-bottom: 100%;
}
.review .review__name {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.review .review__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
}
.review .review__txt {
  line-height: 1.5;
}

/*=========================about==========================*/
section.about {
  padding: 7rem 0 5rem;
  background: rgba(199, 238, 255, 0.1);
}

.about {
  padding-bottom: 4rem;
  padding-top: 3rem;
}

/*=========================contacts==========================*/
section.contacts {
  padding: 7rem 0 7rem;
}

.contacts {
  padding-bottom: 7rem;
  padding-top: 4rem;
}
.contacts .contacts__item {
  margin-bottom: 4rem;
}
.contacts .contacts__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contacts .contacts__item:last-child {
    margin-bottom: 5rem;
  }
}
.contacts .contacts__map {
  position: relative;
  width: 100%;
  min-height: 400px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
  background: url(../images/loader.svg) center no-repeat;
}
.contacts .contacts__map.active {
  display: block;
}
.contacts .contacts__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
@media screen and (max-width: 767px) {
  .contacts .btn {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .contacts .btn-row {
    margin: 0 -3px;
  }
  .contacts .btn-row > * {
    padding-left: 3px;
    padding-right: 3px;
  }
}

/*=========================111==========================*/
.title-text {
  padding-bottom: 1rem;
}

/*=========================gallery==========================*/
.gallery {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.gallery-thumb {
  padding-bottom: 66%;
  display: block;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}
.gallery-thumb._vertical{
	padding-bottom: 138%;
}

.footer {
  background: #1d242c;
  padding: 3rem 0 4rem;
  color: #fff;
}
.footer .col-12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer__logo {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    text-align: center;
  }
}

.footer__copyright {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
  }
}

.footer__contacts:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__nav ul li {
    width: 100%;
  }
}
.footer__nav ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__nav ul li.current-menu-item a {
  color: #07689f;
}
.footer__nav ul li a {
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  padding-left: 3rem;
}
.footer__nav ul li a:after {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #07689f;
  border-right: 1px solid #07689f;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 0.7rem;
  top: 50%;
}
@media (hover: hover) {
  .footer__nav ul li a:hover {
    color: #07689f;
  }
}

.modals {
  display: none;
}

.fancybox-bg {
  background: rgb(199, 238, 255);
}

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

.fancybox-content {
  padding: 4rem 5rem;
  -webkit-box-shadow: 0px 3rem 2rem 0px rgba(4, 13, 31, 0.02);
          box-shadow: 0px 3rem 2rem 0px rgba(4, 13, 31, 0.02);
}
@media screen and (max-width: 767px) {
  .fancybox-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.modals-order {
  max-width: 61rem;
  width: 100%;
  border-radius: 0.5rem;
}

.modals-order__title {
  text-align: center;
}
.modals-order__title .h2 {
  border: 0;
  padding: 0;
}

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

.checkmark {
  stroke: #07689f;
  stroke-dashoffset: 745.7485351563;
  stroke-dasharray: 745.7485351563;
}

.checkmark.animate {
  -webkit-animation: dash 2s ease-out forwards;
  animation: dash 2s ease-out forwards;
}

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

@keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.wpcf7-form-control-wrap {
  position: static !important;
}

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

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

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

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

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

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

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

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