@media screen and (max-width: 1800px) {
  .container {
    width: 1400px;
  }
  .single--absolute {
    background: linear-gradient(
      180deg,
      rgba(15, 32, 45, 0) 65.22%,
      #0f202d 99.18%
    );
  }
.blue-box--wrap {
    flex-shrink: 1;
}
.project-t-wrap {
    align-items: flex-start;
}
  .about-page .customslide--title p {
    width: 460px;
  }
  .customslide--title p.customslide--title-small {
    font-size: 16px;
    font-weight: 500;
    text-align: end;
  }

  .media-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Unbounded;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .project-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    min-height: 600px;
    padding: 20px;
  }
  .project-year,
  .project-title {
    margin-top: 10px;
    font-family: Unbounded;
    font-size: 28px;
    font-weight: 500;
  }
  .project-b .blue--text {
    font-size: 18px;
  }
  .project-b .text {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .custom-container {
    padding: 0 calc(50vw - 700px);
  }
  .heade-menu ul li a {
    font-size: 14px;
  }
  .heade-menu ul li a {
    padding: 12px 28px;
  }
  .header-r .translate {
    font-size: 14px;
  }
  .contact-btn {
    font-size: 14px;
  }
  .blue-button {
    padding: 14px 25px;
    font-size: 14px;
    gap: 10px;
    align-items: center;
  }
  .contact-btn__wrap {
    margin-top: 30px;
  }
  .contact-btn__wrap::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
  }
  .blue-button span.d-mobail {
    font-size: 14px;
  }
  .blue-button span {
    display: flex;
    flex-shrink: 0;
  }
  .blue-button svg {
    width: 15px;
    height: 15px;
  }
  .hero--title * {
    font-size: 90px;
    font-weight: 800;
    line-height: 100%;
    margin-top: -8px;
  }
  .hero-descr {
    font-size: 30px;
    max-width: 410px;
  }

  .blue-box {
    padding: 12px 15px;
    font-size: 14px;
    width: max-content;
  }
  .events-left .blue-box--wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 0;
  }
  .events-title {
    margin-top: 30px;
    font-size: 28px;
  }
  .about-bottom {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
  .about__subtext {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
  }
  .about__number p,
  .about__number span {
    font-size: 40px;
  }
  .about__item {
    min-height: auto;
  }

  .text-32-500 {
    font-size: 28px;
  }
  .people-left {
    flex-shrink: 1;
  }
  .video-block {
    max-width: none;
  }
  .customslide-card {
    position: relative;
    z-index: 1;
    width: 375px;
    height: 420px;
    border-radius: 32px;
    overflow: hidden;
  }
  .customslide-card.customslide-card--center {
    z-index: 3;
    width: 490px;
    height: 585px;
  }
  .customslide-slide {
    padding-top: 40px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    transition: 0.4s all;
  }
  .customslide--title p span {
    font-size: 46px;
  }
  .customslide--title p {
    width: 380px;
    font-size: 28px;
  }
  .customslide-slides {
    margin-top: 40px;
    min-height: 625px;
  }
  .contact-l {
    max-width: 645px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
  }
  .text-18-400 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    width: 1200px;
  }

  #modal {
    top: 50%;
  }

  .modal-top p {
    font-size: 24px;
  }
  .contact-page .contact {
    min-height: 550px;
    display: flex;
    align-items: center;
  }
  .single__hero {
    padding-top: 120px;
    height: 100vh;
  }
  .media-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .breadcrumps-mk__inner {
    position: absolute;
    top: 80px;
    z-index: 4;
  }
  .single__hero-text {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .single__hero-top .img {
    max-width: 460px;
    margin-bottom: 40px;
  }
  .project--inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .partner-title {
    margin-top: 20px;
    font-size: 26px;
  }
  .custom-container {
    padding: 0 calc(50vw - 600px);
  }
  .header-l {
    gap: 30px;
  }
  .trp-shortcode-switcher {
    padding: 4px 0 !important;
  }
  .events-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .heade-menu ul li a {
    padding: 10px 20px;
  }
  .header-r {
    gap: 15px;
  }
  .blue-button {
    padding: 11px 20px;
    font-size: 14px;
    gap: 10px;
    align-items: center;
  }
  .blue-button svg {
    width: 13px;
    height: 13px;
  }
  .marquee_item {
    font-size: 20px;
    gap: 90px;
    padding: 10px;
  }
  .title-h2 {
    font-size: 34px;
  }
  .stories .swiper-slide {
    min-height: 640px;
    width: 300px;
    padding: 0px;
  }
  .navigation {
    width: 48px;
    height: 48px;
  }
  .events-title {
    margin-top: 30px;
    font-size: 22px;
  }
  .contact-l {
    max-width: 555px;
    gap: 50px;
  }
  .events-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .blue-box {
    padding: 12px 15px;
    font-size: 14px;
    width: max-content;
  }
  .events-left {
    padding: 25px;
    gap: 30px;
  }
  .stories .year {
    font-size: 28px;
  }
  .text-20-400 {
    font-size: 18px;
    font-weight: 400;
  }
  .mt-50 {
    margin-top: 40px;
  }
  .title-h2 {
    font-size: 30px;
  }
  .stories-top > div:nth-child(1) {
    gap: 20px;
    max-width: 55%;
  }
  .about__item {
    padding: 40px 20px;
    gap: 10px;
  }
  .about__subtext {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }
  .about__number p,
  .about__number span {
    font-size: 28px;
  }
  .text-32-500 {
    font-size: 26px;
  }
  .reviews-item-b .left {
    gap: 15px;
  }
  .stories .swiper-slide-active {
    width: 450px;
  }
  .about-top > div {
    max-width: 880px;
    gap: 20px;
  }
  .reviews-item {
    padding: 30px;
    gap: 30px;
  }
  .partners_item {
    flex: 0 0 auto;
    width: 240px;
    height: 46px;
  }
  .partners_item img {
    height: 100%;
  }
  .people .swiper-slide {
    padding: 25px;
    border-radius: 32px;
    min-height: 500px;
  }
  .p-t {
    padding-top: 125px;
  }
  .stories-bottom {
    padding: 0 0px 0 20px;
  }
  .people .name {
    font-size: 20px;
  }
  .people .bottom {
    margin-top: 13px;
  }
  .footer__inner .top {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}

@media screen and (max-width: 1220px) {
  .container {
    width: 1024px;
  }
  .about-page .customslide--title p {
    width: 355px;
  }
  .customslide--title p.customslide--title-small {
    font-size: 14px;
    font-weight: 500;
    text-align: end;
  }
  .media-l {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .media-page .hero--inner {
    max-width: 550px;
  }
  .partner-item .left {
    padding: 20px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: space-between;
  }
  .partner-item .box {
    flex-shrink: 1;
  }
  .herotest .hero-inner {
    gap: 10px;
    padding-top: 130px;
  }
  .custom-container {
    padding: 0 calc(50vw - 512px);
  }
  .afisha-l {
    padding: 20px;
  }
  .hero-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .trp-shortcode-switcher {
    padding: 6px 0 !important;
  }
  .menu-burger {
    padding: 8px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  button.menu {
    background-color: transparent;
    border: none;
    width: 48px;
    height: 47px;
    transform: rotate(180deg);
  }
  .line {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 40 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 75;
    stroke-width: 6;
    stroke-dashoffset: -134;
    border-radius: 40px;
  }
  .line3 {
    stroke-dasharray: 40 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -90;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .heade-menu ul {
    gap: 0px;
  }
  .heade-menu.burger {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    padding-bottom: 100px;
    z-index: 5;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    padding-top: 145px;
    background: #040c12;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .heade-menu ul li::before {
    content: "";
    display: none;
  }
  .burger .wrap__logo,
  .burger .black-button {
    display: none;
  }
  .burger.active {
    left: 0;
  }
  .heade-menu.burger ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    text-align: center;
    gap: 20px;
  }
  .heade-menu ul li a {
    width: 100%;
  }
  .header-r {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column-reverse;
  }

  .customslide-title .swiper-slide {
    font-size: 16px;
  }
  .customslide-card.customslide-card--center {
    z-index: 3;
    width: 365px;
    height: 455px;
  }
  .customslide-card {
    z-index: 1;
    width: 290px;
    height: 310px;
  }
  .customslide-slides {
    margin-top: 40px;
    min-height: 505px;
  }
  .customslide--center {
    margin-top: 20px;
    gap: 5px;
  }
  .customslide-title .swiper-slide.swiper-slide-active::before,
  .customslide-title .swiper-slide.swiper-slide-active::after,
  .customslide-title .swiper-slide.swiper-slide-next::before,
  .customslide-title .swiper-slide.swiper-slide-prev::before {
    content: "";
    width: 10px;
    height: 10px;
  }
  .customslide--title p span {
    font-size: 34px;
  }
  .customslide--title p {
    width: 318px;
    font-size: 24px;
  }
  .text-20-400 {
    font-size: 16px;
    font-weight: 400;
  }
  .people .bottom {
    margin-top: 10px;
  }
  .people .name {
    font-size: 18px;
  }
  .people .swiper-slide {
    padding: 30px 20px;
    border-radius: 32px;
    min-height: 355px;
  }
  .hero-descr {
    font-size: 24px;
    max-width: 340px;
  }
  .hero--title * {
    font-size: 70px;
    font-weight: 800;
    line-height: 100%;
    margin-top: -2px;
  }
  .no-scroll {
    overflow: hidden;
    height: 100vh;
    touch-action: none; /* чтобы не скроллилось на телефонах */
  }
  .blue-box {
    padding: 6px 8px;
    font-size: 14px;
    width: max-content;
  }
  .events-left .blue-box--wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .events-left {
    padding: 20px;
    gap: 30px;
  }
  .events-title {
    margin-top: 20px;
    font-size: 18px;
  }
  .events-left .text {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .swiper-slide.events-slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .stories .swiper-slide.swiper-slide-active {
    width: 380px;
  }
  .stories--back .bottom .blue p {
    font-size: 16px;
    font-weight: 500;
  }
  .text-32-500 {
    font-size: 18px;
  }
  .stories .year {
    font-size: 18px;
  }
  .stories .swiper-slide {
    min-height: 550px;
    width: 275px;
  }
  .stories--back .bottom {
    gap: 10px;
  }
  .stories--back .bottom .blue {
    padding: 10px;
    gap: 10px;
  }
  .about-top > div {
    max-width: 725px;
    gap: 10px;
  }
  .title-h2 {
    font-size: 24px;
  }
  .contact-l {
    width: 50%;
    max-width: none;
    gap: 30px;
  }
  .contact-l .bottom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .contact-l .bottom .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .contact-l .top {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .contact--inner {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }
  .footer__inner .top {
    margin: 80px 0;
    padding: 24px 0;
    gap: 30px;
  }
  .footer .top-1 {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .text-18-400 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1044px) {
  .container {
    width: 800px;
  }
  .contact-page .contact {
    padding-top: 155px;
    min-height: 550px;
    display: flex;
    align-items: center;
  }
  .single__hero {
    padding-top: 145px;
    height: 100vh;
  }
  .single__hero .container {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .media-r .navigation.prev {
    left: 20px;
  }
  .media-r .navigation.next {
    right: 20px;
  }
  .media-page .hero {
    padding-top: 140px;
  }
  .breadcrumps-mk__inner {
    position: absolute;
    top: 85px;
    z-index: 4;
  }
  .media-page .hero--inner .blue-button {
    margin-top: 30px;
  }
  .partner-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .partner-item .r-b {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .partner-title {
    margin-top: 20px;
    font-size: 16px;
  }
  .events-title {
    font-size: 16px;
  }
  .subscribe--inner {
    min-height: auto;
    gap: 20px;
  }
  .subscribe-r .img-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .subscribe-last,
  .subscribe-l {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .custom-container {
    padding: 0;
    padding-left: calc(50vw - 400px);
  }
  .swiper-slide.events-slide {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .events-right {
    max-height: 400px;
    border-radius: 16px;
    overflow: hidden;
  }
  .border {
    border-radius: 16px;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
  }
  .mt-50 {
    margin-top: 30px;
  }
  .about__item {
    padding: 11px 20px;
    gap: 10px;
    min-width: 177px;
  }
  .about-bottom {
    overflow: auto;
    display: flex;
    gap: 20px;
  }
  .stories-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
  }
  .stories-top > div:nth-child(1) {
    gap: 10px;
    max-width: none;
  }
  .stories-top .second {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .p-t {
    padding-top: 80px;
  }
  .about-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
  }
  .about-top > div {
    max-width: none;
    gap: 10px;
  }
  .title-h2 {
    font-size: 20px;
  }
  .partners_marquee {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 8px;
    padding: 30px 0 0;
  }
  .partners-bottom {
    margin-top: 20px;
  }
  .partners_item {
    flex: 0 0 auto;
    width: 176px;
    height: 33px;
  }
  .partners_content {
    gap: 8px;
  }
  .video-block__play::before {
    content: "";
    width: 60px;
    height: 65px;
  }
  .navigation {
    width: 44px;
    height: 44px;
  }
  .footer__inner .top {
    margin: 40px 0;
    padding: 20px 0;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .footer .top-2 {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
  .footer .top-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: center;
  }
  .contact--inner {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-direction: column;
  }
  .contact-l {
    width: 100%;
    max-width: none;
    gap: 30px;
  }
  .input-wrap > p {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .contact-r {
    gap: 30px;
  }
  .contact-l .bottom .title {
    margin-bottom: 10px;
  }
  .customslide-card.customslide-card--center {
    z-index: 3;
    width: 324px;
    height: 420px;
  }
  .customslide-card {
    z-index: 1;
    width: 260px;
    height: 280px;
  }
  .customslide-slides {
    margin-top: 40px;
    min-height: 470px;
  }
  .contact-l .bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .people-left {
    flex-shrink: 0;
    width: 400px;
  }
}

@media screen and (max-width: 840px) {
  .container {
    width: 600px;
  }

  .modal-top p {
    font-size: 15px;
  }

  #modalClose {
    width: 44px;
    height: 44px;
  }

  #modalClose svg {
  width: 18px;
  height: 18px;
} 

  #modal {
    padding:20px;
    width: 92%;
  }

  .about-page .customslide--title p {
    width: auto;
  }
  .customslide--title p.customslide--title-small {
    font-size: 14px;
    font-weight: 500;
    text-align: start;
  }
  .single__hero--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .single__hero {
    padding-top: 145px;
    height: auto;
  }
  .single__right {
    position: relative;
    height: auto;
    display: flex;
    align-items: end;
  }
  .single__right {
    max-width: 80%;
  }
  .single__hero-text {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .single__hero .container {
    flex: 1;
    display: flex;
    align-items: stretch;
  }
  .single__hero-top .img {
    max-width: 250px;
    margin-bottom: 20px;
  }
  .media-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .media-title {
    font-size: 16px;
  }
  .media-r .navigation.prev {
    left: 5px;
  }
  .media-r .navigation.next {
    right: 5px;
  }
  .project-navigation .navigation-num li {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  .partner-item .r-t__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .breadcrumps-mk .container {
    top: 80px;
    z-index: 4;
    position: relative;
    overflow: hidden;
  }
  .p1-hero {
    /* height: 100vh; */
    padding-top: 120px;
  }
  .breadcrumps-mk__inner {
    position: static;
    width: fit-content;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .breadcrumps-mk__inner .last {
    width: fit-content;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .breadcrumps-mk__inner {
    width: 100%;
    max-width: max-content;
    flex-wrap: nowrap;
  }

  .breadcrumps-mk__inner span,
  .breadcrumps-mk__inner a {
    font-size: 16px;
    min-width: max-content;
  }
  .breadcrumps-mk__inner .last {
    min-width: auto;
  }
  .project--inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .project-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    min-height: 550px;
  }
  .project-year,
  .project-title {
    margin-top: 10px;
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 500;
  }
  .project-b .blue--text {
    font-size: 16px;
  }
  .herotest .hero-inner {
    gap: 10px;
    padding-top: 150px;
    align-items: flex-start;
  }

  .herotest .hero-inner * {
    text-align: start;
  }
  .description__inner {
    border-radius: 32px;
    background: rgba(3, 18, 33, 0.6);
    padding: 20px;
  }
  .description__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: scroll;
    max-height: 300px;
    padding-right: 22px;
    font-size: 14px;
  }
  .description__content .text-20-400 {
    font-size: 14px;
  }
  .description--title {
    font-size: 14px;
  }
  .subscribe--inner {
    padding: 30px 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .afisha-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .afisha-b {
    margin-top: 30px;
  }
  .more-load {
    padding: 8px 32px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid var(--white);
    background-color: transparent;
    cursor: pointer;
    width: max-content;
  }
  .custom-container {
    padding: 0;
    padding-left: calc(50vw - 300px);
  }
  .hero-descr {
    font-size: 14px;
    max-width: 328px;
  }
  .hero-text {
    margin-top: 10px;
  }
  .wrap__logo {
    width: 81px;
    height: 42px;
    flex-shrink: 0;
  }
  button.menu svg {
    width: 42px;
    height: 42px;
  }
  .hero--title {
    font-family: Unbounded;
    text-transform: uppercase;

    font-size: 36px;
    font-weight: 800;
    line-height: 100%;
    margin-top: 0px;
  }
  .hero-top {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .hero {
    padding-top: 100px;
  }
  .marquee_item {
    font-size: 16px;
    gap: 90px;
    padding: 0px;
  }
  .hero-bottom > div {
    flex-shrink: 0;
  }
  .marquee_content,
  .marquee_marquee {
    gap: 40px;
  }
  .eventsSwiper {
    width: 100%;
    order: 2;
  }
  .events .navigation {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    order: 1;
  }
  .events .title-h2 {
    padding-right: 108px;
    text-align: start;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .events .navigation.prev {
    right: 54px;
  }
  .events-wrap {
    flex-direction: column;
  }
  .stories--front,
  .stories--back {
    padding: 30px 20px;
  }
  .s-mobail {
    display: block;
  }
  .customslide-inner {
    display: none;
  }
  .mobFotoSwiper .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
    height: auto;
    max-height: 420px;
  }
  .mobFotoSwiper .swiper-slide img {
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  .customslide--title {
    transform: translateY(0px);
    position: static;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .customslide--title p {
    width: 100%;
    font-size: 16px;
  }
  .customslide--title p span {
    display: inline;
    font-size: 20px;
  }
  .reviews-top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
    align-items: stretch;
  }
  .reviews-top > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .reviews .second {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  .footer .bottom {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
  .footer .bottom .item:last-child {
    align-items: start;
  }
  .footer .logo {
    width: 89px;
    height: 42px;
  }
  .mobFotoSwiper {
    overflow: visible;
  }
  .people-wrapp {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .people-left {
    flex-shrink: 0;
    width: auto;
  }
  .people-right {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .events .navigation {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 20px;
    order: 1;
  }
  .video-block {
    height: 300px;
  }
  .video-block__poster {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .stories .swiper-slide {
    width: auto;
  }
  .stories .swiper-slide.swiper-slide-active {
    width: auto;
  }
  .customslide-title .swiper-slide.swiper-slide-active {
    transform: scale(1);
    color: #fff;
  }
  .customslide-title .swiper-slide {
    font-size: 14px;
  }
  .customslide-footer {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: auto;
  }
  .customslide-btn {
    display: flex;
  }

  .customslide-counter {
    gap: 20px;
  }
  .events .navigation.prev {
    right: 74px;
  }
  .footer .bottom .item a {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .single__hero {
    padding-top: 145px;
    height: 100vh;
  }
  .single__right {
    max-width: 250px;
  }
  .custom-container {
    padding: 0;
    padding-left: 20px;
  }
  .contact-l .bottom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  /* textarea::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    font-size: 14px;
  } */
  .input {
    font-size: 14px;
  }
  .d-mobail {
    display: none !important;
  }
  .partners-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
  }
}
