@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Unbounded:wght@300..700&display=swap");
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, ul, 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;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type=text], input[type=email], input[type=tel] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

input[type=submit], button {
  cursor: pointer;
}

input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

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

button {
  margin: 0;
  padding: 0;
  border: 0;
}
button:disabled {
  background: #242424;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

a {
  text-decoration: none;
}

div, input, textarea, select, button, img, li, i, h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

div, section {
  display: block;
}

ul {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(0, 0, 0, 0.5);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
button, input, textarea {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  background: transparent;
}

b, strong {
  font-weight: 700;
}

svg path {
  -webkit-transition: fill 0.3s, stroke 0.3s;
  -o-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  --black: #000;
  --accent: #FF4D00;
  --white: #fff;
  --gray: #4C5254;
  width: 100%;
  line-height: 1.4;
  min-height: 100vh;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  color: var(--black);
  background: var(--white);
  line-height: normal;
  position: relative;
  overflow-x: hidden;
}

.row {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1440px;
}

.btn {
  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;
  height: 60px;
  border-radius: 16px;
  background: var(--accent);
  padding: 0 25px;
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-transition: border-radius 0.5s;
  -o-transition: border-radius 0.5s;
  transition: border-radius 0.5s;
}
.btn:not(:has(img))::after {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  background: url(../img/icon-but.svg) center no-repeat;
  margin-left: 64px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.btn img {
  width: auto;
  max-width: 20px;
  height: auto;
  margin-left: 65px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.btn.black {
  background: var(--black);
}
.btn.white {
  background: var(--white);
  color: var(--black);
}
.btn.light:not(:has(img))::after {
  margin-left: 40px;
}
.btn.light img {
  margin-left: 40px;
}
.btn span {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.all {
  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;
  height: 60px;
  border-radius: 20px;
  background: #f1f1f1;
  padding: 0 25px;
  font-size: 14px;
  color: var(--black);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
.all::after {
  content: "";
  float: right;
  width: 12px;
  height: 12px;
  margin: auto 0 auto 8px;
  background: url(../img/icon-all.svg) center/contain no-repeat;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.header__block {
  padding: 32px 0;
  position: relative;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.header__block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.header__logo {
  position: absolute;
  width: auto;
  max-width: 200px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__logo img {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.header__logo p {
  display: block;
  padding-top: 7px;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  -webkit-transition: margin 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: margin 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: margin 0.5s, opacity 0.5s, transform 0.5s;
  transition: margin 0.5s, opacity 0.5s, transform 0.5s;
  transition: margin 0.5s, opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.header__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.header__nav > ul {
  float: left;
}
.header__nav > ul > li {
  float: left;
  margin-right: 35px;
}
.header__nav > ul > li:has(> ul) {
  position: relative;
}
.header__nav > ul > li:last-child {
  margin-right: 0;
}
.header__nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 36px;
  color: var(--white);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__nav > ul > li > a:has(+ ul)::after, .header__nav > ul > li > a:has(+ div)::after {
  content: "";
  float: right;
  width: 8px;
  height: 8px;
  margin: auto 0 auto 7px;
  background: url(../img/icon-arrow1-white.svg) center no-repeat;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.header__nav > ul > li > ul {
  position: absolute;
  width: auto;
  height: auto;
  padding: 10px;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.header__nav > ul > li > ul::before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: -5px;
  width: 6px;
  height: 6px;
  background: url(../img/icon-arrow1-white.svg) center/contain no-repeat;
  opacity: 0.3;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__nav > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #202020;
  border-radius: 12px;
  z-index: 0;
}
.header__nav > ul > li > ul li {
  display: block;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
.header__nav > ul > li > ul li:first-child {
  margin-top: 0;
}
.header__nav > ul > li > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 16px;
  color: var(--white);
  border-radius: 4px;
  -webkit-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
.header__nav-child {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 10px;
  left: 0;
  top: 100%;
  border-radius: 30px;
  background: #131313;
  padding: 40px 50px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.header__nav-child_title {
  display: block;
  font-size: 18px;
  line-height: 110%;
  font-weight: 500;
  color: var(--white);
}
.header__nav-child_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 18px);
  margin: 0 -9px;
}
.header__nav-child_list li {
  float: left;
  width: calc(16.6666% - 18px);
  margin: 20px 9px 0;
}
.header__nav-child_list li a {
  display: block;
  width: 100%;
}
.header__nav-child_list li a i {
  display: block;
  width: 100%;
  position: relative;
  background: #1F1F1F;
  border-radius: 20px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.header__nav-child_list li a i::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.header__nav-child_list li a i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center;
}
.header__nav-child_list li a p {
  display: block;
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__humb, .header__callback {
  display: none;
}

.teaser {
  width: 100%;
  height: auto;
  min-height: calc(100vh + 30px);
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#2a2a2a));
  background: -o-linear-gradient(top, #000 0%, #2a2a2a 100%);
  background: linear-gradient(180deg, #000 0%, #2a2a2a 100%);
  overflow: hidden;
  padding: 150px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.teaser::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 500px;
  top: calc(60% - 250px);
  left: calc(50% - 300px);
  z-index: 0;
  fill: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  -webkit-filter: blur(234px);
          filter: blur(234px);
}
.teaser .row {
  margin: auto;
  position: relative;
}
.teaser__block {
  width: 100%;
}
.teaser__title {
  width: 100%;
  font-weight: 600;
  font-size: 44px;
  line-height: 114%;
  text-align: center;
  color: var(--white);
  font-family: "Unbounded", sans-serif;
}
.teaser__desc {
  display: block;
  margin-top: 25px;
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
  text-align: center;
  color: var(--accent);
}
.teaser__image {
  margin-top: 50px;
  height: 410px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teaser__image img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.teaser__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.teaser__but .btn {
  margin: 0 10px;
}
.teaser__info {
  position: absolute;
  left: 40px;
  top: calc(50% - 90px);
  width: 390px;
  border-radius: 30px;
  padding: 25px;
  background: rgba(14, 14, 14, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
.teaser__info:last-child {
  left: auto;
  right: 40px;
}
.teaser__info-image {
  position: absolute;
  right: 25px;
  top: 30px;
}
.teaser__info-image img {
  display: block;
  width: 76px;
  height: auto;
}
.teaser__info-name {
  float: left;
  margin-right: auto;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  border-radius: 15px;
  background: var(--accent);
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
}
.teaser__info-desc {
  margin-top: 25px;
  width: 100%;
  font-size: 16px;
  line-height: 130%;
  color: var(--white);
}
.teaser__currency {
  position: absolute;
  z-index: 5;
}
.teaser__currency.item1 {
  width: 79px;
  left: 20%;
  top: 30%;
  -webkit-animation: breathing 5s ease-in-out infinite;
          animation: breathing 5s ease-in-out infinite;
}
.teaser__currency.item2 {
  width: 221px;
  right: 11%;
  top: 16%;
}
.teaser__currency.item3 {
  width: 99px;
  right: -59px;
  bottom: -80px;
  -webkit-animation: breathing 5s ease-in-out infinite;
          animation: breathing 5s ease-in-out infinite;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.teaser__currency.item4 {
  width: 77px;
  left: 100px;
  bottom: -50px;
  -webkit-animation: breathing 5s ease-in-out infinite;
          animation: breathing 5s ease-in-out infinite;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.teaser__currency img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: breathing 5s ease-in-out infinite;
          animation: breathing 5s ease-in-out infinite;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}

@-webkit-keyframes breathing {
  0%, 100% {
    -webkit-transform: scale(1, 1) rotate(0) translateY(0);
            transform: scale(1, 1) rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: scale(1, 1.08) rotate(-10deg) translateY(15px);
            transform: scale(1, 1.08) rotate(-10deg) translateY(15px);
  }
}

@keyframes breathing {
  0%, 100% {
    -webkit-transform: scale(1, 1) rotate(0) translateY(0);
            transform: scale(1, 1) rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: scale(1, 1.08) rotate(-10deg) translateY(15px);
            transform: scale(1, 1.08) rotate(-10deg) translateY(15px);
  }
}
.content {
  position: relative;
  z-index: 2;
  background: var(--white);
  margin-top: 0;
  padding-bottom: 75px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foex-block-wrap {
  position: relative;
  display: flow-root;
  margin-top: 0;
}
.foex-block-wrap + .foex-block-wrap {
  margin-top: 40px;
}
.foex-demo-block-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 30;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: rgba(255, 75, 0, 0.9);
  pointer-events: none;
}

.foex-gallery {
  width: 100%;
  margin-top: 75px;
}
.foex-gallery__grid {
  width: 100%;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.foex-gallery__item {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  background: #f5f5f5;
  aspect-ratio: 1/1;
}
.foex-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foex-gallery-modal__cot {
  width: calc(100% - 40px);
  max-width: 1200px;
}
.foex-gallery-modal__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 60px 70px;
}
#foex-gallery-modal-image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 180px);
  width: auto;
  height: auto;
  border-radius: 16px;
  object-fit: contain;
}
.foex-gallery-modal__arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.foex-gallery-modal__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.foex-gallery-modal__arrow--prev {
  left: 15px;
}
.foex-gallery-modal__arrow--prev::before {
  transform: rotate(-135deg);
  margin-left: -4px;
}
.foex-gallery-modal__arrow--next {
  right: 15px;
}
.foex-gallery-modal__arrow--next::before {
  transform: rotate(45deg);
  margin-left: -8px;
}
.foex-block-wrap--outside .foex-demo-block-label {
  top: 14px;
  left: 14px;
}

.title {
  display: block;
}
.title__name {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
}
.title__desc {
  display: block;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  color: var(--accent);
  text-align: center;
}
.title__desc.black {
  color: var(--black);
  font-weight: 400;
}

.services {
  width: 100%;
  margin-top: 75px;
}
.services__block {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 25px -5px 0;
}
.services__section {
  float: left;
  width: 33.3333%;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services__item {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 10px 5px 0;
  background: #262626;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#2a2a2a));
  background: -o-linear-gradient(top, #000 0%, #2a2a2a 100%);
  background: linear-gradient(180deg, #000 0%, #2a2a2a 100%);
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.services__item.min .services__item-image {
  width: 230px;
  height: 230px;
  left: auto;
  right: 0;
}
.services__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.services__item-image img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.services__item-sub {
  display: block;
  margin-top: auto;
  font-size: 16px;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  -o-transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.services__item-name {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  color: var(--white);
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.services__all {
  display: none;
}

.about {
  width: 100%;
  margin-top: 55px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  min-height: 730px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.about__image img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__image img:first-child {
  display: block;
}
.about__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(33.03%, #000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, #000 33.03%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #000 33.03%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
}
.about__block {
  width: 100%;
  max-width: 630px;
  position: relative;
  z-index: 2;
}
.about__logo {
  display: block;
}
.about__logo img {
  display: block;
  width: 108px;
  height: auto;
}
.about__title {
  display: block;
  margin-top: 30px;
  font-size: 32px;
  font-weight: 500;
  color: var(--white);
}
.about__desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
}
.about__info {
  width: 100%;
  max-width: 830px;
  margin-left: -5px;
  margin-top: auto;
  padding-top: 50px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.about__info-item {
  float: left;
  width: calc(33.3333% - 10px);
  margin: 10px 5px 0;
  height: 205px;
  background: #121212;
  border-radius: 20px;
  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;
}
.about__info-image {
  display: block;
  width: 45px;
}
.about__info-image img {
  display: block;
  width: 100%;
  height: auto;
}
.about__info-name {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
}
.about__info-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
}
.about__info-desc img {
  display: block;
  width: 14px;
  height: auto;
  margin: auto 0 auto 10px;
}

.slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  position: relative;
}
.slick-list {
  width: 100%;
  height: auto;
  float: left;
}
.slick-track {
  width: 100%;
  height: auto;
}
.slick-arrow {
  position: absolute;
  width: 200px;
  height: 42px;
  bottom: 30px;
  border-radius: 50px;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  z-index: 5;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.slick-arrow.slick-disabled {
  background: #ddd;
  pointer-events: none;
}
.slick-arrow.slick-disabled::before {
  opacity: 0.5;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  background: url(../img/icon-arrow2-black.svg) center no-repeat;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slick-prev {
  left: 30px;
}
.slick-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-next {
  right: 30px;
}
.slick-list {
  width: 100%;
  position: relative;
  z-index: 0;
}
.slick-dots {
  position: absolute;
  height: 42px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 30px;
  left: 0;
}
.slick-dots li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  background: rgba(130, 130, 130, 0.1);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.slick-dots li.slick-active {
  background: var(--accent);
}
.slick-dots li button {
  display: none;
}

.reviews {
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.reviews__base {
  float: left;
  width: calc(50% - 5px);
  border-radius: 30px;
  padding: 30px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews__title {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
}
.reviews__desc {
  margin-top: 30px;
  font-size: 18px;
  line-height: 130%;
}
.reviews__desc p + p {
  margin-top: 30px;
}
.reviews__desc a {
  color: var(--accent);
}
.reviews__desc a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: auto 0 auto 10px;
  background: url(../img/icon-arrow2-accent.svg) center/contain no-repeat;
}
.reviews__info {
  width: calc(100% + 10px);
  margin: auto -5px 0;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.reviews__info-item {
  float: left;
  width: calc(50% - 10px);
  margin: 10px 5px 0;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white);
  border-radius: 20px;
  padding: 20px;
}
.reviews__info-item.large {
  width: calc(100% - 10px);
}
.reviews__info-icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 75, 0, 0.15);
}
.reviews__info-icon img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}
.reviews__info-desc {
  margin-top: auto;
  padding-top: 20px;
  font-size: 18px;
  line-height: 130%;
}
.reviews__slider {
  float: left;
  width: calc(50% - 5px);
  border-radius: 30px;
  padding: 30px 30px 90px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-left: auto;
}
.reviews__slider-item {
  float: left;
  width: 100%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  background: var(--white);
  border-radius: 20px;
}
.reviews__slider-item img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.reviews__slider-item.is-contain img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews__slider-item.is-cover img {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__slider-item.is-cover {
  background-image: var(--reviews-cover-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quest {
  width: 100%;
  margin-top: 60px;
  background: #121212;
  background: -o-linear-gradient(305deg, #000 0%, #2a2a2a 100%);
  background: linear-gradient(145deg, #000 0%, #2a2a2a 100%);
  border-radius: 20px;
  position: relative;
}
.quest__block {
  width: 685px;
  height: auto;
  padding: 40px 50px;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.quest__name {
  display: block;
  font-size: 48px;
  line-height: 110%;
  font-weight: 500;
  color: var(--white);
}
.quest__sub {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  color: var(--accent);
}
.quest__desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 140%;
  color: var(--white);
  max-width: 475px;
}
.quest__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 20px;
}
.quest__image {
  position: absolute;
  width: 900px;
  height: auto;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-52%);
      -ms-transform: translateY(-52%);
          transform: translateY(-52%);
  pointer-events: none;
}
.quest__image img {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  width: 100%;
  margin-top: -30px;
  background: #040404;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#2a2a2a));
  background: -o-linear-gradient(top, #000 0%, #2a2a2a 100%);
  background: linear-gradient(180deg, #000 0%, #2a2a2a 100%);
  overflow: hidden;
  padding: 140px 0 40px;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../img/logo-footer.png) bottom/contain no-repeat;
}
.footer__base {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.footer__about {
  float: left;
  width: 20%;
}
.footer__about-logo {
  display: block;
}
.footer__about-logo img {
  display: block;
  width: 160px;
  height: auto;
}
.footer__about-desc {
  display: block;
  max-width: 260px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 140%;
  color: var(--white);
}
.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 25px;
}
.footer__soc li {
  margin-right: 7px;
}
.footer__soc li:last-child {
  margin: 0;
}
.footer__soc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 40px;
  border-radius: 8px;
  background: #1d1d1d;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.footer__soc li a img {
  margin: auto;
}
.footer__nav {
  float: left;
  width: auto;
}
.footer__nav-name {
  display: block;
  font-size: 14px;
  color: var(--white);
  line-height: 110%;
}
.footer__nav-list {
  display: block;
  margin-top: 40px;
}
.footer__nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.footer__nav-list li:first-child {
  margin: 0;
}
.footer__nav-list li a {
  display: block;
  font-size: 14px;
  color: #969696;
  line-height: 110%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__contact {
  float: right;
  width: 18%;
}
.footer__contact-name {
  display: block;
  font-size: 14px;
  color: var(--white);
  line-height: 110%;
}
.footer__contact-name + div {
  margin-top: 40px;
}
.footer__contact-item {
  width: 100%;
  margin-top: 15px;
}
.footer__contact-item:first-child {
  margin: 0;
}
.footer__contact-desc {
  display: block;
  font-size: 13px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.4);
}
.footer__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  font-size: 13px;
  line-height: 110%;
  color: var(--white);
}
.footer__contact-link::before {
  content: "";
  float: left;
  width: 8px;
  height: 10px;
  margin: auto 10px auto 0;
  background: url(../img/icon-arrow2-white.svg) center/contain no-repeat;
}
.footer__end {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 380px;
  position: relative;
  z-index: 2;
}
.footer__end-item {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  float: left;
  margin-top: auto;
  font-size: 13px;
  width: auto;
  white-space: nowrap;
  color: var(--white);
}
.footer__end-item:last-child {
  width: 18%;
}
.footer__end-item a {
  color: var(--white);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__author {
  float: left;
  width: 18%;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer__author img {
  display: block;
  width: 110px;
  height: auto;
}
.footer__author p {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 110%;
  color: var(--white);
}

.cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  min-height: 420px;
  padding: 140px 0 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#2a2a2a));
  background: -o-linear-gradient(top, #000 0%, #2a2a2a 100%);
  background: linear-gradient(180deg, #000 0%, #2a2a2a 100%);
}
.cap::before, .cap::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.cap::before {
  left: 0;
  width: 312px;
  height: 338px;
  background-image: url(../img/cap-bg1.png);
}
.cap::after {
  right: 0;
  width: 252px;
  height: 367px;
  background-image: url(../img/cap-bg2.png);
}
.cap .row {
  margin: auto;
}
.cap__block {
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.cap__bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cap__bread li {
  float: left;
  margin-right: 34px;
  position: relative;
}
.cap__bread li::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 100%;
  background: url(../img/icon-arrow1-white.svg) center/6px auto no-repeat;
  left: 100%;
  top: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.cap__bread li:last-child {
  margin: 0;
}
.cap__bread li:last-child::before {
  display: none;
}
.cap__bread li:last-child a {
  color: rgba(255, 255, 255, 0.4);
}
.cap__bread li a {
  display: block;
  font-size: 13px;
  line-height: 120%;
  color: var(--white);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.cap__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  position: relative;
  z-index: 2;
}
.cap__breadcrumbs a {
  font-size: 13px;
  line-height: 120%;
  color: var(--white);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.cap__breadcrumbs a:hover {
  color: var(--accent);
}
.cap__breadcrumbs span {
  font-size: 13px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.4);
}
.cap__breadcrumbs .current {
  color: rgba(255, 255, 255, 0.4);
}
.cap__title {
  width: 100%;
  margin-top: 25px;
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  font-family: "Unbounded", sans-serif;
  position: relative;
  z-index: 2;
}
.cap__title:first-child {
  margin-top: 0;
}
.page-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0 30px;
  font-size: 16px;
  line-height: 180%;
  color: var(--gray);
}
.page-content h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: var(--black);
  margin: 40px 0 16px;
}
.page-content h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  margin: 32px 0 12px;
}
.page-content h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--black);
  margin: 24px 0 10px;
}
.page-content p {
  margin: 0 0 16px;
}
.page-content a {
  color: var(--accent);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-content a:hover {
  opacity: 0.7;
}
.page-content ul,
.page-content ol {
  margin: 0 0 20px;
  padding-left: 24px;
}
.page-content ul {
  list-style: disc;
}
.page-content ol {
  list-style: decimal;
}
.page-content ul li,
.page-content ol li {
  margin-bottom: 8px;
}
.page-content ul li::marker {
  color: var(--accent);
}
.page-content ol li::marker {
  color: var(--accent);
  font-weight: 600;
}
.page-content blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 3px solid var(--accent);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 0 12px 12px 0;
  font-style: italic;
}
.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 20px 0;
}
.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.page-content table th,
.page-content table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.page-content table th {
  font-weight: 600;
  color: var(--black);
}
.cap--404 {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 140px 0 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cap__404-code {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 180px;
  line-height: 1;
  text-align: center;
  color: var(--accent);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.cap__404-desc {
  max-width: 560px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.cap__404-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.sitemap {
  width: 100%;
  padding: 50px 0 30px;
}
.sitemap__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap__list--root {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
.sitemap__list--root > .sitemap__item {
  break-inside: avoid;
  margin-bottom: 36px;
}
.sitemap__list--root > .sitemap__item > .sitemap__link {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--accent);
  margin-bottom: 14px;
}
.sitemap__list--root > .sitemap__item > .sitemap__link:hover {
  color: var(--accent);
}
.sitemap__list--nested {
  padding-left: 0;
}
.sitemap__list--nested .sitemap__item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
.sitemap__list--nested .sitemap__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 2px;
  background: var(--accent);
  border-radius: 1px;
}
.sitemap__list--nested .sitemap__link {
  font-size: 15px;
  line-height: 170%;
  color: var(--gray);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sitemap__list--nested .sitemap__link:hover {
  color: var(--accent);
}
.sitemap__list--nested .sitemap__list--nested {
  padding-left: 16px;
  margin-top: 4px;
}
.sitemap__list--nested .sitemap__list--nested .sitemap__item::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 9px;
  background: rgba(76, 82, 84, 0.3);
}
.sitemap__list--nested .sitemap__list--nested .sitemap__link {
  font-size: 14px;
  color: rgba(76, 82, 84, 0.7);
}

.service {
  width: 100%;
  margin-top: 40px;
  border-radius: 30px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.service__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__block {
  width: 100%;
  max-width: 410px;
  min-height: 630px;
  background: var(--white);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}
.service__img img {
  display: block;
  width: auto;
  height: 26px;
}
.service__name {
  display: block;
  margin-top: 28px;
  font-weight: 500;
  font-size: 32px;
  line-height: 115%;
}
.service__desc {
  display: block;
  margin-top: 28px;
  font-size: 16px;
}
.service__but {
  margin-top: auto;
  padding-top: 30px;
}

.sub-services {
  width: 100%;
  margin-top: 75px;
}
.sub-services__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 10px);
  margin: 25px -5px 0;
}
.sub-services__item {
  float: left;
  width: calc(33.3333% - 10px);
  margin: 10px 5px 0;
  height: 460px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-services__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sub-services__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.sub-services__item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sub-services__item-block {
  margin-top: auto;
  padding: 30px;
  position: relative;
  z-index: 2;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.sub-services__item-sub {
  display: block;
  font-size: 16px;
  line-height: 110%;
  color: var(--white);
}
.sub-services__item-name {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  color: var(--white);
}

.brokerage {
  width: 100%;
  margin-top: 90px;
}
.brokerage__block {
  width: 100%;
  border-radius: 30px;
  background: #f1f1f1;
  padding: 0 10px 10px;
  margin-top: 40px;
}
.brokerage__items {
  width: calc(100% + 10px);
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.brokerage__item {
  float: left;
  width: calc(25% - 10px);
  margin: 10px 5px 0;
  height: auto;
  background: var(--white);
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.brokerage__item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.brokerage__item-num:has(i)::after {
  margin-left: -60px;
  margin-right: 60px;
}
.brokerage__item-num span {
  float: left;
  width: 60px;
  min-width: 60px;
  height: 38px;
  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;
  border-radius: 50px;
  background: var(--accent);
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.brokerage__item-num::after {
  content: "";
  float: right;
  width: 100%;
  margin-left: -5px;
  background: url(../img/brokerage-arrow.svg) center/contain no-repeat;
}
.brokerage__item-num i {
  position: absolute;
  width: 60px;
  height: 38px;
  top: 0;
  right: 0;
  background: rgba(255, 75, 0, 0.15) url(../img/reviews-info2.svg) center no-repeat;
  border-radius: 20px;
}
.brokerage__item-name {
  display: block;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.brokerage__item-desc {
  margin-top: auto;
  padding-top: 60px;
  font-size: 18px;
  line-height: 130%;
}
.brokerage__steps {
  width: 100%;
  background: var(--white);
  border-radius: 20px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.brokerage__steps-base {
  float: left;
  width: calc(20% + 10px);
  height: auto;
  padding: 10px 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.brokerage__steps-base ~ .brokerage__steps-item::before {
  left: auto;
  right: calc(100% - 56px);
}
.brokerage__steps-circle {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid var(--accent);
  position: relative;
}
.brokerage__steps-circle i {
  position: absolute;
  width: 22px;
  height: 22px;
  top: -10px;
  left: calc(50% - 11px);
  background: var(--accent);
  border-radius: 50%;
}
.brokerage__steps-logo {
  position: absolute;
  width: 126px;
  height: 126px;
  top: calc(50% - 63px);
  left: calc(50% - 63px);
  background: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
.brokerage__steps-logo img {
  display: block;
  width: 80px;
  height: auto;
  margin: auto;
}
.brokerage__steps-item {
  float: left;
  width: calc(20% - 10px);
  min-height: 170px;
  padding: 30px 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: auto 0;
}
.brokerage__steps-item::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 10px;
  background: url(../img/brokerage-arrow-gray.svg) center/contain no-repeat;
  top: 50px;
  left: calc(100% - 56px);
}
.brokerage__steps-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
}
.brokerage__steps-image img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.brokerage__steps-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 40px;
  margin: 3px auto;
  background: var(--accent);
  border-radius: 30px;
}
.brokerage__steps-currency img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.brokerage__steps-name {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}
.brokerage__info {
  width: 100%;
  margin-top: 40px;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}
.brokerage__info p {
  max-width: 1000px;
  margin: 0 auto;
}

.faq {
  display: block;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq:not(:has(.title)) {
  padding-top: 0;
  border: 0;
}
.faq__block {
  margin-top: 40px;
  width: 100%;
  border-radius: 30px;
  padding: 30px;
  background: #f1f1f1;
  border: 1px solid #f0f0f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.faq__block:first-child {
  margin-top: 0;
}
.faq__base {
  float: left;
  width: 74%;
}
.faq__aside {
  float: right;
  margin-left: auto;
  width: calc(26% - 30px);
}
.faq__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background: var(--accent);
  border-radius: 20px;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
.faq__info-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
}
.faq__info-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}
.faq__info-name {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.faq__info-desc {
  margin-top: auto;
  font-size: 14px;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.faq__info-but {
  margin-top: 25px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.faq__item {
  display: block;
  margin-top: 10px;
  background: var(--white);
  border-radius: 20px;
  position: relative;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.faq__item:first-child {
  margin: 0;
}
.faq__item-cap {
  width: 100%;
  padding: 25px 80px;
  cursor: pointer;
  position: relative;
}
.faq__item-cap.open .faq__item-but::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__item-num {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.faq__item-name {
  display: block;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.faq__item-but {
  position: absolute;
  width: 45px;
  height: calc(100% - 40px);
  top: 20px;
  right: 20px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.faq__item-but::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-faq.svg) center/auto 18px no-repeat;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.faq__item-block {
  display: none;
  padding: 0 20px 20px 30px;
  margin-top: -5px;
}
.faq__req {
  float: left;
  width: 74%;
  border-radius: 20px;
  background: var(--white);
}
.faq__req-item {
  border-top: 1px solid #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.faq__req-item:first-child {
  border: 0;
}
.faq__req-item p {
  float: left;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  font-size: 14px;
}
.faq__req-item p:first-child {
  width: 30%;
  font-weight: 500;
}

.text.white {
  color: var(--white);
}
.text.white a {
  color: var(--white);
}
.text *:first-child {
  margin-top: 0;
}
.text > div {
  margin-top: 30px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  display: block;
  font-weight: 500;
  margin-top: 25px;
}
.text h1 {
  font-size: 40px;
}
.text h2 {
  font-size: 36px;
}
.text h3 {
  font-size: 30px;
}
.text h4 {
  font-size: 24px;
}
.text h5 {
  font-size: 20px;
}
.text h6 {
  font-size: 16px;
}
.text iframe {
  border-radius: 20px;
  margin-top: 20px;
}
.text a {
  color: var(--black);
  text-decoration: underline;
}
.text b, .text strong {
  font-weight: 400;
}
.text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 6px;
}
.text p {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 140%;
}
.text ul {
  display: block;
  margin-top: 15px;
}
.text ul li {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  margin-top: 8px;
}
.text ul li:first-child {
  margin: 0;
}
.text ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  background: var(--accent);
  border-radius: 50%;
}
.text ol {
  display: block;
  width: calc(100% - 15px);
  margin-top: 15px;
  margin-left: 15px;
}
.text ol li {
  font-size: 16px;
  line-height: 140%;
  margin-top: 4px;
  position: relative;
}
.text ol li:first-child {
  margin: 0;
}
.text ol ol, .text ol ul {
  margin-top: 10px !important;
}

.company {
  width: 100%;
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
.company + .content {
  margin-top: 0;
}
.company__image {
  width: 100%;
  height: 440px;
  border-radius: 30px;
  overflow: hidden;
}
.company__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company__block {
  width: 100%;
  border-radius: 30px;
  padding: 10px;
  background: #f1f1f1;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.company__text {
  float: left;
  width: calc(50% - 5px);
  border-radius: 20px;
  padding: 40px;
  background: var(--white);
}
.company__text:not(:has(+ .company__slider)) {
  width: 100%;
}
.company__text-but {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company__slider {
  float: left;
  width: calc(50% - 5px);
  border-radius: 20px;
  padding: 30px 30px 90px;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: auto;
}
.company__slider .slick-arrow {
  border: 1px solid #f0f0f4;
}
.company__slider-item {
  float: left;
  width: 100%;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.company__slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company__info {
  width: calc(100% + 10px);
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.company__info:first-child {
  margin-top: -10px;
}
.company__info-item {
  float: left;
  width: calc(25% - 10px);
  margin: 10px 5px 0;
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white);
  border-radius: 20px;
  padding: 20px;
}
.company__info-icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 75, 0, 0.15);
}
.company__info-icon img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}
.company__info-desc {
  margin-top: auto;
  padding-top: 20px;
  font-size: 18px;
  line-height: 130%;
}

.city {
  width: 100%;
  margin-top: 45px;
  border: 1px solid #f0f0f4;
  border-radius: 30px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  background: #010101;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#2a2a2a));
  background: -o-linear-gradient(top, #000 0%, #2a2a2a 100%);
  background: linear-gradient(180deg, #000 0%, #2a2a2a 100%);
}
.city__aside {
  float: left;
  width: 34%;
}
.city__info {
  width: 100%;
}
.city__info-logo img {
  display: block;
  width: 108px;
  height: auto;
}
.city__info-name {
  display: block;
  margin-top: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  color: var(--white);
}
.city__info-desc {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 130%;
  color: var(--white);
}
.city__info-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.city__base {
  float: left;
  width: calc(66% - 30px);
  margin-left: auto;
}
.city__block {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: -10px -5px 0;
}
.city__item {
  float: left;
  width: calc(50% - 10px);
  margin: 10px 5px 0;
  min-height: 325px;
  padding: 20px 30px 10px;
  background: #171717;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.city__item-status {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--accent);
  border: 10px solid #272220;
}
.city__item-name {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  color: var(--white);
}
.city__item-desc {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 135%;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 30px;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  -o-transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.city__item-image {
  display: block;
  padding-bottom: 20px;
}
.city__item-image img {
  display: block;
  width: 100%;
  height: 215px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.city__item-but {
  width: calc(100% + 40px);
  margin: auto -20px 0;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #212121;
  font-weight: 500;
  font-size: 18px;
  color: var(--white);
  border-radius: 30px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.city__all {
  display: none;
}
.city__team {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: -10px -5px 0;
}
.city__team-item {
  width: calc(50% - 10px);
  margin: 10px 5px 0;
  background: #262626;
  border-radius: 20px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.city__team-image {
  float: left;
  width: 48%;
  min-height: 190px;
}
.city__team-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.city__team-block {
  float: left;
  width: 52%;
  padding: 10px 0 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--white);
}
.city__team-name {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}
.city__team-desc {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 130%;
}
.city__team-list {
  margin-top: auto;
  padding-top: 20px;
}
.city__team-list li {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 130%;
}
.city__team-list li:first-child {
  margin: 0;
}
.city__team-list li a {
  color: var(--white);
}

.plus {
  width: 100%;
  margin-top: 80px;
}
.plus__block {
  border-radius: 30px;
  background: #f3f4f5;
  padding: 50px;
  margin-top: 40px;
}
.plus__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 15px;
  border-radius: 30px;
  padding: 10px;
  background: var(--white);
}
.plus__item:nth-child(2n) .plus__item-block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.plus__item:nth-child(2n) .plus__item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 auto 0 0;
}
.plus__item:first-child {
  margin-top: 0;
}
.plus__item-block {
  float: left;
  width: 35%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plus__item-num {
  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;
  height: 38px;
  width: 60px;
  background: var(--accent);
  border-radius: 30px;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}
.plus__item-name {
  display: block;
  margin-top: auto;
  padding-top: 30px;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
}
.plus__item-desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 150%;
  color: var(--black);
}
.plus__item-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.plus__item-image {
  float: left;
  width: calc(65% - 10px);
  margin-left: auto;
  height: 460px;
}
.plus__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.workflow {
  width: calc(100% + 10px);
  margin: 70px -5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.workflow__item {
  float: left;
  width: calc(50% - 10px);
  margin: 0 5px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#2a2a2a));
  background: -o-linear-gradient(top, #000 0%, #2a2a2a 100%);
  background: linear-gradient(180deg, #000 0%, #2a2a2a 100%);
  padding: 30px;
}
.workflow__name {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
  color: var(--white);
  text-align: center;
}
.workflow__desc {
  display: block;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  color: var(--accent);
  text-align: center;
}
.workflow__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 60px);
  margin: 30px -30px 0;
  height: 480px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.workflow__image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.workflow__faq {
  margin-top: 30px;
}
.workflow__faq .faq__item {
  background: #171717;
}
.workflow__faq .faq__item-num {
  color: rgba(255, 255, 255, 0.4);
}
.workflow__faq .faq__item-name {
  color: var(--white);
}
.workflow__faq .faq__item-but::before {
  background-image: url(../img/icon-faq-white.svg);
}
.workflow__faq .faq__item-text {
  color: var(--white);
}

.process {
  padding-top: 80px;
}
.process__block {
  width: 100%;
  padding: 10px;
  background: #f1f1f1;
  border-radius: 30px;
  margin-top: 30px;
}
.process__nav {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -5px;
}
.process__nav-item {
  float: left;
  width: calc(20% - 10px);
  margin: 0 5px;
  padding: 15px;
  position: relative;
  cursor: pointer;
  height: 110px;
  color: var(--black);
  background: var(--white);
  border-radius: 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-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.process__nav-item.slick-current .process__nav-num {
  color: var(--accent);
}
.process__nav-num {
  display: block;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.process__nav-name {
  display: block;
  margin-top: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.process__slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 10px;
  border-radius: 20px;
  background: var(--white);
  overflow: hidden;
}
.process__item {
  float: left;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 10px;
}
.process__item-image {
  float: left;
  width: 63%;
  position: relative;
}
.process__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.process__item-block {
  float: left;
  width: calc(36% - 10px);
  margin-left: auto;
  min-height: 500px;
  height: 100%;
  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;
}
.process__item-num {
  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;
  height: 40px;
  width: max-content;
  padding: 0 20px;
  background: var(--accent);
  border-radius: 30px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}
.process__item-name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
}
.process__item-desc {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  line-height: 130%;
}
.process__item-desc p {
  display: block;
  margin-top: 10px;
}
.process__item-desc p:first-child {
  margin: 0;
}
.process__item-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  margin-top: auto;
}
.process__item-prev {
  float: left;
  width: 30px;
  height: 30px;
  background: url(../img/icon-arrow2-black.svg) right center/12px auto no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  margin-left: -5px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.process__item-next {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.process__item-next::after {
  content: "";
  float: left;
  width: 20px;
  height: 100%;
  background: url(../img/icon-arrow2-black.svg) center/12px auto no-repeat;
  cursor: pointer;
  margin-left: 15px;
}

.message {
  width: 100%;
  margin-top: 50px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #0c0c0c;
  background: -webkit-gradient(linear, right top, left top, color-stop(33.03%, #000), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(#000), to(#2a2a2a));
  background: -o-linear-gradient(right, #000 33.03%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(top, #000 0%, #2a2a2a 100%);
  background: linear-gradient(270deg, #000 33.03%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #000 0%, #2a2a2a 100%);
}
.message__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.message__image img {
  display: none;
  width: auto;
  height: 100%;
  margin-left: auto;
}
.message__image img:first-child {
  display: block;
}
.message__block {
  position: relative;
  z-index: 2;
  padding: 40px;
  max-width: 730px;
}
.message__sub {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--accent);
}
.message__desc {
  display: block;
  margin-top: 20px;
  font-size: 26px;
  line-height: 120%;
  color: var(--white);
}
.message__desc p {
  display: block;
  margin-top: 30px;
}
.message__desc p:first-child {
  margin: 0;
}
.message__ceo {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 150px;
  margin-top: 60px;
  padding-left: 175px;
  position: relative;
}
.message__ceo-image {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
}
.message__ceo-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.message__ceo-name {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  color: var(--white);
}
.message__ceo-desc {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: var(--accent);
}

.reputation {
  margin-top: 90px;
}
.reputation__block {
  margin-top: 35px;
  border-radius: 30px;
  padding: 50px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reputation__image {
  float: left;
  margin: auto 0;
  width: 32%;
}
.reputation__image img {
  display: block;
  width: 100%;
  height: auto;
}
.reputation__info {
  float: left;
  width: 32%;
  background: var(--white);
  border-radius: 30px;
  padding: 40px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reputation__info-logo img {
  display: block;
  width: 50px;
  height: auto;
}
.reputation__info-name {
  display: block;
  margin-top: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
.reputation__info-desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
}
.reputation__info-but {
  margin-top: 40px;
}

.partner {
  width: 100%;
  margin-top: 85px;
  border: 1px solid #f0f0f4;
  border-radius: 30px;
  padding: 40px;
  background: #101010;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(70.37%, #2a2a2a));
  background: -o-linear-gradient(top, #000 0%, #2a2a2a 70.37%);
  background: linear-gradient(180deg, #000 0%, #2a2a2a 70.37%);
  position: relative;
}
.partner__image {
  position: absolute;
  width: 850px;
  right: -40px;
  top: -80px;
  z-index: 0;
}
.partner__image img {
  display: block;
  width: 100%;
  height: auto;
}
.partner__base {
  width: 100%;
  max-width: 630px;
  position: relative;
  z-index: 2;
}
.partner__logo img {
  display: block;
  width: 108px;
  height: auto;
}
.partner__name {
  display: block;
  margin-top: 30px;
  font-size: 32px;
  line-height: 110%;
  font-weight: 500;
  color: var(--white);
}
.partner__desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  color: var(--white);
}
.partner__list {
  width: calc(100% + 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 40px -2px 0;
  position: relative;
  z-index: 2;
}
.partner__list-item {
  float: left;
  width: calc(22% - 4px);
  height: 100px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background: rgba(23, 23, 23, 0.97);
  margin: 4px 2px 0;
}
.partner__list-item.large {
  width: calc(34% - 4px);
}
.partner__list-item.small {
  width: calc(12% - 4px);
}
.partner__list-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.posts {
  width: 100%;
  margin-top: 90px;
}
.posts__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 35px;
  border-radius: 30px;
  background: #f1f1f1;
  padding: 0 5px 10px;
}
.posts__item {
  float: left;
  width: calc(25% - 10px);
  margin: 10px 5px 0;
  border-radius: 24px;
  background: var(--white);
  padding: 10px 10px 15px;
}
.posts__item-image {
  display: block;
  width: 100%;
  height: 216px;
}
.posts__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.posts__item-name {
  display: block;
  padding: 15px 10px 0;
  font-weight: 500;
  font-size: 20px;
  color: var(--black);
  line-height: 120%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.posts__item-desc {
  display: block;
  padding: 8px 10px 0;
  font-size: 14px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  -o-transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.posts__all {
  margin-top: 10px;
}
.posts__pagination {
  margin-top: 24px;
}
.posts__pagination .page-numbers {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.posts__pagination .page-numbers li {
  margin: 0;
}
.posts__pagination .page-numbers a,
.posts__pagination .page-numbers span {
  min-width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #f1f1f1;
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
}
.posts__pagination .page-numbers .current {
  background: var(--accent);
  color: var(--white);
}
.blog-page-posts {
  margin-top: 70px;
}
.blog-page-posts__empty {
  margin-top: 25px;
  color: rgba(0, 0, 0, 0.6);
}

.blog-single {
  width: 100%;
  margin-top: 70px;
}
.blog-single__meta {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.blog-single__thumb {
  margin-top: 18px;
}
.blog-single__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.blog-single__content {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--black);
}
.blog-single__content h2,
.blog-single__content h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.blog-single__content p + p {
  margin-top: 14px;
}
.blog-single__content img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 20px;
}

.accounts {
  width: 100%;
  margin-top: 60px;
  min-height: 620px;
  position: relative;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  overflow: hidden;
}
.accounts__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.accounts__image img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accounts__image img:first-child {
  display: block;
}
.accounts__base {
  width: 100%;
  max-width: 580px;
  position: relative;
  z-index: 2;
  padding: 30px;
}
.accounts__name {
  display: block;
  font-size: 36px;
  line-height: 110%;
  font-weight: 500;
  color: var(--black);
}
.accounts__dop {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}
.accounts__desc {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: var(--black);
}
.accounts__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.accounts__list {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: auto -5px 0;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.accounts__list-item {
  float: left;
  width: calc(20% - 10px);
  margin: 10px 5px 0;
  min-height: 125px;
  border-radius: 20px;
  padding: 20px;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.accounts__list-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: var(--black);
}
.accounts__list-sub i {
  float: left;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 10px auto 0;
  border-radius: 50%;
  background: var(--accent);
  padding: 5px;
}
.accounts__list-sub i img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.accounts__list-name {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: var(--black);
  position: relative;
  z-index: 2;
}

.tab {
  width: calc(100% + 10px);
  margin: 0 -5px;
}
.tab ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab ul li {
  float: left;
  width: calc(100% - 10px);
  margin: 0 5px;
  height: 85px;
  border-radius: 20px;
  cursor: pointer;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: var(--white);
  color: var(--black);
  padding: 20px;
  position: relative;
  -webkit-transition: background 0.5s, color 0.5s, padding 0.5s;
  -o-transition: background 0.5s, color 0.5s, padding 0.5s;
  transition: background 0.5s, color 0.5s, padding 0.5s;
}
.tab ul li a {
  color: var(--black);
}
.tab ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tab ul li.active {
  background: var(--accent);
  color: var(--white);
}

.text-block {
  width: 100%;
  margin-top: 40px;
}
.text-block .title {
  margin-bottom: 25px;
}
.text-block__content {
  width: 100%;
  border-radius: 30px;
  padding: 35px 40px;
  background: #111111;
}
.text-block--muted .text-block__content {
  background: #f1f1f1;
}

.contact {
  width: 100%;
  margin-top: 40px;
  background: #f1f1f1;
  border-radius: 30px;
  padding: 10px;
}
.contact__block {
  margin-top: 10px;
}
.contact__box {
  display: none;
}
.contact__box.active {
  display: block;
}
.contact__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 55px;
  border-radius: 20px;
  background: var(--white);
}
.contact__info-item {
  float: left;
}
.contact__info-sub {
  display: block;
  font-size: 20px;
  line-height: 1;
}
.contact__info-name {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  color: var(--black);
}
.contact__map {
  width: 100%;
  margin-top: 10px;
  border-radius: 20px;
  background: var(--white);
  height: 640px;
  border: 10px solid var(--white);
}
.contact__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 10px);
  margin: 10px -5px 0;
}
.contact__soc-item {
  float: left;
  width: calc(100% - 10px);
  margin: 0 5px;
  padding: 0 25px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  background: var(--white);
  color: var(--black);
  border-radius: 20px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.contact__soc-item img {
  margin: auto 0 auto auto;
}

.input {
  width: 100%;
  position: relative;
}
.input input {
  display: block;
  width: 100%;
  height: 60px;
  background: transparent;
  border-radius: 10px;
  background: #f1f1f1;
  color: var(--black);
  position: relative;
  font-size: 16px;
  line-height: 45px;
  padding: 14px 10px 0 18px;
  z-index: 1;
}
.input input::-webkit-input-placeholder {
  font-size: 0;
}
.input input::-moz-placeholder {
  font-size: 0;
}
.input input:-ms-input-placeholder {
  font-size: 0;
}
.input input::-ms-input-placeholder {
  font-size: 0;
}
.input input::placeholder {
  font-size: 0;
}
.input input:not(:-moz-placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.input input:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.input input:not(:placeholder-shown) ~ p, .input input:focus ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.input input:focus ~ p {
  color: var(--accent);
}
.input p {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 0;
  margin-top: 19px;
  pointer-events: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  overflow: hidden;
  max-width: 65%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  transition: color 0.3s, font-size 0.3s, margin 0.3s;
}

.textarea {
  width: 100%;
  position: relative;
}
.textarea::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  left: 0;
  top: 0;
  height: 25px;
  background: #f1f1f1;
  border-radius: 10px 10px 0 0;
  z-index: 2;
  pointer-events: none;
}
.textarea textarea {
  display: block;
  width: 100%;
  height: 90px;
  background: transparent;
  border-radius: 10px;
  background: #f1f1f1;
  border: 0;
  color: var(--black);
  position: relative;
  font-size: 16px;
  line-height: 22px;
  padding: 28px 10px 10px 18px;
  z-index: 1;
}
.textarea textarea::-webkit-input-placeholder {
  font-size: 0;
}
.textarea textarea::-moz-placeholder {
  font-size: 0;
}
.textarea textarea:-ms-input-placeholder {
  font-size: 0;
}
.textarea textarea::-ms-input-placeholder {
  font-size: 0;
}
.textarea textarea::placeholder {
  font-size: 0;
}
.textarea textarea:not(:-moz-placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.textarea textarea:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.textarea textarea:not(:placeholder-shown) ~ p, .textarea textarea:focus ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.textarea textarea:focus ~ p {
  color: var(--accent);
}
.textarea p {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 0;
  margin-top: 19px;
  pointer-events: none;
  font-size: 16px;
  background: #f1f1f1;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  transition: color 0.3s, font-size 0.3s, margin 0.3s;
}

.select {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 5;
}
.select.index {
  z-index: 6;
}
.select::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 20px;
  z-index: 3;
  pointer-events: none;
  background: url(../img/but3.svg) center/contain no-repeat;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.select.open::before {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.select.open input {
  border-radius: 10px 10px 0 0;
}
.select.open ul {
  visibility: visible;
  opacity: 1;
  margin: 0;
}
.select input {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #f1f1f1;
  color: var(--black);
  position: relative;
  font-size: 16px;
  line-height: 45px;
  padding: 14px 10px 0 18px;
  z-index: 1;
  -webkit-transition: border-radius 0.2s;
  -o-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}
.select input::-webkit-input-placeholder {
  font-size: 0;
}
.select input::-moz-placeholder {
  font-size: 0;
}
.select input:-ms-input-placeholder {
  font-size: 0;
}
.select input::-ms-input-placeholder {
  font-size: 0;
}
.select input::placeholder {
  font-size: 0;
}
.select input:not(:-moz-placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.select input:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.select input:not(:placeholder-shown) ~ p, .select input:focus ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.select p {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 0;
  margin-top: 19px;
  pointer-events: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  overflow: hidden;
  max-width: 65%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  transition: color 0.3s, font-size 0.3s, margin 0.3s;
}
.select ul {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 250px;
  border-radius: 0 0 4px 4px;
  background: #fff;
  padding: 4px 0;
  left: 0;
  top: 58px;
  margin-top: -10px;
  visibility: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
  transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
}
.select ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  right: 0;
  background: #fff;
}
.select ul::after {
  content: "";
  position: absolute;
  width: calc(100% - 36px);
  height: 1px;
  background: #F5F5F9;
  left: 18px;
  top: 1px;
}
.select ul li {
  display: block;
  padding: 7px 18px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.select ul li.active {
  color: rgba(0, 0, 0, 0.4);
}

.check {
  width: 100%;
  position: relative;
}
.check input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.check input:checked + p::after {
  opacity: 1;
}
.check p {
  display: block;
  padding: 15px 15px 15px 42px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  line-height: 18px;
  font-size: 14px;
}
.check p a {
  color: var(--accent);
  position: relative;
  z-index: 2;
  text-decoration: underline;
}
.check p::before, .check p::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: 15px;
  border-radius: 4px;
}
.check p::before {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.check p::after {
  background: var(--accent) url(../img/icon-check-white.svg) center no-repeat;
  opacity: 0;
}

.open-modal {
  cursor: pointer;
}
.open-image, .open-video {
  cursor: pointer;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 115;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.modal.hide {
  visibility: hidden;
  opacity: 0;
}
.modal.hide .modal__cot {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
}
.modal.hide .modal__cart {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}
.modal__video {
  display: block;
  width: 100vw;
  height: auto;
  max-width: 1200px;
  position: relative;
}
.modal__video::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 60%;
}
.modal__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.modal__cot {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__cot.image {
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal__cot.image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 98vw;
  margin: auto;
}
.modal__close {
  position: absolute;
  width: 60px;
  height: 32px;
  cursor: pointer;
  top: 50px;
  right: 0;
  z-index: 2;
  border-radius: 40px 0 0 40px;
  background: #f1f1f1;
}
.modal__close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-close.svg) center no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__block {
  width: 100vw;
  height: auto;
  max-width: 650px;
  max-height: 100vh;
  background: var(--white);
  position: relative;
  padding: 60px;
  border-radius: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__logo {
  display: block;
}
.modal__logo img {
  display: block;
  width: 108px;
  height: auto;
}
.modal__title {
  width: 100%;
}
.modal__title:not(:first-child) {
  margin-top: 30px;
}
.modal__title-name {
  display: block;
  width: 100%;
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
}
.modal__title-desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
.modal__title .btn {
  margin: 30px 0 0;
}
.modal__title .btn:not(:has(img))::after {
  margin-left: 10px;
}
.modal__form {
  width: 100%;
  margin: 30px 0 0;
}
.modal__form .input, .modal__form .textarea, .modal__form .select, .modal__form .check {
  width: 100%;
  margin: 12px 0 0;
}
.modal__form .input:first-child, .modal__form .textarea:first-child, .modal__form .select:first-child, .modal__form .check:first-child {
  margin-top: 0;
}
.modal__form .textarea textarea {
  height: 130px;
}
.modal__form button {
  margin: 30px 0 0;
  width: 100%;
}
.foex-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.grecaptcha-badge {
  visibility: hidden !important;
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
  .cap::before, .cap::after {
    opacity: 0.7;
  }

  .brokerage__item {
    padding: 20px;
  }
  .brokerage__item-name {
    font-size: 20px;
  }
  .brokerage__item-desc {
    font-size: 16px;
  }
  .brokerage__steps {
    padding: 20px 25px;
  }

  .message__desc {
    font-size: 20px;
  }
  .message__image {
    opacity: 0.7;
  }

  .partner__image {
    display: none;
  }

  .accounts__list-name {
    font-size: 18px;
  }

  .contact__info {
    padding: 35px 40px;
  }
  .contact__info-sub {
    font-size: 16px;
  }
  .contact__info-name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .title {
    width: 80%;
  }
  .cap .row {
    width: 60%;
  }
  .services__item.min .services__item-name {
    padding-right: 150px;
  }
  .modal__title .btn:hover:not(:has(img))::after {
    margin-left: -20px;
  }
  .header.fixed {
    background: #040404;
  }
  .header.fixed .header__block {
    padding: 12px 0;
  }
  .header.fixed .header__block::before {
    width: 100vw;
  }
  .header.fixed .header__logo img {
    width: 130px;
  }
  .header.fixed .header__logo p {
    margin-top: -20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .header__nav > ul > li:hover > a {
    color: var(--accent);
  }
  .header__nav > ul > li:hover > a::after {
    opacity: 1;
    background-image: url(../img/icon-arrow1-accent.svg);
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .header__nav > ul > li:hover > ul, .header__nav > ul > li:hover > div {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav > ul > li > ul li a:hover {
    background: rgba(255, 75, 0, 0.15);
    color: var(--accent);
  }
  .header__nav-child_list li a:hover p {
    color: var(--accent);
  }
  .header__nav-child_list li a:hover i {
    background: #313131;
  }

  .btn:hover {
    border-radius: 30px;
  }
  .btn:hover span {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .btn:hover::after, .btn:hover img {
    opacity: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .btn:hover.light span {
    -webkit-transform: translateX(32px);
        -ms-transform: translateX(32px);
            transform: translateX(32px);
  }

  .services__item:hover .services__item-image {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .services__item:hover .services__item-sub {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    color: var(--accent);
  }
  .services__item:hover .services__item-name {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  .footer__soc li a:hover {
    background: var(--accent);
  }
  .footer__nav-list li a:hover {
    color: var(--accent);
  }

  .cap__bread li a:hover {
    color: var(--accent);
  }

  .sub-services__item:hover .sub-services__item-block {
    padding-bottom: 35px;
  }
  .sub-services__item:hover .sub-services__item-image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .sub-services__item:hover .sub-services__item-image::before {
    opacity: 0.7;
  }

  .faq__item:hover .faq__item-num {
    color: var(--accent);
  }

  .city__item:hover .city__item-desc {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    color: var(--white);
  }
  .city__item:hover .city__item-but {
    background: var(--accent);
  }

  .posts__item:hover .posts__item-desc {
    color: var(--black);
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .posts__item:hover .posts__item-name {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }

  .tab ul li:hover:not(.active) {
    padding-bottom: 24px;
  }

  .contact__soc-item:hover {
    background: var(--accent);
  }

  .modal__close:hover::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 15px;
  }

  .btn {
    font-size: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .btn:not(:has(img))::after {
    margin-left: 44px;
  }
  .btn img {
    margin-left: 44px;
  }
  .btn.light:not(:has(img))::after {
    margin-left: 30px;
  }
  .btn.light img {
    margin-left: 30px;
  }

  .header.fixed:not(.open) {
    background: #040404;
  }
  .header.fixed:not(.open) .header__block {
    padding: 0;
  }
  .header.fixed:not(.open) .header__logo img {
    width: 90px;
  }
  .header.fixed:not(.open) .header__logo p {
    margin-top: -20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .header.open .header__humb i {
    background: rgba(255, 255, 255, 0);
  }
  .header.open .header__humb i::before {
    -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  .header.open .header__humb i::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
    width: 100%;
    -webkit-transition: width 0.25s, -webkit-transform 0.5s;
    transition: width 0.25s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, width 0.25s;
    transition: transform 0.5s, width 0.25s;
    transition: transform 0.5s, width 0.25s, -webkit-transform 0.5s;
  }
  .header.open .header__nav, .header.open .header__info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 5;
  }
  .header .row {
    padding: 0 5px;
  }
  .header__block {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: unset;
  }
  .header__block::before {
    display: none;
  }
  .header__callback {
    position: relative;
    z-index: 5;
    display: block;
    float: left;
    margin: auto 0 auto auto;
    width: 50px;
    height: 60px;
    background: url(../img/icon-chat.svg) center/18px auto no-repeat;
  }
  .header__humb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin: auto 0;
    width: 50px;
    height: 60px;
    z-index: 22;
  }
  .header__humb i {
    float: left;
    position: relative;
    width: 20px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    margin: auto;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header__humb i::before, .header__humb i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    left: 0;
    -webkit-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-transition: width 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s;
  }
  .header__humb i::before {
    top: -6px;
  }
  .header__humb i::after {
    top: 6px;
    width: 14px;
  }
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(83.76%, #2a2a2a));
    background: -o-linear-gradient(top, #000 0%, #2a2a2a 83.76%);
    background: linear-gradient(180deg, #000 0%, #2a2a2a 83.76%);
    z-index: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    opacity: 0;
    pointer-events: none;
    padding: 100px 0 200px;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .header__nav::before {
    content: "";
    position: absolute;
    width: 720px;
    height: 600px;
    background: url(../img/teaser-image.png) center/contain no-repeat;
    bottom: -340px;
    left: calc(50% - 360px);
    z-index: 0;
  }
  .header__nav > ul {
    float: left;
    padding: 25px;
    max-height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__nav > ul:not(:first-child) {
    padding-top: 0;
  }
  .header__nav > ul:not(:last-child) {
    padding-bottom: 0;
  }
  .header__nav > ul > li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header__nav > ul > li:has(> ul) > a {
    padding-right: 0;
  }
  .header__nav > ul > li:last-child {
    margin: 0;
  }
  .header__nav > ul > li > a {
    height: 52px;
    font-size: 18px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav > ul > li > a::before {
    display: none;
  }
  .header__nav > ul > li > a::after {
    content: "";
    position: absolute;
    width: 12px !important;
    height: 12px !important;
    top: calc(50% - 6px) !important;
    right: 2px !important;
    opacity: 1 !important;
    background: url(../img/icon-arrow2-accent.svg) center/contain no-repeat !important;
  }
  .header__nav > ul > li ul {
    display: none;
  }

  .teaser {
    padding: 130px 0 90px;
  }
  .teaser::before {
    display: none;
  }
  .teaser__title {
    font-size: 24px;
    line-height: 124%;
  }
  .teaser__title br {
    display: none;
  }
  .teaser__desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .teaser__image {
    height: 230px;
  }
  .teaser__but {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 70px;
  }
  .teaser__but .btn {
    margin: 10px 0 0;
    width: 100%;
  }
  .teaser__but .btn:first-child {
    margin-top: 0;
  }
  .teaser__info {
    left: 0;
    top: 75%;
    width: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
  .teaser__info:last-child {
    right: 40px;
  }
  .teaser__info-image {
    display: none;
  }
  .teaser__info-name {
    display: none;
  }
  .teaser__info-desc {
    display: none;
  }
  .teaser__currency {
    position: absolute;
    z-index: 5;
  }
  .teaser__currency.item1 {
    left: calc(50vw - 214px);
    top: 24%;
  }
  .teaser__currency.item2 {
    width: 115px;
    right: calc(50vw - 214px);
    top: 26%;
  }
  .teaser__currency.item3 {
    width: 99px;
    right: auto;
    left: calc(50vw - 135px);
    bottom: 0;
  }
  .teaser__currency.item4 {
    width: 49px;
    left: auto;
    right: calc(50vw - 200px);
    bottom: 50px;
  }

  .title__name {
    font-size: 24px;
    line-height: 130%;
  }
  .title__desc {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .services {
    margin-top: 45px;
  }
  .services__block {
    width: calc(100% + 6px);
    margin: 15px -3px 0;
  }
  .services__section {
    width: 100%;
    height: auto;
  }
  .services__section:nth-child(n+5) {
    display: none;
  }
  .services__item {
    width: calc(100% - 6px);
    height: 220px;
    margin: 6px 3px 0;
    padding: 20px;
  }
  .services__item-image {
    width: 100% !important;
    height: 100% !important;
    padding: 20px;
  }
  .services__item-sub {
    margin-top: 0;
    font-size: 14px;
  }
  .services__item-name {
    margin-top: auto;
    padding-top: 10px;
    font-size: 18px;
  }
  .services__all {
    display: block;
    margin-top: 6px;
  }

  .about {
    width: calc(100% + 30px);
    margin: 50px -15px 0;
    border-radius: 0;
    padding: 40px 15px;
  }
  .about__image img:first-child {
    display: none;
  }
  .about__image img:last-child {
    display: block;
  }
  .about__image::before {
    display: none;
  }
  .about__title {
    margin-top: 20px;
    font-size: 18px;
  }
  .about__desc {
    font-size: 14px;
  }
  .about__info {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 480px 10px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .about__info-item {
    min-width: 290px;
    margin: 0 5px;
    height: 185px;
  }
  .about__info-name {
    font-size: 18px;
  }
  .about__info-desc {
    font-size: 18px;
  }

  .slick-arrow {
    width: 100px;
    bottom: 0;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .slick-dots {
    bottom: 0;
  }

  .content {
    padding-bottom: 0;
    border-radius: 30px 30px 0 0;
  }
  .foex-gallery {
    margin-top: 40px;
  }
  .foex-gallery__grid {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .foex-gallery-modal__cot {
    width: calc(100% - 20px);
  }
  .foex-gallery-modal__block {
    padding: 50px 38px;
  }
  .foex-gallery-modal__arrow {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
  .foex-gallery-modal__arrow--prev {
    left: 6px;
  }
  .foex-gallery-modal__arrow--next {
    right: 6px;
  }
  #foex-gallery-modal-image {
    max-height: calc(100vh - 150px);
  }

  .reviews {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 40px 15px;
    background: #f1f1f1;
  }
  .reviews__base {
    width: 100%;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
  .reviews__title {
    font-size: 24px;
  }
  .reviews__desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .reviews__info {
    width: calc(100% + 30px);
    margin: 20px -15px 0;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .reviews__info-item {
    min-width: 220px;
    width: 220px !important;
    margin: 0 5px;
    min-height: 145px;
  }
  .reviews__info-desc {
    padding-top: 15px;
    font-size: 14px;
  }
  .reviews__slider {
    width: 100%;
    border-radius: 0;
    padding: 0 0 60px;
    background: transparent;
    margin: 20px 0 0;
  }
  .reviews__slider-item {
    min-height: 390px;
    padding: 20px;
  }

  .quest {
    width: calc(100% + 30px);
    margin: 55px -15px 0;
    border-radius: 0;
  }
  .quest__block {
    width: 100%;
    padding: 40px 35px;
    min-height: 0;
  }
  .quest__name {
    font-size: 24px;
  }
  .quest__sub {
    margin-top: 15px;
    font-size: 16px;
  }
  .quest__desc {
    margin-top: 15px;
    font-size: 16px;
    max-width: 100%;
  }
  .quest__but {
    margin-top: 0;
    padding-top: 315px;
  }
  .quest__image {
    width: 545px;
    height: auto;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .footer {
    margin-top: 0;
    padding: 50px 0;
  }
  .footer::before {
    display: none;
  }
  .footer .row {
    padding: 0;
  }
  .footer__base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__about {
    width: 100%;
    padding: 0 15px;
  }
  .footer__about-logo img {
    margin: 0 auto;
  }
  .footer__about-desc {
    max-width: 100%;
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
  }
  .footer__soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .footer__nav {
    display: none;
  }
  .footer__contact {
    margin-top: 30px;
    padding: 30px 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
  }
  .footer__contact-name {
    display: none;
  }
  .footer__contact-name + div {
    margin-top: 0;
  }
  .footer__contact-desc {
    font-size: 14px;
    color: #666;
    text-align: center;
  }
  .footer__contact-link {
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__end {
    margin-top: 30px;
    padding: 30px 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__end-item {
    width: 100% !important;
    margin-top: 7px;
    font-size: 13px;
    text-align: center;
  }
  .footer__author {
    display: none;
  }

  .sitemap__list--root {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
  .cap {
    padding: 120px 10px 80px;
    min-height: 345px;
  }
  .cap::before {
    left: 0;
    width: 98px;
    height: 106px;
    background-image: url(../img/cap-bg1-mob.png);
  }
  .cap::after {
    top: 80px;
    bottom: auto;
    width: 72px;
    height: 149px;
    background-image: url(../img/cap-bg2-mob.png);
  }
  .cap__bread {
    opacity: 0.4;
  }
  .cap__bread li {
    display: none;
    margin-right: 0;
  }
  .cap__bread li:nth-last-child(2) {
    display: block;
  }
  .cap__bread li::before {
    width: 16px;
    height: 100%;
    left: 0;
    opacity: 1;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    pointer-events: none;
  }
  .cap__bread li a {
    font-size: 0;
    padding-left: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cap__bread li a::before {
    content: "Вернуться назад";
    font-size: 13px;
  }
  .cap__title {
    margin-top: 15px;
    font-size: 22px;
  }
  .cap--404 {
    min-height: calc(100vh - 80px);
    min-height: calc(100dvh - 80px);
    padding: 120px 20px 80px;
  }
  .cap__404-code {
    font-size: 100px;
    margin-bottom: 8px;
  }
  .cap__404-desc {
    font-size: 15px;
    margin-top: 14px;
  }
  .cap__404-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .cap__404-actions .btn {
    width: 100%;
    max-width: 320px;
  }
  .cap__breadcrumbs {
    gap: 4px;
  }
  .cap__breadcrumbs a,
  .cap__breadcrumbs span {
    font-size: 12px;
  }
  .page-content {
    padding: 30px 0 20px;
  }
  .page-content h2 {
    font-size: 20px;
    margin: 30px 0 12px;
  }
  .page-content h3 {
    font-size: 17px;
    margin: 24px 0 10px;
  }
  .sitemap {
    padding: 30px 0 20px;
  }
  .sitemap__list--root {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .sitemap__list--root > .sitemap__item {
    margin-bottom: 28px;
  }
  .sitemap__list--root > .sitemap__item > .sitemap__link {
    font-size: 16px;
  }

  .service {
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px;
    background: #f1f1f1;
  }
  .service__image {
    width: calc(100% - 40px);
    height: 250px;
    top: auto;
    left: 20px;
    bottom: 100px;
  }
  .service__image img {
    border-radius: 20px;
  }
  .service__block {
    max-width: 100%;
    min-height: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .service__name {
    margin-top: 15px;
    font-size: 24px;
  }
  .service__desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .service__but {
    margin-top: 290px;
    padding-top: 0;
  }

  .sub-services {
    margin-top: 45px;
  }
  .sub-services__block {
    margin: 10px -5px 0;
  }
  .sub-services__item {
    width: calc(50% - 10px);
    height: 225px;
  }
  .sub-services__item-block {
    padding: 20px;
  }
  .sub-services__item-sub {
    font-size: 14px;
  }
  .sub-services__item-name {
    font-size: 20px;
  }

  .brokerage {
    margin-top: 60px;
  }
  .brokerage__block {
    width: calc(100% + 30px);
    margin: 24px -15px 0;
    padding: 15px;
  }
  .brokerage__items {
    width: 100%;
    margin: 0;
  }
  .brokerage__item {
    width: 100%;
    margin: 10px 0 0;
    padding: 20px 20px 20px 90px;
    position: relative;
  }
  .brokerage__item:first-child {
    margin-top: 0;
  }
  .brokerage__item-num {
    position: absolute;
    width: 48px;
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .brokerage__item-num:has(i)::after {
    margin: -38px 0 38px;
  }
  .brokerage__item-num span {
    width: 48px;
    min-width: 48px;
    font-size: 14px;
  }
  .brokerage__item-num::after {
    width: 100%;
    height: 100%;
    margin: -5px 0 0;
    background-image: url(../img/brokerage-arrow-down.svg);
  }
  .brokerage__item-num i {
    width: 48px;
    height: 38px;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    background-size: 16px auto;
  }
  .brokerage__item-name {
    margin-top: 0;
    font-size: 20px;
  }
  .brokerage__item-desc {
    padding-top: 10px;
    font-size: 14px;
  }
  .brokerage__steps {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brokerage__steps-base {
    width: 100%;
    padding: 0 0 70px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .brokerage__steps-base ~ .brokerage__steps-item::before {
    bottom: calc(100% + 8px) !important;
  }
  .brokerage__steps-circle {
    width: 106px;
    height: 106px;
    margin: 10px -8px 0 auto;
  }
  .brokerage__steps-circle i {
    width: 14px;
    height: 14px;
    top: -7px;
    left: calc(50% - 7px);
  }
  .brokerage__steps-logo {
    width: 80px;
    height: 80px;
    top: 23px;
    left: auto;
    right: 5px;
  }
  .brokerage__steps-logo img {
    width: 52px;
  }
  .brokerage__steps-item {
    width: 100%;
    min-height: 0;
    padding: 0 105px 70px 0;
    margin: 0;
  }
  .brokerage__steps-item:last-child {
    padding-bottom: 0;
  }
  .brokerage__steps-item::before {
    width: 90px;
    height: 50px;
    background-image: url(../img/brokerage-arrow-gray-down.svg);
    top: auto;
    bottom: 7px;
    left: auto !important;
    right: 0 !important;
  }
  .brokerage__steps-image {
    position: absolute;
    right: 0;
    top: -3px;
    width: 90px;
    height: 45px;
  }
  .brokerage__steps-currency {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .brokerage__steps-name {
    margin-top: 0;
    text-align: left;
  }
  .brokerage__info {
    margin-top: 25px;
    font-size: 14px;
    line-height: 140%;
  }

  .faq {
    width: calc(100% + 30px);
    margin: 50px -15px 0;
    padding-top: 50px;
  }
  .faq + .quest {
    margin-top: 0;
  }
  .faq__req {
    width: 100%;
  }
  .faq__req-item {
    padding: 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq__req-item p {
    height: auto;
    width: 100% !important;
    padding: 0;
    font-size: 14px;
    border: 0 !important;
  }
  .faq__req-item p:first-child {
    padding-bottom: 4px;
  }
  .faq__block {
    border-radius: 0;
    padding: 15px;
    margin-top: 25px;
  }
  .faq__base {
    width: 100%;
  }
  .faq__aside {
    width: 100%;
    margin-top: 20px;
  }
  .faq__info {
    padding: 20px;
    border-radius: 20px;
    min-height: 0;
  }
  .faq__info-name {
    font-size: 20px;
    padding-right: 150px;
  }
  .faq__info-desc {
    margin-top: 50px;
    font-size: 14px;
  }
  .faq__info-but {
    margin-top: 25px;
  }
  .faq__item {
    margin-top: 10px;
    border-radius: 20px;
  }
  .faq__item:first-child {
    margin: 0;
  }
  .faq__item-cap {
    padding: 18px 70px 18px 55px;
  }
  .faq__item-num {
    top: 18px;
    left: 20px;
    font-size: 14px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .faq__item-name {
    font-size: 14px;
    white-space: normal;
  }
  .faq__item-but {
    width: 30px;
    height: calc(100% - 30px);
    top: 15px;
    right: 15px;
  }
  .faq__item-but::before {
    background-size: 14px auto;
  }
  .faq__item-block {
    display: none;
    padding: 0 20px 20px;
    margin-top: -5px;
  }

  .text h1 {
    font-size: 36px;
  }
  .text h2 {
    font-size: 30px;
  }
  .text h3 {
    font-size: 24px;
  }
  .text h4 {
    font-size: 20px;
  }
  .text h5 {
    font-size: 16px;
  }
  .text h6 {
    font-size: 14px;
  }
  .text p {
    font-size: 14px;
  }
  .text ul li {
    font-size: 14px;
  }
  .text ul li::before {
    top: 7px;
  }
  .text ol li {
    font-size: 14px;
  }

  .company {
    margin-top: 15px;
  }
  .company__image {
    border-radius: 20px;
  }
  .company__block {
    border-radius: 20px;
    padding: 20px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
  }
  .company__text {
    width: 100%;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
  .company__text-but {
    margin-top: 20px;
  }
  .company__slider {
    width: 100%;
    padding: 0 0 60px;
    margin: 20px 0 0;
    background: transparent;
  }
  .company__slider .slick-arrow {
    border: 1px solid #f0f0f4;
  }
  .company__info {
    width: calc(100% + 70px);
    margin: 20px -35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 0 30px;
    overflow-x: auto;
    overflow-y: visible;
  }
  .company__info:first-child {
    margin-top: 0;
  }
  .company__info-item {
    min-width: 250px;
    margin: 0 5px;
  }

  .city {
    margin: 45px -15px 0;
    width: calc(100% + 30px);
    border: 0;
    border-radius: 0;
    padding: 40px 20px;
  }
  .city + .faq {
    margin-top: 0;
  }
  .city__aside {
    width: 100%;
  }
  .city__info-name {
    font-size: 24px;
  }
  .city__info-but {
    margin-top: 20px;
  }
  .city__base {
    width: 100%;
    margin: 30px 0 0;
  }
  .city__item {
    min-height: 290px;
    padding: 20px 20px 10px;
    border-radius: 20px;
  }
  .city__item:nth-child(n+5) {
    display: none;
  }
  .city__item-but {
    width: calc(100% + 20px);
    margin: auto -10px 0;
  }
  .city__all {
    display: block;
    margin-top: 30px;
  }
  .city__all .all {
    background: #3D3D3D;
    color: var(--white);
  }
  .city__all .all::after {
    background-image: url(../img/icon-all-white.svg);
  }
  .city__team-item {
    border-radius: 16px;
    padding: 10px;
  }
  .city__team-image {
    width: 130px;
    min-height: 125px;
  }
  .city__team-image img {
    border-radius: 16px;
  }
  .city__team-block {
    width: calc(100% - 130px);
    padding: 0 0 0 15px;
  }
  .city__team-name {
    font-size: 18px;
  }

  .plus {
    margin-top: 55px;
  }
  .plus__block {
    width: calc(100% + 30px);
    margin: 25px -15px 0;
    border-radius: 30px;
    padding: 15px;
  }
  .plus__item {
    margin-top: 10px;
    border-radius: 20px;
  }
  .plus__item-block {
    width: 100%;
    padding: 20px;
    margin: 0;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .plus__item-num {
    font-size: 12px;
    width: 45px;
    height: 28px;
  }
  .plus__item-name {
    font-size: 24px;
    padding-top: 15px;
  }
  .plus__item-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 130%;
  }
  .plus__item-but {
    margin-top: 15px;
  }
  .plus__item-but .btn {
    width: 100%;
  }
  .plus__item-image {
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    margin: 10px 0 0 !important;
    height: 200px;
  }
  .plus__item-image img {
    border-radius: 16px;
  }

  .workflow {
    width: calc(100% + 30px);
    margin: 40px -15px 0;
  }
  .workflow__item {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 30px 15px;
  }
  .workflow__name {
    font-size: 24px;
  }
  .workflow__desc {
    margin-top: 12px;
    font-size: 16px;
  }
  .workflow__image {
    width: calc(100% + 30px);
    margin: 20px -15px 0;
    height: 320px;
  }
  .workflow__faq {
    margin-top: 20px;
  }

  .process {
    padding-top: 50px;
  }
  .process:has(+ .message) .process__block {
    border-radius: 20px 20px 0 0;
    padding-bottom: 40px;
  }
  .process .title__but {
    display: none;
  }
  .process__block {
    width: calc(100% + 30px);
    margin: 15px -15px 0;
    padding: 15px;
    border-radius: 20px;
  }
  .process__nav-item {
    border-radius: 16px;
  }
  .process__nav-name {
    font-size: 16px;
  }
  .process__slider {
    border-radius: 16px;
  }
  .process__item {
    height: auto;
  }
  .process__item-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: 220px;
  }
  .process__item-image img {
    border-radius: 12px;
  }
  .process__item-block {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 10px;
  }
  .process__item-num {
    font-size: 16px;
  }
  .process__item-name {
    margin-top: 15px;
    font-size: 16px;
  }
  .process__item-desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .process__item-prev {
    background-size: 10px auto;
  }
  .process__item-next {
    font-size: 14px;
  }
  .process__item-next:hover {
    opacity: 0.6;
  }
  .process__item-next::after {
    background-size: 10px auto;
  }

  .message {
    width: calc(100% + 30px);
    margin: 0 -15px;
    border-radius: 0;
    padding-bottom: 430px;
  }
  .message__image img {
    display: none;
    width: 100%;
    height: 460px;
    margin: auto 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .message__image img:first-child {
    display: none;
  }
  .message__image img:last-child {
    display: block;
  }
  .message__block {
    padding: 40px 20px;
    max-width: 100%;
  }
  .message__desc {
    font-size: 18px;
  }
  .message__ceo {
    min-height: 70px;
    margin-top: 30px;
    padding-left: 90px;
  }
  .message__ceo-image {
    width: 70px;
    height: 70px;
  }
  .message__ceo-image img {
    border-radius: 12px;
  }
  .message__ceo-name {
    font-size: 20px;
  }
  .message__ceo-desc {
    font-size: 13px;
  }

  .reputation {
    margin-top: 50px;
  }
  .reputation__block {
    margin: 25px -15px 0;
    width: calc(100% + 30px);
    border-radius: 0;
    padding: 20px 15px;
  }
  .reputation__image {
    margin: 20px 0 0;
    width: 100%;
  }
  .reputation__image:first-child {
    display: none;
  }
  .reputation__info {
    width: 100%;
    padding: 30px;
  }
  .reputation__info-logo img {
    width: 40px;
  }
  .reputation__info-name {
    margin-top: 30px;
    font-size: 24px;
  }
  .reputation__info-desc {
    margin-top: 15px;
    font-size: 16px;
  }
  .reputation__info-but {
    margin-top: 30px;
  }

  .partner {
    width: calc(100% + 30px);
    margin: 0 -15px;
    border: 0;
    border-radius: 0;
    padding: 40px 20px;
  }
  .partner__image {
    width: 450px;
    right: auto;
    left: calc(50% - 225px);
    top: auto;
    bottom: 180px;
  }
  .partner__base {
    max-width: 100%;
  }
  .partner__name {
    margin-top: 20px;
    font-size: 20px;
  }
  .partner__desc {
    font-size: 14px;
  }
  .partner__list {
    width: calc(100% + 2px);
    margin: 200px -1px 0;
  }
  .partner__list-item {
    width: calc(33.3333% - 2px) !important;
    height: 80px;
    padding: 20px;
    margin: 2px 1px 0;
  }
  .partner__list-item:nth-child(n+13) {
    display: none;
  }

  .posts {
    margin-top: 50px;
  }
  .posts__block {
    width: calc(100% + 30px);
    margin: 15px -15px 0;
  }
  .posts__item {
    width: calc(50% - 10px);
  }
  .posts__item-image {
    height: 220px;
  }
  .posts__pagination {
    margin-top: 15px;
  }
  .posts__pagination .page-numbers a,
  .posts__pagination .page-numbers span {
    min-width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 13px;
    padding: 0 10px;
  }
  .blog-page-posts {
    margin-top: 40px;
  }
  .blog-single {
    margin-top: 40px;
  }
  .blog-single__thumb {
    margin-top: 12px;
  }
  .blog-single__thumb img {
    border-radius: 16px;
  }
  .blog-single__content {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55;
  }
  .blog-single__content h2,
  .blog-single__content h3 {
    margin-top: 22px;
    margin-bottom: 8px;
  }

  .accounts {
    width: calc(100% + 30px);
    margin: 50px -15px 0;
    min-height: 1000px;
  }
  .accounts__image img:first-child {
    display: none;
  }
  .accounts__image img:last-child {
    display: block;
  }
  .accounts__base {
    max-width: 100%;
    padding: 30px 10px;
  }
  .accounts__name {
    font-size: 24px;
  }
  .accounts__dop {
    margin-top: 10px;
    font-size: 16px;
  }
  .accounts__desc {
    margin-top: 10px;
    font-size: 14px;
  }
  .accounts__but {
    margin-top: 15px;
  }
  .accounts__list-item {
    width: calc(50% - 10px);
    min-height: 95px;
    padding: 15px;
  }
  .accounts__list-item:last-child {
    width: calc(100% - 10px);
  }
  .accounts__list-sub {
    font-size: 13px;
  }
  .accounts__list-name {
    font-size: 16px;
  }

  .tab {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 15px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .tab ul li {
    min-width: 145px;
    font-size: 16px;
    padding: 18px;
  }

  .contact {
    margin-top: 15px;
    border-radius: 20px;
  }
  .contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    border-radius: 16px;
  }
  .contact__info-item {
    width: 100%;
    margin-top: 25px;
  }
  .contact__info-item:first-child {
    margin-top: 0;
  }
  .contact__info-sub {
    font-size: 13px;
  }
  .contact__info-name {
    font-size: 20px;
  }
  .contact__map {
    height: 540px;
    border-radius: 16px;
  }
  .contact__soc-item {
    padding: 0;
    font-size: 0;
    border-radius: 16px;
  }
  .contact__soc-item img {
    margin: auto;
  }
  .text-block {
    margin-top: 15px;
  }
  .text-block .title {
    margin-bottom: 15px;
  }
  .text-block__content {
    border-radius: 20px;
    padding: 22px 20px;
  }

  .modal__close {
    top: 28px;
  }
  .modal__block {
    padding: 30px 20px;
    border-radius: 0;
  }
  .modal__title {
    margin-top: 15px;
  }
  .modal__title-name {
    font-size: 24px;
  }
  .modal__title-desc {
    display: block;
    margin-top: 15px;
    font-size: 14px;
  }
  .modal__title .btn {
    margin: 20px auto 0;
  }
  .modal__form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sub-services__item {
    width: calc(100% - 10px);
  }

  .company__slider-item {
    min-height: 230px;
  }

  .city__item {
    width: calc(100% - 10px);
  }

  .posts__item {
    width: calc(100% - 10px);
  }

  .city__team-item {
    width: calc(100% - 10px);
  }
}

/* Form validation errors */
.form__error {
  margin-top: 15px;
  padding: 12px 16px;
  background: rgba(207,46,46,0.08);
  border: 1px solid rgba(207,46,46,0.25);
  border-radius: 10px;
  color: #cf2e2e;
  font-size: 14px;
  line-height: 1.5;
}
.input.has-error input,
.select.has-error input,
.textarea.has-error textarea {
  border: 1px solid #cf2e2e !important;
}
.check.has-error p {
  border-color: #cf2e2e;
}
button[type=submit]:disabled {
  opacity: 0.6;
  pointer-events: none;
}