@font-face {
  font-family: "Spectrashell";
  src: url("public/fonts/Spectrashell.ttf");
}
@font-face {
  font-family: "BebasNeueBold";
  src: url("public/fonts/BebasNeueBold.otf");
}
@font-face {
  font-family: "AABebasNeue";
  src: url("public/fonts/AABebasNeue.ttf");
}

html {
  font-family: Inter;
  font-size: 16px;
}

body {
  font-weight: 400;
  font-style:normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.15;
  color: var(--dl-color-theme-neutral-dark);
  background-color: #221128;

  fill: var(--dl-color-theme-neutral-dark);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.body-lock {
  overflow-y: scroll;
  position:fixed;
}



.main-container {
  min-width: 1200px;
  max-width: 1400px;
  /* display: flex; */
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.main-main {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(34, 16, 40, 1);
}
.main-headmenu {
  gap: 10px;
  width: 1200px; 
  height: 364px;
  display: flex;
  padding: 10px;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;

}
.main-headimg {
  top: 0px;
  left: 0px;
  width: 1200px;
  height: 803px;
  position: absolute;
  /* Чтобы не двигалось изобрадение мышкой */
  pointer-events: none;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
}
.main-text00 {
  top: 182px;
  left: 120px;
  color: rgba(255, 255, 255, 1);
  /* width: 1046px; */
  /* height: auto; */
  position: absolute;
  font-size: 128px;
  font-style: Regular;
  text-align: center;
  font-family: Spectrashell;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Стандартный синтаксис */
}

@keyframes glow {
  0% {
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.1);
  }
  50% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.2);
  }
  100% {
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.1);
  }
}

.main-text {
  top: 182px;
  left: 120px;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  font-size: 128px;
  font-style: Regular;
  text-align: center;
  font-family: Spectrashell;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none;   /* Firefox */
  -ms-user-select: none;    /* IE/Edge */
  user-select: none;        /* Стандартный синтаксис */

  /* Анимация свечения */
  animation: glow 3s infinite;
}



.main-text002 {
  top: 119px;
  left: 674px;
  color: rgba(255, 255, 255, 1);
  height: auto;
  position: absolute;
  font-size: 20px;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.main-rectangle5 {
  top: 121px;
  left: 660px;
  width: 8px;
  height: 19px;
  position: absolute;
}
.main-text004 {
  top: 119px;
  left: 404px;
  color: rgba(255, 255, 255, 1);
  height: auto;
  position: absolute;
  font-size: 20px;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.main-rectangle4 {
  top: 121px;
  left: 390px;
  width: 8px;
  height: 19px;
  position: absolute;
}
.main-text006 {
  top: 119px;
  left: 173px;
  color: rgba(255, 255, 255, 1);
  height: auto;
  position: absolute;
  font-size: 20px;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.main-text006:after,.main-text004:after,.main-text002:after {
	display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 2px; /*задаём ширину линии*/
	background-color: #ffffff; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}
.main-text006:hover:after,
.main-text006:focus:after, 
.main-text004:hover:after,
.main-text004:focus:after,
.main-text002:hover:after,
.main-text002:focus:after{
	width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

.main-rectangle3 {
  top: 121px;
  left: 159px;
  width: 8px;
  height: 19px;
  position: absolute;
}
.main-text008 {
  top: 61px;
  left: 156px;
  color: rgba(255, 255, 255, 1);
  width: 177px;
  height: auto;
  position: absolute;
  font-size: 36px;
  font-style: italic;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Стандартный синтаксис */
}
.main-catalog {
  gap: 40px;
  display: flex;
  padding: 20px 40px;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center; 
}
.main-catalogbg {
  top: 153px;
  left: -84px;
  width: 1369px;
  height: 1389px;
  position: absolute;
}
.category-switch-bg {
  gap: 40px;
  display: flex;
  /* padding: 20px 40px; */
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center; 
}
.category-switch {
  /* gap: 33px; */
  padding: 5px 5px;
  width: 130px;
  height: 50px;
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  box-sizing: content-box;
  align-items: flex-end;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.31);
  border-style: solid;
  border-width: 1px;
  justify-content: space-between;
  background-color: rgba(77, 56, 85, 0.38);
  overflow: hidden;
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 20px;
}

.category-switch-text{
  position:absolute;
  color: #ffffff;
  font-size: 12px;
  top: 65px;
}


.category-btn {
  height: 50px;
}

.category-btn-img{
  height: 100%;
  transition: transform 0.3s ease;
}

.category-btn:hover .category-btn-img {
  transform: scale(1.1);
}

/* Псевдоэлемент для множества лучей */
.category-switch::before {
  /* opacity: 0.5; */
  content: '';
  position: absolute;
  top: -50px;
  left: -50%;
  width: 300px; /* Размер области, где видны лучи */
  height: 300px;
  background: conic-gradient(

    transparent 10deg,
    rgba(255, 255, 255, 0.7) 45deg,
    transparent 50deg,
    rgba(255, 255, 255, 0.4) 85deg,
    transparent 90deg,
    rgba(255, 255, 255, 0.9) 135deg,
    transparent 140deg,
    rgba(255, 255, 255, 0.7) 185deg,
    transparent 190deg

  );
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  animation: spin 3s linear infinite, flicker 1.5s ease-in-out infinite;
  pointer-events: none;
}

/* Анимация вращения */
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Эффект мерцания */
@keyframes flicker {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.5);
  }
}

.product_card {
  gap: 33px;
  width: 317px;
  height: 217px;
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  box-sizing: content-box;
  align-items: flex-end;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.3100000023841858);
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  background-color: rgba(77, 56, 85, 0.3799999952316284);
  overflow: hidden; 
  border-radius: 30px;
}
.product_card_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/public/external/champions1.png'); /* укажите путь к вашему фоновому изображению */
  background-size: cover; /* это свойство подгонит размер изображения под размер элемента */
  background-position: center; /* это свойство позиционирует изображение по центру */
  z-index: -1; /* обеспечивает, что этот элемент будет позади других */
}
.product_card_category {
  position: absolute;
  right: 5px;
  bottom: 60px; /*нижняя плашка 55px*/
  height: 40px;
  z-index: 100; 
  opacity: 70%;
}
.product_card:hover {
  cursor: pointer;
  box-shadow: 0px 0px 14.300000190734863px 0px rgba(255, 255, 255, 1) ;
}

.product_card_iconvp {
  top: 30px;
  left: 123px;
  width: 71px;
  height: 71px;
  position: absolute;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
  pointer-events: none;
}
.product_card_footer {
  width: 100%;
  height: 55px;
  display: flex;
  z-index: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(75, 56, 83, 1);
}
.product_card_footer_text {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 400;
  line-height: 104.61758375167847%;
  font-stretch: normal;
  text-decoration: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Стандартный синтаксис */
}
.product_card_count {
  top: 108px;
  left: 86px;
  color: rgba(255, 255, 255, 1);
  width: 145px;
  height: auto;
  z-index: 2;
  position: absolute;
  font-size: 27px;
  font-style: Medium;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Стандартный синтаксис */
}
.product_card_cost {
  top: 10px;
  right: 14px;
  /* left: 201px; */
  color: rgba(255, 255, 255, 1);
  width: 108px;
  height: auto;
  z-index: 3;
  position: absolute;
  font-size: 20px;
  font-style: Regular;
  text-align: right;
  font-family: AABebasNeue;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Стандартный синтаксис */
}
.main-productcart01 {
  gap: 33px;
  width: 317px;
  height: 217px;
  display: flex;
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
  box-shadow: 0px 0px 14.300000190734863px 0px rgba(255, 255, 255, 1) ;
  box-sizing: content-box;
  align-items: flex-end;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.3100000023841858);
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  background-color: rgba(77, 56, 85, 0.3799999952316284);
}
.main-iconvp01 {
  top: 30px;
  left: 123px;
  width: 71px;
  height: 71px;
  position: absolute;
}
.main-cardfooter01 {
  width: 100%;
  height: 52px;
  display: flex;
  z-index: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(75, 56, 83, 1);
}
.main-text018 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 400;
  line-height: 104.61758375167847%;
  font-stretch: normal;
  text-decoration: none;
}
.main-text020 {
  top: 108px;
  left: 86px;
  color: rgba(255, 255, 255, 1);
  width: 145px;
  height: auto;
  z-index: 2;
  position: absolute;
  font-size: 27px;
  font-style: Medium;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.main-text022 {
  top: 7px;
  left: 201px;
  color: rgba(255, 255, 255, 1);
  width: 108px;
  height: auto;
  z-index: 3;
  position: absolute;
  font-size: 20px;
  font-style: Regular;
  text-align: right;
  font-family: AA Bebas Neue;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.main-productcart02 {
  gap: 33px;
  width: 317px;
  height: 217px;
  display: flex;
  z-index: 3;
  position: relative;
  flex-wrap: wrap;
  box-shadow: 0px 0px 14.300000190734863px 0px rgba(255, 255, 255, 1) ;
  box-sizing: content-box;
  align-items: flex-end;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.3100000023841858);
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  background-color: rgba(77, 56, 85, 0.3799999952316284);
}
.main-iconvp02 {
  top: 30px;
  left: 123px;
  width: 71px;
  height: 71px;
  position: absolute;
}
.main-cardfooter02 {
  width: 100%;
  height: 53px;
  display: flex;
  z-index: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(75, 56, 83, 1);
}
.main-text024 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 400;
  line-height: 104.61758375167847%;
  font-stretch: normal;
  text-decoration: none;
}
.main-text026 {
  top: 108px;
  left: 86px;
  color: rgba(255, 255, 255, 1);
  width: 145px;
  height: auto;
  z-index: 2;
  position: absolute;
  font-size: 27px;
  font-style: Medium;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.main-text028 {
  top: 7px;
  left: 201px;
  color: rgba(255, 255, 255, 1);
  width: 108px;
  height: auto;
  z-index: 3;
  position: absolute;
  font-size: 20px;
  font-style: Regular;
  text-align: right;
  font-family: AA Bebas Neue;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.main-footer {
  gap: 30px;
  display: flex;
  z-index: 2;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.main-footleft {
  width: 607px;
  height: 676px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  /* gap: 40px;
  display: flex;
  padding: 20px 40px;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;  */
}
.main-imgfooter {
  top: -8px;
  left: -236.5px;
  width: 997px;
  height: 684px;
  position: absolute;
}
.main-footright {
  width: 550px;
  height: 676px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
}
.main-text086 {
  top: 204px;
  left: 16.5px;
  color: rgba(255, 70, 85, 1);
  width: 528px;
  height: auto;
  position: absolute;
  font-size: 38px;
  /* font-style: Bold; */
  text-align: left;
  font-family: BebasNeueBold;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.main-text088 {
  top: 61px;
  left: 16.5px;
  color: rgba(255, 70, 85, 1);
  width: 302px;
  height: auto;
  position: absolute;
  font-size: 128px;
  font-style: Regular;
  text-align: left;
  font-family: Spectrashell;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.main-btnconditions {
  /* gap: 10px; */
  top: 329px;
  left: 74.5px;
  /* width: 299px; */
  /* height: 54px; */
  /* display: flex; */
  display: inline-block;
  padding: 10px 10px;
  position: absolute;
  align-items: center;
  /* flex-shrink: 0; */
  justify-content: center;
  background-color: rgba(255, 70, 85, 1);
}
.main-btnconditions:hover {
  background-color: rgb(255, 255, 255);
}
.main-btnconditions:hover .main-text090 {
  color: rgb(0, 0, 0);  
} 

.main-framewhite {
  width: 307.10845947265625px;
  height: 61.85454559326172px;
  /* display: flex; */
  position: absolute;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 2px;
}
.main-text090 {
  /* top: 15px; */
  /* left: 19px; */
  color: rgba(255, 255, 255, 1);
  /* width: 261px; */
  /* height: auto; */
  z-index: 1;
  /* position: absolute; */
  font-size: 29px;
  /* font-style: Bold; */
  text-align: center;
  font-family: BebasNeueBold;
  /* font-weight: 700; */
  /* line-height: normal; */
  font-stretch: normal;
  text-decoration: none;
  /* -webkit-text-size-adjust: 100%; */
  display: inline-block;
  white-space: nowrap;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.order-modal {
  display:flex;
  align-items:center;

  max-width: 750px;
  /* min-width: 600px; */
  width: 100%;
  /* width: 850px; */
  /* padding: 8px 0; */
  overflow: hidden;
  position: absolute;
  /* box-sizing: content-box; */
  box-sizing: border-box;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 3px;
  flex-direction: column;
  z-index: 1001;
}

.order-modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  
  display: none;
  align-items: center;
  justify-content: center;
  
  background-color: rgba(0,0,0,0.7);
  z-index: 1000;
}

.modal--open {
  display: flex;  
}


.main-bgorder {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}
.main-orderheader {
  /* width: 850px; */
  width: 100%;
  /* height: 120px; */
  display: flex;
  z-index: 1;
  overflow: hidden;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.orderheader-text {
  top: 12px;
  left: 33px;
  color: rgba(255, 255, 255, 1);
  /* width: 753px; */
  /* height: auto; */
  /* position: absolute; */
  /* font-size: 98px; */
  /* font-size: 8.1vw; */
  font-size: clamp(1.5rem, -1.2168rem + 14.4898vw, 5.9375rem);
  font-style: Regular;
  text-align: left;
  font-family: Spectrashell;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-left: 25px;
}
.main-orderbody {
  gap: 10px;
  display: flex;
  /* padding: 0 152px; */
  z-index: 2;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
  flex-wrap: wrap
}
.main-card {
  width: 340px;
  height: 170px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;


/*
  gap: 6px;
  width: 329px;
  display: flex;
  padding: 9px 10px 15px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;*/
}
.order-iconvp {
  top: 23px;
  left: 259px;
  width: 70px;
  height: 70px;
  position: absolute;
}
.order-count-text {
  top: 10px;
  left: -8px;
  color: rgba(255, 255, 255, 1);
  width: 256px;
  height: auto;
  position: absolute;
  font-size: 81px;
  font-style: Regular;
  text-align: right;
  font-family: Spectrashell;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.order-desc {
  top: 101px;
  left: 7.5px;
  color: rgba(255, 255, 255, 1);
  width: 321px;
  height: auto;
  position: absolute;
  font-size: 18px;
  font-style: Regular;
  text-align: right;
  font-family: Roboto Condensed;
  font-weight: 400;
  line-height: 110.00000238418579%;
  font-stretch: normal;
  text-decoration: none;
}
.main-form {
  gap: 6px;
  width: 329px;
  display: flex;
  padding: 9px 10px 15px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
/*
.main-form-qr {
  gap: 6px;
  width: 329px;
  display: none;
  padding: 9px 10px 15px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.main-form-qr-code{
  fill: rgb(255, 255, 255);
}
*/  
.main-form-qr {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-form-qr-text {
  color: rgb(0, 0, 0);
  padding: 10px;
  margin-bottom: 5px;
  text-align: center;
  width: 250px;
  font-size: 12px;
  font-family: Roboto Condensed;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.699999988079071);
}

.main-form-qr-code {
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: white;
  padding: 20px; /* Внутренний отступ, чтобы QR-код не прилегал к краям */
  border-radius: 5px;
}


.main-email {
  gap: 10px;
  display: flex;
  padding: 10px;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.699999988079071);
}
.order-email {
  color: rgba(80, 80, 80, 1);
  height: auto;
  flex-grow: 1;
  font-size: 18px;
  font-style: Regular;
  text-align: left;
  font-family: Roboto Condensed;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
  background: transparent;
  border: 0px;
  outline:none;
  /* text-transform: uppercase; */
}

.err_email {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 10px;
  align-self: stretch;
  font-style: italic;
  text-align: left;
  font-family: Roboto Condensed;
  font-weight: 300;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
  display: none;
}
.desc_email {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 14px;
  align-self: stretch;
  font-style: italic;
  text-align: left;
  font-family: Roboto Condensed;
  font-weight: 600;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.main-paymentmethod {
  gap: 10px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.main-sbp {
  width: 149.5px;
  height: 75px;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 3px;
  background-color: rgba(255, 255, 255, 0.699999988079071);
}
.hover-enabled:hover {
  background-color: rgba(216, 216, 216, 0.7);
  cursor: pointer;
}

.main-text106 {
  top: 23px;
  left: 62.5px;
  color: rgba(80, 80, 80, 1);
  width: 81px;
  height: auto;
  position: absolute;
  font-size: 12px;
  font-style: Bold;
  text-align: left;
  font-family: Roboto Condensed;
  font-weight: 700;
  line-height: 112.99999952316284%;
  font-stretch: normal;
  text-decoration: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Стандартный синтаксис */
}
.main-sbpicon {
  top: 7px;
  left: 9.5px;
  width: 49px;
  height: 55px;
  position: absolute;
  /* Чтобы не двигалось изобрадение мышкой */
  pointer-events: none;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
}

.main-card1 {
  width: 149.5px;
  height: 75px;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.699999988079071);
}
/*.main-card1:hover {
  background-color: rgba(216, 216, 216, 0.7);
  cursor: pointer;
}*/

.main-text110 {
  top: 23px;
  left: 63px;
  color: rgba(80, 80, 80, 1);
  width: 81px;
  height: auto;
  position: absolute;
  font-size: 12px;
  font-style: Bold;
  text-align: left;
  font-family: Roboto Condensed;
  font-weight: 700;
  line-height: 112.99999952316284%;
  font-stretch: normal;
  text-decoration: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Стандартный синтаксис */
}
.main-cardicon {
  top: 21px;
  left: 10px;
  width: 49px;
  height: 33px;
  position: absolute;
  /* Чтобы не двигалось изобрадение мышкой */
  pointer-events: none;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
  filter: grayscale(100%);
}
.order-btnpay {
  gap: 10px;
  display: flex;
  padding: 13px 10px;
  overflow: hidden;
  align-self: stretch;
  box-sizing: content-box;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  background-color: rgba(66, 35, 45, 1);
}
.order-btnpay-hover:hover {
  background-color: rgba(255, 70, 85, 1);
  cursor: pointer;
}
.btnpay-text {
  color: rgba(255, 255, 255, 1);
  height: auto;
  flex-grow: 1;
  font-size: 13px;
  font-style: Bold;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 700;
  line-height: 112.99999952316284%;
  font-stretch: normal;
  text-decoration: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Стандартный синтаксис */
}
.modal_close_btn {
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  z-index: 3;
  overflow: hidden;
  /* position: absolute; */
  align-items: center;
  flex-shrink: 0;
  background-color: rgba(66, 35, 45, 1);
  justify-content: space-around;
}

.main-imgclose {
  /* top: -8px; */
  /* left: -8px; */
  width: 70%;
  height: 70%;
  /* position: absolute; */
  filter: invert(100%);
  /* Чтобы не двигалось изобрадение мышкой */
  pointer-events: none;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
}

.modal_close_btn:hover {
  background-color: rgba(255, 70, 85, 1);
  cursor: pointer;
}

.modal_close_btn:hover .main-imgclose {
  filter: invert(0%);
}

/* -------------------------------------------- */

.order-container {
  top: 0;
  width: 1100px; /* Фиксированная ширина основного блока */
  z-index: 1000; /* High value to ensure it is on top */
  background-color: #221128; /* Основной цвет блока */
  color: white; /* Цвет текста белый */
  box-shadow: inset 0 0 20px rgb(0, 0, 0); /* Уменьшенное белое свечение */
  margin: 40px; /* Отступы для основного блока */
  padding: 20px;
  border: none;
  border-radius: 10px;
}

.order-text-head {
  font-size: 7rem; /* Размер заголовка 'ЗАКАЗ №23' */
  text-align: center; /* Центрирование заголовка */
  font-family: Spectrashell; /* Здесь можно вписать свой шрифт для заголовка */
}

.order-content {
  display: flex;
  justify-content: space-between;
}

.left-block, .right-block {
  width: 48%;
}

.left-block {
  padding-right: 20px;
}

.left-block h2, .left-block p {
  margin-bottom: 10px; /* Отступы между элементами в левом блоке */
}

.right-block {
  background-color: rgb(50, 35, 56); /* Немного светлее основного цвета */
  padding: 20px;
  border-radius: 10px;
}

.right-block h2, .right-block p {
  margin-bottom: 10px; /* Отступы между элементами в правом блоке */
}

.code-box {
  margin-top: 20px;
  padding: 20px;
  border: 1px dashed #ccc;
  text-align: center;
}

.code-box p {
  margin: 10px 0;
}

.stars svg {
  width: 24px;
  height: 24px;
  fill: white; /* Цвет SVG иконки */
  margin: 0 2px;
}

#show-code-btn {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: white;
  color: #221128;
  border: none;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
}

#show-code-btn:hover {
  background-color: #35243b;
  color: white;
}

.loading-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: white;
  font-size: 20px; /* Размер шрифта соответствует высоте */
  line-height: 20px; /* Выравнивание текста по центру */
  text-align: center;
  animation: spin 1.8s linear infinite;
  transform-origin: center center; /* Явно задаём центр вращения */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



.dop-footer {
  color: rgba(255, 255, 255, 0.5);
  padding: 15px; /* Внутренний отступ */
  border-radius: 10px; /* Скругленные углы */
  font-size: 8px; /* Оптимальный размер шрифта */
  line-height: 1.6; /* Улучшенная читаемость */
  text-align: center; /* Центрирование текста */
  max-width: 1000px; /* Ограничение ширины */
  margin: 20px auto; /* Центрирование блока */
}
