body {
  padding-top: 0px;
  padding-bottom: 0rem;
  color: #94a3b8;

  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  font-style: normal;
  position: relative;
  background-color: #0a0e1a;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}
h2 {
  color: #f8fafc;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  margin: 0;
}
h3 {
  color: #94a3b8;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
  margin: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.navbar {
    padding-top: 15px;
    padding-bottom: 16px;
}
.bg-transparent {
  border-bottom: 1px solid #273653 !important;
  background: #0a0e1a !important;
}

.bg-dark,
.page .bg-transparent {
  border-bottom: 1px solid #273653 !important;
  background: #0a0e1a !important;
}
.bg-light {
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(8px);
}
.navbar-collapse {
  justify-content: flex-start !important;
}
.navbar-nav {
  display: flex;
  padding: 8px 40px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 8px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #f2f3ff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #cdcdd3;
}
.navbar .container {
  position: relative;
}
.header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.hero .text-lg-start {
  margin-top: -2rem !important;
}
.hero-form {
  padding-left: 7px;
}
.hero .container {
  z-index: 5;
  position: relative;
}
.logo-d img {
  width: 81px;
  height: 20px;
}
.cart-wrapper {
  position: absolute;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cart {
  width: 24px;
  height: 24px;
  background: url(../img/catt_empty.png) no-repeat center center;
  cursor: pointer;
}
.cart.cart-not-empty {
  background: url(../img/cart.png) no-repeat center center;
}
.cart-summ {
  text-align: right;
  border-radius: 1000px;
  background: #595cff;
  padding: 0 4px;
  color: #f8fafc;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  position: absolute;
  top: -3px;
  right: -3px;
}
.hero {
    box-sizing: border-box;
    padding-top: 156px;
    margin-bottom: 31px;
}
.header-btn-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.hero .btn {
  display: flex;
    padding: 10px 19px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 205px;
  color: #f2f3ff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  background: linear-gradient(270deg, #5f36d9 0%, #595cff 100%);
}
.stats-container {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  display: inline-flex;
}

.stat-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.stat-value {
  color: #5f36d9;
  font-size: 24px;
  font-family: Inter, sans-serif;
  font-weight: 900;
  line-height: 32px;
  word-wrap: break-word;
}

.stat-label {
  color: #94a3b8;
  font-size: 13px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}

.btn.btn-secondary {
  border: 1px solid #5f36d9;
  background: rgba(90, 93, 255, 0.12);
}
.btn:hover {
  background: linear-gradient(90deg, #5f36d9 0%, #595cff 100%);
}
span {
  color: #5f36d9;
}
.btn {
  padding: 6px 8px 6px 16px;
  color: #f2f3ff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.hero h1 {
color: #f8fafc;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin: 0;
}

.hero h3 {
  color: #94a3b8;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
}

.hero-img {
  margin-bottom: 96px;
  padding: 0;
}
#carouselGame {
  border-radius: 20px;
  border: 1px solid #273653;
  background: linear-gradient(180deg, rgba(10, 14, 26, 0) 30.4%, #0a0e1a 100%),
    url(<path-to-image>) lightgray 50% / cover no-repeat,
    url(<path-to-image>) lightgray 50% / cover no-repeat,
    url(<path-to-image>) lightgray 50% / cover no-repeat,
    url(<path-to-image>) lightgray 50% / cover no-repeat;
  overflow: hidden;
}
.slider-description {
  position: absolute;
  bottom: 58px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  width: 100%;
  text-align: center;
}
.slider-description h2 {
  color: #f2f3ff;
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
}
#carouselGame.carousel .carousel-control-wrapper {
  display: flex;
  width: 78px;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  top: -40px;
  left: calc(100% - 80px);
  position: absolute;
}
#carouselGame.carousel .carousel-control-next,
#carouselGame.carousel .carousel-control-prev {
  position: relative;
  width: 32px;
  height: 32px;

  opacity: 1;
}

#carouselGame.carousel .carousel-control-prev {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#carouselGame.carousel .carousel-control-next {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#carouselGame.carousel .carousel-control-prev {
  left: 0px;
}
#carouselGame.carousel .carousel-control-next {
  right: 0px;
}
#carouselGame.carousel .carousel-control-prev-icon {
  background-image: url(../img/arrow-left.png);
  width: 32px;
  height: 32px;
}
#carouselGame.carousel .carousel-control-next-icon {
  background-image: url(../img/arrow-right.png);
  width: 32px;
  height: 32px;
}
#carouselGame.carousel .carousel-indicators [data-bs-target] {
  background-color: transparent;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #f2f3ff;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
#carouselGame.carousel .carousel-indicators .active {
  background-color: #f2f3ff;
}

#carouselGame.carousel .carousel-indicators {
  position: absolute;
  right: calc(50% - 25px);
  bottom: 33px;
  width: 50px;
  margin: 0;
  left: auto;
  display: flex;
  height: 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.carousel-game-indicators-buttons-wrapper {
  position: absolute;
  left: 16px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  bottom: calc(50% - 16px);
  width: calc(100% - 32px);
  justify-content: space-between;
}
.advantages {
padding-top: 82px;
    padding-bottom: 136px;
}
.advantage {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid #273653;
  background: #141b2b;
  position: relative;
  overflow: hidden;
}
.advantages-wrapper {
  display: flex;
    padding: 4px 24px 45px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.advantages-title {
  color: #f8fafc;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 141.176% */
}
.advantages-text {
  color: #94a3b8;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}

.contactForm1 {
  border-radius: 16px;
  border: 2px solid #f2f3ff;
  background: #5f36d9;
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0 7px;
}

.contactForm1 .header-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  align-self: stretch;
  text-align: center;
  margin-bottom: 3px;
}
.contactForm1 h2 {
  color: #f2f3ff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 111.111% */
  text-transform: uppercase;
  margin: 0;
}
.contactForm1 h3 {
  color: #f2f3ff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  margin: 0;
}

.contactForm1 .btn {
  border-radius: 12px;
  background: #f2f3ff;
  width: 100%;
  color: #5f36d9;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.contactForm1 .contact-form-logo {
  width: 102px;
  height: 16px;
}
.contactForm1 .form-control {
  margin-top: 8px;
}
.game.p-w6 {
  padding-bottom: 0;
}

.form-section {
  background: #e5f4ff;
  padding-bottom: 157px;
}
#contactForm .btn-lg {
  width: 100%;
}
.contact-footer .modal img {
  margin-top: 48px;
}
.rounded-3 {
  border-radius: 0.6rem !important;
}

.p-w6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.form-floating > .form-control {
  padding: 0.8rem 1.75rem;
  height: 48px;
}

.form-control {
  border-radius: 12px;
  border: 1px solid #273653;

  background: #192136;

  color: #94a3b8;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  padding: 8px 12px;
}
#contactForm2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
#contactForm2 label {
  margin-bottom: 6px;
  overflow: hidden;
  color: #f8fafc;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 153.846% */
}
#contactForm2 .form-control {
  border-bottom: 2px solid rgba(17, 17, 18, 0.2);
  color: #f8fafc;
}
#contactForm2 .form-control::placeholder {
  color: #94a3b8;
}
#contactForm2 .form-control:focus::placeholder {
  color: #f8fafc;
}
#contactForm2 .form-control:focus {
  color: #f8fafc;
  background: transparent;
  box-shadow: none;
  border-bottom: 2px solid #5f36d9;
}
.form-control::placeholder {
  color: #f2f3ff;
}
.form-control:focus {
  color: #f2f3ff;
  border-bottom: 2px solid #f2f3ff;
  background: transparent;
  box-shadow: none;
}
.form-control:focus::placeholder {
  color: #f2f3ff;
}
.form-floating > label {
  padding: 0.8rem 1.75rem;
  color: rgba(21, 20, 57, 0.4);
}
.btn-primary {
  color: #fff;
  border-radius: 12px;
  background: linear-gradient(270deg, #5f36d9 0%, #595cff 100%);
  border-color: #5f36d9;
}
.btn-group-lg > .btn,
.btn-lg,
.form-control {
  border-radius: 12px;
}

.discont {
  padding-top: 60px;
  padding-bottom: 60px;
}
.discont h2 {
  padding-bottom: 28px;
  margin-top: 23px;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.form-section h2 {
  color: #000;
  font-family: "Philosopher", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  text-transform: uppercase;
  margin-bottom: 11px;
}
.form-section .form-control,
footer .form-control {
  margin-bottom: 12px;
}
.games {
 padding-top: 109px;
    padding-bottom: 32px;
}
.header-container {
  margin-bottom: 47px;
}
.game-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
 margin-bottom: 24px;
  border-radius: 20px;
  border: 1px solid #273653;
  overflow: hidden;
  background: #141b2b;
}

.game-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
     padding: 0px 24px 24px 24px;
  flex-direction: column;
}

.discount {
  padding: 2px 8px;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 100px;
  background: #5975ff;
  color: #f8fafc;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 145.455% */
}
.game-img-wrapper {
  position: relative;
}
.game-heading {
  color: #f8fafc;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 141.176% */
  width: 100%;
  margin: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.game-wrapper .price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
}
.game-wrapper .price h4 {
  color: #5f36d9;
  margin: 0;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
}
.game-wrapper .price p {
  margin: 0;
  overflow: hidden;
  color: #94a3b8;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  text-decoration-line: line-through;
}
.game-wrapper .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-align: center;
  color: #f8fafc;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 153.846% */
  width: 100%;
  padding: 8px 24px;
}
.game-in-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  margin-bottom: 24px;
}
.game-in-cart .game-wrapper {
  width: auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  flex-direction: column;
  padding: 16px 0 16px 0;
}
.game-in-cart .subtotal {
  overflow: hidden;
  color: #94a3b8;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}
.game-in-cart .game-box {
  padding: 0;
  margin-bottom: 0;
  align-items: flex-start;
  flex-direction: row;
}
#formModal .game-in-cart .game-heading {
  overflow: hidden;
  color: #f8fafc;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 141.176% */
  padding: 0;
  margin: 0;
  min-height: 0;
}
#modalHeadreCount {
  color: #94a3b8;
}
#formModal .totalbox {
  overflow: hidden;
  color: #94a3b8;
  text-align: right;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}
.game-in-cart .price h4 {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.game-in-cart .game-box {
  border-radius: 20px;
  border: 1px solid #273653;
  background: #192136;
  width: 100%;
}
.game-in-cart .game-img-wrapper {
  width: 128px;
  height: 148px;
  overflow: hidden;
  position: relative;
}
.game-in-cart .game-img-wrapper img {
  width: auto;
  height: 148px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-modal-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.btn-modal-wrapper .btn {
  color: #f8fafc;

  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 153.846% */
}
#formModal h2 {
  color: #f8fafc;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  text-align: left;
  margin-bottom: 8px;
}
#formModal p.modal-text {
  color: #94a3b8;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  text-align: left;
}
.add-games {
  display: flex;
  padding: 0 72px 32px 72px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: 32px;
}
.add-games-header {
  color: #f8fafc;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 141.176% */
}
.add-games-text {
  color: #94a3b8;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 141.176% */
}
#formModal .game-in-cart .game-wrapper .price p {
  overflow: hidden;
  color: #94a3b8;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  text-decoration-line: line-through;
}
.carousel {
  margin-bottom: 0rem;
  padding: 0;
}

.carousel-caption {
  top: 1rem;
  bottom: auto;
  z-index: 10;
  color: #1e0e62;
  font-size: 22px;
}
.carusel h2 {
  margin: 0;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
hr {
  margin: 0;
}
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.game-divider {
  margin: 5rem 0;
}

.contact-footer h2 {
  color: #fff;
  font-family: "Philosopher", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  text-transform: uppercase;
}
.contact-text {
  color: #94a3b8;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}
.contact-text-header {
  color: #f8fafc;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
}
.contact-text div {
  color: #f8fafc;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 0;
  width: 100%;
}
.terms {
  color: #94a3b8;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.contact-footer img {
  margin-top: 7px;
  width: 81px;
  height: 20px;
}

footer {
    padding-top: 52px;
    padding-bottom: 48px;
    border-top: 1px solid #273653;
    background: rgba(20, 27, 43, 0.4);
    font-size: 18px;
    position: relative;
}
footer h3{
  color: #F8FAFC;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 800;
line-height: 24px; 
    margin-top: 7px;
}
footer a {
  color: #f8fafc;
  text-decoration: none;
}
footer .text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.divider {
  margin-top: 36px;
  margin-bottom: 36px;
  border: 1px solid #273653;
}
.modal-header {
  border: 0px solid transparent;
}

.modal {
  background: rgba(0, 0, 0, 0.3);
}
#tyModal .modal-dialog {
  display: flex;
  width: 552px;
  padding: 40px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 20px;
  border: 1px solid #273653;
  background: #141b2b;
}
#tyModal .modal-dialog {
  margin: 30vh auto;
}
#formModal .modal-dialog {
  margin: 20vh auto;
  max-width: 552px;
}
#tyModal .modal-title {
  color: #f8fafc;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border-radius: 8px;
  background: transparent;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0);
  outline: 0;
}
#formModal .modal-body {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #273653;

  background: #141b2b;
}
#formModal .modal-cart-not-empty {
  display: flex;
  padding: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.modal-cart-not-empty .row {
  width: 100%;
}
.modal-body {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.modal-body p {
  color: #f8fafc;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

#formModal .btn-close,
#tyModal .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  margin: 0;
  background-image: url(../img/icon-cross.png);
  width: 24px;
  height: 24px;
  padding: 0;
  background-size: cover;
  z-index: 3;
  opacity: 1;
}
#formModal .modal-title {
  color: #f8fafc;
  text-align: right;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px; /* 133.333% */
  margin-bottom: 30px;
  position: relative;
}
#formModal .modal-title .btn {
  position: absolute;
  left: 0px;
  border-radius: 8px;
  border: 1px solid #ef4444;
  background: #0a0e1a;
  display: flex;
  top: 8px;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 140px;
  color: #ef4444;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
#formModal p {
  color: #f8fafc;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
.contactForm2,
.contactForm2 .btn-primary {
  width: 100%;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.breadcumb {
  margin-top: 96px;
  margin-bottom: 26px;
}
.breadcumb-wrapper {
     display: flex
;
    color: #f8fafc;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    gap: 10px;
}
.breadcumb-wrapper a {
  color: #5f36d9;

  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-decoration: none;
}
.game-page h1 {
  color: #f8fafc;
  font-family: "Inter", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 123.077% */
  margin-bottom: 36px;
}
.game-page-section {
  margin-bottom: 136px;
}
.game-page-section .game-wrapper {
  flex-direction: column;
}
.game-page-section .game-wrapper .btn {
  width: 100%;
}
.header-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.tag {
  display: inline-flex;
  padding: 8px 16px;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  border-radius: 100px;
  border: 1px solid rgba(150, 89, 255, 0.5);
  background: rgba(150, 89, 255, 0.2);
color: #9659FF;
font-family: Inter;
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 145.455% */
  width: auto;
  flex-wrap: nowrap;
}
.tag-green {
  border-radius: 100px;
  border: 1px solid rgba(0, 188, 125, 0.5);
  background: rgba(0, 188, 125, 0.2);
}
.game-desc p {
  color: #f8fafc;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #94a3b8;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}
.license {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1150px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1150px;
  }
}

@media (max-width: 1000px) {
  .game-page .game-wrapper {
    margin-top: 40px;
  }
  .game-page h1 {
    color: #f8fafc;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 36px;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
  }
  .gm-0,
  .gym-0 {
    --bs-gutter-y: 0;
  }

  .gm-0,
  .gxm-0 {
    --bs-gutter-x: 0;
  }

  .br-dectop {
    display: none;
  }
  .logo-d {
    position: relative;
    margin-left: 24px;
  }
  .logo-d img {
 width: 81px;
height: 20px;
  }

  .navbar-collapse .btn {
    display: none;
  }
  .game-in-cart .game-box {
    flex-direction: column;
  }
  .game-in-cart .game-img-wrapper {
    width: 100%;
    height: 112px;
  }
  .game-in-cart .game-img-wrapper img {
        width: 100%;
        height: auto;
  }
  .game-in-cart .game-wrapper {
    padding: 0px 16px 16px 16px;
  }
  .btn-modal-wrapper {
    flex-direction: column;
  }
 .btn-modal-wrapper .w-50 {
    width: 100% !important;
}
#formModal .modal-title .btn{
      top: 0;
}
.add-games{
  display: flex;
padding: 32px 0;
flex-direction: column;
align-items: center;
gap: 16px;
align-self: stretch;
}

  .advantages-wrapper {
    margin-bottom: 24px;
        padding: 4px 24px 5px 24px;
  }
  .tyModal .add-games{
        margin-top: 0;
  }
  .hero {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-size: cover;
    margin-bottom: 0;
  }
  .hero h1 {
    color: #f8fafc;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 116.667% */
  }
  .hero-lead {
    margin-top: 143px;
  }
  .hero .btn {
    width: 100%;
    max-width: 100%;
  }
  .header-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .advantages {
    padding-top: 42px;
    padding-bottom: 66px;
  }
  .advantage {
    margin-bottom: 32px;
  }
  .header-container h2 {
    color: #f8fafc;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
  }
  .header-container h3 {
    text-align: left;
  }
  .footer-col {
    margin-bottom: 24px;
  }
  .footer-col h3 {
    color: #f8fafc;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 141.176% */
            margin-top: 0;
  }
  .divider {
    margin-top: 12px;
    margin-bottom: 34px;

  }
  .copyright {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
  .license {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    flex-direction: column;
  }
  .slider-description h2 {
    color: #f8fafc;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
  }
  .stats-container {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 48px;
  }

  #tyModal .modal-dialog {
    width: 100%;
    padding: 42px;
  }
  #tyModal .modal-body {
    padding: 0;
    gap: 12px;
  }
  .hero .text-lg-start {
    margin-top: 152px !important;
  }

  .hero .text-lg-start h1 {
    font-size: 28px;
    line-height: 32px !important;
    text-align: left;
  }
  .game-box-1 {
    height: 456px;
  }
  .game-box-1 h3 {
    color: #fff;

    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
  }
  .game-box-1::before {
    width: 212px;
    height: 212px;
    bottom: -2px;
    right: 30px;
    background-size: cover;
  }

  .discont {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .discont h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  .game-box img {
    width: 100%;
  }

  .hero h3 {
    color: #94a3b8;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 141.176% */
  }
  .header-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: column;
    width: 100%;
  }
  .contact-footer {
    padding-bottom: 48px;
  }
  .navbar-nav {
    align-items: center;
    gap: 0;
  }
  .logo-m img {
    width: 144px;
    height: 32px;
  }
  .contact-footer h2 {
    text-align: center;
  }
  footer .text {
    flex-direction: column;
  }

  footer {
        padding-top: 51px;
    padding-bottom: 48px;
  }
  .modal-title {
    font-size: 24px;
    line-height: 32px;
  }
  .modal-dialog {
    margin: 20vh auto;
  }
  .modal-body {
    display: flex;
    width: 100%;
    padding: 32px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .carousel-control-next {
    right: 0px;
  }
  .carousel-control-prev {
    left: 0px;
  }
  .modal-body .btn-primary {
    margin-top: 0;
  }
  .promoForm {
    display: flex;
    width: 100%;
    align-items: start;
    gap: 16px;
    flex-direction: column;
  }

  .accordion {
    padding-top: 32px;
  }
  .form-section h2 {
    margin-top: 32px;
  }
  .terms {
    justify-content: center;
  }
  #contactForm1 {
    margin: 0;
  }

  footer:before {
    width: 212px;
    height: 212px;
    top: -121px;
    left: calc(50% - 360px / 2 + 199px);
  }
   .games {
    padding-top: 73px;
    padding-bottom: 0px;
}
}
.navbar-dark .navbar-toggler {
  border-color: transparent;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url(../img/menu_burger_1.png);
}
.navbar-dark .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url(../img/menu_burger.png);
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
  .bg-dark,
  .page .bg-transparent {
    border-bottom: 0px solid #273653 !important;
  }
  .navbar-dark .navbar-toggler {
    position: absolute;
          right: 16px;
        top: -10px;
    padding: 6px;
    margin: 0;
    border: 0;
  }
 
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
  }
  .cart-wrapper {
  right: 69px;
        top: 0px;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #e9eaf5;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    display: flex;
    padding: 32px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    background: #141b2b;
  }
  .navbar-dark .navbar-nav .nav-item .nav-link {
    border-bottom: 2px solid rgba(39, 54, 83, 0.4);
  }
  .navbar-dark .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 2px solid rgba(39, 54, 83, 0.4);
  }

  .nav-item {
    width: 100%;
  }
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .show > .nav-link {
    background: transparent;
    color: #cdcdd3;
  }
  .navbar-brand {
    padding-top: 0;
    margin-right: 0;
  }
  .navbar-nav {
    scroll-behavior: unset;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: flex-start;
  }
  .col-reverse-m {
    flex-direction: column-reverse !important;
  }
  #formModal .modal-dialog {
    margin: 20px auto;
    width: 100%;
  }
  .navbar-collapse{
      margin-top: 36px;
}
}
@media (max-width: 500px) {
  footer:before {
    left: calc(50% - 360px / 2 + 138px);
  }
  .elements::before {
    top: 269px;
    left: calc(50% - 340px / 2 - 84px);
  }
  .elements::after {
    top: 269px;
    right: calc(50% - 320px / 2 - 102px);
  }
}
