@charset "UTF-8";

@import url(../libs/glide/glider.min.css);

@font-face {
  font-family: "Ebrima";
  src: url("../fonts/Ebrima.woff2") format("woff2"), url("../fonts/Ebrima.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ebrima";
  src: url("../fonts/Ebrima-Bold.woff2") format("woff2"), url("../fonts/Ebrima-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  font-family: "Ebrima", sans-serif;
  font-size: 1.8rem;
  color: #4f4f4f;
  background: white;
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: 1px;
  height: 100%;
  background-color: green;
}

body._lock {
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

._hidden {
  display: none;
}

._container {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1450px;
  width: 100%;
}

input[type="submit"]:disabled {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}

a {
  color: inherit;
  text-decoration: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1 1 auto;
}

#pixel-to-watch {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 100px;
  left: 0;
}

.section-title {
  font-family: Ebrima;
  font-style: normal;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 4.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #203964;
}

.btn {
  font-family: Ebrima;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  align-items: center;
  padding: 1.2rem 3.4rem;
  border: none;
  outline: none;
  background: linear-gradient(148.91deg, #2d5b93 -2.16%, #007ee4 100%);
  box-shadow: 1px 1px 14px rgba(0, 126, 228, 0.22);
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 400ms ease-out;
  backface-visibility: hidden;
}

.btn:hover {
  box-shadow: 1px 1px 20px rgba(0, 126, 228, 0.6);
  opacity: 0.9;
  transform: translateY(-0.4rem);
}

.btn:active {
  transition: all 100ms ease-out;
  transform: translateY(-0.1rem);
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("../i/static/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("../i/static/p-left.svg") 0 0/100% no-repeat;
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("../i/static/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash)
.lg-outer.lg-start-zoom
.lg-item.lg-complete
.lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging
.lg-item.lg-complete.lg-zoomable
.lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom
.lg-item.lg-complete.lg-zoomable
.lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../i/static/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13rem;
  display: flex;
  align-items: center;
  z-index: 200;
  background: #fff;
  transition: all 400ms ease-out;
}

.header__content {
  max-width: 1414px;
  width: 100%;
  padding: 3rem 2.5rem 3rem 2.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 400ms ease-out;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-53%);
}

.header__logo img {
  transition: all 400ms ease-out;
}

.menu {
  width: 100%;
}

.menu__body {
  width: 100%;
}

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

.menu__list li {
  margin-left: 14.8rem;
}

.menu__list li:first-child {
  margin-left: 0;
}

.menu__list li:nth-child(2) {
  margin-right: auto;
}

.menu .menu-item a {
  display: block;
  padding: 1rem 0.5rem;
  font-family: Ebrima;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2d5b93;
  transition: all 300ms ease-out;
  white-space: nowrap;
  position: relative;
}

.menu .menu-item a::after {
  width: 100%;
  display: block;
  content: "";
  height: 3px;
  background: linear-gradient(90deg, #2d5b93 0%, #007ee4 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 300ms ease-out;
  transform: scaleX(0);
}

.menu .menu-item a:hover::after {
  transform: scaleX(1);
}

.menu .current-menu-item a::after {
  transform: scaleX(1);
}

.icon-menu {
  display: none;
}

.home-intro {
  height: 86rem;
  position: relative;
  background-color: #2d5b93;
  display: flex;
  align-items: center;
}

.home-intro__img {
  position: absolute;
  width: 100%;
  height: calc(100% - 13rem);
  -o-object-fit: cover;
  object-fit: cover;
  top: 13rem;
  left: 0;
}

.home-intro__content {
  padding-top: 21rem;
  width: 100%;
  position: relative;
  text-align: center;
}

.home-intro__content span {
  display: block;
}

.home-intro__title {
  font-family: Ebrima;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 4.3rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #f5f4f4;
  margin-bottom: 0.5rem;
}

.home-intro__subtitle {
  font-family: Ebrima;
  font-style: normal;
  font-weight: 700;
  font-size: 5rem;
  line-height: 6.38rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #f5f4f4;
}

.what-section {
  padding: 7.8rem 0 7.8rem;
  text-align: center;
}

.what-section__title {
  margin-bottom: 3.9rem;
}

.what-section__content {
  font-family: Ebrima;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 150%;
  color: #4f4f4f;
  max-width: 116rem;
  margin: 0 auto 8.7rem;
}

.what-section__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.9rem;
}

.what-section__item {
  flex-basis: 29%;
}

.what-section__item:hover svg {
  transform: scale(1.2);
}

.what-section__item:last-of-type {
  padding-right: 3rem;
}

.what-section__item:nth-child(2) {
  position: relative;
}

.what-section__item:nth-child(2)::after,
.what-section__item:nth-child(2)::before {
  content: "";
  display: block;
  height: 16rem;
  width: 3px;
  background: linear-gradient(90deg, #2d5b93 0%, #007ee4 100%);
  position: absolute;
  top: 0;
}

.what-section__item:nth-child(2)::before {
  left: -8rem;
}

.what-section__item:nth-child(2)::after {
  right: -6.5rem;
}

.what-section__svg {
  height: 9.1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 3rem;
}

.what-section__svg svg {
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 400ms ease-in-out;
}

.what-section__item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2d5b93;
}

.services-section {
  padding: 8rem 0 1.8rem;
}

.services-section__header {
  text-align: center;
  margin-bottom: 4.5rem;
}

.services-section__title {
  margin-bottom: 4.4rem;
}

.services-section__subtitle {
  font-family: Ebrima;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 150%;
  color: #4f4f4f;
}

.services-section__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}

.services-section__item {
  flex-basis: calc(25% - 4rem);
  margin: 0 2rem 6rem;
}

.services-section__item:hover img {
  transform: scale(1.05);
}

.services-section__item:hover .services-section__item-title span {
  transform: translateX(2rem);
}

.services-section__img {
  position: relative;
  padding-bottom: 68%;
  margin-bottom: 1.8rem;
  backface-visibility: hidden;
  overflow: hidden;
}

.services-section__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  backface-visibility: hidden;
  will-change: transform;
  transition: all 1500ms ease-out;
}

.services-section__item-title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 4rem;
  backface-visibility: hidden;
}

.services-section__item-title span {
  will-change: transform;
  backface-visibility: hidden;
  display: inline-block;
  transition: all 400ms ease-out;
}

.services-section__item-title::after {
  width: 100%;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  background: linear-gradient(90deg, #2d5b93 0%, #007ee4 100%);
}

.services-section__excerpt {
  font-family: Ebrima;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 150%;
  color: #4f4f4f;
  margin-bottom: 2.2rem;
}

.services-section__link {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-section__link .btn {
  margin-top: auto;
  align-self: flex-start;
}

.clients {
  padding: 7.8rem 0 8rem;
}

.clients__title {
  text-align: center;
  margin-bottom: 7.8rem;
}

.clients__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.clients__link:hover .clients__logo {
  filter: grayscale(0);
}

.clients__logo {
  display: block;
  transition: all 300ms ease-out;
  filter: grayscale(100%);
  max-height: 10rem;
  max-width: 80%;
}

.videos-section {
  padding: 7.8rem 0 3rem;
}

.videos-section__title {
  margin-bottom: 7.7rem;
  text-align: center;
}

.videos-section__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}

.videos-section__item {
  flex-basis: calc(25% - 4rem);
  margin: 0 2rem 5.8rem;
  padding-bottom: 1.8rem;
  position: relative;
}

.videos-section__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #2d5b93 0%, #007ee4 100%);
}

.videos-section__link {
  display: block;
}

.videos-section__link:hover .videos-section__item-img::before {
  background-color: rgba(196, 196, 196, 0);
}

.videos-section__link:hover .videos-section__item-img svg {
  transform: translate(-50%, -50%) scale(1.2);
}

.videos-section__link:hover .videos-section__item-title {
  transform: translateX(1rem);
}

.videos-section__item-img {
  position: relative;
  padding-bottom: 88%;
  margin-bottom: 1.8rem;
}

.videos-section__item-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 500ms ease-out;
}

.videos-section__item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.videos-section__item-img::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(196, 196, 196, 0.35);
  transition: all 300ms ease-out;
}

.videos-section__item-title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2d5b93;
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 400ms ease-out;
}

.videos-section .popup__body {
  padding: 0;
  max-width: 69vw;
}

.videos-section .popup__close {
  width: 20px;
  height: 20px;
  top: -30px;
  right: 7px;
}

.videos-section .popup__video {
  max-height: 80vh;
  background-color: black;
}

.videos-section .popup__video video {
  max-height: 80vh;
  outline: none;
  border: none;
}

.particles {
  position: relative;
  overflow: hidden;
}

.particles ._container {
  position: relative;
  z-index: 10;
}

.particles .particles-js-canvas-el {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  background-color: #d7dadd;
}

.particles::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle at 20% 0%, #f7f7f8 0%, rgba(255, 255, 255, 0) 100%);
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}

.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}

.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../i/static/close.svg") 0 0 no-repeat;
}

.privacy-page {
  border-bottom: 1px solid rgba(45, 91, 147, 0.3);
  background-color: rgba(45, 91, 147, 0.05);
}

.privacy-page__container {
  max-width: 1060px;
  padding: 0 25px;
  margin: 20rem auto 11.5rem;
  font-family: Ebrima;
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 175%;
  text-align: justify;
  letter-spacing: -0.04em;
  color: #4f4f4f;
}

.privacy-page__container p {
  margin-bottom: 2.1rem;
}

.privacy-page__container strong {
  font-weight: 700;
}

.privacy-page__container h1,
.privacy-page__container h2,
.privacy-page__container .h2 {
  font-family: Ebrima;
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.6rem;
  letter-spacing: -0.04em;
  color: #203964;
  margin-bottom: 5rem;
  margin-top: 8rem;
}

.privacy-page__container li {
  margin-bottom: 2rem;
  padding-left: 0.5rem;
}

.privacy-page__container a {
  transition: all 300ms ease-out;
  color: #2d5b93;
}

.privacy-page__container a:hover {
  text-decoration: underline;
}

.privacy-page table {
  border-collapse: collapse;
}

.privacy-page table th {
  color: white;
  background-color: #444;
}

.privacy-page table th,
.privacy-page table td {
  padding: 1rem 2rem;
  border: 1px solid #aaa;
}

.page-intro {
  height: 48rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-intro__img {
  position: absolute;
  width: 100%;
  height: calc(100% - 13rem);
  top: 13rem;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-intro__content {
  padding-top: 13rem;
  position: relative;
}

.page-intro__title {
  font-weight: bold;
  font-size: 5rem;
  line-height: 6.4rem;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
}

.page-id-9 .page-intro__img {
  -o-object-position: top right;
  object-position: top right;
}

.about {
  padding: 8rem 0 5rem;
}

.about__row {
  display: flex;
}

.about__column {
  flex-basis: 50%;
}

.about__content {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 150%;
  max-width: 56rem;
  text-align: justify;
  color: #4f4f4f;
}

.about__content p {
  margin-bottom: 2.7rem;
}

.about__video {
  position: relative;
  padding-left: 3.5rem;
}

.about__video-link {
  display: block;
}

.about__video-link:hover .about__video-img::before {
  background-color: rgba(196, 196, 196, 0);
}

.about__video-link:hover .about__video-img svg {
  transform: translate(-50%, -50%) scale(1.2);
}

.about__video-img {
  position: relative;
  padding-bottom: 48%;
  margin-bottom: 1.8rem;
}

.about__video-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 500ms ease-out;
}

.about__video-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__video-img::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(196, 196, 196, 0.25);
  transition: all 300ms ease-out;
}

.about .popup__body {
  padding: 0;
  max-width: 69vw;
}

.about .popup__close {
  width: 20px;
  height: 20px;
  top: -30px;
  right: 7px;
}

.about .popup__video {
  max-height: 80vh;
  background-color: black;
}

.about .popup__video video {
  max-height: 80vh;
  outline: none;
  border: none;
}

.cert {
  padding: 7.8rem 0 6rem;
}

.cert__title {
  text-align: center;
  margin-bottom: 7.8rem;
}

.cert__list {
  margin: 0 -2rem;
}

.cert__item {
  padding: 0 2rem 4rem;
  display: block;
}

.cert__item:hover .cert__item-img {
  box-shadow: 2px 2px 14px rgba(45, 91, 147, 0.5);
}

.cert__item-img {
  box-shadow: 1px 1px 4px rgba(45, 91, 147, 0.25);
  transition: all 300ms ease-out;
  position: relative;
  padding-bottom: 150%;
}

.cert__item-img--small {
  padding-bottom: 68%;
}

.cert__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.services__intro {
  padding: 8rem 0 8rem;
  display: flex;
}

.services__column {
  flex-basis: 50%;
}

.services__column:first-child {
  padding-right: 2rem;
}

.services__column:last-child {
  padding-left: 2rem;
}

.services__content {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 150%;
  text-align: justify;
  max-width: 56rem;
  color: #4f4f4f;
}

.services__block {
  position: relative;
  padding-bottom: 3.8rem;
}

.services__block::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(45, 91, 147, 0.4) 0%, rgba(0, 126, 228, 0.4) 100%);
  position: absolute;
  left: 0;
  bottom: 0.3rem;
}

.services__block:last-of-type::after {
  display: none;
}

.services__block .services__intro {
  padding: 7.5rem 0 7rem;
}

.services__title {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2d5b93;
  margin-bottom: 3.8rem;
}

.services__text {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 150%;
  text-align: justify;
  color: #4f4f4f;
  margin-bottom: 3.7rem;
}

.services__btn svg {
  margin-left: 1rem;
  will-change: transform;
  backface-visibility: hidden;
  transition: all 300ms ease-out;
}

.services__btn._active svg {
  transform: rotate(180deg);
}

.services__img {
  padding-left: 2rem;
  position: relative;
  padding-bottom: 37.5%;
}

.services__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.services__gallery {
  padding: 0.8rem 0 0.6rem;
  display: none;
}

.services__gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}

.services__gallery-link {
  display: block;
  flex-basis: calc(33.33333% - 4rem);
  margin: 0 2rem 4rem;
  padding-bottom: 19.5%;
  position: relative;
  box-shadow: 1px 1px 4px rgba(45, 91, 147, 0);
  transition: all 300ms ease-out;
}

.services__gallery-link:hover {
  box-shadow: 2px 2px 14px rgba(45, 91, 147, 0.25);
}

.services__gallery-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.services .particles::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle at 80% 100%, rgba(247, 247, 248, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.main-footer {
  color: #ffffff;
  background: #2d5b93;
}

.main-footer__title {
  font-family: Ebrima;
  font-style: normal;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 4.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f5f4f4;
  margin-bottom: 5.5rem;
}

.main-footer__first-line {
  background-image: url("../i/static/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-footer__short-name {
  font-weight: 700;
  margin-bottom: 2.3rem;
  font-size: 1.8rem;
  line-height: 2.3rem;
  letter-spacing: 0.1em;
}

.main-footer__full-address {
  margin-bottom: 2.3rem;
}

.main-footer__first-line-inner {
  margin: 0 auto;
  padding: 7.8rem 2rem 7.8rem 2.2rem;
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main-footer__bottom-line {
  background-color: #203964;
}

.main-footer__bottom-line ._container {
  max-width: 1440px;
}

.main-footer__bottom-line-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
}

.address {
  padding-top: 4rem;
  flex-basis: 50%;
  font-family: Ebrima;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.address li {
  margin-bottom: 0rem;
}

.address a {
  color: #fff;
}

.address a:hover {
  text-decoration: underline;
}

.address__right {
  padding-top: 2.2rem;
}

.form {
  padding: 4rem 4rem 3.5rem;
  background-color: #fff;
  flex-basis: 48.5%;
}

.form__title {
  margin-bottom: 3rem;
  color: #203964;
  text-align: center;
}

.form-row {
  display: flex;
  justify-content: space-between;
}

.form-row .form-group {
  flex-basis: 47%;
}

.form-group {
  height: 4rem;
  margin-bottom: 2rem;
  position: relative;
}

.form-group::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #2d5b93 0%, #007ee4 100%);
}

.form-group input,
.form-group textarea {
  font-family: Ebrima;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  color: #4f4f4f;
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding-left: 0;
  transition: all 300ms ease-out;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  padding-left: 1rem;
}

.form-group input {
  /* webkit */
  /* webkit */
}

.form-group input[type="text"]::-webkit-input-placeholder,
.form-group input[type="email"]::-webkit-input-placeholder,
.form-group input[type="tel"]::-webkit-input-placeholder {
  text-align: left;
  color: #4f4f4f;
}

.form-group input[type="text"]::-moz-placeholder,
.form-group input[type="email"]::-moz-placeholder,
.form-group input[type="tel"]::-moz-placeholder {
  text-align: left;
  color: #4f4f4f;
}

.form-group input[type="text"]:-moz-placeholder,
.form-group input[type="email"]:-moz-placeholder,
.form-group input[type="tel"]:-moz-placeholder {
  text-align: left;
  color: #4f4f4f;
}

.form-group input[type="text"]:-ms-input-placeholder,
.form-group input[type="email"]:-ms-input-placeholder,
.form-group input[type="tel"]:-ms-input-placeholder {
  text-align: left;
  color: #4f4f4f;
}

.form-group textarea {
  padding-top: 1rem;
  height: 8rem;
  resize: vertical;
  /* webkit */
  /* webkit */
  /* webkit */
}

.form-group textarea::-webkit-input-placeholder {
  text-align: left;
  color: #4f4f4f;
}

.form-group textarea::-moz-placeholder {
  text-align: left;
  color: #4f4f4f;
}

.form-group textarea:-moz-placeholder {
  text-align: left;
  color: #4f4f4f;
}

.form-group textarea:-ms-input-placeholder {
  text-align: left;
  color: #4f4f4f;
}

.form-group--textarea {
  height: auto;
}

.form input[type="submit"] {
  width: 11.5rem;
  height: 4.7rem;
  padding: 0;
  flex-shrink: 0;
}

.form-footer {
  margin-top: 4rem;
  display: flex;
  align-items: center;
}

.form .ajax-loader {
  display: none;
}

.privacy {
  padding-left: 6.2rem;
  text-align: left;
}

.privacy input[type="checkbox"] {
  display: none;
}

.privacy input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

.privacy .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 2.2rem;
  padding-bottom: 1.6rem;
  font-family: Ebrima;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #4f4f4f;
  text-align: left;
  cursor: pointer;
}

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

.privacy .wpcf7-list-item-label::before {
  top: 0.4rem;
  left: -0.6rem;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #2d5b93;
}

.privacy .wpcf7-list-item-label::after {
  top: 0.8rem;
  left: -0.2rem;
  width: 1.1rem;
  height: 0.8rem;
  background-image: url("../i/static/check.svg");
  background-size: cover;
  transition: all 0.4s;
  opacity: 0;
}

.privacy .wpcf7-list-item-label a {
  color: #2d5b93;
}

.privacy .wpcf7-list-item-label a:hover {
  text-decoration: underline;
}

.privacy span.wpcf7-list-item {
  margin: 0;
}

.map {
  width: 100%;
  height: 42.7rem;
}

.map__title {
  display: none;
  margin-top: 4rem;
  font-size: 5rem;
  text-align: center;
  color: red;
}

.copyright {
  text-align: left;
  font-family: Ebrima;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
}

.copyright span {
  letter-spacing: 0.1em;
  font-weight: bold;
}

.copyright a {
  color: #2d5b93;
}

.copyright a:hover {
  text-decoration: underline;
}

.copyright span {
  display: inline-block;
  margin-left: -0.1rem;
}

.partner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Ebrima;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.partner span {
  text-transform: lowercase;
}

.partner img {
  margin-left: 1.5rem;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */

.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../i/static/loading.gif") center/50px no-repeat;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

@media screen and (max-width: 1615px) {
  .address {
    display: block;
  }
}

@media screen and (max-width: 1600px) {
  .menu__list li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 1450px) {
  .about__video {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 50%;
  }

  .header {
    height: auto;
  }

  .header__logo {
    transform: translateX(-53%) translateY(-3rem) scale(0.7);
  }

  .home-intro__img {
    top: 5rem;
    height: calc(100% - 5rem);
  }

  .home-intro__content {
    padding-top: 15rem;
  }

  .privacy-page__container {
    font-size: 1.9rem;
    margin: 17rem auto 5rem;
  }

  .privacy-page__container h2,
  .privacy-page__container .h2 {
    margin-bottom: 5.5rem;
    margin-top: 8rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .page-intro__img {
    height: calc(100% - 10rem);
    top: 10rem;
  }
}

@media screen and (max-width: 1030px) {
  .header__logo {
    transform: translateX(-53%) translateY(-3rem) scale(0.7);
  }

  .menu__list li {
    margin-left: 5rem;
  }
}

@media screen and (max-width: 1000px) {
  .what-section__item:last-of-type {
    padding-right: 0;
  }

  .videos-section__item {
    flex-basis: calc(33.3333% - 4rem);
  }

  .videos-section .popup__body {
    max-width: 95vh;
  }

  .videos-section .popup__video {
    max-height: 90vh;
  }

  .about .popup__body {
    max-width: 95vh;
  }

  .about .popup__video {
    max-height: 90vh;
  }
}

@media screen and (max-width: 992px) {
  .address {
    margin-bottom: 6rem;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 950px) {
  .services-section__item {
    flex-basis: calc(50% - 4rem);
  }
}

@media screen and (max-width: 850px) {
  .about {
    padding: 6rem 0 5rem;
  }

  .about__row {
    display: block;
  }

  .about__content {
    max-width: 100%;
    margin-bottom: 4rem;
  }

  .about__video {
    padding-left: 0;
  }
}

@media screen and (max-width: 800px) {
  .what-section__item:nth-child(2)::before {
    left: -5rem;
  }

  .what-section__item:nth-child(2)::after {
    right: -5rem;
  }
}

@media screen and (max-width: 795px) {
  .main-footer__first-line-inner {
    display: block;
    padding: 0 0 5rem;
  }

  .form {
    width: 80vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 790px) {
  .main-footer__bottom-line-inner {
    flex-direction: column;
    height: auto;
    padding: 2rem;
  }

  .copyright {
    margin-bottom: 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .what-section__item:nth-child(2)::after,
  .what-section__item:nth-child(2)::before {
    display: none;
  }

  .privacy-page table {
    width: 750px;
  }

  .privacy-page .overflow-inner {
    overflow-x: auto;
  }

  .services__gallery-link {
    flex-basis: calc(50% - 4rem);
  }
}

@media screen and (max-width: 700px) {
  .services__block .services__intro {
    display: block;
    padding: 4rem 0;
  }

  .services__block .services__column:first-child {
    padding-right: 0;
    margin-bottom: 2.7rem;
  }

  .services__block .services__column:last-child {
    padding-left: 0;
    text-align: center;
  }

  .services__block .services__content {
    max-width: 100%;
  }

  .services__title {
    text-align: center;
  }

  .services__img {
    padding-left: 0;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 650px) {
  .header {
    height: 8rem;
  }

  .header__logo {
    transform: translateX(-50%) translateY(-4rem) scale(0.55);
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(45deg, #2d5b93, #152b45);
    transform: scale(1.6);
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-out;
  }

  .menu__body._active {
    pointer-events: all;
    transform: scale(1);
    opacity: 1;
  }

  .menu__list li:nth-child(2) {
    margin-right: 0;
  }

  .menu__list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
  }

  .menu__list li {
    margin-left: 0;
    margin-bottom: 1rem;
  }

  .menu .menu-item a {
    padding: 1.9rem 3.9rem 1rem 3.9rem;
    font-size: 3rem;
    line-height: 200%;
    color: #fff;
  }

  .what-section__item-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .page-intro {
    height: 38rem;
  }

  .page-intro__img {
    height: calc(100% - 8rem);
    top: 8rem;
  }

  .page-intro__title {
    font-size: 4rem;
    line-height: 5.4rem;
  }
}

@media (max-width: 650px) {
  .icon-menu {
    display: block;
    position: absolute;
    top: 26px;
    right: 25px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
    transition: all 400ms ease-out;
  }

  .icon-menu--active {
    top: 25px;
  }

  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #2d5b93;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    background-color: #fff;
    transform: scale(0);
  }

  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

@media screen and (max-width: 600px) {
  .videos-section__item {
    flex-basis: calc(50% - 4rem);
  }

  .cert {
    padding: 5rem 0 2rem;
  }

  .cert__title {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 550px) {
  .section-title {
    font-size: 3rem;
    line-height: 4rem;
  }

  .services-section {
    padding: 5rem 0 0.8rem;
  }

  .services-section__item {
    text-align: center;
  }

  .services-section__link .btn {
    align-self: center;
  }

  .clients__logo {
    transform: scale(0.7);
  }

  .page-id-9 .clients {
    padding: 4rem 0 5rem;
  }

  .page-id-9 .clients__title {
    margin-bottom: 4rem;
  }

  .videos-section {
    padding: 5rem 0 1rem;
  }

  .videos-section__title {
    margin-bottom: 5rem;
  }

  .videos-section__item-title {
    text-align: center;
  }

  .privacy-page__container h1,
  .privacy-page__container h2,
  .privacy-page__container .h2 {
    text-align: center;
  }

  .privacy-page__container {
    margin: 15rem auto 5rem;
  }

  .privacy-page__container h2,
  .privacy-page__container .h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 5rem;
    margin-top: 6rem;
    text-align: center;
  }

  .about {
    padding: 4rem 0 0rem;
  }

  .services__intro {
    display: block;
    padding: 4rem 0;
  }

  .services__column:first-child {
    padding-right: 0;
    margin-bottom: 2.7rem;
  }

  .services__column:last-child {
    padding-left: 0;
  }

  .services__block {
    padding-bottom: 2rem;
  }

  .services__gallery-link {
    flex-basis: 100%;
    padding-bottom: 30%;
  }

  .form-row {
    display: block;
  }

  .form-footer {
    flex-direction: column;
  }

  .privacy {
    padding-left: 0.8rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 528px) {
  .header__logo {
    transform: translateX(-50%) translateY(0rem) scale(1);
    height: 100%;
  }

  .header__logo img {
    max-height: 100%;
  }
}

@media screen and (max-width: 500px) {
  .home-intro__subtitle {
    font-size: 4rem;
    line-height: 5.38rem;
  }

  .what-section {
    padding: 6rem 0 6rem;
  }

  .services-section__item {
    flex-basis: 100%;
  }

  .privacy-page__container h1,
  .privacy-page__container h2,
  .privacy-page__container .h2 {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .what-section__content {
    margin: 0 auto 5rem;
  }

  .what-section__list {
    flex-direction: column;
    margin-bottom: 0;
  }

  .what-section__item {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 450px) {
  .videos-section__item {
    flex-basis: calc(100% - 4rem);
  }

  .form {
    width: 90vw;
  }
}

@media screen and (max-width: 400px) {
  .partner {
    display: block;
    text-align: center;
  }

  .partner img {
    margin-top: 1rem;
    margin-left: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header {
    position: absolute;
  }
}
/*# sourceMappingURL=my.css.map */
