@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url(../../fonts/roboto/Roboto-Black.eot);
  src: url(../../fonts/roboto/Roboto-Black.eot?#iefix) format("embedded-opentype"), url(../../fonts/roboto/Roboto-Black.woff2) format("woff2"), url(../../fonts/roboto/Roboto-Black.woff) format("woff"), url(../../fonts/roboto/Roboto-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../../fonts/roboto/Roboto-Light.eot);
  src: url(../../fonts/roboto/Roboto-Light.eot?#iefix) format("embedded-opentype"), url(../../fonts/roboto/Roboto-Light.woff2) format("woff2"), url(../../fonts/roboto/Roboto-Light.woff) format("woff"), url(../../fonts/roboto/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../../fonts/roboto/Roboto-Bold.eot);
  src: url(../../fonts/roboto/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(../../fonts/roboto/Roboto-Bold.woff2) format("woff2"), url(../../fonts/roboto/Roboto-Bold.woff) format("woff"), url(../../fonts/roboto/Roboto-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../../fonts/roboto/Roboto-Thin.eot);
  src: url(../../fonts/roboto/Roboto-Thin.eot?#iefix) format("embedded-opentype"), url(../../fonts/roboto/Roboto-Thin.woff2) format("woff2"), url(../../fonts/roboto/Roboto-Thin.woff) format("woff"), url(../../fonts/roboto/Roboto-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../../fonts/roboto/Roboto-Medium.eot);
  src: url(../../fonts/roboto/Roboto-Medium.eot?#iefix) format("embedded-opentype"), url(../../fonts/roboto/Roboto-Medium.woff2) format("woff2"), url(../../fonts/roboto/Roboto-Medium.woff) format("woff"), url(../../fonts/roboto/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../../fonts/roboto/Roboto-Regular.eot);
  src: url(../../fonts/roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/roboto/Roboto-Regular.woff2) format("woff2"), url(../../fonts/roboto/Roboto-Regular.woff) format("woff"), url(../../fonts/roboto/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald-Light.ttf");
  src: local("Oswald"), local("Oswald"), url("../../fonts/oswald/Oswald-Light.ttf?#iefix") format("embedded-opentype"), url("../../fonts/oswald/Oswald-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald-Regular.ttf");
  src: local("Oswald"), local("Oswald"), url("../../fonts/oswald/Oswald-Regular.ttf?#iefix") format("embedded-opentype"), url("../../fonts/oswald/Oswald-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald-Medium.ttf");
  src: local("Oswald"), local("Oswald"), url("../../fonts/oswald/Oswald-Medium.ttf?#iefix") format("embedded-opentype"), url("../../fonts/oswald/Oswald-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald-SemiBold.ttf");
  src: local("Oswald"), local("Oswald"), url("../../fonts/oswald/Oswald-SemiBold.ttf?#iefix") format("embedded-opentype"), url("../../fonts/oswald/Oswald-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald-Bold.ttf");
  src: local("Oswald"), local("Oswald"), url("../../fonts/oswald/Oswald-Bold.ttf?#iefix") format("embedded-opentype"), url("../../fonts/oswald/Oswald-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
._font_700 {
  font-weight: 700;
}

._font_600 {
  font-weight: 600;
}

._font_500 {
  font-weight: 500;
}

._font_400 {
  font-weight: 400;
}

._font_black {
  color: #2B2C2F;
}

._font_black_2 {
  color: #2E3130;
}

._font_blue {
  color: #2F426B;
}

._font_blue_2 {
  color: #26495B;
}

._font_gray {
  color: #A6A6A6;
}

._font_gray_2 {
  color: #4A4A4A;
}

._font_white {
  color: #FFFFFF;
}

._font_uppercase {
  text-transform: uppercase;
}

._font_oswald {
  font-family: "Oswald", sans-serif;
}

@-webkit-keyframes scrollshow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(70%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes scrollshow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(70%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showtabs {
  from {
    transform: translateY(70%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes showtabs {
  from {
    transform: translateY(70%);
  }
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes hidetabs {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(70%);
  }
}
@keyframes hidetabs {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(70%);
  }
}
@-webkit-keyframes showtranlatey100 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes showtranlatey100 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes hidetranlatey100 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes hidetranlatey100 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/*! 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.
 */
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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* 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] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * 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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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] {
  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] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
 * 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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* 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;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
}

body {
  font-family: "Roboto", sans-serif;
  background: #FFFFFF;
}

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

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

li {
  list-style: none;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

textarea:focus, input:focus {
  outline: none;
}

.title {
  font-weight: 700;
}

button {
  cursor: pointer;
  padding: 0;
}

.container {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.container_fluid {
  max-width: 1800px;
}

._flex {
  display: flex;
}
._flex._align_center {
  align-items: center;
}
._flex._align_end {
  align-items: flex-end;
}
._flex._justify_end {
  justify-content: flex-end;
}
._flex._justify_space_between {
  justify-content: space-between;
}
._flex._center {
  justify-content: center;
}
._flex._wrap {
  flex-wrap: wrap;
}

._block {
  display: block;
}

.scroll-top {
  position: fixed;
  right: 46px;
  bottom: 46px;
  z-index: 3800;
  width: 50px;
  height: 50px;
  background-image: url(/images/svg/scroll-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.scroll-top_active {
  visibility: visible;
  opacity: 0.5;
}
.scroll-top:hover {
  opacity: 1;
}

.content {
  position: relative;
}

.content__body {
  position: relative;
  z-index: 99999;
}

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

.lines__container {
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.lines__grid {
  width: 100%;
  height: 100%;
}

.lines__item {
  width: 1px;
  height: 100%;
  background: rgba(219, 219, 215, 0.3);
  position: relative;
}

.lines__trait {
  width: 4px;
  height: 90px;
  background: #37547B;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.map img {
  height: 100%;
  display: flex;
}

.header {
  position: relative;
  z-index: 5;
}

.button {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 55px;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  /* identical to box height, or 18px */
  text-transform: uppercase;
  /* Nord/1 */
  color: #2F426B;
  padding: 17px 44px;
}

.section {
  position: relative;
}

.section_1 {
  min-height: 100vh;
}

.section_1__container {
  padding-top: 2%;
  padding-bottom: 2%;
  position: relative;
}

.section_1__content {
  padding-top: 5%;
  max-width: 48%;
  position: relative;
  z-index: 5;
}

.section_1__grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: 1fr 0.8fr;
}

.section_1__text {
  max-width: 457px;
}

.section_1__h1 {
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 20px;
}

.section_1__p {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 30px;
}

.section_1__languages {
  align-self: end;
  padding-bottom: 87px;
}

.section_1__language {
  display: block;
}
.section_1__language + .section_1__language {
  margin-top: 20px;
}
.section_1__language_active {
  color: #2f426b;
  font-weight: 500;
}

.section_1__signature {
  align-self: end;
}

.section_1__signature-rotate {
  transform: translate(-10px, 60%) rotate(-90deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section_1__signature-item {
  display: block;
}
.section_1__signature-item + .section_1__signature-item {
  margin-top: 10px;
}

.section_1__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/images/section-1-image.png") top center/contain no-repeat;
}

.section_1__lines .lines__item:first-child .lines__trait {
  bottom: 56px;
}
.section_1__lines .lines__item:nth-child(5) .lines__trait {
  top: 200px;
}

.section_2__container {
  padding-top: 119px;
  padding-bottom: 140px;
}

.section_2__start {
  flex: 1 1 auto;
}

.section_2__end {
  flex: 0 0 auto;
}

.section_2__lines .lines__item:nth-child(3) .lines__trait {
  top: 190px;
}

.section_3__container {
  padding-top: 145px;
  padding-bottom: 140px;
}

.section_3__title {
  margin-bottom: 60px;
}

.section_3__start {
  margin-bottom: 30px;
}

.section_3__end {
  overflow: hidden;
  padding: 20px;
}

.section_3__lines .lines__item:nth-child(2) .lines__trait {
  bottom: 118px;
}
.section_3__lines .lines__item:nth-child(4) .lines__trait {
  top: 0;
}

.section_4__start {
  flex: 1 1 auto;
}

.section_4__end {
  flex: 0 0 auto;
}

.section_4__container {
  padding-top: 117px;
  padding-bottom: 148px;
}

.section_4__lines .lines__item:last-child .lines__trait {
  top: 135px;
}

.section_5__container {
  padding-top: 97px;
  padding-bottom: 151px;
}

.section_5__start {
  margin-right: 76px;
  max-width: 406px;
}

.section_5__title {
  margin-bottom: 16px;
}

.section_5__notice {
  margin-bottom: 60px;
  font-size: 19px;
  line-height: 150%;
  text-transform: uppercase;
}

.section_5__text {
  font-size: 16px;
  line-height: 150%;
}

.section_5__cards {
  margin-left: -30px;
  margin-top: -30px;
}

.section_5__card {
  margin-left: 30px;
  margin-top: 30px;
}

.section_5__lines .lines__item:last-child .lines__trait {
  bottom: 100px;
}

.section_6__start {
  max-width: 369px;
  margin-right: 37px;
}

.section_6__container {
  padding-top: 155px;
  padding-bottom: 212px;
}

.section_6__item {
  max-width: 794px;
}
.section_6__item + .section_6__item {
  margin-top: 40px;
}

.section_6__item-image {
  width: 276px;
  height: 180px;
  margin-right: 30px;
  border-radius: 15px;
}

.section_6__item-title {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 150%;
}

.section_6__item-text {
  font-size: 17px;
  line-height: 150%;
}

.section_7 {
  position: relative;
}

.section_7__blue-rectangle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(270deg, #2f426b 0%, #2b2c2f 100%);
}

.section_7__start {
  padding-top: 159px;
  padding-bottom: 168px;
  padding-right: 161px;
  width: 50%;
}

.section_7__end {
  padding-left: 200px;
  padding-top: 140px;
  padding-bottom: 161px;
}

.section_7__logo {
  margin-bottom: 74px;
}

.section_7__title {
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 20px;
}

.section_7__text {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 73px;
}

.section_7__box {
  border: 1px solid #ffffff;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
  border-radius: 15px;
  padding: 35px 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section_7__box span {
  display: block;
}

.section_7__phone-icon {
  flex: 0 0 auto;
  margin-right: 127px;
  position: relative;
  height: 25px;
  width: 25px;
  background: url("/images/svg/coolicon.svg") top center/contain no-repeat;
}
.section_7__phone-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -67px;
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
  background: #FFFFFF;
}

.section_7__phone-text {
  flex: 0 0 auto;
}

.section_7__phone-title {
  margin-bottom: 10px;
}

.section_7__container {
  position: relative;
  z-index: 5;
}

.section_7__lines .lines__item:nth-child(4) .lines__trait {
  bottom: 289px;
}

.contacts-notes__grid {
  flex-direction: column;
}

.contacts-notes__item {
  font-size: 16px;
  line-height: 19px;
}
.contacts-notes__item + .contacts-notes__item {
  margin-top: 27px;
}

.contacts-notes__icon {
  margin-right: 7px;
  width: 15px;
  height: 15px;
}
.contacts-notes__icon_letter {
  background: url("/images/svg/letter.svg") center center/contain no-repeat;
}
.contacts-notes__icon_tel {
  background: url("/images/svg/phone.svg") center center/contain no-repeat;
}

.title {
  font-family: "Oswald";
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  /* or 65px */
  text-transform: uppercase;
  position: relative;
}

.title__part {
  display: block;
  position: relative;
  z-index: 5;
}
.title__part_1 {
  font-weight: 300;
  color: #2B2C2F;
}
.title__part_2 {
  font-weight: 500;
  color: #2F426B;
}

.title__top {
  position: relative;
}

.title__number {
  position: absolute;
  bottom: 0;
  font-weight: 500;
  font-size: 130px;
  line-height: 110%;
  color: #DBDBD7;
  opacity: 0.4;
}

.paragraphs__item {
  max-width: 325px;
}
.paragraphs__item_fluid {
  max-width: 575px;
}
.paragraphs__item + .paragraphs__item {
  margin-left: 60px;
}

.paragraphs__title {
  display: block;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 150%;
  text-transform: uppercase;
}

.paragraphs__text {
  font-size: 17px;
  line-height: 150%;
}
.paragraphs__text ul li {
  margin-left: 15px;
  list-style-type: disc;
}

.card {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}

.card__container {
  height: 100%;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__container_fluid {
  padding: 40px;
}

.advantages__item + .advantages__item {
  margin-top: 83px;
}

.advantages__card {
  margin-right: 30px;
  flex: 0 0 auto;
}

.contacts__item + .contacts__item {
  margin-top: 40px;
}

.contacts__title {
  position: relative;
  margin-bottom: 30px;
}
.contacts__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100px;
  height: 2px;
  background: #2B2C2F;
}

.slider {
  max-width: 800px;
  position: relative;
}
.slider .swiper-slide {
  padding-left: 30px;
  padding-bottom: 23px;
}
.slider .swiper-button-next, .slider .swiper-button-prev {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 15;
}
.slider .swiper-button-next {
  background: #2F426B;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  right: 0;
  bottom: 49px;
}
.slider .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 18px;
  background: url("/images/svg/arrow.svg") center center/contain no-repeat;
}
.slider .swiper-button-prev {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  right: 0;
  bottom: 0;
}
.slider .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 18px;
  background: url("/images/svg/arrow-prev.svg") center center/contain no-repeat;
}

.slider__image {
  overflow: hidden;
  height: 290px;
  margin-bottom: 20px;
  border: 1px solid rgba(219, 219, 215, 0.4);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
}
.slider__image > img {
  display: flex;
  height: 100%;
  width: 100%;
}

.slider__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  color: #2B2C2F;
  padding-left: 10px;
  margin-bottom: 30px;
}

.thumbs-slider .swiper-wrapper {
  height: 160px;
}
.thumbs-slider .swiper-slide {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #A6A6A6;
}
.thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  font-weight: 600;
  color: #2B2C2F;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5000;
  overflow: auto;
  padding: 100px 0;
  display: none;
}

.modal__body {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 50px;
  position: relative;
}

.modal__content {
  border-radius: 50px;
}

.modal__close {
  position: absolute;
  top: 25px;
  right: 42px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  transform: rotate(45deg);
  background: #DBDBD7;
  border-radius: 50%;
}
.modal__close > span {
  display: block;
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  /* or 48px */
  letter-spacing: -0.02em;
  color: #A6A6A6;
  margin-right: -3px;
  margin-top: -3px;
}

.form {
  padding: 25px;
}

.form__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  /* identical to box height, or 53px */
  /* Nord/2 */
  color: #2B2C2F;
  margin-bottom: 20px;
}

.form__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  /* identical to box height, or 26px */
  /* Nord/2 */
  color: #2B2C2F;
  margin-bottom: 50px;
}

.form__input {
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #2B2C2F;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #DBDBD7;
}
.form__input::-moz-placeholder {
  color: #A6A6A6;
}
.form__input:-ms-input-placeholder {
  color: #A6A6A6;
}
.form__input::placeholder {
  color: #A6A6A6;
}

.form__textarea {
  width: 100%;
  border: 1px solid #DBDBD7;
  padding: 12px 20px;
  resize: none;
  margin-top: 10px;
  margin-bottom: 17px;
}

.form__label {
  margin-bottom: 35px;
}

.form__checkbox {
  margin-right: 9px;
}

.form__button {
  background: #2F426B;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 55px;
  padding: 17px 44px;
  margin: 0 auto;
  /* Send the message */
  font-family: "Oswald";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  /* identical to box height, or 18px */
  text-transform: uppercase;
  /* Мои/Белый */
  color: #FFFFFF;
  display: flex;
}

/**
 * Swiper 9.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 14, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

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

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

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

.swiper-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: "";
  flex-shrink: 0;
  order: 9999;
}

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

.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%;
  min-height: 1px;
  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%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  background: #2B2C2F;
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #A6A6A6;
}
@media (max-width: 1679px){
  .section_1__lines .lines__item:first-child .lines__trait {
    opacity: 0;
  }
}
@media (max-width: 1600px){
  .section_1__content {
    max-width: 40%;
  }
  .section_1__grid {
    grid-template-columns: 0.2fr 1fr;
  }
}
@media (max-width: 1366px){
  .section_1 {
    min-height: auto;
  }
  .section_1__grid {
    grid-template-rows: 1fr 0.2fr;
  }
  .section_1__image {
    width: 60%;
  }
}
@media (max-width: 1280px){
  .section_1__content {
    max-width: 100%;
  }
  .section_7__start {
    padding-right: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section_7__end {
    padding-left: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1050px){
  .tablet_none {
    display: none;
  }
  .lines__trait {
    display: none;
  }
  .section_1__text {
    max-width: 100%;
  }
  .section_1__signature {
    display: none;
  }
  .section_1__image {
    display: none;
  }
  .section_2__container {
    padding-bottom: 50px;
  }
  .section_2__grid {
    flex-direction: column;
  }
  .section_2__start {
    margin-bottom: 40px;
  }
  .section_3__grid {
    flex-direction: column;
  }
  .section_3__container {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .section_3__title {
    margin-bottom: 30px;
  }
  .section_4__start {
    margin-bottom: 40px;
  }
  .section_4__grid {
    flex-direction: column;
  }
  .section_4__container {
    padding-bottom: 90px;
  }
  .section_5__container {
    padding-bottom: 90px;
  }
  .section_5__grid {
    flex-direction: column;
  }
  .section_5__start {
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .section_6__grid {
    flex-direction: column;
  }
  .section_6__start {
    margin-bottom: 30px;
  }
  .section_6__container {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .section_6__item {
    flex-direction: column-reverse;
  }
  .section_6__item-image {
    margin-right: 0;
    margin-top: 20px;
  }
  .section_7__blue-rectangle {
    display: none;
  }
  .section_7__start {
    background: linear-gradient(270deg, #2f426b 0%, #2b2c2f 100%);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_7__container {
    padding: 0;
  }
  .section_7__end {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
  }
  .section_7__logo {
    margin-bottom: 40px;
  }
  .section_7__grid {
    flex-direction: column;
  }
  .paragraphs__item {
    max-width: none;
  }
  .paragraphs__item + .paragraphs__item {
    margin-left: 0;
    margin-top: 30px;
  }
  .paragraphs__grid {
    flex-direction: column;
  }
  .form__text {
    margin-bottom: 15px;
  }
}
@media (max-width: 766px){
  .scroll-top {
    right: 23px;
    bottom: 23px;
    width: 55px;
    height: 55px;
  }
  .slider .swiper-slide {
    padding-right: 30px;
  }
  .modal__body {
    max-width: 80%;
  }
  .form {
    padding: 0;
    padding-top: 30px;
  }
  .form__title {
    font-size: 31px;
  }
  .form__textarea {
    height: 120px;
  }
}
@media (max-width: 598px){
  .header__start {
    max-width: 120px;
  }
  .modal__body {
    max-width: 90%;
  }
}
