@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Druk Wide Cyr Medium", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, picture, video, canvas, svg {
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

input {
  outline: none;
  appearance: none;
  box-shadow: none;
  border: 1px solid #e8e8e8;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

ul, ol {
  list-style: none;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  min-width: 360px;
}

.container__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 0px;
  overflow: hidden;
  position: relative;
}

.container__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 0px;
  overflow: hidden;
  position: relative;
}

.wrapper {
  overflow: hidden;
}

svg, img {
  transition: 0.2s;
  max-width: 100%;
  flex-shrink: 0;
}

video::-webkit-media-controls {
  display: none;
}

._fixed {
  overflow: hidden;
}

@media (max-width: 1439px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mob-show {
  display: none;
}

.mob-hide {
  display: block;
}

@media (max-width: 767px) {
  .mob-show {
    display: block;
  }
  .mob-hide {
    display: none;
  }
}
.btn {
  border-radius: 9px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  min-width: 140px;
  transition: 0.2s;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
}

.btn.btn_wh {
  color: #141414;
}
.btn.btn_wh:hover {
  border: 1px solid #141414;
}

.btn.btn__transparent {
  background: transparent;
  border: 1px solid #DE4848;
}

.btn:hover {
  border: 1px solid #fff;
}

.btn:hover img {
  transform: rotate(180deg);
}

.arr__btn {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  text-align: center;
  width: 100%;
  max-width: 260px;
  height: 44px;
  background: transparent;
  color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #DE4848;
  transition: 0.2s;
}

.arr__btn:hover {
  background: #DE4848;
}

.arr__btn .btn__arr {
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  flex-shrink: 0;
  transform: rotate(135deg);
  position: relative;
  left: 0;
  transition: 0.2s;
}

.arr__btn.dark .btn__arr {
  border-top: 1px solid rgb(20, 20, 20);
  border-left: 1px solid rgb(20, 20, 20);
}

.arr__btn:hover .btn__arr {
  left: 5px;
}

.red_text {
  color: #DE4848;
}

.bg__red {
  background: #DE4848;
  padding: 10px 18px;
  color: #fff;
  border-radius: 8px;
}

.flex-end {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.section__title {
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.section__title.small__centered {
  font-weight: 100;
  font-size: 26px;
  line-height: 110%;
  text-transform: uppercase;
  line-height: 1.3;
}

.section__title.small__centered h2 {
  width: fit-content;
  margin: 0 auto;
}

.slider__arrs {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding-top: 50px;
}

.slider__arr {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #DE4848;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

.slider__arr::after {
  content: "";
  position: absolute;
  border-top: 1.5px solid #DE4848;
  border-left: 1.5px solid #DE4848;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 50%;
  transition: 0.2s;
}

.slider__arr.arr-l::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slider__arr.arr-l:hover::after {
  left: 45%;
}

.slider__arr.arr-r:hover::after {
  left: 55%;
}

.slider__arr.arr-r::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.slider__arr[aria-disabled=false] {
  background: #DE4848;
}

.slider__arr[aria-disabled=false]::after {
  border-top: 1.5px solid #FFF;
  border-left: 1.5px solid #FFF;
}

.bg__dark {
  background: #141414;
}

.border-bottom-rounded {
  border-radius: 0 0 30px 30px;
}

.text-transparent {
  -webkit-text-stroke: 2px #DE4848;
  -webkit-text-fill-color: white;
}

.side__arr {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.side__arr.arr-l {
  left: 20px;
  transform: translateY(-50%) rotate(-180deg);
}

.side__arr.arr-l:hover {
  left: 18px;
}

.side__arr.arr-r {
  right: 20px;
  transform: translateY(-50%);
}

.side__arr.arr-r:hover {
  right: 18px;
}

.hide {
  opacity: 0 !important;
}

.h200 {
  height: 200px !important;
}

.slider-active {
  overflow: hidden;
}

@media (max-width: 767px) {
  .section__title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .section__title {
    font-size: 20px;
  }
}
.breadcrumbs {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  display: flex;
  gap: 4px;
  display: inherit;
}

.breadcrumbs-item {
  position: relative;
  color: #6F6F6F;
  display: flex;
  align-items: center;
  display: inline;
}

.breadcrumbs.dark-breadcrumbs .breadcrumbs-item:last-child {
  color: #fff;
}

.breadcrumbs-item:last-child {
  color: #141414;
}

.breadcrumbs-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.53516 1L6.00539 4.47024L2.46986 8.00577' stroke='%236F6F6F' stroke-width='0.797494'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 0 4px;
}

.breadcrumbs-paddings {
  padding-top: 35px;
  padding-bottom: 56px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-bottom: 28px;
  }
}
@font-face {
  font-family: "Druk Wide Cyr Medium";
  src: url("../assets/fonts/drukwidecyr-medium.otf") format("opentype");
  font-weight: 500; /* Medium обычно соответствует 500 */
  font-style: normal;
  font-display: swap; /* Оптимизация загрузки */
}
@font-face {
  font-family: "Druk Wide Cyr";
  src: url("../assets/fonts/drukwidecyr-medium.otf") format("opentype");
  font-weight: 500; /* Medium обычно соответствует 500 */
  font-style: normal;
  font-display: swap; /* Оптимизация загрузки */
  /*src: url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.eot");*/
  /*src: url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.woff") format("woff"), url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.svg#Druk Wide Cyr") format("svg");*/
}
.header {
  position: relative;
  z-index: 5;
}

.header .container__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container__inner .header__logo {
  width: 140px;
}
.header .container__inner .header__burger {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 217, 217, 0.1490196078);
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  transition: 0.2s;
  display: none;
}
.header .container__inner .header__burger--wh {
  background: rgb(20, 20, 20);
}
.header .container__inner .header__burger:hover {
  color: #DE4848;
}
.header .container__inner .header__burger svg {
  width: 16px;
  height: 15px;
}

@media (max-width: 1439px) {
  .header .container__inner {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .header .container__inner .header__burger {
    display: flex;
  }
  .header__btn {
    display: none;
  }
  .header .container__inner .header__logo {
    width: 36px;
  }
}
.main__screen .container__inner {
  position: relative;
}

.main__screen_inner {
  min-height: 780px;
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.main__screen-title {
  font-family: "Druk Wide Cyr", "Druk Wide Cyr Medium", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
}

.main__screen-advs {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.main__screen-adv {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 330px;
}

.main__screen-adv li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.main__screen-adv li img {
  max-width: 30px;
}

.main__screen-adv li span {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.main__screen-img {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.main__toolbar {
  width: 100%;
  max-width: 500px;
  height: 68px;
  display: flex;
  align-items: center;
  /*gap: 35px;*/
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  background: #141414;
  box-shadow: 0px 7.13px 17.84px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #DE4848;
  border-radius: 18px;
  padding: 8px;
  z-index: 150;
  justify-content: space-between;
  transition: 0.5s;
}

#desktopBurger {
  display: flex;
}

#mobBurger {
  display: none;
}

.toolbar__video {
  position: relative;
}

.toolbar__video .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.toolbar__video:hover .play_icon {
  color: #DE4848;
}

.toolbar__video a {
  width: 94px;
  height: 52px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

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

.toolbar__links {
  display: flex;
  gap: 35px;
  font-family: "Inter Tight";
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 90%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.toolbar__burger {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 217, 217, 0.1490196078);
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  transition: 0.2s;
}

.toolbar__burger:hover {
  color: #DE4848;
}

.toolbar__burger svg {
  width: 22px;
  height: 20px;
}

.mob__callback {
  display: none;
}

@media (max-width: 1480px) {
  .main__screen_inner {
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  .main__screen-title {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  .main__screen-title {
    font-size: 52px;
  }
  .main__screen-adv li span {
    font-size: 14px;
  }
  .main__screen-adv li {
    gap: 10px;
  }
  .main__screen-adv {
    max-width: 230px;
  }
  .main__screen_inner {
    min-height: 700px;
  }
  .main__toolbar {
    width: calc(100% - 32px);
    gap: 5px;
  }
  .main__toolbar.fixed {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main__screen-title {
    font-size: 40px;
  }
  .main__screen-advs {
    display: none;
  }
  .main__screen-img {
    width: 100%;
  }
  .main__screen-title {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .toolbar__links {
    gap: 15px;
  }
  .main__screen-img {
    top: 60%;
  }
  #desktopBurger {
    display: none;
  }
  #mobBurger {
    display: flex;
  }
}
@media (max-width: 480px) {
  .main__screen-title {
    font-size: 30px;
  }
  .main__screen-img {
    width: 90%;
  }
  .toolbar__links {
    font-size: 12px;
  }
  .main__toolbar {
    padding: 6px;
    height: 60px;
    border-radius: 14px;
  }
  .mob__callback {
    display: block;
  }
  .mob__callback .btn {
    height: 48px;
  }
  .toolbar__video a {
    width: 86px;
    height: 48px;
    border-radius: 10px;
  }
}
.awards {
  padding-top: 50px;
}

.awards .section__title {
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 0px;
  overflow: hidden;
  position: relative;
}

.swiper.awards__slider {
  margin-top: 50px;
  overflow: visible;
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 0px;
  position: relative;
}

.awards__slide.swiper-slide {
  border-radius: 16px;
  width: 330px;
  height: 300px;
  border: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}

.awards__slide-img {
  max-width: 100px;
}

.awards__slide-name {
  overflow: hidden;
  height: 75px;
}

.awards__slide-name-text {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 154%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.flip-card {
  perspective: 1000px; /* Глубина 3D-эффекта */
  transition: 0.3s;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d; /* Сохраняет 3D-пространство */
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); /* Переворот на 180 градусов */
}

.flip-card:hover {
  border: 1px solid transparent;
}

.awards__front, .awards__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
}

.awards__front {
  background: #141414;
  padding: 25px;
}

.awards__back {
  background: #DE4848;
  transform: rotateY(180deg); /* Изначально перевёрнута */
}

.awards__back-inner {
  padding: 25px;
}

@media (max-width: 1280px) {
  .awards .container__inner {
    padding: 0 20px;
  }
  .awards .section__title {
    padding: 20px 20px;
  }
  .swiper.awards__slider {
    padding: 20px 20px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .swiper.awards__slider {
    margin-top: 20px;
  }
}
.marquee {
  padding-top: 140px;
}

.marquee-section {
  position: relative;
  height: 400px;
  overflow: hidden;
  color: #fff;
}

/* ========== Background Lines ========== */
.marquee-bg {
  position: absolute;
  top: 0;
  width: 200%;
  white-space: nowrap;
  font-size: 160px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.05);
  display: flex;
  gap: 50px;
  z-index: 0;
  pointer-events: none;
}

.bg-left {
  animation: bgScrollRight 120s linear infinite;
  top: 20px;
}

.bg-right {
  animation: bgScrollLeft 120s linear infinite;
  top: 150px;
}

@keyframes bgScrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-150%);
  }
}
@keyframes bgScrollRight {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ========== Front Rows ========== */
.marquee-front {
  position: absolute;
  display: flex;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  height: 100px;
}

.front-left {
  top: 80px;
}
.front-right {
  top: 200px;
}
.front-right .marquee-track {
  justify-content: flex-end;
}

/* ========== Moving Track ========== */
.marquee-track {
  display: flex;
  gap: 60px;
  transition: 0.3s;
  transform: translateX(0);
  will-change: transform;
  position: relative;
  max-width: 70%;
}

/* ========== Item ========== */
.item {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-shrink: 0;
}

.item img {
  width: 114px;
  height: 103px;
  object-fit: cover;
}

.item span {
  background: rgba(117, 117, 117, 0.4);
  color: #fff;
  height: 42px;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 154%;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== Animations ========== */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .section__title.small__centered .red_text {
    font-size: 25px;
  }
  .section__title.small__centered .bg__red {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .section__title.small__centered .red_text {
    font-size: 20px;
  }
  .section__title.small__centered h2 {
    margin: 0 auto;
  }
  .section__title.small__centered .bg__red {
    font-size: 20px;
  }
  .marquee {
    padding-top: 40px;
  }
  .marquee-bg {
    font-size: 120px;
  }
  .front-left {
    top: 40px;
  }
  .front-right {
    top: 140px;
  }
  .bg-left {
    top: 10px;
  }
  .bg-right {
    top: 110px;
  }
  .item img {
    width: 104px;
    height: 93px;
    object-fit: cover;
  }
  .marquee-section {
    height: 290px;
  }
  .border-bottom-rounded {
    border-radius: 0 0 16px 16px;
  }
  .bg-left {
    animation: bgScrollRight 60s linear infinite;
  }
  .bg-right {
    animation: bgScrollLeft 60s linear infinite;
  }
}
.numbers {
  padding-top: 140px;
  padding-bottom: 100px;
  transition: 0.3s;
}

.numbers.desktop {
  display: block;
}

.numbers.mobile {
  display: none;
}

.numbers__top {
  display: flex;
  gap: 50px;
  padding-bottom: 70px;
  position: relative;
  z-index: 10;
  will-change: transform;
  top: 50px;
  transition: 0.2s;
  top: 0;
}

.pinned {
  position: fixed !important;
  top: 50px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100%;
  z-index: 1000;
  max-width: 1260px !important;
  margin: 0 auto;
  padding: 0 20px !important;
}

.numbers__top-title {
  max-width: 600px;
  font-weight: 500;
  font-style: Medium;
  font-size: 68.4px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #DE4848;
  font-family: "Druk Wide Cyr Medium";
}

.numbers__top-text {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 124%;
  letter-spacing: 0%;
  text-transform: uppercase;
  max-width: 500px;
}

.numbers__wrap {
  overflow: hidden;
  position: relative;
}

.numbers__list {
  display: flex;
  justify-content: space-between;
  height: 700px;
  padding: 50px 20px 0;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 50;
}

.numbers__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.numbers__video {
  position: absolute;
  z-index: 1;
  height: 700px;
  width: 100%;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  will-change: transform, opacity;
}

.numbers__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.numbers__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 300px;
  position: relative;
  z-index: 5;
  background: rgba(255, 255, 255, 0.5019607843);
  backdrop-filter: blur(6.3px);
  height: 290px;
  border-radius: 16px;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  will-change: transform, opacity;
}

.numbers__item-num {
  font-weight: 500;
  font-size: 68px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #DE4848;
}

.numbers__item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  letter-spacing: 0%;
  text-transform: uppercase;
  width: 80%;
}

@media (max-width: 1280px) {
  .numbers__top-title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .numbers__top-text {
    font-size: 18px;
  }
  .numbers__top {
    gap: 24px;
  }
  .numbers__top-title {
    font-size: 40px;
  }
  .numbers {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .numbers__item-num {
    font-size: 48px;
  }
  .numbers__item-text {
    font-size: 10px;
  }
  .numbers__list {
    flex-direction: column;
    justify-content: center;
  }
  .numbers__row {
    justify-content: center;
  }
  .numbers__item {
    height: 155px;
    gap: 15px;
  }
  .num_1 {
    top: -100px;
  }
  .num_2 {
    bottom: 10px;
  }
  .num_3 {
    top: -30px;
  }
  .num_4 {
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  .numbers.desktop {
    display: none;
  }
  .numbers.mobile {
    display: block;
  }
  .numbers__top-title {
    font-size: 34px;
  }
  .numbers__top {
    flex-direction: column;
  }
  .numbers__item-num {
    font-size: 36px;
  }
  .numbers__item {
    padding: 0 10px;
  }
  .text-transparent {
    -webkit-text-stroke: 1px #de4848;
    -webkit-text-fill-color: #fff;
  }
  .numbers__wrap {
    border-radius: 16px;
  }
}
.persons__grid {
  display: flex;
  gap: 20px;
}

.persons__item {
  background: #141414;
  position: relative;
  height: 533px;
  border-radius: 16px;
  transition: 0.2s;
  flex: 1;
  transition: flex 0.5s ease;
  cursor: pointer;
}

.persons__item.hovered {
  flex: 1.3; /* шире */
}

.persons__item.shrinked {
  flex: 0.9; /* сжата */
}

.person__img {
  border-radius: 16px;
  overflow: hidden;
  border-radius: 112px;
  width: 221px;
  height: 221px;
  margin: 20px auto 0;
  transition: 0.3s;
}

.persons__item.hovered .person__img {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
}

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

.person__content {
  color: #fff;
  padding: 20px;
  position: relative;
  height: 370px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.person__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 6px;
  position: relative;
}

.persons__item.hovered .person__content {
  opacity: 1;
  visibility: visible;
}

.person__name-bottom {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 6px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  transition: 0.2s;
}

.persons__item.hovered .person__name-bottom {
  opacity: 0;
  visibility: hidden;
}

.person__position {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.person__text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  padding-top: 20px;
}

.person__decor {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.persons__item.hovered .person__decor {
  opacity: 0;
  visibility: hidden;
}

.person__mob-name {
  display: none;
}

.persons__spoiler {
  display: none;
}

@media (max-width: 1280px) {
  .persons__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .persons__item {
    min-height: 533px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .persons__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .person__name-bottom {
    display: none;
  }
  .person__decor img {
    height: 105px;
  }
  .person__decor {
    top: 20px;
  }
  .persons__item {
    height: auto;
    min-height: auto;
  }
  .person__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding: 20px 20px 0 20px;
    gap: 16px;
  }
  .person__img {
    margin: unset;
    width: 109px;
    height: 109px;
    flex-shrink: 0;
  }
  .person__mob-name {
    display: block;
    padding-right: 30px;
  }
  .person__content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-bottom: 0px;
  }
  .persons__item.hovered .person__img {
    border-radius: 16px;
    overflow: hidden;
    border-radius: 112px;
    width: 109px;
    height: 109px;
    margin: unset;
    transition: 0.3s;
  }
  .persons__item.hovered .person__decor {
    opacity: 1;
    visibility: visible;
  }
  .person__name {
    font-size: 10px;
  }
  .person__position {
    font-size: 10px;
    line-height: 120%;
  }
  .person__text {
    font-size: 12px;
  }
  .person__content .person__name {
    display: none;
  }
  .person__content .person__position {
    display: none;
  }
  .persons__spoiler {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
    display: block;
  }
  .persons__arr {
    width: 7px;
    height: 7px;
    border-top: 1.15px solid #fff;
    border-right: 1.15px solid #fff;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.3s;
  }
  .persons__item.opened .persons__arr {
    transform: rotate(-45deg);
  }
  .person__content {
    display: grid;
    grid-template-rows: 0fr;
    padding-bottom: 10px;
  }
  .person__text {
    overflow: hidden;
  }
  .persons__item.opened .person__content {
    grid-template-rows: 1fr;
    padding-bottom: 30px;
  }
}
.afisha {
  padding-top: 150px;
  padding-bottom: 100px;
}

.afisha__title {
  position: relative;
  padding-bottom: 70px;
}

.afisha__title h2 {
  font-weight: 500;
  font-size: 68px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  max-width: 700px;
  margin: 0 auto;
}

.afisha__title-decor {
  background: rgba(222, 72, 72, 0.8196078431);
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  height: 66px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 17px;
  transform: rotate(-3deg);
  left: 53%;
  backdrop-filter: blur(10px);
  padding: 18px 24px;
}

.afisha__support.support {
  padding: 140px 0;
}

.afisha__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.afisha__item {
  height: 340px;
  padding: 20px;
  border-radius: 16px;
  background: #141414;
  color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
  border: 1px solid #141414;
}

.afisha__item:hover {
  background: #fff;
  color: #141414;
  border: 1px solid #141414;
}

.afisha__item:hover .afisha__btn {
  color: #000000;
}

.afisha__item:hover .btn__arr {
  width: 7px;
  height: 7px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  flex-shrink: 0;
  transform: rotate(135deg);
}

.afisha__item:hover .afisha__btn-mob {
  color: #000000;
}

.afisha__btn-mob:hover {
  color: #fff !important;
}

.afisha__btn-mob:hover .btn__arr {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.afisha__top {
  display: flex;
  justify-content: space-between;
  height: 238px;
}

.afisha__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 350px;
  flex-shrink: 0;
}

.afisha__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  width: 260px;
}

.afisha__date {
  font-weight: 500;
  font-size: 24px;
  line-height: 109%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 6px;
}

.afisha__city {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 109%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #DE4848;
}

.afisha__content {
  max-width: 310px;
  padding-top: 20px;
}

.afisha__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 109%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.afisha__text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.afisha__img {
  position: relative;
}

.afisha__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 220px;
}

.afisha__link {
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #DE4848;
}

.afisha__btn {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  text-align: center;
  width: 100%;
  max-width: 260px;
  height: 44px;
  background: transparent;
  color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #DE4848;
  transition: 0.2s;
}

.afisha__btn:hover {
  background: #DE4848;
}

.afisha__btn .btn__arr {
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  flex-shrink: 0;
  transform: rotate(135deg);
}

.afisha__more {
  border: 1px solid #000000;
  width: 100%;
  height: 44px;
  border-radius: 9px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.afisha__more span {
  font-size: 35px;
  font-weight: 200;
  transition: 0.2s;
}

.afisha__more:hover span {
  transform: rotate(180deg);
}

.afisha__hidden {
  display: none;
}

.afisha__img-mob {
  display: none;
}

.afisha__btn-mob {
  display: none;
}

@media (max-width: 1280px) {
  .afisha__title h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .afisha__title h2 {
    font-size: 35px;
  }
  .afisha__title-decor {
    border-radius: 8px;
    padding: 12px;
    height: 46px;
    font-size: 10px;
  }
  .afisha__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .afisha__item {
    height: auto;
    min-height: 340px;
  }
  .afisha__support.support {
    padding: 80px 0 60px;
  }
}
@media (max-width: 767px) {
  .page-afisha .sliders.mob-show {
    z-index: 10;
    top: -20px;
  }
  .page-afisha .sliders.mob-show .support {
    padding-top: 40px;
  }
  .page-afisha .sliders.mob-show:after {
    display: none;
  }
  .page-afisha .contacts-block {
    z-index: 15;
  }
  .afisha__title h2 {
    font-size: 28px;
  }
  .afisha__title-decor {
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
    bottom: 30px;
    min-width: 155px;
  }
  .afisha__item {
    min-height: 405px;
    height: auto;
  }
  .afisha__items {
    margin-bottom: 24px;
  }
  .afisha {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .afisha__date {
    font-size: 20px;
  }
  .afisha__city {
    font-size: 12px;
  }
  .afisha__name {
    font-size: 12px;
  }
  .afisha__text {
    font-size: 12px;
  }
  .afisha__img {
    display: none;
  }
  .afisha__btn {
    display: none;
  }
  .afisha__right {
    display: none;
  }
  .afisha__left {
    max-width: none;
    width: 100%;
  }
  .afisha__top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .afisha__img-mob {
    display: block;
    width: 140px;
  }
  .afisha__btn-mob {
    display: flex;
    width: 100%;
    margin-top: 20px;
    max-width: none;
  }
  .afisha__wrapper {
    height: 200vh; /* для демонстрации скролла */
    position: relative;
  }
  .afisha__items {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .afisha__item {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
}
.press {
  background: #F7F7F7;
  border-radius: 32px;
  max-width: 1260px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-bottom: 140px;
}

.press__title {
  position: relative;
  padding-bottom: 70px;
}

.press__title h2 {
  font-weight: 500;
  font-size: 68px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 30px;
  background: #EFEFEF;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.press__title-decor {
  background: rgba(222, 72, 72, 0.8196078431);
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  height: 66px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  transform: rotate(-3deg);
  left: 50%;
  backdrop-filter: blur(10px);
  padding: 18px 24px;
}

.press__tabs {
  display: flex;
  height: 44px;
  border: 1px solid #DE4848;
  border-radius: 9px;
  margin: 0 30px 20px;
}

.press__tab {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #DE4848;
  cursor: pointer;
}

.press__tab.active__tab {
  border-radius: 9px;
  background: #141414;
  color: #fff;
  margin: -1px;
}

.press__sliders {
  border-radius: 32px;
  padding: 0 30px 50px;
}

.press__slider img {
  border-radius: 16px;
}

.press__slide.swiper-slide {
  background: #fff;
  border-radius: 16px;
  color: #141414;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 380px;
  padding-bottom: 20px;
}

.press__slide-content {
  padding: 23px;
  min-height: 175px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.press__slide-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}

.press__slide-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 10px;
}

.press__slide-link {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.2;
  font-family: "Montserrat";
  font-weight: 600;
}
.press__slide-link:hover {
  color: #818181;
}
.press__slide-link:hover .btn__arr {
  right: -3px;
}

.btn__arr {
  width: 7px;
  height: 7px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  flex-shrink: 0;
  transform: rotate(135deg);
  position: relative;
  right: 0;
  transition: 0.2s;
}

.press__slide-date {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #818181;
}

@media (max-width: 1280px) {
  .press__title h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .press__title h2 {
    font-size: 35px;
    height: 70px;
    border-radius: 16px;
  }
  .press {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .press__title {
    padding-bottom: 40px;
  }
  .press__title h2 {
    font-size: 28px;
  }
  .press__title-decor {
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
    bottom: 20px;
    width: 145px;
    font-size: 10px;
    border-radius: 8px;
    padding: 18px 17px;
    height: 46px;
  }
  .press__tab {
    font-size: 12px;
  }
  .press__slide-content {
    padding: 20px;
  }
  .press__slider .slider__arrs {
    padding-top: 24px;
  }
  .press {
    margin: 0 20px 80px;
  }
  .press__sliders {
    padding: 0 12px 16px;
  }
  .press__tabs {
    margin: 0 12px 20px;
  }
  .press__slide-text {
    font-size: 12px;
  }
}
.reviews {
  padding-bottom: 150px;
}

.reviews__title {
  position: relative;
  padding-bottom: 70px;
}

.reviews__title h2 {
  font-weight: 500;
  font-size: 68px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 30px;
  background: #141414;
  color: #fff;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews__title-decor {
  background: rgba(222, 72, 72, 0.8196078431);
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  padding: 18px 24px;
  height: 66px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  transform: rotate(-3deg);
  left: 50%;
  backdrop-filter: blur(10px);
}

.reviews__slide.swiper-slide {
  display: flex;
  gap: 20px;
  background: #F7F7F7;
  border-radius: 16px;
  padding: 20px;
  height: auto;
}

.reviews__slide-person {
  flex: 1;
}

.reviews__slide-img {
  height: 185px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.reviews__slide-img svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

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

.reviews__slide-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 6px;
}

.reviews__slide-position {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.reviews__slide-content {
  flex: 1;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  line-height: 144%;
  letter-spacing: 0%;
}

@media (max-width: 1280px) {
  .reviews__slide {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .reviews__title h2 {
    font-size: 35px;
    height: 70px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .reviews__title h2 {
    font-size: 28px;
  }
  .reviews__title-decor {
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
    bottom: 14px;
    font-size: 10px;
    border-radius: 8px;
    padding: 18px 17px;
    height: 46px;
    width: 200px;
  }
  .reviews__slide-position {
    font-size: 12px;
  }
  .reviews__slide-content {
    font-size: 12px;
  }
  .reviews__title {
    position: relative;
    padding-bottom: 42px;
  }
  .reviews .slider__arrs {
    padding-top: 24px;
  }
  .reviews {
    padding-bottom: 80px;
  }
}
.platforms {
  background: #141414;
  padding-top: 70px;
  padding-bottom: 140px;
  color: #fff;
  border-radius: 30px 30px 0 0;
  z-index: 10;
  position: relative;
}
.platforms:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  background: rgb(255, 255, 255);
  height: 30px;
  border-radius: 30px 30px 0 0;
}

.platforms.afisha__platforms {
  padding: 70px 0;
  border-radius: 30px;
  margin-bottom: 140px;
}
.platforms.afisha__platforms:after {
  display: none;
}

.platforms__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}

.platforms__title {
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.platforms__tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  overflow-x: auto;
}

.platforms__tab {
  border: 1px solid #DE4848;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  height: 45px;
  width: 100%;
  font-family: "Druk Wide Cyr Medium", sans-serif;
  min-width: 150px;
}

.platforms__tabs {
  overflow: auto;
  max-height: 300px; /* или любая нужная высота */
  padding: 0 0 20px;
}

/* Стилизация для вебкитов (Chrome, Edge, Safari) */
.platforms__tabs::-webkit-scrollbar {
  width: 12px; /* ширина вертикального скроллбара */
  height: 12px; /* высота горизонтального скроллбара */
}

.platforms__tabs::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #272727;
}

.platforms__tabs::-webkit-scrollbar-thumb {
  background: #de4848; /* цвет ползунка */
  border-radius: 5px;
}

.platforms__tabs::-webkit-scrollbar-thumb:hover {
  background: #de4848; /* цвет при наведении */
}

/* Для Firefox */
.platforms__tabs {
  scrollbar-width: auto; /* "auto" | "thin" | "none" */
  scrollbar-color: #de4848 #272727; /* ползунок и трек */
}

.platforms__tab:hover {
  background: #DE4848;
  border: 1px solid #DE4848;
}

.platform {
  display: flex;
  justify-content: space-between;
  height: 263px;
  gap: 20px;
}

.platforms__tab.active__tab {
  background: #DE4848;
}

.platform__left {
  display: flex;
  justify-content: space-between;
  background: #1F1F1F;
  border-radius: 16px;
  padding: 30px;
  gap: 30px;
  width: 50%;
}

.platform__info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 45%;
}

.platform__name {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #DE4848;
  padding-bottom: 12px;
}

.platform__address {
  font-weight: 500;
  font-size: 12px;
  line-height: 116%;
  letter-spacing: 0%;
  text-transform: uppercase;
  max-width: 230px;
}

.arr__btn.platform__btn {
  background: #DE4848;
}

.arr__btn.platform__btn:hover {
  background: transparent;
}

.platform__plan {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 20px;
}

.platform__title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
}

.platform__plan-name {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  color: #DE4848;
  padding-bottom: 20px;
}

.platform__plan-title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.9803921569);
  padding-bottom: 20px;
}

.platform__dest {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
  margin-left: 15px;
}

.platform__point {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  cursor: pointer;
}

.platform__point::after {
  content: "";
  position: absolute;
  top: 25%;
  right: -15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  flex-shrink: 0;
  transform: rotate(135deg);
  transition: 0.2s;
}

.platform__point::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DE4848;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.platform__point:hover::before {
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 0 rgba(222, 72, 72, 0.7);
  }
  50% {
    transform: translateY(-50%) scale(1.2);
    box-shadow: 0 0 0 4px rgba(222, 72, 72, 0);
  }
  100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 0 rgba(222, 72, 72, 0);
  }
}
.platform__point:hover:after {
  right: -20px;
}

.platform__site {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: rgba(255, 255, 255, 0.9803921569);
}

.platform__map {
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
  height: 263px;
}
.platform__map > div {
  height: 263px;
}

.platform__top-mob {
  display: none;
}

.platform__btn-mob {
  display: none;
}

@media (max-width: 1280px) {
  .platforms__title {
    font-size: 24px;
  }
  .platforms__tab {
    font-size: 10px;
  }
  .platform__point {
    font-size: 10px;
  }
  .platform__map {
    width: 40%;
  }
  .platform__left {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .platforms__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
  }
  .platforms__title {
    padding-bottom: 0;
  }
  .platform {
    flex-direction: column;
    height: auto;
  }
  .platform__map {
    height: 284px;
    width: 100%;
    height: 100%;
  }
  .platform__left {
    width: 100%;
    padding: 16px;
  }
  .platform__plan {
    padding: 16px;
  }
  .platforms.afisha__platforms {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .platforms__tab {
    height: 37px;
  }
  .platforms.afisha__platforms {
    padding: 15px 0 50px;
    border-radius: 30px 30px 0 0;
    margin-bottom: 0;
  }
  .page-platforms .page-platforms__grid {
    padding-bottom: 70px;
  }
  .page-platforms__item {
    flex-direction: column;
    gap: 24px;
  }
  .page-platforms__item .page-platforms__img {
    max-height: 250px;
    max-width: 100%;
  }
  .page-platforms__item .page-platforms__info {
    padding: 0 16px 16px;
  }
  .page-platforms__item .page-platforms__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 80px;
  }
  .page-platforms__item .page-platforms__top .page-platforms__title {
    font-size: 14px;
  }
  .page-platforms__item .page-platforms__top .page-platforms__link {
    max-width: 100%;
    margin-top: 4px;
  }
  .page-platforms__item .page-platforms__top .page-platforms__link .arr__btn {
    max-width: 100%;
  }
  .page-platforms__item .page-platforms__main {
    flex-direction: column-reverse;
  }
  .page-platforms__item .page-platforms__main .page-platforms__right {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .platform__info {
    display: none;
  }
  .platform__left {
    min-height: 430px;
  }
  .platform__top-mob {
    display: block;
  }
  .platform__btn-mob {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .platform-mob {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .platform__plan {
    width: 100%;
  }
  .platform__bottom-mob {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .arr__btn.platform__btn-mob {
    background: #de4848;
  }
  .arr__btn.platform__btn-mob:hover {
    background: transparent;
  }
}
.partners {
  border-radius: 30px 30px 0 0;
}

.sliders {
  background: #fff;
  border-radius: 30px 30px 0 0;
  position: relative;
  padding-bottom: 0px;
}
.sliders:after {
  position: absolute;
  bottom: -40px;
  width: 100%;
  content: "";
  background: rgb(255, 255, 255);
  height: 50px;
}

.desktop__slider {
  padding-bottom: 30px;
  max-width: 1260px;
  margin: 0 auto;
}

.desktop__slider .slider-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: auto;
  padding-bottom: 30px;
}

.partners__bg {
  padding: 50px 0 0px;
  border-radius: 30px 30px 0 0;
  background: #fff;
}

.partners__title {
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 56px;
}

.partners__slider-wrap {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}

.partners__slider.swiper {
  overflow: visible;
}

.partners__title {
  max-width: 1260px;
  margin: 0 auto;
}

.desktop__slider .partners__slide {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  border: 1px solid #DEDEDE;
  padding: 20px;
  border-radius: 16px;
  height: auto;
  width: 300px;
  flex-shrink: 0;
}

.partners__slide.swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  border: 1px solid #DEDEDE;
  padding: 20px;
  border-radius: 16px;
  height: auto;
}

.partners__slide-name {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 11px;
  line-height: 90%;
  letter-spacing: 0%;
  text-align: center;
  color: #323232;
  max-width: 90%;
}

.partners__slide-img {
  height: 72px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners__slide-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners__inner .side__arrs {
  display: none;
}

@media (max-width: 1280px) {
  .partners__title {
    padding: 0px 20px 28px;
  }
  .swiper.partners__slider {
    overflow: hidden;
  }
  .desktop__slider .slider-track {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .desktop__slider .slider-track {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners__slider-wrap {
    padding: 0 20px;
  }
  .partners__slide-name {
    font-size: 6px;
  }
  .partners__slide-img {
    width: 73px;
    height: 22px;
  }
  .partners__slider {
    width: 90%;
  }
  .partners__inner .side__arrs {
    display: block;
  }
  .partners__title {
    font-size: 20px;
  }
  .partners__bg {
    padding: 0px 0 28px;
  }
  .partners__slide.swiper-slide {
    height: 70px;
    padding: 8px;
    border-radius: 7px;
  }
}
.support {
  padding: 0px 0 40px;
  border-radius: 30px 30px 0 0;
}

.support__title {
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 56px;
  max-width: 1260px;
  margin: 0 auto;
}

.support__slider-wrap {
  position: relative;
}

.desktop__slider .support__slide {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  border: 1px solid #DEDEDE;
  padding: 20px;
  border-radius: 16px;
  height: auto;
  flex-shrink: 0;
}

.row-slide.support__slide {
  height: 130px !important;
}

.row-slide.support__slide .support__slide-name {
  display: block;
}

.row-slide.support__slide .support__slide-img {
  max-width: 66px;
  width: 100%;
}

.support__slide.swiper-slide {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid #DEDEDE;
  padding: 20px 20px 20px 20px;
  border-radius: 16px;
  height: auto;
}

.support__slide-name {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #323232;
  display: none;
}

.support__slide-img {
  height: 160px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.support__slide-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support__inner .side__arrs {
  display: none;
}

.support__slider.swiper {
  overflow: visible;
}

.support__slider-wrap {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1280px) {
  .support__title {
    padding: 0px 20px 56px;
  }
  .swiper.support__slider {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .support {
    padding: 40px 0 28px;
  }
  .support__slider-wrap {
    padding: 0 20px;
  }
  .support__slide-name {
    font-size: 6px;
  }
  .support__slide-img {
    width: auto;
    height: 120px;
  }
  .support__slider {
    width: 90%;
  }
  .support__inner .side__arrs {
    display: block;
  }
  .support__title {
    font-size: 20px;
    padding-bottom: 28px;
  }
  .support__bg {
    padding: 40px 0 28px;
  }
  .support__slide.swiper-slide {
    height: 70px;
    padding: 8px;
    border-radius: 7px;
  }
}
.contacts-block {
  border-radius: 30px 30px 0 0;
  background: #fff;
  position: relative;
  padding-bottom: 140px;
}

.contacts {
  width: 50%;
  background: #141414;
  color: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.contacts__decor {
  position: absolute;
  top: 50%;
  right: -235px;
  transform: translateY(-50%);
  max-height: 472px;
  z-index: 0;
}

.contacts__inner {
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 20px;
  height: 500px;
}

.contacts__title {
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.contacts__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 3;
}

.contacts__line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.contacts__top .contacts__subtitle {
  padding-bottom: 12px;
}

.contacts__icon {
  color: #DE4848;
  width: 31px;
  height: 31px;
}

.contacts__icon:hover {
  color: #fff;
}

.contacts__value {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  transition: 0.2s;
}

a.contacts__value:hover {
  color: #DE4848;
}

.contacts__subtitle {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  color: #DE4848;
}

.contacts__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 250px;
}

.contacts__socials {
  display: flex;
  gap: 12px;
}

.contacts__socials svg {
  color: #DE4848;
  width: 48px;
  height: 48px;
}

.contacts__socials svg:hover {
  color: #fff;
}

.contacts__socials.--dark svg:hover {
  color: #141414;
}

.contacts__bottom__text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
}

.callback {
  width: 50%;
  padding: 30px 20px;
  background: #DE4848;
  border-radius: 16px;
}

.callback__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.callback__title h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  max-width: 340px;
}

.callback__title span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
  color: #fff;
  max-width: 130px;
}

.callback__form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.input__line {
  margin-bottom: 20px;
}

.input__line input {
  height: 56;
  border-radius: 8px;
  height: 56px;
  padding: 0 20px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  width: 100%;
  color: #646976;
}

.callback__agreement {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  display: block;
}

.callback__btn.arr__btn {
  width: 100%;
  background: #141414;
  max-width: 100%;
}

@media (max-width: 991px) {
  .contacts__title {
    font-size: 20px;
    padding-bottom: 24px;
  }
  .contacts__value {
    font-size: 12px;
  }
  .contacts__icon {
    width: 24px;
    height: 24px;
  }
  .contacts__subtitle {
    font-size: 12px;
  }
  .callback__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .callback__title h2 {
    font-size: 20px;
  }
  .callback__title span {
    font-size: 12px;
    text-align: left;
    max-width: 100%;
  }
  .contacts__socials svg {
    width: 38px;
    height: 38px;
  }
  .contacts__bottom__text {
    font-size: 10px;
  }
  .contacts__line {
    margin-bottom: 16px;
  }
  .callback__agreement {
    font-size: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .contacts-block {
    padding-bottom: 0;
    height: auto;
    margin-bottom: 80px;
  }
  .contacts__inner {
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
  }
  .contacts {
    width: 100%;
    padding: 16px;
  }
  .callback {
    width: 100%;
    height: 405px;
    padding: 16px;
  }
  .callback .input__line {
    margin-bottom: 8px;
  }
  .contacts__decor {
    top: 70%;
    right: -100px;
    max-height: 205px;
  }
  .contacts__content {
    max-width: 80%;
  }
}
.footer {
  background: #141414;
  color: #fff;
  border-radius: 30px 30px 0 0;
  /*min-height: 65vh;*/
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__inner {
  padding-top: 50px;
  padding-bottom: 150px;
  width: 100%;
}

.footer__main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.footer__cols {
  display: flex;
  justify-content: space-between;
  width: 75%;
}

.footer__logo {
  max-width: 260px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 260px;
  flex-shrink: 0;
  position: relative;
  width: 35%;
  margin-right: 20px;
}

.footer__img {
  width: 90px;
}

.footer__img svg {
  width: 89px;
  height: 84px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.footer__col-wrap {
  position: relative;
  width: 30%;
}

.footer__col-title {
  color: #DE4848;
  padding-bottom: 24px;
}

.footer__link {
  margin-bottom: 18px;
  position: relative;
}

.footer__link:hover {
  color: #DE4848;
}

.footer__copyright {
  max-width: 260px;
}

.footer__policy:hover {
  color: #fff;
}

.footer__bottom-text {
  position: absolute;
  top: 130%;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #6F6F6F;
}

.footer__legal-mob {
  justify-content: space-between;
  gap: 16px;
  display: none;
}

.footer__legal-block {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 10px;
  line-height: 109%;
  letter-spacing: 0%;
  color: #6F6F6F;
}

.footer__legal-req {
  padding-top: 20px;
}

@media (max-width: 991px) {
  .footer__main {
    flex-direction: column;
    gap: 48px;
  }
  .footer__bottom-text {
    display: none;
  }
  .footer__cols {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer__col-wrap {
    min-width: 165px;
  }
  .footer__inner {
    padding-top: 20px;
    padding-bottom: 48px;
  }
  .footer__main {
    padding-bottom: 0px;
  }
  .footer__legal-mob {
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer__col {
    font-size: 12px;
  }
  .footer__img svg {
    width: 72px;
    height: 68px;
  }
}
.main__menu {
  z-index: 100;
  position: absolute;
  background: rgba(33, 33, 33, 0.8392156863);
  backdrop-filter: blur(50px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 30px 30px;
  top: -280px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 18px;
  max-width: 500px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.main__menu.opened {
  opacity: 1;
  visibility: visible;
}

.menu__col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.menu__title {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #DE4848;
  padding-bottom: 4px;
}

.menu__contacts .menu__title {
  padding-bottom: 22px;
}

.menu__link {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9803921569);
  position: relative;
}

.menu__link:hover {
  color: #DE4848;
}

.menu__bg {
  color: #fff;
  background: #323232;
  border-radius: 8px;
  backdrop-filter: blur(30px);
  padding: 16px 26px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0%;
}

.menu__bg a:hover {
  color: #DE4848;
}

.mobmenu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 0;
  left: 0;
  background: #141414;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.mobmenu.opened {
  opacity: 1;
  visibility: visible;
}

.mobmenu__close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.mobmenu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 16px 45px;
}

.mobmenu__logo {
  margin-bottom: 48px;
}

.mobmenu__blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

.mobmenu__block {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 109%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.mobmenu__title {
  padding-bottom: 18px;
  color: #DE4848;
}

.mobmenu__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.mobmenu__link:hover {
  color: #DE4848;
}

.mobmenu__bottom {
  padding-top: 56px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}

.mobmenu__contacts {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  backdrop-filter: blur(30px);
  background: #323232;
  padding: 12px 24px;
}

.mobmenu__contacts a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0%;
}

.mobmenu .main__toolbar {
  position: relative;
  width: 100%;
  bottom: 0;
}

@media (max-height: 790px) {
  .mobmenu {
    overflow-y: auto;
  }
  .mobmenu__logo {
    margin-bottom: 35px;
  }
  .mobmenu__blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.filter__panel {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  margin-bottom: 70px;
  gap: 16px;
}

.filters__block {
  display: flex;
  gap: 16px;
}

.filters__right {
  width: 100%;
}

.filter {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  text-align: center;
  border: 1px solid #DE4848;
  padding: 15px 20px;
  border-radius: 9px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  position: relative;
  justify-content: space-between;
}

.filter__sort {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}

.filter__dropdown {
  position: absolute;
  top: 120%;
  padding: 16px 20px;
  background: #DE4848;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: 0;
  color: #fff;
  display: none;
  z-index: 10;
  min-width: 100%;
  font-weight: 500;
  text-align: left;
}
.filter__dropdown a:hover {
  color: #141414;
}

.filter__dropdown.active {
  display: flex;
}

.fw {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.fw.active {
  opacity: 1;
  visibility: visible;
}

.fw__inner {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.fw__title-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: rgb(217, 217, 217) solid 1px;
}

.fw__title {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.fw__close {
  cursor: pointer;
}

.fw__filters {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fw__filter.active .fw__filter-main {
  grid-template-rows: 1fr;
}

.fw__filter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  cursor: pointer;
}

.fw__filter-name {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
}

.fw__filter-main {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.2s;
}
.fw__filter-main .fw__filter-main-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fw__filter-item {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  line-height: 90%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.fw__filter-item .fw__filter-ch .fw__filter-ch-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.fw__filter-item .fw__filter-ch-label {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid rgb(222, 72, 72);
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.fw__filter-item .fw__filter-ch-input:checked + .fw__filter-ch-label {
  background-color: rgb(222, 72, 72);
  border-color: rgb(222, 72, 72);
}

.filter__btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 15px;
}
.filter__btns .arr__btn {
  width: 100%;
  max-width: 100%;
}
.filter__btns .filter__btn--red {
  background: rgb(222, 72, 72);
  color: #fff;
  cursor: pointer;
}
.filter__btns .filter__btn--white {
  background: #fff;
  color: #000;
  cursor: pointer;
}
.filter__btns .filter__btn--white .btn__arr {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.filter__panel-mob {
  display: none;
}

@media (max-width: 991px) {
  .filters__block {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .filter__panel {
    display: none;
  }
  .filter__panel-mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(222, 72, 72);
    padding: 0 20px;
    margin-bottom: 36px;
    height: 44px;
    border-radius: 9px;
    cursor: pointer;
  }
  .filter__panel-mob .filter__panel-mob-title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 12px;
    line-height: 90%;
    letter-spacing: 0%;
  }
}
@media (max-width: 480px) {
  .filter__panel {
    flex-direction: column;
    margin-bottom: 36px;
  }
  .filter__sort {
    max-width: 100%;
  }
}
.faq {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq__item {
  background: #EFEFEF;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
}

.faq__qu {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 24px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq__arr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #DE4848;
  cursor: pointer;
  flex-shrink: 0;
}

.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.2s;
}

.faq__item.active .faq__answer {
  grid-template-rows: 1fr;
}

.faq__item.active {
  background: #141414;
  color: #fff;
}

.faq__answer-inner {
  overflow: hidden;
  padding: 0 24px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}

.faq__item.active .faq__answer-inner {
  padding: 24px;
}

@media (max-width: 991px) {
  .faq__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .faq {
    margin-top: 28px;
    padding-bottom: 70px;
  }
  .faq__qu {
    padding: 16px;
  }
  .faq__answer-inner {
    padding: 10px 16px 16px;
  }
}
@media (max-width: 480px) {
  .faq__title {
    font-size: 12px;
  }
}
.cases__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* margin-bottom: 140px; */
}

.case {
  background: rgb(247, 247, 247);
  border-radius: 16px;
  position: relative;
  height: 467px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  color: rgb(20, 20, 20);
  cursor: pointer;
  transition: 0.3s;
}

.case:hover {
  color: #fff;
}
.case:hover .case__img {
  opacity: 1;
}

.case__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: 0;
  transition: 0.3s;
}
.case__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}

.case__top {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 15px;
}

.case__title {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.case__arr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #DE4848;
  cursor: pointer;
  flex-shrink: 0;
}

.case__bottom {
  position: relative;
  z-index: 5;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: bottom;
  max-height: 100px;
  overflow: hidden;
  padding-bottom: 12px;
  line-height: 1.5;
}

@media (max-width: 1280px) {
  .cases__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cases__list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 80px;
  }
  .case {
    height: 400px;
  }
}
.case-page {
  background: #141414;
}

.case__hero {
  min-height: 500px;
  height: 100vh;
  position: relative;
  top: -85px;
  margin-bottom: -85px;
}

.case__hero-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.case__hero-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case__hero-cover:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}

.case__hero-title {
  position: relative;
  z-index: 5;
  text-align: center;
  top: 50%;
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 36px;
  line-height: 124%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
}

.case__nav {
  margin-bottom: 90px;
}
.case__nav ul {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
.case__nav ul li {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  width: fit-content;
  border: 1px solid rgb(222, 72, 72);
  border-radius: 9px;
  height: 43px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.case__nav ul li:hover {
  border: 1px solid rgb(255, 255, 255);
}
.case__nav ul li:hover span::after {
  right: -18px;
}
.case__nav ul li a {
  position: relative;
  display: block;
}
.case__nav ul li a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.641602L5.85833 5.49993L1 10.3583' stroke='%23ffffff' stroke-width='1.11649'/%3E%3C/svg%3E");
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -15px;
  top: 55%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.case__terms {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 140px;
}

.case__terms-title {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 23px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgb(222, 72, 72);
  text-align: center;
  margin-bottom: 24px;
}

.case__terms-subtitle {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}

.case__terms-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}

.tasks {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 20px;
  margin-bottom: 140px;
}

.task__title {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}

.tasks__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}

.task {
  position: relative;
  height: 510px;
  display: flex;
  flex-direction: column;
}
.task.reverse {
  flex-direction: column-reverse;
}

.task__info {
  background: rgba(33, 33, 33, 0.64);
  backdrop-filter: blur(50px);
  padding: 20px;
  border-radius: 16px;
  min-height: 375px;
  position: relative;
  z-index: 5;
  display: grid;
}

.task__num {
  -webkit-text-stroke: 1px rgb(222, 72, 72);
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 168px;
  line-height: 70%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.task__text {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 12px;
  line-height: 136%;
  letter-spacing: 0%;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

.task__img {
  position: relative;
  top: -37%;
  width: 260px;
  margin: 0 auto;
}

.task.reverse .task__img {
  top: 37%;
}

.flow__header {
  text-align: center;
  color: #fff;
  font-family: Druk Wide Cyr;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 24px;
}

.flow__bg {
  background-image: url("../images/case/bg.png");
  background-position: 50% 0%;
  padding: 50px 0;
}

.flow__list {
  background: rgba(41, 41, 41, 0.24);
  padding: 48px;
  border-radius: 30px;
  backdrop-filter: blur(50px);
  gap: 20px;
}

.flow__col .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.flow__concept {
  padding-bottom: 70px;
}

.flow__title {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgb(222, 72, 72);
  padding-bottom: 24px;
}

.flow__item {
  background: #fff;
  border-radius: 15px;
  padding: 16px 16px 16px 50px;
  min-height: 160px;
  position: relative;
}

.flow__strong {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.flow__text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.flow__text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%23313131' fill-opacity='0.3'/%3E%3Cpath d='M12 0.299805C18.4617 0.299805 23.7002 5.53827 23.7002 12C23.7002 18.4617 18.4617 23.7002 12 23.7002C5.53827 23.7002 0.299805 18.4617 0.299805 12C0.299805 5.53827 5.53827 0.299805 12 0.299805Z' stroke='white' stroke-opacity='0.08' stroke-width='0.599991'/%3E%3Crect x='8.39746' y='7.9707' width='7.54101' height='7.54101' rx='3.7705' fill='%23DE4848'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 16px;
  top: 16px;
}

.result {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 140px;
  border-radius: 30px 30px 0 0;
  position: relative;
}

.result__title {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 48px;
}

.result__bg {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 530px;
}
.result__bg img {
  filter: grayscale(100%);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result__slider-wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding-bottom: 130px;
}

.result__slider.swiper {
  overflow: visible;
}

.result__slide {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(36px);
  background: rgba(20, 20, 20, 0.84);
  border-radius: 16px;
  min-height: 267px;
  padding: 20px;
}

.result__num {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgb(222, 72, 72);
  padding-bottom: 12px;
}

.result__text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.result__photo.swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  height: 350px;
}
.result__photo.swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.result__photos-nav {
  padding-top: 48px;
  display: flex;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
}

.slider__arr {
  flex-shrink: 0;
}

.result__photo-pag.swiper-pagination {
  position: relative;
  bottom: 0 !important;
}
.result__photo-pag.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1;
  margin: 0 8px !important;
  background: transparent;
  position: relative;
  transition: 0.3s;
  border: 1px solid transparent;
}
.result__photo-pag.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(222, 72, 72, 0.5);
}
.result__photo-pag.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid rgba(20, 20, 20, 0.16);
  padding: 3px;
}
.result__photo-pag.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: rgb(222, 72, 72);
}

.case__video {
  background: #fff;
  padding-bottom: 140px;
}
.case__video .case__video-inner {
  height: 710px;
}
.case__video .case__video-inner video {
  height: 709px;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case__more-wrap {
  background: #fff;
  padding-bottom: 140px;
}

.case__more-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 56px;
}
.case__more-section-title h3 {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.case__more-section-title .arr__btn {
  color: rgb(20, 20, 20);
  max-width: 190px;
}
.case__more-section-title .arr__btn .btn__arr {
  border-top: 1px solid rgb(20, 20, 20);
  border-left: 1px solid rgb(20, 20, 20);
}

.case__more-grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.case__more-grid .swiper-wrapper .case__more {
  background: rgb(247, 247, 247);
  padding: 20px;
  min-height: 467px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 16px;
}

.case__more-title {
  display: flex;
  gap: 22px;
}
.case__more-title span {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.case__more-title .slider__arr {
  flex-shrink: 0;
}

.case__more-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: bottom;
}

#case .contacts-block {
  border-radius: 0;
  padding-bottom: 100px;
}

#case .footer {
  border-radius: 30px 30px 0 0;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}

@media (max-width: 767px) {
  .case__hero-title {
    font-size: 18px;
    line-height: 124%;
  }
  .tasks {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
  }
  .task__title {
    font-size: 18px;
    padding-bottom: 28px;
    text-align: center;
  }
  .tasks__list {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .flow__list.container {
    padding: 12px;
    margin: 0 20px;
    overflow: visible;
    backdrop-filter: unset;
  }
  .flow__list.container .flow__slider {
    overflow: visible;
  }
  .flow__list.container .flow__concept {
    margin-bottom: 36px;
  }
  .flow__item {
    padding: 8px 8px 8px 50px;
  }
  .flow__row {
    backdrop-filter: blur(50px);
    padding: 12px;
    border-radius: 16px;
  }
  .flow__col .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .flow__col .swiper-wrapper .flow__item.swiper-slide {
    min-height: 210px;
    height: auto;
  }
  .flow__title {
    font-size: 18px;
    padding-bottom: 18px;
  }
  .flow__strong {
    font-size: 12px;
  }
  .flow__header {
    display: none;
  }
  .flow__bg {
    padding: 16px 0;
    background-size: 500px;
  }
  .result {
    padding-top: 16px;
    padding-bottom: 70px;
    border-radius: 16px 16px 0 0;
  }
  .result__bg {
    width: 80%;
    top: -55px;
  }
  .result__title.container {
    padding-left: 33px;
    font-size: 18px;
    padding-bottom: 28px;
  }
  .result__slider-wrap {
    padding-left: 33px;
    padding-bottom: 70px;
  }
  .result__slider-wrap .slider__arrs {
    padding-top: 24px;
    padding-right: 33px;
  }
  .result__photos {
    padding: 0 20px;
  }
  .result__photo.swiper-slide {
    height: 200px;
    border-radius: 9px;
  }
  .result__photos-nav {
    padding-top: 24px;
  }
  .result__photo-pag.swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px !important;
    width: 12px;
    height: 12px;
  }
  .result__photo-pag.swiper-pagination .swiper-pagination-bullet:before {
    width: 6px;
    height: 6px;
  }
  .case__video-inner {
    height: 812px;
  }
  .case__more-section-title {
    padding-bottom: 28px;
    gap: 10px;
  }
  .case__more-section-title h3 {
    font-size: 16px;
  }
  .case__more-section-title .arr__btn {
    max-width: 162px;
  }
  .case__more-title span {
    font-size: 13px;
  }
  .case__more-grid .swiper-wrapper .case__more {
    min-height: 394px;
  }
  .case__more-grid .swiper-wrapper {
    gap: 0;
  }
  .case__more-wrap {
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .case__nav {
    margin-bottom: 48px;
  }
  .case__nav ul li {
    width: 100%;
  }
  .case__terms-title {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .case__terms-subtitle {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
.page-platforms {
  overflow: visible;
}

.page-platforms__grid {
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-platforms__item {
  background: rgb(247, 247, 247);
  display: flex;
  gap: 20px;
  border-radius: 16px;
  overflow: hidden;
  position: sticky;
  top: 50px;
}

.page-platforms__item:nth-child(even) {
  background: rgb(20, 20, 20);
}
.page-platforms__item:nth-child(even) .page-platforms__address {
  color: #fff;
}
.page-platforms__item:nth-child(even) .platform__point {
  color: #fff;
}
.page-platforms__item:nth-child(even) .platform__site {
  color: rgba(255, 255, 255, 0.98);
}
.page-platforms__item:nth-child(even) .page-platforms__link .arr__btn .btn__name {
  color: #fff;
}
.page-platforms__item:nth-child(even) .page-platforms__link .btn__arr {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.page-platforms__item:nth-child(even) .page-platforms__right .platform__plan {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.page-platforms__item:nth-child(even) .page-platforms__left .arr__btn:hover {
  color: #ffffff;
}
.page-platforms__item:nth-child(even) .page-platforms__left .arr__btn:hover .btn__arr {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.page-platforms__img {
  max-width: 620px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.page-platforms__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.page-platforms__info {
  padding-top: 56px;
  padding-right: 26px;
  padding-bottom: 25px;
  width: 100%;
}

.page-platforms__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 56px;
  gap: 10px;
}

.page-platforms__title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 90%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgb(222, 72, 72);
  flex: 1;
}

.page-platforms__link {
  max-width: 272px;
  width: 100%;
}
.page-platforms__link .arr__btn {
  max-width: 275px;
  width: 100%;
}
.page-platforms__link .arr__btn .btn__name {
  color: rgb(20, 20, 20);
}

.page-platforms__main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.page-platforms__left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.page-platforms__left .arr__btn {
  max-width: 100%;
}
.page-platforms__left .arr__btn:hover {
  color: #141414;
}
.page-platforms__left .arr__btn:hover .btn__arr {
  border-top: 1px solid #141414;
  border-left: 1px solid #141414;
}

.page-platforms__address {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 12px;
  line-height: 116%;
  letter-spacing: 0%;
  text-transform: uppercase;
  max-width: 200px;
}

.page-platforms__right {
  max-width: 272px;
  width: 100%;
}
.page-platforms__right .platform__plan {
  border: 1px solid rgba(20, 20, 20, 0.2);
}
.page-platforms__right .platform__plan-title {
  color: rgba(20, 20, 20, 0.7);
}
.page-platforms__right .platform__site {
  color: rgba(20, 20, 20, 0.7);
}

@media (max-width: 991px) {
  .page-platforms__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-platforms__item {
    top: -100px;
  }
}
#vacancies {
  padding-top: 56px;
}

.vacancies__title-wrap {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.vacancies__subtitle {
  padding-top: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -1.9%;
}

.vacancies__list {
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vacancy {
  display: flex;
  gap: 20px;
  padding: 28px 24px;
  background: rgb(239, 239, 239);
  border-radius: 16px;
}
.vacancy .vacancy__title {
  display: flex;
  justify-content: space-between;
}
.vacancy .vacancy__title .vacancy__arr {
  transform: rotate(90deg);
}
.vacancy.active {
  background: rgb(20, 20, 20);
}
.vacancy.active .vacancy__title .vacancy__arr {
  transform: rotate(-90deg);
}
.vacancy.active .vacancy__info .vacancy__descr {
  grid-template-rows: 1fr;
}
.vacancy.active h2 {
  color: #fff;
}
.vacancy.active .vacancy__info .vacancy__top .vacancy__top-item {
  color: #fff;
}
.vacancy.active .vacancy__info .vacancy__top .btn__name {
  color: #fff;
}
.vacancy.active .vacancy__info .vacancy__top .arr__btn.dark .btn__arr {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.vacancy.active .vacancy__info .vacancy__top .btn {
  color: #fff;
}
.vacancy.active .vacancy__info .vacancy__top .vacancy__arr {
  transform: rotate(-90deg);
}
.vacancy h2 {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  max-width: 450px;
  transition: 0.2s;
}
.vacancy .vacancy__info {
  max-width: 690px;
}
.vacancy .vacancy__info .vacancy__top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.vacancy .vacancy__info .vacancy__top .vacancy__top-left {
  display: flex;
  gap: 40px;
}
.vacancy .vacancy__info .vacancy__top .vacancy__top-right {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  width: 100%;
  gap: 16px;
}
.vacancy .vacancy__info .vacancy__top .btn__name {
  color: rgb(20, 20, 20);
}
.vacancy .vacancy__info .vacancy__top .btn {
  color: rgb(20, 20, 20);
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
}
.vacancy .vacancy__info .vacancy__top .btn:hover {
  background: #de4848;
  border: 1px solid #de4848;
}
.vacancy .vacancy__info .vacancy__top .vacancy__link {
  max-width: none;
  width: auto;
  padding: 0 15px;
  gap: 10px;
}
.vacancy .vacancy__info .vacancy__top .vacancy__top-item {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -1.9%;
  width: 85px;
  color: rgb(20, 20, 20);
  transition: 0.2s;
}
.vacancy .vacancy__info .vacancy__top .vacancy__top-item.vt2 {
  min-width: 150px;
}
.vacancy .vacancy__info .vacancy__top .vacancy__arr {
  transform: rotate(90deg);
}
.vacancy .vacancy__info .vacancy__descr {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.2s;
  color: #fff;
}
.vacancy .vacancy__info .vacancy__descr .vacancy__descr-inner {
  overflow: hidden;
  padding-top: 56px;
}

.contacts__plate {
  position: relative;
  height: 218px;
  margin-bottom: 140px;
  border-radius: 16px;
}
.contacts__plate .contacts__plate-bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contacts__plate h3 {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}
.contacts__plate .contacts__plate-content {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 45px;
  padding: 24px 0;
}
.contacts__plate .contacts__plate-title {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.contacts__plate .contacts__plate-info {
  color: #fff;
  width: 50%;
  max-width: 300px;
}
.contacts__plate .contacts__plate-soc {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 24px;
}
.contacts__plate .contacts__subtitle {
  padding-bottom: 16px;
}
.contacts__plate .contacts__plate-soc-bottom {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.contacts__plate .contacts__plate-bg-mob {
  display: none;
}

@media (max-width: 991px) {
  .vacancy .vacancy__info .vacancy__top {
    flex-direction: column;
  }
  .vacancy .vacancy__info .vacancy__top .vacancy__top-left {
    justify-content: flex-start;
    gap: 24px;
  }
  .vacancy .vacancy__info .vacancy__top .vacancy__top-left .vacancy__top-item {
    width: auto;
  }
  .vacancy .vacancy__info .vacancy__top .vacancy__top-right {
    justify-content: space-between;
    max-width: 100%;
  }
  .vacancy .vacancy__info .vacancy__top .vacancy__top-right .btn.btn__transparent {
    margin-right: 0;
  }
  .contacts__plate {
    height: auto;
    margin: 0 15px 70px;
  }
  .contacts__plate .contacts__plate-content {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
  }
  .contacts__plate .contacts__plate-title {
    width: auto;
    justify-content: flex-start;
    padding-bottom: 8px;
  }
  .contacts__plate .contacts__plate-title h3 {
    font-size: 20px;
  }
  .contacts__plate .contacts__plate-info {
    width: 80%;
  }
  .contacts__plate .contacts__plate-soc-bottom {
    padding-top: 12px;
    font-size: 10px;
    max-width: 80%;
  }
  .contacts__plate .contacts__plate-bg-mob {
    display: block;
    position: absolute;
    right: -100px;
    bottom: 0px;
    height: 203px;
  }
}
@media (max-width: 767px) {
  #vacancies {
    padding-top: 28px;
  }
  .vacancies__list {
    padding-bottom: 70px;
  }
  .vacancies__title-wrap {
    flex-direction: column;
    gap: 0px;
  }
  .vacancies__title-wrap .vacancies__subtitle {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .vacancy {
    flex-direction: column;
    grid-area: 24px;
  }
  .vacancy h2 {
    font-size: 14px;
  }
  .vacancy .vacancy__info .vacancy__top {
    gap: 24px;
  }
  .vacancy .vacancy__info .vacancy__top .vacancy__top-right .vacancy__link {
    padding: 0 24px;
  }
  .vacancy .vacancy__info .vacancy__top .vacancy__top-right .btn.btn__transparent {
    min-width: 165px;
  }
  .vacancy .vacancy__info .vacancy__top .vacancy__top-item {
    font-size: 12px;
  }
  .vacancy .vacancy__info .vacancy__descr {
    font-size: 12px;
  }
}
.news__grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-bottom: 70px;
}

.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-bottom: 70px;
}

.news__item {
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 440px;
  overflow: hidden;
}
.news__item .news__item-img {
  height: 268px;
  flex-shrink: 0;
  display: block;
}
.news__item .news__item-img img {
  border-radius: 16px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news__item .press__slide-content {
  border-radius: 16px;
  background: rgb(247, 247, 247);
}

.news__nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 140px;
}

.slider__arr.disabled {
  border: 1px solid rgb(218, 220, 224);
}
.slider__arr.disabled::after {
  border-top: 1.5px solid rgb(218, 220, 224);
  border-left: 1.5px solid rgb(218, 220, 224);
}
.slider__arr:not(.disabled):hover {
  border: 1px solid transparent;
  background: #de4848;
  color: #fff;
}
.slider__arr:not(.disabled):hover::after {
  border-top: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
}

.news__nav-item {
  width: 45px;
  height: 45px;
  border: 1px solid rgb(222, 72, 72);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  color: rgb(222, 72, 72);
}
.news__nav-item:hover {
  border: 1px solid transparent;
  background: #de4848;
  color: #fff;
}
.news__nav-item.active {
  border: 1px solid transparent;
  background: #de4848;
  color: #fff;
}
.news__nav-item.active::after {
  border-top: 1.5px solid rgb(218, 220, 224);
  border-left: 1.5px solid rgb(218, 220, 224);
}

@media (max-width: 991px) {
  .news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .news__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .news__nav {
    margin-bottom: 70px;
  }
  .news__grid .swiper-wrapper {
    padding-bottom: 36px;
  }
}
.news-detail {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 140px;
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 70px;
}

.news-detail-title {
  display: none;
}

.detail__meta {
  min-width: 300px;
  height: 280px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: sticky;
  top: 50px;
}

.detail__meta.detail__meta-mob {
  display: none;
}

.detail__date {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgb(129, 129, 129);
}

.detail__soc-title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  padding-bottom: 16px;
  color: rgb(222, 72, 72);
}

.detail__info h1 {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 56px;
  color: #141414;
}
.detail__info .detail__text {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  padding-bottom: 56px;
}
.detail__info .detail__text img {
  border-radius: 16px;
  display: block;
  margin: 56px 0;
}

.detail__footer {
  background: rgb(222, 72, 72);
  border-radius: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  padding: 24px;
}
.detail__footer strong {
  display: block;
}
.detail__footer .detail__footer-item:not(:last-child) {
  padding-bottom: 24px;
}

.detail__more {
  padding-bottom: 140px;
}
.detail__more .detail__more-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 56px;
}
.detail__more .detail__more-title h3 {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}
.detail__more .detail__more-title .arr__btn {
  color: #141414;
  max-width: 190px;
}
.detail__more .detail__more-title .btn__arr {
  border-top: 1px solid #141414;
  border-left: 1px solid #141414;
}
.detail__more .news__grid {
  padding-bottom: 0;
}

@media (max-width: 1439px) {
  .news-detail {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .detail__meta {
    min-width: 150px;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .news-detail {
    padding-bottom: 56px;
    padding-top: 0px;
  }
  .news-detail-title {
    display: block;
  }
  .detail__info h1 {
    font-size: 16px;
    padding-bottom: 28px;
  }
  .detail__info p {
    font-size: 12px;
  }
  .detail__info .detail__text {
    padding-bottom: 28px;
  }
  .detail__info .detail__text img {
    margin: 28px 0;
  }
  .detail__meta {
    display: none;
  }
  .detail__meta.detail__meta-mob {
    display: block;
    height: auto;
    padding-bottom: 70px;
    position: relative;
    top: auto;
  }
  .detail__meta.detail__meta-mob .detail__soc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .detail__meta.detail__meta-mob .detail__soc .contacts__socials svg {
    height: 48px;
    width: 48px;
  }
  .detail__more {
    padding-bottom: 0;
  }
  .detail__more .detail__more-title {
    padding-bottom: 28px;
  }
  .detail__more .detail__more-title .arr__btn {
    max-width: 163px;
  }
  .detail__more .detail__more-title h3 {
    font-size: 16px;
  }
  .detail__more .news__item .news__item-img {
    height: 205px;
  }
  .detail__more .news__item .news__item-img img {
    border-radius: 12px;
  }
  .detail__more .press__slide-content {
    height: auto;
    border-radius: 12px;
  }
  .detail__more .news__item.swiper-slide {
    height: auto;
  }
  .detail__more .news__grid .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
#contacts .contacts {
  background: rgb(31, 31, 31);
}

.contacts__section-title {
  padding-top: 56px;
}

.contacts__top-block {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  background: rgb(31, 31, 31);
  border-radius: 16px;
  margin-bottom: 70px;
}
.contacts__top-block .contacts__subtitle {
  padding-bottom: 16px;
}
.contacts__top-block .contacts__top-col .contacts__socials svg:hover {
  color: #fff;
}

.contacts__list-title {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(20, 20, 20);
  width: 100%;
  padding: 34px 16px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.contacts__list-title .contacts__arr {
  display: none;
}

.contacts__list-wrap {
  display: grid;
  grid-template-rows: 1fr;
  transition: 0.2s;
}

.contacts__list-wrap.active {
  grid-template-rows: 1fr;
}

.contacts__list-grid {
  overflow: hidden;
}

.contacts__list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 140px;
  gap: 20px;
}

.contacts__item {
  display: flex;
  gap: 5px;
  height: 334px;
  color: #fff;
  background-color: rgb(31, 31, 31);
  border-radius: 16px;
  max-width: 615px;
}

.contacts__item-img {
  width: 300px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
.contacts__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts__item-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 20px 20px 0;
}

.contacts__item-area {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgb(222, 72, 72);
  padding-bottom: 16px;
}

.contacts__item-name {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.contacts__item-pos {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgb(189, 189, 189);
}

.contacts__item-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
}

.contacts__item-line {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.contacts__item-line:hover {
  color: #DE4848;
}

.contacts__item-soc {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.contacts__item-soc span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 12px;
  line-height: 90%;
  letter-spacing: 0%;
  color: rgb(222, 72, 72);
  transition: 0.2s;
}
.contacts__item-soc .soc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  gap: 12px;
  height: 44px;
  width: 100%;
  border: 1px solid rgb(222, 72, 72);
  border-radius: 8px;
  color: #DE4848;
  transition: 0.2s;
}
.contacts__item-soc .soc-btn svg {
  height: 20px;
  max-width: 30px;
}
.contacts__item-soc .soc-btn:hover {
  color: #fff;
  border: 1px solid #fff;
}
.contacts__item-soc .soc-btn:hover span {
  color: #fff;
}

.contacts__platforms {
  background: rgb(31, 31, 31);
  padding-bottom: 120px;
}
.contacts__platforms .platform__left {
  background: rgb(40, 40, 40);
}
.contacts__platforms:after {
  display: none;
}

#platrorms .footer {
  position: relative;
  top: -30px;
  z-index: 20;
  margin-bottom: -30px;
}

.contacts__arr {
  transform: rotate(90deg);
}

@media (max-width: 1280px) {
  .contacts__list-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .contacts__top-block {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (max-width: 991px) {
  .contacts__top-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 16px 36px;
  }
  .contacts__top-block .contacts__icon {
    width: 31px;
    height: 31px;
  }
}
@media (max-width: 767px) {
  .contacts__section-title {
    padding-top: 24px;
  }
  .contacts__top-block {
    grid-template-columns: repeat(1, 1fr);
    padding: 16px;
  }
  .contacts__top-block .contacts__socials svg {
    width: 48px;
    height: 48px;
  }
  .contacts__top-block .contacts__line {
    margin-bottom: 12px;
  }
  .contacts__list .contacts__list-title {
    justify-content: space-between;
    font-size: 16px;
    padding: 14px 16px;
    text-align: left;
    margin-bottom: 16px;
  }
  .contacts__list .contacts__list-title .contacts__arr {
    display: block;
  }
  .contacts__item {
    flex-direction: column;
    height: auto;
    gap: 16px;
  }
  .contacts__item .contacts__item-img {
    height: 334px;
    width: 100%;
  }
  .contacts__item .contacts__item-info {
    padding: 0px 16px 16px;
    gap: 90px;
  }
  .contacts__item .contacts__item-info .contacts__item-name {
    font-size: 14px;
  }
  .contacts__item .contacts__item-info .contacts__item-pos {
    font-size: 10px;
  }
  .contacts__item .contacts__item-info .contacts__item-main {
    gap: 12px;
  }
  .contacts__item .contacts__item-info .contacts__item-main .contacts__item-line {
    font-size: 12px;
  }
  .contacts__item .contacts__item-bottom {
    max-width: 280px;
  }
  .contacts__list-wrap {
    grid-template-rows: 0fr;
  }
  #contacts .contacts-block {
    padding-top: 70px;
  }
  #contacts .contacts__inner {
    padding: 0;
  }
  .contacts__list-grid {
    padding-bottom: 0;
  }
}

/* Вакансии блок Команда */
.vacancies__command {
    background: #141414;
    /* height: 1200px; */
    border-radius: 16px;
    position: relative;
    overflow: visible;
}

.result__photos-vacancies {
    position: relative;
    z-index:1;
    padding-bottom: 84px;
}


.result__photos-vacancies .swiper{
    overflow: visible;
    margin-left: -120px;
    margin-right: -120px;
    padding-left: 120px;
    padding-right: 120px;
}

.result__photo-vac{
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}
.result__photo-vac img{
    display:block;
    width:100%;
}

.vaccomm__title-decor {
    background: rgba(222, 72, 72, 0.8196078431);
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    height: 66px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 87%;
    transform: rotate(-3deg);
    left: 28%;
    backdrop-filter: blur(10px);
    padding: 48px 24px;
    z-index: 3;
}

.vaccomm__title-decor span {
    font-weight: 500;
    font-style: Medium;
    font-size: 68px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.vacancies__command-img {
    z-index: 0;
    width: 100%;
    top: 50%;
}

.vaccomm__title {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
}

.vaccomm__title p {
    font-weight: 500;
    font-style: Medium;
    font-size: 68px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #DE4848;
    padding-top: 20px;

}

.pro-wrap{
    position: relative;
    width: fit-content;
}

.pro-wrap:first-child {
    margin-left: 48px;
}


.pro-cube {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 170px;
    height: auto;
    z-index: 2;
    pointer-events: none;
    user-select: none;
    max-width: 115px;
}

.pro-card{
    position: relative;
    z-index: 3;
    padding: 28px 135px 28px 28px;
    border-radius: 24px;
    background: rgba(33,33,33,0.84);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
}

.pro-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pro-outline{
    font-weight: 500;
    font-size: 36px;
    line-height: 1.09;
    text-transform: uppercase;
    letter-spacing: 0;
    color: transparent;
    -webkit-text-stroke: 2px #DE4848;
            text-stroke: 2px #DE4848;
}

.pro-subtitle{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.36;
    text-transform: uppercase;
    min-height: 40px;
}

.vaccom__main-place {
    display: flex;
    justify-content: center;
    gap: 68px;
}

.vaccom__main-place-first {
    padding-top: 50px;
}

.vaccomm__bottom-text p {
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 109.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: white;
    max-width: 742px;
}

.vaccomm__bottom-text {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.vacancies__command-container {
    max-width: 1260px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    min-width: 360px;
    padding-top: 140px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .vaccomm__title-decor {
        padding: 24px 24px;
        bottom: 91%;
    }

    .vaccomm__title-decor span {
        font-size: 24px;
    }

    .vaccomm__title {
        padding: 10px;
    }
    .vaccomm__title p {
        padding-top: 0px;
        font-size: 50px;
    }

    .vaccom__main-place-first {
        padding-top: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .vaccom__main-place {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding-top: 30px !important;
    }

    .pro-wrap {
        /* max-width: 400px; */
        width: 82%;
        margin-left: 59px !important;
    }

    .result__photos-vacancies {
        overflow: hidden;
    }
}


