@charset "UTF-8";

.form_group input {
  width: 100%;
  border: 0;
  border-radius: 0;
  height: 46px;
  border-bottom: 1px solid #0084b7;
}
.form_group input:focus {
  border-bottom: 1px solid #999;
  outline: -webkit-focus-ring-color auto 0;
}
.form_group ::placeholder {
  font-size: 12px;
  color: #999;
}
.form_group textarea {
  border: 0;
  border-radius: 0;
  border: 1px solid #0084b7;
  resize: unset;
  padding: 10px;
  width: -webkit-fill-available;
}
.form_group textarea:focus {
  border: 1px solid #999;
  outline: -webkit-focus-ring-color auto 0;
}
.form_group input[type="submit"] {
  height: auto;
  padding: 10px 40px;
  width: max-content;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: #003672;
  background: linear-gradient(90deg, #003672 0, #0087ba 50%, #003672 100%);
}
.form_group input[type="submit"]:hover {
  background: #444;
}

a {
  text-decoration: none;
}
h1 {
  font-family: agkornelia-bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 63px;
  line-height: 1.1;
}
p {
  color: #fff;
}
.hidden {
  display: none;
}
.top_line {
  padding: 12px 0;
  background-color: #110511;
}
.top_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 64%;
}
.link-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  color: #fff;
  width: max-content;
}
.link-item img {
  margin-right: 5px;
}
.link-item::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.link-item:hover::before {
  width: 100%;
}
.logo {
  width: 200px;
}
.logo img {
  display: block;
}
.nav-item {
  margin-right: 60px;
}
.nav-item:last-child {
  margin-right: 0;
}

.top-text {
  padding-top: 70px;
  text-align: center;
}
.top-text .link-item {
  margin: auto;
}
.top-text a,
.top-text p {
  line-height: 1.2;
  font-size: 20px;
}
.l-rating {
  margin: auto;
  padding-top: 3px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  position: relative;
  width: 87px;
  height: 33px;
  background-image: url(../images/roulette/l-rating.svg);
}
.l-rating .star {
  margin-left: -6px;
  width: 27px;
  height: 29px;
  background-image: url(../images/roulette/star.png);
}
.l-image {
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.l-image.l-block::before {
  left: 0;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
}
.l-image.l-block::after {
  content: "";
  position: absolute;
  background-image: url(../images/roulette/block.svg);
  width: 20px;
  height: 23px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.level-bonus {
  display: flex;
  justify-content: space-evenly;
}
.l-bonus {
  text-align: center;
}
.l-bonus .l-title {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
}
.title-center {
  font-family: agkornelia-bold;
  text-transform: uppercase;
  font-size: 35px;
  color: #fff;
  text-align: center;
}
.fortuna-img {
  position: relative;
  width: 80px;
  height: 80px;
}
.fortuna-img.fortuna-block::before {
  left: 0;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
}
.fortuna-img.fortuna-block::after {
  content: "";
  position: absolute;
  background-image: url(../images/roulette/block.svg);
  width: 20px;
  height: 23px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fortuna_desc {
  color: #fff;
}
.fortuna_desc span {
  color: #d2bdff;
}
.fortuna {
  background-color: #180518;
  width: max-content;
  padding: 18px;
  border-radius: 6px;
}
.f-title {
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 10px;
}
.f-status {
  font-size: 14px;
  margin-top: 10px;
  color: red;
}
.fortuna {
  cursor: pointer;
  position: relative;
}
.f-desc {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.3;
}
.fortuna_all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fortuna_desc {
  z-index: 9;
  display: none;
  position: absolute;
  left: 40%;
  top: 40%;
  background-color: #180518;
  min-width: 320px;
  padding: 10px;
  border: 1px solid #c394ff;
  border-radius: 6px;
}
.fortuna:hover .fortuna_desc {
  display: block;
}
.f_item {
  margin: 25px;
}
#about {
  margin-top: 90px;
}

footer h4 {
  font-family: agkornelia-bold;
  margin: 0;
  color: #d2bdff;
  text-transform: uppercase;
  font-size: 20px;
}
footer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
footer .menu {
  align-items: flex-start;
  flex-direction: column;
}
footer .nav-item {
  margin-right: 0;
  margin-bottom: 10px;
}
.f_text {
  width: 42%;
}
.f-menu {
  width: 18%;
}
.f-menu label {
  font-family: agkornelia-bold;
  display: block;
  margin-bottom: 20px;
  color: #d2bdff;
  text-transform: uppercase;
  font-size: 22px;
}
.f-menu .link-item {
  font-family: agkornelia-bold;
}
.footer_all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0;
}
.rouletteBlock {
  background-image: url(../images/roulette/roulette.jpeg);
  background-size: contain;
  width: 1096px;
  height: 528px;
  border-radius: 35px;
  margin: auto;
  margin-top: 90px;
  margin-bottom: 90px;
  overflow: hidden;
}
.rouletteBlock .title-center {
  font-size: 22px;
}
.rouletteBlock p {
  margin: 0;
}
.rouletteBlock span {
  color: #d2bdff;
}
.r-title {
  text-align: center;
  padding-top: 20px;
}
.wheel-container {
  position: relative;
  margin-top: 40px;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-content {
  background-color: #140d20;
  padding: 20px 60px;
  box-sizing: border-box;
  border-radius: 18px;
  text-align: center;
  max-width: 632px;
  border: 3px solid #6c28ae;
}
.modal-content h2 {
  font-family: agkornelia-bold;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
.modal-content p {
  font-size: 16px;
  line-height: 1.3;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.wheel {
  width: 800px;
  height: 800px;
  border-radius: 50%;
  position: relative;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 140px solid rgba(12, 6, 13, 0.55);
  background-color: transparent;
  box-sizing: border-box;
  margin: auto;
}
.item {
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: 42%;
  transform-origin: top center;
}
.item img {
  width: 100%;
}
.item:nth-child(1) {
  transform: rotate(0) translateY(-370px);
}
.item:nth-child(2) {
  transform: rotate(25.71deg) translateY(-370px);
}
.item:nth-child(3) {
  transform: rotate(51.42deg) translateY(-370px);
}
.item:nth-child(4) {
  transform: rotate(77.13deg) translateY(-370px);
}
.item:nth-child(5) {
  transform: rotate(102.84deg) translateY(-370px);
}
.item:nth-child(6) {
  transform: rotate(128.55deg) translateY(-370px);
}
.item:nth-child(7) {
  transform: rotate(154.26deg) translateY(-370px);
}
.item:nth-child(8) {
  transform: rotate(179.97deg) translateY(-370px);
}
.item:nth-child(9) {
  transform: rotate(205.68deg) translateY(-370px);
}
.item:nth-child(10) {
  transform: rotate(231.39deg) translateY(-370px);
}
.item:nth-child(11) {
  transform: rotate(257.1deg) translateY(-370px);
}
.item:nth-child(12) {
  transform: rotate(282.81deg) translateY(-370px);
}
.item:nth-child(13) {
  transform: rotate(308.52deg) translateY(-370px);
}
.item:nth-child(14) {
  transform: rotate(334.23deg) translateY(-370px);
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spin-button {
  width: 351px;
  height: 94px;
  background: #641ea9;
  background: linear-gradient(180deg, #641ea9 0, #bb81e8 100%);
  cursor: pointer;
  border: 0;
  border-radius: 15px;
  box-shadow: inset 0 3px #b57be3;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.spin-button h5 {
  font-size: 24px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: agkornelia-bold;
}
.spin-button span {
  color: #fff;
  font-size: 20px;
}
.spin-button:hover {
  transition: 0.3s;
  box-shadow: inset 0 3px #bb81e8;
  background: linear-gradient(180deg, #bb81e8 0, #641ea9 100%);
}
.winning-link {
  width: 351px;
  height: 74px;
  background: #641ea9;
  background: linear-gradient(180deg, #641ea9 0, #bb81e8 100%);
  cursor: pointer;
  border: 0;
  border-radius: 15px;
  box-shadow: inset 0 3px #b57be3;
  color: #fff;
  font-family: agkornelia-bold;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.winning-link:hover {
  transition: 0.3s;
  box-shadow: inset 0 3px #bb81e8;
  background: linear-gradient(180deg, #bb81e8 0, #641ea9 100%);
}
#winning-item img {
  box-shadow: 0 0 39px 1px #712db2;
}
.winner-title {
  color: #fff;
  font-size: 18px;
}

.winner-current::before {
  background-image: url(../images/roulette/win-top.svg);
  content: "";
  top: -4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 36px;
  height: 23px;
  z-index: 99;
}
.winner-current::after {
  background-image: url(../images/roulette/win-bottom.svg);
  content: "";
  top: 122px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 36px;
  height: 23px;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .f_text {
    width: 100%;
  }
  .f-menu {
    margin-top: 20px;
    width: 100%;
  }
  .level-bonus {
    flex-wrap: wrap;
  }
  .l-bonus {
    width: 23%;
  }
  section#roulette {
    display: none;
  }
  .f_item {
    margin: 10px;
  }
  footer {
    position: relative;
    text-align: center;
  }
  footer .menu {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  main {
    height: auto;
  }
  .menu {
    width: 45%;
  }
}
@media only screen and (max-width: 580px) {
  .l-bonus {
    width: 30%;
  }
  .f_item {
    margin: 0;
  }
  .top_all .menu {
    display: none;
  }
  main {
    height: auto;
    background-repeat: no-repeat;
  }
}
