body {
  background: linear-gradient(222.26deg, #3B1D60 1.22%, #040D3E 106.28%);
  background-repeat: no-repeat;
}

.nav-link {
  letter-spacing: 2px;
  font-weight: 500;
}

@media (max-width: 340px) {
  .btn-outline-orange {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .navbar {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .navbar__btns {
    justify-content: center;
  }
}
@media (max-width: 340px) {
  .navbar__btns {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .hero > img {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .hero__btns {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .hero__play {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.brands__parent > img {
  opacity: 0.3;
  transition: all 0.3s ease;
}
@media (max-width: 400px) {
  .brands__parent > img {
    width: 40%;
  }
}
.brands__parent > img:hover {
  opacity: 1;
}

.choice {
  position: relative;
}
.choice > img {
  position: absolute;
  top: -100px;
  z-index: -1;
}
@media (max-width: 991px) {
  .choice > img {
    display: none;
  }
}
.choice > img:nth-of-type(1) {
  opacity: 0.3;
  left: 0;
}
.choice > img:nth-of-type(2) {
  opacity: 0.3;
  right: 0;
}
@media (max-width: 991px) {
  .choice__parent {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .choice__parent .col-3 {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .panel__tab {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.panel__tab-map {
  position: absolute;
  right: 0;
  z-index: -1;
}
@media (max-width: 470px) {
  .panel__tab > img {
    width: 100%;
  }
}

.accordion-item {
  background: none;
  border-radius: 10px !important;
  margin-top: 20px;
  border: 2px solid #F2994A;
}
.accordion-header {
  border-radius: 10px !important;
}
.accordion-button {
  background: none;
  color: #F2994A;
  border: 1px solid #F2994A;
  border-radius: 10px !important;
}
.accordion-button:not(.collapsed) {
  color: white;
  background: none;
  box-shadow: none;
}
.accordion-button:focus {
  color: #F2994A;
  border-color: #F2994A;
  box-shadow: none;
}
.accordion-body {
  color: white;
}

.online {
  margin-top: 150px;
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .online__parent > img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .online__parent {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .online__content {
    flex-direction: column;
  }
}

.discount {
  background-image: url(../img/discount-bg.png);
}
.discount__parent {
  background: #282a5a;
  padding: 20px;
  border-radius: 15px;
}
.discount__parent input {
  background: rgba(255, 255, 255, 0.064);
  border: none;
  border-radius: 5px 0 0 5px;
  padding: 10px;
  width: 250px;
}
@media (max-width: 409px) {
  .discount__parent input {
    border-radius: 5px;
  }
}
.discount__parent button {
  background: #F2994A;
  color: #FFFFFF;
  border-radius: 0 5px 5px 0;
  border: none;
  padding: 10px 30px;
  margin-left: -5px;
}
@media (max-width: 409px) {
  .discount__parent button {
    border-radius: 5px;
    margin-top: 10px;
  }
}

.footer i {
  background: #282a5a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media (max-width: 360px) {
  .footer__head {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .footer__parent {
    flex-direction: column;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */