@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  color: #000;
  font-size: 16px;
  overflow-anchor: none;
  background-color: #ffffff;
}

body._lock {
  overflow: hidden;
}

._container {
  max-width: 1300px;
  margin: 0 auto;
  min-width: 0;
}
@media (max-width: 1312px) {
  ._container {
    max-width: 970px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 15px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  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;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Inter", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0px;
  backdrop-filter: blur(1px);
}
@media (max-width: 991.98px) {
  .header__content {
    padding: 20px 15px;
  }
}
.header__logo {
  width: 154px;
  height: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .header__logo {
    width: 137px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header__content-r {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1312px) {
  .header__nav-list {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-item {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
}
@media (max-width: 1312px) {
  .header__nav-item {
    font-size: 14px;
  }
}
.header__nav-item--catalog .header__nav-link {
  gap: 6px;
}
.header__nav-link {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 2px;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__action {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.4784313725);
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .header__action {
    border-left: none;
    padding-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .header__action-tel {
    display: none;
  }
}

.footer {
  background: radial-gradient(80.3% 144.2% at 32.43% -22.69%, #328CCD 0%, #020B19 100%);
}
.footer__top {
  position: relative;
}
.footer__top:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 30.85%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
  width: 100%;
}
.footer__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  gap: 40px;
}
.footer__logo {
  display: block;
  width: 193px;
  height: auto;
  flex-shrink: 0;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__contacts {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer__contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__contact-icon {
  flex-shrink: 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__contact-label {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.8509803922);
  margin-bottom: 2px;
}
.footer__contact-value {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.45;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__main {
  display: grid;
  grid-template-columns: 430px 200px 200fr 310px;
  padding: 36px 0 56px 0px;
}
.footer__col {
  margin-right: 20px;
}
.footer__col--about {
  padding-right: 30px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__col--about:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -300px;
  top: 200px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 20.07%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
  width: 665px;
  transform: rotate(90deg);
}
.footer__about {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #FFFFFF;
  max-width: 310px;
}
.footer__col-title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.footer__col-title--link {
  display: block;
  text-decoration: none;
  margin-bottom: 0px;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__link {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.8509803922);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__link:hover {
  color: #FFFFFF;
}
.footer__col--solutions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-right: auto;
}
.footer__solutions-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
  padding-bottom: 16px;
}
.footer__solutions-group:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.footer__col--contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: 0px;
}
.footer__info-label {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.8509803922);
  margin-bottom: 6px;
}
.footer__info-value {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__requisites-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__requisites {
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  color: #B7C4D6;
}
.footer__requisites-sep {
  margin: 0 14px;
  color: rgba(255, 255, 255, 0.2);
}
.footer__legal {
  position: relative;
}
.footer__legal:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 30.85%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
  width: 100%;
}
.footer__legal-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 36px 0;
  flex-wrap: wrap;
}
.footer__copy {
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
}
.footer__policy-link {
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__policy-link:hover {
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .footer__top-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer__logo {
    border-right: none;
    padding-right: 0;
  }
  .footer__contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer__main {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
  }
}
@media (max-width: 767.98px) {
  .footer__main {
    grid-template-columns: 1fr;
  }
  .footer__legal-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.main {
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: 810px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  background: #0A2137;
}
@media (max-width: 991.98px) {
  .hero {
    min-height: 760px;
    padding-bottom: 30px;
  }
}
.hero__content {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1312px) {
  .hero__content {
    flex-direction: column;
    gap: 16px;
    align-items: start;
  }
}
.hero__content-l {
  max-width: 750px;
  align-items: start;
}
.hero__title {
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 46px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .hero__title {
    font-family: "Google Sans";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
}
.hero__descr {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.35;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .hero__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
  }
}
.hero__top-gradient {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(10, 33, 55, 0.25) 0%, rgba(10, 33, 55, 0) 100%);
  backdrop-filter: blur(1px);
}
@media (max-width: 991.98px) {
  .hero__top-gradient {
    display: none;
  }
}
.hero__bottom-gradient {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #0A2137 0%, rgba(10, 33, 55, 0) 100%);
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 500px) {
  .hero__bg {
    height: 80%;
  }
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card {
  padding: 14px;
  border: 1px solid;
  border-image-source: linear-gradient(168.79deg, rgba(255, 255, 255, 0.35) 1.35%, rgba(255, 255, 255, 0.06) 43.49%, rgba(255, 255, 255, 0.06) 85.62%);
  background: rgba(60, 75, 100, 0.3019607843);
  backdrop-filter: blur(25px);
  border-radius: 4px;
  max-width: 440px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .news-card {
    display: none;
  }
}
.news-card__img {
  width: 112px;
  height: 112px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.news-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card__top {
  margin-bottom: 12px;
}
.news-card__label {
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.8980392157);
  background: rgba(4, 18, 34, 0.2196078431);
  padding: 2px 6px;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  width: fit-content;
}
.news-card__date {
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5019607843);
}
.news-card__text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  color: #FFFFFF;
}

.hero-about {
  padding: 90px 0 0px 0px;
  background: #FFFFFF;
}
@media (max-width: 991.98px) {
  .hero-about {
    padding: 40px 0 50px 0px;
  }
}
.hero-about__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .hero-about__head {
    margin-bottom: 30px;
    gap: 0px;
  }
}
.hero-about__title {
  font-family: "Google Sans";
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  color: #0A2137;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .hero-about__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.hero-about__title-accent {
  display: block;
  font-weight: 500;
  font-size: 36px;
  color: #2E5AA0;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .hero-about__title-accent {
    font-size: 24px;
  }
}
.hero-about__head-r {
  max-width: 360px;
  flex-shrink: 0;
  padding-top: 6px;
}
.hero-about__head-l {
  max-width: 860px;
}
.hero-about__descr {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 767.98px) {
  .hero-about__descr {
    font-size: 15px;
  }
}
.hero-about__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: #136DA0;
  text-decoration: none;
  min-height: 36px;
}
@media (max-width: 991.98px) {
  .hero-about__link {
    display: none;
  }
}
.hero-about__link-arrow {
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-about__link:hover .hero-about__link-arrow {
  transform: translateX(4px);
}
.hero-about__media {
  position: relative;
  min-height: 810px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .hero-about__media {
    height: 500px;
    min-height: 550px;
  }
}
@media (max-width: 500px) {
  .hero-about__media {
    min-height: 211px;
    height: 221px;
  }
}
.hero-about__media-inner {
  width: 100%;
  display: flex;
  justify-content: end;
  padding-bottom: 20px;
}
.hero-about__gradient {
  background: radial-gradient(75.01% 143.71% at 17.74% 103.21%, rgba(10, 33, 55, 0.7) 0%, rgba(10, 33, 55, 0.08) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero-about__img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-about__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  width: 530px;
}
@media (max-width: 991.98px) {
  .hero-about__cards {
    display: none;
  }
}
.hero-about__card {
  display: flex;
  align-items: start;
  gap: 14px;
  padding: 16px;
  background: rgba(60, 75, 100, 0.3019607843);
  backdrop-filter: blur(20px);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
@media (max-width: 991.98px) {
  .hero-about__card {
    background: none;
    padding: 18px;
  }
}
.hero-about__card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-about__card-title {
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.45;
  color: #FFFFFF;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .hero-about__card-title {
    color: #000000;
  }
}
.hero-about__card-descr {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .hero-about__card-descr {
    color: #000000;
  }
}
.hero-about__mobile-block {
  display: none;
}
@media (max-width: 991.98px) {
  .hero-about__mobile-block {
    display: block;
  }
}
.hero-about__mobile-block .hero-about__cards {
  display: flex;
}
.hero-about__mobile-block .hero-about__link {
  display: flex;
  justify-content: end;
}

@media (max-width: 991.98px) {
  .hero-about__head {
    flex-direction: column;
    gap: 20px;
  }
  .hero-about__head-r {
    max-width: none;
  }
  .hero-about__cards {
    position: static;
    transform: none;
    width: auto;
    margin-top: 20px;
  }
}
.solutions {
  position: relative;
  padding: 80px 0 90px 0px;
  background: linear-gradient(180deg, #0A2137 0%, #14304F 100%);
}
@media (max-width: 767.98px) {
  .solutions {
    padding: 40px 0 60px 0px;
  }
}
.solutions__title {
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .solutions__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
.solutions__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 1312px) {
  .solutions__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.solution-card {
  position: relative;
  grid-column: span 2;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background: rgba(60, 75, 100, 0.3019607843);
  backdrop-filter: blur(25px);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .solution-card {
    min-height: auto;
  }
}
.solution-card__content {
  position: relative;
  z-index: 1;
  padding: 26px;
}
@media (max-width: 991.98px) {
  .solution-card__content {
    padding: 12px;
  }
}
@media (max-width: 767.98px) {
  .solution-card__content {
    padding: 12px 10px;
  }
}
.solution-card__title {
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .solution-card__title {
    font-family: "Google Sans";
    font-weight: 500;
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 0px;
  }
}
.solution-card__descr {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .solution-card__descr {
    display: none;
  }
}
.solution-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .solution-card__tags {
    display: none;
  }
}
.solution-card__img {
  height: 307px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .solution-card__img {
    height: 100%;
    padding: 0px 7px;
  }
}
@media (max-width: 400px) {
  .solution-card__img {
    height: 110px;
  }
}
.solution-card__img img {
  width: 100%;
  height: 100%;
}
.solution-card--radio .solution-card__img {
  align-items: center;
  justify-content: flex-end;
}
.solution-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 4px 4px 4px 12px;
  background: rgba(192, 218, 255, 0.1411764706);
  border-radius: 4px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.1;
  color: #FFFFFF;
  text-decoration: none;
  transition: background 0.2s ease;
}
.solution-tag:hover {
  background: rgba(255, 255, 255, 0.1490196078);
}
.solution-tag__count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  background: rgba(4, 18, 34, 0.2196078431);
  border-radius: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(192, 218, 255, 0.1215686275);
}

.solution-banner {
  position: relative;
  grid-column: span 3;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background: rgba(60, 75, 100, 0.3019607843);
  backdrop-filter: blur(25px);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1312px) {
  .solution-banner {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .solution-banner {
    min-height: auto;
  }
}
.solution-banner__content {
  position: relative;
  z-index: 1;
  padding: 26px 0px 0px 26px;
}
@media (max-width: 1312px) {
  .solution-banner__content {
    padding: 26px;
  }
}
@media (max-width: 991.98px) {
  .solution-banner__content {
    padding: 12px;
  }
}
.solution-banner__title {
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 26px;
  line-height: 1.35;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .solution-banner__title {
    font-family: "Google Sans";
    font-weight: 500;
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 0px;
  }
}
.solution-banner__descr {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7019607843);
}
@media (max-width: 991.98px) {
  .solution-banner__descr {
    display: none;
  }
}
.solution-banner__img {
  height: 280px;
  width: 100%;
}
@media (max-width: 1312px) {
  .solution-banner__img {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .solution-banner__img {
    height: 100%;
    padding: 0px 7px;
  }
}
@media (max-width: 500px) {
  .solution-banner__img {
    height: 150px;
  }
}
@media (max-width: 400px) {
  .solution-banner__img {
    height: 110px;
  }
}
.solution-banner__img img {
  height: 100%;
  width: 100%;
}

@media (max-width: 1312px) {
  .solution-card,
  .solution-banner {
    grid-column: span 1;
  }
}
.federal-projects {
  padding: 90px 0;
  background: #F1F0F4;
}
.federal-projects__title {
  font-family: "Google Sans";
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 35px;
}
.federal-projects__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.federal-projects__card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.3490196078);
  border-radius: 4px;
  position: relative;
}
.federal-projects__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(149.76deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.federal-projects__card-logo {
  height: 64px;
  margin-bottom: 66px;
}
.federal-projects__card-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.federal-projects__card-name {
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.federal-projects__card-stat {
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #000000;
  margin-bottom: 12px;
}
.federal-projects__card-descr {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: #667085;
}

@media (max-width: 991.98px) {
  .federal-projects__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .federal-projects__row {
    grid-template-columns: 1fr;
  }
}
.hero-about-academy {
  padding: 80px 0 90px 0px;
  background: linear-gradient(135deg, #23466E 0%, #0A2137 60%);
  background: radial-gradient(90.43% 161.54% at 27.78% -24.13%, #328CCD 0%, #020B19 100%);
}
.hero-about-academy__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 35px;
}
.hero-about-academy__head-l {
  max-width: 900px;
}
.hero-about-academy__title {
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.hero-about-academy__title-strong {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
.hero-about-academy__title-light {
  display: block;
  color: #FFFFFF;
}
.hero-about-academy__descr {
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #C7D2E0;
  max-width: 760px;
}
.hero-about-academy__head-r {
  flex-shrink: 0;
  padding-bottom: 6px;
}
.hero-about-academy__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  gap: 8px;
}
.hero-about-academy__link-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.hero-about-academy__link:hover .hero-about-academy__link-arrow {
  transform: translateX(4px);
}
.hero-about-academy__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.hero-about-academy__card {
  display: flex;
  flex-direction: column;
  padding: 28px 30px;
  background: rgba(60, 75, 100, 0.3019607843);
  backdrop-filter: blur(25px);
  border-radius: 4px;
  position: relative;
  min-height: 540px;
}
.hero-about-academy__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px; /* толщина рамки */
  background: linear-gradient(159.1deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.06) 39.94%, rgba(255, 255, 255, 0.06) 79.88%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hero-about-academy__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  margin-bottom: 12px;
}
.hero-about-academy__card-title {
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 26px;
  line-height: 1.45;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.hero-about-academy__card-descr {
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #C7D2E0;
  margin-bottom: 26px;
}
.hero-about-academy__card-descr p:not(:last-child) {
  margin-bottom: 4px;
}
.hero-about-academy__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-about-academy__tag {
  padding: 10px 14px;
  background: rgba(4, 18, 34, 0.1803921569);
  border-radius: 4px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.1;
  color: #FFFFFF;
}
.hero-about-academy__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  margin-top: auto;
  width: fit-content;
}
.hero-about-academy__card-link:hover .hero-about-academy__link-arrow {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .hero-about-academy__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .hero-about-academy__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .hero-about-academy__title {
    font-size: 26px;
  }
  .hero-about-academy__card {
    padding: 24px;
  }
}
.press-center {
  padding: 90px 0;
  background: #F1F0F4;
}
.press-center__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
}
.press-center__title {
  font-family: "Google Sans";
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #000000;
}
.press-center__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: #136DA0;
  text-decoration: none;
  white-space: nowrap;
}
.press-center__link-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.press-center__link:hover .press-center__link-arrow {
  transform: translateX(4px);
}
.press-center__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.press-center__item {
  display: block;
  text-decoration: none;
}
.press-center__item-media {
  position: relative;
  aspect-ratio: 420/300;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 16px;
  height: 290px;
}
.press-center__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.press-center__item-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #FFFFFF;
  background: rgba(4, 18, 34, 0.3490196078);
  backdrop-filter: blur(15px);
  min-height: 33px;
}
.press-center__item-title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}
.press-center__item-date {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.5490196078);
}

@media (max-width: 767.98px) {
  .press-center__row {
    grid-template-columns: 1fr;
  }
  .press-center__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}