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

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* manrope-500 - cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("https://movieweb.ru/work/timeout/hals/fonts/manrope-v20-cyrillic-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-family: "TT Bluescreens";
  src: url("https://movieweb.ru/work/timeout/hals/fonts/tt-bluescreens-trial.demibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-black-solid: #000;
  --color-violet-4: #0b080d;
  --color-grey-85: #d8d8d8;
  --color-grey-7: #111;
  --color-white-solid: #fff;
  --color-orange-69: #bcb5a3;
  --color-black--300: rgba(0, 0, 0, 0.3);
  --color-black--0: rgba(0, 0, 0, 0);
  --color-black--200: rgba(0, 0, 0, 0.2);
  --color-grey-87: #ddd;
  --color-grey-94: #f7f1e9;
  --font-family: "Manrope", sans-serif;
  --second-family: "TT Bluescreens", sans-serif;
}

html {
  font-size: clamp(8px, 0.52vw, 50px);
}

.p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.3;
  color: var(--color-black-solid);
}

.h2 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 10rem;
  line-height: 80%;
  color: var(--color-black-solid);
}

.new-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100dvh - 70px);
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  padding-top: 30px;
}

.new-hero img {
  width: 100%;
}

.new-hero__tags {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.new-hero__tag {
    margin-left: auto;
    text-align: right;
}

@media screen and (max-width: 950px) {
    .new-hero__tags {
        justify-content: center;
    }

    .new-hero__tag {
        margin-left: 0;
        text-align: center;
    }
}

.new-hero__tag {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 7rem;
  line-height: 171%;
  color: #eae9e7;
}

.new-second-section {
  margin-bottom: 112px;
}

.new-second-section img {
  width: 100%;
}

.new-second-section-cont {
  display: flex;
  gap: 140px;
  align-items: center;
  margin-top: 112px;
}

.new-second-section-cont div {
  flex: 1;
}

.new-second-section-cont p {
  padding-left: 5.5rem;

  float: right;
}

.new-img-section-div {
  width: 100%;
  max-width: 78%;
}

.new-img-section-div img {
  width: 100%;
}

.new-img-section {
  margin-bottom: 112px;
}
/*

 */

.new-dubble-img-section {
  padding-left: 5.5rem;
}

.new-dubble-img-section img {
  width: 100%;
}

.new-dubble-img-section-cont {
  display: flex;
  gap: 150px;
  position: relative;
}

.new-dubble-img-section-cont > :first-child {
  flex: 1;
}

.new-dubble-img-section-cont > :last-child {
  flex: 1.1;
}

.new-dubble-img-section h2 {
  margin-bottom: 50px;
}

.new-dubble-img-section p {
  margin-bottom: 112px;
}

.new-dubble-img-section-cont > :last-child img {
  margin-top: -60px;
}

.new-dubble-img-section {
  margin-bottom: 125px;
}

.new-section-img1 {
  padding-left: 5.5rem;
  margin-bottom: 112px;
  padding-right: 5.5rem;
}

.new-section-img1 div {
  display: flex;
  align-items: center;
  gap: 129px;
}

.new-section-img1-cot > :first-child {
  flex: 505;
}

.new-section-img1-cot > :last-child {
  flex: 640;
}

.new-section-img1 img {
  width: 100%;
}

.img-section-1 img {
  width: 100%;
}

.img-section-1 {
  margin-bottom: 112px;
}

.section-center-cont {
  display: flex;
  gap: 113px;
}

.section-center-cont > :first-child {
  flex: 640;
}

.section-center-cont > :last-child {
  flex: 587;
}

.section-center-cont p {
  margin-bottom: 112px;
  padding-left: 5.5rem;
}

.section-center-cont img {
  width: 100%;
}

.cont11 {
  max-width: 80%;
}

.cont11 img {
  width: 100%;
}

.p-2 {
  margin: 112px 0;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.swiper-slider .swiper-slide {
  display: flex;
}

.swiper-slider .swiper-slide img {
  flex: 1;
  width: 100%;
}

.swiper-slider {
  overflow-x: hidden;
}

.slider-section {
  margin-bottom: 112px;
}

.section-99 {
  padding-left: 5.5rem;
  margin-bottom: 131px;
}

.section-99 .section-99-cont {
  display: flex;
  align-items: center;
  gap: 130px;
}

.section-99 img {
  width: 100%;
}

.section-99-cont > :first-child {
  flex: 670;
}

.section-99-cont > :last-child {
  flex: 591;
}

.section-100-1 img {
  width: 80%;
}

.section-100-2 {
  display: flex;
  justify-content: flex-end;
  margin-top: -290px;
}

.section-100-2 .cont5 {
  width: 50%;
}

.section-100-2 .cont5 img {
  width: 100%;
}

.section-big {
  margin-top: -30px;
}

.section-big-1 {
  padding-left: 5.5rem;
  padding-right: 0.5em 0.5rem;
}

.section-big-1 h2 {
  margin-bottom: 50px;
}

.section-big-1 {
  margin-bottom: 60px;
}

.section-big-2 {
  display: flex;
  gap: 116px;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.section-big-2 > :first-child {
  flex: 577;
}

.section-big-2 > :last-child {
  flex: 649;
}

.section-big-2 img {
  width: 100%;
  margin-top: 58px;
}

.section-big-3 img {
  width: 100%;
}

.section-100-p p {
  column-count: 2;
  column-gap: 50px;
}

@media screen and (max-width: 850px) {
  .section-100-p p {
    column-count: 1;
  }
}

.section-big-2 {
  position: relative;
  z-index: 1;
}

.section-big-3 {
  margin-top: -250px;
}

.section-100-p {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  margin: 112px 0;
}

.section-100-p div {
  display: flex;
  gap: 42px;
}

.section-100-p div > :first-child,
.section-100-p div > :nth-child(2) {
  flex: 1;
}

.section-1124-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.section-1124-cont img {
  width: 100%;
}

.section-1124 {
  margin-bottom: 112px;
}

.imgsection-1 {
  margin-bottom: 112px;
}

.imgsection-1 img {
  width: 90%;
}

.sectopnnn {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  margin: 112px 0;
}

.section-last-cont {
  display: flex;
  gap: 96px;
}

.section-last-cont > :first-child {
  flex: 705;
}

.section-last-cont > :last-child {
  flex: 528;
}

.section-last-cont > :last-child img {
  margin-top: 45px;
  width: 100%;
}

.section-last {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  position: relative;
  z-index: 1;
}

.last443 img {
  width: 100%;
}

.last443 {
  margin-top: -50px;
}

.new-second-section-cont {
  padding-right: 5.5rem !important;
}

@media screen and (max-width: 500px) {
  .new-hero__tag {
    font-size: 40px;
  }

  .new-hero {
    background-image: url("./images/bg-mob.png") !important;
  }
}

@media screen and (max-width: 1081px) {
  .new-second-section-cont {
    gap: 50px;
  }
}

@media screen and (max-width: 1006px) {
  .new-second-section-cont .vrtgbrt {
    display: none;
  }

  .new-second-section-cont {
    padding: 0 !important;
  }

  .new-second-section-cont p {
    max-width: 100%;
  }

  .new-img-section-div {
    width: 100%;
    max-width: 100%;
  }

  .new-second-section p {
    padding: 0;
  }

  .new-second-section {
    margin-top: 112px;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}

.mob-img {
  display: none;
}

@media screen and (max-width: 1105px) {
  .cont8 {
    width: 100%;
    left: 23%;
  }

  .cont8 img {
    width: 100%;
  }

  .new-dubble-img-section-cont {
    gap: 80px;
  }
}

.all-img {
  z-index: 1;
}

@media screen and (max-width: 967px) {
  .new-dubble-img-section-cont > :last-child {
    display: none;
  }

  .all-img {
    position: static !important;
    max-width: 70% !important;
  }
  .mob-img {
    display: block;
    position: relative !important;
    z-index: 1;
    left: 0 !important;
    float: right;
    margin-top: -170px;
    max-width: 45%;
  }

  .new-dubble-img-section {
    padding-right: 5.5rem;
  }

  .cont8 {
    bottom: 0 !important;
  }

  .new-section-img1-cot > :first-child {
    display: none;
  }
}

@media screen and (max-width: 1093px) {
  .section-center-cont {
    gap: 50px;
  }
}

.fleximg {
  display: none;
}
@media screen and (max-width: 900px) {
  .section-center-cont {
    flex-direction: column;
  }

  .none111 {
    display: none;
  }

  .fleximg {
    display: flex;
    gap: 15px;
  }

  .fleximg > :first-child {
    flex: 143;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .fleximg img {
    width: 100%;
    max-width: 100% !important;
  }

  .fleximg > :last-child {
    flex: 232;
  }

  .fleximg > :last-child {
    margin-top: 32px;
  }
}

.swiper-slider1,
.swiper-slider2,
.swiper-slider3 {
  position: relative;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  bottom: 20px !important;
  opacity: 0;
}

.swiper-pagination-bullet {
  border-radius: 50px;
  width: 8px;
  height: 8px;
  background: var(--color-white-solid);
}

@media screen and (max-width: 939px) {
  .section-99 .section-99-cont {
    gap: 50px;
  }
}

.none2 {
  display: none;
}

/*.imgsection-1 div > :last-child {
  display: none;
}*/

@media screen and (max-width: 800px) {
  .section-99-cont {
    flex-direction: column;
    padding-right: 5.5rem;
  }

  .none2 {
    display: block;
  }

  .vreg > :first-child {
    width: 70%;
    float: right;
    margin-bottom: -60px;
  }

  .vreg > :last-child {
    width: 50%;
  }

  .section-100 {
    display: none;
  }

  .imgsection-1 {
    display: flex;
    flex-direction: column-reverse;
  }

  .sectopnnn {
    margin-top: 0;
    margin-bottom: 40px;
  }

/*  .imgsection-1 div > :first-child {
    width: 70%;
    float: right;
  }

  .imgsection-1 div > :last-child {
    width: 70%;
    display: block;
  }*/
}

@media screen and (max-width: 1047px) {
  .section-big-2 {
    flex-direction: column;
  }

  .section-big-3,
  .section-big {
    margin-top: 112px;
  }

  .section-big-1 {
    padding-right: 5.5rem;
  }
}

.slider-section p {
  display: none;
}

@media screen and (max-width: 945px) {
  .section-100-p div {
    flex-direction: column;
    gap: 0;
  }

  .slider-section p {
    display: block;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    margin: 112px 0;
  }

  .section-last {
    display: none;
  }

  .last443 {
    margin-top: 0px;
  }
}

.swiper-slider1,
.swiper-slider2,
.swiper-slider3 {
  overflow: hidden;
}

.swiper-slider1 .swiper-slide,
.swiper-slider2 .swiper-slide,
.swiper-slider3 .swiper-slide {
  aspect-ratio: 1/1;
}

.swiper-slider1 .swiper-slide img,
.swiper-slider2 .swiper-slide img,
.swiper-slider3 img {
  width: 100%;
}

.flexflex {
  display: grid;
  grid-template-columns: 50% 50%;
}

.swiper-slider3 {
  display: none;
}

@media screen and (max-width: 650px) {
  .swiper-slider3 {
    display: block;
  }

  .flexflex {
    display: none;
  }

  .swiper-pagination {
    opacity: 1;
  }

  .p {
    font-size: 16px;
  }

  .h2 {
    font-size: 50px;
  }

  .section-big-2 img {
    margin-top: 0;
  }

  .slider-section p {
    display: block;
  }
}

@media screen and (max-width: 950px) {
  .slider-section p {
    display: block;
    padding-right: 22px;
    padding-left: 22px;
    margin: 40px 0;
  }

  .sectopnnn {
    margin: 40px 0;
  }

  .new-hero {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 22px;
  }
  .new-img-section {
    margin-bottom: 40px;
  }

  .new-second-section {
    margin-top: 40px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 40px;
  }

  .new-second-section-cont {
    margin-top: 0;
  }

  .new-dubble-img-section {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 40px;
  }

  .section-center-cont p {
    margin-bottom: 40px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .new-dubble-img-section p,
  .new-section-img1,
  .img-section-1 {
    margin-bottom: 40px;
  }

  .new-dubble-img-section h2 {
    margin-bottom: 20px;
  }

  .new-section-img1 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .p-2 {
    margin: 40px 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .slider-section {
    margin-bottom: 40px;
  }

  .section-99 {
    padding-left: 22px;
    margin-bottom: 40px;
  }

  .section-99 .section-99-cont {
    padding-right: 22px;
  }

  .section-big-1 {
    padding-right: 22px;
    padding-left: 22px;
    margin-bottom: 40px;
  }

  .section-big-2 {
    padding-right: 22px;
    padding-left: 22px;
    gap: 40px;
  }

  .section-big-3,
  .section-big {
    margin-top: 40px;
  }

  .section-big-1 h2 {
    margin-bottom: 20px;
  }

  .section-100-p {
    padding-right: 22px;
    padding-left: 22px;
    margin: 40px 0;
  }

  .sectopnnn {
    padding-right: 22px;
    padding-left: 22px;
  }

  .imgsection-1 {
    margin-bottom: 40px;
  }
}

/*










 */

@media screen and (max-width: 550px) {
  .mob-img {
    max-width: 35% !important;
    margin-top: -100px;
  }
}

/*











 */

@media screen and (min-width: 967px) {
  .new-dubble-img-section-cont > :first-child {
    position: relative;
  }

  .cont8 {
    position: absolute;
    bottom: 15%;
    left: 51%;
    z-index: 2;
    will-change: transform;
    transition: transform 0.4s ease-out;
    width: 100%;
  }

  .cont8 img {
    width: 100%;
  }
}

/*






 */

.section-100-2 {
  position: relative;
}

.section-100-2 img {
  transform: scale(1.1);
  will-change: transform;
  transition: transform 0.4s ease-out;
}

body,
html {
  overflow-x: hidden;
}

.mkujynhtbgrvf {
  opacity: 0;
  transform: scale(0);
  transform-origin: top left;
  transition:
    transform 0.8s ease-out,
    opacity 0.8s ease-out;
}

.mkujynhtbgrvf.visible {
  opacity: 1;
  transform: scale(1);
}

.img-section-1 div {
  max-height: 100dvh;
  overflow: hidden;
}

.img-section-1 div img {
  object-fit: cover;
}

.img-section-1 > div {
  overflow: hidden;
  position: relative;
}

.img-section-1 > div img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.15);
  will-change: transform;
  transition: transform 0.4s ease-out;
}

.section-big-3,
.last443 {
  max-height: 100dvh;
  overflow: hidden;
}

.section-big-3 img,
.last443 img {
  object-fit: cover;
}

.last443,
.section-big-3 {
  overflow: hidden;
  position: relative;
}

.last443 img,
.section-big-3 img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.15);
  will-change: transform;
  transition: transform 0.4s ease-out;
}

.mob {
  display: none !important;
}

@media screen and (max-width: 945px) {
  .desc {
    display: none !important;
  }

  .mob {
    display: block !important;
  }

  .fre11 {
    padding-left: 22px;
    margin-bottom: 40px;
    padding-right: 22px;
  }
}

/*





 */

.word {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  margin-right: 0.25em;
}

.letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition:
    transform 0.1s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.1s ease;
}

.letter.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-big {
  margin-top: 80px;
}

@media screen and (max-width: 950px) {
  .section-big {
    margin-top: 40px;
  }
}

/* @media screen and (max-width: 950px) {
  .section-99 {
    margin-bottom: 0;
  }
} */

.img-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}

.img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.2;
  pointer-events: none;
  max-width: 100%;
  box-sizing: border-box;
}

.po,
.po2 {
  position: relative;
}

.po span,
.po2 span {
  position: absolute;
  bottom: 7px;
  right: 7px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  text-align: right;
  color: var(--color-white-solid);
}

.po2 span {
  right: auto;
  left: 7px;
}

@media screen and (max-width: 500px) {
  .po span,
  .po2 span {
    font-size: 10px;
  }
}

.cont5 {
  overflow: hidden;
}

.cont8 span {
  position: absolute;
  bottom: 7px;
  right: 7px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  text-align: right;
  color: var(--color-white-solid);
}

/*









 */
.h2,
.p {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.h2.visible,
.p.visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 967px) {
  .cont8 span {
    right: auto;
    left: 7px;
  }

  .cont8 {
    position: relative !important;
    left: 0;
  }
}

@media screen and (max-width: 800px) {
  .section-99 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 940px) {
  .section-big {
    margin-top: 80px;
  }
}

@media screen and (max-width: 800px) {
  .section-big {
    margin-top: 40px;
  }
}

/* Quick animation polish — closer to the calm Archidomo rhythm */
@media (prefers-reduced-motion: no-preference) {
  .mkujynhtbgrvf {
    opacity: 1;
    transform: none;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.25s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: clip-path;
  }

  .mkujynhtbgrvf.visible {
    opacity: 1;
    transform: none;
    clip-path: inset(0 0 0 0);
  }

  .h2,
  .p {
    opacity: 0;
    transform: translateY(45px);
    transition:
      opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
      transform 1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  .h2.visible,
  .p.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .swiper-slider1 .swiper-slide img,
  .swiper-slider2 .swiper-slide img,
  .swiper-slider3 .swiper-slide img {
    transform: scale(1.06);
    transition: transform 5.5s cubic-bezier(0.2, 0.65, 0.3, 1);
    will-change: transform;
  }

  .swiper-slider1 .swiper-slide-active img,
  .swiper-slider2 .swiper-slide-active img,
  .swiper-slider3 .swiper-slide-active img {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mkujynhtbgrvf,
  .h2,
  .p {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
  }
}

/* Fix: reliable image entrance without clip-path */
.mkujynhtbgrvf {
  opacity: 0;
  transform: translateY(24px) scale(1.025);
  transform-origin: center center;
  clip-path: none !important;
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.mkujynhtbgrvf.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  clip-path: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .mkujynhtbgrvf {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 650px) {

    .swiper-slider3-last .po span {
        width: 30%;
        right: 7px;
        text-align: right;
        line-height: 1.2;
    }

}

.imgsection-mobile {
    display: none;
}

@media screen and (max-width: 800px) {
    .imgsection-main {
        width: 70%;
        margin-left: auto;
    }

    .imgsection-mobile {
        display: block;
        width: 70%;
    }
}

.imgsection-main {
  width: 90%;
  position: relative;
}

.imgsection-main img {
  display: block;
  width: 100%;
}

.imgsection-mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  .imgsection-mobile {
    display: block;
    width: 70% !important;
    overflow: hidden;
  }

  .imgsection-mobile img {
    display: block;
    width: 100% !important;
  }

  .imgsection-mobile span {
    left: 7px;
    right: 7px;
    width: auto;
    max-width: none;
    white-space: normal;
    line-height: 1.2;
    text-align: right;
  }
}
.p a {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-decoration-color: #000;
    transition: opacity .25s ease;
}

.p a:hover {
    opacity: .65;
}