@charset "UTF-8";

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

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

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

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

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

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

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

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

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  border-radius: 0;
}

button {
  background-color: transparent;
}

textarea {
  resize: none;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/

html {
  scroll-behavior: smooth;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  -webkit-overflow-scrolling: touch;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  font-family: "TTNormsPro", sans-serif;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.not-scrollbar {
  -ms-overflow-style: none;
  /* IE и Edge */
  scrollbar-width: none;
  /* Firefox */
}

.not-scrollbar:-webkit-scrollbar {
  display: none;
}

.h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 135px;
}

.hero {
  padding-top: 165px;
}

.animate-title {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.app-btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 57px;
}

.app-btn button {
  border-radius: 57px;
  padding-left: 40px;
  padding-right: 40px;
  height: 62px;
  letter-spacing: -0.02em;
  font-size: 32px;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.app-btn button:nth-child(1) {
  background-color: #1c1c1c;
  color: #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  z-index: 2;
}

.app-btn button:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a8fd32;
  color: #1c1c1c;
  z-index: 1;
  text-align: right;
}

.app-btn button:nth-child(3) {
  opacity: 0;
  pointer-events: none;
}

.app-btn.hover button:nth-child(1) {
  color: transparent !important;
  height: 14px;
  width: 14px !important;
  padding: 0;
  left: 35px;
}

.app-btn.hover button:nth-child(2) {
  padding-right: 35px;
  padding-left: unset;
}

.project-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 57px;
  padding-left: 40px;
  padding-right: 40px;
  height: 62px;
  letter-spacing: -0.02em;
  font-size: 32px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #1c1c1c;
  color: #fff;
  position: relative;
}

.project-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.project-btn span:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0%;
  color: #1c1c1c;
}

.project-btn:active {
  background-color: #a8fd32;
  margin-left: -3px;
  padding-left: 43px;
  padding-right: 43px;
}

.project-btn:active span:nth-child(1) {
  translate: 0 -150%;
}

.project-btn:active span:nth-child(2) {
  top: 50%;
  translate: -50% -50%;
}

.cookie-modal {
  max-width: 630px;
  z-index: 10;
  width: 100%;
  position: fixed;
  bottom: 25px;
  left: calc((100vw - 1340px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #1c1c1c;
  padding: 22px 25px;
  color: white;
  font-size: 16px;
  line-height: 1.4;
}

.cookie-modal.hidden {
  display: none;
}

.cookie-modal a {
  border-bottom: 1px solid white;
  color: white;
}

.cookie-modal button {
  height: 33px;
  color: #1c1c1c;
  background-color: white;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
  border-radius: 57px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cookie-modal button:hover {
  background-color: #a8fd32;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*background-color: #fff;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 200;
}

.header.hidden {
  translate: 0 -100%;
}

.header.transparent {
  background-color: transparent;
}

.header.transparent .header__logo svg path {
  fill: #fff;
}

.header.transparent .header__logo svg .dot {
  fill: #a8fd32;
}

.header.transparent .header__link {
  color: #fff;
}

.header.transparent .header__btn {
  color: #fff;
  border: 1px solid #fff;
}

.header.transparent .header__btn svg path {
  fill: #fff;
}

.header.transparent .header__sublink {
  /*color: #fff;*/
}

.header.transparent .header__sublink:hover {
  /*color: #a8fd32;*/
}

.header.transparent .header__sublink:active {
  color: #ACB4BC;
}

.header.transparent .header__burger::before,
.header.transparent .header__burger::after {
  background-color: #fff;
}

.header__oneum {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #efefef;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  color: #1a1d23;
}

.header__oneum span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.header__wrapper {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 127px;
          flex: 0 0 127px;
}

.header__logo svg {
  width: 100%;
  height: 100%;
}

.header__list .mobile {
  display: none;
}

.header__link {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #1a1d23;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  height: 37px;
}

.header__link.hover {
  color: #acb4bc;
}

/*.header__sublist {*/
/*  -webkit-transition: 0.3s;*/
/*  -o-transition: 0.3s;*/
/*  transition: 0.3s;*/
/*  padding: 6px 0;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-box-direction: normal;*/
/*      -ms-flex-direction: column;*/
/*          flex-direction: column;*/
/*  -webkit-box-align: start;*/
/*      -ms-flex-align: start;*/
/*          align-items: flex-start;*/
/*  text-align: left;*/
/*  gap: 7px;*/
/*}*/

/*.header__sublink {*/
/*  font-size: 16px;*/
/*  font-weight: 500;*/
/*  color: #1a1d23;*/
/*  -webkit-transition: 0.3s;*/
/*  -o-transition: 0.3s;*/
/*  transition: 0.3s;*/
/*}*/

.header__btns {
  /*width: 150px;*/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



.header .project-btn span:nth-child(2) {
  color: #fff;
}

.header .project-btn:active {
  padding: 0 19px;
}

.header__btn {
  border: 1px solid #1c1c1c;
  border-radius: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
  color: #1c1c1c;
  padding: 0 16px;
  height: 37px;
}

.header__btn svg {
  width: 18px;
}

.header__burger,
.header__email,
.header__medias {
  display: none;
}

.about-page .main {
  padding-top: 0;
}

.footer {
  background-color: #171717;
  border-top: 2px solid #2c2d32;
  padding-top: 80px;
  padding-bottom: 36px;
}

.footer .project-btn {
  height: 39px;
  font-size: 18px;
  padding: 0 16px;
  background-color: white;
  color: #1c1c1c;
}

.footer .project-btn span:nth-child(2) {
  color: #fff;
}

.footer .project-btn:active {
  padding: 0 19px;
  background-color: #1c1c1c;
}

.footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 177px;
}

.footer__logo svg path {
  fill: #fff;
}

.footer__logo .dot {
  fill: #a8fd32;
}


.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.footer__list .mobile {
  display: none;
}

.footer__link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.footer__link:active {
  color: #a8fd32;
}

.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}

.footer__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #767676;
}

.footer__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border-radius: 57px;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding-left: 16px;
  padding-right: 16px;
  height: 39px;
}

.footer .mobile {
  display: none;
}


.footer__downlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.footer__downlist a {
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.footer__downlist a svg {
  width: 14px;
  height: 14px;
}

.footer__downlist a svg path {
  fill: white;
}

.footer__downlist a:active {
  color: #a8fd32;
}

.footer__downlist a:active svg path {
  fill: #a8fd32;
}

.showreel-section {
  margin-top: 138px;
  height: 200vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.showreel-section__video {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-width: 978px;
  max-height: 543px;
}

.showreel-section__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.components-page {
  height: 5000px;
}

.home-hero__title {
  font-size: 70px;
  line-height: 120%;
  color: #1c1c1c;
}

.home-hero__title span {
  color: #7a7f87;
}

.home-hero__rating {
  height: 70px;
  margin-top: 50px;
}

.rating-item {
  max-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.rating-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.rating-item__title {
  font-size: 22px;
  line-height: 1.0909090909;
  text-align: left;
  color: #1c1c1c;
}

.rating-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}

.direction-hero {
  padding-bottom: 240px;
}

.direction-hero__title {
  font-size: 65px;
  line-height: 1.2307692308;
  color: #1c1c1c;
}

.direction-hero__title span {
  color: #7a7f87;
}

.services-section {
  padding-bottom: 180px;
}

.services-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}

.services-section__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 805px;
          flex: 0 1 805px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-item {
  padding-top: 40px;
  opacity: 0;
  border-bottom: 1px solid #e6e6ed;
  position: relative;
  top: 100px;
}

.services-item:nth-child(1) {
  padding-top: 0;
}

.services-item.hover .services-item__title,
.services-item.hover .services-item__content {
  color: #acb4bc;
}

.services-item.hover .services-item__header svg rect {
  fill: #acb4bc;
}

.services-item__header {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services-item__header.active {
  padding-bottom: 30px;
}

.services-item__header.active svg {
  rotate: 45deg;
}

.services-item__header svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services-item__header svg rect {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services-item__title {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 48px;
  line-height: 0.7291666667;
  color: #1a1d23;
}

.services-item__content {
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #000;
}

.services-item__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.services-item__content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.services-item__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 39px;
  border-radius: 57px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #1c1c1c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  border: 1px solid #1c1c1c;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.direction-preference {
  background-color: #171717;
  padding: 237px 0;
}

.direction-preference__title {
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2142857143;
  color: #fff;
}

.direction-preference__title span {
  color: #7a7f87;
}

.direction-preference__title::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 50px;
  background: url(../img/icons/direction-preference.svg) center/cover no-repeat;
  margin-right: 10px;
}

.direction-steps {
  padding-top: 190px;
  padding-bottom: 180px;
}

.direction-steps__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.direction-steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.direction-steps__item {
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}

.direction-steps__subtitle {
  font-size: 34px;
  line-height: 1.1;
  color: #1a1d23;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 341px;
          flex: 0 0 341px;
}

.direction-steps__sublist {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.direction-steps__sublist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.direction-steps__sublist li::before {
  content: "·";
  line-height: 0;
  translate: 0 12px;
  font-size: 50px;
  display: inline-block;
}

.cases-section {
  margin-bottom: 180px;
}

.cases-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.cases-section__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 82px;
}

.case-card {
  height: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  cursor: pointer;
}

.case-card__image {
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case-card__image:active .case-card__link {
  opacity: 1;
}

.case-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-card__link {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: -30deg;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #a8fd32;
  font-size: 18px;
  color: #1c1c1c;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.case-card__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6071428571;
  text-align: left;
  color: #1a1d23;
}

.articles-section {
  margin-bottom: 200px;
}

.articles-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.articles-section__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.articles-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.articles-card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.articles-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articles-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.articles-card__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #1c1c1c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articles-card__subtitle {
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: -0.03em;
  color: #acb4bc;
}

.brief-section {
  padding: 160px 0;
  background-color: #171717;
}

.brief-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}

.brief-section__title {
  font-size: 70px;
  line-height: 1.2142857143;
  text-align: center;
  color: #fff;
}

.brief-section__link {
  background-color: #a8fd32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 118px;
  border-radius: 57px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 60px;
  line-height: 1.3;
  color: #1c1c1c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.brief-section__link img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.brief-section__link:active img {
  translate: 5px -5px;
}

.direction-tech {
  margin-bottom: 180px;
}

.direction-tech__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 73px;
}

.direction-tech__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 375px;
          flex: 0 0 375px;
}

.direction-tech__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.direction-tech__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6ed;
}

.direction-tech__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.direction-tech__item li {
  height: 42px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1c1c1c;
  font-size: 20px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  border: 1px solid #1c1c1c;
  border-radius: 57px;
}

.direction-tech__subtitle {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1875;
  color: #1a1d23;
}

.digital-formats {
  margin-bottom: 180px;
}

.digital-formats__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.digital-formats__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.digital-formats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.digital-formats__image {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e7e7e7;
}

.digital-formats__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.digital-formats__subtitle {
  font-size: 44px;
  line-height: 0.7954545455;
  color: #1a1d23;
}

.digital-formats__description {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.03em;
  color: #1c1c1c;
}

.no-webp .about-hero{
  background: url(../img/about/hero.png) center/cover no-repeat, #171717; }

.about-hero {
  padding-top: 250px;
}

.about-hero__wrapper {
  height: calc(100vh - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-hero__title {
  font-size: 65px;
  line-height: 1.1;
  color: #1c1c1c;
  max-width: 1175px;
}

.about-method {
  padding-top: 160px;
  padding-bottom: 240px;
}

.about-method__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 48px;
  line-height: 1.2;
  color: #1c1c1c;
  gap: 153px;
}

.about-method__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 277px;
          flex: 0 0 277px;
}

.about-circles {
  padding-bottom: 240px;
}

.about-circles__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  height: 278px;
  margin: 0 70px;
  position: relative;
}

.about-circles__item {
  background-color: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 278px;
  width: calc(25% - 22.5px);
}

.about-circles__title {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.1739130435;
  text-align: center;
  color: #1c1c1c;
  opacity: 0;
}

.about-showreel {
  margin-bottom: 160px;
}

.about-showreel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.about-showreel__video {
  width: 100%;
  position: relative;
}

.about-showreel__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-showreel__video button {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #a8fd32;
  font-size: 18px;
  color: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: -30deg;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about-showreel__title {
  font-size: 18px;
  color: #1c1c1c;
}

.about-rating {
  margin-bottom: 240px;
}

.about-rating__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 153px;
}

.about-rating__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 277px;
          flex: 0 0 277px;
}

.about-rating__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.about-rating__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.about-rating__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.about-rating__subtitle {
  font-size: 26px;
  line-height: 1.1;
  color: #1c1c1c;
}

.about-rating__description {
  font-size: 16px;
  line-height: 1.1;
  color: #767676;
}

.about-actions {
  margin-bottom: 240px;
}

.about-actions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-actions__list span {
  opacity: 0;
  font-size: 160px;
  font-weight: 300;
  text-align: center;
  color: #1c1c1c;
}

.review-section {
  background-color: #e7e7e7;
}

.review-section__wrapper .swiper-slide {
  padding: 0 calc((100vw - 1440px) / 2 + 70px);
}

.review-section__btns {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 96px;
  right: calc((100vw - 1440px) / 2 + 70px);
}

.review-section__nav {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset;
  margin: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2c2e33;
  border-radius: 50%;
  overflow: hidden;
  width: 53px;
  height: 53px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53px;
          flex: 0 0 53px;
}

.review-section__nav::after {
  display: none;
}

.review-item {
  background-color: #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  overflow: hidden;
}

.review-item__content {
  translate: 0 -5px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  color: #1c1c1c;
  position: relative;
}

.review-item__content::before {
  content: "";
  display: inline-block;
  width: 110px;
  aspect-ratio: 1;
  background: url(../img/about/review-icon.svg) center/auto no-repeat;
}

.review-item__footer {
  padding-bottom: 72px;
}

.review-item__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.review-item__avatar {
  width: 100px;
  aspect-ratio: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  border-radius: 50%;
  overflow: hidden;
}

.review-item__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.review-item__name {
  color: #1c1c1c;
}

.review-item__rang {
  color: #818181;
}

.brief-page {
  padding-bottom: 260px;
}

.brief-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 168px;
  max-width: 1144px;
}

.brief-page__title {
  font-size: 100px;
  line-height: 1.1;
  color: #1c1c1c;
}

.brief-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.brief-page__time {
  font-size: 20px;
  line-height: 1.1;
  color: #7a7f87;
}

.brief-page__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 50px;
}

.brief-page__list .full-width {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.brief-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6ed;
}

.brief-item__subtitle {
  font-size: 28px;
  line-height: 1.25;
  color: #1c1c1c;
}

.brief-item.border-none {
  border: 0;
}

.input-item {
  position: relative;
}

.input-item input {
  display: block;
  height: 58px;
  width: 100%;
  font-size: 28px;
  line-height: 1.25;
  color: #1c1c1c;
  border-bottom: 1px solid #e6e6ed;
}

.input-item.filled label {
  color: #acb4bc;
  font-size: 12px;
  top: 0%;
  translate: 0 0%;
}

.file-input input {
  display: none;
}


.file-input div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: absolute;
  top: calc(100% + 12px);
  right: 4px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.file-input div.has-file {
  opacity: 1;
  pointer-events: all;
}

.file-input div img {
  cursor: pointer;
}

.file-input div button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 10px;
}

.radio-item input {
  display: none;
}

.radio-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 37px;
  border-radius: 57px;
  border: 1px solid #1c1c1c;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #1c1c1c;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.radio-item label:active {
  color: #fff;
  background-color: #1c1c1c;
}

.radio-item input:checked + label {
  color: #fff;
  background-color: #1c1c1c;
}

.brief-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.brief-submit__remind {
  font-size: 14px;
  line-height: 1.1928571429;
  color: #1c1c1c;
}

.brief-submit__remind a {
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@-webkit-keyframes buttonAnimation {
  0% {
    translate: 0 0;
  }

  50% {
    translate: 50px -50px;
  }

  51% {
    translate: 80px 80px;
  }

  70% {
    translate: -50px 50px;
  }

  100% {
    translate: 0px 0px;
  }
}

@keyframes buttonAnimation {
  0% {
    translate: 0 0;
  }

  50% {
    translate: 50px -50px;
  }

  51% {
    translate: 80px 80px;
  }

  70% {
    translate: -50px 50px;
  }

  100% {
    translate: 0px 0px;
  }
}

.contacts-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 140px;
}

.contacts-page__title {
  font-size: 65px;
  color: #1c1c1c;
}

.contacts-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}

.contacts-page__subtitle {
  font-size: 22px;
  font-weight: 500;
  color: #767676;
}

.contacts-page__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.contacts-page__link {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 35px;
  font-weight: 500;
  color: #1c1c1c;
  white-space: nowrap;
}

.case-hero {
  margin-bottom: 120px;
}

.case-hero__row {
  margin-top: 60px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case-hero__tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #647794;
}

.case-hero__tags li::after {
  content: "•";
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #647794;
}

.case-hero__tags li:last-child::after {
  display: none;
}

.case-hero__link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 16px;
  color: #1c1c1c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.case-hero__link svg {
  width: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  height: auto;
}

.case-hero__image {
  width: 100%;
}

.case-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-description {
  margin-bottom: 100px;
}

.case-description__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.case-description__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  color: #1c1c1c;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e6ed;
}

.case-description__item:last-child {
  padding-bottom: 0;
  border: 0;
}

.case-description__subtitle {
  font-size: 40px;
  line-height: 0.875;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 329px;
          flex: 0 0 329px;
}

.case-description__text {
  font-size: 48px;
  line-height: 1.2;
}

.case-gallery {
  margin-bottom: 160px;
}

.case-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;*/
}

.case-gallery__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.error-page {
  padding-bottom: 216px;
}

.error-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.error-page__title {
  font-size: 100px;
  line-height: 1.1;
  color: #1c1c1c;
}

.error-page__link {
  background-color: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-left: 40px;
  padding-right: 40px;
  height: 62px;
  border-radius: 57px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.error-page__link svg {
  height: auto;
  width: 28px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.error-page__link svg path {
  fill: #fff;
}

.error-page__link:active svg {
  rotate: 45deg;
}

.documents-page {
  padding-bottom: 200px;
}

.documents-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.documents-page__title {
  font-size: 65px;
  color: #1c1c1c;
}

.documents-page__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
}

.no-webp .documents-page__list li:nth-child(1) a{
  background: url(../img/documents/vector.png) center/cover no-repeat, #e7f2f9; }

.no-webp .documents-page__list li:nth-child(2) a{
  background: url(../img/documents/vector.png) center/cover no-repeat, #e9f2e4; }

.no-webp .documents-page__list li:nth-child(3) a{
  background: url(../img/documents/vector.png) center/cover no-repeat, #f8ebde; }

.no-webp .documents-page__list li:nth-child(4) a{
  background: url(../img/documents/vector.png) center/cover no-repeat, #e8e4f2; }

.document-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 300px;
  padding: 30px;
  border-radius: 10px;
}

.document-card__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.document-card__format {
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  font-size: 14px;
  white-space: nowrap;
  color: #000000;
  background-color: #f4f7f7;
  border-radius: 100px;
}

.document-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 53px;
  height: 53px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53px;
          flex: 0 0 53px;
  border-radius: 50%;
  background-color: #ffffff;
}

.document-card__btn svg {
  height: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
}

.document-card__btn svg path {
  fill: #cbcfd3;
}

.document-card__title {
  font-size: 38px;
  line-height: 1.1973684211;
  color: #000000;
}

.blog-hero {
  margin-bottom: 64px;
}

.blog-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
}

.blog-hero__title {
  font-size: 140px;
  font-weight: 500;
  letter-spacing: -0.07em;
  color: #1c1c1c;
}

.blog-hero__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  max-width: 679px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.blog-hero__filters li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.blog-hero__filters li:last-child::after {
  display: none;
}

.blog-hero__filters li::after {
  content: "/";
  font-size: 32px;
  font-style: italic;
  color: #1c1c1c;
}

.blog-hero__filters input {
  display: none;
}

.blog-hero__filters label {
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #1c1c1c;
}

.blog-hero__filters label span {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.blog-hero__filters label .index {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}

.blog-hero__filters input:checked + label {
  color: #a8fd32;
}

.blog-content__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 56px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
}

.blog-content__grid li:nth-child(2) {
  max-width: 447px;
}

.blog-content__grid li:nth-child(2n) .article-card {
  padding-right: 0;
  border: none;
}

.blog-content__grid .project-btn {
  height: 46px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 calc(-100% - 56px);
}

.blog-content__grid .project-btn:active span:nth-child(1) {
  translate: 0 -30px;
}

.blog-content__main {
  margin-bottom: 56px;
}

.blog-content__main ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 56px;
  justify-items: end;
}

.blog-content__main ul li:nth-child(3n) .article-card {
  padding-right: 0;
  border: 0;
}

.blog-content__main ul li.column-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  max-width: 690px;
}

.blog-content__main ul li.column-2 .article-card {
  padding-left: 10px;
  padding-right: 0;
  border: 0;
  border-left: 1px solid #e8e8e8;
}

.blog-content__footer {
  width: calc(100% - 690px);
  margin-top: 56px;
}

.blog-content__footer a {
  background-color: #fff;
  color: #1c1c1c;
  height: 39px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #e8e8e8;
}

.blog-content__footer a:active {
  border-color: transparent;
}

.article-page {
  overflow: hidden;
}

.article-page .review-section {
  background-color: unset;
}

.article-page .review-item {
  padding-left: 72px;
  padding-right: 72px;
  padding-bottom: 72px;
  background-color: #171717;
  border-radius: 32px;
}

.article-page .review-item__content {
  font-size: 24px;
  color: white;
}

.article-hero {
  padding-top: 100px;
  margin-bottom: 90px;
}

.article-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 32px;
}

.article-hero__title {
  font-size: 72px;
  font-weight: 500;
  line-height: 0.9027777778;
  letter-spacing: -0.04em;
  color: #1c1c1c;
}

.article-hero__image {
  border-radius: 32px;
  overflow: hidden;
  max-height: 440px;
}

.article-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-content {
  margin-bottom: 90px;
}

.article-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.article-content__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}

.article-content__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.article-content__post li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.article-content__post li .black {
  color: #1c1c1c;
}

.article-content__post li .gray {
  color: #818181;
}

.article-content__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.article-content__media span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #818181;
}

.article-content__media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.article-content__media ul li {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  background-color: #1c1c1c;
  border-radius: 50%;
}

.article-content__main .article-content__media {
  display: none;
}

.article-content__list {
  max-width: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.article-content__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #1c1c1c;
  margin-bottom: 48px;
}

.article-content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.article-content__block ul {
  padding-left: 15px;
}

.article-content__block ul li {
  list-style-type: disc;
}

.article-content__image {
  margin-bottom: 16px;
  border-radius: 32px;
  overflow: hidden;
}

.article-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-content__subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #1c1c1c;
}

.article-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.article-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #818181;
}

.article-gallery {
  margin-bottom: 40px;
  position: relative;
}

.article-gallery img {
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-gallery .swiper {
  margin-left: calc(-1 * (300px + (100vw - 1340px) / 2));
  margin-right: calc(-1 * (100vw - 770px) / 2);
  padding-left: calc(300px + (100vw - 1340px) / 2);
  padding-right: calc((100vw - 1340px) / 2);
}

.article-gallery .swiper-slide {
  max-width: 797px;
  border-radius: 32px;
  overflow: hidden;
}

.article-gallery__nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 100%;
  right: calc(-1 * (100vw - 800px) / 2);
  translate: -30px -50px;
}

.article-gallery__btn {
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  aspect-ratio: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e8e8e8;
}

.articles-slider {
  margin-bottom: 110px;
}

.articles-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}

.articles-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: calc((100vw - 1340px) / 2);
  padding-right: calc((100vw - 1340px) / 2);
}

.articles-slider__title {
  font-size: 96px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #1c1c1c;
}

.articles-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.articles-slider .swiper-slide {
  max-width: 447px;
}

.articles-slider .swiper {
  width: 100%;
  padding-left: calc((100vw - 1340px) / 2);
  padding-right: calc((100vw - 1340px) / 2);
}

.article-card {
  padding-right: 10px;
  border-right: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.article-card__image {
  border-radius: 21px;
  overflow: hidden;
}

.article-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.article-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.article-card__index {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  white-space: nowrap;
  color: #1c1c1c;
}

.article-card__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #1c1c1c;
}

.article-card__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: #818181;
}

@media (max-width: 1440px) {
  .cookie-modal {
    left: 50px;
  }

  .footer__upper {
    gap: 10vw;
  }

  .footer__main {
    gap: 6.9444444444vw;
  }

  .footer__down {
    gap: 10vw;
  }

  .footer__downlist {
    gap: 2.7777777778vw;
  }

  .about-circles__title {
    font-size: calc(20px + 3 * (100vw - 992px) / 448);
  }

  .about-rating__wrapper {
    gap: calc(70px + 83 * (100vw - 992px) / 448);
  }

  .about-rating__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.2361111111vw;
            flex: 0 0 19.2361111111vw;
  }

  .review-section__wrapper .swiper-slide {
    padding: 0 70px;
  }

  .review-section__btns {
    right: 70px;
  }

  .contacts-page__list {
    gap: calc(50px + 230 * (100vw - 992px) / 928);
  }

  .article-gallery .swiper {
    margin-left: -350px;
    padding-left: 350px;
    padding-right: 50px;
  }

  .article-gallery__nav {
    right: calc(-1 * (100vw - 900px) / 2);
  }

  .articles-slider__wrapper {
    gap: 40px;
  }

  .articles-slider__header {
    padding: 0 50px;
  }

  .articles-slider .swiper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1300px) {
  .article-gallery__nav {
    right: calc(-1 * (100vw - 1000px) / 2);
  }
}

@media (max-width: 1200px) {
  .blog-content__main {
    margin-top: 56px;
  }

  .blog-content__grid li:nth-child(2) {
    max-width: unset;
  }

  .blog-content__grid li:has(.project-btn) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .blog-content__grid .project-btn {
    position: relative;
    top: unset;
    right: unset;
    translate: unset;
    width: 100%;
  }

  .blog-content__grid .project-btn:active {
    margin-right: -3px;
    margin-left: -3px;
  }

  .article-gallery .swiper {
    margin-right: -50px;
  }

  .article-gallery__nav {
    display: none;
  }
}

@media (max-width: 992px) {
  .container {
    padding: 0 10px;
  }

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

  .main {
    /*padding-top: 56px;*/
  }

  .hero {
    padding-top: 24px;
  }

  .cookie-modal {
    left: 10px;
    right: 10px;
    bottom: 15px;
    max-width: unset;
    width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    font-size: 12px;
    gap: 15px;
    padding: 10px;
    padding-bottom: 12px;
  }

  .cookie-modal button {
    height: 28px;
    font-size: 12px;
    width: 100%;
  }

  .header.transparent .header__btn {
    color: #1c1c1c;
  }

  .header.transparent .header__btn svg path {
    fill: #1c1c1c;
  }

  .header__oneum {
    /*display: none;*/
  }

  .header__btns {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: unset;
  }

  .header.active .header__logo svg path {
    fill: #fff;
  }

  .header.active .header__logo .dot {
    fill: #a8fd32;
  }

  .header__wrapper {
    height: 56px;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    z-index: 1;
  }

  .header__menu {
    padding-top: 83px;
    padding-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    translate: 0 -100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .header__menu:-webkit-scrollbar {
    display: none;
  }

  .header__menu.active {
    translate: 0 0%;
    background-color: #171717;
  }

  .header__burger,
  .header__email,
  .header__medias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__burger {
    width: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    height: 8px;
    position: relative;
  }

  .header__burger::before,
  .header__burger::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #1c1c1c;
    position: absolute;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .header__burger::before {
    top: 0;
  }

  .header__burger::after {
    bottom: 0;
  }

  .header__burger.active::before {
    rotate: 45deg;
    background-color: #fff;
    translate: -2% 3px;
  }

  .header__burger.active::after {
    rotate: -45deg;
    background-color: #fff;
    translate: -1% -3px;
  }

  .header__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 66px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .header__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }

  .header__list .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__list .pc {
    display: none;
  }

  .header__link {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__link svg {
    translate: 0 3px;
    width: 25px;
    height: 100%;
  }

  .header__link svg path {
    fill: #fff;
  }

  .header__link:active {
    color: #a8fd32;
  }

  .header__link:active svg path {
    fill: #a8fd32;
  }

  .header__btn {
    font-size: 18px;
    font-weight: 500;
    height: 35px;
    background-color: #fff;
    color: #1c1c1c;
  }

  .header__btn svg {
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
  }

  .header__btn svg path {
    fill: #1c1c1c;
  }

  .header__medias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
  }

  .header__btns {
    gap: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__media {
    font-size: 12px;
    color: #fff;
  }

  .header__media:active {
    color: #a8fd32;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer__logo {
    display: none;
  }

  .footer__link {
    font-size: 14px;
  }

  .footer__list.pc {
    display: none;
  }

  .footer__list.mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
    row-gap: 19px;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .footer__list .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .pc {
    display: none;
  }

  .footer__btn {
    height: 29px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .footer__btn.pc {
    display: none;
  }

  .footer__btn.mobile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }

  .footer__btn.mobile svg {
    width: 18px;
    height: 18px;
  }

  .footer__btn.mobile svg path {
    fill: #1c1c1c;
  }

  .footer__subtitle {
    font-size: 14px;
  }

  .footer__item {
    gap: 13px;
  }

  .footer__down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }

  .footer__downlist {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__downlist a {
    font-size: 12px;
  }

  .footer__downlist a svg {
    display: none;
  }

  .showreel-section {
    /*display: none;*/
  }

  .home-hero__title {
    font-size: 24px;
  }

  .home-hero__rating {
    margin-top: 30px;
  }

  .rating-item {
    max-height: unset;
    gap: 12px;
  }

  .rating-item__icon img {
    width: 20px;
  }

  .rating-item__title {
    font-size: 14px;
  }

  .rating-item__link {
    font-size: 12px;
  }

  .direction-hero {
    padding-bottom: 80px;
  }

  .direction-hero__title {
    font-size: 28px;
  }

  .services-section {
    padding-bottom: 80px;
  }

  .services-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .services-section__list {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .services-item {
    padding-top: 20px;
  }

  .services-item:nth-child(1) {
    padding-top: 0;
  }

  .services-item__title {
    font-size: 22px;
  }

  .services-item__header {
    padding-bottom: 20px;
  }

  .services-item__header svg {
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
  }

  .services-item__header.active {
    padding-bottom: 10px;
  }

  .services-item__content {
    padding-bottom: 20px;
    font-size: 14px;
  }

  .direction-preference {
    padding: 60px 0;
  }

  .direction-preference__title {
    text-transform: lowercase;
    font-size: 26px;
    line-height: 28.6px;
  }

  .direction-preference__title span {
    color: #fff;
  }

  .direction-preference__title::before {
    width: 22px;
    height: 23px;
    translate: 0 5px;
    margin-right: 5px;
  }

  .direction-steps {
    padding-top: 112px;
    padding-bottom: 80px;
  }

  .direction-steps__wrapper {
    gap: 30px;
  }

  .direction-steps__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
  }

  .direction-steps__subtitle {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    font-size: 22px;
  }

  .direction-steps__list {
    gap: 20px;
  }

  .direction-steps__sublist {
    font-size: 14px;
  }

  .direction-steps__sublist li::before {
    translate: 0 6px;
    font-size: 30px;
  }

  .cases-section {
    margin-bottom: 80px;
  }

  .cases-section__wrapper {
    gap: 30px;
  }

  .cases-section__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .case-card {
    gap: 15px;
    height: 133.0909090909vw;
  }

  .case-card__title {
    font-size: 20px;
  }

  .articles-section {
    margin-bottom: 90px;
  }

  .articles-section__wrapper {
    gap: 30px;
  }

  .articles-section__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .articles-card {
    gap: 18px;
  }

  .articles-card__text {
    gap: 10px;
  }

  .articles-card__title {
    font-size: 18px;
  }

  .articles-card__subtitle {
    font-size: 14px;
  }

  .brief-section {
    padding: 50px 0;
  }

  .brief-section__wrapper {
    gap: 30px;
  }

  .brief-section__title {
    font-size: 30px;
  }

  .brief-section__link {
    height: 46px;
    padding: 0 30px;
    font-size: 20px;
  }

  .brief-section__link img {
    width: 20px;
  }

  .direction-tech {
    margin-bottom: 80px;
  }

  .direction-tech__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .direction-tech__title {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .direction-tech__subtitle {
    font-size: 24px;
  }

  .direction-tech__item {
    gap: 16px;
    padding-bottom: 16px;
  }

  .direction-tech__item li {
    font-size: 16px;
    height: 34px;
  }

  .digital-formats {
    margin-bottom: 80px;
  }

  .digital-formats__wrapper {
    gap: 30px;
  }

  .digital-formats__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .digital-formats__subtitle {
    font-size: 24px;
  }

  .digital-formats__description {
    font-size: 14px;
  }

  .digital-formats__item {
    gap: 24px;
  }

  .digital-formats__image {
    height: 200px;
  }

  .digital-formats__text {
    gap: 8px;
  }

  .about-hero {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .about-hero__wrapper {
    height: unset;
  }

  .about-hero__title {
    font-size: 34px;
  }

  .about-method {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .about-method__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    font-size: 20px;
  }

  .about-method__title {
    font-weight: 500;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .about-circles {
    padding-bottom: 47px;
  }

  .about-circles__list {
    margin: 0;
    height: calc(300px + 700 * (100vw - 320px) / 672);
  }

  .about-circles__item {
    max-width: 480px;
    width: calc(50% - 10px);
  }

  .about-showreel {
    margin-bottom: 50px;
  }

  .about-showreel__wrapper {
    gap: 5px;
  }

  .about-showreel__title {
    font-size: 12px;
  }

  .about-showreel__video button {
    font-size: 11px;
    width: 70px;
    height: 70px;
  }

  .about-rating {
    margin-bottom: 80px;
  }

  .about-rating__title {
    display: none;
  }

  .about-rating__list {
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100vw;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .about-rating__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    gap: 12px;
  }

  .about-rating__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .about-rating__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .about-rating__subtitle {
    font-size: 16px;
  }

  .about-rating__description {
    font-size: 12px;
  }

  .about-actions__list span {
    font-size: 50px;
  }

  .about-actions {
    margin-bottom: 120px;
  }

  .review-section__wrapper .swiper-slide {
    padding: 0 10px;
  }

  .review-section__btns {
    right: unset;
    left: 10px;
    bottom: 40px;
    gap: 12px;
  }

  .review-section__nav {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }

  .review-section__nav svg {
    width: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
  }

  .review-item {
    gap: 20px;
  }

  .review-item__content {
    font-size: 16px;
  }

  .review-item__content::before {
    height: 50px;
    width: 56px;
    background-size: cover;
  }

  .review-item__footer {
    padding-bottom: 100px;
  }

  .review-item__author {
    gap: 10px;
  }

  .review-item__avatar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
    width: 46px;
  }

  .review-item__info {
    font-size: 14px;
  }

  .brief-page {
    padding-bottom: 95px;
  }

  .brief-page__header {
    gap: 12px;
  }

  .brief-page__time {
    font-size: 14px;
  }

  .brief-page__wrapper {
    gap: 80px;
  }

  .brief-page__title {
    font-size: 36px;
  }

  .brief-page__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 25px;
  }

  .brief-page__list .full-width {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .brief-item__subtitle {
    font-size: 20px;
  }

  .brief-item__list {
    gap: 10px;
  }

  .brief-item.border-none {
    border-bottom: 1px solid #e6e6ed;
  }

  .input-item input,
  .input-item label {
    font-size: 20px;
  }

  .input-item input {
    height: 38px;
  }

  .input-item.filled label {
    font-size: 10px;
  }

  .file-input img {
    width: 16px;
    height: 16px;
  }

  .file-input button img {
    width: 10px;
    height: 10px;
  }

  .file-input div.has-file {
    gap: 6px;
  }

  .radio-item label {
    height: 34px;
    font-size: 14px;
  }

  .brief-submit {
    gap: 15px;
  }

  .brief-submit button {
    font-size: 20px;
  }

  .brief-submit svg {
    width: 20px;
    height: auto;
  }

  .brief-submit__remind {
    font-size: 12px;
  }

  .contacts-page__title {
    font-size: 36px;
  }

  .contacts-page__wrapper {
    gap: 70px;
  }

  .contacts-page__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contacts-page__item {
    gap: 20px;
  }

  .contacts-page__subtitle {
    font-size: 18px;
  }

  .contacts-page__sublist {
    gap: 15px;
  }

  .contacts-page__link {
    font-size: 24px;
  }

  .case-hero {
    margin-bottom: 80px;
  }

  .case-hero__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .case-hero__tags {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .case-hero__tags li {
    font-size: 14px;
    font-weight: 500;
  }

  .case-hero__tags li::after {
    font-size: 14px;
  }

  .case-hero__link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 14px;
  }

  .case-description {
    margin-bottom: 40px;
  }

  .case-description__wrapper {
    gap: 30px;
  }

  .case-description__item {
    padding-bottom: 30px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .case-description__subtitle {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    font-size: 22px;
  }

  .case-description__subtitle br {
    display: none;
  }

  .case-description__text {
    font-size: 24px;
  }

  .case-gallery {
    margin-bottom: 80px;
  }

  .error-page {
    padding-bottom: 150px;
  }

  .error-page__wrapper {
    gap: 50px;
  }

  .error-page__title {
    font-size: 30px;
  }

  .error-page__link {
    padding: 0 20px;
    font-size: 20px;
    height: 42px;
  }

  .error-page__link svg {
    width: 20px;
  }

  .documents-page {
    padding-bottom: 80px;
  }

  .documents-page__wrapper {
    gap: 50px;
  }

  .documents-page__title {
    font-size: 36px;
  }

  .documents-page__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .document-card {
    height: 172px;
    padding: 20px;
  }

  .document-card__title {
    font-size: 22px;
  }

  .document-card__btn {
    width: 35px;
    height: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
  }

  .document-card__btn svg {
    width: 20px;
  }

  .blog-hero {
    margin-bottom: 50px;
  }

  .blog-hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .blog-hero__title {
    font-size: 100px;
  }

  .blog-hero__filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 647px;
    row-gap: 20px;
  }

  .blog-hero__filters li {
    gap: 4px;
  }

  .blog-hero__filters li::after {
    translate: 0 -5px;
  }

  .blog-hero__filters label span {
    font-size: 24px;
  }

  .blog-hero__filters label .index {
    font-size: 10px;
  }

  .blog-content__footer {
    width: 100%;
  }

  .blog-content__main ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-content__main ul li.column-2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    max-width: unset;
  }

  .blog-content__main ul li.column-2 .article-card {
    padding: 0;
    border: 0;
  }

  .article-page .review-item {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }

  .article-page .review-item__content {
    font-size: 14px;
  }

  .article-hero {
    padding-top: 65px;
    margin-bottom: 16px;
  }

  .article-hero__wrapper {
    padding-bottom: 16px;
    gap: 24px;
  }

  .article-hero__title {
    font-size: 40px;
  }

  .article-hero__image {
    max-height: 292px;
  }

  .article-content__media {
    margin-top: 32px;
  }

  .article-content__main .article-content__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .article-content__title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .article-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }

  .article-content__aside {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .article-content__aside .article-content__media {
    display: none;
  }

  .article-content__post {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
  }

  .article-content__subtitle {
    font-size: 24px;
  }

  .article-gallery .swiper {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .articles-slider__nav {
    display: none;
  }

  .articles-slider__title {
    font-size: 64px;
  }

  .articles-slider__header {
    padding: 0 10px;
  }

  .articles-slider .swiper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .articles-slider .swiper-slide {
    max-width: 366px;
  }

  .article-card {
    padding-right: 8px;
  }

  .article-card__title {
    font-size: 24px;
  }

  .article-card__index {
    font-size: 13px;
  }

  .article-card__description {
    font-size: 16px;
  }

  .article-card__header {
    gap: 4px;
  }
}

@media (max-width: 650px) {
  .blog-content__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-content__grid .article-card {
    border-right: 0;
    padding: 0;
  }

  .blog-content__grid li:has(.project-btn) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

@media (max-width: 568px) {
  .blog-hero {
    margin-bottom: 32px;
  }

  .blog-hero__title {
    font-size: 80px;
  }

  .blog-hero__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .blog-hero__filters {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 0;
    gap: 12px;
  }

  .blog-hero__filters li {
    gap: 8px;
  }

  .blog-hero__filters li::after {
    font-size: 24px;
  }

  .blog-hero__filters label span {
    font-size: 18px;
  }

  .blog-hero__filters label .index {
    font-size: 10px;
  }

  .articles-slider__wrapper {
    gap: 32px;
  }

  .articles-slider__title {
    font-size: 40px;
  }
}

@media (hover: hover) {
  .project-btn:hover {
    background-color: #a8fd32;
    margin-left: -3px;
    padding-left: 43px;
    padding-right: 43px;
  }

  .project-btn:hover span:nth-child(1) {
    translate: 0 -200%;
  }

  .project-btn:hover span:nth-child(2) {
    top: 50%;
    translate: -50% -50%;
  }

  .header.transparent .header__btn:hover {
    background-color: #fff;
    color: #171717;
  }

  .header.transparent .header__btn:hover svg path {
    fill: #171717;
  }

  .header__oneum:hover span {
    border-color: #1a1d23;
  }

  .header__link:hover .header__sublist {
    opacity: 1;
    pointer-events: all;
  }

  .header__sublink:hover {
    /*color: #a8fd32;*/
  }

  .header__btn:hover {
    background-color: #1c1c1c;
    color: #fff;
  }

  .header__btn:hover svg path {
    fill: #fff;
  }

  .footer .project-btn:hover {
    padding: 0 19px;
    background-color: #1c1c1c;
  }

  .footer__link:hover {
    color: #a8fd32;
  }

  .footer__downlist a:hover {
    color: #a8fd32;
  }

  .footer__downlist a:hover svg path {
    fill: #a8fd32;
  }

  .services-item__content a:hover {
    background-color: #1c1c1c;
    color: #fff;
  }

  .case-card__image:hover .case-card__link {
    opacity: 1;
  }

  .articles-card:hover .articles-card__image img {
    scale: 1.1;
  }

  .articles-card:hover .articles-card__title {
    color: #a8fd32;
  }

  .brief-section__link:hover img {
    translate: 5px -5px;
  }

  .radio-item label:hover {
    color: #fff;
    background-color: #1c1c1c;
  }

  .brief-submit__remind a:hover {
    color: #acb4bc;
    border-color: #acb4bc;
  }

  .contacts-page__link:hover {
    color: #a8fd32;
  }

  .case-hero__link:hover {
    color: #a8fd32;
  }

  .case-hero__link:hover svg path {
    fill: #a8fd32;
  }

  .error-page__link:hover svg {
    rotate: 45deg;
  }

  .document-card:hover .document-card__btn svg {
    rotate: 45deg;
  }

  .document-card:hover .document-card__btn svg path {
    fill: #1c1c1c;
  }

  .blog-content__grid .project-btn:hover {
    margin-left: 0;
    margin-right: -3px;
  }

  .blog-content__grid .project-btn:hover span:nth-child(1) {
    translate: 0 -30px;
  }

  .blog-content__footer a:hover {
    border-color: transparent;
  }
}



.webp .documents-page__list li:nth-child(1) a{ background: url(../img/documents/vector.webp) center/cover no-repeat, #e7f2f9; }

.webp .documents-page__list li:nth-child(2) a{ background: url(../img/documents/vector.webp) center/cover no-repeat, #e9f2e4; }

.webp .documents-page__list li:nth-child(3) a{ background: url(../img/documents/vector.webp) center/cover no-repeat, #f8ebde; }

.webp .documents-page__list li:nth-child(4) a{ background: url(../img/documents/vector.webp) center/cover no-repeat, #e8e4f2; }