@import url("./gilroy/stylesheet.css");

* {
  color: white;
  margin: 0vh;
  padding: 0vh;
  font-family: Gilroy;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
  transform: scale(0);
}

#DPAGE {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 1s ease;
}

#DPAGE .background {
  position: absolute;
  left: 0vh;
  top: 0vh;
  bottom: 0vh;
  right: 0vh;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#DPAGE .content {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  bottom: 0vh;
  width: 100%;
}

#DPAGE .content .left {
  display: flex;
  flex-direction: column;
  margin-left: 6.4815vh;
  align-items: center;
  justify-content: center;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin-bottom: 0.8333vh;
}

#DPAGE .content .left .logo {
  width: 5vh;
  height: 6.1111vh;
  margin-bottom: 3.2407vh;
}

#DPAGE .content .left .dots {
  width: 5vh;
  height: 85.7407vh;
}

#DPAGE .content .girl {
  width: 35%;
  max-width: 80vh;
}

#DPAGE .content .right {
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8vh;
  margin-right: 6.4815vh;
}

#DPAGE .content .right .offerBlock {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-height: 95vh;
  max-width: 95vw;
  background: rgba(6, 6, 6, 0.8);
  border: 0.0926vh solid rgba(255, 255, 255, 0.05);
  border-radius: 0.463vh;
  justify-content: space-between;
  padding-bottom: 4.8vh;
}

#DPAGE .content .right .offerBlock .conteiner {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 43.7963vh;
  width: 95%;
  margin-top: 1.3889vh;
}

#DPAGE .content .right .offerBlock .conteiner::-webkit-scrollbar {
  width: 0.463vh;
  background: #272727;
  border-radius: 0.2778vh;
}

#DPAGE .content .right .offerBlock .conteiner::-webkit-scrollbar-thumb {
  background: #9D9D9D;
  border-radius: 0.2778vh;
}

#DPAGE .content .right .offerBlock .conteiner .hello {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#DPAGE .content .right .offerBlock .conteiner .hello h4 {
  font-weight: 500;
  font-size: 1.4815vh;
  line-height: 1.7593vh;
  text-align: center;
}

#DPAGE .content .right .offerBlock .conteiner .hello h6 {
  font-weight: 500;
  font-size: 1.4815vh;
  line-height: 1.7593vh;
  text-align: center;
}

#DPAGE .content .right .offerBlock .conteiner .po {
  padding-right: 1.6667vh;
}

#DPAGE .content .right .offerBlock .conteiner .po:last-child {
  margin-bottom: 1.3889vh;
}

#DPAGE .content .right .offerBlock .conteiner .po .h {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1.4815vh;
  line-height: 1.7593vh;
  margin-top: 0.463vh;
  margin-bottom: 0.463vh;
}

#DPAGE .content .right .offerBlock .conteiner .po p {
  font-weight: 400;
  font-size: 1.2963vh;
  line-height: 1.4815vh;
}

#DPAGE .content .right .offerBlock .dataToPlayer {
  width: 100%;
  height: 100%;
  margin-left: 4.6296vh;
  margin-top: 2.7778vh;
  display: flex;
  flex-direction: column;

}

#DPAGE .content .right .offerBlock .dataToPlayer .header p {
  font-weight: 500;
}

#DPAGE .content .right .offerBlock .dataToPlayer .header p:first-child {
  font-size: 3.2407vh;
  line-height: 3.8889vh;
  color: #FFFFFF;
}

#DPAGE .content .right .offerBlock .dataToPlayer .header p:last-child {
  font-size: 1.2963vh;
  line-height: 1.5741vh;
  /* identical to box height */
  color: #FFFFFF;
}

#DPAGE .content .right .paymentBlock {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-height: 95vh;
  max-width: 95vw;
  padding-bottom: 2.7778vh;
  background: linear-gradient(130.19deg, rgba(36, 54, 118, 0.95) 0%, rgba(36, 54, 118, 0) 100%);
  border: 0.0926vh solid rgba(255, 255, 255, 0.05);
  border-radius: 0.463vh;
  justify-content: space-between;
}

#DPAGE .content .right .paymentBlock .dataToPlayer {
  width: 100%;
  height: 100%;
  margin-left: 4.6296vh;
  margin-top: 2.7778vh;
  display: flex;
  flex-direction: column;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .header p {
  font-weight: 500;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .header p:first-child {
  font-size: 2.2407vh;
  line-height: 2.8889vh;
  color: #FFFFFF;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .header p:last-child {
  font-size: 1.2963vh;
  line-height: 1.5741vh;
  /* identical to box height */
  color: #FFFFFF;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods {
  display: flex;
  flex-direction: column;
  margin-top: 1vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods p {
  font-weight: 400;
  font-size: 1.4vh;
  line-height: 1.9444vh;
  color: #FFFFFF;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks {
  display: flex;
  flex-direction: row;
  margin-top: 1vh;
  position: relative;
  z-index: 9999;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block {
  opacity: 0.75;
  transition: background 0.3s, opacity 0.3s;
  width: 8vh;
  height: 8vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: #1B2444;
  border-radius: 0.463vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .serverBlock {
  display: flex;
  flex-direction: row;
  gap: 0.9259vh;
  margin-top: 1vh;
  position: relative;
  z-index: 9999;
  transition: all 0.3s ease;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .serverBlock .serverName {
  padding: 0.9259vh 1.3889vh;
  background: #1B2444;
  border-radius: 0.463vh;

  opacity: 0.5;
  font-size: 1.2vh;
  font-weight: 500;
  transition: all 0.3s ease;


}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .serverBlock .serverName:hover,
#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .serverBlock .serverName.active {
  background: #576EC0;
  opacity: 1;

}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .serverName:nth-child(n+2) {
  margin-left: 1.3889vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block:nth-child(n+2) {
  margin-left: 1.3889vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block:hover,
#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block.active {
  background: #576EC0;
  opacity: 1;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block p {
  opacity: 0.5;
  font-size: 0.7407vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block .name {
  font-weight: 500;
  font-size: 1vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block.qiwi .name {
  color: #FF8A00;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block.qiwi img {
  margin-bottom: 0.5vh;
  width: 3.5vh;
  height: 3.5vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block.payok .name {
  color: #FFE15C;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block.payok img {
  margin-bottom: 1.1111vh;
  width: 7.5926vh;
  height: 3.0556vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block.anypay .name {
  color: #FFBB13;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block.anypay img {
  margin-bottom: 0.5vh;
  width: 7.5926vh;
  height: 3.0556vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block.stripe img {
  margin-bottom: 0.5vh;
  width: 7.5926vh;
  height: 3.0556vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .payMethods .blocks .block .name {
  margin-bottom: 0vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .inputBlock {
  margin-top: 1.852vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .inputBlock p {
  font-weight: 400;
  font-size: 1.481vh;
  line-height: 1.759vh;
  color: #FFFFFF;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .inputBlock .inputDiv {
  padding-right: 0.926vh;
  width: 20.093vh;
  height: 3.333vh;
  margin-top: 1.389vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 0.093vh solid #959595;
  border-radius: 0.463vh;
  padding-right: 1.389vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .inputBlock .inputDiv img {
  margin-left: 1.389vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .inputBlock .inputDiv.login img {
  width: 1.111vh;
  height: 1.296vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .inputBlock .inputDiv.dc img {
  width: 1.111vh;
  height: 1.296vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .inputBlock .inputDiv input {
  width: 100%;
  margin-left: 0.926vh;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 1.296vh;
  line-height: 1.481vh;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .inputBlock .inputDiv input::-moz-placeholder {
  font-weight: 400;
  font-size: 1.389vh;
  line-height: 1.574vh;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.5);
}

#DPAGE .content .right .paymentBlock .dataToPlayer .inputBlock .inputDiv input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 1.389vh;
  line-height: 1.574vh;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.5);
}

#DPAGE .content .right .paymentBlock .dataToPlayer .inputBlock .inputDiv input::placeholder {
  font-weight: 400;
  font-size: 1.389vh;
  line-height: 1.574vh;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.5);
}

#DPAGE .content .right .paymentBlock .dataToPlayer .checkInput {
  display: flex;
  flex-direction: row;
  margin-top: 1.204vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .checkInput .block {
  min-width: 2.778vh;
  min-height: 2.778vh;
  height: 2.778vh;
  width: 2.778vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0F1529;
  border: 0.093vh solid rgba(255, 255, 255, 0.25);
  border-radius: 0.463vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .checkInput .block img {
  width: 1.481vh;
  height: 1.204vh;
}

#DPAGE .content .right .paymentBlock .dataToPlayer .checkInput p {
  margin-left: 0.926vh;
  font-weight: 400;
  font-size: 1.204vh;
  line-height: 1.389vh;
  max-width: 30vh;
  color: #FFFFFF;
}

#DPAGE .content .right .paymentBlock .letSGooo {
  padding: 1.204vh 4.352vh;
  background: #4159A9;
  border-radius: 0.463vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.315vh;
  font-weight: 400;
  font-size: 1.667vh;
  line-height: 1.481vh;
  color: #FFFFFF;
}

#DPAGE .content .right .manImg {
  width: 19.815vh;
  height: 40.556vh;
  position: absolute;
  bottom: 0vh;
  right: 0vh;
  filter: drop-shadow(0vh 0vh 4.63vh rgba(255, 0, 0, 0.3));
}

#DPAGE .content .right .home {
  margin-top: 2.3148vh;
  width: 100%;
  display: flex;
  justify-content: center;
}

#DPAGE .content .right .home .btn {
  transition: all 0.5s ease;
  background: rgba(6, 6, 6, 0.8);
  padding: 0.9259vh 1.8519vh;
  border-radius: 0.2778vh;
  border: 0.0926vh solid rgba(255, 255, 255, 0);
}

#DPAGE .content .right .pageSelector {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 2.6296vh;
}

#DPAGE .content .right .pageSelector.phone .page {
  width: 32vw;
  height: 17.3519vw;
}

#DPAGE .content .right .pageSelector.phone .page p {
  font-weight: 500;
  font-size: 1.1vh;
  line-height: 1.23vh;
  /* identical to box height */
  color: #FFFFFF;
}

#DPAGE .content .right .pageSelector.phone .page p,
#DPAGE .content .right .pageSelector.phone .page img {
  margin-bottom: 1.3889vw;
}

#DPAGE .content .right .pageSelector.phone .offer img {
  width: 7.8704vw;
  height: 7.7778vw;
}

#DPAGE .content .right .pageSelector.phone .payment img {
  margin-bottom: 2.3148vw;
  width: 6.4815vw;
  height: 4.7222vw;
}

#DPAGE .content .right .pageSelector.pc .offer img {
  width: 7.8704vh;
  height: 7.7778vh;
}

#DPAGE .content .right .pageSelector.pc .payment img {
  margin-bottom: 2.3148vh;
  width: 6.4815vh;
  height: 4.7222vh;
}

#DPAGE .content .right .pageSelector.pc .page p,
#DPAGE .content .right .pageSelector.pc .page img {
  margin-bottom: 1.3889vh;
}

#DPAGE .content .right .pageSelector.pc .page p {
  font-weight: 500;
  font-size: 1.3889vh;
  line-height: 1.6667vh;
  /* identical to box height */
  color: #FFFFFF;
}

#DPAGE .content .right .pageSelector .page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 29vh;
  height: 14.3519vh;
  background: rgba(6, 6, 6, 0.8);
  border: 0.0926vh solid rgba(255, 255, 255, 0);
  border-radius: 0.463vh;
  transition: all 0.5s ease;
}

#DPAGE .content .right .page:hover,
#DPAGE .content .right .page.active,
#DPAGE .content .right .btn:hover,
#DPAGE .content .right .btn.active {
  background: #243676;
  border: 0.0926vh solid rgba(255, 255, 255, 0.05);
}

/*# sourceMappingURL=index.css.map */