@charset "UTF-8";
@import "../fonts/stylesheet.css";
* {
  box-sizing: border-box;
}

section {
  scroll-margin-top: 60px; /* <<< Ключевое */
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Geologica", serif;
  background: rgb(249, 250, 252);
}

section {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: rgb(11, 12, 14);
}

@media (min-width: 1350px) {
  .container {
    max-width: 1296px;
  }
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}

.black {
  height: 1000px;
  width: 100%;
  background: rgb(14, 16, 17);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 2;
  background: #0c0d0e;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}

.about {
  background: url("../img/about-bg.png") no-repeat center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: contain;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  background-size: 200% 30%;
  background-repeat: repeat;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-container .logo {
  font-family: Oswald;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.header-container .logo .red {
  color: rgb(225, 29, 72);
}
.header-container .menu a {
  font-family: Inter Tight;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-left: 32px;
  color: rgb(142, 150, 150);
}
.header-container ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}

.main {
  height: 900px;
  position: relative;
}
.main img {
  position: absolute;
  max-width: 900px;
  left: calc(50% - 450px);
  bottom: 0px;
}
.main .left-column {
  text-align: left;
}
.main .right-column {
  text-align: right;
  color: rgb(225, 29, 72);
  float: right;
}
.main .right-column h1, .main .right-column p {
  text-align: right;
  float: right;
}
.main .right-column h1 {
  color: rgb(225, 29, 72);
}
.main h1 {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 110px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  padding-top: 220px;
}
.main p {
  color: rgb(142, 150, 150);
  font-family: Inter Tight;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 16px;
  max-width: 416px;
}
.main .bottom-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 43px;
  background: linear-gradient(180deg, rgba(10, 12, 14, 0) 0%, rgba(10, 12, 14, 0.944367) 81.89%, #0A0C0E 100%);
  height: 350px;
  padding-top: 170px;
  text-align: center;
}
.main .bottom-container .red-btn {
  color: #fafafa;
  border-radius: 100px;
  font-family: Inter Tight;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  background: rgb(225, 29, 72);
  padding: 18px 32px;
  margin-bottom: 73px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.about {
  background: url("../img/about-bg.png") no-repeat center center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
.about svg {
  position: absolute;
  bottom: 42px;
  left: calc(50% - 21px);
}
.about img {
  width: 100%;
}
.about h2 {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 78px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  margin-top: 130px;
  margin-bottom: 32px;
}
.about h2 .red {
  color: rgb(225, 29, 72);
}
.about ul {
  padding-left: 0;
}
.about ul li {
  text-align: left;
  font-family: Inter Tight;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgb(142, 150, 150);
  position: relative;
  padding-left: 54px;
  padding-bottom: 24px;
  list-style: none;
}
.about ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 30px;
  height: 1px;
  background: rgb(142, 150, 150);
}
.about .digits {
  text-align: left;
  margin-top: 64px;
}
.about .digits h3 {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}
.about .digits h3 .red {
  color: rgb(225, 29, 72);
}
.about .digits p {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgb(142, 150, 150);
}

.show-type {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.show-type svg {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 90px;
  margin-bottom: -90px;
}
.show-type h2 {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 78px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}
.show-type h2 .red {
  color: rgb(225, 29, 72);
}
.show-type .show-subtitle {
  margin-bottom: 64px;
  font-family: Inter Tight;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(142, 150, 150);
}
.show-type .card {
  border-radius: 24px;
  overflow: hidden;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.show-type .card .mobile-arrow {
  display: none;
}
.show-type .card:hover img.normal-img {
  opacity: 1;
  transform: scale(1.1);
}
.show-type .card h2 {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.show-type .card h2 .red {
  color: rgb(225, 29, 72);
}
.show-type .card img.blend-img {
  width: 100%;
  mix-blend-mode: luminosity;
}
.show-type .card img.normal-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #333;
  border-radius: 20px;
  overflow: hidden; /* чтобы бордер-радиус применился и к сетке */
}

.logo-item {
  background-color: #111;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.logo-item img {
  max-height: 60px;
  max-width: 90%;
  object-fit: contain;
}

/* Убираем правый бордер у последних в ряду */
.logo-item:nth-child(4n) {
  border-right: none;
}

/* Убираем нижний бордер у последних строк */
.logo-item:nth-last-child(-n+4) {
  border-bottom: none;
}

/* Адаптив для мобильных — 2 колонки */
@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-item:nth-child(4n) {
    border-right: 1px solid #333; /* сбрасываем */
  }
  .logo-item:nth-child(2n) {
    border-right: none; /* 2 колонки: убираем правый бордер у каждой 2й */
  }
  .logo-item:nth-last-child(-n+4) {
    border-bottom: 1px solid #333; /* сброс */
  }
  .logo-item:nth-last-child(-n+2) {
    border-bottom: none; /* убираем нижний у последнего ряда */
  }
}
.partners {
  text-align: center;
  padding-top: 111px;
  padding-bottom: 100px;
}
.partners h2 {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 78px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 64px;
}
.partners h2 .red {
  color: rgb(225, 29, 72);
}
.partners svg {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 90px;
  margin-bottom: -90px;
}

footer {
  padding-top: 120px;
}
footer .socials {
  position: absolute;
  right: 100px;
  top: 76px;
}
footer .socials .social-item {
  display: block;
  margin-bottom: 35px;
  transform: scale(1.5);
  transition: 0.3s;
}
footer .socials .social-item:hover {
  transform: scale(1.7);
}
footer h2 {
  padding-top: 50px;
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 78px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 32px;
}
footer h2 .red {
  color: rgb(225, 29, 72);
}
footer p {
  color: rgb(142, 150, 150);
  font-family: Inter Tight;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 32px;
  max-width: 508px;
}
footer input, footer select {
  max-width: 526px;
  background: transparent;
  width: 100%;
  border-radius: 100px;
  padding: 22px 24px;
  font-family: Inter Tight;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(142, 150, 150);
  border: 1px solid rgb(142, 150, 150);
  margin-bottom: 24px;
}
footer .select-wrapper {
  position: relative;
  max-width: 526px;
  width: 100%;
}
footer .custom-select-main {
  appearance: none; /* Скрыть стандартную стрелку */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/arrow.svg"); /* путь к своей стрелке */
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 25px;
  padding-right: 30px; /* чтобы текст не перекрывался иконкой */
}
footer input::placeholder {
  color: rgb(142, 150, 150);
}
footer input:focus-visible {
  outline: none;
}
footer select {
  cursor: pointer;
}
footer button {
  border: none;
  color: #fafafa;
  border-radius: 100px;
  font-family: Inter Tight;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  background: rgb(225, 29, 72);
  padding: 18px 32px;
  margin-bottom: 73px;
  display: block;
  width: fit-content;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1300px;
    margin: 3rem auto;
    background: rgb(14, 16, 17);
  }
}
.modal-dialog .modal-content {
  padding: 64px;
  background: rgb(14, 16, 17);
  position: relative;
}
.modal-dialog .modal-content svg.close {
  position: absolute;
  top: 25px;
  right: 25px;
}
.modal-dialog h2 {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}
.modal-dialog h2 .red {
  color: rgb(225, 29, 72);
}
.modal-dialog h3 {
  font-family: Inter Tight;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgb(255, 255, 255);
}
.modal-dialog p {
  color: rgb(142, 150, 150);
  font-family: Inter Tight;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.modal-dialog .btn-container {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.modal-dialog .btn-container p {
  color: rgb(142, 150, 150);
  font-family: Inter Tight;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 0;
}
.modal-dialog .btn-container span {
  color: rgb(255, 255, 255);
}
.modal-dialog .red-btn {
  margin-right: 24px;
  border: none;
  color: #fafafa;
  border-radius: 100px;
  font-family: Inter Tight;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  background: rgb(225, 29, 72);
  padding: 18px 32px;
  display: block;
  width: fit-content;
  cursor: pointer;
}

.video-play {
  position: relative;
}
.video-play svg {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 41px);
  left: calc(50% - 41px);
}

.main.mobile {
  display: none;
}

#copy p {
  color: rgb(142, 150, 150);
  font-family: Inter Tight;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
#copy p span {
  color: rgb(142, 150, 150);
  text-decoration: none;
}
#copy p a {
  color: rgb(142, 150, 150) !important;
}

.location {
  display: flex;
  align-items: center;
}
.location span {
  margin-left: 30px;
  font-family: Inter Tight;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}
.location span a {
  color: rgb(255, 255, 255);
}
.location span svg {
  margin-right: 5px;
}

.location.bottom {
  display: none;
}

.footer-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=style.css.map */
