/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html {
  font-size: 16x;
}

body {
  font-family: "Europa", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #484c63;
}
body._lock {
  overflow: hidden;
}

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

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

.red {
  color: #bf0830;
}

/* Blocks */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  padding: 24px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__list {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header__list {
    display: none;
  }
}
.header__menu {
  display: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .header__menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    overflow: auto;
  }
  .header__menu::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .header__menu._active {
    left: 0;
  }
}
.header__icon {
  display: none;
  z-index: 10;
}
@media (max-width: 992px) {
  .header__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .header__icon::before, .header__icon::after, .header__icon span {
    left: 0;
    position: absolute;
    height: 2px;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #1a2578;
  }
  .header__icon::before, .header__icon::after {
    content: "";
  }
  .header__icon::before {
    top: 0;
  }
  .header__icon::after {
    bottom: 0;
  }
  .header__icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .header__icon._active span {
    transform: scale(0) translate(0px, -50%);
  }
  .header__icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .header__icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
}

.header__list .list__item {
  padding: 14px 32px;
}

.menu__wrapper .header__nav .header__list {
  height: 100%;
}
@media (max-width: 992px) {
  .menu__wrapper .header__nav .header__list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}

.menu__wrapper .header__nav {
  height: 100%;
}

.nav__link {
  font-size: 18px;
  line-height: 22px;
  color: #646a89;
}
@media (max-width: 992px) {
  .nav__link {
    font-size: 40px;
    text-align: center;
    color: #1a2578;
  }
}
@media (max-width: 768px) {
  .nav__link {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .menu__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(252.91deg, #e3e7f6 3.68%, rgba(227, 231, 246, 0) 650.82%);
    height: 100%;
    width: 100%;
    padding: 70px 15px;
    z-index: 40;
  }
}

.btn {
  display: inline-block;
  padding: 14px 32px;
  background: #bf0830;
  border: 1px solid #bf0830;
  cursor: pointer;
  border-radius: 6px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s linear;
}
.btn:hover {
  background: none;
  color: #bf0830;
}
.btn--outlined {
  background: none;
  color: #bf0830;
}
.btn--outlined:hover {
  background: #bf0830;
  color: #fff;
}
.btn--arrow {
  position: relative;
  padding: 12px 24px 12px 48px;
  background: none;
  color: #bf0830;
}
.btn--arrow::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/products/arrow-right.svg");
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.btn--arrow:hover {
  background: #bf0830;
  color: #fff;
}
.btn--arrow:hover::before {
  left: unset;
  right: -30px;
}
.btn--mobile {
  padding: 40px;
  font-size: 40px;
}
@media (max-width: 768px) {
  .btn--mobile {
    padding: 28px;
    font-size: 28px;
  }
}

.intro {
  position: relative;
  padding: 210px 0;
  background: linear-gradient(252.91deg, #e3e7f6 3.68%, rgba(227, 231, 246, 0) 97.82%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .intro {
    padding: 185px 0 105px;
  }
}
@media (max-width: 480px) {
  .intro {
    padding: 130px 0 50px;
  }
}
.intro__inner--about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .intro__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.intro__block {
  max-width: 530px;
}
.intro__block--about {
  max-width: 400px;
}
.intro__block--contact {
  max-width: 500px;
}
@media (max-width: 1200px) {
  .intro__block {
    margin-bottom: 40px;
  }
}
.intro__title {
  margin-bottom: 32px;
}
.intro__title--products {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .intro__title {
    margin-bottom: 25px;
  }
  .intro__title--products {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .intro__title {
    margin-bottom: 20px;
  }
  .intro__title--products {
    margin-bottom: 25px;
  }
}
.intro__text {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 40px;
}
.intro__text--about {
  font-size: 28px;
  line-height: 36px;
}
.intro__text--contact {
  font-size: 18px;
}
@media (max-width: 768px) {
  .intro__text {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .intro__text--about {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .intro__text {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .intro__text--about {
    font-size: 20px;
    line-height: 22px;
  }
}
.intro__btn:first-child {
  margin-right: 16px;
}
.intro__btn--career {
  margin-top: 40px;
}
.intro__img {
  position: absolute;
  bottom: 0;
  right: -12px;
  max-width: 100%;
}
.intro__img--about {
  position: static;
}
.intro__img--contact {
  right: 10%;
}
@media (max-width: 1200px) {
  .intro__img {
    position: static;
  }
}

.title {
  font-weight: 700;
  font-size: 44px;
  line-height: 57px;
  color: #1a2578;
}
@media (max-width: 768px) {
  .title {
    font-size: 34px;
    line-height: 35px;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.title--intro {
  font-size: 48px;
  line-height: 62px;
}
@media (max-width: 768px) {
  .title--intro {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  .title--intro {
    font-size: 32px;
    line-height: 27px;
  }
}

.brands {
  padding: 100px 0 110px;
}
@media (max-width: 768px) {
  .brands {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .brands {
    padding: 40px 0;
  }
}
.brands__title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .brands__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .brands__title {
    font-size: 26px;
  }
}
.brands__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .brands__list {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .brands__list {
    gap: 20px;
    text-align: center;
  }
}

.brands__list .list__item {
  flex: 0 0 10%;
}
@media (max-width: 992px) {
  .brands__list .list__item {
    flex: 0 0 20%;
  }
}
@media (max-width: 480px) {
  .brands__list .list__item {
    flex: 0 0 40%;
  }
}
@media (max-width: 360px) {
  .brands__list .list__item {
    flex: 0 0 50%;
  }
}
.brands__list .list__item img {
  max-width: 100%;
}

.products {
  padding: 106px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .products {
    padding: 60px 0;
  }
}
.products__title {
  margin-bottom: 16px;
}
.products__text {
  margin-bottom: 97px;
}
@media (max-width: 768px) {
  .products__text {
    margin-bottom: 60px;
  }
}
.products__cards {
  display: flex;
  justify-content: space-between;
  text-align: left;
  gap: 32px;
}
@media (max-width: 992px) {
  .products__cards {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .products__cards {
    gap: 25px;
  }
}

.card__item {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(22, 23, 72, 0.07), 0px 25px 35px rgba(22, 23, 72, 0.08);
  border-radius: 8px;
  min-height: 530px;
}
@media (max-width: 992px) {
  .card__item {
    text-align: center;
    min-height: unset;
  }
}
.card__logo img {
  max-width: 100%;
}
.card__content {
  padding: 62px 62px 0;
}
@media (max-width: 768px) {
  .card__content {
    padding: 45px 45px 0;
  }
}
.card__logo {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .card__logo {
    margin-bottom: 25px;
  }
}
.card__text {
  font-size: 24px;
  line-height: 31px;
  color: #3a3a3c;
  margin-bottom: 33px;
}
@media (max-width: 768px) {
  .card__text {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .card__text {
    font-size: 20px;
    line-height: 20px;
  }
}
.card__img img {
  max-width: 100%;
}

.creators {
  padding: 73px 0;
  background: linear-gradient(268.52deg, #e3e7f6 -52.27%, rgba(227, 231, 246, 0) 138.23%);
}
@media (max-width: 768px) {
  .creators {
    padding: 60px 0;
  }
}
.creators__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .creators__inner {
    flex-direction: column;
    text-align: center;
  }
}
.creators__block {
  max-width: 420px;
}
@media (max-width: 992px) {
  .creators__block {
    max-width: 620px;
  }
}
.creators__title {
  margin-bottom: 16px;
}
.creators__img {
  flex: 0 0 60%;
  text-align: right;
}
.creators__img img {
  max-width: 100%;
}

.innovation {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .innovation {
    padding: 60px 0 15px;
  }
}
.innovation__inner {
  text-align: center;
}
.innovation__title {
  margin-bottom: 16px;
}
.innovation__text {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .innovation__text {
    margin-bottom: 15px;
  }
}
.innovation__buttons {
  text-align: left;
}
@media (max-width: 480px) {
  .innovation__buttons {
    display: none;
  }
}

.swiper-wrapper {
  padding: 45px 0;
}

.swiper-button-disabled svg path {
  fill: #c2d1d9;
}

.slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 8px rgba(22, 23, 72, 0.07), 0px 25px 35px rgba(22, 23, 72, 0.05);
  border-radius: 8px;
  min-height: 119px;
}
.slider__item img {
  max-width: 100%;
}

.slider-button-next,
.slider-button-prev {
  background: none;
  border: none;
}

.slider-button-prev {
  transform: rotate(180deg) translateY(3.5px);
  margin-right: 8px;
}

.build {
  padding: 117px 0;
  background: linear-gradient(335.73deg, #e3e7f6 12.46%, rgba(227, 231, 246, 0) 84.19%);
}
@media (max-width: 768px) {
  .build {
    padding: 60px 0;
  }
}
.build__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .build__inner {
    flex-direction: column;
  }
}
.build__block {
  flex: 0 0 35%;
  max-width: 365px;
  text-align: left;
}
@media (max-width: 992px) {
  .build__block {
    max-width: 620px;
    text-align: center;
  }
}
.build__title {
  margin-bottom: 16px;
}
.build__text {
  margin-bottom: 16px;
}
.build__img img {
  max-width: 100%;
}

.footer {
  background: #0d123c;
}
.footer__top {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .footer__top {
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer__top {
    padding: 35px 0;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 30px;
}
.footer__text {
  color: #fff;
}
@media (max-width: 480px) {
  .footer__text {
    font-size: 20px;
  }
}
.footer__column {
  color: #fff;
}
.footer__column:not(:last-child) {
  margin-right: 100px;
}
@media (max-width: 992px) {
  .footer__column:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .footer__column:not(:last-child) {
    position: relative;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .footer__column {
    padding: 20px 0;
  }
  .footer__column::after {
    position: absolute;
    content: "";
    right: 50%;
    bottom: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    opacity: 0.6;
  }
}
.footer__line {
  border: 1px solid rgba(197, 203, 226, 0.5);
}
.footer__bottom {
  padding: 29px 0 38px;
}

.top__block:first-child {
  max-width: 290px;
}
@media (max-width: 992px) {
  .top__block:first-child {
    text-align: center;
    margin-bottom: 40px;
  }
}
.top__block:last-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .top__block:last-child {
    align-items: center;
    flex-direction: column;
  }
}

.column__title {
  display: block;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .column__title {
    text-align: center;
    font-size: 22px;
  }
}
.column__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .column__item {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .column__list {
    text-align: center;
  }
}
.column__social {
  display: flex;
  gap: 15px;
}

.bottom__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 480px) {
  .bottom__block {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .bottom__reserved {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.bottom__link {
  text-decoration: underline;
}

.company {
  padding: 100px 0 55px;
}
@media (max-width: 768px) {
  .company {
    padding: 60px 0;
  }
}
.company__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media (max-width: 992px) {
  .company__inner {
    flex-direction: column;
  }
}
.company__block {
  flex: 0 0 50%;
  max-width: 400px;
  text-align: left;
}
@media (max-width: 992px) {
  .company__block {
    max-width: 620px !important;
    text-align: center;
  }
}
.company__block--reverse {
  max-width: 470px;
}
.company__logo {
  margin-bottom: 32px;
}
.company__logo img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .company__logo {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .company__logo {
    max-width: 200px;
    margin: 0 auto 15px;
  }
}
.company__text {
  font-size: 16px;
  line-height: 27px;
}
.company__text:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .company__text:not(:last-child) {
    margin-bottom: 15px;
  }
}
.company__btn {
  margin-top: 42px;
}
@media (max-width: 768px) {
  .company__btn {
    margin-top: 20px;
  }
}
.company__img img {
  max-width: 100%;
}

.know {
  padding: 80px 0 137px;
}
.know--career {
  padding-bottom: 112px;
}
@media (max-width: 768px) {
  .know {
    padding: 60px 0;
  }
}
.know__block {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.know__title {
  margin-bottom: 20px;
}
.know__text {
  margin-bottom: 40px;
}
.know__btn:first-child {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .know__btn {
    display: block;
  }
  .know__btn:first-child {
    margin: 0 0 15px;
  }
  .know__btn--career:first-child {
    margin-bottom: 0;
  }
}
.know__btn--career:first-child {
  margin-right: 0;
}

.facts {
  padding: 83px 0;
}
@media (max-width: 768px) {
  .facts {
    padding: 30px 0;
  }
}
.facts__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 992px) {
  .facts__inner {
    flex-direction: column;
  }
}
.facts__item {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
  padding-top: 53px;
  box-shadow: 0px 0px 8px rgba(22, 23, 72, 0.07), 0px 25px 35px rgba(22, 23, 72, 0.05);
  border-radius: 8px;
  min-height: 318px;
  text-align: center;
}
.facts__number {
  font-weight: 700;
  font-size: 56px;
  line-height: 62px;
  color: #1a2578;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .facts__number {
    font-size: 46px;
    line-height: 42px;
  }
}
.facts__text {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: revert;
}
.facts__img {
  max-width: 330px;
}

.culture {
  padding: 65px 0;
  background: linear-gradient(268.52deg, #e3e7f6 -52.27%, rgba(227, 231, 246, 0) 138.23%);
}
.culture__inner {
  text-align: center;
}
.culture__title {
  margin-bottom: 16px;
}
.culture__text {
  margin-bottom: 97px;
}
@media (max-width: 768px) {
  .culture__text {
    margin-bottom: 60px;
  }
}
.culture__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 36px;
}
@media (max-width: 992px) {
  .culture__list {
    gap: 30px;
  }
}
.culture__item {
  padding: 40px;
  flex: 0 0 30%;
  text-align: left;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(22, 23, 72, 0.07), 0px 25px 35px rgba(22, 23, 72, 0.05);
  border-radius: 8px;
}
@media (max-width: 992px) {
  .culture__item {
    flex: 0 0 48%;
  }
}
@media (max-width: 768px) {
  .culture__item {
    flex: 0 0 100%;
  }
}

.item__title {
  font-size: 28px;
  line-height: 31px;
  color: #3a3a3c;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .item__title {
    font-size: 26px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.item__title--career {
  position: relative;
  padding-left: 54px;
}
.item__title--career-1::before {
  background-image: url("../images/careerPage/culture/01.svg");
}
.item__title--career-2::before {
  background-image: url("../images/careerPage/culture/02.svg");
}
.item__title--career-3::before {
  background-image: url("../images/careerPage/culture/03.svg");
}
.item__title--career-4::before {
  background-image: url("../images/careerPage/culture/04.svg");
}
.item__title--career-5::before {
  background-image: url("../images/careerPage/culture/05.svg");
}
.item__title--career-6::before {
  background-image: url("../images/careerPage/culture/06.svg");
}
.item__title--career::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: cover;
}

.we {
  padding: 32px 0 80px;
  background: linear-gradient(268.52deg, #e3e7f6 -52.27%, rgba(227, 231, 246, 0) 138.23%);
}
@media (max-width: 768px) {
  .we {
    padding: 60px 0;
  }
}
.we--reverse {
  background: unset;
}
.we__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .we__inner {
    flex-direction: column;
  }
}
.we__block {
  max-width: 400px;
  text-align: left;
  flex: 0 0 40%;
}
@media (max-width: 992px) {
  .we__block {
    max-width: 620px;
    text-align: center;
  }
}
.we__title {
  margin-bottom: 16px;
}
.we__text:not(:last-child) {
  margin-bottom: 20px;
}
.we__img img {
  max-width: 100%;
}

.hiring {
  padding: 150px 0;
  background: linear-gradient(268.52deg, #e3e7f6 -52.27%, rgba(227, 231, 246, 0) 138.23%);
}
@media (max-width: 768px) {
  .hiring {
    padding: 60px 0;
  }
}
.hiring__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .hiring__inner {
    flex-direction: column;
    gap: 100px;
  }
}
.hiring__block {
  max-width: 340px;
  flex: 0 0 30%;
}
@media (max-width: 992px) {
  .hiring__block {
    max-width: 620px;
    text-align: center;
  }
}
.hiring__title {
  margin-bottom: 16px;
}
.hiring__text {
  margin-bottom: 40px;
}
.hiring__btn {
  position: relative;
}
.hiring__decor {
  position: absolute;
  bottom: -70px;
  left: 70px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .hiring__decor {
    left: unset;
    right: 100px;
  }
}
@media (max-width: 480px) {
  .hiring__decor {
    right: 70px;
    width: 170px;
  }
}
.hiring__img img {
  max-width: 100%;
}

.life {
  padding: 58px 0;
  background: linear-gradient(270.76deg, #e3e7f6 -55.5%, rgba(227, 231, 246, 0) 145.36%);
}
.life__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 992px) {
  .life__list {
    align-items: center;
    text-align: -webkit-center;
  }
}
.life__block {
  max-width: 330px;
  text-align: left;
}
@media (max-width: 992px) {
  .life__block {
    max-width: 620px;
    text-align: center;
  }
}
.life__title {
  max-width: 110px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .life__title {
    max-width: 620px;
  }
}
.life__item {
  flex: 0 0 48%;
}
.life__item img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .life__item {
    flex: 0 0 100%;
  }
}

.banner {
  padding: 56px 0;
}
@media (max-width: 768px) {
  .banner {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .banner {
    padding: 15px 0;
  }
}
.banner__inner {
  text-align: center;
}
.banner__link img {
  max-width: 100%;
}

.join {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .join {
    padding: 60px 0;
  }
}
.join__inner {
  text-align: center;
}
.join__tile {
  margin-bottom: 16px;
}
.join__text {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .join__text {
    margin-bottom: 60px;
  }
}
.join__item {
  padding: 35px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(22, 23, 72, 0.07), 0px 17px 35px rgba(22, 23, 72, 0.05);
  border-radius: 8px;
}
.join__item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .join__item {
    padding: 30px 45px;
    flex-direction: column;
    gap: 20px;
  }
}
.join__btn {
  margin-top: 68px;
}
@media (max-width: 768px) {
  .join__btn {
    margin-bottom: 40px;
  }
}

.item__left {
  text-align: left;
}

.left__title {
  font-size: 28px;
  line-height: 27px;
  color: #484c63;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .left__title {
    font-size: 26px;
    line-height: 25px;
    text-align: center;
  }
}
.left__descr {
  display: flex;
  font-size: 20px;
  line-height: 27px;
  color: #8f90a6;
  gap: 28px;
}
@media (max-width: 768px) {
  .left__descr {
    justify-content: space-between;
  }
}
.left__time {
  display: block;
  padding-left: 28px;
  position: relative;
}
.left__time::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/careerPage/join/time.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.left__location {
  display: block;
  position: relative;
  padding-left: 28px;
}
.left__location::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/careerPage/join/location.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.contact {
  padding: 100px 0 160px;
}
@media (max-width: 768px) {
  .contact {
    padding: 60px 0;
  }
}
.contact__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .contact__inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.contact__block {
  flex: 0 0 50%;
}
.contact__block:last-child {
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .contact__block {
    width: 80%;
  }
  .contact__block:last-child {
    transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .contact__block {
    width: 100%;
  }
}
.contact__form {
  padding: 50px 50px 55px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(22, 23, 72, 0.07), 0px 25px 35px rgba(22, 23, 72, 0.05);
  border-radius: 8px;
}
@media (max-width: 480px) {
  .contact__form {
    padding: 30px 30px 35px;
  }
}

.form__label {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #8f90a6;
  margin-bottom: 5px;
}
.form__input {
  padding: 20px 32px;
  border: 1px solid #e3e7f6;
  border-radius: 6px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .form__input {
    padding: 15px 25px;
  }
}
.form__textarea {
  padding: 20px 32px;
  resize: none;
  border: 1px solid #e3e7f6;
  border-radius: 6px;
  min-height: 148px;
  margin-bottom: 30px;
}
.form__btn {
  width: fit-content;
}

.location__item {
  max-width: 250px;
  text-align: left;
  margin: 0 auto;
}
.location__item:not(:last-child) {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .location__item {
    max-width: 420px;
  }
}
.location__title {
  position: relative;
  padding-left: 60px;
  font-weight: 700;
  color: black;
  margin-bottom: 25px;
}
.location__title-1::before {
  background: url("../images/contactPage/contact/01.jpg");
}
.location__title-2::before {
  background: url("../images/contactPage/contact/02.jpg");
}
.location__title-3::before {
  background: url("../images/contactPage/contact/02.jpg");
}
.location__title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 40px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: cover;
}
.location__text {
  line-height: 150%;
  letter-spacing: 0.005em;
  color: black;
}