@charset "UTF-8";
textarea {
  width: 0px;
  height: 0px;
  all: unset;
}

footer {
  all: unset;
}

p, span, div {
  letter-spacing: 1px;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}

p {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}

a,
a:active,
a:hover {
  text-decoration: none;
}

li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  appearance: none;
  cursor: pointer;
  /* Другие свойства по необходимости */
  box-sizing: border-box;
}

div {
  box-sizing: border-box;
}

input {
  all: unset;
}

a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none; /* Убирает подчеркивание */
  color: inherit; /* Устанавливает цвет ссылки такой же, как у родительского элемента */
  font-weight: normal; /* Устанавливает обычный вес шрифта */
  background: none; /* Убирает фоновый цвет */
  border: none; /* Убирает границу */
  outline: none; /* Убирает обводку */
}

.site-header {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-header__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-header__logo img {
  height: 40px;
}
.site-header__nav {
  display: flex;
  gap: 2rem;
}
.site-header__nav a {
  color: #001f4d;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s;
}
.site-header__nav a:hover {
  color: #ff6a00;
}
.site-header__lang {
  display: flex;
  gap: 0.5rem;
}
.site-header__lang .lang-btn {
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.site-header__lang .lang-btn.active {
  opacity: 1;
}
.site-header__lang .lang-btn:hover {
  opacity: 1;
}

.hero {
  background: #f9f9f9;
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
}
.hero__container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero__content {
  max-width: 600px;
}
.hero__content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
.hero__content p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: #444;
}
.hero__content .hero__features {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.hero__content .hero__features .feature {
  background: #e6f0ff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
}
.hero__content .hero__actions {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.hero__content .hero__actions select {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
.hero__content .hero__actions .hero__button {
  background: #001f4d;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
}
.hero__content .hero__partners {
  margin-top: 2rem;
  font-weight: bold;
  color: #666;
}
.hero__content .hero__logos {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}
.hero__content .hero__logos img {
  height: 30px;
  opacity: 0.7;
}
.hero__image {
  position: relative;
  max-width: 400px;
}
.hero__image img {
  width: 100%;
  border-radius: 1rem;
}
.hero__image .hero__rating {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: white;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  text-align: center;
}
.hero__image .hero__rating span {
  color: #f9b401;
  display: block;
}
.hero__image .hero__rating strong {
  font-weight: bold;
  display: block;
  margin: 0.25rem 0;
}
.hero__image .hero__rating a {
  color: #003366;
  font-size: 0.8rem;
}

.services {
  padding: 4rem 2rem;
  background-color: #f9f9f9;
}
.services__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.services h2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #1a1a1a;
}
.services__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.services .service-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  max-width: 340px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}
.services .service-card:hover {
  transform: translateY(-5px);
}
.services .service-card img {
  max-width: 180px;
  height: auto;
  margin-bottom: 1.5rem;
}
.services .service-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #002244;
}
.services .service-card p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.services .service-card .service-button {
  background: #001f4d;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.3s;
}
.services .service-card .service-button:hover {
  background: #003366;
}

.how-it-works {
  background-color: #f4f6f9;
  padding: 4rem 2rem;
}
.how-it-works__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
}
.how-it-works__text {
  flex: 1 1 500px;
}
.how-it-works__text h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
}
.how-it-works__text p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.how-it-works__steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.how-it-works__steps .step {
  display: flex;
  align-items: flex-start;
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  gap: 1rem;
}
.how-it-works__steps .step__icon {
  flex-shrink: 0;
  background-color: #e6f0ff;
  padding: 0.75rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works__steps .step__icon img {
  width: 28px;
  height: 28px;
}
.how-it-works__steps .step__text h3 {
  font-size: 1.15rem;
  color: #002244;
  margin-bottom: 0.5rem;
}
.how-it-works__steps .step__text p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}
.how-it-works__image {
  flex: 1 1 500px;
  text-align: center;
}
.how-it-works__image img {
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.reviews {
  background: #ffffff;
  padding: 4rem 2rem;
}
.reviews__container {
  max-width: 1200px;
  margin: 0 auto;
}
.reviews h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #1a1a1a;
}
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.reviews .review-card {
  background: #f9f9f9;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}
.reviews .review-card .review-stars {
  color: #f9b401;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.reviews .review-card .review-stars strong {
  color: #ff5c00;
  margin-left: 0.25rem;
}
.reviews .review-card .review-author {
  font-weight: bold;
  text-transform: lowercase;
  margin-bottom: 0.25rem;
}
.reviews .review-card .review-text {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.reviews .review-card .review-date {
  font-size: 0.85rem;
  color: #777;
}

.info-section {
  background: #ffffff;
  padding: 4rem 2rem;
  text-align: center;
}
.info-section__container {
  max-width: 900px;
  margin: 0 auto;
}
.info-section h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #001f4d;
}
.info-section p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.7;
}
.info-section--alt {
  background: #f4f6f9;
}
.info-section--alt h2 {
  color: #002244;
}

.footer {
  background: #001f4d;
  color: #ffffff;
  padding: 2rem;
}
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__left .footer__logo {
  height: 40px;
  margin-bottom: 1rem;
}
.footer__left .footer__copyright {
  font-size: 0.9rem;
  color: #ccc;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer__nav a {
  color: #ffffff;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__nav a:hover {
  color: #ffb703;
}

.hero-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
  background-color: #fff;
  color: #fff;
}
@media (max-width: 740px) {
  .hero-pages {
    align-items: center;
    justify-content: center;
  }
}
.hero-pages__title {
  font-size: 56px;
  text-transform: uppercase;
  text-align: center;
}

.about__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center;
}
.about__hero {
  background: #f4f6f9;
}
.about__hero h1 {
  font-size: 2.5rem;
  color: #001f4d;
  margin-bottom: 1.5rem;
}
.about__hero p {
  font-size: 1.125rem;
  color: #444;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}
.about__values {
  background: #fff;
}
.about__values h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #001f4d;
}
.about__values .about__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.about__values .about__item {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}
.about__values .about__item h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #002244;
}
.about__values .about__item p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}
.about__mission {
  background: #f4f6f9;
}
.about__mission h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #001f4d;
}
.about__mission p {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

.why__intro {
  background: linear-gradient(135deg, #fdfdfd, #f5f5f5);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.why__intro h1 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}
.why__intro p {
  font-size: 20px;
  color: #555;
  max-width: 740px;
  margin: 0 auto;
}
.why__intro::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
}
.why__reasons {
  background: #fff;
  padding: 80px 20px 100px;
  position: relative;
}
.why__reasons::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 100px;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 50%;
}
.why__container {
  max-width: 1240px;
  margin: 0 auto;
}
.why__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 60px;
}
.why__card {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  padding: 32px 28px;
  text-align: left;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.why__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.why__card::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ddd, #f2f2f2);
  border-radius: 50%;
}
.why__card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 14px;
}
.why__card p {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .why__intro h1 {
    font-size: 32px;
  }
  .why__card {
    padding: 24px 20px;
  }
  .why__grid {
    gap: 24px;
  }
}

.privacy {
  background: #ffffff;
  padding: 4rem 2rem;
}
.privacy__container {
  max-width: 900px;
  margin: 0 auto;
}
.privacy__container__title {
  font-size: 2rem;
  color: #001f4d;
  margin-bottom: 2rem;
  text-align: center;
}
.privacy__container__text {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.contact__header {
  background: #f4f6f9;
  padding: 4rem 2rem;
  text-align: center;
}
.contact__header h1 {
  font-size: 2.5rem;
  color: #001f4d;
  margin-bottom: 1rem;
}
.contact__header p {
  font-size: 1.1rem;
  color: #444;
  max-width: 600px;
  margin: 0 auto;
}
.contact__main {
  padding: 4rem 2rem;
  background: #ffffff;
}
.contact__main form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact__main form label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact__main form label span {
  font-weight: 600;
  color: #001f4d;
}
.contact__main form label input,
.contact__main form label textarea {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.contact__main form label textarea {
  resize: vertical;
}
.contact__main form .contact__submit {
  background: #001f4d;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}
.contact__main form .contact__submit:hover {
  background: #003366;
}
.contact__success {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.contact__success-box {
  background: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}
.contact__success-box p {
  font-size: 1.25rem;
  color: #001f4d;
}
.contact__success-box button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
}

.text-block {
  background: #ffffff;
  padding: 5rem 2rem;
}
.text-block__container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.text-block h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #001f4d;
  margin-bottom: 2rem;
}
.text-block p {
  font-size: 1.125rem;
  color: #444;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

@font-face {
  font-family: "Jost";
  src: url("/Jost-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
body {
  box-sizing: border-box;
  font-family: "Jost";
  background-color: #fff;
}

html {
  scroll-behavior: smooth;
}

.main {
  flex: 1 1 auto;
  color: #333333;
}

.wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.games-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.deepshadow {
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 22px 30px rgba(0, 0, 0, 0.9);
}

.subtitile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.subtitile__img {
  width: 100px;
}

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