@font-face {
  font-family: "HKGrotesk-Bold";
  font-display: swap;
  src: url("../fonts/HKGrotesk-Bold.woff") format("woff"), url("../fonts/HKGrotesk-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HKGrotesk-ExtraBold";
  font-display: swap;
  src: url("../fonts/HKGrotesk-ExtraBold.woff") format("woff"), url("../fonts/HKGrotesk-ExtraBold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HKGrotesk-Black";
  font-display: swap;
  src: url("../fonts/HKGrotesk-Black.woff") format("woff"), url("../fonts/HKGrotesk-Black.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HKGrotesk-Medium";
  font-display: swap;
  src: url("../fonts/HKGrotesk-Medium.woff") format("woff"), url("../fonts/HKGrotesk-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HKGrotesk-Light";
  font-display: swap;
  src: url("../fonts/HKGrotesk-Light.woff") format("woff"), url("../fonts/HKGrotesk-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HKGrotesk-Regular";
  font-display: swap;
  src: url("../fonts/HKGrotesk-Regular.woff") format("woff"), url("../fonts/HKGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-Black";
  font-display: swap;
  src: url("../fonts/TTCommons-Black.woff") format("woff"), url("../fonts/TTCommons-Black.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-BlackItalic";
  font-display: swap;
  src: url("../fonts/TTCommons-BlackItalic.woff") format("woff"), url("../fonts/TTCommons-BlackItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-Bold";
  font-display: swap;
  src: url("../fonts/TTCommons-Bold.woff") format("woff"), url("../fonts/TTCommons-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-ExtraLight";
  font-display: swap;
  src: url("../fonts/TTCommons-ExtraLight.woff") format("woff"), url("../fonts/TTCommons-ExtraLight.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-DemiBold";
  font-display: swap;
  src: url("../fonts/TTCommons-DemiBold.woff") format("woff"), url("../fonts/TTCommons-DemiBold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-ExtraBold";
  font-display: swap;
  src: url("../fonts/TTCommons-ExtraBold.woff") format("woff"), url("../fonts/TTCommons-ExtraBold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-Italic";
  font-display: swap;
  src: url("../fonts/TTCommons-Italic.woff") format("woff"), url("../fonts/TTCommons-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-Light";
  font-display: swap;
  src: url("../fonts/TTCommons-Light.woff") format("woff"), url("../fonts/TTCommons-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-ExtraLightItalic";
  font-display: swap;
  src: url("../fonts/TTCommons-ExtraLightItalic.woff") format("woff"), url("../fonts/TTCommons-ExtraLightItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-Medium";
  font-display: swap;
  src: url("../fonts/TTCommons-Medium.woff") format("woff"), url("../fonts/TTCommons-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-Regular";
  font-display: swap;
  src: url("../fonts/TTCommons-Regular.woff") format("woff"), url("../fonts/TTCommons-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTCommons-Thin";
  font-display: swap;
  src: url("../fonts/TTCommons-Thin.woff") format("woff"), url("../fonts/TTCommons-Thin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

:root {
  --bs-blue: #24457C;
  --bs-link-color: #24457C;
  --bs-primary-rgb: 36, 69, 124;
  --bs-light-rgb: 248, 250, 255;
}

html,
body {
  height: 100%;
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  overflow-x: hidden;
}

body.overlay {
  height: 100vh;
  overflow: hidden;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1270px;
}

[scroll-href] {
  cursor: pointer;
}

.section-title {
  display: inline-block;
  position: relative;
  min-width: 475px;
  padding: 10px 50px 10px 40px;
  background: #8192B4;
  border-radius: 0 0 30px 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.main-list {
  font-weight: 500;
  font-size: 20px;
}

.main-list__elem {
  position: relative;
  padding-left: 45px;
}

.main-list__elem:not(:last-child) {
  margin-bottom: 60px;
}

.main-list__elem::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: var(--bs-blue);
  position: absolute;
  left: 0;
  top: 7px;
}

.text-primary {
  font-weight: 500;
}

.wrapper {
  display: flex;
}

.wrapper__left {
  max-width: 500px;
  width: 100%;
}

.wrapper__right {
  max-width: 555px;
  width: 100%;
}

.header {
  position: relative;
  z-index: 10;
  background: #fff;
}

.header__burger {
  display: none;
}

.header-mobile {
  padding-top: 150px;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  width: 100vw;
  transition: all ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.header-mobile.show {
  top: 0px;
}

.burger__icon {
  display: block;
  position: relative;
  top: 0;
  right: 0px;
  width: 31px;
  height: 24px;
  cursor: pointer;
  z-index: 5;
}

.burger__icon span {
  position: absolute;
  transition: all 0.3s ease 0s;
  top: calc(50% - 3px);
  left: 0;
  height: 6px;
  border-radius: 2px;
  width: 100%;
  background: var(--bs-blue);
  display: block;
}

.burger__icon span:first-child {
  top: 0;
}

.burger__icon span:last-child {
  top: auto;
  bottom: 0;
}

.burger__icon.active span {
  transform: scale(0);
}

.burger__icon.active span:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 5px);
}

.burger__icon.active span:last-child {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.hero {
  background-image: url(../img/hero_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  background: #8394B4;
  border-right: 8px solid #FEFEFE;
}

.hero__logo {
  margin-bottom: 150px;
}

.hero__title {
  font-size: 54px;
  max-width: 790px;
  width: 100%;
}

.about {
  padding: 100px 0 57px;
}

.date-list {
  font-size: 18px;
}

.date-list__elem {
  position: relative;
  padding-left: 85px;
}

.date-list__elem::before {
  content: attr(data-date);
  color: #24457C;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  top: 5px;
  left: 0;
}

.date-list__elem:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 35px;
  left: 23px;
  bottom: 0;
  background: #24457C;
}

.services__wrapper {
  display: grid;
  grid-template-columns: minmax(300px, 500px) minmax(300px, 574px);
  justify-content: space-between;
  padding-left: 80px;
  gap: 90px 50px;
}

.services-item {
  position: relative;
  padding-left: 40px;
  min-height: 100px;
}

.services-item span {
  position: relative;
}

.services-item::before {
  content: attr(data-num);
  font-weight: 900;
  font-size: 170px;
  line-height: 0.9;
  position: absolute;
  top: -35px;
  left: -10px;
  color: #DADFE9;
  z-index: 0;
}

.externals__img {
  float: right;
  position: relative;
  margin-top: -35px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.integrated__label {
  color: var(--bs-blue);
  font-weight: bold;
  font-size: 20px;
}

.integrated__left {
  max-width: 620px;
  padding-right: 20px;
  border-right: 3px solid var(--bs-blue);
}

.partners__slider {
  padding-bottom: 80px;
  margin-bottom: 50px;
}

.partners__btn {
  margin: 0 auto;
  font-size: 20px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 0px 26px 0px rgba(255, 255, 255, 0.75);
  transition: all ease 0.2s;
}

.partners__btn:hover {
  box-shadow: 0px 0px 36px 5px rgba(255, 255, 255, 0.75);
}

.partners-slide {
  display: block;
  width: 100%;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0px 0px 28px -13px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

.partners-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: stretch;
}

.swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #8192B4;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.project__img {
  display: block;
  max-width: 384px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-top: -44px;
  margin-bottom: 32px;
}

.project__img img {
  display: block;
  width: 100%;
  height: auto;
}

.project__date {
  max-width: 100px;
  margin: 0 auto;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  font-size: 11px;
  line-height: 17px;
  background: #EBEAF1;
}

.table-row_header {
  font-size: 14px;
}

.table-row:nth-child(odd) {
  background: #C8C5E2;
}

.table-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 15px;
}

.table-col > * {
  padding: 0 !important;
}

.table-col:not(:last-child) {
  border-right: 1px solid #fff;
}

.certificates__item {
  min-width: 200px;
}

.sertivicates__slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--bs-blue);
}

.additional__wrapper {
  padding-left: 80px;
}

.contacts__info-label {
  font-size: 20px;
}

.contacts__info-value {
  color: #000;
  font-weight: 500;
}

.contacts__map {
  max-width: 694px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: -85px;
}

.contacts__map-item {
  width: 100%;
  height: 330px;
}

.nav-pills {
  background: #8192B4;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  overflow: hidden;
  color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  position: relative;
  width: calc(100% + 2px);
  border-radius: 25px;
  background: #fff;
  color: #8192B4;
}

.nav-pills .nav-link {
  border-radius: 25px;
  color: #fff;
}

.map-widget-content-view__frame {
  display: none !important;
}

.footer {
  padding-bottom: 50px;
}

.footer__logo {
  max-width: 290px;
  width: 100%;
}

.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__links {
  max-width: 660px;
  width: 100%;
  -moz-columns: 3;
  columns: 3;
}

.top-scroll {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: -1px -1px 8px 4px rgba(0, 0, 0, 0.43);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.2s;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
}

.top-scroll:hover {
  box-shadow: -1px -1px 10px 6px rgba(0, 0, 0, 0.43);
}

.top-scroll.show {
  pointer-events: auto;
  opacity: 1;
}

.top-scroll svg {
  fill: var(--bs-blue);
}

@media (max-width: 1200px) {
  .section-title {
    min-width: auto;
  }

  .header__list {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header__burger {
    display: block;
  }
}

@media (max-width: 992px) {
  .section-title {
    padding: 10px 35px 10px 30px;
    font-size: 16px;
  }

  .hero__title {
    max-width: 430px;
    font-size: 32px;
  }

  .services__wrapper {
    padding-left: 0;
  }

  .services-item {
    padding-left: 50px;
  }

  .services-item::before {
    left: 0;
  }

  .externals__img {
    max-width: 506px;
    display: block;
    float: none;
    margin: 0 auto 20px;
  }

  .externals__img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .project__title {
    margin-bottom: 40px;
  }

  .project__img {
    margin: 0 auto 40px;
  }

  .additional__wrapper {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .main-list__elem:not(:last-child) {
    margin-bottom: 20px;
  }

  .wrapper {
    display: block;
  }

  .wrapper__left {
    max-width: 100%;
  }

  .wrapper__right {
    max-width: 100%;
  }

  .hero {
    background-size: 50%;
    background-position: right bottom;
  }

  .hero__logo {
    max-width: 240px;
    width: 100%;
    margin-bottom: 80px;
  }

  .hero__logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .hero__title {
    max-width: 300px;
    font-size: 24px;
  }

  .services__wrapper {
    display: block;
  }

  .services-item {
    max-width: 470px;
    width: 100%;
  }

  .services-item:not(:last-child) {
    margin-bottom: 70px;
  }

  .services-item:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }

  .integrated__label {
    font-size: 18px;
  }

  .integrated__left {
    max-width: 100%;
    border: none;
    padding: 0 0 40px 0;
    position: relative;
  }

  .integrated__left::after {
    content: "";
    display: block;
    width: 100vw;
    height: 3px;
    background: var(--bs-blue);
    position: absolute;
    left: -12px;
    bottom: 0;
  }

  .table-col {
    padding: 10px 5px;
  }

  .contacts__map {
    max-width: 100%;
    margin-top: 0;
  }

  .footer__links {
    -moz-columns: 2;
    columns: 2;
  }
}

@media (max-width: 576px) {
  .main-list {
    font-size: 16px;
  }

  .header-mobile {
    padding-top: 80px;
  }

  .hero::before {
    display: none;
  }

  .hero__logo {
    margin-bottom: 40px;
  }

  .services-item:nth-child(even) {
    margin-left: 0;
    margin-right: auto;
  }

  .partners__btn {
    font-size: 16px;
  }

  .project__date {
    margin: 0;
  }

  .table-row {
    display: block;
  }

  .table-row_header {
    display: none;
  }

  .table-col {
    flex-direction: row;
    align-items: center;
    text-align: right;
    justify-content: space-between;
  }

  .table-col::before {
    content: attr(data-label);
    color: var(--bs-blue);
    margin-right: 30px;
    font-weight: bold;
    text-align: left;
  }
}