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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "RobotoMono";
  src: url("../fonts/RobotoMono-Regular.woff2") format("woff2"), url("../fonts/RobotoMono-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "RobotoMono";
  src: url("../fonts/RobotoMono-Bold.woff2") format("woff2"), url("../fonts/RobotoMono-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0D1823;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  height: 100%;
  max-width: 100vw;
}

h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

a {
  text-decoration: none;
}

.main {
  position: relative;
  top: -40px;
  border-radius: 42px 42px 0 0;
  background-color: white;
  z-index: 50;
}
@media (max-width: 767px) {
  .main {
    border-radius: 24px 24px 0 0;
    top: -32px;
  }
}

.container {
  max-width: 1440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.btn {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #D61336;
  border-radius: 8px;
  padding: 16px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: white;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover {
  background-color: #AB052E;
}
@media (max-width: 1023px) {
  .btn:hover {
    background-color: #D61336;
  }
}

.icon-box {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background-color: #D61336;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 92px;
}
.slider-control-left, .slider-control-right {
  width: 40px;
  height: 40px;
  background: rgba(226, 226, 226, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  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;
  cursor: pointer;
}
.slider-control-right {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.mobile-slider {
  display: none;
  position: relative;
  width: 100%;
  max-width: 358px;
  background: #F5F5F5;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: 12px;
  margin-top: 32px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mobile-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.mobile-slider .slick-dots li {
  list-style: none;
  margin-right: 8px;
}
.mobile-slider .slick-dots li:last-child {
  margin-right: 0;
}
.mobile-slider .slick-dots li.slick-active button {
  background-color: #0D1823;
}
.mobile-slider .slick-dots button {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  background-color: #AFB3B6;
  cursor: pointer;
}
.mobile-slider-item {
  position: relative;
  color: #0D1823;
  padding: 20px 80px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile-slider-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  max-width: 283px;
}
.mobile-slider-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  max-width: 283px;
  margin-top: 4px;
  opacity: 0.7;
}
.mobile-slider-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: white;
}
@media (max-width: 767px) {
  .mobile-slider {
    display: block;
  }
}

.popup-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@media (max-width: 767px) {
  .popup-open {
    padding-right: 0;
  }
}

.popup-open-for-html {
  overflow: hidden;
}

#callback-form {
  scroll-margin-top: 200px;
}
@media (max-width: 1023px) {
  #callback-form {
    scroll-margin-top: 40px;
  }
}

#about {
  scroll-margin-top: 120px;
}
@media (max-width: 1023px) {
  #about {
    scroll-margin-top: 40px;
  }
}

#location {
  scroll-margin-top: 120px;
}
@media (max-width: 1023px) {
  #location {
    scroll-margin-top: 40px;
  }
}

#main-features, #features {
  scroll-margin-top: 120px;
}
@media (max-width: 1023px) {
  #main-features, #features {
    scroll-margin-top: 40px;
  }
}

#vacancies-box {
  scroll-margin-top: 120px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 50;
}
.header .container.fix-move {
  padding-left: 63px;
  padding-right: 77px;
}
@media (max-width: 767px) {
  .header .container.fix-move {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header__wrapper {
  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-svg-red {
  display: none;
}
@media (max-width: 767px) {
  .header__logo svg {
    width: 146px;
    height: 29px;
  }
}
.header__right {
  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__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 122px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header__nav-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: white;
  margin-right: 4px;
  background-color: transparent;
  border-radius: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 12px 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__nav-link:last-child {
  margin-right: 0;
}
.header__nav-link.active {
  background-color: #F3F3F3;
  color: #0D1823;
}
.header__nav-link.active:hover {
  opacity: 1;
}
.header__nav-link:hover {
  opacity: 0.6;
}
@media (max-width: 1210px) {
  .header__nav {
    margin-right: 40px;
  }
}
@media (max-width: 1140px) {
  .header__nav {
    display: none;
  }
}
.header__phone {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: white;
  margin-right: 24px;
}
/*
@media (max-width: 1369px) {
  .header__phone {
    display: none;
  }
}
*/
@media (max-width: 767px) {
  .btn.callback {
  	display: none;
  }
  .header__phone {
  	vertical-align: super;
  }
  .header .callback {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
  }
}
.header.fix {
  position: fixed;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: 400;
}
.header.fix .header__nav-link, .header.fix .header__phone {
  color: #0D1823;
}
.header.fix .header__logo-svg-white {
  display: none;
}
.header.fix .header__logo-svg-red {
  display: block;
}
@media (max-width: 767px) {
  .header {
    padding: 28px 0;
  }
}

.hero {
  position: relative;
  padding: 270px 0 110px 0;
  background-color: #9C9EA6;
  background-image: url("../images/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 24, 35, 0.3);
  z-index: 40;
}
.hero__gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 524px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 24, 35, 0.9)), to(rgba(13, 24, 35, 0)));
  background: linear-gradient(180deg, rgba(13, 24, 35, 0.9) 0%, rgba(13, 24, 35, 0) 100%);
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: 30;
}
.hero__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 50;
}
@media (max-width: 1023px) {
  .hero__left {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero__left {
    padding-bottom: 15px;
  }
}
.hero__title {
  color: white;
  max-width: 670px;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 32px;
    line-height: 36px;
    max-width: 310px;
  }
}
.hero__class {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: white;
  max-width: 550px;
  margin-top: 111px;
}
@media (max-width: 767px) {
  .hero__class {
    margin-top: 70px;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
  }
}
.hero__description {
  color: white;
  max-width: 345px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .hero__description {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
  }
}
.hero__slider {
  position: relative;
  width: 383px;
  background: rgba(232, 232, 232, 0.1);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: 12px;
  margin-top: 27px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hero__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.hero__slider .slick-dots li {
  list-style: none;
  margin-right: 8px;
}
.hero__slider .slick-dots li:last-child {
  margin-right: 0;
}
.hero__slider .slick-dots li.slick-active button {
  background-color: white;
}
.hero__slider .slick-dots button {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.hero__slider-item {
  position: relative;
  color: white;
  padding: 20px 80px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero__slider-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  max-width: 283px;
}
.hero__slider-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  max-width: 283px;
  margin-top: 4px;
  opacity: 0.7;
}
.hero__slider-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: white;
}
@media (max-width: 767px) {
  .hero__slider {
    display: none;
  }
}
.hero__btn {
  display: inline-block;
  padding: 24px;
}
@media (max-width: 1023px) {
  .hero__btn {
    display: none;
  }
}
.hero__mob-btn {
  display: none;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .hero__mob-btn {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .hero {
    padding: 156px 0 46px 0;
  }
}

.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 37px;
}
.data__box {
  margin-right: 110px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.data__box:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-right: 0;
}
@media (max-width: 1160px) {
  .data__box:last-child {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 1160px) {
  .data__box {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .data__box {
    width: 50%;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .data__box:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .data__box:nth-child(4) {
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .data__box:nth-child(4) .data__value {
    white-space: wrap;
    max-width: 180px;
  }
}
.data__name {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  opacity: 0.5;
}
.data__value {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .data__value {
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
  }
}
@media (max-width: 369px) {
  .data__value {
    font-size: 14px;
  }
}
.data__value-in-month {
  opacity: 0.5;
}
@media (max-width: 1160px) {
  .data {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .data {
    padding-top: 24px;
  }
}

.about {
  margin-top: 117px;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1176px) {
  .about__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__sign {
  font-family: "RobotoMono", sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding-top: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.about__sign-bull {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #161719;
  margin-right: 12px;
}
@media (max-width: 1023px) {
  .about__sign {
    padding-top: 0;
  }
}
.about__right {
  margin-left: 166px;
}
@media (max-width: 1176px) {
  .about__right {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .about__right {
    width: 100%;
  }
}
.about__text {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #868B90;
  max-width: 766px;
}
@media (max-width: 1176px) {
  .about__text {
    font-size: 24px;
    line-height: 32px;
    max-width: 670px;
  }
}
@media (max-width: 1023px) {
  .about__text {
    font-size: 24px;
    line-height: 28px;
    margin-top: 24px;
    max-width: 100%;
  }
}
.about__text-strong {
  color: #0D1823;
}
.about__slider {
  width: 766px;
  height: 458px;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 48px;
}
@media (max-width: 1176px) {
  .about__slider {
    width: 700px;
    height: 418px;
  }
}
.about__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__slider .slick-list, .about__slider .slick-track {
  height: 100%;
}
.about__slider .slick-slide {
  height: 100%;
}
.about__slider-item {
  width: 100%;
  height: 100%;
}
.about__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 28px;
}
.about__slider-controls-left, .about__slider-controls-right {
  width: 40px;
  height: 40px;
  background: rgba(226, 226, 226, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  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;
  cursor: pointer;
}
.about__slider-controls-counter {
  font-family: "RobotoMono", sans-serif;
  font-weight: 700;
  color: #161719;
  margin: 0 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.about__slider-controls-left {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 1023px) {
  .about__slider-controls {
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  .about__slider {
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .about__slider {
    height: 214px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-top: 32px;
  }
}

.map {
  width: 100%;
  height: 590px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.map__wrapper {
  margin-top: 92px;
}
@media (max-width: 1023px) {
  .map__wrapper {
    margin-top: 64px;
  }
}
.map__info {
  position: absolute;
  top: 49px;
  left: 52px;
  background: rgba(232, 232, 232, 0.1);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: 24px;
  z-index: 50;
  padding: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 447px;
  height: 491px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1300px) {
  .map__info {
    max-width: 390px;
  }
}
@media (max-width: 1023px) {
  .map__info {
    display: none;
  }
}
.map__info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.8;
  margin-top: 24px;
}
.map__btn {
  margin-top: auto;
}
.map__mob-title {
  display: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .map__mob-title {
    display: block;
  }
}
.map__mob-info {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px;
}
.map__mob-info-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}
.map__mob-info-btn {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .map__mob-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.map [class*=copyrights-pane] {
  display: none !important;
}
@media (max-width: 1023px) {
  .map {
    height: 275px;
  }
}

.main-features {
  margin-top: 92px;
}
.main-features__items {
  margin-top: 48px;
}
@media (max-width: 1023px) {
  .main-features__items {
    margin-top: 33px;
  }
}
.main-features__items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
.main-features__items-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 1174px) {
  .main-features__items-row {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .main-features__items-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.main-features__item {
  position: relative;
  padding: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(243, 243, 243, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 24px;
  width: 100%;
  max-width: 365px;
  height: 260px;
  margin-right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-features__item-middle {
  width: 100%;
  max-width: 498px;
}
.main-features__item-middle .main-features__item-big-name {
  max-width: 244px;
}
@media (max-width: 1023px) {
  .main-features__item-middle {
    max-width: 100%;
  }
}
.main-features__item:first-child {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1023px) {
  .main-features__item:first-child {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.main-features__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.main-features__item .icon-box {
  position: absolute;
  top: 34px;
  right: 34px;
}
@media (max-width: 1174px) {
  .main-features__item .icon-box {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 1023px) {
  .main-features__item .icon-box {
    top: 20px;
    right: 20px;
  }
}
.main-features__item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  max-width: 252px;
}
.main-features__item-info {
  margin-top: auto;
}
.main-features__item-value {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}
.main-features__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.6;
  max-width: 300px;
  margin-top: 16px;
}
.main-features__item-big-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  max-width: 500px;
}
@media (max-width: 1174px) {
  .main-features__item-big-name {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .main-features__item-big-name {
    font-size: 24px;
    line-height: 28px;
    max-width: 262px;
  }
}
@media (max-width: 369px) {
  .main-features__item-big-name {
    font-size: 20px;
    line-height: 24px;
    max-width: 222px;
  }
}
@media (max-width: 1174px) {
  .main-features__item {
    margin-right: 24px;
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .main-features__item {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .main-features {
    margin-top: 64px;
  }
}

.features {
  margin-top: 92px;
}
.features__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features__head-title {
  margin-right: 29px;
}
@media (max-width: 1023px) {
  .features__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.features__slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 48px;
}
.features__slider-item {
  position: relative;
  width: 384px;
  min-width: 384px;
  height: 512px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.features__slider-item-info {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: rgba(232, 232, 232, 0.1);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: 12px;
  color: white;
  padding: 16px 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 140px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 20;
}
.features__slider-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.features__slider-item-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.8;
  max-width: 280px;
}
.features__slider-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features__slider-item-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 269px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 24, 35, 0.8)), to(rgba(13, 24, 35, 0)));
  background: linear-gradient(180deg, rgba(13, 24, 35, 0.8) 0%, rgba(13, 24, 35, 0) 100%);
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .features__slider-item {
    width: 332px;
    min-width: 332px;
  }
}
@media (max-width: 369px) {
  .features__slider-item {
    width: 310px;
    min-width: 310px;
  }
}
.features__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features__slider .slick-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 384px;
  min-width: 384px;
  max-width: 384px;
  margin-right: 36px;
}
.features__slider .slick-slide:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .features__slider .slick-slide {
    width: 332px;
    min-width: 332px;
    max-width: 332px;
    margin-right: 20px;
  }
}
@media (max-width: 369px) {
  .features__slider .slick-slide {
    width: 310px;
    min-width: 300px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .features__slider {
    margin-top: 24px;
  }
}
@media (max-width: 1023px) {
  .features {
    margin-top: 64px;
  }
}

.vacancies {
  margin-top: 92px;
  background-color: #F3F3F3;
  border-radius: 24px;
  overflow: hidden;
}
.vacancies__wrapper {
  padding: 48px 52px 108px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1023px) {
  .vacancies__wrapper {
    padding: 24px 32px 64px;
  }
}
@media (max-width: 767px) {
  .vacancies__wrapper {
    padding: 24px 16px 64px;
  }
}
.vacancies__head {
  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;
}
.vacancies__head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .vacancies__head-left {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.vacancies__head-title {
  margin-right: 26px;
}
@media (max-width: 1023px) {
  .vacancies__head-title {
    font-size: 24px;
    line-height: 28px;
    max-width: 213px;
  }
}
@media (max-width: 369px) {
  .vacancies__head-title {
    margin-right: 0;
    max-width: 180px;
  }
}
.vacancies__head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .vacancies__head-right {
    display: none;
  }
}
.vacancies__head-offers-counter {
  font-weight: 500;
  line-height: 20px;
  margin-left: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vacancies__slider {
  margin-top: 48px;
}
.vacancies__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vacancies__slider .slick-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 352px;
  min-width: 352px;
  margin-right: 36px;
}
.vacancies__slider .slick-slide:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .vacancies__slider .slick-slide {
    max-width: 332px;
    min-width: 332px;
    margin-right: 20px;
  }
}
@media (max-width: 369px) {
  .vacancies__slider .slick-slide {
    max-width: 292px;
    min-width: 292px;
  }
}
@media (max-width: 767px) {
  .vacancies__slider {
    margin-top: 24px;
    max-width: 332px;
    min-width: 332px;
  }
}
.vacancies__slider-item {
  background-color: white;
  border-radius: 16px;
  max-width: 352px;
  min-width: 352px;
  height: 354px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vacancies__slider-item-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #161719;
}
.vacancies__slider-item-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #161719;
  opacity: 0.6;
  margin-top: 16px;
}
.vacancies__slider-item-nds {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #161719;
  opacity: 0.6;
  margin-top: 2px;
}
.vacancies__slider-item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vacancies__slider-item-tag {
  background-color: #F3F3F4;
  border-radius: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #161719;
  opacity: 0.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.vacancies__slider-item-tag:last-child {
  margin-right: 0;
}
.vacancies__slider-item-btn {
  display: block;
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .vacancies__slider-item {
    padding: 20px 16px;
  }
}
.vacancies__offer {
  background-color: #D61336;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vacancies__offer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 52px 103px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
@media (max-width: 1023px) {
  .vacancies__offer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .vacancies__offer-wrapper {
    padding-bottom: 0;
    padding: 32px 32px 0;
  }
}
.vacancies__offer-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vacancies__offer-form-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
}
@media (max-width: 1023px) {
  .vacancies__offer-form-title {
    font-size: 24px;
  }
}
@media (max-width: 369px) {
  .vacancies__offer-form-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.vacancies__offer-form-subtitle {
  font-weight: 400;
  line-height: 22px;
  max-width: 450px;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .vacancies__offer-form-subtitle {
    font-size: 12px;
    line-height: 16px;
    max-width: 278px;
  }
}
.vacancies__offer-form-row {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1023px) {
  .vacancies__offer-form-row {
    margin-top: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.vacancies__offer-form-group {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 342px;
}
@media (max-width: 1429px) {
  .vacancies__offer-form-group {
    width: 270px;
  }
}
@media (max-width: 1299px) {
  .vacancies__offer-form-group {
    width: 230px;
  }
}
@media (max-width: 1023px) {
  .vacancies__offer-form-group {
    width: 100%;
    max-width: 342px;
  }
}
.vacancies__offer-form-label {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
}
.vacancies__offer-form-input {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  background-color: white;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
}
.vacancies__offer-form-input::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  opacity: 0.6;
}
.vacancies__offer-form-input::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  opacity: 0.6;
}
.vacancies__offer-form-input:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  opacity: 0.6;
}
.vacancies__offer-form-input::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  opacity: 0.6;
}
.vacancies__offer-form-input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  opacity: 0.6;
}
.vacancies__offer-form-submit {
  background-color: white;
  color: #D61336;
  margin-left: 11px;
}
@media (max-width: 1023px) {
  .vacancies__offer-form-submit {
    margin-left: 0;
    margin-top: 16px;
  }
}
.vacancies__offer-form-submit:hover {
  background-color: white;
}
.vacancies__offer-right {
  margin-left: 45px;
  width: 100%;
}
@media (max-width: 1299px) {
  .vacancies__offer-right {
    margin-left: 25px;
  }
}
@media (max-width: 1023px) {
  .vacancies__offer-right {
    margin-left: 0;
    margin-top: 20px;
  }
}
.vacancies__offer-person {
  position: relative;
  width: 100%;
  height: 100%;
}
.vacancies__offer-person-photo {
  width: 336px;
  height: 445px;
  position: absolute;
  bottom: -103px;
  z-index: 20;
}
.vacancies__offer-person-photo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1429px) {
  .vacancies__offer-person-photo {
    width: 300px;
    height: 397px;
  }
}
@media (max-width: 1169px) {
  .vacancies__offer-person-photo {
    width: 248px;
    height: 328px;
  }
}
@media (max-width: 1023px) {
  .vacancies__offer-person-photo {
    position: static;
  }
}
.vacancies__offer-person-info {
  position: absolute;
  bottom: -33px;
  left: 215px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: 12px;
  padding: 20px 34px 27px 119px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 393px;
}
@media (max-width: 1429px) {
  .vacancies__offer-person-info {
    min-width: 340px;
    padding: 20px 24px 27px 70px;
    left: 220px;
  }
}
@media (max-width: 1269px) {
  .vacancies__offer-person-info {
    min-width: 300px;
    padding: 20px 24px 27px 40px;
    left: 240px;
  }
}
@media (max-width: 1169px) {
  .vacancies__offer-person-info {
    min-width: 240px;
    left: 175px;
  }
}
@media (max-width: 1023px) {
  .vacancies__offer-person-info {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .vacancies__offer-person-info {
    left: -16px;
    right: -16px;
    padding: 20px;
  }
}
.vacancies__offer-person-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.vacancies__offer-person-position {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.7;
  margin-top: 4px;
  max-width: 230px;
}
.vacancies__mob-offers-counter {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 24px;
}
.vacancies__mob-offers-counter .icon-box {
  margin-right: 12px;
}
@media (max-width: 1023px) {
  .vacancies__mob-offers-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .vacancies {
    margin-top: 64px;
    margin: 64px -16px 0;
  }
}

.footer {
  position: relative;
  background-color: #0D1823;
}
.footer__wrapper {
  padding: 52px 52px 33px;
  width: 73.6153%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1239px) {
  .footer__wrapper {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 32px 41px;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    padding: 35px 16px 41px;
  }
}
@media (max-width: 1023px) {
  .footer__logo svg {
    width: 162px;
    height: 32px;
  }
}
.footer__left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.footer__up, .footer__mob-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer__up-btn, .footer__mob-up-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  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;
  cursor: pointer;
}
.footer__up-text, .footer__mob-up-text {
  font-weight: 400;
  color: white;
  font-size: 14px;
  line-height: 20px;
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .footer__up, .footer__mob-up {
    display: none;
  }
}
.footer__right {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 7px;
}
@media (max-width: 1023px) {
  .footer__right {
    padding: 0;
    margin-top: 48px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer__nav-link {
  font-weight: 500;
  color: white;
  font-size: 12px;
  line-height: 16px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer__nav-link:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .footer__nav-link:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .footer__nav-link {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer__nav-link:hover {
  opacity: 0.4;
}
@media (max-width: 1023px) {
  .footer__nav-link:hover {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__phone {
  font-weight: 500;
  color: white;
  font-size: 48px;
  line-height: 48px;
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .footer__phone {
    font-size: 40px;
  }
}
@media (max-width: 369px) {
  .footer__phone {
    font-size: 32px;
  }
}
.footer__btn {
  margin-top: 28px;
}
@media (max-width: 1023px) {
  .footer__btn {
    margin-top: 16px;
  }
}
.footer__copyright {
  font-weight: 400;
  color: white;
  font-size: 14px;
  line-height: 20px;
  margin-top: 154px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1023px) {
  .footer__copyright {
    margin-top: 85px;
  }
}
.footer__mob-up {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1023px) {
  .footer__mob-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 16px;
  }
}

.callback-popup {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}
.callback-popup.open {
  visibility: visible;
}
.callback-popup__overlay {
  width: 100%;
  height: 100%;
  background-color: #0D1823;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.callback-popup__overlay.show {
  opacity: 0.6;
}
.callback-popup__body {
  position: absolute;
  top: 31px;
  right: -100%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 582px;
  padding: 76px 68px 158px;
  border-radius: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.callback-popup__body-send-animation {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  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;
}
.callback-popup__body-send-animation .spinner {
  width: 80px;
  height: 80px;
  border: 2px solid #F3F3F3;
  border-top: 3px solid #D61336;
  border-radius: 100%;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.callback-popup__body-send-animation.visible {
  visibility: visible;
}
.callback-popup__body.open {
  right: 59px;
}
@media (max-width: 767px) {
  .callback-popup__body.open {
    right: 32px;
  }
}
.callback-popup__body-close {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #F7F8FA;
  position: absolute;
  top: 32px;
  right: 32px;
}
@media (max-width: 767px) {
  .callback-popup__body-close {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 368px) {
  .callback-popup__body-close {
    width: 32px;
    height: 32px;
  }
}
.callback-popup__body-close svg {
  width: 8px;
  height: 8px;
}
@media (max-width: 767px) {
  .callback-popup__body {
    top: 60px;
    padding: 32px 24px 60px;
    max-width: 326px;
  }
}
.callback-popup__form-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .callback-popup__form-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 368px) {
  .callback-popup__form-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.callback-popup__form-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.6;
  margin-top: 12px;
  max-width: 395px;
}
@media (max-width: 767px) {
  .callback-popup__form-text {
    font-size: 14px;
    line-height: 20px;
    max-width: 240px;
  }
}
.callback-popup__form-group {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 32px;
}
.callback-popup__form-group.error .callback-popup__form-input {
  border: 1px solid #D61336;
}
.callback-popup__form-group.error .callback-popup__form-error-message {
  display: block;
}
.callback-popup__form-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  margin-bottom: 12px;
}
.callback-popup__form-input {
  outline: none;
  border: 1px solid #D2D7DF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  padding: 20px;
  width: 100%;
  max-width: 342px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
}
.callback-popup__form-input::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  opacity: 0.6;
}
.callback-popup__form-input::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  opacity: 0.6;
}
.callback-popup__form-input:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  opacity: 0.6;
}
.callback-popup__form-input::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  opacity: 0.6;
}
.callback-popup__form-input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #202B39;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .callback-popup__form-input {
    padding: 15px;
  }
}
.callback-popup__form-error-message {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #E81D25;
  margin-top: 12px;
}
.callback-popup__form-submit {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .callback-popup__form-submit {
    margin-top: 24px;
    width: 100%;
  }
}

.modal-success {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}
.modal-success.open {
  visibility: visible;
}
.modal-success__overlay {
  width: 100%;
  height: 100%;
  background-color: #0D1823;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.modal-success__overlay.show {
  opacity: 0.6;
}
.modal-success__body {
  position: absolute;
  top: 31px;
  right: -100%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 582px;
  min-height: 576px;
  padding: 76px 68px 158px;
  border-radius: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal-success__body.open {
  right: 59px;
}
@media (max-width: 767px) {
  .modal-success__body.open {
    right: 32px;
  }
}
.modal-success__body-close {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #F7F8FA;
  position: absolute;
  top: 32px;
  right: 32px;
}
@media (max-width: 767px) {
  .modal-success__body-close {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 368px) {
  .modal-success__body-close {
    width: 32px;
    height: 32px;
  }
}
.modal-success__body-close svg {
  width: 8px;
  height: 8px;
}
@media (max-width: 767px) {
  .modal-success__body {
    top: 60px;
    padding: 32px 24px 60px;
    max-width: 326px;
    min-height: 396px;
  }
}
.modal-success__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .modal-success__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 368px) {
  .modal-success__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.modal-success__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.6;
  margin-top: 12px;
  max-width: 395px;
}
@media (max-width: 767px) {
  .modal-success__text {
    font-size: 14px;
    line-height: 20px;
    max-width: 240px;
  }
}