/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

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

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

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

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 144%;
  font-family: 'Inter', sans-serif;
  color: #292929;
}

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

* {
  outline: none;
}

ul[class],
ol[class] {
  list-style: none;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 74px;
}

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

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

h4,
.h4 {
  font-size: 18px;
  line-height: 28px;
}

input,
button,
textarea,
select {
  font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: 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;
  height: 100%;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1320px;
  width: 100%;
}

.svg-sprite-icon {
  width: 24px;
  height: 24px;
}

.icon-phone {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  border: none;
  background: #255B99;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 12px 26px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.btn:hover {
  background: #3E82D0;
}

.btn:active {
  background: #173960;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section__title {
  text-align: center;
  margin-bottom: 30px;
}

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

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #585757;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  border-color: #255B99;
  background: #255B99;
}

.header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header__top {
  background: #161E2B;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__bottom {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 25px 64px -18px rgba(175, 175, 175, 0.25);
  box-shadow: 0px 25px 64px -18px rgba(175, 175, 175, 0.25);
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__row {
  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;
}

.header__logo {
  width: 175px;
}

.header__logo img {
  max-width: initial;
}

.header__m-menu {
  display: none;
}

.header-phone {
  font-weight: bold;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
}

.mobile-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(../../static/images/general/intro-bg-1.jpg) 0 0 no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}

.mobile-panel--opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 99;
}

.mobile-panel__close {
  width: 38px;
  height: 38px;
  margin-bottom: 40px;
  opacity: 0.8;
}

.mobile-panel__close svg {
  width: 38px;
  height: 38px;
  fill: #fff;
}

.mobile-panel .icon-text {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.mobile-panel .icon-text .icon-mail {
  fill: #fff;
}

.mobile-panel .icon-text .icon-phone {
  stroke: #fff;
}

.mobile-menu a {
  margin-bottom: 20px;
}

.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

.mobile-menu__item:not(:last-child) {
  margin-bottom: 20px;
}

.mobile-menu a {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #FCFCFC;
  font-weight: bold;
  text-align: right;
}

.open-menu svg {
  width: 24px;
  height: 24px;
  fill: #292929;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #585757;
}

.menu li {
  margin: 0 45px;
}

.menu a {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: inherit;
}

.menu__link:hover {
  color: #255B99;
}

.login {
  padding: 12px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login svg {
  margin-right: 10px;
  fill: #fff;
}

.icon-text {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-text svg {
  fill: #255B99;
  margin-right: 10px;
}

.icon-text .icon-phone {
  fill: none;
  stroke: #255B99;
}

.intro {
  background: url(../../static/images/general/intro-bg.jpg) center no-repeat;
  background-size: cover;
}

.intro--main {
  position: relative;
}

.intro--main::before,
.intro--main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.intro--main::before {
  background: url(../../static/images/general/intro-before.png) center no-repeat;
  background-size: cover;
}

.intro--main::after {
  background: url(../../static/images/general/intro-after.png) center no-repeat;
  background-size: cover;
}

.intro--bg-left::before {
  visibility: visible;
  opacity: 0.8;
}

.intro--bg-right::after {
  visibility: visible;
  opacity: 0.8;
}

.intro--direction-1 {
  background: url(../../static/images/general/intro-bg-1.jpg) center no-repeat;
  background-size: cover;
}

.intro--direction-2 {
  background: url(../../static/images/general/intro-bg-2.jpg) center no-repeat;
  background-size: cover;
}

.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro__col {
  width: 50%;
  position: relative;
}

.intro-item {
  height: 750px;
  position: relative;
  padding-top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}

.intro-item--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
}

.intro-item--left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 104px;
}

.intro-item--right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 198px;
}

.intro-item__img {
  margin-bottom: 40px;
}

.intro-item__img img {
  margin-left: auto;
  margin-right: auto;
}

.intro-item__title {
  display: block;
  text-align: center;
  color: #FFFFFF;
}

.intro-item__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.backOverlay {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.backOverlay::before {
  content: "";
  top: 10px;
  right: 10px;
  left: -10px;
  bottom: -10px;
  background: #161E2A;
  position: absolute;
}

.backOverlay--right::before {
  left: 10px;
  right: -10px;
}

.backOverlay img {
  position: relative;
  z-index: 3;
}

.textCard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.textCard__col {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

.textCard__txt {
  font-size: 18px;
  line-height: 28px;
  color: #585757;
  max-width: 610px;
}

.textCard__txt--right {
  margin-left: 20px;
}

.mainHistory-list__item:not(:last-child) {
  margin-bottom: 60px;
}

.breadcrumbs {
  padding-top: 30px;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumbs-list__item {
  font-size: 18px;
  line-height: 28px;
  color: #255B99;
}

.breadcrumbs-list__link {
  color: #585757;
}

.breadcrumbs-list__link:hover {
  color: #255B99;
}

.breadcrumbs-list__link::after {
  content: "-";
  display: inline-block;
  margin: 0 10px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #255B99;
}

.service {
  background: #F7F7F7;
}

.service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.service__right {
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

.service__left {
  width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px;
}

.service-card:not(:last-child) {
  margin-bottom: 20px;
}

.service-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.service-card__col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.service-card__img::after {
  content: "";
  width: 80px;
  height: 1px;
  background: -o-linear-gradient(left, #fff 55px, #255B99 25px);
  background: linear-gradient(to right, #fff 55px, #255B99 25px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 3;
}

.service-card__img--left::after {
  right: -25px;
}

.service-card__img--right::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -25px;
}

.service-card__img--bottom {
  margin-bottom: 45px;
}

.service-card__img--bottom::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 15px;
  top: initial;
}

.service-card__title--1 {
  margin-left: 15px;
}

.service-card__title--2 {
  margin-right: 15px;
  text-align: right;
}

.service-card__desc {
  margin-top: 10px;
}

.service-card__desc ul {
  padding-left: 30px;
  margin-bottom: 17px;
}

.service-card__desc li:nth-child(n+7) {
  display: none;
}

.service-card__desc li:not(:last-child) {
  margin-bottom: 10px;
}

.service-card__desc--active li:nth-child(n+7) {
  display: list-item;
}

.service-card__show-desc {
  color: #255B99;
  text-decoration: underline;
}

.service-card__show-desc:hover {
  text-decoration: none;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

.advantages-list__item {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.advantages-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages-card__left {
  width: 190px;
}

.advantages-card__right {
  width: calc(100% - 190px);
  padding-left: 30px;
}

.advantages-card__img {
  height: 170px;
  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;
  background: #161E2A;
}

.advantages-card__txt {
  font-size: 16px;
  line-height: 23px;
  color: #585757;
}

.projects {
  background: #F7F7F7;
}

.projects__title {
  margin-bottom: 10px;
}

.projects__subtitle {
  text-align: center;
  color: #585757;
  margin-bottom: 30px;
}

.projects-card__img {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 20px;
  background: #FFFFFF;
}

.projects-card__title {
  margin-bottom: 10px;
}

.projects-card__txt {
  color: #585757;
  line-height: 23px;
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__left {
  width: 300px;
}

.contacts__right {
  width: calc(100% - 300px);
  padding-left: 30px;
}

.contacts-content__title {
  margin-bottom: 30px;
}

.contacts-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-content__info-item {
  color: #585757;
}

.contacts-content__info-item:not(:last-child) {
  margin-bottom: 20px;
}

#ya-map {
  width: 100%;
  height: 500px;
}

.question {
  background: #F6F6F6;
}

.question__title {
  margin-bottom: 10px;
}

.question__subtitle {
  text-align: center;
  color: #585757;
  margin-bottom: 35px;
}

.question__content {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.form__group {
  position: relative;
}

.form__group--1 {
  grid-area: 1 / 1 / 2 / 2;
}

.form__group--2 {
  grid-area: 1 / 2 / 2 / 3;
}

.form__group--3 {
  grid-area: 1 / 3 / 2 / 4;
}

.form__group--4 {
  grid-area: 2 / 1 / 3 / 2;
}

/* .form__group--5 {
  grid-area: 3 / 1 / 4 / 2;
} */

.form__group--6 {
  grid-area: 2 / 2 / 4 / 4;
}

.form__group--active .form__label {
  font-size: 12px;
  top: 10px;
}

.form__group--active .form__input {
  border-color: #255B99;
}

.form__label {
  font-size: 18px;
  color: #585757;
  position: absolute;
  left: 15px;
  top: 18px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.form__input {
  display: block;
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #ffffff;
  padding-left: 15px;
  padding-top: 22px;
  font-size: 18px;
  color: #292929;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.form__input--textarea {
  height: 140px;
  padding-top: 30px;
}

.form__input:hover {
  border-color: #255B99;
}

.form__select {
  height: 60px;
  width: 100%;
  display: block;
  background: #fff url(../../static/images/general/select.svg) right 15px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding-left: 15px;
  font-size: 18px;
  color: #585757;
}

.form__consent {
  cursor: pointer;
}

.form__consent-input {
  display: none;
}

.form__consent-input:checked+.form__consent-txt::before {
  background: url(../../static/images/general/check-active.svg) 0 0 no-repeat;
}

.form__consent-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form__consent-txt::before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 10px;
  background: url(../../static/images/general/check.svg) 0 0 no-repeat;
}

.form__consent-txt:hover::before {
  background: url(../../static/images/general/check-hover.svg) 0 0 no-repeat;
}

.form__politics {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form__foot {
  text-align: center;
}

.form__btn {
  font-family: 'Inter', sans-serif;
  padding: 24px 100px;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #161E2B;
  padding-top: 90px;
  padding-bottom: 80px;
}

.footer__row {
  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;
}

.footer__group {
  margin-bottom: 30px;
}

.footer-menu {
  color: #FFFFFF;
}

.footer__contacts {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.footer__contacts-item {
  margin: 0 15px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__social-link {
  background: #161E2B;
  border: 1px solid #FFFFFF;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.footer__social-link:hover {
  background: #255B99;
  border-color: #255B99;
}

.footer__politicts {
  text-align: center;
}

.footer__politicts-link {
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
  color: #fff;
}

.footer__politicts-link:hover {
  text-decoration: none;
}

.footer__copyright {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.5;
  text-align: center;
}

@media (max-width: 1319px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

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

  .menu__item {
    margin: 0 25px;
  }

  .intro-item {
    padding-top: 190px;
    height: 650px;
  }

  .intro-item--right {
    padding-left: 104px;
  }

  .intro-item--center {
    padding-top: 0;
  }

  .advantages-list__item {
    width: 100%;
  }

  .advantages-card__txt br {
    display: none;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }

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

  .textCard__col {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .textCard__col--mobile {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .textCard__txt {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .textCard__img {
    width: auto;
    margin-bottom: 30px;
  }

  .textCard__img img {
    width: 100%;
  }

  .header__ask {
    display: none;
  }

  .header .menu__item:last-child {
    margin-right: 0;
  }

  .icon-text {
    font-size: 16px;
    line-height: 20px;
  }

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

  .footer__logo {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__menu {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__ask {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }

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

  .intro {
    background: none;
    position: relative;
  }

  .intro--direction-1 {
    background: url(../../static/images/general/history-3.jpg) 0 0 no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
  }

  .intro--direction-1::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
  }

  .intro--direction-2 {
    background: url(../../static/images/general/history-4.jpg) 0 0 no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
  }

  .intro--direction-2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
  }

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

  .intro__col {
    width: 100%;
  }

  .intro-item {
    height: auto;
    padding: 0;
  }

  .intro-item--left {
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../../static/images/general/intro-m-1.jpg) center no-repeat;
    background-size: cover;
  }

  .intro-item--left::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
  }

  .intro-item--right {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../../static/images/general/intro-m-2.jpg) center no-repeat;
  }

  .intro-item--right::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
  }

  .intro-item__content {
    padding: 80px 15px;
    position: relative;
    z-index: 3;
  }

  .intro-item__title {
    font-size: 48px;
    line-height: normal;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .contacts__left {
    width: 100%;
    margin-bottom: 40px;
  }

  .contacts__right {
    width: 100%;
    padding-left: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service__left {
    width: 100%;
    margin-bottom: 20px;
  }

  .service__right {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }

  .intro-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-item__title {
    font-size: 28px;
    line-height: normal;
  }

  .service__right {
    width: 100%;
  }

  .service-card {
    margin-bottom: 30px;
  }

  .service-card__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-card__col {
    width: 100%;
  }

  .service-card__col--mobile {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .service-card__img {
    margin-bottom: 30px;
  }

  .service-card__img--right::after,
  .service-card__img--left::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 15px;
    top: initial;
  }

  .service-card__title {
    margin: 0;
    text-align: left;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__contacts-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* .header__top {
    display: none; } */

  .header__mail,
  .header__phone {
    display: none;
  }

  .mobile-links .header__mail,
  .mobile-links .header__phone {
    display: block!important;
  }

  .header__login {
    display: block;
    margin: 0 auto;
  }

  .header__menu {
    display: none;
  }

  .header__m-menu {
    display: block;
  }

  .logo img {
    max-width: 200px;
  }

  .logo--main img {
    width: 100px;
  }

  h1,
  .h1 {
    font-size: 36px;
    line-height: normal;
  }

  h2,
  .h2 {
    font-size: 28px;
    line-height: normal;
  }

  h3,
  .h3 {
    font-size: 22px;
    line-height: normal;
  }

  h4,
  .h4 {
    font-size: 18px;
    line-height: normal;
  }

  #ya-map {
    height: 300px;
  }

  .form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form__group {
    grid-area: initial;
    width: 100%;
  }

  .form__btn {
    padding: 24px 80px;
  }

  .reviews-card__img img {
    margin-left: auto;
    margin-right: auto;
  }

  .advantages-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantages-card__left {
    width: 100%;
    margin-bottom: 20px;
  }

  .advantages-card__right {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 568px) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu .menu__item {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-menu .menu__item:not(:last-child) {
    margin-bottom: 20px;
  }
}



.page-template-thanks .content {
  padding: 200px 0;
  text-align: center;
}

.page-template-thanks .thanks__subtitle {
  margin-top: 25px;
  font-size: 25px;
  font-weight: 400;
}

.page--template {
  padding: 80px 0;
}

@media screen and (max-width: 576px) {
  .menu.footer-menu li {
    margin-bottom: 15px;
  }

}

.header__logo img {
  min-width: 120px;
  height: 64px;
}


.page-template-security .header__logo img,
.page-template-service .header__logo img {
  width: 250px;
}