@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;
}

/* 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: 48px;
}

.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);
}

.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;
}

.main {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  max-width: 1920px;
  margin:0 auto;
}

.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%;
  z-index: 7;
}

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

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

.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__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.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;
  }
}

@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;
}

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

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

.footer::before {
  content: "";
  width: 100%;
  height: 651px;
  display: block;
  position: absolute;
  bottom: -130px;
  left: 0;
  background: url("images/cloud.png") top right no-repeat;
  background-size: cover;
  z-index: 2;
}

.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;
}

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

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

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

.section .screen:first-child {
  padding-top: 212px;
}

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

@media (max-width: 720px) {
  .section .screen.screen-21 {
    min-height: 100vh;
  }
}
.screen-21 .blockquote__content{
  margin-top: 214px;
}
@media (max-width: 720px) {
  .screen-21 .blockquote{
    padding-top: 0;
  }
  .screen-21 .blockquote__content{
    margin-top: 0;
  }
}
.section .screen.screen-23 {
  min-height: 10px;
  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%;
  height: 1140px;
}



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

@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 h1 {
    font-size: 36px;
    line-height: 122%;
    margin: 110px 0 50px;
    width: 100%;
  }
}

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

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

.screen-3 {
  min-height: 400px;
}

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

.mountain {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.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 {
  bottom: 90px;
  left: 0;
  overflow: visible;
}

@media (max-width: 720px) {
  .mountain-211 {
    width: 834px;
    height: 469px;
    left: -180px;
    bottom: auto;
    top: 10px;
  }
}

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

.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;
}

.about__item {
  opacity: 0;
  transition: opacity 1s ease-out;
  position: relative;
  z-index: 3;
}

.about__item.animate {
  opacity: 1;
}

@media (max-width: 960px) {
  .about__item:nth-child(2) {
    margin-top: 0;
    margin-left: auto;
    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;
  position: relative;
  z-index: 4;
}

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

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

.categories__container {
  position: relative;
  z-index: 2;
}

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

@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: 64px;
  line-height: 113%;
  text-transform: uppercase;
  color: var(--a-pro-black);
  min-width: 290px;
  position: relative;
}

.categories__item:hover .categories__text {
  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;
}

.categories__dot {
  width: 100%;
  height: 2px;
  display: block;
  background: #00afee;
}

.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: 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: 94px;
  height: 94px;
  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% - 1300px) / 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__data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 173px;
  position: relative;
  z-index: 3;
}

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

.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: auto 0;
    padding: 92px 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;
}

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

.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;
}

.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%;
}

.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 {
  position: relative;
  padding-top: 70px;
}

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

.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;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
}
.practices__image img{
  max-width: 100%;
}@media (max-width: 1200px) {
  .practices__image {
    bottom: -200px;
    top: auto;
    z-index: 2;
  }
  .practices__image::before{
    bottom: -40%;
  }
}
@media (max-width: 720px) {
  .practices__image {
  bottom: 0;
  }
}


.practices__image::before {
  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: -10%;
  left: 0;
  z-index: 1;
}

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

.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: 1200px) {
  .practices__list {
    align-items: flex-start;
    text-align: left;
    padding-left: 105px;
  }
}

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

@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));
  }
}

@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__firstscreen {
  min-height: calc(100vh - 300px);
  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: 0 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__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;
}
.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;
}

.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;
}

.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;
}

.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;
}

/*# 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: 100%;
  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;
}

.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: 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);
  }

  .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(50vh - 140px);
  }

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

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

@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: absolute;
  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: 0;
  transition: opacity 0.3s ease-out;
}

.alpinist {
  position: absolute;
  bottom: calc(100% - 300px);
  right: -100px;
  width: 1280px;
  aspect-ratio: 16 / 9;
  max-width: 80%;
  overflow: hidden;
  z-index: 2;
}

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

@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);
  }

  .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__text {
    display: none;
    position: relative;
    top: auto;
    left: auto;
  }

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

  .alpinist {
    display: none;
  }
}