@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  background-color: #212121;
  direction: ltr;
  font-family: 'Wix Madefor Text', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;
  line-height:1.4;
}

h1,
h2,
h3,
h4,
h5,
p{
  padding: 0;
  margin: 0;
}

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

li{
  margin: 0 8px;
}

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

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

ul{
  margin: 0;
  padding: 0;
}

.wrapper-container{
  width: auto;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

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

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

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

.page-privacy{
  word-break: break-all;
  padding: 61px 0;
  color: #fff;
  overflow: hidden;
  text-align: justify;
  width: 100%;
}
.page-privacy ul{
margin: 0 20px;
list-style: square;
}
.title-politics{
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  font-size: clamp(18px, 4vw, 47px);
}

.page-privacy a{
  color: #fff;
}

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

.header-lay{
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #009500, #f9f7cf) 1;
  background-color: #212121;
}

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

.header-nav{
  background-color: #212121;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

.header-nav a{
  transition: 0.3s ease;
  font-size: 13px;
  color: #fff;
}

.header-nav a:hover{
  color: #009500;
}

.logoImg img{
  width: 32px;
}

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

.logoTitle h2{
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}

.header-slider {
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #009500, #f9f7cf) 1;
  position: relative;
  direction: initial;
  width: 100%;
  overflow: hidden;
}

.header-slides {
  display: flex;
  transition: transform 3s cubic-bezier(0, 0.66, 0.58, 1);
}

.header-slide {
  min-width: 100%;
  height:  80vh;
  box-sizing: border-box;
}

.header-slide img {
  filter: brightness(0.5);
  width: 100%;
  height:  80vh;
  display: block;
  object-fit: cover;
}

.header-slider-text{
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 25px;
  position: absolute;
  width: 50%;
  z-index: 1;
  top: 50%;
  left: 61px;
  transform: translate(0, -50%);
}

.header-slider-text h2{
  color: #fff;
  font-size: clamp(22px, 4vw, 61px);
}

.header-slider-text p{
  padding: 0;
  font-weight: bold;
  color: #fff;
  font-size: clamp(17px, 4vw, 18px);
}

.link-button{
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
  font-size: clamp(14px, 4vw, 17px);
  padding: 10px 43px;
  background-color: #009500;
  color: #fff;
  transition: 0.3s ease;
}

.link-button:hover{
  opacity: 0.5;
}

#heading span{
  color: #009500 !important;
}

.about-us-lay{
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #009500, #f9f7cf) 1;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

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

.about-us{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 61px;
  padding: 61px 0;
}

.about-us-text{
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  gap: 25px;
}

.about-us h2{
  color: #fff;
  font-size: clamp(18px, 4vw, 47px);
}

.about-us-p{
  opacity: 0.8;
  font-weight: normal;
  color: #fff;
  font-size: clamp(16px, 4vw, 17px);
}

.about-us-img{
  
  flex: 1;
}

.about-us-img img{
  width: 100%;
  max-height: 80vh;
  height: 100%;
  object-fit: contain;
}

.step-game-lay{
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #009500, #f9f7cf) 1;
}

.step-game{
  padding: 61px 0;
}

.step-game h2{
  color: #fff;
  font-size: clamp(18px, 4vw, 47px);
  margin-bottom: 61px;
}

.step-game-box{
  display: flex;
  flex-direction: column;
  gap: 43px;
}

.step-games-card{
  border-bottom: 0.1px solid grey;
  padding-bottom: 43px;
  direction: initial;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

.step-games-card:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
}

.step-games-card h1{
  color: #009500;
}

.step-games-card h5{
  color: #fff;
  flex: 1;
  font-size: clamp(14px, 4vw, 17px);
}

.gambla-benefit-lay{
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #009500, #f9f7cf) 1;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

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

.gambla-benefit{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 61px;
  padding: 61px 0;
}

.gambla-benefit-img{
  
  flex: 1;
}

.gambla-benefit-img img{
  max-height: 80vh;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gambla-benefit-text{
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  gap: 25px;
}

.gambla-benefit-text h2{
  color: #fff;
  font-size: clamp(18px, 4vw, 47px);
}

.gambla-benefit-box{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.gambla-benefit-card{
  direction: initial;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

.gambla-benefit-card svg{
  fill: #009500;
  width: 32px;
  height: 32px;
}

.gambla-benefit-card h5{
  flex: 1;
  opacity: 0.8;
  font-weight: normal;
  color: #fff;
  font-size: clamp(16px, 4vw, 17px);
}

.menu-game-lay{
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #009500, #f9f7cf) 1;
}

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

.menu-game-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.menu-game-title h2{
  color: #fff;
  font-size: clamp(18px, 4vw, 47px);
}

.menu-game-title p{
  padding: 0;
  opacity: 0.8;
  color: #fff;
  font-size: clamp(14px, 4vw, 17px);
}

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

.thumb-game-card{
  border-radius: 21px;
  transition: 1s ease;
  overflow: hidden;
  position: relative;
}

.gm-card-img{
  position: relative;
}

.gm-card-img img{
  border-radius: 21px;
  transition: 1s ease;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.thumb-game-card:hover .gm-card-img img{
  transform: scale(1.05);
  filter: brightness(0.5);
}

.game-card-text{
  width: 100%;
  left: 0;
  padding: 16px;
  position: absolute;
  bottom: 0;
}

.game-card-text a h5{
  transition: 0.3s ease;
  color: #fff;
  font-size: clamp(17px, 4vw, 18px);
  backdrop-filter: brightness(0.2);
  --webkit-backdrop-filter: brightness(0.2);
  padding: 10px;
}

.game-card-text a h5:hover{
  opacity: 0.8;
}

.form-block{
  display: flex;
  flex-direction: column;
  gap: 61px;
  padding: 61px 0;
}

.form-block h2{
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 4vw, 47px);
}

.form-block-lay{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

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

.osn-form {
  position: relative;
  border: 3px solid;
  border-image: linear-gradient(90deg, #009500, #f9f7cf) 1;
  background-color: #2C2D31;
  padding: 43px;
  display: flex;
  flex-direction: column;
}

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

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

.input-container .input-form-area-group, .input-container .textarea-form-area-group {
  outline: none;
  margin: 8px 0;
}

.input-container .input-form-area-group {
  transition: 0.3s ease;
  color: #fff;
  border-radius: 16px;
  background-color: #404145;
  padding: 1rem;
  border: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-container .textarea-form-area-group {
  transition: 0.3s ease;
  color: #fff;
  border-radius: 16px;
  background-color: #404145;  
  padding: 1rem;
  border: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 43px;
  max-height: 127px;
}

.input-container .input-form-area-group::placeholder, .input-container .textarea-form-area-group::placeholder{
  color: #fff;
}

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

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

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

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

.submit-form{
  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: 3px solid var(--secondary-color);
  border-bottom: 3px 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.3s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.3s 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;
}

.footer-lay{
  background-color: #212226;
}

.footer{
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-top{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.logo-footer{
  margin: 0 auto;
}

.logoImage-footer img{
  width: 45px;
}

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

.logoTitle-footer h2{
  text-transform: uppercase;
  font-size: clamp(17px, 4vw, 18px);
  margin: 0;
}

.disclaimer{
  background-color: #5d0000;
  gap: 25px;
  border: 3px solid;
  border-image: linear-gradient(90deg, #009500, #f9f7cf) 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
}

.disclaimer h2{
  text-transform: uppercase;
  font-size: clamp(17px, 4vw, 18px);
  color: #fff;
}

.disclaimer p{
  padding: 0;
  font-size: clamp(14px, 4vw, 17px);
  color: #fff;
  opacity: 0.8;
}

.privacy 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: 16px;
}

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

.privacy ul li a:hover{
  color: #fff;
  opacity: 0.5;
}

.footer-bottom{
  border-top: 0.1px solid #f5f5f5;
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.footer-bottom p{
  padding: 0;
  color: #fff;
  font-size: clamp(14px, 4vw, 17px);
}

.footer-bottom img{
  max-width: 45px;
}

.playing-block{
  width: 100%;
  height: 100vh;
}

.playing-block iframe{
  border: none;
  width: 100%;
  height: 100%;
}

.art-cont {
  padding: 61px 0;
}

.art-cont-title {
  margin: 61px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(22px, 4vw, 30px);
  color: #fff;
}

.art-block {
  overflow: hidden;
  position: relative;
}

.art-block-images {
  float: right;
  width: 36%;
  margin: 43px;
  margin-top: 0;
  margin-right: 0;
}
.rnd-sec-direct{
  display: flex;
  gap:26px ;
  flex-direction: column;
}
.art-block-content {
  color: #fff;
  font-size: clamp(14px, 4vw, 17px);
}

.art-block-content ul {
  list-style: inside;
}

.contacts{
  padding: 61px 0;
}

.contacts h2{
  margin-bottom: 61px;
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 4vw, 47px);
}

.contacts-block{
  border: 3px solid;
  border-image: linear-gradient(90deg, #009500, #f9f7cf) 1;
  background-color: #2C2D31;
  padding: 43px;
  display: flex;
  justify-content: space-between;
  gap: 61px;
  flex-direction: row-reverse;
}

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

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

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

.input-kontact-form .inputs-kontact {
  width: 100%;
  transition: 0.3s ease;
  color: #fff;
  border-radius: 16px;
  background-color: #404145;
  padding: 1rem;
  border: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-kontact-form .textarea-kontact{
  width: 100%;
  transition: 0.3s ease;
  color: #fff;
  border-radius: 16px;
  background-color: #404145;  
  padding: 1rem;
  border: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 43px;
  max-height: 127px;
}

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

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

.contacts-box{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 43px;
}

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

.contacts-card svg{
  fill: #fff;
  width: 32px;
  height: 32px;
}

.contacts-card a h5{
  flex: 1;
  transition: 0.3s ease;
  font-size: clamp(14px, 4vw, 17px);
  color: #fff;
}

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

.contacts-card h5{
  flex: 1;
  font-size: clamp(14px, 4vw, 17px);
  color: #fff;
}

.burger-icon {
  cursor: pointer;
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.burger-icon span {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.5s;
}

.burger-icon span:nth-of-type(2) {
  top: calc(50% - 7px);
}

.burger-icon span:nth-of-type(3) {
  top: calc(50% + 7px);
}

.burger-icon.open span:nth-of-type(1) {
  display: none;
}

.burger-icon.open span:nth-of-type(2) {
  background-color: #212121;
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}

.burger-icon.open span:nth-of-type(3) {
  background-color: #212121;
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}

.sidebar {
  border: 5px solid;
  border-image: linear-gradient(90deg, #009500, #f9f7cf) 1;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #fff;
  transform: translateY(-110%);
  transition: transform 0.5s; 
}

.sidebar.open {
  transform: translateY(0);
}

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

.sidebar ul {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.sidebar li {
  list-style-type: none;
}

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

.link:hover {
  opacity: 0.5;
}

.scroll-element {
  opacity: 0; 
  transition: opacity 1s ease-in-out;
}

.scroll-element.active {
  opacity: 1;
}

.gambla-table-lider-lay{
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #009500, #f9f7cf) 1;
}

.gambla-table-lider{
  display: flex;
  flex-direction: column;
  gap: 61px;
  padding: 61px 0;
}

.gambla-table-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.gambla-table-title h2{
  color: #fff;
  font-size: clamp(18px, 4vw, 47px);
}

.gambla-table-title p{
  padding: 0;
  opacity: 0.8;
  color: #fff;
  font-size: clamp(14px, 4vw, 17px);
}

.gambla-table-lider-box{
  display: flex;
  flex-direction: column;
  border: 3px solid #2C2D31;
}

.gambla-table-lider-card{
  overflow: auto;
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.gambla-table-lider-card-two{
  background-color: #2C2D31;
}

.gambla-table-number{
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.gambla-table-number span{
  font-size: clamp(17px, 4vw, 18px);
  color: #009500;
}

.gambla-table-number h5{
  font-size: clamp(17px, 4vw, 18px);
  color: #fff;
}

.gambla-table-lider-card h1{
  color: #fff;
  font-size: clamp(22px, 4vw, 30px);
  opacity: 0.8;
}

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

  .header-nav{
    display: none;
  }

  .header-slider-text{
    left: 0;
    padding: 0 25px;
    width: 100%;
  }

  .about-us{
    flex-direction: column;
  }

  .gambla-benefit{
    flex-direction: column;
  }

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

  .contacts-block{
    flex-direction: column;
  }
}


@media (max-width: 767px) {
  .menu-game-box{
    grid-template-columns: repeat(1, 1fr);
  }

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

  .art-block-images{
    width: 100%;
    margin: 0 0 43px 0;
  }

  .playing-block{
    height:  80vh;
  }

  .about-us-lay::before{
    background-attachment: unset;
  }

  .gambla-benefit-lay::before{
    background-attachment: unset;
  }

  .form-block-lay::before{
    background-attachment: unset;
  }

  .footer-bottom{
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px){
  .step-games-card{
    flex-direction: column;
    align-items: normal;
  }

  .gambla-benefit-card{
    flex-direction: column;
    align-items: normal;
  }

  .osn-form{
    padding: 10px;
  }

  .contacts-block{
    padding: 10px;
  }
}
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.footer-logos a img {
  height: 50px;
  width: 100%;
  object-fit: contain;
  display: block;
}
