.home-hero {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  padding: 100px 0 150px;
}
@media screen and (max-width: 2260px) {
  .home-hero {
    padding: 100px 0 85px;
  }
}
@media screen and (max-width: 1660px) {
  .home-hero {
    padding: 64px 0 36px;
  }
}
@media screen and (max-width: 1366px) {
  .home-hero {
    padding: 64px 0 40px;
  }
}
@media screen and (max-width: 1276px) {
  .home-hero {
    padding: 64px 0 56px;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
  }
}
@media screen and (max-width: 934px) {
  .home-hero {
    padding: 0 0 135px;
  }
}
@media screen and (max-width: 678px) {
  .home-hero {
    padding: 0 0 36px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.home-hero picture {
  display: none;
  width: 496px;
  position: absolute;
  top: -40px;
  right: -44px;
}
@media screen and (max-width: 1276px) {
  .home-hero picture {
    display: block;
  }
}
@media screen and (max-width: 934px) {
  .home-hero picture {
    width: 392px;
    top: -2px;
    right: 0px;
  }
}
@media screen and (max-width: 678px) {
  .home-hero picture {
    width: 100%;
    position: relative;
    top: -32px;
    z-index: 1;
  }
}
.home-hero picture img {
  width: 100%;
}
.home-hero .container {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1276px) {
  .home-hero .container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 934px) {
  .home-hero .container {
    align-items: flex-end;
  }
}
@media screen and (max-width: 934px) {
  .home-hero__info {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
}
@media screen and (max-width: 678px) {
  .home-hero__info {
    flex-direction: column;
    height: auto;
    width: 100%;
  }
}
.home-hero__info-title {
  font-weight: 600;
  font-size: 337px;
  line-height: 431px;
  letter-spacing: -0.04em;
  color: var(--color-black-40);
  width: -moz-max-content;
  width: max-content;
  position: relative;
  left: calc(50% - 6px);
  transform: translateX(-50%);
  transition: all 1s ease-in-out;
  text-transform: lowercase;
}
.home-hero__info-title__wrap {
  top: 204px;
  position: absolute;
  overflow: hidden;
  transform: translateX(-50%);
  left: 50%;
  width: calc(100vw - 15px);
}
@media screen and (max-width: 2260px) {
  .home-hero__info-title__wrap {
    top: 37px;
  }
}
@media screen and (max-width: 1660px) {
  .home-hero__info-title__wrap {
    top: 48px;
  }
}
@media screen and (max-width: 1366px) {
  .home-hero__info-title__wrap {
    top: -57px;
  }
}
@media screen and (max-width: 1276px) {
  .home-hero__info-title__wrap {
    position: relative;
    top: unset;
    transform: unset;
    left: -73px;
    margin: 52px 0 50px;
    width: 100%;
    overflow: initial;
  }
}
@media screen and (max-width: 934px) {
  .home-hero__info-title__wrap {
    margin: unset;
  }
}
@media screen and (max-width: 678px) {
  .home-hero__info-title__wrap {
    left: -24px;
    margin: -68px 0 48px;
  }
}
@media screen and (max-width: 2260px) {
  .home-hero__info-title {
    font-size: 253px;
  }
}
@media screen and (max-width: 1660px) {
  .home-hero__info-title {
    font-size: 210px;
  }
}
@media screen and (max-width: 1366px) {
  .home-hero__info-title {
    font-size: 179px;
  }
}
@media screen and (max-width: 1276px) {
  .home-hero__info-title {
    font-size: 160px;
    max-width: 100%;
    line-height: 80%;
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 678px) {
  .home-hero__info-title {
    font-size: 100px;
  }
}
.home-hero__info-title span {
  font-weight: 600;
  color: var(--color-black-0);
  text-transform: lowercase;
}
.home-hero__info-descr {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1366px) {
  .home-hero__info-descr {
    gap: 36px;
  }
}
@media screen and (max-width: 1276px) {
  .home-hero__info-descr {
    flex-direction: column;
    max-width: 450px;
    gap: 24px;
  }
}
@media screen and (max-width: 934px) {
  .home-hero__info-descr {
    margin: auto 0;
    max-width: 328px;
  }
}
@media screen and (max-width: 678px) {
  .home-hero__info-descr {
    margin: unset;
    max-width: 100%;
  }
}
.home-hero__info-descr span {
  font-weight: 600;
  font-size: var(--font-size-l);
  line-height: 120%;
  color: var(--color-black-100);
  max-width: 400px;
}
@media screen and (max-width: 2260px) {
  .home-hero__info-descr span {
    max-width: 273px;
  }
}
@media screen and (max-width: 1660px) {
  .home-hero__info-descr span {
    max-width: 212px;
  }
}
@media screen and (max-width: 1276px) {
  .home-hero__info-descr span {
    max-width: 100%;
  }
}
.home-hero__info-descr__text {
  max-width: 520px;
  margin: unset;
}
@media screen and (max-width: 1660px) {
  .home-hero__info-descr__text {
    max-width: 420px;
  }
}
@media screen and (max-width: 1366px) {
  .home-hero__info-descr__text {
    max-width: 456px;
  }
}
@media screen and (max-width: 1276px) {
  .home-hero__info-descr__text {
    max-width: 100%;
  }
}
.home-hero__info-descr__text p {
  font-weight: 500;
  font-size: var(--font-size-s-v1);
  line-height: 140%;
}
@media screen and (max-width: 1366px) {
  .home-hero__info-descr__text p {
    line-height: 130%;
  }
}
.home-hero__info-descr__text b,
.home-hero__info-descr__text strong {
  color: var(--color-red-100);
}
.home-hero__info-descr__text-btn {
  margin: 36px 0 0;
  display: block;
  padding: 20px 24px;
  font-weight: 600;
  font-size: var(--font-size-s-v1);
  line-height: 1;
  color: var(--color-white);
  background-color: var(--color-red-100);
  transition: var(--transition-base);
  text-decoration: unset;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .home-hero__info-descr__text-btn {
    margin: 24px 0 0;
    padding: 16px;
    font-size: 13px;
    height: 41px;
  }
}
@media screen and (max-width: 1276px) {
  .home-hero__info-descr__text-btn {
    margin: 36px 0 0;
  }
}
.home-hero__info-descr__text-btn:hover {
  background-color: var(--color-black-80);
}
.home-hero__video {
  position: absolute;
  top: 100px;
  right: 0;
  width: 1516px;
  height: 1423px;
  z-index: 1;
  pointer-events: none;
  transition: 0.5s opacity ease-in-out;
}
@media screen and (max-width: 2260px) {
  .home-hero__video {
    width: 1098px;
    height: 1030px;
  }
}
@media screen and (max-width: 1660px) {
  .home-hero__video {
    width: 980px;
    height: 920px;
    top: 64px;
  }
}
@media screen and (max-width: 1366px) {
  .home-hero__video {
    width: 719px;
    height: 675px;
  }
}
@media screen and (max-width: 1276px) {
  .home-hero__video {
    display: none;
  }
}

.home-numbers {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  padding: 24px 0;
  z-index: 1;
}
@media screen and (max-width: 1276px) {
  .home-numbers {
    padding: 0 0 24px;
    height: auto;
    min-height: calc(100vh - 64px);
  }
}
@media screen and (max-width: 934px) {
  .home-numbers {
    min-height: auto;
  }
}
@media screen and (max-width: 678px) {
  .home-numbers {
    flex-direction: column;
    align-items: center;
  }
}
.home-numbers picture {
  display: none;
}
@media screen and (max-width: 1276px) {
  .home-numbers picture {
    display: block;
    width: 496px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 934px) {
  .home-numbers picture {
    top: -330px;
    width: 392px;
  }
}
@media screen and (max-width: 678px) {
  .home-numbers picture {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    height: auto;
    margin: 0 0 20px;
  }
}
.home-numbers picture img {
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-numbers .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-numbers__label {
  font-weight: 600;
  font-size: var(--font-size-m);
  line-height: 120%;
  letter-spacing: 0.8em;
  text-transform: uppercase;
  color: var(--color-black-40);
  margin: 0 0 146px;
}
@media screen and (max-width: 2260px) {
  .home-numbers__label {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 1660px) {
  .home-numbers__label {
    margin: 0 0 76px;
  }
}
@media screen and (max-width: 1366px) {
  .home-numbers__label {
    margin: 0 0 52px;
  }
}
@media screen and (max-width: 1276px) {
  .home-numbers__label {
    letter-spacing: 0.5em;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 678px) {
  .home-numbers__label {
    letter-spacing: 0.3em;
    margin: 0 0 54px;
  }
}
.home-numbers__list {
  max-width: 1020px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 146px;
  gap: 60px 120px;
}
@media screen and (max-width: 2260px) {
  .home-numbers__list {
    max-width: 827px;
    gap: 40px 120px;
    margin: 0 0 110px;
  }
}
@media screen and (max-width: 1660px) {
  .home-numbers__list {
    max-width: 600px;
    gap: 48px 64px;
    margin: 0 0 76px;
  }
}
@media screen and (max-width: 1366px) {
  .home-numbers__list {
    max-width: 561px;
    gap: 16px 56px;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1276px) {
  .home-numbers__list {
    max-width: 436px;
    gap: 26px 40px;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 678px) {
  .home-numbers__list {
    gap: 42px;
  }
}
.home-numbers__list--item {
  width: calc(50% - 60px);
}
@media screen and (max-width: 1660px) {
  .home-numbers__list--item {
    width: calc(50% - 34px);
  }
}
@media screen and (max-width: 1366px) {
  .home-numbers__list--item {
    width: calc(50% - 28px);
  }
}
@media screen and (max-width: 1276px) {
  .home-numbers__list--item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 678px) {
  .home-numbers__list--item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.home-numbers__list--item__title {
  font-weight: 600;
  font-size: var(--font-size-6xl);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--color-black-0);
}
@media screen and (max-width: 678px) {
  .home-numbers__list--item__title {
    display: flex;
    flex-wrap: wrap;
  }
}
.home-numbers__list--item__title small {
  font-size: var(--font-size-4xl);
  letter-spacing: -0.04em;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 678px) {
  .home-numbers__list--item__title small {
    width: 100%;
    margin: unset;
  }
}
.home-numbers__list--item__title span {
  color: var(--color-black-40);
}
.home-numbers__list--item p {
  font-weight: 500;
  font-size: var(--font-size-s-v1);
  line-height: 140%;
  color: var(--color-black-100);
  position: relative;
  margin: -6px 0 0;
}
@media screen and (max-width: 2260px) {
  .home-numbers__list--item p {
    margin: 0;
  }
}
@media screen and (max-width: 1660px) {
  .home-numbers__list--item p {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 1366px) {
  .home-numbers__list--item p {
    margin: 2px 0 0;
  }
}
@media screen and (max-width: 678px) {
  .home-numbers__list--item p {
    width: 50%;
    margin: unset;
  }
}
.home-numbers__descr {
  display: flex;
  justify-content: space-between;
  max-width: 801px;
  width: 100%;
}
@media screen and (max-width: 2260px) {
  .home-numbers__descr {
    max-width: 636px;
  }
}
@media screen and (max-width: 1660px) {
  .home-numbers__descr {
    max-width: 573px;
  }
}
@media screen and (max-width: 1276px) {
  .home-numbers__descr {
    max-width: 491px;
  }
}
@media screen and (max-width: 934px) {
  .home-numbers__descr {
    flex-direction: column;
    max-width: 436px;
  }
}
.home-numbers__descr span {
  font-weight: 600;
  font-size: var(--font-size-2xl);
  line-height: 120%;
  color: var(--color-black-100);
}
@media screen and (max-width: 934px) {
  .home-numbers__descr span {
    margin: 0 0 16px;
  }
  .home-numbers__descr span br {
    display: none;
  }
}
.home-numbers__descr p {
  max-width: 400px;
  font-weight: 500;
  font-size: var(--font-size-s-v1);
  line-height: 140%;
  color: var(--color-black-100);
}
@media screen and (max-width: 2260px) {
  .home-numbers__descr p {
    max-width: 312px;
  }
}
@media screen and (max-width: 1366px) {
  .home-numbers__descr p {
    max-width: 324px;
  }
}
@media screen and (max-width: 1276px) {
  .home-numbers__descr p {
    max-width: 312px;
  }
}
@media screen and (max-width: 934px) {
  .home-numbers__descr p {
    max-width: 100%;
  }
}
.home-numbers__video {
  position: absolute;
  top: -100px;
  right: 0;
  width: 1516px;
  height: 1941px;
  pointer-events: none;
  transition: 0.5s opacity ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 2260px) {
  .home-numbers__video {
    width: 1098px;
    height: 1407px;
  }
}
@media screen and (max-width: 1660px) {
  .home-numbers__video {
    width: 980px;
    height: 1256px;
  }
}
@media screen and (max-width: 1366px) {
  .home-numbers__video {
    width: 719px;
    height: 921px;
  }
}
@media screen and (max-width: 1276px) {
  .home-numbers__video {
    display: none;
  }
}

.home-materials {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0 0;
  margin: 0 0 200px;
}
@media screen and (max-width: 2260px) {
  .home-materials {
    margin: 0 0 150px;
  }
}
@media screen and (max-width: 1660px) {
  .home-materials {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 1276px) {
  .home-materials {
    margin: 0 0 110px;
  }
}
@media screen and (max-width: 934px) {
  .home-materials {
    margin: 0 0 100px;
  }
}
.home-materials__title {
  font-weight: 600;
  font-size: var(--font-size-9xl);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--color-black-40);
  margin: 0 0 53px;
  position: relative;
  left: calc(50% - 17px);
  transform: translateX(-50%);
  text-transform: lowercase;
  width: calc(100vw - 17px);
  max-width: 2560px;
}
@media screen and (max-width: 2260px) {
  .home-materials__title {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 1660px) {
  .home-materials__title {
    margin: 0 0 38px;
  }
}
@media screen and (max-width: 1366px) {
  .home-materials__title {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 678px) {
  .home-materials__title {
    font-size: 76px;
    width: 100vw;
    left: 50%;
    text-align: center;
    transform: translateX(-51%);
  }
}
.home-materials__info {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1276px) {
  .home-materials__info {
    max-width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 678px) {
  .home-materials__info {
    flex-direction: column;
    margin: 0 0 24px;
  }
}
.home-materials__info p {
  font-weight: 500;
  font-size: var(--font-size-s-v1);
  line-height: 140%;
  color: var(--color-black-100);
  max-width: 580px;
  margin: 0 324px 0 0;
}
@media screen and (max-width: 2260px) {
  .home-materials__info p {
    max-width: 414px;
    margin: 0 238px 0 0;
  }
}
@media screen and (max-width: 1660px) {
  .home-materials__info p {
    max-width: 380px;
    margin: 0 140px 0 0;
  }
}
@media screen and (max-width: 1366px) {
  .home-materials__info p {
    margin: 0 114px 0 0;
  }
}
@media screen and (max-width: 1276px) {
  .home-materials__info p {
    max-width: 536px;
    margin: unset;
  }
}
@media screen and (max-width: 934px) {
  .home-materials__info p {
    max-width: 382px;
  }
}
.home-materials__info p strong,
.home-materials__info p b {
  color: var(--color-red-100);
}
.home-materials__info a {
  font-weight: 600;
  font-size: var(--font-size-s-v1);
  line-height: 1;
  color: var(--color-black-100);
  text-decoration: unset;
  padding: 20px 12px 17px;
  border-bottom: 3px solid var(--color-red-100);
  transition: var(--transition-base);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .home-materials__info a {
    height: 53px;
  }
}
@media screen and (max-width: 678px) {
  .home-materials__info a {
    margin: 36px 0 0;
  }
}
.home-materials__info a svg {
  margin: 0 0 0 36px;
}
@media screen and (max-width: 934px) {
  .home-materials__info a svg {
    margin: 0 0 0 20px;
  }
}
.home-materials__info a svg path {
  transition: var(--transition-base);
}
.home-materials__info a:hover {
  background-color: var(--color-red-100);
  color: var(--color-white);
}
.home-materials__info a:hover svg path {
  fill: var(--color-white);
}
.home-materials__picture {
  width: 100%;
  max-width: 2560px;
  position: relative;
  text-decoration: unset;
}
.home-materials__picture picture {
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .home-materials__picture picture {
    max-width: 1238px;
    margin: 0 auto;
  }
}
.home-materials__picture picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 678px) {
  .home-materials__picture picture img {
    width: 120%;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 2/1;
    z-index: 1;
  }
}
.home-materials__picture picture::after {
  display: none;
  content: "";
  width: 100%;
  height: 53px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-grey-50);
}
@media screen and (max-width: 678px) {
  .home-materials__picture picture::after {
    display: block;
  }
}
.home-materials__picture--cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: var(--color-red-100);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-15deg);
  border: 2px solid var(--color-red-80);
  z-index: 2;
  transition: 0.3s opacity ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1276px) {
  .home-materials__picture--cursor {
    display: none;
  }
}
.home-materials__picture--cursor span {
  margin: 20px 0;
  font-weight: 700;
  font-size: var(--font-size-xs);
  line-height: 1;
  color: var(--color-white);
}
.home-materials__picture--list {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 60px;
  left: calc(50% + 48px);
  transform: translateX(-50%);
}
@media screen and (max-width: 2260px) {
  .home-materials__picture--list {
    bottom: 24px;
    left: calc(50% + 18px);
    align-items: flex-start;
  }
}
@media screen and (max-width: 1660px) {
  .home-materials__picture--list {
    left: calc(50% + 22px);
  }
}
@media screen and (max-width: 1366px) {
  .home-materials__picture--list {
    left: calc(50% + 14px);
    bottom: 18px;
  }
}
@media screen and (max-width: 934px) {
  .home-materials__picture--list {
    left: calc(50% + 18px);
  }
}
@media screen and (max-width: 678px) {
  .home-materials__picture--list {
    position: relative;
    left: unset;
    bottom: unset;
    flex-direction: column;
    z-index: 4;
    transform: translateX(0);
    width: 100%;
    max-width: 335px;
    border: 1px solid var(--color-grey-40);
    margin: 36px auto 0;
  }
}
.home-materials__picture--list span {
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-3xl);
  line-height: 120%;
  color: var(--color-black-40);
  white-space: nowrap;
}
@media screen and (max-width: 2260px) {
  .home-materials__picture--list span {
    white-space: wrap;
    text-align: center;
  }
}
@media screen and (max-width: 1276px) {
  .home-materials__picture--list span {
    font-size: var(--font-size-2xl);
  }
}
@media screen and (max-width: 678px) {
  .home-materials__picture--list span {
    margin: unset !important;
    padding: 16px;
    border-bottom: 1px solid var(--color-grey-40);
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    background-color: var(--color-white);
  }
  .home-materials__picture--list span:last-child {
    border: unset;
  }
  .home-materials__picture--list span::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    background-image: url(../../img/home/bimat-material-arrow.svg);
  }
}
.home-materials__picture--list span:nth-child(2) {
  margin: 0 343px 0 372px;
}
@media screen and (max-width: 2260px) {
  .home-materials__picture--list span:nth-child(2) {
    margin: 0 204px 0 250px;
  }
}
@media screen and (max-width: 1660px) {
  .home-materials__picture--list span:nth-child(2) {
    margin: 0 184px 0 211px;
  }
}
@media screen and (max-width: 1366px) {
  .home-materials__picture--list span:nth-child(2) {
    margin: 0 105px 0 142px;
  }
}
@media screen and (max-width: 1276px) {
  .home-materials__picture--list span:nth-child(2) {
    margin: 0 100px 0 139px;
  }
}
@media screen and (max-width: 934px) {
  .home-materials__picture--list span:nth-child(2) {
    margin: 0 55px 0 80px;
  }
}
.home-materials__picture--list span:nth-child(4) {
  margin: 0 0 0 235px;
}
@media screen and (max-width: 2260px) {
  .home-materials__picture--list span:nth-child(4) {
    margin: 0 0 0 151px;
  }
}
@media screen and (max-width: 1660px) {
  .home-materials__picture--list span:nth-child(4) {
    margin: 0 0 0 145px;
  }
}
@media screen and (max-width: 1366px) {
  .home-materials__picture--list span:nth-child(4) {
    margin: 0 0 0 75px;
  }
}
@media screen and (max-width: 1276px) {
  .home-materials__picture--list span:nth-child(4) {
    margin: 0 0 0 101px;
  }
}
@media screen and (max-width: 934px) {
  .home-materials__picture--list span:nth-child(4) {
    margin: 0 0 0 55px;
  }
}
.home-materials__picture::after {
  content: "";
  display: block;
  width: 100%;
  height: 111px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-grey-50);
}
@media screen and (max-width: 1660px) {
  .home-materials__picture::after {
    height: 69px;
  }
}
@media screen and (max-width: 1366px) {
  .home-materials__picture::after {
    height: 60px;
  }
}
@media screen and (max-width: 934px) {
  .home-materials__picture::after {
    height: 108px;
  }
}
@media screen and (max-width: 678px) {
  .home-materials__picture::after {
    display: none;
  }
}

.home-why {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.home-why__info {
  position: relative;
  z-index: 1;
}
.home-why__info--top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0 0 28px;
  padding: 0 264px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 2260px) {
  .home-why__info--top {
    margin: 0 0 36px;
    padding: 0 94px 0 0;
  }
}
@media screen and (max-width: 1660px) {
  .home-why__info--top {
    margin: 0 0 60px;
    padding: 0 110px 0 0;
  }
}
@media screen and (max-width: 1366px) {
  .home-why__info--top {
    margin: 0 0 50px;
    padding: unset;
  }
}
@media screen and (max-width: 1276px) {
  .home-why__info--top {
    margin: 0 0 46px;
  }
}
@media screen and (max-width: 934px) {
  .home-why__info--top {
    flex-direction: column;
    max-width: 512px;
    margin: 0 0 80px auto;
  }
}
@media screen and (max-width: 678px) {
  .home-why__info--top {
    margin: 0 0 46px auto;
  }
}
.home-why__info--top__label {
  font-weight: 600;
  font-size: var(--font-size-m);
  line-height: 120%;
  letter-spacing: 0.8em;
  text-transform: uppercase;
  color: var(--color-black-40);
  margin: 0 530px 0 0;
}
@media screen and (max-width: 2260px) {
  .home-why__info--top__label {
    margin: 0 293px 0 0;
  }
}
@media screen and (max-width: 1660px) {
  .home-why__info--top__label {
    margin: 0 216px 0 0;
  }
}
@media screen and (max-width: 1366px) {
  .home-why__info--top__label {
    margin: 0 208px 0 0;
  }
}
@media screen and (max-width: 1276px) {
  .home-why__info--top__label {
    margin: 0 130px 0 0;
    letter-spacing: 0.5em;
  }
}
@media screen and (max-width: 934px) {
  .home-why__info--top__label {
    margin: 0 0 33px;
  }
}
.home-why__info--top__descr {
  max-width: 600px;
}
@media screen and (max-width: 2260px) {
  .home-why__info--top__descr {
    max-width: 550px;
  }
}
@media screen and (max-width: 1660px) {
  .home-why__info--top__descr {
    max-width: 412px;
  }
}
@media screen and (max-width: 1366px) {
  .home-why__info--top__descr {
    max-width: 494px;
  }
}
@media screen and (max-width: 1276px) {
  .home-why__info--top__descr {
    max-width: 358px;
  }
}
@media screen and (max-width: 934px) {
  .home-why__info--top__descr {
    max-width: 100%;
  }
}
.home-why__info--top__descr p {
  font-weight: 500;
  font-size: var(--font-size-s-v1);
  line-height: 140%;
  color: var(--color-black-100);
  margin: 0 0 16px;
}
@media screen and (max-width: 934px) {
  .home-why__info--top__descr p {
    margin: 0 0 24px;
  }
}
.home-why__info--top__descr p b, .home-why__info--top__descr p strong {
  color: var(--color-red-100);
}
.home-why__info--top__descr a {
  padding: 20px 12px 17px;
  display: flex;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  font-weight: 600;
  font-size: var(--font-size-s-v1);
  line-height: 1;
  color: var(--color-black-100);
  text-decoration: unset;
  border-bottom: 3px solid var(--color-red-100);
  transition: var(--transition-base);
}
.home-why__info--top__descr a svg {
  margin: 0 0 0 36px;
}
@media screen and (max-width: 934px) {
  .home-why__info--top__descr a svg {
    margin: 0 0 0 20px;
  }
}
.home-why__info--top__descr a svg path {
  transition: var(--transition-base);
}
.home-why__info--top__descr a:hover {
  background-color: var(--color-red-100);
  color: var(--color-white);
}
.home-why__info--top__descr a:hover svg path {
  fill: var(--color-white);
}
.home-why__info--title {
  font-weight: 600;
  font-size: var(--font-size-9xl);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--color-black-40);
  position: relative;
  left: calc(50% - 17px);
  transform: translateX(-50%);
  width: calc(100vw - 17px);
  max-width: 2560px;
  white-space: nowrap;
  text-transform: lowercase;
}
@media screen and (max-width: 934px) {
  .home-why__info--title {
    font-size: 126px;
    left: calc(50% - 6px);
    width: calc(100vw - 6px);
  }
}
@media screen and (max-width: 678px) {
  .home-why__info--title {
    white-space: inherit;
    font-size: 100px;
    line-height: 0.8;
    left: calc(50% - 17px);
    width: calc(100vw - 17px);
  }
}
.home-why__info--title span {
  font-size: var(--font-size-9xl);
  color: var(--color-black-0);
}
@media screen and (max-width: 934px) {
  .home-why__info--title span {
    font-size: 136px;
  }
}
@media screen and (max-width: 678px) {
  .home-why__info--title span {
    font-size: 100px;
    line-height: 0.8;
  }
}
.home-why-canvas {
  width: 100%;
  height: 865px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  display: flex;
  pointer-events: none;
}
@media screen and (max-width: 2260px) {
  .home-why-canvas {
    height: 641px;
  }
}
@media screen and (max-width: 1660px) {
  .home-why-canvas {
    height: 535px;
  }
}
@media screen and (max-width: 1366px) {
  .home-why-canvas {
    height: 457px;
  }
}
@media screen and (max-width: 1276px) {
  .home-why-canvas {
    height: 342px;
  }
}
@media screen and (max-width: 934px) {
  .home-why-canvas {
    height: 375px;
  }
}
.home-why-canvas__wrap {
  width: 100%;
  position: relative;
  margin: -302px 0 0;
}
@media screen and (max-width: 2260px) {
  .home-why-canvas__wrap {
    margin: -212px 0 0;
  }
}
@media screen and (max-width: 1660px) {
  .home-why-canvas__wrap {
    margin: -168px 0 0;
  }
}
@media screen and (max-width: 1366px) {
  .home-why-canvas__wrap {
    margin: -148px 0 0;
  }
}
@media screen and (max-width: 1276px) {
  .home-why-canvas__wrap {
    margin: -82px 0 0;
  }
}
@media screen and (max-width: 934px) {
  .home-why-canvas__wrap {
    margin: -110px 0 0;
  }
}
@media screen and (max-width: 678px) {
  .home-why-canvas__wrap {
    margin: -78px 0 0;
  }
}
.home-why-canvas__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 524px;
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: var(--color-grey-50);
}
@media screen and (max-width: 2260px) {
  .home-why-canvas__wrap::after {
    height: 400px;
  }
}
@media screen and (max-width: 1660px) {
  .home-why-canvas__wrap::after {
    height: 334px;
  }
}
@media screen and (max-width: 1366px) {
  .home-why-canvas__wrap::after {
    height: 285px;
  }
}
@media screen and (max-width: 1276px) {
  .home-why-canvas__wrap::after {
    height: 214px;
  }
}

.home-boost {
  padding: 250px 0 290px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 2260px) {
  .home-boost {
    padding: 200px 0 284px;
  }
}
@media screen and (max-width: 1660px) {
  .home-boost {
    padding: 140px 0 200px;
  }
}
@media screen and (max-width: 1366px) {
  .home-boost {
    padding: 130px 0 160px;
  }
}
@media screen and (max-width: 1276px) {
  .home-boost {
    padding: 120px 0 300px;
  }
}
@media screen and (max-width: 934px) {
  .home-boost {
    padding: 100px 0 316px;
  }
}
@media screen and (max-width: 678px) {
  .home-boost {
    padding: 100px 0 216px;
  }
}
.home-boost .container {
  position: relative;
}
.home-boost__wrap {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 934px) {
  .home-boost__wrap {
    flex-direction: column;
  }
}
.home-boost__info {
  max-width: 1260px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 934px) {
  .home-boost__info {
    margin: 0 0 187px;
  }
}
@media screen and (max-width: 678px) {
  .home-boost__info {
    margin: 0 0 157px;
  }
}
.home-boost__info--title {
  font-size: var(--font-size-8xl);
  font-weight: 600;
  line-height: 80%;
  letter-spacing: -0.04em;
  color: var(--color-black-40);
  margin: 0 0 120px;
  position: relative;
  left: calc(1086px - 50vw);
  text-transform: lowercase;
}
@media screen and (min-width: 2561px) {
  .home-boost__info--title {
    left: -194px;
  }
}
@media screen and (max-width: 2260px) {
  .home-boost__info--title {
    position: absolute;
    width: 100vw;
    left: calc(50% - 17px);
    transform: translateX(-50%);
    margin: 0 0 74px;
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__info--title {
    margin: 0 0 64px;
    left: calc(50% - 12px);
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__info--title {
    margin: 0 0 130px;
  }
}
@media screen and (max-width: 934px) {
  .home-boost__info--title {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 678px) {
  .home-boost__info--title {
    font-size: 92px;
    margin: 0 0 48px;
    left: calc(50% - 3px);
    width: calc(100vw + 10px);
    position: relative;
  }
}
.home-boost__info--title span {
  color: var(--color-black-0);
}
.home-boost__info--text {
  padding: 0;
  display: flex;
  justify-content: space-between;
  max-width: 1035px;
}
@media screen and (max-width: 2260px) {
  .home-boost__info--text {
    max-width: 850px;
    padding: 442px 0 0;
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__info--text {
    max-width: 646px;
    padding: 350px 0 0;
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__info--text {
    flex-direction: column;
    max-width: 358px;
  }
}
@media screen and (max-width: 934px) {
  .home-boost__info--text {
    flex-direction: row;
    max-width: 100%;
    padding: 300px 0 0;
  }
}
@media screen and (max-width: 678px) {
  .home-boost__info--text {
    flex-direction: column;
    padding: unset;
  }
}
.home-boost__info--text small {
  font-weight: 600;
  font-size: var(--font-size-m);
  line-height: 120%;
  letter-spacing: 0.8em;
  text-transform: uppercase;
  color: var(--color-black-40);
}
@media screen and (max-width: 1276px) {
  .home-boost__info--text small {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 934px) {
  .home-boost__info--text small {
    margin: unset;
  }
}
@media screen and (max-width: 678px) {
  .home-boost__info--text small {
    margin: 0 0 36px;
  }
}
.home-boost__info--text p {
  max-width: 600px;
  font-weight: 500;
  font-size: var(--font-size-s-v1);
  line-height: 140%;
  color: var(--color-black-100);
}
@media screen and (max-width: 2260px) {
  .home-boost__info--text p {
    max-width: 517px;
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__info--text p {
    max-width: 380px;
  }
}
@media screen and (max-width: 1366px) {
  .home-boost__info--text p {
    max-width: 400px;
  }
}
@media screen and (max-width: 934px) {
  .home-boost__info--text p {
    max-width: 384px;
  }
}
.home-boost__info--text p b,
.home-boost__info--text p strong {
  color: var(--color-red-100);
}
.home-boost__carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  perspective: 1800px;
}
@media screen and (max-width: 2260px) {
  .home-boost__carousel {
    gap: 14px;
    max-width: 650px;
    perspective: 1300px;
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__carousel {
    gap: 10px;
    max-width: 510px;
    perspective: 1020px;
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__carousel {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 478px;
    perspective: 956px;
  }
}
@media screen and (max-width: 934px) {
  .home-boost__carousel {
    position: relative;
  }
}
@media screen and (max-width: 678px) {
  .home-boost__carousel {
    max-width: 334px;
    width: 668px;
  }
}
.home-boost__carousel--item {
  width: 365px;
  height: 365px;
  position: relative;
  transform-style: preserve-3d;
}
@media screen and (max-width: 2260px) {
  .home-boost__carousel--item {
    width: 265px;
    height: 265px;
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__carousel--item {
    width: 210px;
    height: 210px;
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__carousel--item {
    width: 195px;
    height: 195px;
  }
}
@media screen and (max-width: 934px) {
  .home-boost__carousel--item {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 678px) {
  .home-boost__carousel--item {
    width: 140px;
    height: 140px;
  }
}
.home-boost__carousel--item__logo {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #B8B8B8;
  background: #B8B8B8;
  border-radius: 30px;
  transform-origin: center center;
  transform-style: preserve-3d;
  transition: var(--transition-base);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(1);
}
@media screen and (max-width: 2260px) {
  .home-boost__carousel--item__logo {
    border-radius: 20px;
  }
}
.home-boost__carousel--item__logo:hover {
  filter: grayscale(0);
}
.home-boost__carousel--item__logo img {
  width: 100%;
  height: auto;
}
.home-boost__carousel--item__logo.active, .home-boost__carousel--item__logo.prev, .home-boost__carousel--item__logo.next {
  background: var(--color-white);
}
.home-boost__carousel--item__logo:nth-child(1) {
  transform: rotateX(0deg) translateZ(325px);
}
@media screen and (max-width: 2260px) {
  .home-boost__carousel--item__logo:nth-child(1) {
    transform: rotateX(0deg) translateZ(235px);
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__carousel--item__logo:nth-child(1) {
    transform: rotateX(0deg) translateZ(185px);
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__carousel--item__logo:nth-child(1) {
    transform: rotateX(0deg) translateZ(175px);
  }
}
@media screen and (max-width: 934px) {
  .home-boost__carousel--item__logo:nth-child(1) {
    transform: rotateX(0deg) translateZ(215px);
  }
}
@media screen and (max-width: 678px) {
  .home-boost__carousel--item__logo:nth-child(1) {
    transform: rotateX(0deg) translateZ(125px);
  }
}
.home-boost__carousel--item__logo:nth-child(2) {
  transform: rotateX(60deg) translateZ(325px);
}
@media screen and (max-width: 2260px) {
  .home-boost__carousel--item__logo:nth-child(2) {
    transform: rotateX(60deg) translateZ(235px);
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__carousel--item__logo:nth-child(2) {
    transform: rotateX(60deg) translateZ(185px);
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__carousel--item__logo:nth-child(2) {
    transform: rotateX(60deg) translateZ(175px);
  }
}
@media screen and (max-width: 934px) {
  .home-boost__carousel--item__logo:nth-child(2) {
    transform: rotateX(60deg) translateZ(215px);
  }
}
@media screen and (max-width: 678px) {
  .home-boost__carousel--item__logo:nth-child(2) {
    transform: rotateX(60deg) translateZ(125px);
  }
}
.home-boost__carousel--item__logo:nth-child(3) {
  transform: rotateX(120deg) translateZ(325px);
}
@media screen and (max-width: 2260px) {
  .home-boost__carousel--item__logo:nth-child(3) {
    transform: rotateX(120deg) translateZ(235px);
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__carousel--item__logo:nth-child(3) {
    transform: rotateX(120deg) translateZ(185px);
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__carousel--item__logo:nth-child(3) {
    transform: rotateX(120deg) translateZ(175px);
  }
}
@media screen and (max-width: 934px) {
  .home-boost__carousel--item__logo:nth-child(3) {
    transform: rotateX(120deg) translateZ(215px);
  }
}
@media screen and (max-width: 678px) {
  .home-boost__carousel--item__logo:nth-child(3) {
    transform: rotateX(120deg) translateZ(125px);
  }
}
.home-boost__carousel--item__logo:nth-child(4) {
  transform: rotateX(180deg) translateZ(325px);
}
@media screen and (max-width: 2260px) {
  .home-boost__carousel--item__logo:nth-child(4) {
    transform: rotateX(180deg) translateZ(235px);
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__carousel--item__logo:nth-child(4) {
    transform: rotateX(180deg) translateZ(185px);
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__carousel--item__logo:nth-child(4) {
    transform: rotateX(180deg) translateZ(175px);
  }
}
@media screen and (max-width: 934px) {
  .home-boost__carousel--item__logo:nth-child(4) {
    transform: rotateX(180deg) translateZ(215px);
  }
}
@media screen and (max-width: 678px) {
  .home-boost__carousel--item__logo:nth-child(4) {
    transform: rotateX(180deg) translateZ(125px);
  }
}
.home-boost__carousel--item__logo:nth-child(5) {
  transform: rotateX(240deg) translateZ(325px);
}
@media screen and (max-width: 2260px) {
  .home-boost__carousel--item__logo:nth-child(5) {
    transform: rotateX(240deg) translateZ(235px);
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__carousel--item__logo:nth-child(5) {
    transform: rotateX(240deg) translateZ(185px);
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__carousel--item__logo:nth-child(5) {
    transform: rotateX(240deg) translateZ(175px);
  }
}
@media screen and (max-width: 934px) {
  .home-boost__carousel--item__logo:nth-child(5) {
    transform: rotateX(240deg) translateZ(215px);
  }
}
@media screen and (max-width: 678px) {
  .home-boost__carousel--item__logo:nth-child(5) {
    transform: rotateX(240deg) translateZ(125px);
  }
}
.home-boost__carousel--item__logo:nth-child(6) {
  transform: rotateX(300deg) translateZ(325px);
}
@media screen and (max-width: 2260px) {
  .home-boost__carousel--item__logo:nth-child(6) {
    transform: rotateX(300deg) translateZ(235px);
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__carousel--item__logo:nth-child(6) {
    transform: rotateX(300deg) translateZ(185px);
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__carousel--item__logo:nth-child(6) {
    transform: rotateX(300deg) translateZ(175px);
  }
}
@media screen and (max-width: 934px) {
  .home-boost__carousel--item__logo:nth-child(6) {
    transform: rotateX(300deg) translateZ(215px);
  }
}
@media screen and (max-width: 678px) {
  .home-boost__carousel--item__logo:nth-child(6) {
    transform: rotateX(300deg) translateZ(125px);
  }
}
.home-boost__icon {
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 678px) {
  .home-boost__icon {
    filter: blur(3.2px);
  }
}
.home-boost__icon-1 {
  width: 450px;
  top: -213px;
  left: calc(50% - 55px);
}
@media screen and (max-width: 2260px) {
  .home-boost__icon-1 {
    top: -246px;
    left: calc(50% - 162px);
  }
}
@media screen and (max-width: 1660px) {
  .home-boost__icon-1 {
    width: 250px;
    top: -90px;
    left: calc(50% - 0px);
  }
}
@media screen and (max-width: 1366px) {
  .home-boost__icon-1 {
    left: calc(50% - 30px);
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__icon-1 {
    left: calc(100% - 158px);
    top: 136px;
  }
}
@media screen and (max-width: 934px) {
  .home-boost__icon-1 {
    left: -136px;
    top: 440px;
  }
}
@media screen and (max-width: 678px) {
  .home-boost__icon-1 {
    width: 150px;
    left: -50px;
    top: 488px;
  }
}
.home-boost__icon-2 {
  width: 600px;
  bottom: -354px;
  right: -378px;
  z-index: 2;
}
@media screen and (max-width: 1660px) {
  .home-boost__icon-2 {
    width: 500px;
    bottom: -254px;
    right: -278px;
  }
}
@media screen and (max-width: 1366px) {
  .home-boost__icon-2 {
    width: 400px;
    bottom: -210px;
    right: -190px;
  }
}
@media screen and (max-width: 1276px) {
  .home-boost__icon-2 {
    width: 384px;
    bottom: -344px;
    right: -190px;
  }
}
@media screen and (max-width: 934px) {
  .home-boost__icon-2 {
    bottom: -358px;
    right: -140px;
  }
}
@media screen and (max-width: 678px) {
  .home-boost__icon-2 {
    width: 250px;
    bottom: -228px;
    right: -118px;
  }
}

.home-work {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 200px;
}
@media screen and (max-width: 2260px) {
  .home-work {
    margin: 0 0 150px;
  }
}
@media screen and (max-width: 1660px) {
  .home-work {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 1276px) {
  .home-work {
    margin: 0 0 110px;
  }
}
@media screen and (max-width: 678px) {
  .home-work {
    margin: 0 0 100px;
  }
}
.home-work__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 120px;
}
@media screen and (max-width: 1660px) {
  .home-work__info {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 1276px) {
  .home-work__info {
    margin: 0 0 56px;
  }
}
@media screen and (max-width: 934px) {
  .home-work__info {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 678px) {
  .home-work__info {
    margin: 0 0 36px;
  }
}
.home-work__info--text {
  max-width: 626px;
  width: 100%;
}
@media screen and (max-width: 2260px) {
  .home-work__info--text {
    max-width: 465px;
  }
}
@media screen and (max-width: 934px) {
  .home-work__info--text {
    margin: 0 0 64px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
@media screen and (max-width: 678px) {
  .home-work__info--text {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 36px;
  }
}
.home-work__info--text small {
  display: block;
  font-weight: 600;
  font-size: var(--font-size-m);
  line-height: 120%;
  letter-spacing: 0.8em;
  text-transform: uppercase;
  color: var(--color-black-40);
  margin: 0 0 90px;
}
@media screen and (max-width: 1660px) {
  .home-work__info--text small {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 1276px) {
  .home-work__info--text small {
    letter-spacing: 0.5em;
  }
}
@media screen and (max-width: 934px) {
  .home-work__info--text small {
    width: 100%;
    margin: 0 0 36px;
  }
}
.home-work__info--text p {
  display: block;
  font-weight: 600;
  font-size: var(--font-size-4xl);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: var(--color-black-100);
  margin: 0 0 36px;
}
@media screen and (max-width: 1366px) {
  .home-work__info--text p {
    max-width: 360px;
  }
}
@media screen and (max-width: 1276px) {
  .home-work__info--text p {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 934px) {
  .home-work__info--text p {
    margin: unset;
  }
}
.home-work__info--text-btn {
  display: block;
  padding: 20px 24px;
  font-weight: 600;
  font-size: var(--font-size-s-v1);
  line-height: 1;
  color: var(--color-white);
  text-decoration: unset;
  background: var(--color-red-100);
  transition: var(--transition-base);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .home-work__info--text-btn {
    padding: 16px;
  }
}
@media screen and (max-width: 934px) {
  .home-work__info--text-btn {
    height: 41px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 678px) {
  .home-work__info--text-btn {
    margin: 24px 0 0 0;
  }
}
.home-work__info--text-btn:hover {
  background-color: var(--color-black-80);
}
.home-work__info--title {
  font-weight: 600;
  font-size: var(--font-size-7xl);
  line-height: 90%;
  letter-spacing: -0.04em;
  color: var(--color-black-40);
  max-width: 1185px;
  margin: 0 170px 0 0;
  text-transform: lowercase;
}
@media screen and (max-width: 2260px) {
  .home-work__info--title {
    margin: 0px 0px 0 184px;
  }
}
@media screen and (max-width: 1660px) {
  .home-work__info--title {
    margin: 0px 0px 0 100px;
  }
}
@media screen and (max-width: 1366px) {
  .home-work__info--title {
    margin: 0px 0px 0 55px;
  }
}
@media screen and (max-width: 934px) {
  .home-work__info--title {
    margin: unset;
  }
}
.home-work__info--title span {
  color: var(--color-black-0);
  text-transform: lowercase;
}
.home-work picture {
  display: flex;
  width: 100%;
  max-width: 2560px;
  background-color: var(--color-grey-50);
}
.home-work picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1366px) {
  .home-work picture img {
    aspect-ratio: 3.93/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1276px) {
  .home-work picture img {
    aspect-ratio: 2.95/1;
  }
}
@media screen and (max-width: 934px) {
  .home-work picture img {
    aspect-ratio: 2.2/1;
  }
}
@media screen and (max-width: 678px) {
  .home-work picture img {
    aspect-ratio: 1.7/1;
  }
}

.other-posts {
  padding: 0 0 200px;
  position: relative;
  overflow-x: clip;
  max-width: 2560px;
  margin: auto;
}
@media screen and (max-width: 2559px) {
  .other-posts {
    padding: 0 0 150px;
  }
}
@media screen and (max-width: 1365px) {
  .other-posts {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 1023px) {
  .other-posts {
    padding: 0 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .other-posts {
    padding: 0 0 100px;
  }
}
.other-posts-container {
  position: relative;
  width: 100%;
}
.other-posts .container {
  width: 100%;
  max-width: 2560px;
  margin: auto;
  z-index: 1;
  position: relative;
}
.other-posts .container-non {
  width: var(--screen-viewport);
  max-width: unset;
}
.other-posts .blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #D5D5D5;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}
@media screen and (max-width: 1365px) {
  .other-posts .blog-card {
    border: 1px solid #515151;
  }
}
.other-posts .blog-card:hover {
  border: 1px solid #515151;
}
.other-posts .blog-card:hover .card-image {
  filter: grayscale(0%);
}
.other-posts .blog-card:hover .card-title,
.other-posts .blog-card:hover .card-excerpt,
.other-posts .blog-card:hover .card-date {
  opacity: 1;
}
.other-posts .blog-card .card-image-wrapper {
  position: relative;
  width: 100%;
  height: 313px;
  overflow: hidden;
  background: #f9f9f9;
  cursor: none;
  flex-shrink: 0;
}
@media screen and (max-width: 2559px) {
  .other-posts .blog-card .card-image-wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 1599px) {
  .other-posts .blog-card .card-image-wrapper {
    height: 170px;
  }
}
@media screen and (max-width: 1365px) {
  .other-posts .blog-card .card-image-wrapper {
    height: 164px;
  }
}
@media screen and (max-width: 1023px) {
  .other-posts .blog-card .card-image-wrapper {
    height: 178px;
  }
}
@media screen and (max-width: 767px) {
  .other-posts .blog-card .card-image-wrapper {
    height: 192px;
  }
}
.other-posts .blog-card .card-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  transition: filter 0.4s ease, transform 0.6s ease;
}
@media screen and (max-width: 1365px) {
  .other-posts .blog-card .card-image {
    filter: grayscale(0%);
  }
}
.other-posts .blog-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-posts .blog-card .card-content {
  padding: 36px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1599px) {
  .other-posts .blog-card .card-content {
    padding: 24px 20px;
  }
}
.other-posts .blog-card .card-title {
  color: #1D1D1D;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  margin-bottom: 24px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
}
@media screen and (max-width: 1919px) {
  .other-posts .blog-card .card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1599px) {
  .other-posts .blog-card .card-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1365px) {
  .other-posts .blog-card .card-title {
    opacity: 1;
  }
}
.other-posts .blog-card a {
  text-decoration: none !important;
}
.other-posts .blog-card .card-excerpt {
  color: #1D1D1D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  margin-bottom: 24px;
}
@media screen and (max-width: 2559px) {
  .other-posts .blog-card .card-excerpt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1919px) {
  .other-posts .blog-card .card-excerpt {
    font-size: 16px;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media screen and (max-width: 1599px) {
  .other-posts .blog-card .card-excerpt {
    font-size: 15px;
  }
}
@media screen and (max-width: 1365px) {
  .other-posts .blog-card .card-excerpt {
    opacity: 1;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .other-posts .blog-card .card-excerpt {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
}
.other-posts .blog-card .card-date {
  color: #1D1D1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: auto;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1599px) {
  .other-posts .blog-card .card-date {
    font-size: 15px;
  }
}
@media screen and (max-width: 1365px) {
  .other-posts .blog-card .card-date {
    opacity: 1;
  }
}
.other-posts-header {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 204px 0 0;
}
@media screen and (max-width: 2559px) {
  .other-posts-header {
    padding: 148px 0 0;
  }
}
@media screen and (max-width: 1919px) {
  .other-posts-header {
    margin-bottom: 42px;
    padding: 108px 0 0;
  }
}
@media screen and (max-width: 1599px) {
  .other-posts-header {
    margin-bottom: 24px;
    padding: 84px 0 0;
  }
}
@media screen and (max-width: 1365px) {
  .other-posts-header {
    margin-bottom: 32px;
    padding: 76px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .other-posts-header {
    margin-bottom: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: unset;
  }
}
.other-posts-title {
  color: var(--color-black-40);
  font-size: 320px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  letter-spacing: -12.8px;
  text-transform: lowercase;
  margin: 0;
  position: relative;
  left: calc(50% - 17px);
  transform: translateX(-50%);
  width: 100vw;
  position: absolute;
  max-width: 2560px;
}
@media screen and (max-width: 2559px) {
  .other-posts-title {
    font-size: 250px;
    letter-spacing: -10px;
  }
}
@media screen and (max-width: 1919px) {
  .other-posts-title {
    font-size: 200px;
    letter-spacing: -8px;
  }
}
@media screen and (max-width: 1599px) {
  .other-posts-title {
    font-size: 170px;
    letter-spacing: -6.8px;
  }
}
@media screen and (max-width: 1365px) {
  .other-posts-title {
    font-size: 160px;
    letter-spacing: -6.4px;
    left: calc(50% - 9px);
  }
}
@media screen and (max-width: 1023px) {
  .other-posts-title {
    display: flex;
    flex-direction: column;
    letter-spacing: -5.6px;
    font-size: 140px;
  }
}
@media screen and (max-width: 767px) {
  .other-posts-title {
    letter-spacing: -3.8px;
    font-size: 95px;
    text-align: center;
    left: unset;
    transform: unset;
    position: relative;
    margin: 0 0 24px;
  }
}
.other-posts-link {
  padding: 20px 12px 17px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-decoration: none;
  font-weight: 600;
  font-size: var(--font-size-s-v1);
  line-height: 1;
  color: var(--color-black-100);
  border-bottom: 3px solid var(--color-red-100);
  transition: var(--transition-base);
  height: 53px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .other-posts-link {
    margin: unset;
  }
}
.other-posts-link svg {
  margin: 0 0 0 36px;
}
@media screen and (max-width: 1365px) {
  .other-posts-link svg {
    margin: 0 0 0 10px;
  }
}
.other-posts-link svg path {
  transition: var(--transition-base);
}
.other-posts-link:hover {
  background-color: var(--color-red-100);
  color: var(--color-white);
}
.other-posts-link:hover svg path {
  fill: var(--color-white);
}
.other-posts-slider-full {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  max-width: 2560px;
  margin: auto;
}
.other-posts-slider {
  width: 100%;
}
.other-posts-slider .slick-list {
  overflow: visible;
}
.other-posts-slider .slick-track {
  display: flex !important;
}
.other-posts-slider .slick-slide {
  height: auto !important;
  display: flex !important;
}
.other-posts-slider .slider-item {
  padding: 0 12px;
  position: relative;
  display: flex !important;
  flex-direction: column;
}
@media screen and (max-width: 1599px) {
  .other-posts-slider .slider-item {
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .other-posts-slider .slider-item {
    padding: 0 20px;
  }
}
.other-posts-slider .slider-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.2s ease;
  will-change: opacity;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  .other-posts-slider .slider-item::after {
    left: 8px;
    right: 8px;
  }
}
.other-posts-slider .slider-item.is-visible::after {
  opacity: 0;
}
.other-posts .cursor-instance {
  position: absolute;
  pointer-events: none;
  z-index: 100;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.other-posts .cursor-instance.is-active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.other-posts .cursor-instance .cursor-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #515151;
  font-weight: 600;
  font-size: 12px;
  transform: rotate(15deg);
}
.other-posts .cursor-instance .cursor-content svg {
  width: 12px;
  height: 12px;
}
.other-posts .cursor-instance .cursor-content svg path {
  fill: #d9d9d9;
}
.other-posts .cursor-instance .cursor-content .arrow-top {
  transform: rotate(-15deg);
}
.other-posts .cursor-instance .cursor-content .arrow-bottom {
  transform: rotate(-15deg);
  margin-top: 6px;
}
.other-posts .slider-controls {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1599px) {
  .other-posts .slider-controls {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1365px) {
  .other-posts .slider-controls {
    margin-top: 36px;
  }
}
.other-posts .slider-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.other-posts .slider-nav button {
  padding: 0;
  background: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid #D5D5D5;
}
.other-posts .slider-nav button:hover {
  background: #E30613;
  border-color: #E30613;
}
.other-posts .slider-nav button:hover svg path {
  fill: #fff;
}
.other-posts .slider-nav button:active {
  transform: scale(0.95);
}
.other-posts .slider-nav button svg,
.other-posts .slider-nav button svg path {
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.other-posts .slider-nav button svg .bg,
.other-posts .slider-nav button svg .arrow {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.other-posts .slider-dots .slick-dots {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.other-posts .slider-dots .slick-dots li {
  width: 10px;
  height: 10px;
  background: #D5D5D5;
  cursor: pointer;
  transition: all 0.3s;
}
.other-posts .slider-dots .slick-dots li.slick-active {
  background: #E30613;
}
.other-posts .slider-dots .slick-dots li button {
  display: none;
}
.other-posts-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.other-posts-bg-elements .bg-element {
  position: absolute;
}
.other-posts-bg-elements .bg-element img {
  display: block;
  max-width: 100%;
  height: auto;
}
.other-posts-bg-elements .bg-element {
  /* Top Right Gear */
}
.other-posts-bg-elements .bg-element-top-right {
  top: -155px;
  right: 386px;
  width: 810px;
}
@media screen and (max-width: 2559px) {
  .other-posts-bg-elements .bg-element-top-right {
    top: -156px;
    right: 406px;
    width: 604px;
  }
}
@media screen and (max-width: 1919px) {
  .other-posts-bg-elements .bg-element-top-right {
    top: -176px;
    right: 354px;
    width: 523px;
  }
}
@media screen and (max-width: 1599px) {
  .other-posts-bg-elements .bg-element-top-right {
    top: -117px;
    right: 300px;
    width: 430px;
  }
}
@media screen and (max-width: 1365px) {
  .other-posts-bg-elements .bg-element-top-right {
    top: -36px;
    right: 261px;
    width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .other-posts-bg-elements .bg-element-top-right {
    top: 17px;
    right: 235px;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .other-posts-bg-elements .bg-element-top-right {
    top: 121px;
    right: -74px;
    width: 182px;
  }
}
.other-posts-bg-elements .bg-element {
  /* Bottom Left Honeycomb */
}
.other-posts-bg-elements .bg-element-bottom-left {
  bottom: -260px;
  left: 0px;
  width: 421px;
}
@media screen and (max-width: 2559px) {
  .other-posts-bg-elements .bg-element-bottom-left {
    bottom: -170px;
    left: 0px;
    width: 421px;
  }
}
@media screen and (max-width: 1919px) {
  .other-posts-bg-elements .bg-element-bottom-left {
    bottom: -220px;
    left: 0px;
    width: 421px;
  }
}
@media screen and (max-width: 1599px) {
  .other-posts-bg-elements .bg-element-bottom-left {
    bottom: -140px;
    left: -25px;
    width: 309px;
  }
}
@media screen and (max-width: 1365px) {
  .other-posts-bg-elements .bg-element-bottom-left {
    bottom: -105px;
    left: -20px;
    width: 270px;
  }
}
@media screen and (max-width: 1023px) {
  .other-posts-bg-elements .bg-element-bottom-left {
    bottom: -100px;
    left: -20px;
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .other-posts-bg-elements .bg-element-bottom-left {
    bottom: 20px;
    left: -30px;
    width: 124px;
  }
}
.other-posts-bg-elements .bg-element {
  /* Bottom Right Gear */
}
.other-posts-bg-elements .bg-element-bottom-right {
  bottom: -170px;
  right: 190px;
  width: 433px;
}
@media screen and (max-width: 2559px) {
  .other-posts-bg-elements .bg-element-bottom-right {
    bottom: -140px;
    right: 190px;
    width: 433px;
  }
}
@media screen and (max-width: 1919px) {
  .other-posts-bg-elements .bg-element-bottom-right {
    bottom: -100px;
    right: 0px;
    width: 367px;
  }
}
@media screen and (max-width: 1599px) {
  .other-posts-bg-elements .bg-element-bottom-right {
    bottom: -60px;
    right: 190px;
    width: 270px;
  }
}
@media screen and (max-width: 1365px) {
  .other-posts-bg-elements .bg-element-bottom-right {
    bottom: -40px;
    right: 60px;
    width: 270px;
  }
}
@media screen and (max-width: 1023px) {
  .other-posts-bg-elements .bg-element-bottom-right {
    bottom: 10px;
    right: 0px;
    width: 167px;
    filter: blur(4px);
  }
}
@media screen and (max-width: 767px) {
  .other-posts-bg-elements .bg-element-bottom-right {
    display: none;
  }
}

.rud-seo {
  margin: 0 0 300px;
}
@media screen and (max-width: 2260px) {
  .rud-seo {
    margin: 0 0 250px;
  }
}
@media screen and (max-width: 1660px) {
  .rud-seo {
    margin: 0 0 200px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-seo {
    margin: 0 0 150px;
  }
}
@media screen and (max-width: 1276px) {
  .rud-seo {
    margin: 0 0 180px;
  }
}
@media screen and (max-width: 934px) {
  .rud-seo {
    margin: 0 0 160px;
  }
}
@media screen and (max-width: 678px) {
  .rud-seo {
    margin: 0 0 150px;
  }
}
.rud-seo--wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1276px) {
  .rud-seo--wrap {
    flex-direction: column;
  }
}
.rud-seo-title {
  font-weight: 600;
  font-size: var(--font-size-4xl);
  line-height: 110%;
  letter-spacing: -0.04em;
  color: var(--color-black-100);
  width: calc(50% - 160px);
  margin: unset;
}
@media screen and (max-width: 2260px) {
  .rud-seo-title {
    width: calc(50% - 110px);
  }
}
@media screen and (max-width: 1660px) {
  .rud-seo-title {
    width: calc(50% - 100px);
    line-height: 120%;
  }
}
@media screen and (max-width: 1366px) {
  .rud-seo-title {
    width: calc(50% - 68px);
  }
}
@media screen and (max-width: 1276px) {
  .rud-seo-title {
    width: 100%;
    margin: 0 0 48px;
  }
}
.rud-seo-content {
  width: calc(50% - 205px);
  padding: 0 30px 0 0;
  height: 350px;
}
@media screen and (max-width: 2260px) {
  .rud-seo-content {
    width: calc(50% - 162px);
  }
}
@media screen and (max-width: 1660px) {
  .rud-seo-content {
    width: calc(50% - 121px);
    padding: 0 27px 0 0;
    height: 308px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-seo-content {
    width: calc(50% - 124px);
  }
}
@media screen and (max-width: 1276px) {
  .rud-seo-content {
    width: 100%;
    height: 260px;
  }
}
.rud-seo-content .simplebar-content > :last-child {
  margin: unset;
}
.rud-seo-content .simplebar-track.simplebar-vertical {
  width: 5px;
}
@media screen and (max-width: 1660px) {
  .rud-seo-content .simplebar-track.simplebar-vertical {
    width: 3px;
  }
}
.rud-seo-content .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  border-radius: 0;
  background: var(--color-grey-60);
}
.rud-seo-content h2,
.rud-seo-content h3,
.rud-seo-content h4,
.rud-seo-content h5,
.rud-seo-content p,
.rud-seo-content ul,
.rud-seo-content ol,
.rud-seo-content quote {
  margin: 0 0 24px;
}
.rud-seo-content h2,
.rud-seo-content h3,
.rud-seo-content h4,
.rud-seo-content h5 {
  font-weight: 600;
  line-height: 110%;
  color: var(--color-black-100);
}
.rud-seo-content p,
.rud-seo-content ul li,
.rud-seo-content ol li {
  font-weight: 500;
  font-size: var(--font-size-s-v1);
}
.rud-seo-content h2 {
  font-size: var(--font-size-2xl);
}
.rud-seo-content h3 {
  font-size: var(--font-size-xl);
}
.rud-seo-content h4 {
  font-size: var(--font-size-m);
}
.rud-seo-content h5 {
  font-size: var(--font-size-s-v1);
}
.rud-seo-content p {
  line-height: 140%;
}
.rud-seo-content ul li,
.rud-seo-content ol li {
  line-height: 130%;
}
.rud-seo-content ul,
.rud-seo-content ol {
  padding: 0 0 0 24px;
}
.rud-seo-content p a,
.rud-seo-content ul li a,
.rud-seo-content ol li a {
  font-weight: 700;
  transition: var(--transition-base);
  color: var(--color-black-100);
}
.rud-seo-content p a:hover,
.rud-seo-content ul li a:hover,
.rud-seo-content ol li a:hover {
  color: var(--color-red-100);
}

/* ===== contacts ===== */
.about-contacts-section {
  position: relative;
  width: 100%;
  min-height: 1000px;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 2560px;
  margin: 200px auto auto;
}
@media screen and (max-width: 2260px) {
  .about-contacts-section {
    margin: 150px auto auto;
  }
}
@media screen and (max-width: 1660px) {
  .about-contacts-section {
    margin: 120px auto auto;
  }
}
@media screen and (max-width: 1366px) {
  .about-contacts-section {
    margin: auto;
  }
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-contacts-section .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 150px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

.contact-card {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5.1500000954px);
  color: var(--card-text);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 48px;
  width: 708px;
  height: 800px;
}

.card-line {
  width: 64px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 36px;
}

.contacts-section-video .card-title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 36px;
}

.contacts-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.phones-group .phones-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.phones-group .phone-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.phones-group .phones-divider {
  width: 1px;
  height: 42px;
  background-color: rgb(255, 255, 255);
  margin-top: auto;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.item-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phones-row .item-header {
  align-items: start;
}

.item-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.item-icon img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  /* Make SVG white */
}

.item-label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 0.6;
}

.phones-row .item-label {
  margin-bottom: 12px;
}

.item-value {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: 0px;
}
.item-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.item-value a:hover {
  color: var(--accent-red);
}

.item-sub {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  opacity: 0.6;
  margin-top: 4px;
}

.item-header .img-container {
  border-radius: 80px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.card-footer-text {
  margin-top: auto;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 17.6px;
  text-transform: uppercase;
}

.phones-row .item-header .img-container {
  margin-top: -18px;
}

.phones-group .item-label {
  margin-left: 67px;
  margin-bottom: 0px;
}

:lang(en) .page-about .contact-card .card-title {
  font-size: 40px;
}

@media (max-width: 1919px) {
  :lang(en) .page-about .contact-card .card-title {
    font-size: 36px;
  }
}
@media (max-width: 1599px) {
  :lang(en) .page-about .contact-card .card-title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  :lang(en) .page-about .contact-card .card-title {
    font-size: 28px;
  }
}
@media (max-width: 743px) {
  :lang(en) .page-about .contact-card .card-title {
    font-size: 36px;
  }
}
/* === MEDIA QUERIES === */
/* 2559px and below */
@media (max-width: 2559px) {
  .about-contacts-section {
    min-height: 900px;
  }
  .contact-card {
    width: 708px;
    height: 700px;
  }
  .item-value {
    font-size: 22px;
  }
  .phones-group .phones-divider {
    height: 40px;
  }
  .card-footer-text {
    letter-spacing: 16px;
  }
}
/* 1919px and below */
@media (max-width: 1919px) {
  .about-contacts-section {
    min-height: 600px;
  }
  .contact-card {
    width: 550px;
    height: 504px;
    flex-direction: column-reverse;
    padding: 36px;
  }
  .card-line {
    display: none;
  }
  .card-footer-text {
    margin-top: 0;
    font-size: 17px;
    margin-bottom: auto;
    letter-spacing: 13.6px;
  }
  .contacts-section-video .card-title {
    font-size: 48px;
  }
  .item-label {
    font-size: 13px;
  }
  .item-value {
    font-size: 18px;
  }
  .item-sub {
    font-size: 13px;
  }
  .phones-group .phones-divider {
    height: 37px;
  }
  .item-header {
    margin-right: 0px;
  }
  .contacts-content {
    gap: 20px;
  }
  .card-header-content {
    margin-top: auto;
  }
  .about-contacts-section .container {
    padding: 48px 150px;
  }
}
/* 1599px and below */
@media (max-width: 1599px) {
  .about-contacts-section {
    min-height: 550px;
  }
  .contact-card {
    width: 495px;
    height: 454px;
    flex-direction: column-reverse;
    padding: 36px;
  }
  .card-line {
    display: none;
  }
  .card-footer-text {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 12.8px;
  }
  .contacts-section-video .card-title {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .item-header .img-container img {
    width: 18px;
    height: 18px;
  }
  .item-header .img-container {
    width: 50px;
    height: 50px;
  }
  .item-label {
    font-size: 12px;
  }
  .item-value {
    font-size: 17px;
  }
  .item-sub {
    font-size: 12px;
  }
  .phones-group .phones-divider {
    height: 34px;
  }
  .item-header {
    margin-right: 0px;
  }
  .contacts-content {
    gap: 18px;
  }
  .card-header-content {
    margin-top: auto;
  }
  .about-contacts-section .container {
    padding: 48px 64px;
  }
  .phones-group .item-label {
    margin-left: 62px;
    margin-bottom: 0px;
  }
}
/* 1365px and below */
@media (max-width: 1365px) {
  .about-contacts-section {
    min-height: 520px;
  }
  .contact-card {
    width: 495px;
    height: 424px;
    flex-direction: column-reverse;
    padding: 36px;
  }
  .card-line {
    display: none;
  }
  .card-footer-text {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 12.8px;
  }
  .contacts-section-video .card-title {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .item-header .img-container img {
    width: 18px;
    height: 18px;
  }
  .item-header .img-container {
    width: 50px;
    height: 50px;
  }
  .item-label {
    font-size: 12px;
  }
  .item-value {
    font-size: 17px;
  }
  .item-sub {
    font-size: 12px;
  }
  .phones-group .phones-divider {
    height: 34px;
  }
  .item-header {
    margin-right: 0px;
  }
  .contacts-content {
    gap: 18px;
  }
  .card-header-content {
    margin-top: auto;
  }
  .about-contacts-section .container {
    padding: 48px 64px;
  }
}
/* 1023px and below */
@media (max-width: 1023px) {
  .about-contacts-section {
    flex-direction: column;
    justify-content: flex-end;
  }
  .video-wrapper {
    position: relative;
  }
  .about-contacts-section .container {
    padding: 0;
  }
  .about-contacts-section {
    min-height: 662px;
  }
  .contact-card {
    height: 312px;
    width: 100%;
    background: #2C2C2C;
    backdrop-filter: blur(5.1500000954px);
    border: none;
    padding: 64px;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    margin-top: -9px;
  }
  .card-footer-text {
    font-size: 16px;
    letter-spacing: 8px;
  }
  .contacts-section-video .card-title {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 64px;
    margin-bottom: 64px;
    font-size: 28px;
    max-width: 215px;
  }
  .card-header {
    max-width: 390px;
  }
  .item-header .img-container {
    width: 36px;
    height: 36px;
  }
  .item-header .img-container img {
    width: 14px;
    height: 14px;
  }
  .item-label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .item-value {
    font-size: 16px;
  }
  .item-sub {
    font-size: 12px;
  }
  .phones-group .phones-divider {
    height: 34px;
  }
  .contacts-content {
    gap: 18px;
  }
  .item-header {
    margin-right: 0px;
  }
  .phones-group .item-label {
    margin-left: 49px;
    margin-bottom: 0px;
  }
}
/* 767px and below */
@media (max-width: 743px) {
  .about-contacts-section {
    min-height: auto;
  }
  .contact-card {
    padding: 48px 24px;
    height: auto;
    flex-direction: column-reverse;
    margin-top: -10px;
  }
  .contacts-section-video .card-title {
    position: relative;
    left: 0;
    bottom: 0;
    margin-left: 0;
    margin-bottom: 28px;
    font-size: 36px;
    max-width: 100%;
    margin-bottom: 48px;
  }
  .contact-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .phones-group .phones-row {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .phones-group .phones-divider {
    height: 1px;
    width: 280px;
    background: #414141;
    margin-left: 48px;
  }
  .item-header {
    margin-right: 0;
    align-items: start;
  }
  .phones-group .phone-item:nth-child(3) {
    margin-left: 48px;
  }
  .contacts-content {
    gap: 16px;
  }
  .card-footer-text {
    margin-bottom: 16px;
    letter-spacing: 8px;
  }
  .video-wrapper video {
    min-height: 300px;
  }
}