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, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

html {
  min-height: 100vh;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  min-height: 100%;
  font-size: 62.5%;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

strong {
  font-weight: bold;
}

input {
  outline: none;
}

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

img {
  border: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
  top: 0;
  line-height: 60%;
  white-space: nowrap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Inter/light.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/Inter/light-italic.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Inter/regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: normal;
  src: url("fonts/Inter/regular-italic.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Inter/semibold.html") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/Inter/semibold-italic.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Inter/bold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/Inter/bold-italic.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat/regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: normal;
  src: url("fonts/Montserrat/regular-italic.woff.html") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Montserrat/semibold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/Montserrat/semibold-italic.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Montserrat/bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/Montserrat/bold-italic.woff") format("woff");
}
body {
  font-family: "Inter", sans-serif;
  background: #35434E;
  padding-top: 79px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 72px;
  }
}

.header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  background: #1C262E;
  padding: 5px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s ease;
  transform-origin: top;
}
.header.is-hidden {
  transform: scale(1, 0);
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
    padding: 12px 14px 12px 20px;
  }
}
.header__inner {
  max-width: 1376px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1410px) {
  .header__inner {
    padding: 0;
  }
}
.header__logo {
  width: 166px;
  display: none;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header__logo {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  .header__logo {
    width: 120px;
  }
}
.header__logo img {
  width: 100%;
  display: block;
}
.header__menu {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__menu {
    margin-right: 27px;
  }
}
@media screen and (max-width: 420px) {
  .header__menu {
    margin-right: 10px;
  }
}
.header__humburger {
  margin-left: auto;
  display: none;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header__humburger {
    display: block;
  }
}
.header__humburger img {
  width: 100%;
  display: block;
}

.header-menu {
  width: 100%;
  display: flex;
  align-items: center;
}
.header-menu__item {
  color: #99AEBF;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  text-decoration: none;
  padding: 6px 0 2px;
  border-bottom: 2px solid transparent;
  margin-right: 48px;
  transition: 0.7s ease;
}
@media screen and (max-width: 1220px) {
  .header-menu__item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1020px) {
  .header-menu__item {
    font-size: 14px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu__item {
    display: none;
  }
}
.header-menu__item:last-child {
  margin-right: 0;
}
.header-menu__item:visited {
  color: #99AEBF;
}
.header-menu__item:hover {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 2px solid #BFAD86;
}
.header-menu__item_lang {
  display: flex;
  align-items: center;
  margin-left: auto;
  transition: none;
}
.header-menu__item_lang:hover {
  border-bottom: 2px solid transparent;
}
.header-menu__item_lang img {
  border-radius: 3px;
}
.header-menu__item_lang span {
  margin: 0 8px;
}

.lang-wrapper {
  display: flex;
  align-items: center;
}
.lang-wrapper__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  border-radius: 8px;
  color: #99AEBF;
  font-size: 18px;
  line-height: 130%;
  text-align: left;
  text-decoration: none;
  margin-right: 8px;
}
@media screen and (max-width: 1020px) {
  .lang-wrapper__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lang-wrapper__item:before {
    font-size: 18px;
    display: block;
  }
  .lang-wrapper__item:first-child:before {
    content: "En";
  }
  .lang-wrapper__item:last-child:before {
    content: "De";
  }
}
.lang-wrapper__item span {
  display: block;
}
@media screen and (max-width: 768px) {
  .lang-wrapper__item span {
    display: none;
  }
}
.lang-wrapper__item img {
  display: block;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .lang-wrapper__item img {
    display: none;
  }
}
.lang-wrapper__item:last-child {
  margin-right: 0;
}
.lang-wrapper__item:visited {
  color: #99AEBF;
}
.lang-wrapper__item:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.lang-wrapper__item_active {
  pointer-events: none;
  background: #323f49;
  color: #FFFFFF;
}
.lang-wrapper__item_active span {
  color: #FFFFFF;
}
.lang-wrapper__item_active:visited {
  color: #FFFFFF;
}
.lang-wrapper_mobile .lang-wrapper__item {
  padding: 0;
  margin-right: 20px;
}
.lang-wrapper_mobile .lang-wrapper__item img {
  margin-right: 10px;
}
.lang-wrapper_mobile .lang-wrapper__item span {
  margin: 0;
}
.lang-wrapper_mobile .lang-wrapper__item_active {
  pointer-events: none;
  background: none;
  color: #FFFFFF;
}
.lang-wrapper_mobile .lang-wrapper__item_active span {
  color: #FFFFFF;
}
.lang-wrapper_mobile .lang-wrapper__item_active:visited {
  color: #FFFFFF;
}

.hero-block {
  width: 100%;
  box-sizing: border-box;
  padding: 51px 20px;
  position: relative;
  background: linear-gradient(90deg, #212D37 0%, #35434E 100%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero-block {
    padding: 29px 20px 48px;
  }
}
.hero-block__bg {
  max-width: 1366px;
  position: absolute;
  top: -50px;
  right: -290px;
}
@media screen and (max-width: 1334px) {
  .hero-block__bg {
    max-width: 1136px;
    right: -210px;
  }
}
@media screen and (max-width: 1040px) {
  .hero-block__bg {
    max-width: 916px;
    right: -170px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__bg {
    width: 760px;
    max-width: none;
    right: -80px;
  }
}
@media screen and (max-width: 380px) {
  .hero-block__bg {
    width: 764px;
    max-width: none;
    right: -143px;
  }
}
.hero-block__bg img {
  width: 100%;
  display: block;
}
.hero-block__inner {
  max-width: 1376px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1410px) {
  .hero-block__inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__inner {
    flex-direction: column;
    align-items: center;
  }
}
.hero-block__content {
  width: 100%;
  max-width: 636px;
  position: relative;
  z-index: 2;
  margin-right: 54px;
}
@media screen and (max-width: 1334px) {
  .hero-block__content {
    max-width: none;
    flex-grow: 1;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__content {
    order: 2;
    margin-right: 0;
  }
}
.hero-block__logo {
  max-width: 360px;
  margin-bottom: 167px;
}
@media screen and (max-width: 1040px) {
  .hero-block__logo {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__logo {
    display: none;
  }
}
.hero-block__logo img {
  width: 100%;
  display: block;
}
.hero-block__title {
  font-size: 30px;
  line-height: 130%;
  color: #BFAD86;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 18px;
}
@media screen and (max-width: 768px) {
  .hero-block__title {
    font-size: 24px;
  }
}
.hero-block__text {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .hero-block__text {
    font-size: 14px;
  }
}
.hero-block__img {
  width: 100%;
  max-width: 732px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin-right: -66px;
}
@media screen and (max-width: 1334px) {
  .hero-block__img {
    margin-right: 0;
    max-width: 572px;
  }
}
@media screen and (max-width: 1040px) {
  .hero-block__img {
    max-width: 442px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block__img {
    max-width: 340px;
    order: 1;
    margin-bottom: 44px;
  }
}
.hero-block__img img {
  width: 100%;
  display: block;
}

.main-content__section {
  padding: 90px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-content__section {
    padding: 48px 20px;
  }
}
.main-content__section#partners {
  background: #35434E;
}
.main-content__section#description {
  background: linear-gradient(180deg, rgba(20, 29, 36, 0.5) 0%, rgba(20, 29, 36, 0) 100%);
  padding-bottom: 0;
}
.main-content__section#expertise {
  background: #35434e;
  overflow: hidden;
}
.main-content__section#projects {
  background: linear-gradient(180deg, rgba(20, 29, 36, 0.5) 0%, rgba(20, 29, 36, 0) 50%);
}
.main-content__section#news_events {
  background: linear-gradient(180deg, rgba(20, 29, 36, 0.5) 0%, rgba(20, 29, 36, 0) 50%);
}
@media screen and (max-width: 768px) {
  .main-content__section#news_events {
    background: linear-gradient(180deg, rgba(20, 29, 36, 0.5) 0%, rgba(20, 29, 36, 0) 100%);
  }
}
.main-content__section#career {
  background: linear-gradient(360deg, rgba(20, 29, 36, 0.5) 0%, rgba(20, 29, 36, 0) 100%);
}
@media screen and (max-width: 768px) {
  .main-content__section#career {
    background: linear-gradient(180deg, rgba(20, 29, 36, 0.5) 0%, rgba(20, 29, 36, 0) 100%);
  }
}
.main-content__section#contacts {
  background: #2B3640;
}
.main-content__wrapper {
  max-width: 1376px;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1410px) {
  .main-content__wrapper {
    padding: 0;
  }
}
.main-content__inner-section {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .main-content__inner-section {
    padding: 48px 0;
  }
}
.main-content__section-title {
  color: #BFAD86;
  font-size: 42px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding-bottom: 9px;
  border-bottom: 4px solid #BFAD86;
  position: relative;
  z-index: 3;
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .main-content__section-title {
    font-size: 30px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 379px) {
  .main-content__section-title {
    font-size: 26px;
  }
}
.main-content__line-1 {
  max-width: 946px;
  position: absolute;
  right: 51%;
  bottom: -16%;
}
.main-content__line-1[data-scroll=in] {
  bottom: 25%;
  transition: 0.7s ease 0.3s;
}
.main-content__line-1 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .main-content__line-1 {
    display: none;
  }
}
.main-content__line-2 {
  max-width: 946px;
  position: absolute;
  left: 51%;
  bottom: -48%;
}
.main-content__line-2 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .main-content__line-2 {
    display: none;
  }
}
.main-content__line-3 {
  max-width: 950px;
  position: absolute;
  left: 48%;
  bottom: -64%;
}
.main-content__line-3 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .main-content__line-3 {
    display: none;
  }
}

.partners {
  padding: 58px 20px;
}
@media screen and (max-width: 768px) {
  .partners {
    padding: 44px 20px;
  }
}
.partners__inner {
  max-width: 1376px;
  height: 67px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1410px) {
  .partners__inner {
    padding: 0;
  }
}
.partners__wrapper {
  max-width: 1376px;
  padding: 0 58px 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 1180px) {
  .partners__wrapper {
    padding: 0 0 20px;
  }
}
.partners__items {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .partners__items {
    width: 1080px;
    justify-content: flex-start;
  }
}
.partners__item {
  width: auto;
  flex-shrink: 0;
}
.partners__item svg {
  fill: #5E6F7E;
  transition: 0.7s ease;
}
.partners__item svg:hover {
  fill: #FFFFFF;
  transform: scale(1.1);
}
.partners__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .partners__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .partners__item svg {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  .partners__item {
    text-align: center;
  }
}

.description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .description {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.description__content {
  width: 100%;
  max-width: 560px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .description__content {
    order: 2;
    max-width: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 380px) {
  .description__content {
    margin-top: -20px;
  }
}
.description__text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
  margin-bottom: 10px;
}
.description__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .description__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .description__text {
    font-size: 14px;
  }
}
.description__items {
  width: 676px;
  height: 460px;
  position: relative;
  background: url(../img/index/description/items.png) 0 0 no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 1140px) {
  .description__items {
    width: 340px;
    height: 232px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 960px) {
  .description__items {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .description__items {
    order: 1;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 380px) {
  .description__items {
    transform: scale(0.8);
    transform-origin: top;
    margin-bottom: 0;
  }
}
.description__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.description__item_1 {
  width: 410px;
  height: 346px;
  color: #fff;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1140px) {
  .description__item_1 {
    width: 206px;
    height: 174px;
  }
}
.description__item_1 .description__nums {
  color: #95A6B5;
}
.description__item_2 {
  width: 338px;
  height: 287px;
  color: #262D33;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1140px) {
  .description__item_2 {
    width: 170px;
    height: 145px;
  }
}
.description__item_2 .description__nums {
  color: #D2AF65;
}
.description__item_3 {
  width: 190px;
  height: 166px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1140px) {
  .description__item_3 {
    width: 96px;
    height: 84px;
  }
}
.description__item[data-scroll=in] .description__num-item_1-1 div {
  transform: translateY(-67%);
  transition: 1s ease 0.5s;
}
.description__item[data-scroll=in] .description__num-item_1-2 div {
  transform: translateY(-83.5%);
  transition: 1s ease 0.5s;
}
.description__item[data-scroll=in] .description__num-item_2-1 div {
  transform: translateY(-83%);
  transition: 1s ease 0.5s;
}
.description__item[data-scroll=in] .description__num-item_2-2 div {
  transform: translateY(-85.5%);
  transition: 1s ease 0.5s;
}
.description__item[data-scroll=in] .description__date-top {
  opacity: 1;
  transform: translateY(0);
  transition: 1s ease 0.5s;
}
.description__item[data-scroll=in] .description__date-bottom {
  opacity: 1;
  transform: translateY(0);
  transition: 1s ease 0.5s;
}
.description__nums {
  display: flex;
  font-family: "Montserrat", sans-serif;
  margin-right: 11px;
}
.description__num-item {
  width: 50px;
  height: 80px;
  font-size: 80px;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  .description__num-item {
    width: 28px;
    height: 40px;
    font-size: 40px;
  }
}
.description__num-text {
  font-size: 24px;
  line-height: 130%;
  font-weight: 300;
}
@media screen and (max-width: 1140px) {
  .description__num-text {
    font-size: 14px;
  }
}
.description__num-text b {
  font-weight: 700;
}
.description__date {
  text-align: center;
}
.description__date-top {
  font-size: 24px;
  line-height: 130%;
  color: #fff;
  opacity: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1140px) {
  .description__date-top {
    font-size: 12px;
  }
}
.description__date-bottom {
  font-size: 37px;
  line-height: 130%;
  color: #95A6B5;
  font-weight: 700;
  opacity: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 1140px) {
  .description__date-bottom {
    font-size: 17px;
  }
}

.solutions {
  width: 100%;
  box-sizing: border-box;
  padding: 90px 20px;
  position: relative;
  background: linear-gradient(180deg, rgba(20, 29, 36, 0.5) 0%, rgba(20, 29, 36, 0) 100%);
}
@media screen and (max-width: 768px) {
  .solutions {
    padding: 48px 20px;
  }
}
.solutions.v-1 .solutions__bg_1 {
  opacity: 1;
}
.solutions.v-1 .solutions__content_1 {
  display: block;
}
.solutions.v-2 .solutions__bg_2 {
  opacity: 1;
}
.solutions.v-2 .solutions__content_2 {
  display: block;
}
.solutions.v-3 .solutions__bg_3 {
  opacity: 1;
}
.solutions.v-3 .solutions__content_3 {
  display: block;
}
.solutions.v-4 .solutions__bg_4 {
  opacity: 1;
}
.solutions.v-4 .solutions__content_4 {
  display: block;
}
.solutions__bg {
  width: 100%;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s ease;
}
.solutions__bg_1 {
  background-image: url("../img/index/solutions/v-1.jpg");
}
.solutions__bg_2 {
  background-image: url("../img/index/solutions/v-2.jpg");
}
.solutions__bg_3 {
  background-image: url("../img/index/solutions/v-3.jpg");
}
.solutions__bg_4 {
  background-image: url("../img/index/solutions/v-4.jpg");
}
@media screen and (max-width: 940px) {
  .solutions__bg {
    display: none;
  }
}
.solutions__inner {
  max-width: 1376px;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1410px) {
  .solutions__inner {
    padding: 0;
  }
}
.solutions__title {
  color: #BFAD86;
  font-size: 42px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding-bottom: 9px;
  border-bottom: 4px solid #BFAD86;
  position: relative;
  z-index: 3;
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .solutions__title {
    font-size: 30px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 379px) {
  .solutions__title {
    font-size: 26px;
  }
}
.solutions__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 47px;
}
@media screen and (max-width: 940px) {
  .solutions__nav {
    display: none;
  }
}
.solutions__button {
  display: flex;
  align-items: center;
  border-radius: 45px;
  padding: 20px 30px;
  cursor: pointer;
  transition: 0.5s ease;
}
@media screen and (max-width: 1180px) {
  .solutions__button {
    padding: 10px 20px;
  }
}
.solutions__button-icon {
  margin-right: 10px;
  width: 0;
  height: 0;
  transform: scale(0);
  transition: 0.5s ease;
}
.solutions__button-icon img {
  display: block;
}
.solutions__button-text {
  font-family: "Montserrat", sans-serif;
  color: #99AEBF;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  transition: 0.5s ease;
}
@media screen and (max-width: 1020px) {
  .solutions__button-text {
    font-size: 16px;
  }
}
.solutions__button.active {
  background: #35434E;
}
.solutions__button.active .solutions__button-icon {
  width: auto;
  height: auto;
  transform: scale(1);
}
.solutions__button.active .solutions__button-text {
  font-size: 21px;
  line-height: 130%;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.solutions__button.active .solutions__button-text br {
  display: none;
}
@media screen and (max-width: 1180px) {
  .solutions__button.active .solutions__button-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1020px) {
  .solutions__button.active .solutions__button-text {
    font-size: 14px;
  }
}
.solutions__content {
  border-radius: 30px;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 940px) {
  .solutions__content {
    display: block;
    margin-bottom: 24px;
  }
  .solutions__content:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .solutions__content {
    border-radius: 24px;
  }
}
.solutions__head {
  display: flex;
  align-items: center;
  background: #35434E;
  padding: 18px 20px;
  border-bottom: 2px solid #BFAD86;
  display: none;
}
@media screen and (max-width: 940px) {
  .solutions__head {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .solutions__head {
    border-bottom: none;
  }
}
.solutions__head-icon {
  margin-right: 10px;
  flex-shrink: 0;
}
.solutions__head-icon img {
  display: block;
}
.solutions__head-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
}
.solutions__content-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .solutions__content-inner {
    flex-direction: column;
  }
}
.solutions__left {
  width: 100%;
  padding: 36px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #35434E;
}
@media screen and (max-width: 1180px) {
  .solutions__left {
    padding: 20px;
  }
}
@media screen and (max-width: 940px) {
  .solutions__left {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .solutions__left {
    order: 2;
    font-size: 14px;
    padding: 20px;
  }
}
.solutions__content-text {
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
  margin-bottom: 20px;
}
.solutions__content-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .solutions__content-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .solutions__content-text:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1020px) {
  .solutions__content-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 940px) {
  .solutions__content-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .solutions__content-text {
    font-size: 14px;
  }
}
.solutions__right {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .solutions__right {
    order: 1;
  }
}
.solutions__right-img {
  width: 100%;
  display: block;
}
.solutions__right-img:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  .solutions__right-img:first-child {
    display: none;
  }
  .solutions__right-img:last-child {
    display: block;
  }
}
.solutions__logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.solutions__logo img {
  display: block;
}
@media screen and (max-width: 940px) {
  .solutions__logo {
    display: none;
  }
}

.expertise {
  display: flex;
}
@media screen and (max-width: 768px) {
  .expertise {
    display: block;
  }
}
.expertise__left {
  flex-grow: 1;
  margin-right: 38px;
}
@media screen and (max-width: 768px) {
  .expertise__left {
    margin-right: 0;
  }
}
.expertise__img {
  width: 100%;
  position: relative;
  margin-left: -48px;
  margin-bottom: 29px;
}
@media screen and (max-width: 1410px) {
  .expertise__img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .expertise__img {
    margin-top: -50px;
  }
}
@media screen and (max-width: 379px) {
  .expertise__img {
    margin-top: -40px;
  }
}
.expertise__img-photo {
  width: 100%;
  max-width: 583px;
  position: relative;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 1410px) {
  .expertise__img-photo {
    max-width: 480px;
  }
}
@media screen and (max-width: 1320px) {
  .expertise__img-photo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .expertise__img-photo {
    max-width: 453px;
  }
}
.expertise__img-item {
  width: 100%;
  max-width: 438px;
  position: absolute;
  top: -27px;
  left: 250px;
}
@media screen and (max-width: 1410px) {
  .expertise__img-item {
    max-width: 368px;
    left: 210px;
  }
}
@media screen and (max-width: 1320px) {
  .expertise__img-item {
    display: none;
  }
}
.expertise__text {
  max-width: 560px;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}
@media screen and (max-width: 920px) {
  .expertise__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .expertise__text {
    font-size: 14px;
    max-width: none;
    position: relative;
    z-index: 2;
    margin-top: -80px;
    margin-bottom: 24px;
  }
}
.expertise__right {
  width: 100%;
  max-width: 678px;
}
@media screen and (max-width: 1140px) {
  .expertise__right {
    max-width: 538px;
  }
}
@media screen and (max-width: 980px) {
  .expertise__right {
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .expertise__right {
    max-width: none;
  }
}
.expertise__item {
  background: #51616E;
  border-radius: 16px;
  color: #fff;
  transition: 0.5s ease;
  margin-bottom: 12px;
}
.expertise__item:last-child {
  margin-bottom: 0;
}
.expertise__item-head {
  padding: 18px;
  height: 90px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .expertise__item-head {
    height: auto;
    min-height: 62px;
  }
}
.expertise__item-title {
  font-size: 21px;
  line-height: 130%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 20px;
}
@media screen and (max-width: 1140px) {
  .expertise__item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .expertise__item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .expertise__item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 379px) {
  .expertise__item-title {
    font-size: 13px;
  }
}
.expertise__item-arrow {
  transition: 0.5s ease;
}
.expertise__item-content {
  padding: 0 18px 18px;
  display: none;
}
.expertise__item-text {
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
}
@media screen and (max-width: 1140px) {
  .expertise__item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .expertise__item-text {
    font-size: 14px;
  }
}
.expertise__item.active {
  background: #fff;
  color: #4E4E4E;
}
.expertise__item.active .expertise__item-arrow {
  transform: rotate(180deg);
}

.projects__scheme {
  margin-bottom: 48px;
}
@media screen and (max-width: 1410px) {
  .projects__scheme {
    max-width: 1060px;
    margin: 0 auto 48px;
  }
}
@media screen and (max-width: 768px) {
  .projects__scheme {
    margin-bottom: 36px;
  }
}
.projects__top-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .projects__top-row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.projects__item {
  width: 251px;
  height: 215px;
  position: relative;
  box-sizing: border-box;
  padding: 18px 24px;
  border: 2px solid #51606E;
  background: #35434E;
  border-radius: 30px;
  flex-shrink: 0;
}
.projects__item:nth-child(odd) {
  margin-left: -69px;
}
.projects__item:nth-child(even) {
  margin-top: 282px;
  margin-left: -69px;
}
.projects__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1410px) {
  .projects__item {
    width: 210px;
  }
}
@media screen and (max-width: 1100px) {
  .projects__item {
    width: 100%;
    max-width: 550px;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 24px;
    padding: 16px 20px;
    margin-bottom: 50px;
  }
  .projects__item:nth-child(odd) {
    margin-left: 0;
  }
  .projects__item:nth-child(even) {
    margin-top: 0;
    margin-left: 0;
  }
  .projects__item:last-child {
    margin-bottom: 0;
  }
}
.projects__icon {
  margin-bottom: 22px;
}
@media screen and (max-width: 1100px) {
  .projects__icon {
    margin-bottom: 0;
    margin-right: 22px;
  }
}
.projects__icon img {
  display: block;
}
.projects__text {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 130%;
}
@media screen and (max-width: 1410px) {
  .projects__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .projects__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 379px) {
  .projects__text {
    font-size: 16px;
  }
}
.projects__tb-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 12px;
  transform: translateX(-10%);
}
@media screen and (max-width: 1410px) {
  .projects__tb-arrow {
    transform: translateX(-40%);
  }
}
@media screen and (max-width: 1100px) {
  .projects__tb-arrow {
    display: none;
  }
}
.projects__tb-arrow img {
  display: block;
}
@media screen and (max-width: 1410px) {
  .projects__tb-arrow img {
    width: 40px;
  }
}
.projects__tt-arrow {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 12px;
  transform: translateX(-10%);
}
@media screen and (max-width: 1410px) {
  .projects__tt-arrow {
    transform: translateX(-40%);
  }
}
@media screen and (max-width: 1100px) {
  .projects__tt-arrow {
    display: none;
  }
}
.projects__tt-arrow img {
  display: block;
}
@media screen and (max-width: 1410px) {
  .projects__tt-arrow img {
    width: 40px;
  }
}
.projects__m-arrow {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 1100px) {
  .projects__m-arrow {
    display: block;
  }
}
.projects__m-arrow img {
  display: block;
}
.projects__bottom-text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .projects__bottom-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .projects__bottom-text {
    font-size: 14px;
    text-align: left;
  }
}

.news {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .news {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .news {
    flex-direction: column;
    align-items: center;
  }
}
.news__img {
  max-width: 670px;
  margin-right: 36px;
  flex-shrink: 0;
}
@media screen and (max-width: 1180px) {
  .news__img {
    max-width: 470px;
  }
}
@media screen and (max-width: 1180px) {
  .news__img {
    max-width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .news__img {
    max-width: none;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.news__img img {
  width: 100%;
  display: block;
}
.news__content {
  flex-grow: 1;
  color: #fff;
}
.news__title {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 16px;
  }
}
.news__text {
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
  margin-bottom: 72px;
}
@media screen and (max-width: 1180px) {
  .news__text {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 920px) {
  .news__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news__text {
    font-size: 14px;
  }
}
.news__link {
  color: #99AEBF;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  transition: 0.7s ease;
}
@media screen and (max-width: 768px) {
  .news__link {
    font-size: 16px;
  }
}
.news__link:visited {
  color: #99AEBF;
}
.news__link:hover {
  text-decoration: underline;
}

.career {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .career {
    flex-direction: column;
  }
}
.career__item {
  max-width: 438px;
  position: absolute;
  top: -130px;
  left: -30px;
}
@media screen and (max-width: 1440px) {
  .career__item {
    left: -130px;
  }
}
@media screen and (max-width: 768px) {
  .career__item {
    display: none;
  }
}
.career__item img {
  width: 100%;
  display: block;
}
.career__content {
  flex-grow: 1;
  color: #fff;
  position: relative;
  z-index: 1;
}
.career__text {
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
}
@media screen and (max-width: 1180px) {
  .career__text {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 920px) {
  .career__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .career__text {
    font-size: 14px;
    margin-bottom: 36px;
  }
}
.career__img {
  max-width: 434px;
  margin-left: 36px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .career__img {
    margin-left: 0;
  }
}
.career__img img {
  width: 100%;
  display: block;
}

.contacts {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contacts {
    flex-direction: column;
    align-items: center;
  }
}
.contacts__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .contacts__content {
    order: 2;
    align-items: center;
  }
}
.contacts__text {
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
  padding-top: 30px;
  margin-bottom: 36px;
}
.contacts__text p {
  margin: 0 0 15px;
}
.contacts__text p:last-child {
  margin: 0;
}
@media screen and (max-width: 1060px) {
  .contacts__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 920px) {
  .contacts__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .contacts__text br {
    display: none;
  }
}
.contacts__button {
  max-width: 317px;
  height: 80px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #51606E;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.7s ease;
}
@media screen and (max-width: 768px) {
  .contacts__button {
    padding: 14px 24px;
    max-width: none;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .contacts__button {
    width: 100%;
  }
}
.contacts__button:hover {
  background: #182631;
}
.contacts__button-text {
  font-size: 16px;
  color: #F7F8FA;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.contacts__button-icon {
  margin-left: 24px;
}
.contacts__button-icon img {
  display: block;
}
.contacts__img {
  max-width: 670px;
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 1180px) {
  .contacts__img {
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__img {
    max-width: none;
    margin-left: 0;
  }
}
.contacts__img-item {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .contacts__img-item {
    display: none;
  }
}
.contacts__logo {
  max-width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .contacts__logo {
    position: static;
    order: 1;
    margin-bottom: 36px;
  }
}

.footer {
  height: 186px;
  box-sizing: border-box;
  padding: 20px;
  background: #1C262E;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 36px 20px;
    height: auto;
  }
}
.footer__inner {
  max-width: 1376px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1410px) {
  .footer__inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__logo {
  max-width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 24px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
}
.footer__menu-item {
  color: #FFFFFF;
  font-size: 15px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  margin: 0 18px;
  padding-bottom: 2px;
  cursor: pointer;
  transition: 0.7s ease;
}
@media screen and (max-width: 768px) {
  .footer__menu-item {
    margin: 0 0 24px;
  }
  .footer__menu-item:last-child {
    margin: 0;
  }
}
.footer__menu-item:visited {
  color: #FFFFFF;
}
.footer__menu-item:hover {
  border-bottom: 1px solid #BFAD86;
  text-decoration: none;
}
.footer__copy {
  color: #9195B9;
  font-size: 15px;
  flex-shrink: 0;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  z-index: 100;
}
.popup-overlay.active {
  transform: scale(1);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 72px 20px 20px;
  background: #343e46;
  transform: scale(0);
  z-index: 100;
}
.mobile-menu__close {
  position: absolute;
  top: 12px;
  right: 14px;
}
.mobile-menu__close img {
  display: block;
}
.mobile-menu__lang {
  display: flex;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 20px;
}
.mobile-menu__lang:active {
  text-decoration: none;
}
.mobile-menu__lang img {
  border-radius: 3px;
}
.mobile-menu__lang span {
  font-size: 16px;
  color: #8F9AA3;
  margin: 0 8px;
}
.mobile-menu__item {
  display: block;
  padding: 24px 0;
  font-family: "Montserrat", sans-serif;
  color: #BFAD86;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #BFAD86;
  text-decoration: none;
}
.mobile-menu__item:visited {
  color: #BFAD86;
}
.mobile-menu__item:hover {
  color: #BFAD86;
  text-decoration: none;
}
.mobile-menu__item:last-child {
  border-bottom: none;
}

.contact-form {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .contact-form {
    display: block;
  }
}
.contact-form__close-trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form__close {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #51606E;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 18px;
  cursor: pointer;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .contact-form__close {
    background: none;
    left: auto;
    top: 9px;
    right: 10px;
    margin-left: 0;
  }
}
.contact-form__close img {
  width: 36px;
  display: block;
}
.contact-form__close:hover {
  background: #182631;
  transition: 0.7s ease;
}
@media screen and (max-width: 768px) {
  .contact-form__close:hover {
    background: transparent;
  }
}
.contact-form__inner {
  width: 100%;
  max-width: 593px;
  padding: 24px;
  box-sizing: border-box;
  background: #51606E;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-form__inner {
    max-width: none;
    border-radius: 0;
    height: 100%;
  }
}
.contact-form__title {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.contact-form__row {
  display: flex;
  margin-bottom: 12px;
}
@media screen and (max-width: 540px) {
  .contact-form__row {
    display: block;
  }
}
.contact-form__row:last-child {
  margin-bottom: 0;
}
.contact-form__item {
  width: 100%;
  margin-right: 12px;
}
@media screen and (max-width: 540px) {
  .contact-form__item {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .contact-form__item:last-child {
    margin-bottom: 0;
  }
}
.contact-form__item input,
.contact-form__item textarea {
  width: 100%;
  box-sizing: border-box;
  background: #617180;
  border-radius: 8px;
  padding: 12px 18px;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  outline: none;
}
@media screen and (max-width: 768px) {
  .contact-form__item input,
  .contact-form__item textarea {
    font-size: 16px;
  }
}
.contact-form__item input::-moz-placeholder, .contact-form__item textarea::-moz-placeholder {
  color: #9FB1C2;
  font-size: 18px;
  font-weight: 300;
}
.contact-form__item input::placeholder,
.contact-form__item textarea::placeholder {
  color: #9FB1C2;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .contact-form__item input::-moz-placeholder, .contact-form__item textarea::-moz-placeholder {
    font-size: 16px;
  }
  .contact-form__item input::placeholder,
  .contact-form__item textarea::placeholder {
    font-size: 16px;
  }
}
.contact-form__item textarea {
  min-height: 154px;
}
.contact-form__item:last-child {
  margin-right: 0;
}
.contact-form__bottom {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .contact-form__bottom {
    flex-direction: column;
  }
}
.contact-form__submit {
  color: #F7F8FA;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 16px 63px;
  border: none;
  background: #35434E;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.7s ease;
}
.contact-form__submit:hover {
  background: #182631;
}
@media screen and (max-width: 480px) {
  .contact-form__submit {
    width: 100%;
  }
}
.contact-form__info-text {
  color: #9FB1C2;
  font-size: 12px;
  line-height: 130%;
  font-weight: 300;
  margin-left: 24px;
}
.contact-form__info-text a {
  color: #9FB1C2;
  padding-block: 1px;
  border-bottom: 1px solid #9FB1C2;
  transition: 0.7s ease;
}
.contact-form__info-text a:visited {
  color: #9FB1C2;
}
.contact-form__info-text a:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.contact-form__info-text span {
  color: #9FB1C2;
  padding-block: 1px;
  border-bottom: 1px solid #9FB1C2;
  cursor: pointer;
  transition: 0.7s ease;
}
.contact-form__info-text span:visited {
  color: #9FB1C2;
}
.contact-form__info-text span:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .contact-form__info-text {
    margin-left: 0;
    margin-top: 12px;
    text-align: center;
  }
}

.terms-and-privacy {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 100px 20px 20px;
  z-index: 100;
}
@media screen and (max-width: 1420px) {
  .terms-and-privacy {
    padding: 0;
  }
}
.terms-and-privacy__close-trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.terms-and-privacy__close {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #51606E;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 18px;
  cursor: pointer;
  z-index: 5;
}
@media screen and (max-width: 1540px) {
  .terms-and-privacy__close {
    background: none;
    left: auto;
    top: 9px;
    right: 10px;
    margin-left: 0;
  }
}
.terms-and-privacy__close img {
  width: 36px;
  display: block;
}
.terms-and-privacy__close:hover {
  background: #182631;
  transition: 0.7s ease;
}
@media screen and (max-width: 768px) {
  .terms-and-privacy__close:hover {
    background: transparent;
  }
}
.terms-and-privacy #scroll-wrapper {
  height: 642px;
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-color: #8694A1;
  position: relative;
  padding-right: 44px;
}
@media screen and (max-width: 1420px) {
  .terms-and-privacy #scroll-wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .terms-and-privacy #scroll-wrapper {
    padding-right: 24px;
  }
}
.terms-and-privacy #scroll-wrapper::-webkit-scrollbar {
  width: 5px;
  -webkit-appearance: none;
}
.terms-and-privacy #scroll-wrapper::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 21px;
  background: #8694A1;
}
.terms-and-privacy__inner {
  width: 100%;
  max-width: 1376px;
  padding: 48px 4px 48px 48px;
  box-sizing: border-box;
  background: #51606E;
  border-radius: 20px;
  position: relative;
  color: #FFF;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1420px) {
  .terms-and-privacy__inner {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .terms-and-privacy__inner {
    padding: 60px 4px 24px 24px;
  }
}
.terms-and-privacy__inner i {
  font-style: italic;
}
.terms-and-privacy__inner p {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .terms-and-privacy__inner p {
    font-size: 14px;
  }
}
.terms-and-privacy__inner p:last-child {
  margin: 0;
}
.terms-and-privacy__inner b {
  font-weight: 700;
}
.terms-and-privacy__inner a {
  color: #fff;
  text-decoration: underline;
}
.terms-and-privacy__inner a:visited {
  color: #fff;
}
.terms-and-privacy__inner a:hover {
  text-decoration: none;
}
.terms-and-privacy__inner ol {
  margin: 0 0 10px;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .terms-and-privacy__inner ol {
    padding: 0 0 0 25px;
  }
}
.terms-and-privacy__inner ol:last-child {
  margin: 0;
}
.terms-and-privacy__inner ol li {
  list-style-type: decimal;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .terms-and-privacy__inner ol li {
    font-size: 14px;
  }
}
.terms-and-privacy__inner ul {
  margin: 0 0 10px;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .terms-and-privacy__inner ul {
    padding: 0 0 0 25px;
  }
}
.terms-and-privacy__inner ul:last-child {
  margin: 0;
}
.terms-and-privacy__inner ul li {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .terms-and-privacy__inner ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .terms-and-privacy__inner {
    max-width: none;
    border-radius: 0;
    height: 100%;
  }
}
.terms-and-privacy__title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .terms-and-privacy__title {
    font-size: 21px;
    margin: 0 0 12px;
  }
}
.terms-and-privacy__item {
  margin-bottom: 48px;
}
.terms-and-privacy__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .terms-and-privacy__item {
    margin-bottom: 24px;
  }
  .terms-and-privacy__item:last-child {
    margin-bottom: 0;
  }
}
.terms-and-privacy__headline {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .terms-and-privacy__headline {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
.terms-and-privacy__date {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

body.de .solutions__button.active .solutions__button-text {
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */