@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  min-height: 100vh;
  direction: ltr;
  font-family: 'Libre Baskerville', sans-serif !important;
  font-size: clamp(12px, 4vw, 18px);
  margin: 0;
  padding: 0px;
  line-height: 1.5;
  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(visualtreasure/bg/bg-all-068a5b20df1651.jpg);
  background-position: center;
  background-size: cover;
  filter: brightness(0.4);
  background-attachment: fixed;
  z-index: -1;
}

p, li{
  line-height: 1.5;
}

li{
  margin: 0 10px;
}

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

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

ul{
  margin: 0;
  padding: 0;
}

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

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

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

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

.page-privacy__block{
  padding: 77px 0;
  overflow: hidden;
  width: 100%;
}

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

.content-politic li{
  list-style: inside;
}

.page-privacy__block a{
  transition: 0.3s ease;
  color: #fff;
}

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

.hero-bg{
  position: relative;
  z-index: 3;
  background-color: #fff;
}

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

.header-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

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

.logo {
  filter: drop-shadow(2px 4px 6px black);
  transition: 0.5s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  gap: 14px;
}

.logo:hover{
  opacity: 0.5;
}

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

.logo__title {
  text-transform: uppercase;
  flex: 1;
  color: #080101;
  font-size: clamp(18px, 4vw, 22px);
}

.nav{
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
}

.nav_link{
  filter: drop-shadow(2px 4px 6px black);
  color: #080101;
  text-transform: uppercase;
  transition: 0.5s ease;
  font-size: clamp(16px, 4vw, 18px);
}

.nav_link:hover{
  opacity: 0.5;
}

.hero{
  padding: 129px 0;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-text {
  filter: drop-shadow(2px 4px 6px black);
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: clamp(60px, 15vw, 129px);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-image: url(visualtreasure/bg/bg-all-068a5b20df1651.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner__scroll-down {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 18px;
  display: flex;
  justify-content: center;
}

.banner__scroll-icon {
  animation: fadebottom 3.6s ease-in-out infinite;
  width: 51px;
  height: 51px;
  fill: #080101;
}

@keyframes fadebottom {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  25% {
    opacity: 0;
    transform: translateY(18px);
  }

  30% {
    opacity: 0;
    transform: translateY(0);
  }

  45% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-button {
  border-radius: 28px;
  cursor: pointer;
  color: #e2bcb7;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #e2bcb7;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: bold;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.header-button:hover {
  color: #080101;
}

.header-button::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #e2bcb7;
  z-index: -1;
  transition: all 1s;
}

.header-button:hover::before {
  width: 160%;
}

.aboutus-bg{
position: sticky;
bottom: 0;
z-index: 2;
}

.about-us{
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  gap: 77px;
  flex-direction: row;
  padding: 77px 0;
}

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

.about-us__text h2{
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
}

.about-us__subtitle{
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.8;
  font-size: clamp(14px, 4vw, 16px);
  color: #fff;
}
.about-us__subtitle2 {
  display: block;
}
.stats{
  background-color: #ffffff33;
  border-radius: 28px;
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.stats--card{
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

.stats--card h5{
  margin: 0;
  padding: 0;
  line-height: normal;
  opacity: 0.8;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
}

.stats--card p{
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
}

.about-us__img{
  flex: 1;
  position: relative;
}

.about-us__img img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 28px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.step-content{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.step-content::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 150%;
  background-repeat: no-repeat;
  filter: drop-shadow(2px 4px 6px black);
  background-image: url(visualtreasure/tematik-assets/monsters-people-068a5b20df1899.png);
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.step-card{
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 28px;
}

.step-card svg{
  transition: 0.5s ease;
  border-radius: 50%;
  border: 2px solid #e2bcb7;
  padding: 10px;
  width: 51px;
  height: 51px;
  fill: #e2bcb7;
}

.step-card:hover svg{
  transform: scale(1.1);
}

.step-card h5{
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 4vw, 20px);
  background-color: #ffffff33;
  flex: 1;
  border-radius: 28px;
  padding: 28px;
}

.benefit{
  display: flex;
  flex-direction: column;
  gap: 77px;
  padding: 77px 0;
}

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

.benefit-content{
  display: flex;
  justify-content: space-between;
  gap: 77px;
  flex-direction: row;
}

.benefit-images{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  flex: 1;
}

.benefit-images img{
  border-radius: 28px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.benefit-box{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 77px;
}

.benefit-card{
  transition: 0.5s ease;
  background-color: #ffffff33;
  display: flex;
  flex-direction: column;
  padding: 28px;
  padding-top: 0;
  border-radius: 28px;
}

.benefit-card:hover{
  transform: scale(1.1);
}

.benefit-card img{
  transform: translateY(-40%);
  width: 77px;
  height: 77px;
  object-fit: contain;
}

.benefit-card h5{
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: clamp(18px, 4vw, 20px);
}

.catalog{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 77px;
  padding: 77px 0;
}

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

.catalog-content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.catalog-card{
  background-color: #ffffff33;
  border-radius: 28px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.catalog-img img{
  width: 100%;
  height: 319px;
  object-fit: cover;
  border-radius: 28px;
}

.catalog-box{
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.catalog-title{
  transition: 0.3s ease;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 4vw, 22px);
}

.catalog-title:hover{
  opacity: 0.5;
}

.catalog-box p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 0.7;
  color: #fff;
  font-size: clamp(16px, 4vw, 16px);
}

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

.catalog-rating svg{
  width: 29px;
  height: 29px;
  fill: gold;
}

.catalog-rating span{
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
}

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

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

.category-content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.category-card{
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;  
  padding: 14px;
  overflow: hidden;
  position: relative;
  border-radius: 28px;
}

.category-img{
  position: relative;
}

.category-img img{
  filter: brightness(0.4);
  border-radius: 28px;
  width: 100%;
  object-fit: cover;
  height: 377px;
}

.category-box{
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px;
  gap: 28px;
  text-align: center;
}

.category-title{
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  transition: 0.3s ease;
  color: #fff;
  font-size: clamp(18px, 4vw, 22px);
}

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

.gallery-block{
  display: flex;
  flex-direction: column;
  gap: 77px;
  padding: 77px 0;
}

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

.gallery{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
}

.gallery-img{
  transition: 0.5s ease;
  flex: 1;
}

.gallery-img:hover{
  flex: 4;
}

.gallery-img:hover img{
  height: 521px;
  filter: grayscale(0);
}

.gallery-img img{
  filter: grayscale(1);
  border-radius: 28px;
  width: 100%;
  transition: 0.5s ease;
  height: 364px;
  object-fit: cover;
}

.video-section {
  margin: 77px 0;
  padding: 77px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#bg-video {
  filter: brightness(0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.form-main{
  margin: 0 auto;
  width: 70%;
  background-color: #080101b3;
  border-radius: 28px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

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

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

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

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

.input-container .input-user_sectionpart, .input-container .textarea-user_sectionpart {
  outline: none;
  margin: 10px 0;
}

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

.input-container .textarea-user_sectionpart {
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent; 
  padding: 18px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 18px; 
  resize: vertical;
  min-height: 45px;
  max-height: 106px;
}

.input-container .input-user_sectionpart::placeholder, .input-container .textarea-user_sectionpart::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: 14px;
  justify-content: flex-start;
  padding: 14px 0;
}

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

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

.dev-team {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding-bottom: 77px;
}

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

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

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

.dev-member-photo {
  padding: 10px;
  border: 2px solid #ffffff33;
}

.dev-member-photo img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 319px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.dev-member-photo img:hover {
  animation: tilt 0.8s ease-in-out;
}

@keyframes tilt {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(-5deg); }
  75% { transform: rotate(3deg); }
}

.dev-member-info {
  padding: 10px;
  background-color: #ffffff33;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.dev-member-info p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
}

.layout-footer {
  position: relative;
}

.layout-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(visualtreasure/bg/opacity_bg-068a5b20df16cf.png);
  background-position: center;
  background-size: cover;
  background-color: #080101;
  z-index: -1;
}

.footer-wrapper {
  padding: 77px 0;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.footer-section-top {
  display: flex;
  flex-direction: row;
  gap: 45px;
  justify-content: space-between;
}

.brand-footer {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.brand-footer h5 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
}

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

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

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

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

.footer-links {
  flex: 1;
}

.footer-links ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
}

.footer-links ul li {
  padding: 0;
}

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

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

.footer-contacts {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer-contacts h2 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 4vw, 22px);
  font-weight: bold;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

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

.contact-card svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.contact-card a h5,
.contact-card h5 {
  transition: 0.3s ease;
  padding: 0;
  margin: 0;
  font-weight: normal;
  flex: 1;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
}

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

.footer-disclaimer {
  background-color: rgb(137, 0, 0);
  border-radius: 28px;
  gap: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px;
}

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

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

.footer-section-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

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

.footer-section-bottom .age-warning {
  max-width: 77px;
}

.article {
  position: relative;
}

.article-title {
  padding-top: 77px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
}

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

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

.article-image img {
  border-radius: 18px;
  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: 26%;
}

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

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

.game-frame {
  width: 100%;
  height: 100vh;
  padding-top: 120px;
  margin-bottom: 80px;
}

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

.flex-col{
  padding: 77px 0;
  display: flex;
  gap: 77px;
  flex-direction: column-reverse;
}
.flex-col2 {
  flex-direction: column;
  padding: 77px 0;
  display: flex;
  gap: 77px;
}
.kontact-form{
  position: relative;
  z-index: 0;
  background-color: #080101b3;
  border-radius: 28px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: space-between;
}

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

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

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

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

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

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

.contacts-box{
  display: flex;
  gap: 28px;
  flex-direction: column-reverse;
}

.contacts-card{
  background-color: #080101b3;
  border-radius: 28px;
  padding: 14px 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

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

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

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

.contacts-card h5{
  font-weight: normal;
  word-break: break-all;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 4vw, 22px);
}

.tab-nav{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 18px;
}

.tab-nav__card{
  flex: 1;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.tab-nav__card svg{
  transition: 0.3s ease;
  width: 28px;
  height: 28px;
  fill: #080101;
}

.tab-nav__card:hover svg, .tab-nav__card:active svg{
  fill: #080101;
}

.tab-nav__card p{
  margin: 0;
  transition: 0.3s ease;
  padding: 0;
  color: #080101;
  font-size: clamp(14px, 4vw, 18px);
  opacity: 0.8;
}

.tab-nav__card:hover p{
  opacity: 0.5;
}

@media (max-width: 991px) {
  .promo-video video{
    max-height: 50vh;
  }

  .layout-footer{
    padding-bottom: 106px;
  }

  .tab-nav{
    display: flex;
  }

  .nav{
    display: none;
  }

  .hero-text{
    font-size: clamp(50px, 15vw, 110px);
  }

  .aboutus-bg{
    position: relative;
    z-index: unset;
  }

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

  .benefit-content{
    flex-direction: column-reverse;
  }

  .benefit-images img{
    height: 200px;
  }

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

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

  .gallery-img:nth-child(1), .gallery-img:nth-child(2){
    display: none;
  }

  .form-main{
    width: 100%;
  }

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

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

  .footer-links ul{
    align-items: stretch;
    text-align: unset;
  }

  .about-us__img img{
    max-height: 60vh;
  }

  .article-image{
    flex: 1;
  }
}

@media (max-width: 768px) {
  .game-frame{
    height: 100vh;
  }

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

  .article-image img{
    position: relative;
    top: unset;
  }

  .catalog-content{
    grid-template-columns: repeat(1, 1fr);
  }

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

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

  .gallery-img:nth-child(3){
    display: none;
  } 

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

@media (max-width: 576px){
  .tab-nav__card p{
    display: none;
  }

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

  .about-us__text{
    align-items: stretch;
  }

  .about-us__text .header-button{
    text-align: center;
  }

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

  .step-content::before{
    width: 100%;
    height: 100%;
  }

  .benefit-images img:nth-child(1), .benefit-images img:nth-child(2){
    display: none;
  }

  .benefit-images{
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 400px){
  .stats{
    grid-template-columns: repeat(1, 1fr);
  }

  .stats--card{
    align-items: center;
  }
}


.bg-dop-head{
  text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #fff;
}