@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Light.bfdf0662.woff2") format("woff2"), url("../font/Montserrat-Light.b08b54e3.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Regular.e9378009.woff2") format("woff2"), url("../font/Montserrat-Regular.9b62d950.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Medium.049c589d.woff2") format("woff2"), url("../font/Montserrat-Medium.0dfeaf1a.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-SemiBold.a108b5d1.woff2") format("woff2"), url("../font/Montserrat-SemiBold.a2317cfb.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Bold.d5804201.woff2") format("woff2"), url("../font/Montserrat-Bold.91055cdc.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@media (width >= 768px) {
  .page {
    margin: 0;
    font-family: Montserrat;
    font-size: 16px;
  }
}

@media screen and (width >= 768px) and (width <= 1919.9px) {
  .page {
    font-size: calc(.835vw + .0073px);
  }
}

@media (width >= 768px) {
  .header .container {
    max-width: 116.364em;
    margin: 0 auto;
  }

  .header__wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 1.5625em 5em 1.5625em 5.125em;
    display: flex;
  }

  .header__nav {
    gap: 4.4375em;
    display: flex;
  }

  .header__logo, .header .menu {
    display: none;
  }

  .header__nav-item {
    align-items: center;
    gap: .8125em;
    text-decoration: none;
    display: flex;
  }

  .header__nav-item_icon {
    width: 1.3125em;
    height: 1.375em;
  }

  .header__nav-item_icon img {
    width: 100%;
    height: auto;
  }

  .header__nav-item_arrow {
    width: 1.0625em;
    height: 1.0625em;
  }

  .header__nav-item_arrow img {
    width: 100%;
    height: auto;
  }

  .header__nav-item_text {
    color: #e7eafd;
    text-align: center;
    text-transform: uppercase;
    font-size: .8125em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .header__login-icon {
    justify-content: center;
    align-items: center;
    width: 1.25em;
    height: 1.25em;
    display: flex;
  }

  .header__login-icon img {
    width: 100%;
    height: auto;
  }

  .section__hero {
    z-index: 0;
    height: 20em;
    margin-top: -6.6875em;
    margin-bottom: .875em;
    position: relative;
    overflow: hidden;
  }

  .section__hero .container {
    max-width: 116.364em;
    margin: 0 auto;
  }

  .section__hero-img {
    width: 37.0625em;
    height: 7.25em;
    padding-top: 7.8125em;
    padding-left: 10.4375em;
  }

  .section__hero-img img {
    width: 100%;
    height: auto;
  }

  .section__hero-bg {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: -2.75em 0 0;
  }

  .section__hero-bg img {
    width: 100%;
    height: auto;
  }

  .section__nav {
    border-bottom: .625em solid #0a1f8f;
    justify-content: center;
    margin-bottom: 1.875em;
    display: flex;
  }

  .section__nav-links {
    align-items: center;
    gap: 4.4375em;
    padding: .875em;
    display: flex;
  }

  .section__nav-link {
    color: #0a1e8f;
    text-align: center;
    text-transform: capitalize;
    background: #fff;
    border-radius: .9375em;
    padding: 1.25em 2.5em;
    font-size: 1.375em;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
  }

  .section__entry {
    margin-bottom: 1.875em;
  }

  .section__entry .container {
    max-width: 1440px;
    margin: 0 auto;
  }

  .section__entry-wrapper {
    padding: 0 5em;
  }

  .section__entry-wrapper img {
    width: 100%;
    height: auto;
  }

  .footer {
    height: 21.75em;
    padding: 5em 0 0;
    position: relative;
    overflow: hidden;
  }

  .footer .container {
    max-width: 116.364em;
    margin: 0 auto;
  }

  .footer__wrapper {
    justify-content: center;
    gap: 1.875em;
    padding: 0 5em;
    display: flex;
  }

  .footer__nav {
    flex-direction: column;
    gap: 2.25em;
    width: 18.75em;
    margin: 0;
    display: flex;
  }

  .footer__nav-logo {
    width: 7.3125em;
    height: 7.3125em;
  }

  .footer__nav-logo img {
    width: 100%;
    height: auto;
  }

  .footer__nav-app {
    width: 10.3125em;
    height: 2.8125em;
  }

  .footer__nav-app img {
    width: 100%;
    height: auto;
  }

  .footer__nav-item {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    align-items: center;
    gap: .625em;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .footer__nav-item_icon {
    align-items: center;
    width: 1.3125em;
    height: 1.3125em;
    display: flex;
  }

  .footer__nav-item_icon img {
    width: 100%;
    height: auto;
  }

  .footer span {
    color: #fff;
    font-size: .875em;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .footer__bg {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }
}

@media screen and (width <= 767.9px) {
  .page {
    margin: 0;
    font-family: Montserrat;
    font-size: calc(4.26vw + .0073px);
  }

  .header {
    background-color: #0a1e8f;
  }

  .header .container {
    max-width: 90em;
    margin: 0 auto;
  }

  .header__wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    display: flex;
  }

  .header__nav {
    gap: 4.4375em;
    display: none;
  }

  .header__logo {
    width: 3.125em;
    height: 3.125em;
    display: block;
  }

  .header__logo img {
    width: 100%;
    height: auto;
  }

  .header__nav-item {
    align-items: center;
    gap: .8125em;
    text-decoration: none;
    display: flex;
  }

  .header__nav-item_icon {
    width: 1.3125em;
    height: 1.375em;
  }

  .header__nav-item_icon img {
    width: 100%;
    height: auto;
  }

  .header__nav-item_arrow {
    width: 1.0625em;
    height: 1.0625em;
  }

  .header__nav-item_arrow img {
    width: 100%;
    height: auto;
  }

  .header__nav-item_text {
    color: #e7eafd;
    text-align: center;
    text-transform: uppercase;
    font-size: .8125em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .header__login-icon {
    justify-content: center;
    align-items: center;
    width: 1.25em;
    height: 1.25em;
    display: flex;
  }

  .header__login-icon img {
    width: 100%;
    height: auto;
  }

  .section__hero {
    z-index: 0;
    height: 20em;
    margin-top: -6.6875em;
    margin-bottom: .875em;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .section__hero .container {
    max-width: 90em;
    margin: 0 auto;
  }

  .section__hero-img {
    width: 37.0625em;
    height: 7.25em;
    padding-top: 7.8125em;
    padding-left: 10.4375em;
  }

  .section__hero-img img {
    width: 100%;
    height: auto;
  }

  .section__hero-bg {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: -2.75em 0 0;
  }

  .section__hero-bg img {
    width: 100%;
    height: auto;
  }

  .section__nav {
    border-bottom: .625em solid #0a1f8f;
    justify-content: center;
    margin-bottom: 1.875em;
    display: none;
  }

  .section__nav-links {
    flex-direction: column;
    align-items: center;
    gap: .4375em;
    padding: .875em;
    display: flex;
  }

  .section__nav-link {
    color: #0a1e8f;
    text-align: center;
    text-transform: capitalize;
    background: #fff;
    border-radius: .9375em;
    padding: .75em 2.5em;
    font-size: 1.375em;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
  }

  .section__entry {
    margin-bottom: 1em;
  }

  .section__entry .container {
    max-width: 1440px;
    margin: 0 auto;
  }

  .section__entry-wrapper {
    padding: 1em 0;
  }

  .section__entry-wrapper img {
    width: 100%;
    height: auto;
  }

  .footer {
    height: 100%;
    padding: 3em 0 6em;
    position: relative;
    overflow: hidden;
  }

  .footer .container {
    max-width: 90em;
    margin: 0 auto;
  }

  .footer__wrapper {
    flex-direction: column;
    gap: 1.25em;
    padding: 0 1em;
    display: flex;
  }

  .footer__nav {
    flex-direction: column;
    gap: 1.25em;
    width: auto;
    margin: 0;
    display: flex;
  }

  .footer__nav:first-child {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2em;
  }

  .footer__nav-logo {
    width: 7.3125em;
    height: 7.3125em;
  }

  .footer__nav-logo img {
    width: 100%;
    height: auto;
  }

  .footer__nav-app {
    width: 10.3125em;
    height: 2.8125em;
  }

  .footer__nav-app img {
    width: 100%;
    height: auto;
  }

  .footer__nav-item {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    align-items: center;
    gap: .625em;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .footer__nav-item_icon {
    align-items: center;
    width: 1.3125em;
    height: 1.3125em;
    display: flex;
  }

  .footer__nav-item_icon img {
    width: 100%;
    height: auto;
  }

  .footer span {
    color: #fff;
    font-size: .875em;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .footer__bg {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }

  .footer__bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .burger-checkbox {
    visibility: hidden;
    position: absolute;
  }

  .burger {
    z-index: 1;
    cursor: pointer;
    background: none;
    border: none;
    width: 2em;
    height: 1.5em;
    display: block;
    position: relative;
  }

  .burger:before, .burger:after {
    content: "";
    background: #fff;
    border-radius: .625em;
    width: 100%;
    height: .1em;
    display: block;
    position: absolute;
    left: 0;
  }

  .burger:before {
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
    top: 0;
    box-shadow: 0 .6875em #fff;
  }

  .burger:after {
    transition: bottom .3s .15s, transform .3s;
    bottom: 0;
  }

  .burger-checkbox:checked + .burger:before {
    transition: box-shadow .15s, top .3s, transform .3s .15s;
    top: .6875em;
    transform: rotate(45deg);
    box-shadow: 0 6px #0000;
  }

  .burger-checkbox:checked + .burger:after {
    transition: bottom .3s, transform .3s .15s;
    bottom: .6875em;
    transform: rotate(-45deg);
  }

  .menu {
    z-index: 1;
  }

  .menu-list {
    background: #0a1e8f;
    flex-direction: column;
    gap: 1.5em;
    width: 100%;
    margin: 0;
    padding: 2.625em 0 2.625em 2.625em;
    list-style-type: none;
    transition: all .3s;
    display: flex;
    position: absolute;
    top: 5.1em;
    left: 0;
    transform: translateX(-100%);
  }

  .menu-item {
    color: #fff;
    text-align: center;
    padding: .5em;
    font-size: 1.125em;
    text-decoration: none;
    display: block;
  }

  .menu-item:hover {
    background: #fff3;
  }

  .burger-checkbox:checked ~ .menu-list {
    transform: translateX(0);
  }
}

@media (width >= 768px) {
  .main {
    margin: 0;
    padding: 0;
  }

  .main .container {
    max-width: 116.364em;
    margin: 0 auto;
  }

  .main .card-block {
    grid-template-columns: repeat(auto-fit, minmax(22.25em, 1fr));
    padding: 0 4.0625em;
    display: grid;
  }

  .main .card {
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    padding: .9375em;
    text-decoration: none;
    transition: all .25s;
    display: flex;
  }

  .main .card--wide {
    grid-column: span 2;
  }

  .main .card--wide:hover {
    background-color: #e7eafd;
  }

  .main .card--normal {
    grid-column: span 1;
  }

  .main .card__image {
    width: 100%;
    height: auto;
    margin-bottom: 1.0625em;
  }

  .main .card__info {
    padding: 0 1.875em 1.875em;
  }

  .main .card__label {
    justify-content: space-between;
    margin-bottom: 1.5625em;
    display: flex;
  }

  .main .card__label span {
    color: #0a1f8fb3;
    text-transform: uppercase;
    font-size: .75em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .main .card__icons {
    gap: .625em;
    display: flex;
  }

  .main .card__icon:first-child {
    width: .875em;
    height: .8125em;
  }

  .main .card__icon:nth-child(2) {
    width: .6875em;
    height: .9375em;
  }

  .main .card__icon img, .main .card__icon svg {
    width: 100%;
    height: auto;
  }

  .main .card__title {
    color: #030a30;
    font-variant: small-caps;
    margin: 0 0 .5625em;
    font-size: 1.45em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .main .card__description p {
    color: #030a30;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .main .card__button {
    cursor: pointer;
    color: #0a1e8f;
    text-align: center;
    text-transform: uppercase;
    background-color: #e7eafd80;
    border: 0 solid #0a1e8f;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    gap: .625em;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.5em;
    padding: 1.125em 3.9375em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }
}

@media screen and (width <= 767.9px) {
  .main {
    margin: 0;
    padding: 0;
  }

  .main .container {
    max-width: 90em;
    margin: 0 auto;
  }

  .main .card-block {
    flex-direction: column;
    padding: 0;
    display: flex;
  }

  .main .card {
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    padding: .9375em .9375em 0;
    text-decoration: none;
    transition: all .25s;
    display: flex;
  }

  .main .card--wide {
    grid-column: span 2;
  }

  .main .card--wide:hover {
    background-color: #e7eafd;
  }

  .main .card--normal {
    grid-column: span 1;
  }

  .main .card__image {
    width: 100%;
    height: auto;
    margin-bottom: 1.0625em;
  }

  .main .card__info {
    border-bottom: 2px solid #cfd6fc;
    padding: 0 0 .875em;
  }

  .main .card__label {
    justify-content: space-between;
    margin-bottom: 1.5625em;
    display: flex;
  }

  .main .card__label span {
    color: #0a1f8fb3;
    text-transform: uppercase;
    font-size: .75em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .main .card__icons {
    gap: .625em;
    display: flex;
  }

  .main .card__icon:first-child {
    width: .875em;
    height: .8125em;
  }

  .main .card__icon:nth-child(2) {
    width: .6875em;
    height: .9375em;
  }

  .main .card__icon img, .main .card__icon svg {
    width: 100%;
    height: auto;
  }

  .main .card__title {
    color: #030a30;
    font-variant: small-caps;
    margin: 0 0 .5625em;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .main .card__description p {
    color: #030a30;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .main .card__button {
    cursor: pointer;
    color: #0a1e8f;
    text-align: center;
    text-transform: uppercase;
    background-color: #e7eafd80;
    border: 0 solid #0a1e8f;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    gap: .625em;
    width: auto;
    margin-top: 1.5em;
    padding: 1.125em 3.9375em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }
}

@media (width >= 768px) {
  .news {
    margin: 0;
    padding: 0;
  }

  .news .container {
    max-width: 1440px;
    margin: 0 auto;
  }

  .news__wrapper {
    padding: 1em 5rem;
  }

  .news__block {
    margin-bottom: 7.5em;
  }

  .news__block-img {
    width: 100%;
    height: auto;
    margin-bottom: 1.875em;
  }

  .news__block-img img {
    width: 100%;
    height: auto;
  }

  .news__block-title {
    margin-bottom: 1.875em;
  }

  .news__block-title h1 {
    color: #030a30;
    font-variant: small-caps;
    margin: 0;
    font-size: 2em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .news__block-subtitle {
    color: #030a30;
    font-variant: small-caps;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .news__block-description p {
    color: #030a30;
    font-variant: small-caps;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .news__buttons {
    justify-content: space-between;
    margin-bottom: 7.5em;
    display: flex;
  }

  .news__button {
    background: #fcfcfd;
    border: .0625em solid #f4f5f6;
    border-radius: 1em;
    justify-content: center;
    align-items: center;
    gap: .625em;
    height: 3em;
    padding: .375em 4.5625em;
    text-decoration: none;
    display: inline-flex;
    box-shadow: 0 .625em 4em 0 #0f0f0f14;
  }

  .news__button:nth-child(2) img {
    transform: rotate(180deg);
  }

  .news__button span {
    color: #0a1e8f;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .news__button img {
    width: 1.25em;
    height: 1.25em;
  }
}

@media screen and (width <= 767.9px) {
  .news {
    margin: 0;
    padding: 0;
  }

  .news .container {
    max-width: 1440px;
    margin: 0 auto;
  }

  .news__wrapper {
    padding: 1em;
  }

  .news__block {
    margin-bottom: 7.5em;
  }

  .news__block-img {
    width: 100%;
    height: auto;
    margin-bottom: 1.875em;
  }

  .news__block-img img {
    width: 100%;
    height: auto;
  }

  .news__block-title {
    margin-bottom: 1.875em;
  }

  .news__block-title h1 {
    color: #030a30;
    font-variant: small-caps;
    margin: 0;
    font-size: 2em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .news__block-subtitle {
    color: #030a30;
    font-variant: small-caps;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .news__block-description p {
    color: #030a30;
    font-variant: small-caps;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .news__buttons {
    justify-content: space-between;
    margin-bottom: 7.5em;
    display: flex;
  }

  .news__button {
    background: #fcfcfd;
    border: .0625em solid #f4f5f6;
    border-radius: 1em;
    justify-content: center;
    align-items: center;
    gap: .625em;
    height: 3em;
    padding: .375em 1.5625em;
    text-decoration: none;
    display: inline-flex;
    box-shadow: 0 .625em 4em 0 #0f0f0f14;
  }

  .news__button:nth-child(2) img {
    transform: rotate(180deg);
  }

  .news__button span {
    color: #0a1e8f;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .news__button img {
    width: 1.25em;
    height: 1.25em;
  }
}

@media (width >= 768px) {
  .services .container {
    max-width: 1440px;
    margin: 0 auto;
  }

  .services__wrapper {
    padding: 0 5em;
  }

  .services__entry {
    margin-bottom: 1.875em;
  }

  .services__block {
    gap: 1.875em;
    padding-bottom: 7.5em;
    display: flex;
  }

  .services__menu {
    background: #fcfcfd;
    border: .0625em solid #f4f5f6;
    border-radius: 1em;
    flex-direction: column;
    flex-shrink: 0;
    align-items: flex-start;
    gap: 1.875em;
    width: 18.625em;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1.875em;
    display: flex;
    position: sticky;
    top: 1.875em;
    box-shadow: 0 4em 4em -3em #0f0f0f14;
  }

  .services__menu_list {
    flex-direction: column;
    gap: 1.875em;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .services__menu-item {
    gap: .9375em;
    text-decoration: none;
    list-style: none;
    display: flex;
  }

  .services__menu-item._active .services__menu-title {
    color: #0a1e8f;
  }

  .services__menu-item._active .services__menu-icon {
    filter: invert(43%) sepia(93%) saturate(1352%) hue-rotate(180deg) brightness(0%) contrast();
  }

  .services__menu-item._active .services__menu-icon img {
    opacity: 1;
  }

  .services__menu-icon {
    width: 1em;
    min-width: 1em;
    height: 1em;
    margin-top: .5em;
  }

  .services__menu-icon img {
    width: 100%;
    height: auto;
  }

  .services__menu-title {
    color: #030a3080;
    font-variant: small-caps;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .services__content-inrto {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    gap: 1.875em;
    padding-bottom: 3.75em;
    display: flex;
  }

  .services__content-inrto_head {
    gap: 2em;
    display: flex;
  }

  .services__content-inrto_head-img {
    width: 18.75em;
    height: 7.5em;
  }

  .services__content-inrto_head-img img {
    width: 100%;
    height: auto;
  }

  .services__content-inrto_head-text {
    color: #030a30;
    font-variant: small-caps;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .services__content-inrto_title {
    color: #000;
    text-align: left;
    font-variant: small-caps;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .services__content-inrto_text {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .services__content-inrto_text ul {
    margin: 0;
    padding-left: 1.5em;
  }

  .services__content-item {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    height: auto;
    min-height: 26.25em;
    padding: 3.75em 0;
    display: flex;
  }

  .services__content-item:first-child {
    padding: 1.875em 0 1.75em;
  }

  .services__content-item:last-child {
    border-bottom: none;
  }

  .services__content-title {
    color: #030a30;
    font-variant: small-caps;
    margin-bottom: 1em;
    font-size: 2em;
    font-style: normal;
    font-weight: 600;
    line-height: 187.5%;
  }

  .services__content-text p {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .services__content-buttons {
    gap: 5.625em;
    margin-top: auto;
    display: flex;
  }

  .services__content-button {
    color: #0a1e8f;
    text-align: center;
    text-transform: uppercase;
    background-color: #e7eafd80;
    justify-content: center;
    align-items: center;
    gap: .625em;
    width: 14.8125em;
    height: 3em;
    padding: 1.125em 3.9375em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .item--service .services__content-into {
    gap: 2.5em;
    display: flex;
  }
}

@media screen and (width <= 767.9px) {
  .services .container {
    max-width: 1440px;
    margin: 0 auto;
  }

  .services__wrapper {
    padding: 0;
  }

  .services__entry {
    margin-bottom: 1.875em;
  }

  .services__block {
    flex-direction: column;
    gap: 1.875em;
    padding-bottom: .5em;
    display: flex;
  }

  .services__menu {
    background: #fff;
    border-radius: 1em;
    flex-direction: column;
    flex-shrink: 0;
    align-items: flex-start;
    gap: 1.875em;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    display: flex;
    position: sticky;
    top: 0;
    overflow: auto;
  }

  .services__menu_list {
    flex-direction: row;
    gap: 1.875em;
    margin: 0;
    padding: 1em 0;
    display: flex;
  }

  .services__menu-item {
    gap: .9375em;
    width: max-content;
    padding: 0 .5em;
    text-decoration: none;
    list-style: none;
    display: flex;
  }

  .services__menu-item._active .services__menu-title {
    color: #0a1e8f;
  }

  .services__menu-item._active .services__menu-icon {
    filter: invert(43%) sepia(93%) saturate(1352%) hue-rotate(180deg) brightness(0%) contrast();
  }

  .services__menu-item._active .services__menu-icon img {
    opacity: 1;
  }

  .services__menu-icon {
    width: 1em;
    min-width: 1em;
    height: 1em;
    margin-top: .5em;
  }

  .services__menu-icon img {
    width: 100%;
    height: auto;
  }

  .services__menu-title {
    color: #030a3080;
    font-variant: small-caps;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .services__content {
    margin: 0 .5rem;
  }

  .services__content-inrto {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    gap: 1.875em;
    padding-bottom: 3.75em;
    display: flex;
  }

  .services__content-inrto_head {
    gap: 2em;
    display: flex;
  }

  .services__content-inrto_head-img {
    width: 18.75em;
    height: 7.5em;
  }

  .services__content-inrto_head-img img {
    width: 100%;
    height: auto;
  }

  .services__content-inrto_head-text {
    color: #030a30;
    font-variant: small-caps;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .services__content-inrto_title {
    color: #000;
    text-align: left;
    font-variant: small-caps;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .services__content-inrto_text {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .services__content-inrto_text ul {
    margin: 0;
    padding-left: 1.5em;
  }

  .services__content-item {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    height: auto;
    min-height: 26.25em;
    padding: 3.75em 0;
    display: flex;
  }

  .services__content-item:first-child {
    padding: 1.875em 0 3.75em;
  }

  .services__content-item:last-child {
    border-bottom: none;
  }

  .services__content-title {
    color: #030a30;
    font-variant: small-caps;
    margin-bottom: 1.5em;
    font-size: 1.6em;
    font-style: normal;
    font-weight: 600;
    line-height: 187.5%;
  }

  .services__content-text {
    margin-bottom: 1.5em;
  }

  .services__content-text p {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .services__content-buttons {
    flex-direction: column;
    gap: 1.625em;
    margin-top: auto;
    display: flex;
  }

  .services__content-button {
    color: #0a1e8f;
    text-align: center;
    text-transform: uppercase;
    background-color: #e7eafd80;
    justify-content: center;
    align-items: center;
    gap: .625em;
    width: auto;
    height: 3em;
    padding: 1.125em 3.9375em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .item--service .services__content-into {
    flex-direction: column;
    gap: 2.5em;
    display: flex;
  }
}

@media (width >= 768px) {
  .participants .container {
    max-width: 1440px;
    margin: 0 auto;
  }

  .participants__wrapper {
    padding: 0 5em;
  }

  .participants__entry {
    margin-bottom: 1.875em;
  }

  .participants__block {
    gap: 1.875em;
    padding-bottom: 7.5em;
    display: flex;
  }

  .participants__menu {
    background: #fcfcfd;
    border: .0625em solid #f4f5f6;
    border-radius: 1em;
    flex-direction: column;
    flex-shrink: 0;
    align-items: flex-start;
    gap: 1.875em;
    width: 18.625em;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1.875em;
    display: flex;
    position: sticky;
    top: 1.875em;
    box-shadow: 0 4em 4em -3em #0f0f0f14;
  }

  .participants__menu_list {
    flex-direction: column;
    gap: 1.875em;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .participants__menu-item {
    gap: .9375em;
    text-decoration: none;
    list-style: none;
    display: flex;
  }

  .participants__menu-item._active .participants__menu-title {
    color: #0a1e8f;
  }

  .participants__menu-item._active .participants__menu-icon {
    filter: invert(43%) sepia(93%) saturate(1352%) hue-rotate(180deg) brightness(0%) contrast();
  }

  .participants__menu-item._active .participants__menu-icon img {
    opacity: 1;
  }

  .participants__menu-icon {
    width: 1em;
    min-width: 1em;
    height: 1em;
    margin-top: .5em;
  }

  .participants__menu-icon img {
    width: 100%;
    height: auto;
  }

  .participants__menu-title {
    color: #030a3080;
    font-variant: small-caps;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .participants__content-wrapper {
    gap: 1.875em;
    display: flex;
  }

  .participants__content-inrto {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    gap: 1.875em;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    display: flex;
  }

  .participants__content-inrto:first-child {
    padding-top: 0;
  }

  .participants__content-inrto_head {
    gap: 2em;
    display: flex;
  }

  .participants__content-inrto_head-img a {
    width: 18.75em;
    min-width: 18.75em;
    height: auto;
  }

  .participants__content-inrto_head-img img {
    width: 100%;
    height: auto;
  }

  .participants__content-inrto_head-text {
    color: #030a30;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .participants__content-inrto_head-text p {
    margin: 0;
  }

  .participants__content-inrto_head-text a {
    color: #0a1e8f;
    text-decoration: none;
  }

  .participants__content-inrto_title {
    color: #000;
    text-align: left;
    font-variant: small-caps;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .participants__content-inrto_text {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .participants__content-inrto_text ul {
    margin: 0;
    padding-left: 1.5em;
  }

  .participants__content-item {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    gap: 1.875em;
    height: auto;
    min-height: 26.25em;
    padding: 3.75em 0;
    display: flex;
  }

  .participants__content-item:first-child {
    padding: 1.875em 0 3.75em;
  }

  .participants__content-item:last-child {
    border-bottom: none;
  }

  .participants__content-model .participants__content-element, .participants__content-materials .participants__content-element {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    display: flex;
  }

  .participants__content-gallery {
    padding-bottom: 1.875em;
  }

  .participants__content-gallery .participants__content-wrapper {
    flex-direction: column;
  }

  .participants__content-title {
    color: #000;
    font-variant: small-caps;
    margin-bottom: 1.875em;
    font-size: 2em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .participants__content-subtitle {
    color: #000;
    font-variant: small-caps;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .participants__content-info {
    flex-direction: column;
    height: auto;
    padding-bottom: 1.875em;
    display: flex;
  }

  .participants__content-img {
    max-width: 37.5em;
  }

  .participants__content-img img {
    max-width: 100%;
    height: auto;
  }

  .participants__content-text p {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .participants__content-bottom {
    margin-top: auto;
  }

  .participants__content-list {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    padding-left: 1.5em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .participants__content-link {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 185%;
    text-decoration: none;
    display: block;
  }

  .participants__content-buttons {
    gap: 5.625em;
    width: 100%;
    margin-top: auto;
    display: flex;
  }

  .participants__content-button {
    color: #0a1e8f;
    text-align: center;
    text-transform: uppercase;
    background-color: #e7eafd80;
    justify-content: center;
    align-items: center;
    gap: .625em;
    width: 18.5625em;
    height: 3em;
    padding: .375em 3.9375em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .participants__content-buttons_icons {
    justify-content: flex-start;
    gap: 2em;
    margin-top: auto;
    padding-top: 1.5em;
    display: flex;
  }

  .participants__content-buttons_icons .participants__content-button {
    background-color: #0000;
    width: 3.25em;
    height: 3.25em;
    padding: 0;
  }

  .participants__content-element {
    border: .0625em solid #e7eafd;
    border-radius: 1em;
    flex-direction: column;
    align-items: center;
    gap: 1.875em;
    width: 14.8125em;
    height: auto;
    padding: 1.875em;
    display: flex;
  }

  .participants__content-element_img {
    width: auto;
    height: 7.5em;
  }

  .participants__content-element_img img {
    width: auto;
    height: 100%;
  }

  .participants__content-element_more {
    width: 18.5625em;
    padding: 0 0 1.875em;
    overflow: hidden;
  }

  .participants__content-element_more .participants__content-element_img {
    width: 100%;
    height: auto;
  }

  .participants__content-element_more .participants__content-subtitle {
    text-align: left;
    padding: 0 1.875em;
  }

  .participants__content-element_more .participants__content-buttons {
    width: calc(100% - 3.75em);
  }

  .participants__content-element_more .participants__content-button {
    width: calc(100% - 3.75em);
    margin: 0 auto;
  }

  .participants__content-element_doc {
    gap: 0;
    overflow: hidden;
  }

  .participants__content-element_doc .participants__content-element_img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .participants__content-element_doc .participants__content-element_img img {
    width: 100%;
    height: auto;
  }

  .participants__content-element_doc .participants__content-element_img:before {
    content: "";
    z-index: -1;
    background-image: url("../img/doc-title-bg.f6127bdd.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 3.875em);
    height: 1.875em;
    position: absolute;
    bottom: -1.875em;
    left: -1.9375em;
  }

  .participants__content-element_doc .participants__content-subtitle {
    color: #030a30;
    text-align: left;
    font-variant: small-caps;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 1.875em);
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
    display: block;
    overflow: hidden;
  }

  .participants__content-element_doc .participants__content-buttons {
    margin-top: 1.875em;
  }

  .participants__content-element_doc-more {
    gap: 0;
    width: 18.5625em;
    padding: 0 0 1.875em;
    overflow: hidden;
  }

  .participants__content-element_doc-more .participants__content-element_img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .participants__content-element_doc-more .participants__content-element_img:before {
    content: "";
    z-index: -1;
    background-image: url("../img/doc-title-bg.f6127bdd.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 3.875em);
    height: 1.875em;
    position: absolute;
    bottom: -1.875em;
    left: -1.9375em;
  }

  .participants__content-element_doc-more .participants__content-subtitle {
    text-align: left;
    color: #030a30;
    text-align: left;
    font-variant: small-caps;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 1.875em);
    padding: 0 1.875em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
    display: block;
    overflow: hidden;
  }

  .participants__content-element_doc-more .participants__content-buttons {
    width: calc(100% - 3.75em);
    margin: 1.875em auto 0;
  }

  .participants__content-element_doc-more .participants__content-button {
    width: calc(100% - 3.75em);
    margin: 0 auto;
  }

  .participants__content-element_link {
    gap: 0;
    min-height: 15em;
  }

  .participants__content-element_link .participants__content-subtitle {
    align-items: center;
    gap: .9375em;
    margin-bottom: 1em;
    display: flex;
    position: relative;
  }

  .participants__content-element_link .participants__content-subtitle:before {
    content: "";
    background-image: url("../img/icon-participants-link.27862ead.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.375em;
    height: 1.375em;
    display: inline-block;
  }

  .participants__content-element_link .participants__content-text {
    text-transform: uppercase;
    color: #030a3080;
  }

  .participants__content-photo {
    margin-bottom: 6.25em;
  }

  .participants__content-photo_items {
    flex-wrap: wrap;
    gap: 1.875em;
    margin-bottom: 1.875em;
    display: flex;
  }

  .participants__content-photo_item {
    width: 18.5625em;
    height: 18.75em;
  }

  .participants__content-photo_item img {
    width: 100%;
    height: auto;
  }

  .participants__content-video_items {
    flex-wrap: wrap;
    gap: 1.875em;
    margin-bottom: 1.875em;
    display: flex;
  }

  .participants__content-video_item {
    width: 39.0625em;
    height: 20.625em;
  }

  .participants__content-video_item img {
    width: 100%;
    height: auto;
  }

  .item--service .participants__content-into {
    gap: 2.5em;
    display: flex;
  }
}

@media screen and (width <= 767.9px) {
  .participants .container {
    max-width: 1440px;
    margin: 0 auto;
  }

  .participants__wrapper {
    padding: 0;
  }

  .participants__entry {
    margin-bottom: 1.875em;
  }

  .participants__block {
    flex-direction: column;
    gap: 1.875em;
    padding-bottom: .5em;
    display: flex;
  }

  .participants__menu {
    background: #fff;
    border-radius: 1em;
    flex-direction: column;
    flex-shrink: 0;
    align-items: flex-start;
    gap: 1.875em;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    display: flex;
    position: sticky;
    top: 0;
    overflow: auto;
  }

  .participants__menu_list {
    flex-direction: row;
    gap: 1.875em;
    margin: 0;
    padding: 1em 0;
    display: flex;
  }

  .participants__menu-item {
    gap: .9375em;
    width: max-content;
    padding: 0 .5em;
    text-decoration: none;
    list-style: none;
    display: flex;
  }

  .participants__menu-item._active .participants__menu-title {
    color: #0a1e8f;
  }

  .participants__menu-item._active .participants__menu-icon {
    filter: invert(43%) sepia(93%) saturate(1352%) hue-rotate(180deg) brightness(0%) contrast();
  }

  .participants__menu-item._active .participants__menu-icon img {
    opacity: 1;
  }

  .participants__menu-icon {
    width: 1em;
    min-width: 1em;
    height: 1em;
    margin-top: .5em;
  }

  .participants__menu-icon img {
    width: 100%;
    height: auto;
  }

  .participants__menu-title {
    color: #030a3080;
    font-variant: small-caps;
    width: 100%;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .participants__content {
    margin: 0 .5em;
  }

  .participants__content-wrapper {
    gap: 1.875em;
    display: flex;
    overflow: auto;
  }

  .participants__content-inrto {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    gap: 1.875em;
    padding-bottom: 3.75em;
    display: flex;
  }

  .participants__content-inrto_head {
    flex-direction: column;
    gap: 2em;
    display: flex;
  }

  .participants__content-inrto_head-img {
    width: 18.75em;
    min-width: 18.75em;
    height: 7.5em;
  }

  .participants__content-inrto_head-img img {
    width: 100%;
    height: auto;
  }

  .participants__content-inrto_head-text {
    color: #030a30;
    font-variant: small-caps;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .participants__content-inrto_title {
    color: #000;
    text-align: left;
    font-variant: small-caps;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .participants__content-inrto_text {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .participants__content-inrto_text ul {
    margin: 0;
    padding-left: 1.5em;
  }

  .participants__content-item {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    gap: 1em;
    height: auto;
    min-height: 26.25em;
    padding: 3.75em 0;
    display: flex;
  }

  .participants__content-item:first-child {
    padding: 1.875em 0 3.75em;
  }

  .participants__content-item:last-child {
    border-bottom: none;
  }

  .participants__content-model .participants__content-element, .participants__content-materials .participants__content-element {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    display: flex;
  }

  .participants__content-gallery {
    padding-bottom: 1.875em;
  }

  .participants__content-gallery .participants__content-wrapper {
    flex-direction: column;
  }

  .participants__content-title {
    color: #000;
    font-variant: small-caps;
    margin-bottom: 1.5em;
    font-size: 1.6em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .participants__content-subtitle {
    color: #000;
    font-variant: small-caps;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .participants__content-info {
    flex-direction: column;
    height: auto;
    padding-bottom: 1.875em;
    display: flex;
  }

  .participants__content-img {
    max-width: 37.5em;
  }

  .participants__content-img img {
    max-width: 100%;
    height: auto;
  }

  .participants__content-text {
    margin-bottom: 1.5em;
  }

  .participants__content-text p {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .participants__content-bottom {
    margin-top: auto;
  }

  .participants__content-list {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    padding-left: 1.5em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .participants__content-link {
    color: #000;
    font-variant: small-caps;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 185%;
    text-decoration: none;
    display: block;
  }

  .participants__content-buttons {
    flex-direction: column;
    gap: 1.625em;
    width: 100%;
    margin-top: auto;
    display: flex;
  }

  .participants__content-button {
    color: #0a1e8f;
    text-align: center;
    text-transform: uppercase;
    background-color: #e7eafd80;
    justify-content: center;
    align-items: center;
    gap: .625em;
    width: auto;
    height: 3em;
    padding: .375em 3.9375em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .participants__content-buttons_icons {
    flex-direction: row;
    justify-content: flex-start;
    gap: 2em;
    margin-top: auto;
    padding-top: 1.5em;
    display: flex;
  }

  .participants__content-buttons_icons .participants__content-button {
    background-color: #0000;
    width: 3.25em;
    height: 3.25em;
    padding: 0;
  }

  .participants__content-manager .participants__content-wrapper {
    flex-direction: column;
  }

  .participants__content-element {
    border: .0625em solid #e7eafd;
    border-radius: 1em;
    flex-direction: column;
    align-items: center;
    gap: 1.875em;
    width: 14.8125em;
    min-width: 14.8125em;
    height: auto;
    padding: 1.875em;
    display: flex;
  }

  .participants__content-element_img {
    width: auto;
    height: 7.5em;
  }

  .participants__content-element_img img {
    width: auto;
    height: 100%;
  }

  .participants__content-element_more {
    width: 18.5625em;
    min-width: 18.5625em;
    padding: 0 0 1.875em;
    overflow: hidden;
  }

  .participants__content-element_more .participants__content-element_img {
    width: 100%;
    height: auto;
  }

  .participants__content-element_more .participants__content-subtitle {
    text-align: left;
    padding: 0 1.875em;
  }

  .participants__content-element_more .participants__content-buttons {
    width: calc(100% - 3.75em);
  }

  .participants__content-element_more .participants__content-button {
    width: auto;
    margin: 0 auto;
  }

  .participants__content-element_doc {
    gap: 0;
    overflow: hidden;
  }

  .participants__content-element_doc .participants__content-element_img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .participants__content-element_doc .participants__content-element_img:before {
    content: "";
    z-index: -1;
    background-image: url("../img/doc-title-bg.f6127bdd.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 3.875em);
    height: 1.875em;
    position: absolute;
    bottom: -1.875em;
    left: -1.9375em;
  }

  .participants__content-element_doc .participants__content-subtitle {
    color: #030a30;
    text-align: left;
    font-variant: small-caps;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 1.875em);
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
    display: block;
    overflow: hidden;
  }

  .participants__content-element_doc .participants__content-buttons {
    margin-top: 1.875em;
  }

  .participants__content-element_doc-more {
    gap: 0;
    width: 18.5625em;
    min-width: 18.5625em;
    padding: 0 0 1.875em;
    overflow: hidden;
  }

  .participants__content-element_doc-more .participants__content-element_img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .participants__content-element_doc-more .participants__content-element_img:before {
    content: "";
    z-index: -1;
    background-image: url("../img/doc-title-bg.f6127bdd.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 3.875em);
    height: 1.875em;
    position: absolute;
    bottom: -1.875em;
    left: -1.9375em;
  }

  .participants__content-element_doc-more .participants__content-subtitle {
    text-align: left;
    color: #030a30;
    text-align: left;
    font-variant: small-caps;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 1.875em);
    padding: 0 1.875em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
    display: block;
    overflow: hidden;
  }

  .participants__content-element_doc-more .participants__content-buttons {
    width: calc(100% - 3.75em);
    margin: 1.875em auto 0;
  }

  .participants__content-element_doc-more .participants__content-button {
    width: auto;
    margin: 0 auto;
  }

  .participants__content-element_link {
    gap: 0;
    min-height: 15em;
  }

  .participants__content-element_link .participants__content-subtitle {
    align-items: center;
    gap: .9375em;
    margin-bottom: 1em;
    display: flex;
    position: relative;
  }

  .participants__content-element_link .participants__content-subtitle:before {
    content: "";
    background-image: url("../img/icon-participants-link.27862ead.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.375em;
    height: 1.375em;
    display: inline-block;
  }

  .participants__content-element_link .participants__content-text {
    text-transform: uppercase;
    color: #030a3080;
  }

  .participants__content-photo {
    margin-bottom: 6.25em;
  }

  .participants__content-photo_items {
    gap: 1.875em;
    margin-bottom: 1.875em;
    display: flex;
    overflow: auto;
  }

  .participants__content-photo_item {
    width: 18.5625em;
    min-width: 18.5625em;
    height: auto;
  }

  .participants__content-photo_item img {
    width: 100%;
    height: auto;
  }

  .participants__content-video_items {
    flex-wrap: wrap;
    gap: 1.875em;
    margin-bottom: 1.875em;
    display: flex;
  }

  .participants__content-video_item {
    width: 39.0625em;
    height: auto;
  }

  .participants__content-video_item img {
    width: 100%;
    height: auto;
  }

  .item--service .participants__content-into {
    gap: 2.5em;
    display: flex;
  }
}

@media (width >= 48rem) {
  .about .container {
    max-width: 90rem;
    margin: 0 auto;
  }

  .about__wrapper {
    padding: 0 5em;
  }

  .about__entry {
    margin-bottom: 1.875em;
  }

  .about__block {
    flex-direction: column;
    gap: 1.875em;
    padding-bottom: 7.5em;
    display: flex;
  }

  .about__menu {
    background: #fff;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    gap: 1.875em;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1.875em;
    display: flex;
  }

  .about__menu_list {
    flex-direction: row;
    justify-content: center;
    gap: 4.4375em;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .about__menu-item {
    flex-direction: column;
    align-items: center;
    gap: .3125em;
    text-decoration: none;
    list-style: none;
    display: flex;
  }

  .about__menu-item._active .about__menu-icon {
    filter: invert(43%) sepia(93%) saturate(1352%) hue-rotate(180deg) brightness(0%) contrast();
  }

  .about__menu-item._active .about__menu-icon img {
    opacity: 1;
  }

  .about__menu-icon {
    width: 1em;
    min-width: 1em;
    height: 1em;
    margin-top: .5em;
  }

  .about__menu-icon img {
    width: 100%;
    height: auto;
  }

  .about__menu-title {
    color: #030a3080;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .about__content-wrapper {
    gap: 1.875em;
    display: flex;
  }

  .about__content-inrto {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    gap: 1.875em;
    padding-bottom: 3.75em;
    display: flex;
  }

  .about__content-inrto_head {
    gap: 2em;
    display: flex;
  }

  .about__content-inrto_head-img {
    width: 18.75em;
    min-width: 18.75em;
    height: 7.5em;
  }

  .about__content-inrto_head-img img {
    width: 100%;
    height: auto;
  }

  .about__content-inrto_head-text {
    color: #030a30;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .about__content-inrto_title {
    color: #000;
    text-align: left;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .about__content-inrto_text {
    color: #000;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .about__content-inrto_text ul {
    margin: 0;
    padding-left: 1.5em;
  }

  .about__content-item {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    gap: 1.875em;
    height: auto;
    min-height: 26.25em;
    padding: 3.75em 0;
    display: flex;
  }

  .about__content-item:first-child {
    padding: 1.875em 0 3.75em;
  }

  .about__content-item:first-child .about__content-title, .about__content-item:first-child .wp-block-heading, .about__content-item:first-child p {
    margin: 0;
  }

  .about__content-item:first-child a {
    color: #0a1e8f;
    text-decoration: none;
  }

  .about__content-item:last-child {
    border-bottom: none;
  }

  .about__content-model .about__content-element, .about__content-materials .about__content-element {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    display: flex;
  }

  .about__content-gallery {
    padding-bottom: 1.875em;
  }

  .about__content-gallery .about__content-wrapper {
    flex-direction: column;
  }

  .about__content-title {
    color: #000;
    margin-bottom: 1.03905em;
    font-size: 2em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .about__content-subtitle {
    color: #000;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .about__content-bold p {
    color: #000;
    margin: 0;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .about__content-bold p span {
    color: #0a1e8f;
  }

  .about__content-bold p a {
    color: #0a1e8f;
    text-decoration: none;
  }

  .about__content-person {
    gap: 1.875em;
    width: 49%;
    display: flex;
  }

  .about__content-info {
    flex-direction: column;
    gap: 1.875em;
    height: auto;
    padding-bottom: 1.875em;
    display: flex;
  }

  .about__content-img {
    width: 18.625em;
    min-width: 18.625em;
    height: 22.5em;
  }

  .about__content-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .about__content-text p {
    color: #000;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .about__content-text p span {
    font-weight: 700;
  }

  .about__content-bottom {
    margin-top: auto;
  }

  .about__content-list {
    color: #000;
    margin: 0;
    padding-left: 1.5em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .about__content-link {
    color: #000;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 185%;
    text-decoration: none;
    display: block;
  }

  .about__content-buttons {
    gap: 5.625em;
    width: 100%;
    margin-top: auto;
    display: flex;
  }

  .about__content-button {
    color: #0a1e8f;
    text-align: center;
    text-transform: uppercase;
    background-color: #e7eafd80;
    justify-content: center;
    align-items: center;
    gap: .625em;
    width: 18.5625em;
    height: 3em;
    padding: .375em 3.9375em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .about__content-buttons_icons {
    justify-content: flex-start;
    gap: 2em;
    margin-top: auto;
    padding-top: 1.5em;
    display: flex;
  }

  .about__content-buttons_icons .about__content-button {
    background-color: #0000;
    width: 3.25em;
    height: 3.25em;
    padding: 0;
  }

  .about__content-element {
    border: .0625em solid #e7eafd;
    border-radius: 1em;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875em;
    width: 14.8125em;
    min-width: 14.8125em;
    height: auto;
    padding: 3.75em 1.875em;
    display: flex;
  }

  .about__content-element_img {
    width: auto;
    height: 7.5em;
  }

  .about__content-element_img img {
    width: auto;
    height: 100%;
  }

  .about__content-element_more {
    width: 18.5625em;
    padding: 0 0 1.875em;
    overflow: hidden;
  }

  .about__content-element_more .about__content-element_img {
    width: 100%;
    height: auto;
  }

  .about__content-element_more .about__content-subtitle {
    text-align: left;
    padding: 0 1.875em;
  }

  .about__content-element_more .about__content-buttons {
    width: calc(100% - 3.75em);
  }

  .about__content-element_more .about__content-button {
    width: calc(100% - 3.75em);
    margin: 0 auto;
  }

  .about__content-element_doc {
    gap: 0;
    padding: 1.875em;
    overflow: hidden;
  }

  .about__content-element_doc .about__content-element_img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .about__content-element_doc .about__content-element_img img {
    width: 100%;
    height: auto;
  }

  .about__content-element_doc .about__content-element_img:before {
    content: "";
    z-index: -1;
    background-image: url("../img/doc-title-bg.f6127bdd.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 3.875em);
    height: 1.875em;
    position: absolute;
    bottom: -1.875em;
    left: -1.9375em;
  }

  .about__content-element_doc .about__content-subtitle {
    color: #030a30;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 1.875em);
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
    display: block;
    overflow: hidden;
  }

  .about__content-element_doc .about__content-buttons {
    margin-top: 1.875em;
  }

  .about__content-element_doc-more {
    gap: 0;
    width: 18.5625em;
    padding: 0 0 1.875em;
    overflow: hidden;
  }

  .about__content-element_doc-more .about__content-element_img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .about__content-element_doc-more .about__content-element_img:before {
    content: "";
    z-index: -1;
    background-image: url("../img/doc-title-bg.f6127bdd.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 3.875em);
    height: 1.875em;
    position: absolute;
    bottom: -1.875em;
    left: -1.9375em;
  }

  .about__content-element_doc-more .about__content-subtitle {
    text-align: left;
    color: #030a30;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 1.875em);
    padding: 0 1.875em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
    display: block;
    overflow: hidden;
  }

  .about__content-element_doc-more .about__content-buttons {
    width: calc(100% - 3.75em);
    margin: 1.875em auto 0;
  }

  .about__content-element_doc-more .about__content-button {
    width: calc(100% - 3.75em);
    margin: 0 auto;
  }

  .about__content-element_link {
    gap: 0;
    min-height: 11.25em;
  }

  .about__content-element_link .about__content-subtitle {
    align-items: center;
    gap: .9375em;
    margin-bottom: 1em;
    display: flex;
    position: relative;
  }

  .about__content-element_link .about__content-subtitle:before {
    content: "";
    background-image: url("../img/icon-participants-link.27862ead.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.375em;
    height: 1.375em;
    display: inline-block;
  }

  .about__content-element_link .about__content-text {
    text-transform: uppercase;
    color: #030a3080;
    padding-left: 2.5em;
  }

  .about__content-photo {
    margin-bottom: 6.25em;
  }

  .about__content-photo_items {
    flex-wrap: wrap;
    gap: 1.875em;
    margin-bottom: 1.875em;
    display: flex;
  }

  .about__content-photo_item {
    width: 18.5625em;
    height: 18.75em;
  }

  .about__content-photo_item img {
    width: 100%;
    height: auto;
  }

  .about__content-video_items {
    flex-wrap: wrap;
    gap: 1.875em;
    margin-bottom: 1.875em;
    display: flex;
  }

  .about__content-video_item {
    width: 39.0625em;
    height: 20.625em;
  }

  .about__content-video_item img {
    width: 100%;
    height: auto;
  }

  .item--service .about__content-into {
    gap: 2.5em;
    display: flex;
  }
}

@media screen and (width <= 47.9937rem) {
  .about .container {
    max-width: 90rem;
    margin: 0 auto;
  }

  .about__wrapper {
    padding: 0;
  }

  .about__entry {
    margin-bottom: 1.875em;
  }

  .about__block {
    flex-direction: column;
    gap: 1.875em;
    padding-bottom: .5em;
    display: flex;
  }

  .about__menu {
    background: #fff;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 1.875em;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    display: flex;
    top: 0;
    overflow: auto;
  }

  .about__menu_list {
    flex-direction: row;
    justify-content: center;
    gap: 1.4375em;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .about__menu-item {
    flex-direction: column;
    align-items: center;
    gap: .3125em;
    padding: 0 .5em;
    text-decoration: none;
    list-style: none;
    display: flex;
  }

  .about__menu-item._active .about__menu-title {
    color: #0a1e8f;
  }

  .about__menu-item._active .about__menu-icon {
    filter: invert(43%) sepia(93%) saturate(1352%) hue-rotate(180deg) brightness(0%) contrast();
  }

  .about__menu-item._active .about__menu-icon img {
    opacity: 1;
  }

  .about__menu-icon {
    width: 1em;
    min-width: 1em;
    height: 1em;
    margin-top: .5em;
  }

  .about__menu-icon img {
    width: 100%;
    height: auto;
  }

  .about__menu-title {
    color: #030a3080;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .about__content {
    margin: 0 .5em;
  }

  .about__content-wrapper {
    gap: 1.875em;
    display: flex;
    overflow: auto;
  }

  .about__content-inrto {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    gap: 1.875em;
    padding-bottom: 3.75em;
    display: flex;
  }

  .about__content-inrto_head {
    gap: 2em;
    display: flex;
  }

  .about__content-inrto_head-img {
    width: 18.75em;
    min-width: 18.75em;
    height: 7.5em;
  }

  .about__content-inrto_head-img img {
    width: 100%;
    height: auto;
  }

  .about__content-inrto_head-text {
    color: #030a30;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .about__content-inrto_title {
    color: #000;
    text-align: left;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .about__content-inrto_text {
    color: #000;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .about__content-inrto_text ul {
    margin: 0;
    padding-left: 1.5em;
  }

  .about__content-item {
    border-bottom: .125em solid #cfd6fc;
    flex-direction: column;
    gap: 1em;
    height: auto;
    min-height: 26.25em;
    padding: 3.75em 0;
    display: flex;
  }

  .about__content-item:first-child {
    padding: 1.875em 0 3.75em;
  }

  .about__content-item:last-child {
    border-bottom: none;
  }

  .about__content-model .about__content-element, .about__content-materials .about__content-element {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    display: flex;
  }

  .about__content-gallery {
    padding-bottom: 1.875em;
  }

  .about__content-gallery .about__content-wrapper {
    flex-direction: column;
  }

  .about__content-title {
    color: #000;
    margin-bottom: 1.875em;
    font-size: 2em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .about__content-subtitle {
    color: #000;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .about__content-bold p {
    color: #000;
    margin: 0;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .about__content-bold p span {
    color: #0a1e8f;
  }

  .about__content-bold p a {
    color: #0a1e8f;
    text-decoration: none;
  }

  .about__content-person {
    gap: 1.875em;
    width: 49%;
    display: flex;
  }

  .about__content-info {
    flex-direction: column;
    gap: 1.875em;
    height: auto;
    padding-bottom: 1.875em;
    display: flex;
  }

  .about__content-img {
    width: 18.625em;
    min-width: 18.625em;
    height: 22.5em;
  }

  .about__content-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .about__content-text p {
    color: #000;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .about__content-text p span {
    font-weight: 700;
  }

  .about__content-bottom {
    margin-top: auto;
  }

  .about__content-list {
    color: #000;
    margin: 0;
    padding-left: 1.5em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
  }

  .about__content-link {
    color: #000;
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 185%;
    text-decoration: none;
    display: block;
  }

  .about__content-buttons {
    gap: 5.625em;
    width: 100%;
    margin-top: auto;
    display: flex;
  }

  .about__content-button {
    color: #0a1e8f;
    text-align: center;
    text-transform: uppercase;
    background-color: #e7eafd80;
    justify-content: center;
    align-items: center;
    gap: .625em;
    width: 18.5625em;
    height: 3em;
    padding: .375em 3.9375em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .about__content-buttons_icons {
    justify-content: flex-start;
    gap: 2em;
    margin-top: auto;
    padding-top: 1.5em;
    display: flex;
  }

  .about__content-buttons_icons .about__content-button {
    background-color: #0000;
    width: 3.25em;
    height: 3.25em;
    padding: 0;
  }

  .about__content-element {
    border: .0625em solid #e7eafd;
    border-radius: 1em;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875em;
    width: 14.8125em;
    height: auto;
    padding: 3.75em 1.875em;
    display: flex;
  }

  .about__content-element_img {
    width: auto;
    height: 7.5em;
  }

  .about__content-element_img img {
    width: auto;
    height: 100%;
  }

  .about__content-element_more {
    width: 18.5625em;
    padding: 0 0 1.875em;
    overflow: hidden;
  }

  .about__content-element_more .about__content-element_img {
    width: 100%;
    height: auto;
  }

  .about__content-element_more .about__content-subtitle {
    text-align: left;
    padding: 0 1.875em;
  }

  .about__content-element_more .about__content-buttons {
    width: calc(100% - 3.75em);
  }

  .about__content-element_more .about__content-button {
    width: calc(100% - 3.75em);
    margin: 0 auto;
  }

  .about__content-element_doc {
    gap: 0;
    overflow: hidden;
  }

  .about__content-element_doc .about__content-element_img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .about__content-element_doc .about__content-element_img:before {
    content: "";
    z-index: -1;
    background-image: url("../img/doc-title-bg.f6127bdd.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 3.875em);
    height: 1.875em;
    position: absolute;
    bottom: -1.875em;
    left: -1.9375em;
  }

  .about__content-element_doc .about__content-subtitle {
    color: #030a30;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 1.875em);
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
    display: block;
    overflow: hidden;
  }

  .about__content-element_doc .about__content-buttons {
    margin-top: 1.875em;
  }

  .about__content-element_doc-more {
    gap: 0;
    width: 18.5625em;
    padding: 0 0 1.875em;
    overflow: hidden;
  }

  .about__content-element_doc-more .about__content-element_img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .about__content-element_doc-more .about__content-element_img:before {
    content: "";
    z-index: -1;
    background-image: url("../img/doc-title-bg.f6127bdd.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% + 3.875em);
    height: 1.875em;
    position: absolute;
    bottom: -1.875em;
    left: -1.9375em;
  }

  .about__content-element_doc-more .about__content-subtitle {
    text-align: left;
    color: #030a30;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 1.875em);
    padding: 0 1.875em;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 185%;
    display: block;
    overflow: hidden;
  }

  .about__content-element_doc-more .about__content-buttons {
    width: calc(100% - 3.75em);
    margin: 1.875em auto 0;
  }

  .about__content-element_doc-more .about__content-button {
    width: calc(100% - 3.75em);
    margin: 0 auto;
  }

  .about__content-element_link {
    gap: 0;
    min-height: 11.25em;
  }

  .about__content-element_link .about__content-subtitle {
    align-items: center;
    gap: .9375em;
    margin-bottom: 1em;
    display: flex;
    position: relative;
  }

  .about__content-element_link .about__content-subtitle:before {
    content: "";
    background-image: url("../img/icon-participants-link.27862ead.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.375em;
    height: 1.375em;
    display: inline-block;
  }

  .about__content-element_link .about__content-text {
    text-transform: uppercase;
    color: #030a3080;
    padding-left: 2.5em;
  }

  .about__content-сouncil .about__content-person, .about__content-managers .about__content-person {
    flex-direction: column;
    min-width: 18.75em;
  }

  .about__content-photo {
    margin-bottom: 6.25em;
  }

  .about__content-photo_items {
    flex-wrap: wrap;
    gap: 1.875em;
    margin-bottom: 1.875em;
    display: flex;
  }

  .about__content-photo_item {
    width: 18.5625em;
    height: 18.75em;
  }

  .about__content-photo_item img {
    width: 100%;
    height: auto;
  }

  .about__content-video_items {
    flex-wrap: wrap;
    gap: 1.875em;
    margin-bottom: 1.875em;
    display: flex;
  }

  .about__content-video_item {
    width: 39.0625em;
    height: 20.625em;
  }

  .about__content-video_item img {
    width: 100%;
    height: auto;
  }

  .item--service .about__content-into {
    gap: 2.5em;
    display: flex;
  }
}

/*# sourceMappingURL=app.fcb3f8e3.css.map */
