body {
  font-family: elemontal, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-size: 16px;
}

body:has(.welcome-form[data-error]:not([data-error=""])) {
  overflow: hidden;
}
section#head {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("./head-bg.jpg");
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  section#head {
    background-size: 100% 100%;
    background-position: center 0%;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
section#why {
  background: linear-gradient(0deg, rgba(1, 173, 101, 0.7333333333) 0%, #000 100%) #000;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
section#why .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section#why h2 {
  padding: 0;
  text-align: left;
}
section#how {
  color: #fff;
  background: url("./how-bg.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 120px;
}
section#how h6 {
  margin-top: 10px;
}
section#when {
  background-color: #fff;
  color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  line-height: 1.2;
}
section#dont-worry {
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 1.2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%), #FFFFFF;
}
section#dont-worry .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section#contact {
  padding-top: 80px;
  padding-bottom: 120px;
  color: #fff;
}
section#contact h2,
section#contact h6 {
  text-align: left;
  padding: 0;
}
section#contact h6 {
  opacity: 0.5;
}
section#contact a {
  color: inherit;
}
section#contact img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  section#contact {
    padding-bottom: 60px;
  }
}
section#qna {
  padding-top: 80px;
  padding-bottom: 120px;
  color: #fff;
}
section#qna .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section#qna img {
  max-width: 100%;
  height: auto;
}
section#footer {
  padding: 16px 0;
  background: url("./head-bg.jpg") no-repeat center 60%;
  background-size: cover;
}
section#footer img {
  max-width: 100%;
  display: block;
}
section#footer .btn-small {
  padding: 10px 20px;
}
section#instruction {
  background-image: linear-gradient(180deg, #ffffff 0%, #FFFFFF 50%, #325574 50%, #325574 100%);
  color: #325574;
  line-height: 1.3;
  padding-top: 60px;
}
@media (min-width: 768px) {
  section#instruction {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
section#instruction .container {
  background: linear-gradient(180deg, #f0f0f0 10%, #ffffff 35%);
  border-radius: 30px;
}
@media (min-width: 768px) {
  section#instruction .container {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  section#instruction .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
}
section#instruction .dropdown-toggle {
  padding: 10px;
}
section#instriction-help {
  text-align: center;
  background-color: #325574;
  padding: 30px 30px 80px;
}
@media (min-width: 768px) {
  section#instriction-help {
    padding: 30px 0 80px;
  }
}
section#instriction-help a {
  background-color: #F06C44;
  color: #fff;
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 30px;
  display: inline-flex;
  text-decoration: none;
  gap: 5px;
  align-items: center;
  line-height: 1;
  padding: 10px 30px;
}
@media (min-width: 768px) {
  section#instriction-help a {
    padding: 4px 20px;
  }
}

.head-image {
  width: 25vw;
  display: inline-block;
}
@media (max-width: 991px) {
  .head-image {
    width: 70%;
  }
}

.button-w-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}
.button-w-description small {
  font-size: 14px;
}

.btn-primary {
  background-color: #5D9FD8;
  padding: 16px 30px;
  line-height: 1;
  border: none;
  display: flex;
  gap: 10px;
  color: #fff;
}
.btn-primary:hover {
  background-color: #3487ce;
}

.btn-small {
  background-color: #5D9FD8;
  padding: 9px 14px;
  line-height: 1;
  border: none;
  display: inline-flex;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  align-items: center;
}
.btn-small:hover {
  background-color: #3487ce;
  color: #fff;
}
.btn-small.btn-invert {
  background-color: #fff;
  color: #5D9FD8;
}
.btn-small.btn-invert:hover {
  background-color: #e6e6e6;
}

h2 {
  text-align: center;
  margin: 0;
  font-size: 24px;
  padding: 0 30px;
}
h2 + h6 {
  opacity: 0.75;
}

h3 {
  font-size: 18px;
  margin: 0;
}

h6 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

.bonus {
  text-align: center;
  position: relative;
}
.bonus-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #325574;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.2;
}
.bonus i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #F06C44;
}
.bonus em {
  font-style: normal;
  font-weight: bold;
  color: #F06C44;
}

ul.arrows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
ul.arrows.row {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: calc(var(--bs-gutter-x) * 2);
  padding: 20px calc(var(--bs-gutter-x) / 2);
  margin: 0;
}
ul.arrows.row li {
  max-width: 25%;
  width: 20%;
  flex-grow: 1;
  padding: 30px 30px 30px 50px;
}
ul.arrows.row li strong {
  padding-bottom: 10px;
  font-size: 18px;
}
ul.arrows.row li:before {
  top: 30px;
  left: 24px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 991px) {
  ul.arrows.row {
    flex-direction: column;
    gap: 20px;
  }
  ul.arrows.row li {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  ul.arrows.row li:before {
    top: 20px;
    left: 20px;
  }
}
ul.arrows-blue {
  gap: 20px;
  margin-top: 20px;
}
ul.arrows-blue li {
  position: relative;
  padding: 10px;
  padding-left: 30px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}
ul.arrows-blue li > strong {
  display: block;
}
ul.arrows-blue li:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  top: 10px;
  left: 10px;
  font-size: 15px;
  color: #5D9FD8;
}
ul.arrows-grey {
  gap: 0;
}
ul.arrows-grey li {
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
  border-radius: 8px;
}
ul.arrows-grey li > strong {
  display: block;
}
ul.arrows-grey li:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  top: 10px;
  left: 0px;
  font-size: 15px;
  color: #5D9FD8;
}
ul.arrows-white {
  gap: 10px;
}
ul.arrows-white li {
  position: relative;
  padding: 0 0 0 30px;
}
ul.arrows-white li > strong {
  display: block;
}
ul.arrows-white li:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  top: 0px;
  left: 10px;
  font-size: 15px;
}
ul.arrows-white li a {
  color: inherit;
}

.steps {
  line-height: normal;
}
.steps .btn-small {
  align-self: center;
}
@media (max-width: 990px) {
  .steps {
    gap: 90px;
  }
}
.steps .step {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 40px 40px;
  border-radius: 20px;
  background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 50%);
  color: #000;
  text-align: center;
  position: relative;
  height: 100%;
  justify-content: center;
}
.steps .step p {
  margin: 0;
}
.steps .step img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.steps .step::before {
  content: attr(data-step);
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  margin-top: -60px;
  border-radius: 100px;
  background-color: #fff;
  font-size: 46px;
  font-weight: bold;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #325574;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.03);
}

.step-contact {
  color: #5D9FD8;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.color-orange {
  color: #F06C44;
}

.date {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #5D9FD8;
  color: #fff;
  margin: 15px 0;
  border-radius: 16px;
}
.date span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}
.date span small {
  font-size: 16px;
  font-weight: normal;
}
.date a {
  color: #5D9FD8;
}
.date img {
  display: block;
  width: 100%;
  height: auto;
}
.date:before, .date:after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #5D9FD8;
  bottom: 100%;
  position: absolute;
}
.date:before {
  bottom: 100%;
}
.date:after {
  top: 100%;
}
.date.special {
  background-color: #01AD65;
  width: 80px;
  height: 80px;
  margin-left: 10px;
}
.date.special span {
  font-size: 28px;
}
.date.special span small {
  font-size: 12px;
}
@media (max-width: 991px) {
  .date {
    width: 80px;
    height: 80px;
  }
  .date span {
    font-size: 36px;
  }
  .date span small {
    font-size: 12px;
  }
  .date.special {
    width: 60px;
    height: 60px;
  }
  .date.special span {
    font-size: 24px;
  }
  .date.special span small {
    font-size: 10px;
  }
}

.details {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.details .detail {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
}
.details .detail a {
  color: #5D9FD8;
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts .contact {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  padding: 10px 10px;
}
.contacts .contact a {
  text-decoration: none;
}
.contacts .contact p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.contacts .contact i {
  font-size: 24px;
  color: #01AD65;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion .accordion-item {
  border: none;
  color: #000;
  display: flex;
  flex-direction: column;
  background-color: transparent;
}
.accordion .accordion-item .accordion-header {
  padding: 0;
}
.accordion .accordion-item .accordion-button {
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  box-shadow: none;
  font-weight: bold;
}
.accordion .accordion-item .accordion-button.collapsed {
  border-radius: 10px;
}
.accordion .accordion-item .accordion-button:after {
  position: absolute;
  right: 100%;
  margin-right: 0px;
  content: "\f056";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.3764705882);
  transform: none;
  margin-top: -16px;
  width: 42px;
}
.accordion .accordion-item .accordion-button.collapsed {
  border-radius: 10px !important;
}
.accordion .accordion-item .accordion-button.collapsed:after {
  content: "\f055";
}
.accordion .accordion-item .accordion-body {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

.dark {
  background-color: rgba(0, 0, 0, 0.0666666667);
  padding: 20px;
  border-radius: 20px;
}

.instructions-nav {
  text-align: center;
  position: absolute;
  top: 100%;
  margin-top: -60px;
}
.instructions-nav img {
  max-width: 120px;
  height: auto;
  background-color: #ccc;
  border-radius: 100px;
  transition: all 0.15s;
}
.instructions-nav .col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.instructions-nav .col.active img {
  transition: all 0.3s;
  background-color: #5D9FD8;
}
.instructions-nav .col:hover img {
  transform: scale(1.05);
}

.text-orange {
  color: #F06C44;
}

.welcome-form {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.062745098);
  color: #000;
  min-height: 420px;
}
.welcome-form h3 {
  margin-bottom: 10px;
  font-size: 120%;
}
.welcome-form p {
  margin-bottom: 5px;
}
.welcome-form ul {
  list-style: none;
  margin: 0px 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.welcome-form ul li {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: relative;
  min-height: 60px;
}
.welcome-form label {
  padding-top: 10px;
}
.welcome-form label:has(input[type=text]) {
  position: relative;
  padding: 16px 0 0;
}
.welcome-form label:has(input[type=text]) .detatched-placeholder {
  position: absolute;
  top: 25px;
  left: 10px;
  transition: all 0.15s;
  font-size: 90%;
}
.welcome-form label:has(input[type=text]) input {
  width: 100%;
  border-radius: 0;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  outline: none;
  padding: 5px 10px;
  border-radius: 6px;
}
.welcome-form label:has(input[type=text]) input:focus {
  border-color: #5D9FD8;
}
.welcome-form label:has(input[type=text]) input[readonly] {
  background-color: transparent;
  font-weight: bold;
  border: none;
  padding-left: 0;
  padding-right: 0;
  color: #000;
}
.welcome-form label:has(input[type=text]):has(input:focus) .detatched-placeholder, 
.welcome-form label:has(input[type=text]):has(input:not(:placeholder-shown)) .detatched-placeholder, 
.welcome-form label:has(input[type=text]):has(input[readonly]) .detatched-placeholder {
  top: 0px;
  left: 0;
  font-size: 12px;
  color: #000;
}
.welcome-form label:has(input[type=text]):has(input[readonly]) {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: -10px;
}
.welcome-form a {
  color: #5D9FD8 ;
}
@media (max-width: 991px) {
  .welcome-form {
    position: relative;
    margin-bottom: 90px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1882352941);
    padding: 30px;
  }
}
.state {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 500px;
  max-width: 90%;
  color: #000;

}
.state .content {
  border-radius: 8px;
  background-color: #fff;
  flex-direction: column;
  gap: 40px;
  padding: 30px;
  text-align: center;
  display: flex;
  width: 100%;
  overflow: hidden;
}
 .state:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: calc(-50vh + 50%);
  left: calc(-50vw + 50%);
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.state .btn-small {
  border-radius: 6px;
  display: none;
}
.state .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 24px;
  padding: 0;
  width: 16px;
  height: 16px;
}
.state .btn-close:hover {
  color: #5D9FD8;
}
.state .message {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: center;
}
 .state .message:before {
  content: var(--message);
  font-size: 14px;
  color: #000;
  display: block;
  order: 2;
}
 .state .message:after {
  content: var(--message-details);
  font-size: 14px;
  color: #000;
  display: block;
  order: 3;
  font-weight: normal;
}
 .state .contact {
  text-align: left;
  display: none;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.062745098);
  padding: 30px;
  margin: -20px -30px;
  font-size: 14px;
}
.state .contact h4 {
  font-size: 16px;
}
 .state .contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 .state .contact ul li {
  display: flex;
  gap: 10px;
  flex-direction: row;
  position: relative;
}
 .state .contact ul li strong {
  font-size: 16px;
  font-weight: bold;
}
 .state .request {
  display: none;
  flex-direction: column;
  gap: 6px;
  text-align: left;
  border-top: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.062745098);
  padding: 30px;
  margin: -20px -30px -30px;
  font-size: 14px;
}
.state .request .sib-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.state .request h4 {
  font-size: 16px;
}
.state .request .form-control {
  font-size: 14px;
}
.state .message i {
  font-size: 64px;
  margin-bottom: 10px;
  display: none;
}
.state i.fa-check-circle {
  color: #79C472;
}
.state i.fa-exclamation-triangle {
  color: #f66;
}
.welcome-form[data-error]:not([data-error=""]) {
  --message: attr(data-error);
}
.state {
  display: none;
}
.welcome-form[data-error]:not([data-error=""]) ~ .state,
.welcome-form[data-error]:not([data-error=""]) + .state {
  display: flex;
}
.welcome-form[data-error]:not([data-error=""]) ~ .state .message,
.welcome-form[data-error]:not([data-error=""]) + .state .message {
  padding-bottom: 20px;
}
.welcome-form[data-error]:not([data-error=""]) ~ .state .message i.fa-exclamation-triangle,
.welcome-form[data-error]:not([data-error=""]) + .state .message i.fa-exclamation-triangle {
  display: block;
}
.welcome-form[data-error]:not([data-error=""]) ~ .state .btn-small,
.welcome-form[data-error]:not([data-error=""]) + .state .btn-small {
  display: block;
}
.welcome-form[data-error]:not([data-error=""]) ~ .state .contact,
.welcome-form[data-error]:not([data-error=""]) + .state .contact {
  display: flex;
}
.welcome-form[data-error]:not([data-error=""]) ~ .state .request,
.welcome-form[data-error]:not([data-error=""]) + .state .request {
  display: flex;
}
.welcome-form[data-success]:not([data-success=""]) {
  --message: attr(data-success);
  --message-details: attr(data-success-details);
}
.welcome-form[data-success]:not([data-success=""]) ~ .state,
.welcome-form[data-success]:not([data-success=""]) + .state {
  display: flex;
}
.welcome-form[data-success]:not([data-success=""]) ~ .state .message i.fa-check-circle,
.welcome-form[data-success]:not([data-success=""]) + .state .message i.fa-check-circle {
  display: block;
}

.service-group {
  background: linear-gradient(180deg, rgba(1, 173, 101, 0.6) 0%, #01ad65 100%) #000;
}

.maxsport {
  filter: invert(1);
  mix-blend-mode: lighten;
  width: 140px;
  display: block;
}

.bonus {
  display: block;
  width: 50px;
  margin-bottom: 20px;
}

.prepaid-details {
  padding: 20px 0 0;
  font-size: 90%;
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */