@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');


*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  min-height: 100vh;
  direction: ltr;
  font-family: 'Josefin Slab', sans-serif !important;
  font-size: clamp(14px, 4vw, 16px);
  margin: 0;
  padding: 0;
  line-height: 1.4;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/dir-bg/opacity_bg-068d539c5b9f61.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}


p, li{
  padding: 5px 0;
  line-height: 1.4;
}

li{
  margin: 0 5px;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul{
  margin: 0;
  padding: 0;
}

.container{
  width: auto;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 480px) {
  .container{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .container{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .container{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .container{
    max-width: 1170px;
    }
}

@media (min-width: 1400px){
  .container{
    max-width: 1274px;
  }
}

.page-privacy{
  padding: 71px 0;
  overflow: hidden;
  width: 100%;
}

.content-politics{
  font-size: clamp(16px, 4vw, 18px);
  color: #060606;
  text-align: justify;
}

.page-privacy a{
  transition: 0.3s ease;
  color: #060606;
}

.page-privacy a:hover{
  color: #060606;
  opacity: 0.5;
}

.page-privacy li{
  list-style: inside;
}

.button-game{
  cursor: pointer;
  position: relative;
  padding: 15px 29px;
  font-size: clamp(18px, 4vw, 20px);  
  color: #009A44;
  border: 3px solid #009A44;
  border-radius: 29px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

.button-game::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: #009A44b3;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button-game:hover::before {
  scale: 3;
}

.button-game:hover {
  color: #FFF;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

.button-game:active {
  scale: 1;
}

.flex-column{
  display: flex;
  flex-direction: column;
}

.header-back{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.header-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/dir-bg/bg-all-068d539c5b9edc.jpg);
  filter: brightness(0.4);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.header{
  display: flex;
  align-items: center;
  padding: 71px 0;
  gap: 71px;
  flex-direction: row-reverse;
}

.header-content{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  flex: 1;
}

.logo {
  transition: 0.5s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  gap: 15px;
}

.logo:hover{
  opacity: 0.5;
}

.logo__image {
  object-fit: contain;
  width: 71px;
}

.logo__title {
  margin: 0;
  flex: 1;
  color: #009A44;
  font-size: clamp(30px, 4vw, 50px);
}

.header-content h5{
  margin: 0;
  font-weight: normal;
  color: #fff;
  font-size: clamp(22px, 4vw, 30px);
}

.header-img{
  flex: 1;
}

.header-img img{
  max-height: 509px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-nav{
  border-bottom-left-radius: 47px;
  border-bottom-right-radius: 47px;
  border-bottom: 1px dashed #060606b3;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
}

.navigation{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 29px;
}

.navigation__link{
  position: relative;
  padding: 17px 0;
  color: #060606;
  transition: 0.3s ease;
  font-size: clamp(20px, 4vw, 25px);
}

.navigation__link::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  background: #009A44;
  height: 3px;
}

.navigation__link:hover::after{
  transform: scaleX(1);
}

.step-game{
  display: flex;
  flex-direction: column;
  gap: 71px;
  padding: 71px 0;
}

.step-game h2{
  margin: 0;
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
  color: #060606;
}

.step-game__content{
  display: flex;
  flex-direction: column;
  gap: 47px;
}

.step-left__card, .step-right__card{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 47px;
}

.step-card__img{
  flex: 1;
}

.step-card__img img{
  max-height: 30vh;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.step-card__content{
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 29px;
  flex: 1;
}

.step-card__content svg{
  width: 54px;
  height: 54px;
  fill: #009A44;
}

.step-card__content h5{
  margin: 0;
  flex: 1;
  font-size: clamp(22px, 4vw, 30px);
  color: #060606;
  font-weight: normal;
}

.aboutus{
  display: flex;
  justify-content: space-between;
  gap: 71px;
  flex-direction: row-reverse;
  padding: 71px 0;
}

.aboutus-img{
  position: relative;
  flex: 1;
}

.aboutus-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: url(content/other-dir/fence-068d539c5ba081.png);
  background-size: contain;
}

.aboutus-img img{
  max-height: 509px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aboutus-content{
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  gap: 29px;
}

.aboutus-content h2{
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
  color: #060606;
}

.aboutus-text{
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(18px, 4vw, 22px);
  color: #060606;
  opacity: 0.8;
}
.aboutus-text2 {
  display: block !important;
}
.benefits{
  display: flex;
  flex-direction: column;
  gap: 71px;
  padding: 71px 0;
}

.benefits h2{
  margin: 0;
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
  color: #060606;
}

.benefits-content{
  display: flex;
  justify-content: space-between;
  gap: 47px;
  flex-direction: row-reverse;
}

.benefits-box{
  flex: 1;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(1, 1fr);
  gap: 47px;
}

.benefits-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 17px;
}

.benefits-card-none{
  padding: 40px 0;
}

.benefits-card img{
  width: 71px;
  height: 71px;
  object-fit: contain;
}

.benefits-card h5{
  margin: 0;
  font-weight: normal;
  font-size: clamp(18px, 4vw, 20px);
  color: #060606;
}

.benefits-image{
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits-image img{
  max-height:  509px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.game-menu{
  display: none;
  flex-direction: column;
  gap: 71px;
  padding: 71px 0;
}

.game-menu h2{
  margin: 0;
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
  color: #060606;
}

.game-menu__content{
  display: flex;
  gap: 47px;
  flex-direction: column;
}

.game-menu__card{
  transition: 0.5s ease;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.game-menu__img{
  flex: 1;
  height: 360px;
}

.game-menu__img img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-top-left-radius: 29px;
  border-bottom-right-radius: 29px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-menu__box{
  transition: 0.5s ease;
  transform: translateX(4%);
  border-top-left-radius: 29px;
  border-bottom-right-radius: 29px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #FFF;
  flex: 3;
  padding: 29px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 29px;
}

.game-menu__box:nth-child(2){
  transform: translateX(-4%);
}

.game-menu__card:hover .game-menu__box{
  flex: 1;
}

.game-menu__card:hover{
  gap: 47px;
}

.game-menu__title{
  transition: 0.3s ease;
  font-size: clamp(22px, 4vw, 30px);
  color: #060606;
}

.game-menu__title:hover{
  color: #009A44;
}

.game-menu__box p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.8;
  padding: 0;
  font-size: clamp(16px, 4vw, 18px);
  color: #060606;
}

.game-card{
  transition: 0.5s ease;
  border-top-left-radius: 29px;
  border-bottom-right-radius: 29px;
  position: relative;
  overflow: hidden;
}

.game-card__img{
  position: relative;
}

.game-card__img img{
  filter: brightness(0.4);
  transition: 0.5s ease;
  border-top-left-radius: 29px;
  border-bottom-right-radius: 29px;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.game-card:hover .game-card__img img{
  transform: scale(1.1);
}

.game-card__title{
  color: #FFF;
  font-size: clamp(18px, 4vw, 22px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 22px;
}

.game-card__title:hover{
  opacity: 0.8;
}

.promo-video{
  padding: 71px 0;
}

.promo-video video{
  max-height: 70vh;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.photo-collection{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 71px 0;
}

.photo-row-top{
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
}

.photo-row-bottom{
  display: flex;
  gap: 15px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.photo-item{
  flex: 1;
  width: 100%;
}

.photo-item img{
  transition: 0.5s ease;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.photo-item img:hover{
  filter: brightness(0.5);
}

.photo-item:first-child{
  flex: 2;
}

.feed{
  display: flex;
  flex-direction: column;
  gap: 71px;
  padding: 71px 0;
}

.feed h2{
  margin: 0;
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
  color: #060606;
}

.feedback {
  direction: initial;
  padding: 71px 0;
}

.feedback-container {
  background-color: #fff;
  border-top-left-radius: 29px;
  border-bottom-right-radius: 29px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.feedback-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.feedback-card {
  
  padding: 17px;
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 17px;
  justify-content: center;
}

.feedback-card__text{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 17px;
}

.feedback-card h5 {
  margin: 0;
  font-weight: normal;
  color: #060606;
  font-size: clamp(22px, 4vw, 30px);
}

.feedback-card img {
  object-fit: cover;
  border-radius: 50%;
  width: 222px;
  height: 222px;
}

.feedback-card p {
  padding: 0;
  font-size: clamp(18px, 4vw, 22px);
  color: #009A44;
}

.category{
  display: none;
  flex-direction: column;
  gap: 71px;
  padding: 71px 0;
}

.category h2{
  margin: 0;
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
  color: #060606;
}

.category-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px;
}

.category-card{
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
}

.category-card__img img{
  width: 100%;
  height: 335px;
  object-fit: cover;
}

.category-card__title{
  transition: 0.3s ease;
  font-size: clamp(18px, 4vw, 22px);
  color: #060606;
}

.category-card__title:hover{
  opacity: 0.5;
}

.category-card p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.8;
  padding: 0;
  font-size: clamp(16px, 4vw, 18px);
  color: #060606;
}

.form-container{
  padding: 71px 0;
  display: flex;
  flex-direction: column;
  gap: 71px;
}

.form-container h2{
  margin: 0;
  color: #060606;
  font-size: clamp(30px, 4vw, 50px);
  text-align: center;
}

.block-form {
  position: relative;
  display: flex;
  flex-direction: column;
}

.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.input-container label{
  color: #060606;
}

.input-container .input-custom_panel--group, .input-container .textarea-custom_panel--group {
  outline: none;
  margin: 5px 0;
}

.input-container .input-custom_panel--group {
  color: #060606;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #060606;
  padding: 17px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 18px; 
}

.input-container .textarea-custom_panel--group {
  color: #060606;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #060606;
  padding: 17px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 18px; 
  resize: vertical;
  min-height: 40px;
  max-height: 114px;
}

.input-container .input-custom_panel--group::placeholder, .input-container .textarea-custom_panel--group::placeholder{
  color: #060606b3;
}

.check{
  transition: 0.3s ease;
  color: #060606;
}

.check:hover{
  opacity: 0.5;
  color: #060606;
}

.form-check {
  color: #060606;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
  padding: 15px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.block-form button{
  margin: 0 auto;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.site-footer {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/dir-bg/bg-all-168d539c5b9f02.jpg);
  background-position: center;
  filter: brightness(0.4);
  background-size: cover;
  z-index: -1;
}

.footer-section {
  padding: 29px 0;
}

.footer-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 29px;
}

.footer-header__box{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
}

.brand-footer {
  margin: 0 auto;
}

.brand-logo img {
  max-height: 40px;
  object-fit: contain;
  width: 40px;
}

.brand-footer a {
  color: #fff; 
  display: flex; 
  flex-direction: row;
  align-items: center; 
  gap: 15px;
  transition: 0.3s ease;
}

.brand-footer a:hover {
  opacity: 0.5;
}

.brand-title h2 {
  margin: 0;
  font-size: clamp(18px, 4vw, 22px);
  margin: 0;
}

.notice-section {
  flex: 1;
  border-radius: 29px;
  background-color: #b50000;
  gap: 29px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 29px;
}

.notice-section h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
}

.notice-section p {
  padding: 0;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
  opacity: 0.8;
}

.legal-links ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: row;
  gap: 17px;
}

.legal-links ul li a {
  font-size: clamp(16px, 4vw, 18px);
  transition: 0.3s ease;
  text-decoration: none;
  color: #fff;
}

.legal-links ul li a:hover {
  color: #fff;
  opacity: 0.5;
}

.footer-footer {
  flex-wrap: wrap;
  padding: 29px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 29px;
}

.footer-footer p {
  padding: 0;
  color: #060606;
  font-size: clamp(18px, 4vw, 22px);
}

.warning-icon {
  max-width: 77px;
}

.article {
  padding: 71px 0;
  display: flex;
  flex-direction: column;
  gap: 71px;
  position: relative;
}

.article h1 {
  margin: 0;
  text-align: center;
  color: #060606;
  font-size: clamp(30px, 4vw, 50px);
}

.article-wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
  position: relative;
}

.article-image {
  position: relative;
  flex: 1;
}

.article-image img {
  border-bottom-right-radius: 17px;
  border-top-left-radius: 17px;
  object-fit: contain;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;  width: 100%;
  position: sticky;
  top: 22%;
}

.article-text {
  color: #060606;
  flex: 1;
  font-size: clamp(16px, 4vw, 18px);
}

.article-text ul {
  list-style: inside;
}

.game-frame {
  padding: 40px 0;
  width: 100%;
  height: 100vh;
}

.game-frame iframe {
  border: none;
  width: 100%;
  height: 100vh;
}

.contacts-page{
  display: flex;
  flex-direction: column;
  gap: 71px;
  padding: 71px 0;
}

.kontact-form{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kontact-form h2{
  margin-bottom: 29px;
  text-align: center;
  color: #060606;
  font-size: clamp(30px, 4vw, 50px);
}

.input-kontact-form .inputs-kontact, .input-kontact-form .textarea-kontact{
  outline: none;
  margin: 5px 0;
}

.input-position{
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.input-kontact-form .inputs-kontact {
  width: 100%;
  color: #060606;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #060606;
  padding: 17px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 18px;
}

.input-kontact-form .textarea-kontact{
  width: 100%;
  color: #060606;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #060606;
  padding: 17px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 18px; 
  resize: vertical;
  min-height: 40px;
  max-height: 114px;
}

.input-kontact-form .inputs-kontact::placeholder, .input-kontact-form .textarea-kontact::placeholder{
  color: #060606b3;
}

.kontact-form button{
  margin: 0 auto;
}

.contacts-box{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 29px;
}

.contacts-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.contacts-card svg{
  fill: #009A44;
  width: 36px;
  height: 36px;
}

.contacts-card a{
  flex: 1;
}

.contacts-card a h5{
  margin: 0;
  word-break: break-all;
  transition: 0.3s ease;
  font-size: clamp(18px, 4vw, 20px);
  color: #060606;
}

.contacts-card a h5:hover{
  opacity: 0.5;
}

.contacts-card h5{
  margin: 0;
  word-break: break-all;
  flex: 1;
  font-size: clamp(18px, 4vw, 20px);
  color: #060606;
}

.nav-mobile{
  direction: initial;
  display: none;
  position: fixed;
  z-index: 5;
  top: 29px;
  right: 29px;
}

.toggle-btn {
  cursor: pointer;
  width: 29px;
  height: 29px;
  position: relative;
  z-index: 100;
}

.toggle-line {
  width: 22px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  transition: all 0.5s;
}

.toggle-line:nth-of-type(2) {
  top: calc(50% - 7px);
}

.toggle-line:nth-of-type(3) {
  top: calc(50% + 7px);
}

.toggle-btn.active .toggle-line:nth-of-type(1) {
  display: none;
}

.toggle-btn.active .toggle-line:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.toggle-btn.active .toggle-line:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.nav-container {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 17px;
  background: #009A44;
  transform: translateY(-110%);
  transition: transform 0.5s;
}

.nav-container.active {
  transform: translateY(0);
}

.nav-container nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.nav-container ul {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}

.nav-container li {
  list-style-type: none;
}

.nav-item {
  text-align: center;
  font-size: clamp(16px, 4vw, 22px);
  color: #fff;
}

.nav-item:hover {
  opacity: 0.5;
}

.footer-bottom__lay{
  background-color: #ffffffb3;
}

@media (max-width: 991px) {
  .nav-mobile{
    display: block;
  }

  .header-nav{
    display: none;
  }

  .header{
    flex-direction: column;
  }

  .header-content{
    align-items: center;
    text-align: center;
  }
 

  .step-left__card{
    flex-direction: column;
  }

  .step-right__card{
    flex-direction: column-reverse;
  }

  .step-card__content{
    align-items: center;
    flex-direction: row;
  }

  .benefits-card-none{
    display: none;
  }

  .benefits-content{
    flex-direction: column;
  }

  .benefits-box{
    grid-template-columns: repeat(2, 1fr);
  }
 

  .aboutus{
    flex-direction: column;
  }



  .promo-video video{
    max-height: 50vh;
  }

  .category-box{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .feedback-card{
    flex-direction: column;
    text-align: center;
  }

  .feedback-card__text{
    align-items: center;
    text-align: center;
  }

  .category-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-header{
    flex-direction: column;
  }

  .photo-row-top{
    flex-direction: column;
  }

  .photo-row-bottom{
    display: none;
  }

  .step-card__content{
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .benefits-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .game-menu__card{
    gap: 21px;
    flex-direction: column;
    align-items: stretch;
  }

  .game-menu__card:nth-child(2), .game-menu__card:nth-child(4), .game-menu__card:nth-child(6){
    flex-direction: column-reverse;
  }

  .game-menu__mobile{
    flex-direction: column-reverse;
  }

  .game-menu__mobile:nth-child(2){
    flex-direction: column;
  }

  .game-menu__box, .game-menu__box:nth-child(2){
    transform: translateX(0);
  }

  .article-image img{
    position: relative;
    top: 0;

  }

  .article-wrapper{
    flex-direction: column;
  }

  .game-frame{
    height: 100vh;
  }

  .input-position{
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 480px) {
  .container-mobile{
    margin: 0;
  }

  .logo{
    flex-direction: column;
  }

  .footer-footer{
    flex-direction: column;
  }
}

.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}

.invert{
  display: flex;
  flex-direction: column-reverse;
}