@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  background-color: #212121;
  direction: ltr;
  font-family: 'Nanum Gothic', sans-serif !important;
  font-size: clamp(12px, 4vw, 17px);
  margin: 0;
  padding: 0px;
  line-height: 1.5;
}

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

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

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;
}

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

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

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

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

.page-privacy{
  padding: 75px 0;
  color: #fff;
  overflow: hidden;
  text-align: justify;
  width: 100%;
}

.title-politics{
  text-align: center;
  color: #fff;
  margin-bottom: 29px;
  font-size: clamp(22px, 4vw, 50px);
}

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

.page-privacy a:hover{
  color: #fff;
  opacity: 0.5;
}
.page-privacy ul {
  margin: 0 22px;
  list-style: square;
}
.header-lay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

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

.logo{
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 22px;
}

.logoImg img{
  object-fit: contain;
  width: 57px;
  max-height: 57px;
}

.logo a{
  color: #fff; 
  display: flex; 
  align-items: center; 
  gap: 20px;
  transition: 0.2s ease;
}

.logoTitle h2{
  font-size: 18px;
  margin: 0;
}

.logo a:hover{
  opacity: 0.5;
}

.header-nav{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.topmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  position: relative; 
}

.topmenu li {
  padding: 0;
  margin: 0;
  position: relative;
}

.topmenu-link {
  font-size: 18px;
  color: #fff; 
  text-decoration: none;
  padding: 11px 20px; 
  display: block;
  transition: 0.2s ease;
  position: relative; 
}

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

.submenu {
  position: absolute;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;  left: 0;
  background-color: #212121;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  overflow: hidden;
  width: 300px;
  z-index: 5;
  animation: slideIn 0.2s ease 0s forwards;
  transition: all 0.2s ease;
}

@keyframes slideIn {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.submenu-a {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  font-size: clamp(14px, 4vw, 16px);
  color: #fff;
  padding: 5px 20px;
  display: block;
  transition: 0.2s ease;
}

.submenu-a:hover {
  color: #fff;
  background-color: #FF6F91;
}

.topmenu li:hover .submenu {
  display: block;
}

.fixed-header {
  background-color: #FF6F91;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: top 0.8s ease, background-color 0.8s ease; 
}

.header-content-lay{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
}

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

.header-content{
  min-height: 100vh;
  display: flex;
  width: 70%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 29px;
  padding: 143px 0;
}

.header-content h2{
  padding: 0;
  font-weight: bold;
  color: #fff;
  font-size: clamp(22px, 4vw, 43px);
  text-transform: uppercase;
}

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

.main-button{
  cursor: pointer;
  font-weight: bold;
  border: 1px solid transparent;
  transition: 0.5s ease;
  padding: 11px 29px;
  font-size: 18px;
  text-align: center;
  background-color: #FF6F91;
  color: #fff;
}

.main-button:hover{
  color: #FF6F91;
  background-color: transparent;
  border: 1px solid #FF6F91;
}

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

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

.about-us-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FF6F91; 
  transform: rotate(2deg);
  transform-origin: bottom right;
  bottom: 0;
  right: 0;
  z-index: -1;
}

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

.about-us-text{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 43px;
}

.about-us-text h2{
  color: #FF6F91;
  font-size: clamp(14px, 4vw, 16px);
}

.about-us-p{
  font-weight: normal;
  color: #fff;  
  font-size: 18px;
  padding: 0;
}

.rating-box{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 43px;
}

.rating-cards{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}

.rating-cards h1{
  color: #fff;
  font-size: clamp(22px, 4vw, 30px);
}

.rating-cards h5{
  font-weight: normal;
  opacity: 0.8;
  color: #fff;
  font-size: 18px;
}

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

.step-game-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(picgallery/dir-bg/bg-all-168a4757a0916b.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.5);
  z-index: -1;
}

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

.step-game h2{
  margin-bottom: 75px;
  color: #fff;
  font-size: clamp(22px, 4vw, 50px);
}

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

.step-game-cards{
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.step-game-cards img{
 width: 143px;
 height: 143px;
 object-fit: contain;
}

.step-game-cards h5{
  color: #fff;
  font-size: 18px;
}

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

.dev-gembla-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(picgallery/dir-bg/opacity_bg-068a4757a091ff.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.dev-gembla{
  padding: 75px 0;
}

.dev-gembla-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  text-align: center;
  margin-bottom: 75px;
}

.dev-gembla-title h2{
  color: #fff;
  font-size: clamp(22px, 4vw, 50px);
}

.dev-gembla-title span{
  width: 75px;
  height: 3px;
  background-color: #FF6F91;
}

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

.dev-gembla-card{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dev-gembla-img{
  padding: 5px;
  border: 1px solid #383c4e;
}

.dev-gembla-img img{
  width: 100%;
  min-height: 319px;
  object-fit: cover;
  transition: transform 0.2s;
}

.dev-gembla-img img:hover {
  animation: shake 0.8s ease-in-out;
}

@keyframes shake {
  0%, 100% { transform: translateY(0); }    
  20% { transform: translateY(-6px); }      
  40% { transform: translateY(6px); }      
  60% { transform: translateY(-3px); }      
  80% { transform: translateY(3px); }     
}

.dev-gembla-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}

.dev-gembla-text h5{
  color: #fff;
  font-size: clamp(18px, 4vw, 22px);
}

.dev-gembla-text p{
  padding: 0;
  color: #FF6F91;
  font-size: 18px;
}

.game-catalogs{
  padding: 75px 0;
}

.game-catalogs-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  text-align: center;
  margin-bottom: 75px;
}

.game-catalogs-title h2{
  color: #fff;
  font-size: clamp(22px, 4vw, 50px);
}

.game-catalogs-title span{
  width: 75px;
  height: 3px;
  background-color: #FF6F91;
}

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

.game-catalogs-card{
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.game-catalogs-img{
  padding: 5px;
  border: 1px solid #383c4e;
  overflow: hidden;
}

.game-catalogs-img img{
  transition: 0.5s ease;
  width: 100%;
  height: 224px;
  object-fit: cover;
}

.game-catalogs-card:hover .game-catalogs-img img{
  transform: scale(1.1);
  filter: brightness(0.5);
}

.game-catalogs-text{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.game-catalogs-text a h5{
  transition: 0.5s ease;
  color: #fff;
  font-size: clamp(18px, 4vw, 22px);
}

.game-catalogs-card:hover .game-catalogs-text a h5{
  color: #FF6F91;
}

.game-catalogs-text p{
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  overflow: hidden;           
  text-overflow: ellipsis;    
  -webkit-line-clamp: 2;     
  line-clamp: 2; 
  padding: 0;
  color: #fff;
  opacity: 0.8;
  font-size: clamp(14px, 4vw, 16px);
}

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

.comments-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(picgallery/dir-bg/bg-all-268a4757a0918b.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.5);
  z-index: -1;
}

.comments{
  padding: 75px 0;
}

.comments-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  text-align: center;
  margin-bottom: 75px;
}

.comments-title h2{
  color: #fff;
  font-size: clamp(22px, 4vw, 50px);
}

.comments-title span{
  width: 75px;
  height: 3px;
  background-color: #FF6F91;
}

.comments-box {
  direction: initial;
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
  position: relative;
}

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

.comments-cards {
  min-width: 100%;
  height: 100%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  justify-content: center;
}

.comments-cards h5{
  color: #fff;
  font-size: clamp(18px, 4vw, 30px);
}

.comments-cards p{
  font-size: 18px;
  padding: 0;
  color: #FF6F91;
}

.form-block{
  width: 80%;
  margin: 0 auto;
  padding: 75px 0;  
  display: flex;
  flex-direction: column;
}

.form-block-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  text-align: center;
  margin-bottom: 75px;
}

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

.form-block-title span{
  width: 75px;
  height: 3px;
  background-color: #FF6F91;
}

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

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

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

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

.input-container .input-form_field__block {
  color: #fff;
  background-color: transparent;
  border: 2px solid #383c4e;
  outline-color: transparent;
  padding: 18px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-container .textarea-form_field__block {
  color: #fff;
  background-color: transparent;
  border: 2px solid #383c4e;
  outline-color: transparent;
  padding: 18px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 43px;
  max-height: 100px;
}

.input-container .input-form_field__block:focus, .input-container .textarea-form_field__block:focus{
  border: 2px solid #fff;
}

.input-container .input-form_field__block::placeholder, .input-container .textarea-form_field__block::placeholder{
  color: #383c4e;
}

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

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

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

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

.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.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  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;
}

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

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

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

.footer-top{
  padding: 75px 0;
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.logo-footer{
  margin: 0 auto;
}

.logoImg-footer img{
  max-height: 57px;
  object-fit: contain;
  width: 55px;
}

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

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

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

.disclaimer{
  background-color: #FF6F91;
  gap: 29px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 29px;
}

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

.disclaimer p{
  padding: 0;
  font-size: 18px;
  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: 20px;
}

.privacy ul li a {
  font-size: 18px;
  transition: 0.2s ease;
  text-decoration: none;
  color: #fff;
}

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

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

.footer-bottom p{
  padding: 0;
  color: #fff;
  font-size: 18px;
}


.box-container-random{
  display: flex;
  flex-direction:column-reverse ;
}
.playing-block{
  padding: 43px 0;
  width: 100%;
  height: 100vh;
}

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

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

.art-cont-title {
  margin: 75px 0;
  text-align: center;
  font-size: clamp(22px, 4vw, 50px);
  color: #fff;
}

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

.art-block-images {
  float: right;
  width: 36%;
  margin: 43px;
  margin-top: 0;
  margin-right: 0;
}

.art-block-content {
  color: #fff;
  font-size: 18px;
}

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

.contacts-page{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 75px;
  padding: 75px 0;
}

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

.kontact-form-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  text-align: center;
  margin-bottom: 75px;
}

.kontact-form-title h2{
  text-align: center;
  color: #fff;  
  font-size: clamp(22px, 4vw, 30px);
}

.kontact-form-title span{
  width: 75px;
  height: 3px;
  background-color: #FF6F91;
}

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

.inputs-kontact::placeholder, .textarea-kontact::placeholder{
  color: #fff !important;
}

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

.input-kontact-form .inputs-kontact {
  width: 100%;
  color: #fff;
  background-color: transparent;
  border: 2px solid #383c4e;
  outline-color: transparent;
  padding: 18px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-kontact-form .textarea-kontact{
  width: 100%;
  color: #fff;
  background-color: transparent;
  border: 2px solid #383c4e;
  outline-color: transparent;
  padding: 18px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 43px;
  max-height: 100px;
}

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

.input-kontact-form .inputs-kontact:focus, .input-kontact-form .textarea-kontact:focus{
  border: 2px solid #fff;
}

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

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

.contacts-card{
  margin: 8px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
}

.contacts-card svg{
  fill: #FF6F91;
  width: 29px;
  height: 29px;
}

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

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

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

.menu-toggle {
  cursor: pointer;
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

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

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

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

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

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

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

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

.navigation-container.open {
  transform: translateY(0);
}

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

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

.navigation-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;
}


@media (max-width: 1199px){

}

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

  .header-nav{
    display: none;
  }

  .header-content{
    width: 100%;
  }

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

  .about-us-img::before{
    display: none;
  }

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

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

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

  .form-block{
    width: 100%;
  }

  .contacts-page{
    align-items: stretch;
    flex-direction: column-reverse;
  }
}

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

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

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

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

  .playing-block{
    height: 100vh;
  }

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

@media (max-width: 576px){
 
}


.footer-logos {
    display: flex;
    justify-content: center; 
    align-items: center;
   flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    backdrop-filter: brightness(0.2);
    -webkit-backdrop-filter: brightness(0.2);
  }
  
  .footer-logos a img {
    max-height: 50px;
    width: auto;
    display: block;
  }