* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  direction: rtl;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  -webkit-text-size-adjust: none;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}

main {
  overflow: hidden;
}


.tldr-summary {
      position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

input, textarea, select, button {
  font-family: inherit;
  outline: none;
  background: transparent;
  border: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button, textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button, select::-webkit-outer-spin-button, select::-webkit-inner-spin-button, button::-webkit-outer-spin-button, button::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration, textarea::-webkit-search-decoration, textarea::-webkit-search-cancel-button, textarea::-webkit-search-results-button, textarea::-webkit-search-results-decoration, select::-webkit-search-decoration, select::-webkit-search-cancel-button, select::-webkit-search-results-button, select::-webkit-search-results-decoration, button::-webkit-search-decoration, button::-webkit-search-cancel-button, button::-webkit-search-results-button, button::-webkit-search-results-decoration {
  display: none;
}

input:focus::placeholder, textarea:focus::placeholder, select:focus::placeholder, button:focus::placeholder {
  visibility: hidden;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.main-width {
  width: 100%;
  max-width: 1352px;
  padding: 0 16px;
  margin: 0 auto;
}

.btn {
  display: flex;
  height: 59px;
  padding: 25px 40px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #FFF;
  font-weight: 500;
  letter-spacing: -0.6px;
  font-size: 20px;
  border-radius: 32px;
  position: relative;
  white-space: nowrap;
}
.btn--1 {
  padding: 5px;
  padding-left: 25px;
  padding-right: 68px;
  background: #F15A24;
}
.btn--1 div {
  background: url(images/btn.svg) no-repeat center;
  width: 49px;
  height: 49px;
  position: absolute;
  right: 5px;
  transition: all 0.3s ease;
}
.btn--1:hover {
  padding-left: 68px;
  padding-right: 25px;
}
.btn--1:hover div {
  right: calc(100% - 55px);
}
.btn--2 {
  border: 2px solid #FFF;
}
.btn--2:hover {
  color: #F15A24;
  border-color: #F15A24;
}
.btn--3 {
  background: #FFF;
  color: #1F2023;
}
.btn--3:hover {
  background: #F15A24;
  color: #FFF;
}

.title {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1024px) {
  .title {
    flex-direction: column;
    gap: 24px;
  }
}
.title__subtitle {
  font-size: 23px;
  line-height: 1;
  color: #98A2B3;
  letter-spacing: 0.69px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .title__subtitle {
    font-size: 18px;
  }
}
.title__title {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.title__title h2 {
  color: #00011A;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.44px;
  margin: 0;
}
@media (max-width: 767px) {
  .title__title h2 {
    font-size: 30px;
  }
}
.title__title p {
  font-size: 28px;
  line-height: 1;
  color: rgba(0, 1, 25, 0.89);
  letter-spacing: 0.84px;
}
@media (max-width: 767px) {
  .title__title p {
    font-size: 16px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  position: relative;
  background: transparent;
  z-index: 1;
}
@media (max-width: 767px) {
  .header {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.header__logo {
  line-height: 1;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .header__nav {
    gap: 15px;
  }
}
.header__nav li {
  list-style: none;
}
.header__nav li a {
  color: #FFF;
  font-size: 20px;
  line-height: 1.3;
  white-space: nowrap;
  --tw-duration: .3s;
  transition-duration: 0.3s;
}
.header__nav li a:hover {
  color: #f15a24;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding: 70px;
  color: #FFF;
}
@media (max-width: 767px) {
  .main {
    padding: 30px;
  }
}
.main__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.main__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.main__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .main__block {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .main__block {
    gap: 20px;
  }
}
.main__block h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1024px) {
  .main__block h1 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .main__block h1 {
    font-size: 26px;
  }
}
.main__button {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .main__button {
    margin-top: 20px;
  }
}
.main__button button {
  font-size: 36px;
  font-weight: 600;
  transition-duration: 0.3s;
  color: #f15a24;
}
@media (max-width: 767px) {
  .main__button button {
    font-size: 20px;
  }
}
.main__button p {
  font-size: 30px;
}
@media (max-width: 767px) {
  .main__button p {
    font-size: 16px;
  }
}
.main__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .main__links {
    flex-direction: row;
  }
}
.main__link {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 16px;
  transition-duration: 0.3s;
}
.main__link div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition-duration: 0.3s;
}
.main__link div svg {
  transition-duration: 0.3s;
}
.main__link span {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #FFF;
  overflow: hidden;
  max-width: 0;
}
.main__link:hover {
  color: #f15a24;
}
.main__link:hover div {
  border-color: #f15a24;
}
.main__link:hover span {
  max-width: 1000px;
  color: #f15a24;
}
.main__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 1024px) {
  .main__bottom {
    gap: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .main__bottom {
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }
}
.main__bottom-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .main__bottom-content {
    gap: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .main__bottom-content {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .main__bottom-content img {
    display: none;
  }
}
@media (max-width: 767px) {
  .main__bottom p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main__bottom p span {
    display: none;
  }
}

.info {
  display: flex;
  flex-direction: column;
  padding: 100px 70px;
}
@media (max-width: 1024px) {
  .info {
    padding: 70px 30px;
  }
}
.info__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .info__list {
    padding-top: 20px;
  }
}
.info__list-items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .info__list-items {
    flex-direction: column;
    gap: 20px;
  }
}
.info__list-items--1 .info__list-item {
  max-width: calc(70% - 10px);
}
.info__list-items--1 .info__list-item + .info__list-item {
  max-width: calc(30% - 10px);
}
.info__list-items--1 .info__list-item + .info__list-item:hover {
  max-width: calc(50% - 10px);
}
.info__list-items--1 .info__list-item:has(+ .info__list-item:hover) {
  max-width: calc(50% - 10px);
}
.info__list-items--2 .info__list-item {
  max-width: calc(30% - 10px);
}
.info__list-items--2 .info__list-item:hover {
  max-width: calc(50% - 10px);
}
.info__list-items--2 .info__list-item + .info__list-item {
  max-width: calc(70% - 10px);
}
.info__list-items--2 .info__list-item:hover + .info__list-item {
  max-width: calc(50% - 10px);
}
.info__list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  height: 371px;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  flex: 1;
  gap: 16px;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 767px) {
  .info__list-item {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 371px;
  }
}
.info__list-item::after {
  content: "";
  width: 64px;
  height: 64px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22' fill='none'><path d='M1.66667 9.58333C0.884263 9.58333 0.25 10.2176 0.25 11C0.25 11.7824 0.884263 12.4167 1.66667 12.4167L21.6215 12.4167L14.8316 19.2066C14.2784 19.7598 14.2784 20.6568 14.8316 21.2101C15.3848 21.7633 16.2818 21.7633 16.8351 21.2101L25.0417 13.0035C26.1481 11.897 26.1482 10.103 25.0417 8.99653L16.8351 0.789932C16.2818 0.236688 15.3848 0.236688 14.8316 0.789932C14.2784 1.34318 14.2784 2.24016 14.8316 2.7934L21.6215 9.58333L1.66667 9.58333Z' fill='%23ffffff'/></svg>") center no-repeat;
  border-radius: 100%;
  border: 1px solid #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s ease;
}
.info__list-item div {
  padding: 24px;
  border-radius: 0 0 24px 24px;
  transition: all 0.3s ease;
}
.info__list-item h3 {
  margin: 0;
  color: #FFF;
  text-align: right;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.96px;
}
@media (max-width: 767px) {
  .info__list-item h3 {
    font-size: 22px;
  }
}
.info__list-item p {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #FFF;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .info__list-item p {
    font-size: 14px;
  }
}
.info__list-item:hover:after {
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22' fill='none'><path d='M1.66667 9.58333C0.884263 9.58333 0.25 10.2176 0.25 11C0.25 11.7824 0.884263 12.4167 1.66667 12.4167L21.6215 12.4167L14.8316 19.2066C14.2784 19.7598 14.2784 20.6568 14.8316 21.2101C15.3848 21.7633 16.2818 21.7633 16.8351 21.2101L25.0417 13.0035C26.1481 11.897 26.1482 10.103 25.0417 8.99653L16.8351 0.789932C16.2818 0.236688 15.3848 0.236688 14.8316 0.789932C14.2784 1.34318 14.2784 2.24016 14.8316 2.7934L21.6215 9.58333L1.66667 9.58333Z' fill='%23000000'/></svg>") center no-repeat;
}
.info__list-item:hover div {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur);
}
.info__list-item:hover p {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

.persons {
  padding: 100px 70px;
}
@media (max-width: 1024px) {
  .persons {
    padding: 70px 30px;
  }
}
.persons__slider {
  position: relative;
  overflow: visible;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .persons__slider {
    margin-top: 20px;
  }
}
.persons__slide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 auto;
  width: auto;
  border-radius: 24px;
}
.persons__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 auto;
  width: 320px;
  height: 504px;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  padding: 25px;
  transition: all 0.3s ease;
}
.persons__item:hover {
  width: 753px;
  background-position-y: 13%;
}
@media (max-width: 767px) {
  .persons__item:hover {
    width: 100%;
    background-position-y: 25%;
  }
}
.persons__item:hover .persons__content {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .persons__item {
    width: 100%;
    height: 300px;
    background-position-y: 25%;
  }
}
.persons__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .persons__content {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .persons__content {
    align-items: flex-start;
  }
}
.persons__content > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .persons__content > div {
    margin-left: -48px;
  }
}
.persons__content > div .btn {
  width: 136px;
  height: 36px;
  font-size: 16px;
  padding: 5px 40px 5px 25px;
}
.persons__content > div .btn:hover {
  padding: 5px 25px 5px 40px;
}
.persons__content > div .btn:hover div {
  right: calc(100% - 32px);
}
.persons__content > div .btn div {
  width: 28px;
  height: 28px;
  background-size: contain;
}
@media (max-width: 767px) {
  .persons__content > div .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .persons__content img {
    width: 48px;
    margin-top: -20px;
  }
}
.persons__game {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.2px;
}
@media (max-width: 1024px) {
  .persons__game {
    font-size: 32px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .persons__game {
    font-size: 20px;
  }
}
.persons__text {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.72px;
}
@media (max-width: 767px) {
  .persons__text {
    font-size: 16px;
  }
}
.persons__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  margin-bottom: 20px;
  height: 40px;
}
.persons .swiper-button-prev,
.persons .swiper-button-next {
  background: #000;
  border: 1px solid #000;
  display: flex;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  left: auto;
  right: auto;
  transition: all 0.3s ease;
}
.persons .swiper-button-prev.swiper-button-disabled,
.persons .swiper-button-next.swiper-button-disabled {
  background: #fff;
}
.persons .swiper-button-prev.swiper-button-disabled svg,
.persons .swiper-button-next.swiper-button-disabled svg {
  fill: #98A2B3;
}
.persons .swiper-button-prev:after,
.persons .swiper-button-next:after {
  display: none;
}
.persons .swiper-button-prev svg,
.persons .swiper-button-next svg {
  width: 9px;
  height: 16px;
  fill: #FCFCFD;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding-top: 28px;
  padding-bottom: 128px;
}
.cta__title {
  color: rgba(0, 1, 25, 0.89);
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.44px;
}
@media (max-width: 767px) {
  .cta__title {
    font-size: 32px;
  }
}
.cta__text {
  color: rgba(0, 1, 25, 0.89);
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.84px;
}
@media (max-width: 767px) {
  .cta__text {
    font-size: 18px;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px;
  background: #000;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 30px;
  }
}
footer .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  width: 100%;
  max-width: 1420px;
  line-height: 150%;
margin: 0 auto;
}
footer .footer__title {
  color: #FCFCFD;
  text-overflow: ellipsis;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.32px;
}
@media (max-width: 767px) {
  footer .footer__title {
    font-size: 20px;
  }
}
footer .footer__controls {
  display: flex;
  align-items: stretch;
  gap: 3vw;
}
@media (max-width: 1024px) {
  footer .footer__controls {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    align-items: center;
  }
}
footer .footer__controls-block {
  display: flex;
  align-items: center;
  gap: 3vw;
}
@media (max-width: 1024px) {
  footer .footer__controls-block {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    align-items: center;
  }
}
footer .footer__controls-block p {
  color: #FCFCFD;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  footer .footer__controls-block p {
    font-size: 16px;
  }
}
footer .footer__controls-line {
  width: 2px;
  background: rgba(237, 237, 237, 0.2);
}
footer .footer__line {
  width: 100%;
  height: 2px;
  background: rgba(237, 237, 237, 0.2);
}
footer .footer__copyright {
  color: #FCFCFC;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  footer .footer__copyright {
    font-size: 16px;
  }
}
footer .footer .mirrors {
  display: flex;
  gap: 8px;
  color: #FCFCFC;
  font-size: 16px;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .footer .mirrors {
    flex-wrap: wrap;
  }
}


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