@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  background: #fff;
}

/* Скрываем системную кнопку Play у фоновых видео (WebKit/macOS, iOS) */
.mountain__video::-webkit-media-controls-start-playback-button,
.alpinist>video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.clearfix {
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

sup {
  vertical-align: super;
  font-size: 40%;
}

sub {
  vertical-align: sub;
  font-size: 40%;
}

:root {
  --black: #000;
  --a-pro-black: #4f5259;
  --a-pro-gray: #e8e8ea;
  --a-pro-blue: #1daeec;
  --a-pro-gray-middle: #d2d2d4;
  --a-pro-gray-dark: #bdbdbf;
  --a-pro-blue-middle: #43c7f5;
  --a-pro-blue-light: #7bddfc;
  --a-pro-black-middle: #7a7d84;
  --a-pro-black-light: #a5a7ac;
  --font-family: "FuturaFuturisLightC", sans-serif;
  --second-family: "Futura PT Web", sans-serif;
  --third-family: "AG_Futura", sans-serif;
  --font3: "Sofia Sans Condensed", sans-serif;
  --font4: "TT Hoves Pro Trial Variable", sans-serif;
  --font5: "Inter", sans-serif;
  --font6: "FuturaFuturisC", sans-serif;
  --container: 1300px;
  --container-tablet: 850px;
  --smallMobile: 375px;
  --mobile: 720px;
  --tablet: 960px;
  --desktop: 1320px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--second-family);
  font-weight: 400;
  color: var(--a-pro-black);
  position: relative;
  z-index: 3;
}

h1 {
  font-size: 80px;
  line-height: 110%;
}

h2 {
  font-size: 72px;
  line-height: 111%;
}

h3 {
  font-size: 48px;
  line-height: 117%;
}

h4 {
  font-size: 40px;
  line-height: 120%;
}

h5 {
  font-size: 32px;
  line-height: 125%;
}

h6 {
  font-size: 24px;
  line-height: 133%;
}

.lang__selected {
  font-family: var(--second-family);
  font-weight: 400;
  color: var(--a-pro-black);
}

.lang__selected {
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: var(--mobile)) {
  .lang__selected {
    font-size: 14px;
    line-height: 157%;
  }
}

.ux {
  background: var(--a-pro-black);
  color: var(--a-pro-gray);
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.menu__item {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #e8e8ea;
}

.menu__link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.menu__link:hover {
  color: var(--a-pro-gray-middle);
}

.menu__link:focus,
.menu__link:active {
  color: var(--a-pro-blue);
}

.tabs__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tab {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--a-pro-black-light);
  padding: 0 20px;
  cursor: pointer;
  transition: 0.3s;
}

.tab:first-child {
  padding-left: 0;
}

.tab span {
  display: inline-block;
  border-bottom: 1px dashed var(--a-pro-black-light);
}

.tab:hover,
.tab--active {
  color: var(--a-pro-gray);
}

.tab:hover span,
.tab--active span {
  border-bottom: 1px dashed var(--a-pro-blue);
}

.play {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  background: var(--a-pro-blue);
  transition: 0.3s;
}

.play:hover {
  background: var(--a-pro-blue-middle);
}

.play:active {
  background: var(--a-pro-blue-light);
}

.play__icon {
  fill: var(--a-pro-gray);
  width: 22px;
  height: 33px;
  margin-right: -10px;
}

@font-face {
  font-family: FuturaFuturisLightC;
  src:
    url("fonts/FuturaFuturisLightC.woff2") format("woff2"),
    url("fonts/FuturaFuturisLightC.woff") format("woff"),
    url("fonts/FuturaFuturisLightC.ttf") format("truetype"),
    url("fonts/FuturaFuturisLightC.eot") format("embedded-opentype"),
    url("fonts/FuturaFuturisLightC.svg#FuturaFuturisLightC") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: var(--font-family);
  min-width: 340px;
  color: var(--a-pro-black-middle);
  background: #ffffff;
}

.ux {
  padding: 40px 0;
  margin: 40px 0 0;
}

.ux .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}

.page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

pre {
  position: relative;
  z-index: 30;
  color: black;
}

.main {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: 1;
  background: linear-gradient(0deg, rgba(152, 163, 172, 0) 0%, #98a3ac 100%);
}



.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: calc(100vh - 380px);
  position: relative;
  min-width: 360px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 14px;
}

@media (max-width: 960px) {
  .container {
    max-width: var(--container-tablet);
  }
}

.section {
  position: relative;
  width: 100%;
}

.openmenu {
  width: 100%;
}

@media (max-width: var(--tablet)) {
  .openmenu {
    overflow: hidden;
  }
}

a {
  transition: 0.3s;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.text-color {
  color: var(--bgp-blue);
}

.more {
  width: 40px;
  height: 40px;
  background: url("../images/sprites/icons.svg#more") center no-repeat;
  background-size: 40px 40px;
  cursor: pointer;
}

.hidden {
  display: none;
}

.youtube {
  width: 36px;
  height: 26px;
}

.vk {
  width: 26px;
  height: 26px;
}

.telegram {
  width: 25px;
  height: 25px;
}

.rutube {
  width: 25px;
  height: 25px;
}

.linkedin {
  width: 25px;
  height: 25px;
}

iframe+.iframe-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}

iframe+.iframe-img::before {
  content: "";
  width: 128px;
  height: 128px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/sprites/icons.svg#play") center no-repeat;
  background-size: 128px 128px;
  stroke: var(--bgp-grey-1);
  pointer-events: none;
}

@media (max-width: var(--tablet)) {
  iframe+.iframe-img::before {
    width: 56px;
    height: 56px;
    background-size: 56px 56px;
  }
}

.bgp-elements {
  display: none;
}

.bgp-section .bgp-elements {
  opacity: 0;
}

.bgp-animations .bgp-elements {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 2s forwards;
}

@keyframes draw {
  1% {
    opacity: 1;
  }

  to {
    stroke-dashoffset: 0;
    /* Конечное значение смещения */
    opacity: 1;
  }
}

.site_s1 .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 9px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-color: var(--bgp-blue);
  z-index: 2;
  text-align: left;
}

@media (max-width: var(--tablet)) {
  .site_s1 .swiper-pagination {
    --swiper-pagination-top: 32px;
    height: 19px;
  }
}

.clear {
  clear: both;
  width: 100%;
  display: block;
  opacity: 0;
  height: 1px;
  pointer-events: none;
}

.no-scroll {
  overflow: hidden;
}

.lang__change {
  display: none;
}

.lang__selected {
  cursor: pointer;
  text-decoration: none;
  color: var(--a-pro-gray);
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  transition: 0.3s;
}

.lang__selected:hover {
  color: var(--a-pro-gray-middle);
}

.lang__selected:active {
  color: var(--a-pro-gray-dark);
}

.lang__selected svg {
  stroke: var(--a-pro-gray);
  transition: 0.3s;
}

.lang__selected svg:hover {
  stroke: var(--a-pro-gray-middle);
}

.lang__selected svg:active {
  stroke: var(--a-pro-gray-dark);
}

.lang__selected svg:focus {
  stroke: var(--a-pro-gray-dark);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 20px;
}

@media (max-width: 960px) {
  .header__container {
    padding-top: 24px;
  }
}

.header__logo {
  position: relative;
  z-index: 35;
}

/* Отображение логотипов (.logo-main, .logo-legal, .logo-invest)
   управляется классом .hidden, который добавляется в PHP
   в зависимости от текущего раздела (invest / legal / остальные). */

.header__logo .logo-svg {
  width: 222px;
  height: 44px;
}

@media (max-width: 960px) {
  .header__logo .logo-svg {
    transform: scale(0.75);
    transform-origin: top left;
  }

  /* дополнительный отступ, чтобы меню не «подъедало» логотип в планшетной зоне */
  .header__logo {
    margin-top: 8px;
  }
}

.header__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 35;
}

.header__search {
  padding: 0;
  border: none;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
  stroke: var(--a-pro-gray);
  transition: 0.3s;
  box-shadow: none;
}

@media (max-width: 960px) {
  .header__search {
    display: none;
  }
}

.header__search:hover svg {
  stroke: var(--a-pro-blue);
  transition: 0.3s;
}

@media (max-width: 960px) {
  .header__lang {
    display: none;
  }
}

.header__menu {
  position: relative;
  z-index: 10;
}

@media (max-width: 1320px) {
  .header__menu {
    display: none;
  }
}

.header__mainmenu {
  display: none;
}

.menu__btn {
  width: 40px;
  height: 40px;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .menu__btn {
    margin-top: -15px;
  }
}

.menu__btn span {
  display: block;
  width: 28px;
  height: 4px;
  background: var(--a-pro-blue);
  position: relative;
  transition: all 0.3s ease;
}

.menu__btn span::before,
.menu__btn span::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  background: var(--a-pro-blue);
  left: 0;
  transition: all 0.3s ease;
}

.menu__btn span::before {
  top: -10px;
}

.menu__btn span::after {
  top: 10px;
}

.menu__btn.active span {
  background: transparent;
}

.menu__btn.active span::before {
  top: 0;
  transform: rotate(45deg);
}

.menu__btn.active span::after {
  top: 0;
  transform: rotate(-45deg);
}

.footer {
  position: relative;
  z-index: 5;
}

@media (max-width: 720px) {
  .footer {
    padding-top: 40px;
  }

  .section+.footer {
    padding-top: 64px;
  }
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: var(--a-pro-black-middle);
  margin-bottom: 24px;
  position: relative;
  z-index: 3;
  gap: 14px;
}

@media (max-width: 1200px) {
  .footer__top {
    font-weight: 300;
    font-size: 12px;
    line-height: 192%;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .footer__top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
  }
}

.footer__top a {
  color: var(--a-pro-black-middle);
  text-decoration: none;
}

.footer__top a:hover {
  color: var(--a-pro-black);
}

.footer__top a:active {
  color: var(--a-pro-blue);
}

.footer__top span {
  color: var(--a-pro-blue);
}

.footer__bottom {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  text-transform: uppercase;
  color: var(--a-pro-black-light);
  padding-bottom: 24px;
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) {

  /* Плавное появление/скрытие экранов и ключевых блоков на главной
     под управлением скрипта homepage-scroll.js */
  body.home-scroll-enabled .screen-1,
  body.home-scroll-enabled .screen-2,
  body.home-scroll-enabled .screen-3,
  body.home-scroll-enabled .about__item,
  body.home-scroll-enabled .alpinist,
  body.home-scroll-enabled .footer {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 0.6s ease-out,
      transform 0.6s ease-out;
    transition-delay: 0s;
  }

  body.home-scroll-enabled .about__item._visible,
  body.home-scroll-enabled .alpinist._visible,
  body.home-scroll-enabled .footer._visible {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
  }

  body.home-scroll-enabled .categories__item {
    opacity: 0;
    pointer-events: none;
    transform: translateY(24px);
    transition:
      opacity 0.6s ease-out,
      transform 0.6s ease-out;
    transition-delay: 0s;
  }

  body.home-scroll-enabled .categories__item._visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0.25s;
  }

  /* Заголовок первого экрана — плавное появление с задержкой */
  body.home-scroll-enabled .screen-1__title {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 0.6s ease-out,
      transform 0.6s ease-out;
    transition-delay: 0s;
  }

  body.home-scroll-enabled .screen-1__title._visible {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
  }
}

.main:not(.homepage) .screen:not(.screen-3) {
  width: 100%;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  min-height: 100vh;
  box-sizing: border-box;
}

.screen-3 {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
}

.content__container h2 {
  font-size: 45px;
  line-height: 1.4;
  margin-bottom: 2em;
  margin-top: 3em;
}

@media(max-width:960px) {
  .content__container h2 {
    font-size: 24px;
    margin-top: 0;
  }
}

@media (min-width: 1201px) {

  .section .screen.practice-legal::after,
  .section .screen.practice-invest::after {
    bottom: -530px;
  }
}

@media (max-width: 1200px) {
  .screen {
    min-height: 10px;
  }

  .section .screen.practice-legal::after,
  .section .screen.practice-invest::after {
    content: "";
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    position: absolute;
    z-index: 1;
    background: url("images/cloud.png") center no-repeat;
    background-size: cover;
    bottom: -350px;
    left: 0;
    z-index: 5;
  }
}

@media (min-width: 721px) {
  .section .screen {
    min-height: 100vh;
    overflow: hidden;
  }

  .section .screen.practice-legal,
  .section .screen.practice-invest {
    overflow: visible;
  }

  .section .screen.practice-legal::after,
  .section .screen.practice-invest::after {
    content: "";
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    position: absolute;
    z-index: 1;
    background: url("images/cloud.png") center no-repeat;
    background-size: cover;
    left: 0;
    z-index: 5;
  }

  .section .screen.practice-legal .section__fullpage,
  .section .screen.practice-invest .section__fullpage {
    overflow: hidden;
  }
}

@media (max-width: 720px) {
  .screen {
    min-height: 100vh;
    height: auto;
    overflow: hidden;
  }

  .screen.screen-22 {
    overflow: visible;
  }

  .section .screen.practice-legal::after,
  .section .screen.practice-invest.screen.practice-invest::after {
    bottom: -150px;
  }
}

.section>#three-bg-clouds+.screen,
.section .screen:first-child {
  padding-top: 183px;
}

@media (max-width: 720px) {
  .section .screen:first-child {
    padding-top: 120px;
  }

  .section>#three-bg-clouds+.screen,
  .section .screen:first-child {
    padding-top: 130px;
  }
}

@media (max-width: 720px) {
  .section .screen.screen-21 {
    min-height: 100vh;
  }
}

.screen-21 .blockquote__content {
  /* margin-top: 327px; */
}

@media (max-width: 1400px) {
  .screen-21 .blockquote__content {
    margin-top: 50px;
  }
}

@media (max-width: 720px) {
  .screen-21 .blockquote {
    padding-top: 0;
  }

  .screen-21 .blockquote__content {
    margin-top: 0;
  }
}

.section .screen.screen-23 {
  min-height: calc(100vh - 210px);
}

.screen-1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* background: url("images/screen-1-bg.png") top center no-repeat; */
  mix-blend-mode: multiply;
  background-size: 100%;
  padding-top: 120px;
}

.screen-1 h1 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 64px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--a-pro-black);
  z-index: 3;
  position: relative;
  margin-bottom: 228px;
}

@media (max-width: 1200px) {
  .screen-1 {
    height: auto;
    padding-bottom: 40px;
  }

  .screen-1 h1 {
    font-weight: 300;
    font-size: 64px;
    line-height: 113%;
    margin: 0;
  }
}

@media (max-width: 720px) {
  .screen-1 {
    padding-top: 100px;
  }

  .screen-1 h1 {
    font-size: 36px;
    line-height: 122%;
    margin: 0 0 200px;
    width: 100%;
  }
}

.screen-2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 340px;
}

@media (max-width: 960px) {
  .screen-2 {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

.screen-3 {
  min-height: calc(100vh - 240px);
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 1200px) {
  .screen-3 {
    min-height: 1px;
  }
}

@media (max-width: 960px) {
  .screen-3 {
    height: auto;
  }
}

.main.section::before {
  display: none;
}

.mountain {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

@media (max-width: 720px) {
  .mountain {
    aspect-ratio: 9 / 16;
  }
}

.mountain img {
  width: 100%;
  max-width: 1920px;
  display: block;
  transition: opacity 0.05s ease-out;
  will-change: opacity;
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}

@media (max-width: 960px) {
  .mountain img {
    width: 1046px;
  }
}

.mountain-1 {
  bottom: 200px;
  left: 0;
}

@media (max-width: 960px) {
  .mountain-1 {
    bottom: -190px;
    left: -60%;
  }
}

.mountain-2 {
  width: calc(100% + 710px);
  height: calc(100% + 155px);
  bottom: -130px;
  left: -750px;
}

@media (max-width: 720px) {
  .mountain-2 {
    width: 100%;
    aspect-ratio: 16/9;
    bottom: -15%;
    left: 0;
  }

  .mountain-2 img {
    max-width: 100%;
  }
}

.mountain-2::before {
  content: "";
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  position: absolute;
  background: url("images/cloud.png") center no-repeat;
  background-size: cover;
  top: -60%;
  left: 0;
  z-index: 1;
  display: none;
}

@media (max-width: 1400px) {
  .mountain-2::before {
    top: 50%;
    display: block;
  }
}

@media (max-width: 960px) {
  .mountain-2::before {
    top: -8%;
  }
}

@media (max-width: 720px) {
  .mountain-2::before {
    top: 7%;
    width: 100vw;
  }
}

.mountain-3 {
  bottom: -400px;
  left: -200px;
  width: 1920px;
  height: 1080px;
  opacity: 0.2;
}

@media (max-width: 720px) {
  .mountain-3 {
    display: none;
  }
}

.mountain-211 {
  top: 0;
  left: 0;
  overflow: visible;
}

@media (max-width: 720px) {
  .mountain-211 {
    width: 100%;
    aspect-ratio: 9 / 16;
    left: 0;
    bottom: auto;
    top: 0;
  }
}

.about h2 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 48px;
  line-height: 117%;
  text-transform: uppercase;
  color: var(--a-pro-black);
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 1s ease-out;
}

@media (max-width: 960px) {
  .about h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

.about h2.animate {
  opacity: 1;
}

.about h3 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 40px;
  line-height: 160%;
  text-transform: uppercase;
  color: var(--a-pro-black);
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .about h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.about p {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 133%;
  color: var(--a-pro-black-middle);
}

.about__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 150px;
  position: relative;
  z-index: 2;
}

@media (max-width: 960px) {
  .about__content {
    flex-direction: column;
    gap: 24px;
  }
}

.about__items {
  position: relative;
  z-index: 3;
  margin-right: 65px;
}

/* Конфликт с мобильной анимацией homepage-scroll-mobile.js: на мобильном opacity задаётся скриптом для .about__item-title и .about__item-content > p. Оставляем только для десктопа. */
/* .about__item {
  opacity: 0;
  transition: opacity 1s ease-out;
  position: relative;
  z-index: 3;
}

.about__item.animate {
  opacity: 1;
} */
@media (min-width: 1024px) {

  /* Эти стили используются только когда НЕ включен homepage-scroll.js */
  body:not(.home-scroll-enabled) .about__item {
    opacity: 0;
    transition: opacity 1s ease-out;
    position: relative;
    z-index: 3;
  }

  body:not(.home-scroll-enabled) .about__item.animate {
    opacity: 1;
  }
}

@media (max-width: 960px) {
  .about__item:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .about__item:nth-child(3) {
    margin-top: 0;
  }
}

.about__text {
  opacity: 1;
  transition: opacity 0.8s ease-out;
  position: relative;
  z-index: 3;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 133%;
  color: var(--a-pro-black-middle);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-top: auto;
}

@media (max-width: 960px) {
  .about__text {
    font-family: var(--font-family);
    color: var(--a-pro-black-middle);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 110px;
    display: block;
    z-index: 2;
    position: relative;
  }
}

.about__text.animate {
  opacity: 1;
}

.categories {
  margin-bottom: 104px;
  margin: 0 auto;
  padding-top: 100px;
  width: 100%;
}

@media (max-width: 1200px) {
  .categories {
    margin-bottom: 130px;
  }
}

@media (max-width: 720px) {
  .categories {
    margin-bottom: 0;
  }
}

.categories__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1159px;
  gap: 30px;
  margin-bottom: 24px;
  position: relative;
  z-index: 4;
}

@media (max-width: 1200px) {
  .categories__list {
    margin-bottom: 34px;
  }
}

@media (max-width: 720px) {
  .categories__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 23px;
  }
}

.categories__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 56px;
  line-height: 113%;
  text-transform: uppercase;
  color: var(--a-pro-black);
  min-width: 290px;
  position: relative;
}

/* На мобильном opacity .categories__text задаётся homepage-scroll-mobile.js по скроллу — hover не применяем */
/* .categories__item:hover .categories__text {
  opacity: 1;
} */
@media (min-width: 1024px) {
  .categories__item:hover .categories__text {
    opacity: 1;
  }
}

.categories__item-title {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.categories__item-1 .categories__item-title {
  gap: 0;
}

.categories__item-title a {
  position: relative;
  flex-shrink: 0;
}

.categories__item:not(:last-child) .categories__item-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--a-pro-blue);
  display: block;
  opacity: 0;
  transition-delay: 0.5s;
  transition-duration: 1s;
  margin-top: 30px;
}

/* Соединительная линия появляется только когда есть следующий блок */
.categories__item._visible._connector-visible .categories__item-title:after {
  opacity: 1;
}

@media (max-width: 1200px) {
  .categories__item {
    font-weight: 300;
    font-size: 48px;
    line-height: 117%;
  }
}

.categories__item a {
  text-decoration: none;
  color: inherit;
  max-width: 300px;
}

.categories__dot {
  width: 100%;
  height: 2px;
  display: block;
  background: #00afee;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
  opacity: 0;
  display: none;
}

.categories__dot._visible {
  opacity: 1;
  transform: translateY(0);
}

.categories__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--a-pro-black-light);
  width: 388px;
}

@media (max-width: 1200px) {
  .categories__content {
    width: 700px;
  }
}

@media (max-width: 960px) {
  .categories__item:not(:last-child) .categories__item-title:after {
    display: none;
  }
}

@media (max-width: 720px) {
  .categories__content {
    display: none;
  }
}

.apro-background {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
}

.blockquote {
  margin-bottom: 128px;
  position: relative;
  z-index: 4;
}

@media (max-width: 1200px) {
  .blockquote {
    padding-top: 114px;
    margin-bottom: 15px;
  }
}

@media (max-width: 720px) {
  .blockquote {
    padding-top: 246px;
    margin-bottom: 37px;
  }
}

@media (max-width: 960px) {
  /* .blockquote::after {
    bottom: -50%;
    content: "";
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    position: absolute;
    background: url("images/cloud.png") center no-repeat;
    background-size: cover;
    left: 0;
    z-index: 1;
  } */
}

@media (max-width: 720px) {
  /* .blockquote::after {
    bottom: -10%;
  } */
}

.blockquote__content {
  width: 730px;
  margin: 230px auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .blockquote__content {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .blockquote__content {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

.blockquote__text {
  position: relative;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 48px;
  line-height: 117%;
  color: var(--a-pro-black);
  margin-bottom: 58px;
  position: relative;
  text-align: center;
}

@media (max-width: 1200px) {
  .blockquote__text {
    font-size: 32px;
    line-height: 125%;
    max-width: 540px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 720px) {
  .blockquote__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 135%;
    margin-bottom: 48px;
  }
}

.blockquote__text span {
  color: var(--a-pro-blue);
}

.author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 34px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 960px) {
  .author {
    gap: 24px;
  }
}

.author__photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
}

@media (max-width: 960px) {
  .author__photo {
    width: 97px;
    height: 97px;
  }
}

.author__name {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--a-pro-black);
}

@media (max-width: 960px) {
  .author__name {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
  }
}

.author__position {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 133%;
  color: var(--a-pro-black-light);
}

@media (max-width: 960px) {
  .author__position {
    font-weight: 300;
    font-size: 14px;
    line-height: 157%;
  }
}

.nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  right: calc((100% - 1500px) / 2);
  text-align: center;
  z-index: 5;
  width: 74px;
}

@media (max-width: 1300px) {
  .nav {
    display: none;
  }
}

.nav span {
  width: 32px;
  height: 2px;
  display: inline-block;
  margin-bottom: 16px;
  background: #c7c7c7;
  cursor: pointer;
  transition: 0.5s;
}

.nav span:hover,
.nav span.active {
  width: 74px;
  background: var(--a-pro-blue);
}

.switching {
  position: relative;
}

/* .switching::before {
  content: "";
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  position: absolute;
  background: url("images/cloud.png") center no-repeat;
  background-size: cover;
  top: -60%;
  left: 0;
  z-index: 1;
} */

.switching.screen-2::before {
  top: -60%;
}

@media (max-width: 1700px) {
  .switching::before {
    top: -50%;
  }
}

@media (max-width: 1400px) {
  .switching::before {
    top: -40%;
  }
}

@media (max-width: 960px) {
  .switching::before {
    top: -8%;
  }
}

@media (max-width: 720px) {
  .switching::before {
    top: 7%;
    width: 100vw;
  }
}

.switching.screen-3::before {
  transform: rotate(180deg);
  top: -130%;
}

@media (max-width: 1400px) {
  .switching.screen-3::before {
    top: 5%;
  }
}

.section {
  position: relative;
}

.section::before {
  content: "";
  width: 100%;
  height: 644px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(152, 163, 172, 0) 0%, #98a3ac 100%);
  mix-blend-mode: multiply;
}

.section__fullpage {
  width: 100%;
  height: 100vh;
}

.section__fullpage_2 {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.section__data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 300px);
  padding-top: 50px;
}

@media (max-width: 1400px) {
  .section__data {
    min-height: 10px;
    width: 100%;
    aspect-ratio: 16 / 7;
  }
}

@media (max-width: 720px) {
  .section__data {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    height: auto;
    padding-bottom: 20px;
    aspect-ratio: auto;
    padding-top: 0;
    aspect-ratio: 9 / 12;
  }
}

.section__title {
  width: calc(32% - 30px);
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 80px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--a-pro-black);
  margin-bottom: -10px;
}

@media (max-width: 720px) {
  .section__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 117%;
    width: 70%;
    margin-top: 0;
  }
}

.section__description {
  width: 38%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 133%;
  color: var(--a-pro-black-middle);
  position: relative;
}

@media (max-width: 720px) {
  .section__description {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    width: 100%;
    margin: 0;
    padding: 0 0 36px;
  }
}

.section__description::before {
  content: "";
  width: 728px;
  height: 409px;
  display: block;
  background: url("images/could-211.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -83px;
  left: -192px;
  z-index: 2;
}

.section__description p {
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {

  .section__description,
  .section__title {
    width: 100%;
  }
}

.section__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17.15%;
  margin-bottom: 64px;
  position: relative;
  z-index: 3;
  margin-top: 230px;
}

@media (max-width: 1400px) {
  .section__info {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .section__info {
    margin-bottom: 0;
    padding: 20px 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    min-height: 100vh;
    gap: 20px;
  }
}

.section__video {
  max-width: 1054px;
  margin: 0 auto;
  display: block;
}

.section__video,
.section__video source {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 3;
}

.section__ratings::before {
  content: "";
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  position: absolute;
  background: url("../images/cloud.png") center no-repeat;
  background-size: cover;
  top: -500px;
  left: 0;
  z-index: 1;
}

.breadcrumbs {
  position: absolute;
  top: 132px;
  left: 0;
  display: block;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 133%;
  text-transform: uppercase;
  color: var(--a-pro-gray);
  z-index: 4;
  transition: 0.3s;
}

@media (max-width: 720px) {
  .breadcrumbs {
    top: 80px;
  }
}

.breadcrumbs__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}

.breadcrumbs--center .breadcrumbs__list {
  justify-content: center;
}

@media (max-width: 1024px) {
  .breadcrumbs--center .breadcrumbs__list {
    justify-content: flex-start;
  }
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}

.breadcrumbs__link {
  text-decoration: none;
  color: inherit;
}

.breadcrumbs__link:hover {
  color: var(--a-pro-blue);
}

.info__item {
  flex-basis: 21.9%;
}

@media (max-width: 720px) {
  .info__item {
    flex-basis: auto;
  }
}

.info__title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 40px;
  line-height: 160%;
  text-transform: uppercase;
  color: var(--a-pro-black);
  margin-bottom: 16px;
}

@media (max-width: 720px) {
  .info__title {
    font-size: 24px;
    line-height: 133%;
  }
}

.info__description {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 133%;
  color: var(--a-pro-black-middle);
}

@media (max-width: 720px) {
  .info__description {
    font-size: 14px;
    line-height: 133%;
  }
}

.practices {
  padding-top: 70px;
  padding-bottom: 590px;
  min-height: 1220px;
}

@media (max-width: 1200px) {
  .practices {
    padding-top: 200px;
    min-height: 10px;
  }
}

@media (max-width: 720px) {
  .practices {
    padding-top: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 50px;
  }
}

/* .practices::before {
  content: "";
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  position: absolute;
  background: url("../images/cloud.png") center no-repeat;
  background-size: cover;
  top: -500px;
  left: 0;
  z-index: 1;
} */

.practices__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
  max-width: 1564px;
}

.practices__image img {
  max-width: 100%;
}

@media (max-width: 1600px) {
  .practices__image {
    top: auto;
    bottom: -200px;
  }
}

@media (max-width: 1400px) {
  .practices__image {
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 1200px) {
  .practices__image {
    bottom: -200px;
    top: auto;
    z-index: 2;
  }
}

@media (max-width: 720px) {
  .practices__image {
    bottom: 0;
  }
}

.practices__image img {
  width: 100%;
}

.practices__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  text-align: right;
  color: var(--a-pro-black-middle);
  gap: 12px;
  z-index: 4;
}

@media (max-width: 1400px) {
  .practices__list {
    font-size: 19px;
  }
}

@media (max-width: 1200px) {
  .practices__list {
    align-items: flex-start;
    text-align: left;
    padding-left: 105px;
    flex-direction: column-reverse;
  }
}

.practices__item {
  color: inherit;
  transition: opacity 0.8s ease-out;
  margin-right: 0;
  max-width: 280px;
  position: relative;
  opacity: 0;
}

.practice-invest .practices__item {
  max-width: 100%;
  margin-bottom: 80px;
}

@media (min-width: 1201px) {
  .practices__item:nth-child(1) {
    margin-right: calc(168px * (1 - 1));
  }

  .practices__item:nth-child(2) {
    margin-right: calc(168px * (2 - 1));
  }

  .practices__item:nth-child(3) {
    margin-right: calc(168px * (3 - 1));
  }

  .practices__item:nth-child(4) {
    margin-right: calc(168px * (4 - 1));
  }

  .practices__item:nth-child(5) {
    margin-right: calc(168px * (5 - 1));
  }

  .practices__item:nth-child(6) {
    margin-right: calc(168px * (6 - 1));
  }

  .practices__item:nth-child(7) {
    margin-right: calc(168px * (7 - 1));
  }

  .practices__item:nth-child(8) {
    margin-right: calc(168px * (8 - 1));
  }

  .practices__item:nth-child(9) {
    margin-right: calc(168px * (9 - 1));
  }

  .practices__item:nth-child(10) {
    margin-right: calc(168px * (10 - 1));
  }

  .practices__item:nth-child(11) {
    margin-right: calc(168px * (11 - 1));
  }

  .practices__item:nth-child(12) {
    margin-right: calc(168px * (12 - 1));
  }

  .practices__item:nth-child(13) {
    margin-right: calc(168px * (13 - 1));
  }

  .practices__item:nth-child(14) {
    margin-right: calc(168px * (14 - 1));
  }

  .practices__item:nth-child(15) {
    margin-right: calc(168px * (15 - 1));
  }

  .practices__item:nth-child(16) {
    margin-right: calc(168px * (16 - 1));
  }

  .practices__item:nth-child(17) {
    margin-right: calc(168px * (17 - 1));
  }

  .practices__item:nth-child(18) {
    margin-right: calc(168px * (18 - 1));
  }

  .practices__item:nth-child(19) {
    margin-right: calc(168px * (19 - 1));
  }

  .practices__item:nth-child(20) {
    margin-right: calc(168px * (20 - 1));
  }

  .practice-invest .practices__item:nth-child(1) {
    margin-right: calc(220px * (1 - 1));
  }

  .practice-invest .practices__item:nth-child(2) {
    margin-right: calc(220px * (2 - 1));
  }

  .practice-invest .practices__item:nth-child(3) {
    margin-right: calc(220px * (3 - 1));
  }
}

@media (max-width: 1200px) {
  .practices__item {
    font-size: 20px;
    line-height: 140%;
  }
}

.practices__item::after {
  content: "";
  width: 2px;
  height: 358px;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  background: url("images/line.svg") bottom center no-repeat;
  z-index: 1;
}

@media (max-width: 1200px) {
  .practices__item::after {
    transform: rotate(90deg);
    transform-origin: top right;
    top: 50%;
    right: calc(100% + 15px);
    bottom: auto;
    left: auto;
  }
}

.practices__link {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 3;
}

.practices__link:hover {
  color: var(--a-pro-blue);
}

.ratings {
  position: relative;
  padding-top: 104px;
  padding-bottom: 116px;
}

@media (max-width: 720px) {
  .ratings {
    padding: 35px 0;
  }
}

.ratings__title {
  position: relative;
  z-index: 3;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 167%;
  text-transform: uppercase;
  color: var(--a-pro-black);
  margin-bottom: 64px;
}

@media (max-width: 720px) {
  .ratings__title {
    font-weight: 300;
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 53px;
  }
}

.ratings__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 130px;
  position: relative;
  z-index: 3;
}

@media (max-width: 720px) {
  .ratings__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.ratings__info {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 50px;
  line-height: 80%;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--a-pro-black-light);
}

@media (max-width: 720px) {
  .ratings__info {
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.01em;
  }
}

.ratings__info span {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 200px;
  line-height: 80%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--a-pro-blue);
  display: block;
  margin-bottom: 16px;
}

@media (max-width: 720px) {
  .ratings__info span {
    font-weight: 300;
    font-size: 95px;
    line-height: 101%;
    letter-spacing: -0.05em;
    margin-bottom: 0;
  }
}

.ratings__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 50px;
  flex-basis: 100%;
}

.ratings__item img {
  max-width: 100%;
}

@media (max-width: 720px) {
  .ratings__list {
    flex-wrap: wrap;
    gap: 40px 24px;
  }
}

@media (max-width: 720px) {
  .ratings__item {
    flex-basis: 50%;
    max-width: calc(50% - 12px);
  }

  .ratings__item img {
    max-width: 80%;
    max-height: 80px;
  }
}

.practice {
  position: relative;
  padding-top: 200px;
}

.practice::before {
  content: "";
  width: 100%;
  height: 644px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(152, 163, 172, 0) 0%, #98a3ac 100%);
  mix-blend-mode: multiply;
}

.practice__container {
  position: relative;
  z-index: 5;
}

.practice__firstscreen {
  min-height: calc(100vh - 180px);
  overflow: hidden;
}

.practice__main-title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 48px;
  line-height: 117%;
  text-transform: uppercase;
  text-align: center;
  color: var(--a-pro-black-middle);
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 4;
}

.practice__title {
  margin: 70px auto 64px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 72px;
  line-height: 111%;
  text-transform: uppercase;
  text-align: center;
  color: var(--a-pro-black);
  position: relative;
  z-index: 3;
  max-width: 80%;
}

.practice-1 .practice__title::before,
.practice-7 .practice__title::before,
.practice-9 .practice__title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  aspect-ratio: 1.9;
  background: url("images/cloudbg.png") center no-repeat;
  background-size: contain;
}

.practice__title span {
  position: relative;
  z-index: 3;
}

.practice__person {
  margin-bottom: 111px;
}

.practice__tabs {
  position: relative;
  z-index: 3;
}

.practice__tabs-btns {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 80px;
}

.practice__tabs-btn {
  flex-basis: 33.3%;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 128%;
  text-transform: uppercase;
  text-align: center;
  color: var(--a-pro-black-middle);
  padding: 14px 24px;
  text-decoration: none;
  border-bottom: 1px solid var(--a-pro-black-light);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.practice__tabs-btn:hover {
  color: var(--a-pro-blue);
}

.practice__tabs-btn.active {
  border-bottom: 1px solid var(--a-pro-blue);
  position: relative;
}

.practice__tabs-btn.active::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--a-pro-blue);
}

.practice__tabs-btn:not(:last-child) {
  border-right: 1px solid var(--a-pro-black-light);
}

.practice__adwards {
  margin-bottom: 80px;
}

.table-adwards>p {
  position: relative;
  z-index: 3;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: var(--a-pro-black-middle);
  max-width: 688px;
  margin: 0 auto 20px;
}

.practice__about {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 133%;
  color: var(--a-pro-black-middle);
  max-width: 620px;
  display: block;
  margin: 0 auto;
}

.practice-10 .practice__about {
  max-width: 100%;
  max-width: 960px;
  padding-top: 100px;
}

.practice-10 .practice__about p {
  margin-bottom: 1em;
}

.person {
  position: relative;
  z-index: 4;
}

.person__blockquote {
  max-width: 920px;
  margin: 0 auto;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 48px;
  line-height: 117%;
  text-align: center;
  color: var(--a-pro-black-middle);
  margin-bottom: 48px;
  position: relative;
  z-index: 3;
}

.person__blockquote span {
  color: var(--a-pro-blue);
}

.person__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  position: relative;
  z-index: 3;
}

.person__photo {
  width: 97px;
  height: 97px;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  flex-shrink: 0;
}

.person__photo img {
  max-width: 100%;
}

.person__name {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--a-pro-black);
}

.person__position {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 133%;
  color: var(--a-pro-black-light);
}

.table-responsive {
  width: 100%;
  overflow: auto;
}

table {
  min-width: 100%;
}

table tbody {
  border-bottom: 1px solid var(--a-pro-gray);
}

table tbody tr:first-child>td {
  padding-top: 32px;
}

table tbody tr:last-child>td {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--a-pro-gray);
}

table tbody tr>td {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 25%;
}

table tbody tr>td:last-child {
  width: 50%;
  max-width: 617px;
}

.btn-lite {
  border: none;
  border-bottom: 2px solid var(--a-pro-blue);
  padding: 24px 56px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--a-pro-black);
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
}

.btn-lite:hover {
  background-color: var(--a-pro-blue);
  color: #fff;
}

.adwards__btn {
  margin: 16px auto;
}

.service {
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-inactive-color: #a5a7ac;
  --swiper-pagination-color: #1daeec;
  --swiper-pagination-bullet-horizontal-gap: 20px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-height: 480px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
  box-sizing: border-box;
  gap: 50px;
  max-width: 100%;
}

.service__title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 72px;
  line-height: 111%;
  text-transform: uppercase;
  color: var(--a-pro-black);
}

.service__content {
  flex-basis: 60%;
  max-width: 786px;
}

.service__content-item {
  max-width: 100%;
}

.service__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
  max-width: 80%;
  display: none;
}

.service__btn {
  margin-bottom: 80px;
  min-width: 100%;
}

.service .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--a-pro-black-middle);
}

.service .swiper-pagination-bullet {
  position: relative;
  transition: 0.5s;
}

.service .swiper-pagination-bullet::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
  border: 1px solid var(--swiper-pagination-bullet-inactive-color);
  border-radius: 50%;
}

.service .swiper-pagination-bullet:hover {
  background: var(--swiper-pagination-color);
}

.service .swiper-pagination-custom-item {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 143%;
  text-transform: uppercase;
  color: #2e3640;
  width: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.service .swiper-pagination-custom-item span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.service .swiper-pagination-custom-item:hover {
  overflow: visible;
}

.service .swiper-pagination-custom-item:hover span {
  border-bottom: 1px solid var(--a-pro-blue);
  position: relative;
  background: #f5f5f5;
  z-index: 2;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service .swiper-pagination-custom-item-active span {
  border-bottom: 1px solid var(--a-pro-blue);
}

.numbers {
  display: flex;
  flex-direction: column;
  gap: 68px;
  min-height: 100vh;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 0;
  box-sizing: border-box;
}

.numbers__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 24px;
}

.numbers__item:nth-child(2n + 2) {
  margin-left: 34%;
}

.numbers__data {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 200px;
  line-height: 80%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--a-pro-black);
}

.numbers__data span {
  color: var(--a-pro-blue);
}

.numbers__info {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 133%;
  color: var(--a-pro-black-light);
}

.numbers__info span {
  font-size: 50px;
  line-height: 80%;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--a-pro-black-middle);
}

.projects {
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-inactive-color: #a5a7ac;
  --swiper-pagination-color: #1daeec;
  --swiper-pagination-bullet-horizontal-gap: 20px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-height: 423px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 0;
  box-sizing: border-box;
}

.projects__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 131px;
}

.projects__title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 72px;
  line-height: 111%;
  text-transform: uppercase;
  color: var(--a-pro-black);
}

.projects__slider {
  max-width: 100%;
}

.projects__content {
  flex-basis: 100%;
}

.projects__content-item {
  max-width: 100%;
}

.projects__btn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 24px;
  padding-top: 8px;
}

.projects__blockquote {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 835px;
  margin: 24px 0 0 auto;
  gap: 24px;
}

.projects__blockquote-content span {
  color: var(--a-pro-blue);
}

.projects__blockquote-photo {
  width: 97px;
  height: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.projects__blockquote-photo img {
  max-width: 100%;
}

.projects__blockquote-content {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--a-pro-black);
}

.projects__blockquote-signature {
  text-align: right;
  margin: 16px 0 0 auto;
  display: block;
  max-width: 264px;
}

div.projects__blockquote-signature {
  height: 97px;
  display: block;
  width: 150px;
}

.projects .swiper-slide {
  min-height: var(--swiper-height);
  padding: 40px 0;
  box-sizing: border-box;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--a-pro-black-middle);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 50px;
}

.projects .swiper-pagination-bullet {
  position: relative;
  transition: 0.5s;
  margin-top: 6px;
}

.projects .swiper-pagination-bullet::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  border: 1px solid var(--swiper-pagination-bullet-inactive-color);
  border-radius: 50%;
  box-sizing: border-box;
}

.projects .swiper-pagination-bullet:hover {
  background: var(--swiper-pagination-color);
}

.mediahub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 80px 0;
  box-sizing: border-box;
}

.mediahub__content {
  position: relative;
}

.mediahub__navigation {
  position: absolute;
  top: 370px;
  left: calc(100% + 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

.mediahub__navigation-btn {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--a-pro-gray-dark);
  transition: 0.3s;
  cursor: pointer;
  background: none;
  box-shadow: none;
}

.mediahub__navigation-btn:hover {
  border-color: var(--a-pro-blue);
}

.mediahub__slider {
  max-width: 730px;
  overflow: visible !important;
}

.mediahub__title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 72px;
  line-height: 111%;
  text-transform: uppercase;
  color: var(--a-pro-black);
  margin-bottom: 64px;
}

.mediahub__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}

.mediahub__date {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  text-transform: uppercase;
  color: var(--a-pro-black);
}

.mediahub__tags {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  text-transform: uppercase;
  color: var(--a-pro-black);
}

.mediahub__tags a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

.mediahub__tags a:hover {
  color: var(--a-pro-blue);
}

.mediahub__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}

.mediahub__name {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--a-pro-black);
  max-width: 80%;
}

.mediahub .swiper-slide {
  transition: 0.3s;
  transform-origin: top left;
  opacity: 0;
}

.mediahub .swiper-slide-active {
  opacity: 1;
}

.mediahub .swiper-slide-next {
  transform: scale(0.5);
  margin-top: -100px;
  opacity: 1;
}

.mediahub .swiper-slide-next+.swiper-slide {
  transform: scale(0.3);
  margin-top: -130px;
  left: -50%;
  opacity: 1;
}

/* MEDIAHUB — дополнительные брейкпоинты под макеты */

/* ~1300px */
@media (max-width: 1300px) and (min-width: 961px) {
  .mediahub {
    padding: 72px 0;
  }

  .mediahub__title {
    font-size: 64px;
    line-height: 1.12;
    margin-bottom: 56px;
  }

  .mediahub__slider {
    max-width: 820px;
  }

  .mediahub__navigation {
    top: 340px;
    left: calc(100% + 24px);
    gap: 12px;
  }

  .mediahub__name {
    font-size: 28px;
    line-height: 130%;
  }

  .mediahub__data {
    gap: 20px;
  }

  .mediahub__date,
  .mediahub__tags {
    font-size: 13px;
    line-height: 160%;
  }
}

/* 721–960px */
@media (max-width: 960px) and (min-width: 721px) {
  .mediahub {
    align-items: center;
    padding: 64px 0 72px;
  }

  .mediahub__content {
    width: 100%;
  }

  .mediahub__title {
    font-size: 56px;
    line-height: 1.15;
    margin-bottom: 48px;
  }

  .mediahub__slider {
    max-width: 700px;
    margin: 0 auto;
  }

  .mediahub__navigation {
    position: static;
    margin-top: 32px;
    align-self: flex-end;
  }

  .mediahub__image {
    aspect-ratio: 1.8;
    margin-bottom: 20px;
  }

  .mediahub__name {
    font-size: 24px;
    line-height: 130%;
    max-width: 100%;
  }

  .mediahub__data {
    gap: 16px;
  }

  .mediahub__date,
  .mediahub__tags {
    font-size: 12px;
    line-height: 160%;
  }

  .mediahub .swiper-slide {
    opacity: 1;
    transform-origin: center;
  }

  .mediahub .swiper-slide-next,
  .mediahub .swiper-slide-next+.swiper-slide {
    transform: scale(0.85);
    margin-top: -40px;
    left: 0;
  }
}

/* мобильный MEDIAHUB */
@media (max-width: 720px) {
  .mediahub {
    padding: 72px 0 64px;
    min-height: auto;
  }

  .mediahub__title {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 32px;
  }

  .mediahub__content {
    width: 100%;
  }

  .mediahub__navigation {
    display: none;
  }

  .mediahub__slider {
    max-width: none;
  }

  .mediahub__data {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
  }

  .mediahub__date,
  .mediahub__tags {
    font-size: 11px;
    line-height: 155%;
  }

  .mediahub__tags {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }

  .mediahub__image {
    aspect-ratio: 1.6;
    margin-bottom: 16px;
  }

  .mediahub__name {
    font-size: 20px;
    line-height: 130%;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .mediahub .swiper-slide {
    opacity: 1;
    transform: none;
    margin-top: 0;
  }

  .mediahub .swiper-slide-next,
  .mediahub .swiper-slide-next+.swiper-slide {
    transform: none;
    margin-top: 0;
    left: 0;
  }
}

/* очень узкий MEDIAHUB */
@media (max-width: 375px) {
  .mediahub {
    padding-top: 64px;
  }

  .mediahub__title {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .mediahub__name {
    font-size: 18px;
  }

  .mediahub__date,
  .mediahub__tags {
    font-size: 10px;
  }
}

/*# sourceMappingURL=styles.css.map */
.practice__mountain {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  min-height: 100vh;
}

.practice__mountain::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--apro-service-mountain);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.practice__mountain img {
  width: 100%;
}

.mountain__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  z-index: 3;
  pointer-events: none;
}

/*.mountain__container::after {
  content: "";
  position: absolute;
  top: 50vh;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: url('images/cloud.png') no-repeat center center;
  background-size: 100%;
  z-index: 3;
  pointer-events: none;
}*/

.mountain__video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.mountain__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 720px) {

  .mountain__video,
  .mountain__video-wrapper {
    aspect-ratio: 9 / 16;
  }
}

.practice__service {
  position: relative;
  z-index: 3;
}

.mountain_ai_petri img {
  top: -250px !important;
}

.mountain_anhorn img {
  top: -250px !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 8px var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
}

.service__text {
  max-width: 100%;
}

@media (max-width: 1400px) {
  .practice__title {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .practice__main-title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 24px;
    line-height: 200%;
    text-transform: uppercase;
    text-align: center;
    color: var(--a-pro-black-middle);
  }

  .practice__title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: var(--a-pro-black);
  }

  .person__blockquote {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: var(--a-pro-black-middle);
  }

  .person__name {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 144%;
    text-transform: uppercase;
    color: var(--a-pro-black);
  }

  .person__position {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 157%;
    color: var(--a-pro-black-light);
  }

  .practice__tabs-btns {
    margin-bottom: 40px;
  }

  .practice__tabs-btn {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 192%;
    text-transform: uppercase;
    text-align: center;
    color: var(--a-pro-black);
  }

  .practice__ratings {
    padding: 20px 0;
  }

  .ratings__content {
    gap: 48px;
  }

  .ratings__info {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--a-pro-black-light);
  }

  .ratings__info span {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 95px;
    line-height: 101%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--a-pro-blue);
  }

  .table-adwards {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: var(--a-pro-black-light);
  }

  .adwards__btn {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: var(--a-pro-black);
  }

  .service__title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 133%;
    text-transform: uppercase;
    color: var(--a-pro-black);
  }

  .service .swiper-slide {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--a-pro-black-middle);
    width: calc(100vw - 230px);
    padding-right: 30px;
  }

  .projects__title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 133%;
    text-transform: uppercase;
    color: var(--a-pro-black);
  }

  .projects .swiper-slide {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--a-pro-black-middle);
  }

  .projects__blockquote {
    max-width: 70%;
  }

  .projects__blockquote-content {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--a-pro-black);
  }

  .service__content {
    flex-basis: auto;
    max-width: 100%;
  }

  .practice__service {
    min-height: 10%;
  }

  .practice__projects {
    min-height: 10%;
  }

  .practice__firstscreen {
    min-height: calc(50vh - 140px);
  }

  .practice__mountain {
    min-height: 70vh;
  }

  .projects__slider,
  .service__text,
  .service__label,
  .service__content-item {
    max-width: calc(100vw - 230px);
  }
}

@media (max-width: 720px) {

  .projects__slider,
  .service__text,
  .service__label,
  .service__content-item {
    max-width: calc(100vw - 40px);
  }

  .mountain_ai_petri img {
    top: -100px !important;
  }

  .mountain_anhornn img {
    top: -100px !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-horizontal.swiper-pagination-bullets {
    .swiper-pagination-bullet {
      margin: 8px 14px;
    }
  }

  .practice__main-title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 24px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: var(--a-pro-black-middle);
  }

  .practice__title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 32px;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
    color: var(--a-pro-black);
    padding-top: 40px;
    margin-top: 0;
  }

  .person__blockquote {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: var(--a-pro-black-middle);
    max-width: 80%;
  }

  .person__blockquote span {
    color: var(--a-pro-blue);
  }

  .person__name {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--a-pro-black);
  }

  .person__position {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: var(--a-pro-black-light);
  }

  .practice__tabs-btns {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .practice__tabs-btn {
    width: 100%;
    border-right: none !important;
  }

  .table-adwards tr {
    display: flex;
    flex-direction: column;
  }

  table tbody tr>td {
    padding: 10px 0 !important;
    width: 100% !important;
  }

  table tbody tr>td:last-child {
    padding-bottom: 20px !important;
  }

  table tbody tr>td:first-child {
    padding-top: 20px !important;
  }

  .practice__service {
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
    min-height: 10%;
    padding: 80px 0;
    position: relative;
  }

  .service__title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 32px;
    line-height: 125%;
    text-transform: uppercase;
    color: var(--a-pro-black);
    text-align: left;
    margin-bottom: 24px;
  }

  .service__content {
    flex-basis: 100%;
    max-width: 100%;
  }

  .service__content-item {
    max-width: 90vw;
  }

  .service .swiper-slide {
    height: auto !important;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--a-pro-black-middle);
  }

  .practice__projects {
    min-height: 10%;
  }

  .projects__wrapper {
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects__title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 32px;
    line-height: 125%;
    text-transform: uppercase;
    color: var(--a-pro-black);
    margin: 0 0 24px;
  }

  .projects .swiper-slide {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--a-pro-black-middle);
  }

  .projects__blockquote {
    flex-direction: column-reverse;
    position: relative;
    max-width: 100%;
  }

  .projects__blockquote-content {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    color: var(--a-pro-black-middle);
  }

  .projects__blockquote-photo {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .projects__blockquote-signature {
    width: 50%;
  }

  .practice__mountain {
    min-height: 50vh;
  }

  .mountain__container::after {
    top: 37vh;
  }

  .practice {
    padding-top: 140px;
  }

  .practice__firstscreen {
    min-height: calc(100vh - 370px);
  }

  .practice__title {
    min-height: 10px;
    aspect-ratio: 9 / 13;
  }

  .projects__content-item {
    max-width: 90vw;
  }
}

.screen-1__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 4;
  position: relative;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .screen-1__container {
    padding-top: 120px;
  }
}

.screen-1__title {
  width: 25%;
  max-width: 330px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 80px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--a-pro-black);
}

.screen-1__text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  color: var(--a-pro-black-middle);
  max-width: 645px;
  position: relative;
  z-index: 3;
}

.screen-1__text p {
  margin-bottom: 1em;
  position: relative;
  z-index: 4;
}

.screen-1__text span {
  color: var(--a-pro-blue);
}

@media (max-width: 1200px) {
  .screen-1__text span {
    display: inline-block;
    max-width: 200px;
  }

  .screen-1__text span>span {
    white-space: nowrap;
  }
}

/* .screen-1__text::before {
  content: "";
  width: 200%;
  height: 200%;
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
  background: url("images/cloud-2.png") no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
} */

.about__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 130px;
}

.about__item-1 {
  max-width: 300px;
}

.about__item-2 {
  max-width: 300px;
}

.about__title {
  grid-area: 1 / 1 / 2 / 2;
}

.about__text {
  grid-area: 1 / 2 / 2 / 4;
}

.about__items {
  grid-area: 2 / 2 / 3 / 3;
}

.about__item-3 {
  grid-area: 2 / 3 / 3 / 4;
}

.about__item-content {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 133%;
  color: var(--a-pro-black-middle);
}

.about__item-content p {
  margin-bottom: 16px;
}

.about__item-content span {
  color: var(--a-pro-blue);
}

.categories__text {
  position: relative;
  z-index: 3;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 133%;
  color: var(--a-pro-black-middle);
  text-transform: none;
  max-width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}



.alpinist {
  position: relative;
  width: 700px;
  aspect-ratio: 16 / 9;
  max-width: 80%;
  overflow: hidden;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 1s;
  margin: 0 0 0 auto;
}

.alpinist.scroll {
  transition: 1s;
}

.alpinist img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alpinist>video {
  max-height: 356px;
  width: auto;
  margin: 0 -50px 0 0;
  height: 100%;
}

@media (max-width: 1200px) {
  .mountain-1 {
    bottom: 0;
  }

  .switching.screen-2::before {
    top: -24%;
  }

  .about__container {
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
  }

  .about__title {
    grid-area: 1 / 1 / 2 / 2;
    max-height: 200px;
  }

  .about__text {
    grid-area: 2 / 1 / 3 / 2;
  }

  .about__items {
    grid-area: 1 / 2 / 3 / 3;
  }

  .about__item-3 {
    grid-area: 1 / 3 / 3 / 4;
  }

  .about__text {
    margin: 0 auto auto 0;
  }

  .alpinist {
    bottom: calc(100% - 350px);
    z-index: 3;
  }

  .switching.screen-3::before {
    top: 46%;
  }
}

@media (max-width: 720px) {
  .switching.screen-2::before {
    top: auto;
    bottom: -315px;
    z-index: 2;
  }

  .screen-1__container {
    flex-direction: column;
  }

  .screen-1__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 92%;
  }

  .screen-1__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
  }

  .mountain-1 {
    top: 100px;
    bottom: auto;
  }

  .about__container {
    display: flex;
    flex-direction: column;
  }

  .categories__item {
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
  }

  .categories__item>span {
    position: relative;
  }

  .categories__text {
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .categories__item:hover .categories__text {
    display: block;
  }

  .alpinist {
    width: 100%;
    overflow: hidden;
  }

  .alpinist>div {
    display: block;
    position: relative;
    bottom: auto;
    top: 0;
    left: -20px;
    width: 130%;
    max-width: 130%;
    aspect-ratio: 16 / 9;
  }
}

/* Главная — дополнительные брейкпоинты под макеты */

/* 1300–1400px */
@media (max-width: 1399px) and (min-width: 961px) {
  .screen-1__container {
    padding-top: 140px;
  }

  .screen-1__title {
    font-size: 72px;
    line-height: 1.1;
    max-width: 320px;
  }

  .screen-1__text {
    font-size: 28px;
    line-height: 135%;
    max-width: 560px;
  }

  .about__container {
    gap: 110px;
  }

  .about__item-1,
  .about__item-2 {
    max-width: 280px;
  }

  .about__item-content {
    font-size: 18px;
    line-height: 133%;
  }

  .categories {
    padding-top: 90px;
    margin-bottom: 110px;
  }

  .categories__list {
    max-width: 980px;
    gap: 28px;
  }

  .categories__item {
    font-size: 56px;
    line-height: 115%;
  }

  .categories__text {
    font-size: 18px;
    line-height: 133%;
  }
}

/* 721–960px */
@media (max-width: 960px) and (min-width: 721px) {
  .screen-1__container {
    padding-top: 120px;
  }

  .screen-1__title {
    width: 32%;
    max-width: none;
    font-size: 60px;
    line-height: 110%;
  }

  .screen-1__text {
    font-size: 24px;
    line-height: 140%;
    max-width: 480px;
  }

  .about__container {
    gap: 80px;
  }

  .about__text {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 96px;
  }

  .about__item-content {
    font-size: 16px;
    line-height: 140%;
  }

  .categories {
    padding-top: 80px;
    margin-bottom: 110px;
  }

  .categories__list {
    max-width: 900px;
    gap: 32px;
  }

  .categories__item {
    font-size: 48px;
    line-height: 120%;
    min-width: 0;
  }

  .categories__text {
    font-size: 16px;
    line-height: 140%;
    max-width: 100%;
  }
}

/* уточнения для главной на мобильных */
@media (max-width: 720px) {
  .screen-1__container {
    padding-top: 20px;
  }

  .screen-1__title {
    width: 80%;
    font-size: 40px;
    line-height: 1.05;
  }

  .screen-1__text {
    font-size: 18px;
    line-height: 140%;
  }

  .about__container {
    gap: 40px;
  }

  .about__item-content {
    font-size: 16px;
    line-height: 140%;
  }

  .categories {
    padding-top: 72px;
    margin-bottom: 72px;
  }

  .categories__item {
    font-size: 32px;
    line-height: 125%;
  }

  .categories__text {
    font-size: 16px;
    line-height: 140%;
  }
}

/* очень узкие экраны */
@media (max-width: 375px) {
  .screen-1__title {
    font-size: 32px;
    line-height: 1.1;
  }

  .screen-1__text {
    font-size: 16px;
    line-height: 145%;
  }

  .categories__item {
    font-size: 28px;
    line-height: 125%;
  }

  .categories__text {
    font-size: 15px;
  }
}

.scenebox {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: fixed;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
}

#three-bg-root canvas {
  display: block;
  width: calc(100% + 400px) !important;
  height: 100% !important;
  transform: none !important;
  clip-path: none !important;
  margin-left: -200px;

  transition: transform 0.6s ease-out;
}


@media(max-width:720px) {
  #three-bg-root canvas {
    margin-left: -200px;
    width: calc(100% + 200px) !important;
  }
}

.contacts-page {
  padding-top: 200px;
}

.contacts-page .content__title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 80px;
  line-height: 88px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--a-pro-black);
  margin-bottom: 64px;
  position: relative;
  z-index: 3;
}

.contacts__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 128px;
  position: relative;
  z-index: 3;
  margin-bottom: 127px;
}

.contacts__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.contacts__item:nth-child(2n + 2) {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.contacts__map {
  width: 57%;
  aspect-ratio: 1.88;
  min-height: 200px;
}

.contacts__info-item:not(:last-child) {
  margin-bottom: 32px;
}

.contacts__info-item-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--a-pro-blue);
  margin-bottom: 8px;
}

.contacts__info-item-value {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: var(--a-pro-black);
}

/* Иконка копирования телефона / email — базовый стиль для всех разрешений */
.contacts__info-item .contacts__info-item-value.copy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contacts__info-item .contacts__info-item-value.copy::after {
  content: "";
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  background-color: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bdbdbf' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='13' height='13' rx='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* ——— Планшет (до 960px) ——— */
@media (max-width: 960px) {
  .contacts-page {
    padding-top: 160px;
  }

  .contacts-page .content__title {
    font-size: 64px;
    line-height: 1.15;
    margin-bottom: 48px;
  }

  .contacts__list {
    gap: 80px;
    margin-bottom: 80px;
  }

  .contacts__item,
  .contacts__item:nth-child(2n + 2) {
    gap: 32px;
    flex-direction: column;
  }

  .contacts__map {
    width: 100%;
    aspect-ratio: 1.7;
  }

  .contacts__info {
    width: 100%;
  }

  .contacts__info-item:not(:last-child) {
    margin-bottom: 24px;
  }

  .contacts__info-item-title {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 6px;
  }

  .contacts__info-item-value {
    font-size: 32px;
    line-height: 1.35;
  }
}

/* ——— Планшет узкий / большой телефон (до 720px) ——— */
@media (max-width: 720px) {
  .contacts-page {
    padding-top: 100px;
  }

  .contacts-page .content__title {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
  }

  .contacts__list {
    gap: 56px;
    margin-bottom: 64px;
  }

  .contacts__item {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  .contacts__item:nth-child(2n + 2) {
    flex-direction: column;
  }

  .contacts__map {
    width: 100%;
    aspect-ratio: 1.5;
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden;
    filter: grayscale(100%);
  }

  .contacts__info-item:not(:last-child) {
    margin-bottom: 24px;
  }

  .contacts__info-item:first-child .contacts__info-item-value {
    font-size: 28px;
    line-height: 1.3;
    color: var(--a-pro-black);
    margin-bottom: 4px;
  }

  .contacts__info-item-title {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
    color: var(--a-pro-blue);
  }

  .contacts__info-item-value {
    font-size: 22px;
    line-height: 1.35;
    color: var(--a-pro-black);
  }

  /* Адрес — приглушённый текст */
  .contacts__info-item:nth-child(4) .contacts__info-item-value {
    font-size: 16px;
    line-height: 1.4;
    color: var(--a-pro-black-middle);
  }
}

/* ——— Средний мобильный (до 480px) ——— */
@media (max-width: 480px) {
  .contacts-page {
    padding-top: 88px;
  }

  .contacts-page .content__title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 32px;
  }

  .contacts__list {
    gap: 48px;
    margin-bottom: 48px;
  }

  .contacts__map {
    aspect-ratio: 1.4;
    margin-bottom: 20px;
  }

  .contacts__info-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .contacts__info-item:first-child .contacts__info-item-value {
    font-size: 24px;
  }

  .contacts__info-item-title {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .contacts__info-item-value {
    font-size: 18px;
    line-height: 1.4;
  }

  .contacts__info-item .contacts__info-item-value.copy::after {
    width: 20px;
    height: 20px;
    background-size: 12px 12px;
  }

  .contacts__info-item:nth-child(4) .contacts__info-item-value {
    font-size: 14px;
  }
}

/* ——— Маленький мобильный (до 375px) ——— */
@media (max-width: var(--smallMobile)) {
  .contacts-page {
    padding-top: 72px;
  }

  .contacts-page .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contacts-page .content__title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .contacts__list {
    gap: 40px;
    margin-bottom: 40px;
  }

  .contacts__map {
    aspect-ratio: 1.35;
    margin-bottom: 16px;
  }

  .contacts__info-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .contacts__info-item:first-child .contacts__info-item-value {
    font-size: 22px;
  }

  .contacts__info-item-title {
    font-size: 10px;
  }

  .contacts__info-item-value {
    font-size: 16px;
  }

  .contacts__info-item .contacts__info-item-value.copy::after {
    width: 18px;
    height: 18px;
    background-size: 11px 11px;
  }

  .contacts__info-item:nth-child(4) .contacts__info-item-value {
    font-size: 13px;
  }
}

.bx-yandex-view-layout,
.bx-yandex-view-map,
.contacts__map div {
  width: 100%;
  height: 100%;
}

#three-bg-clouds {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}

/* Окно поиска в шапке */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: linear-gradient(0deg, rgba(255, 255, 255) 0%, #98a3ac 100%);
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.25s ease,
    opacity 0.25s ease;
  overflow: auto;
}

.search-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.search-overlay__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 24px 60px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.search-overlay__top {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--a-pro-black);
  padding-bottom: 16px;
}

.search-overlay__form {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.search-overlay__icon {
  flex-shrink: 0;
  color: var(--a-pro-gray);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-overlay__icon svg {
  width: 40px;
  height: 40px;
}

.search-overlay__label {
  flex: 1;
  min-width: 0;
}

.search-overlay__input {
  width: 100%;
  padding: 3px 0 0;
  border: none;
  background: none;
  font: inherit;
  font-size: 18px;
  color: var(--a-pro-black);
  outline: none;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

.search-overlay__input::-webkit-search-decoration,
.search-overlay__input::-webkit-search-cancel-button,
.search-overlay__input::-webkit-search-results-button,
.search-overlay__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.search-overlay__input::-ms-clear,
.search-overlay__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.search-overlay__input::placeholder {
  color: var(--a-pro-black);
}

.search-overlay__close {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--a-pro-gray);
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-overlay__close:hover {
  color: var(--a-pro-blue);
}

.search-overlay__close svg {
  width: 40px;
  height: 40px;
}

.search-overlay__results {
  flex: 1;
  min-height: 200px;
  position: relative;
  z-index: 6;
}

.search-overlay__list {
  margin-bottom: 32px;
}

.search-overlay__item {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
  max-width: 620px;
}

.search-overlay__item:hover {
  opacity: 0.85;
}

.search-overlay__item-title {
  color: var(--a-pro-black);
  margin-bottom: 6px;
  line-height: 1.3;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: var(--a-pro-black);
  display: inline;
  border-bottom: 1px solid var(--a-pro-blue);
}

.search-overlay__item-body {
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--a-pro-black-middle);
  margin-top: 8px;
}

.search-overlay__item-body:empty {
  display: none;
}

.search-overlay__empty,
.search-overlay__hint {
  color: var(--a-pro-black-light);
  font-size: 16px;
  padding: 24px 0;
}

.search-overlay__pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.search-overlay__pagination a,
.search-overlay__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  font-size: 16px;
  color: var(--a-pro-black-light);
  text-decoration: none;
  transition: color 0.2s;
}

.search-overlay__pagination a:hover {
  color: var(--a-pro-blue);
}

.search-overlay__pagination .is-current {
  color: var(--a-pro-blue);
  font-weight: 500;
}

.search-overlay__pagination .is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.search-overlay.is-loading .search-overlay__list {
  opacity: 0.6;
  pointer-events: none;
}

/* Социальная ответственность */
.socialpage .page::before {
  content: "";
  width: 100%;
  aspect-ratio: 2.17;
  background: url("/local/templates/apro/images/footer-social.png") bottom left no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.social-page {
  padding-top: 280px;
  position: relative;
  z-index: 3;
}

.social-page .content__title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 64px;
  line-height: 72px;
  text-transform: uppercase;
  color: var(--a-pro-black);
  margin-bottom: 24px;
}

.social-page .content__text {
  max-width: 960px;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: var(--a-pro-black-middle);
  margin-bottom: 128px;
}

.social-page .content__text p {
  margin-bottom: 1em;
}

.social-page .content__text a {
  color: var(--a-pro-blue);
  text-decoration: underline;
}

.social-page .content__text a:hover {
  color: var(--a-pro-blue);
  text-decoration: none;
}

.social-page__list {
  max-width: 1230px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 46px 150px;
  margin-bottom: 128px;
}

.social-page__list-item {
  max-width: 540px;
  width: calc(50% - 75px);
}

.social-page__list-title {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: var(--a-pro-black);
  margin-bottom: 16px;
}

.social-page__list-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: var(--a-pro-black-middle);
}

.social-page__list-text--small {
  max-width: 390px;
}

.social-page__list-text .btn {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 12px;
  gap: 8px;
  box-sizing: border-box;
  border: 1px solid var(--a-pro-gray-middle);
  border-radius: 34px;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: var(--a-pro-black-middle);
  text-decoration: none;
  margin-top: 24px;
}

.social-page__list-text .btn:hover {
  border-color: var(--a-pro-blue);
  color: var(--a-pro-blue);
}

.social-page__info {
  margin-bottom: 128px;
  max-width: 1120px;
}

.social-page__info h2 {
  font-family: var(--font-family);
  font-size: 56px;
  line-height: 72px;
  text-transform: uppercase;
  color: var(--a-pro-blue);
  margin-bottom: 24px;
}

.social-page__info p {
  font-size: 24px;
  line-height: 32px;
  color: var(--a-pro-black-middle);
}

@media (max-width: 1400px) {
  .social-page {
    padding-top: 280px;
    position: relative;
    z-index: 3;
  }

  .social-page .content__title {
    font-size: 56px;
    line-height: 64px;
  }

  .social-page .content__text {
    max-width: 800px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 69px;
  }

  .social-page__list {
    gap: 32px 64px;
    margin-bottom: 96px;
  }

  .social-page__list-title {
    font-size: 32px;
    line-height: 40px;
  }

  .social-page__list-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: var(--a-pro-black-middle);
  }

  .social-page__info h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (max-width: 1080px) {
  .social-page {
    padding-top: 190px;
  }

  .social-page .content__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 16px;
  }

  .social-page .content__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .social-page__list {
    gap: 40px 71px;
    margin-bottom: 40px;
  }

  .social-page__list-item {
    width: calc(50% - 36px);
  }

  .social-page__list-title {
    font-size: 24px;
    line-height: 32px;
  }

  .social-page__list-text {
    font-size: 14px;
    line-height: 22px;
  }

  .social-page__list-text--small {
    max-width: 290px;
  }

  .social-page__info {
    margin-bottom: 64px;
    max-width: 760px;
  }

  .social-page__info h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .social-page__info p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 720px) {
  .socialpage .page::before {
    width: 100%;
    height: 432px;
    aspect-ratio: auto;
    background: url("/local/templates/apro/images/footer-social.png") bottom center no-repeat;
    background-size: auto 100%;
  }

  .social-page {
    padding-top: 190px;
  }

  .social-page .content__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .social-page .content__text {
    margin-bottom: 24px;
  }

  .social-page__list {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }

  .social-page__list-item {
    width: 100%;
    max-width: 560px;
  }

  .social-page__list-text--small {
    max-width: 560px;
  }

  .social-page__info h2 {
    margin-bottom: 12px;
  }
}

/* Прелоадер */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  /* динамическая высота для мобильных */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, #98a3ac 100%);
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

.preloader--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Линия прогресса в прелоадере */
.preloader__progress-line {
  transition: d 0.1s ease-out;
}

/* Блокировка взаимодействия при активном прелоадере */
.preloader-active {
  overflow: hidden;
}

.preloader-active body,
.preloader-active html {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
  touch-action: none;
  -webkit-overflow-scrolling: auto;
}

/* Разблокировка после скрытия прелоадера */
.preloader-active:not(.preloader-active) body,
.preloader-active:not(.preloader-active) html {
  overflow: auto !important;
  position: static;
  touch-action: auto;
}

.person__photo {
  width: 150px;
  height: 150px;
}