*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  background-color: transparent;
  color: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  border: none;
  outline: none;
  background: none;
}

img,
picture,
video {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: none;
}

hr {
  border: none;
  height: 1px;
  background-color: #ddd;
}

ul,
ol {
  list-style: none;
}
:root {
  --font-family: "Roboto", sans-serif;
  --second-family: "Baloo 2", sans-serif;
  --third-family: "Baloo", sans-serif;
}
body {
  background: #041525;
  font-family: var(--font-family);
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.header-case {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  margin-right: 55px;
}
.heeader-nav {
  display: flex;
  align-items: center;
}
.header-nav-list {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
a {
  transition: color 250ms ease-in-out;
}
.nav-item a {
  display: inline-block;
  padding: 30px 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #88b1d9;
  transition: color 250ms ease-in-out;
}
.nav-item a:hover,
.nav-item a:focus,
.footer-list-item a:hover,
.social-list-item a:hover,
a:hover {
  color: #ffffff;
}

.header-btn,
.hero-btn {
  border-radius: 4px;
  padding: 7px 14px;
  background: #61c1b6;
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
  display: flex;
  align-items: center;
  transition: color 250ms ease-in-out, background 250ms ease-in-out;
}
.header-btn:hover,
.hero-btn:hover,
.form-btn:hover {
  background: #2ea573;
}
.header-btn-icon,
.hero-btn-icon {
  margin-right: 10px;
}
.hero-btn {
  max-width: 246px;
  font-size: 18px;
  padding: 4px 10px;
}
.hero-btn-scond {
  max-width: 154px;
}
.btn-case {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-info {
  max-width: 594px;
}
.hero-title,
.page-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 56px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 12px;
}
.text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #88b1d9;
}
.hero-text {
  margin-bottom: 32px;
}
.hero-case-desk {
  padding: 196px 70px 270px;
  background: url("../img/bg-desk.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.actual-case-desk {
  padding: 90px 90px 90px 0;
  background: url("../img/actual-bg-desk.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.adv,
.whyus,
.vip,
.hero,
.auto,
.actual,
.legal,
.play {
  margin-bottom: 120px;
}
.adv-wrap {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.adv-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.adv-text {
  margin-bottom: 40px;
}
.legal-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
}
.legal-text {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  text-align: start;
}
.legal-info {
  max-width: 640px;
}
.legal-title {
  text-align: start !important;
}
.legal-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.legal-item {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 12px;
  border-radius: 20px;
  padding: 20px;
  border: 2px solid #14314c;
  border-radius: 12px;
  padding: 20px;
  max-width: 640px;
  background: #03101e;
}
.legal-icon{
  max-width: 48px;
  min-width: 48px;
}
.legal-par{
  text-align: start !important;
} 
.adv-label,
.whyus-label,
.whyus-label-mob,
.vip-label,
.auto-label,
.actual-label {
  border: 1px solid #61c1b6;
  border-radius: 115px;
  padding: 8px 32px;
  max-width: 230px;
  background: #61c1b6;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0 auto 12px;
}
.play-txt {
  margin-bottom: 12px;
}
.auto-label {
  max-width: 277px;
}
.play-btn {
  max-width: 203px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #fff;
}
.whyus-label-mob,
.actual-label {
  max-width: 170px;
}
.actual-label {
  margin-left: 0;
}
.whyus-main-desk {
  border-radius: 10px;
  padding: 40px;
  background: #061e35 url("../img/whyus-bg.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.whyus-info {
  max-width: 730px;
}
.whyus-label {
  max-width: 330px;
  margin-left: 0;
}
.adv-title,
.whyus-title,
.whyus-title-mob,
.auto-title,
.actual-title,
.page-subtitle,
.contact-title,
.legal-title,
.play-title,
.caontact-cast-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}

.page-title {
  text-align: center;
}
.whyus-title,
.actual-title,
.play-title,
 {
  text-align: start;
}
.whyus-main-mob,
.adv-pic-mob {
  display: none;
}
.card-title {
  display: flex;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 12px;
}
.card-title-icon {
  margin-right: 20px;
}
.whyus-card {
  max-width: calc((100% - 40px) / 3);
  min-width: 320px;
  background: #061e35;
  border-radius: 10px;
  padding: 20px;
}
.whyus-case {
  display: flex;
  align-items: start;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
}

.auto-case {
  max-width: 920px;
  margin: 0 auto;
}

.auto-text {
  text-align: center;
}
.actual-info {
  max-width: 646px;
  margin-left: auto;
}
.footer {
  background: #091d32;
  padding: 20px 0;
}
.footer-case {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 52px;
}
.footer-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  color: #88b1d9;
  margin-bottom: 18px;
}
.footer-list-item,
.social-list-item {
  margin-bottom: 10px;
}
.footer-list-item:last-child,
.social-list-item:last-child {
  margin-bottom: 0;
}
.footer-list-item a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  text-align: center;
  color: #88b1d9;
  transition: color 250ms ease-in-out;
}
.footer-app-list {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.social-wrap {
  display: flex;
  align-items: start;
  column-gap: 200px;
}
.social-list-item a {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #88b1d9;
  transition: color 250ms ease-in-out;
}
.footer-wrap {
  display: flex;
  margin-bottom: 23px;
}
.footer-disk {
  max-width: 593px;
}
.footer-text-disk {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 130%;
  color: #173c5a;
  margin-right: 52px;
}
.footer-sponsor-list {
  display: flex;
  column-gap: 10px;
}
.footer-part {
  margin-bottom: 16px;
}
.footer-part-list {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.site {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  color: #173c5a;
}

.about,
.diskl {
  margin: 120px auto;
  background: #061e35;
  border-radius: 20px;
  padding: 20px;
  max-width: 840px;
}
.diskl {
  background: unset;
  padding: unset;
}
.page-text,
.contact-text {
  margin-bottom: 10px;
}
.contact {
  margin: 120px auto;
}
.contact-info {
  max-width: 760px;
}

.contact-subtitle {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 28px;
  line-height: 110%;
  color: #fff;
}

.flex-case {
  display: flex;
  justify-content: space-between;
}
.contact-form {
  max-width: 500px;
}
.form-case {
  background: #061e35;
  border-radius: 10px;
  padding: 40px;
}
.form-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.form-wrap {
  margin-bottom: 16px;
  width: 272px;
}
.form-wrap-privacy-case{
  width: 530px;
}
.form-wrap-phone{
  width: 560px;
}
.form-label {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0.03em;
  color: #fff;
}
.input-container input {
  border: 1px solid #88b1d9;
  border-radius: 5px;
  padding: 10px;
  width: 420px;
  height: 43px;
  transition: border-color 250ms ease-in-out;
}
.input-container input,
.input-container input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.03em;
  color: #88b1d9;
}
.input-container input {
  color: #ffffff;
}
.input-container input:focus {
  border-color: #ffffff;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.policy-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.03em;
  color: #fff;
}

.form-label-poliicy {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.04em;
  color: #8e8f99;
}

.form-label-poliicy input {
  margin-right: 8px;
}
.form-label-check {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid #88b1d9;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border 250ms cubic-bezier(0.4, 0, 0.2, 1),
    fill 250ms cubic-bezier(0.4, 0, 0.2, 1);

  align-items: center;
  justify-content: center;
  fill: transparent;

  padding: 1px;
}
.form-privacy-check:checked + .form-label-poliicy .form-label-check {
  background-color: #ffffff;
}
.form-privacy-check:checked + .form-label-poliicy {
  fill: #ddd;
}
.form-btn {
  border-radius: 4px;
  padding: 10px;
  width: 420px;

  background: #61c1b6;
  transition: background 250ms ease-in-out;
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 16px;
}
.form-text-adress {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #88b1d9;
}
.play-info {
  max-width: 640px;
}
.play-case {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
}
.contact-case-info {
  max-width: 880px;
  text-align: center;
}
.main-contact-case {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  gap: 20px;
}
.main-contact {
  margin-bottom: 120px;
}
.main-form-case {
  max-width: 608px;
}
.main-form-input input {
  width: 100%;
}
.form-flex-case {
  display: flex;
  column-gap: 12px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
.input-phone{}
.relative-case {
  position: relative;
}
.arrow {
  position: absolute;
  right: 13px;
  top: 13px;
}
.form-btn-main {
  width: 530px !important;
}
.adv-item {
  border: 2px solid #14314c;
  border-radius: 12px;
  padding: 20px;
  max-width: 630px;
  min-width: 320px;

  background: #03101e !important;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
  color: #88b1d9;
  display: flex;
  align-items: center;
  column-gap: 11px;
}
.adv-icon {
  min-width: 48px;
  max-width: 48px;
}
.adv-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.adv-info {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.adv-calendar {
  background: #041525;
  border-radius: 16px;
  padding: 24px;
  max-width: 531px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  color: #fff;
}
.date {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #88b1d9;
}
.adv-wrap-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.rocket-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
  color: #88b1d9;
  border: 2px solid #041525;
  border-radius: 10px;
  padding: 24px;
  max-width: 416px;
}
.rocket-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.play-subtitle {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 10px;
}
.play-item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #88b1d9;
  list-style: initial;
  margin-left: 20px;
}
.diskll-btn {
  max-width: 208px;
  margin: 0 auto;
}
.diskll-wrap {
  text-align: center;
}
.diskll-case {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.diskll-date {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #88b1d9;
}
.diskll-calendar {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 36px;
  text-align: center;
  color: #88b1d9;
  max-width: 300px;
  background: #041525;
}
.galery-list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.map-info{
  max-width: 880px;
  margin: 0 auto;
  margin-top: 120px;
}
.map-btn{
  max-width: 140px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
}
@media (max-width: 768px) {
  .form-wrap-privacy-case, .form-wrap-phone{
    width: 320px;
  }
  .gallery-title {
    font-size: 36px;
  }
  .adv-calendar {
    font-size: 36px;
  }
  .rocket-item {
    max-width: 320px;
    font-size: 16px;
    padding: 10px;
  }
  .form-flex-case {
    flex-direction: column;
  }
  .main-form-case {
    max-width: 360px;
  }
  .contact-case-info {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-case-form {
    margin-top: 40px;
  }
  .container {
    max-width: 360px;
  }
  .header-nav-list {
    display: none;
  }
  .header {
    padding: 20.5px 0;
  }
  .hero-title,
  .page-title {
    font-size: 32px;
  }
  .text {
    font-size: 18px;
  }
  .hero-case-desk,
  .actual-case-desk {
    background: none;
    padding: 0;
  }
  .hero-case-mobile {
    padding: 20px 20px 430px;
    background: url("../img/bg-mobile.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .actual-case-mobile {
    padding: 24px 0 300px 0;
    background: url("../img/actual-bg-mob.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .adv-pic {
    flex-direction: column;
    row-gap: 20px;
  }
  .whyus-main-desk,
  .vip-pic-desk,
  .adv-pic-desk {
    display: none;
  }
  .vip-pic-mob,
  .adv-pic-mob {
    display: block;
  }
  .whyus-main-mob {
    display: block;
    margin-bottom: 20px;
    background: #061e35;
    text-align: center;
  }

  .whyus-title,
  .whyus-title-mob,
  .vip-title,
  .auto-title,
  .actual-title,
  .page-subtitle,
  .contact-title,
  .legal-title,
  .caontact-cast-title {
    font-size: 28px;
  }
  .whyus-text-mob,
  .actual-title,
  .actual-text {
    text-align: center;
  }

  .whyus-main-mob-wrap {
    padding: 20px;
  }
  .whyus-card {
    padding: 10px;
  }
  .card-title {
    font-size: 20px;
  }
  .actual-label {
    margin: 0 auto 12px;
  }
  .footer-case {
    flex-direction: column;
    row-gap: 40px;
  }
  .social-wrap {
    column-gap: 100px;
  }
  .footer-wrap {
    flex-direction: column;
    row-gap: 52px;
  }
  .footer-part-list {
    flex-direction: column;
    row-gap: 12px;
    justify-content: start;
    align-items: start;
  }
  .about {
    margin: 120px auto;
    background: #061e35;
    border-radius: 20px;
    padding: 10px;
    max-width: 840px;
  }
  .flex-case {
    flex-direction: column;
  }
  .contact-title {
    text-align: start;
  }
  .contact-info {
    margin-bottom: 40px;
  }
  .form-case {
    padding: 20px;
  }
  .input-container input,
  .form-btn {
    width: 280px;
  }
  .main-form-input input,
  .form-btn-main {
    max-width: 320px;
    width: 320px;
  }
  .adv-item {
    border-radius: 20px;
    padding: 10px;
    max-width: 640px;

    background: #122334;
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 16px;
    line-height: 110%;
    color: #88b1d9;
    display: flex;
    align-items: center;
    column-gap: 11px;
  }
}

.thank-you-container {
  background-color: #061e35;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.thank-you-title {
  font-size: 36px;
  color: #ffffff;
}

.thank-you-message {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

.return-button {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
}

.return-button:hover {
  background-color: #45a049;
}

.thank-you-image {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
