html, body {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400; 
    line-height: 1.4;
    font-size: 14px;
    position: relative;
}
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
} 
img {
    width: 100%;
}
a {
    text-decoration: none;
    color: #000;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
iframe {
    display: block;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
}
.container__menu {
    padding: 0 5%;
}
.header-area {
    position: relative;
    width: 100%;
    z-index: 19;
    background: #151515ed;
    padding: 1% 5%;
}
.site-navbar {
  display: flex;
  align-items: center;
}
a.site-logo {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.site-navbar ul li a {
    color: #ffca00;
    display: block;
    text-decoration: none;
    font-size: 18px;
    margin: 0px 10px;
    text-transform: uppercase;
    font-weight: 800;
}
.site-navbar ul li a:hover {
  background: rgba(255,255,255,.1);
}
.nav-toggler {
  border: 3px solid #fff;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}
.nav-toggler span, 
.nav-toggler span:before, 
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: .3s;
}
.nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: '';
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}
.menu__phone {
    position: absolute;
    right: 10%;
}
.menu__phone a {
    background: #ffca00;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    box-shadow: 7px 7px 20px 0px #be0041;
}
.container {
    padding: 5% 12%;
}
.container__wrapper {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0px;
    flex-wrap: wrap;
    column-gap: 20px;
}
.container__wrap {
    width: 50%;
}
.container--height {
    height: 80vh;
    align-items: center;
    margin: 0;
}
.header {
    color: #00bcd4;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 0px;
}
.hero {
    background-image: url(../images/hero.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
}
.hero__overlay {
    background: #00000061;
    height: 80vh;
}
.hero__container {
    height: auto;
    padding: 0 12%!important;
}
.hero__text {
    font-size: 25px;
}
.hero__wrapper {
    width: 60%;
    color: #fff;
}
.hero__header {
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
}
.hero__button, .about__button {
    margin: 30px 0px;
}
.hero__button a, .about__button a {
    text-transform: uppercase;
    color: #fff;
    background: #ffca00;
    padding: 10px 30px;
    font-weight: 700;
    box-shadow: 7px 7px 20px 0px #be0041;
}
.games__wrap {
   text-align: center;
    width: 30%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    color: #000;
    margin-top: 30px;
}
.games__wrap img {
    box-shadow: 8px 8px 19px 0px #e483a4;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    background: #7338c5;
}
.games__header {
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.games__header h2 {
    font-size: 20px;
    font-weight: 800;
    color: #565656;
    text-transform: uppercase;
    margin-top: 20px;
}
.games__wrap:hover {
    background: #c4c4c4;
}
.product-img {
    max-width: 250px;
}
.menu__button a {

}
.about {
background: linear-gradient(to right top, #6A0DAD, #A832A8, #D2691E, #FFC300, #FFD700);    color: #fff;
}
.about__wrap {
    width: 46%;
}
.about__wrap--left {
    padding-left: 20px;
}
.about-img {
    border-radius: 0px 300px 0px 150px;
}
.about__text {
    color: #fff;
    font-size: 18px;
}
.video__wrap iframe {
    border-radius: 50%;
}
.games, .video, .contact, .gallery {
    background: #f5f5f5;
}
.gallery__wrap {
    margin: 10px;
}
.gallery__wrap img {
    border: 5px solid #00bcd4;
    box-shadow: 5px 5px 11px #d034ad;
}
.popup {
    display: none;
}
.footer__form, .header--center {
    text-align: center;
}
.form-popup label {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.form-popup input {
    width: 100%;
    margin: 5px 0px;
    padding: 10px;
    border: 1px solid grey;
}
.form-popup input:last-child {
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.form-footer input, .form-footer textarea {
    width: 80%;
    padding: 10px;
    margin: 10px;
    border: 1px solid grey;
}
.form-footer .form_submit {
background: linear-gradient(to right top, #6A0DAD, #A832A8, #D2691E, #FFC300, #FFD700);    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.menu__button a {
    background: #ffd700;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
}
.footer {
    background: #1d1c1c;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer__wrap {
    text-align: center;
    border: 2px solid #00bcd4;
    margin: 10px;
    padding: 20px;
}
.contacts__header {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffca00;
    font-size: 20px;
    padding-bottom: 10px;
}
.contact__wrap{
    width: 46%;
}
.footer__menu {
    padding: 40px 20px 0px;
}
.contacts--bottom {
    padding-bottom: 20px;
}
footer {
    background: #000;
    color: grey;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
.policy-block {
    padding: 3% 0;
}
.check-form > label {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #7B7B7B;
}
.checkbox {
    width: 20px;
    height: 20px;
}
#politics {
  border-radius: 10px;
    width: 20px!important;
    height: 20px!important;
    margin: 2px;
    padding: 12px;
}
.dan img, .dan-text {
  display: inline-block;
  vertical-align: top;
}
.check-form input[type=checkbox] {
  display: none;
}
.check-form input[type=checkbox] + label:before {
    content: '\2713';
    font-family: FontAwesome;
    color: transparent;
    display: inline-block; 
    line-height: 22px;
    margin: -5px 10px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
    border-radius: 7px;
    background: #fff;
    font-style: normal;
    background: #FFFFFF;
    border: 0.5px solid #AF1786;
}
.check-form>label {
  font-family: Roboto;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #7B7B7B;
}
.check-form input[type=checkbox]:checked + label:before {
    color: #fff;
    background: #181817;
    border: 1px solid #353535;
}
.light  {
    position: fixed;
    bottom: 15px;
    background: #020202eb;
    border-radius: 0px 20px 20px 0px;
    padding: 10px;
    z-index: 2999;
    color: #fff;
}
.age-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3000;
    justify-content: center;
    align-items: center;
}

.age-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.age-popup-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.age-popup p {
    font-size: 18px;
    margin-bottom: 20px;
}

.age-popup-buttons {
    display: flex;
    justify-content: space-around;
}

.age-popup-button {
    background: #ff4500;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    transition: background 0.3s;
}

.age-popup-button:hover {
    background: #ff6347;
}

.age-popup-button.no {
    background: #8b0000;
}

.age-popup-button.no:hover {
    background: #a52a2a;
}
.hero__button a, .about__button a, .menu__button a, .footer .form_submit, .menu__phone a, .age-popup-button {
    background: #FFD700;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.hero__button a:hover, .about__button a:hover, .menu__button a:hover, .footer .form_submit:hover, .menu__phone a:hover, .age-popup-button:hover {
    background: #FFC300;
    color: #000;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.menu__phone a {
    font-size: 16px;
    display: inline-block;
}

.age-popup-button {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 10px;
}

.form-popup input:last-child, .form-footer .form_submit {
    background: #FFD700;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    transition: background 0.3s ease;
}
.form-popup input:last-child:hover, .form-footer .form_submit:hover {
    background: #FFC300;
    color: #000;
}
