@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root {
  --bq-1: #3B1F2B; 
  --bq-2: #0D3B2A; 
  --bq-3: #1E1A40; 
  --bq-4: #4B2E39; 
  --bq-5: #123043; 
}

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  position: relative;
  min-height: 100vh;
  direction: ltr;
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: clamp(13px, 4vw, 17px);
  margin: 0;
  padding: 0px;
  line-height: 1.5;
}

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

p, li{
  line-height: 1.5;
}

li{
  margin: 0 7px;
}

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

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

ul{
  margin: 0;
  padding: 0;
}

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

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

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

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

.page-privacy__back{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.page-privacy__back:after {
  content: "";
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background: url(visualtreasure/assets/borders_long-068c194d5baf96.png) center center;
  background-size: auto 100%;
  pointer-events: none;
}

.page-privacy__back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(visualtreasure/back/bg-dark-068c194d5badad.jpg);
  background-position: center;
  filter: brightness(0.5);
  background-size: cover;
  z-index: -1;
}

.page-privacy__block{
  padding: 58px 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;
}

.main-header-wrapper {
  padding: 30px 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease;
}

.main-header-wrapper.hidden {
  opacity: 0;
}

.main-header {
  border: 2px solid #fff;
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: var(--bq-3);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  gap: 19px;
  padding: 13px;
}

.brand-link {
  transition: 0.5s ease;
  gap: 13px;
  flex-direction: row;
  display: flex;
  align-items: center;
}

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

.brand-image img {
  max-width: 40px;
}

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

.main-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 19px;
}

.main-nav-list li {
  padding: 0;
}

.main-nav-list li a {
  transition: 0.5s ease;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
  text-decoration: none;
}

.main-nav-list li a:hover {
  opacity: 0.5;
}

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

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

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

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

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

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

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

.mobile-nav {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: var(--bq-3);
  transform: translateY(-110%);
  transition: 0.5s ease;
  opacity: 0;
}

.mobile-nav.active {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

.mobile-nav-link:hover {
  opacity: 0.5;
}

.header-content{
  line-height: normal;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 31px;
  min-height: 100vh;
  text-align: center;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.header-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background-image: url(visualtreasure/assets/dragons-068c194d5bb133.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0.6) drop-shadow(2px 4px 6px #060606);
  z-index: -1;
}


.header-content h5{
  width: 70%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  opacity: 0.7;
  font-size: clamp(18px, 4vw, 22px);
}

.header-content h1{
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 4vw, 80px);
}

.btn {
  border: 2px solid var(--bq-3);
  padding: 13px 30px;
  margin: 0;
  background: #fff;
  color: var(--bq-3);
  border-radius: 30px;
  font-size: clamp(20px, 4vw, 22px);
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
 }
 
 .btn:hover {
  border: 2px solid #fff;
  color: #fff;
 }
 
 .btn:after {
  content: "";
  background: var(--bq-3);
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
 }
 
 .btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 }

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

.section-background:after {
  content: "";
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background: url(visualtreasure/assets/borders_long-068c194d5baf96.png) center center;
  background-size: auto 100%;
  pointer-events: none;
}

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

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

.section-textblock {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  gap: 19px;
}

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

.section-description {
  opacity: 0.7;
  font-weight: normal;
  color: #fff;  
  font-size: clamp(16px, 4vw, 18px);
}

.section-imageblock {
  flex: 1;
}

.section-imageblock img {
  filter: drop-shadow(2px 4px 6px #060606);
  width: 100%;
  height: 100%;
  max-height: 70vh;
  object-fit: contain;
  animation: scaleAnimation 6s infinite; 
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1); 
  }
  50% {
    transform: scale(1.05); 
  }
  100% {
    transform: scale(1); 
  }
}

.progress-module-border{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.progress-module-border:after {
  content: "";
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background: url(visualtreasure/assets/borders_long-068c194d5baf96.png) center center;
  background-size: auto 100%;
  pointer-events: none;
}

.progress-module {
  direction: initial;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
  padding: 100px 0;
}

.progress-description {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 31px;
}

.progress-description h2 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 4vw, 50px);
}

.progress-track {
  position: relative;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 58px;
}

.progress-track::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 2px dashed rgba(255, 255, 255, 0.8);
}

.progress-step {
  transition: 0.5s ease;
  border: 2px solid #fff;
  position: relative;
  margin-left: 2rem;
  padding: 2rem 1.2rem;
  border-radius: 30px;
  background: var(--bq-3);
}

.progress-step:hover {
  background: #fff;
  border: 2px solid var(--bq-3);
}

.progress-line {
  position: absolute;
  left: -2rem;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.progress-line::after,
.progress-line::before {
  content: "";
  position: absolute;
  left: -0.35rem;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 2px solid var(--bq-3);
  background: #fff;
}

.progress-line::after {
  top: 100%;
}

.progress-line strong {
  color: #fff;
  position: absolute;
  font-size: 0.6rem;
  left: -4rem;
}

.progress-line strong:first-child {
  top: 0;
}

.progress-line strong:last-child {
  top: 100%;
}

.step-label h5 {
  transition: 0.5s ease;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
}

.progress-step:hover .step-label h5 {
  color: var(--bq-3);
}

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

.articles-back:after {
  content: "";
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background: url(visualtreasure/assets/borders_long-068c194d5baf96.png) center center;
  background-size: auto 100%;
  pointer-events: none;
}

.articles-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(visualtreasure/back/bg-all-168c194d5bae51.jpg);
  background-position: center;
  filter: brightness(0.5);
  background-size: cover;
  z-index: -1;
}

.articles{
  display: none;
  flex-direction: column;
  gap: 58px;
  padding: 58px 0;
}

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

.content-wrappe {
  display: flex;
  flex-direction: column-reverse;
  gap: 31px;
}

.content-layout {
  display: flex;
  flex-direction: row;
  gap: 31px;
}

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

.highlight-section {
  flex: 1;
}

.article-card {
  border-radius: 19px;
  transition: 1s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.article-image {
  position: relative;
  transition: 1s ease;
  width: 100%;
  height: 295px;
}

.article-image img {
  filter: brightness(0.7);
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.article-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: var(--bq-3);
  transition: transform 1s ease;
  transform: translateX(0);
}

.article-card:hover .article-image::after {
  transform: translateX(100%);
}

.highlight-image {
  transition: 1s ease;
  width: 100%;
  height: 100%;
}

.highlight-image img {
  filter: brightness(0.7);
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.highlight-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: var(--bq-3);
  transition: transform 1s ease;
  transform: translateX(0);
}

.article-card:hover .highlight-image::after {
  transform: translateX(100%);
}

.article-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 19px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

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

.article-title h5:hover {
  opacity: 0.5;
}

.author-info {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}

.author-info img {
  width: 31px;
  height: 31px;
  object-fit: cover;
  border-radius: 50%;
}

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

.trending-label {
  border-bottom-right-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 13px;
}

.trending-label h5 {
  padding: 0;
  margin: 0;
  color: var(--bq-3);
  font-size: clamp(16px, 4vw, 18px);
}

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

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

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

.game-card-item {
  border: 2px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 19px;
  transition: 0.8s ease;
  position: relative;
  overflow: hidden;
}

.game-thumbnail-link {
  width: 100%;
  position: relative;
}

.game-thumbnail-link img {
  transition: 0.8s ease;
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.game-card-title {
  transition: 0.8s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px;
}

.game-card-item:hover .game-card-title {
  transform: translateY(100%) scale(1.5);
}

.game-card-item:hover .game-thumbnail-link img {
  filter: brightness(0.5);
}

.game-card-title a h5 {
  filter: drop-shadow(2px 4px 6px #060606);
  padding: 0;
  margin: 0;
  transition: 0.3s ease;
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 4vw, 22px);
}

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

.game-card-description {
  padding: 13px;
  transition: 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
}

.game-card-item:hover .game-card-description {
  opacity: 1;
}

.game-card-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
}

.benefit-border{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.benefit-border:after {
  content: "";
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background: url(visualtreasure/assets/borders_long-068c194d5baf96.png) center center;
  background-size: auto 100%;
  pointer-events: none;
}

.benefit {
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF2B 0%, #FFFFFF00 100%);
  width: 70%;
  transition: 0.5s ease;
  filter: drop-shadow(2px 4px 6px #060606);
  position: relative;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.benefit:hover {
  box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.1);
  border: 2px solid var(--bq-3);
}

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

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

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

.benefit-card h5 {
  flex: 1;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
  opacity: 0.7;
}

.benefit-card img {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.section-reviews {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.section-reviews:after {
  content: "";
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background: url(visualtreasure/assets/borders_long-068c194d5baf96.png) center center;
  background-size: auto 100%;
  pointer-events: none;
}

.section-reviews::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(visualtreasure/back/bg-all-268c194d5bae87.jpg);
  background-position: center;
  filter: brightness(0.5);
  background-size: cover;
  z-index: -1;
}

.reviews-wrapper {
  display: flex;
  flex-direction: column;
  gap: 58px;
  padding: 58px 0;
}

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

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

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

.review-item {
  min-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 31px;
  justify-content: center;
}

.review-item svg{
  fill: #ffffffb3;
  width: 58px;
  height: 58px;
}

.review-item h5 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 4vw, 22px);
}

.form-border{
  padding: 100px 0;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.form-border:after {
  content: "";
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background: url(visualtreasure/assets/borders_long-068c194d5baf96.png) center center;
  background-size: auto 100%;
  pointer-events: none;
}

.form-main{
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF2B 0%, #FFFFFF00 100%);
  filter: drop-shadow(2px 4px 6px #060606);
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 30px;
  margin: 0 auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 31px;
}

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

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

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

.input-container .input-group_holder__element, .input-container .textarea-group_holder__element {
  outline: none;
  margin: 7px 0;
}

.input-container .input-group_holder__element {
  color: #fff;
  background-color: #ffffff33;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 19px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 20px; 
}

.input-container .textarea-group_holder__element {
  color: #fff;
  background-color: #ffffff33;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 19px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 20px; 
  resize: vertical;
  min-height: 31px;
  max-height: 111px;
}

.input-container .input-group_holder__element::placeholder, .input-container .textarea-group_holder__element::placeholder{
  color: #fff;
}

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

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

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

.form-check {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: flex-start;
  padding: 13px 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;
}

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

.site-footer-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(visualtreasure/back/bg-all-368c194d5baebc.jpg);
  background-position: center;
  filter: brightness(0.3);
  background-size: cover;
  z-index: -1;
}

.site-footer-wrap::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background: url(visualtreasure/assets/borders_long-068c194d5baf96.png) center center;
  background-size: auto 100%;
  pointer-events: none;
}

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

.site-footer-header {
  text-align: center;
  padding: 58px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-disclaimer {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ff0000 0%, #ff000033 100%);
  filter: drop-shadow(2px 4px 6px #060606);
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 30px;
}

.footer-disclaimer__heading {
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
  font-size: clamp(22px, 4vw, 30px);
  color: #fff;
  margin: 0;
  margin-bottom: 30px;
}

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

.footer-nav 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: 19px;
}

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

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

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

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

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

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

.article-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(visualtreasure/back/bg-light-068c194d5bad2d.jpg);
  background-position: center;
  filter: brightness(0.5);
  background-size: cover;
  z-index: -1;
}

.article-back:after {
  content: "";
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background: url(visualtreasure/assets/borders_long-068c194d5baf96.png) center center;
  background-size: auto 100%;
  pointer-events: none;
}

.content-article {
  position: relative;
}

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

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

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

.image-box img {
  border-radius: 19px;
  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: 24%;
}

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

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

.iframe-section {
  width: 100%;
  height: 100vh;
}

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

.layout-stack {
  flex-direction: column;
  padding: 58px 0;
  display: flex;
  gap: 58px;
}

.subscription-back{
  padding: 58px 0;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.subscription-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(visualtreasure/back/bg-all-468c194d5baef2.jpg);
  background-position: center;
  filter: brightness(0.5);
  background-size: cover;
  z-index: -1;
}

.subscription-back:after {
  content: "";
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background: url(visualtreasure/assets/borders_long-068c194d5baf96.png) center center;
  background-size: auto 100%;
  pointer-events: none;
}

.subscription-form{
  align-items: start;
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF2B 0%, #FFFFFF00 100%);
  filter: drop-shadow(2px 4px 6px #060606);
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 31px;
  display: flex;
  justify-content: space-between;
  gap: 58px;
  flex-direction: row;
  margin: 58px 0;
}

.form-block{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

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

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

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

.input-kontact-form .inputs-kontact {
  width: 100%;
  color: #fff;
  background-color: #ffffff33;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 13px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 20px; 
}

.input-kontact-form .textarea-kontact{
  width: 100%;
  color: #fff;
  background-color: #ffffff33;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 13px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 20px; 
  resize: vertical;
  min-height: 31px;
  max-height: 111px;
}

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

.contacts-form{
  flex: 1;
  display: flex;
  gap: 30px;
  flex-direction: column-reverse;
}

.contacts-form__box{
  display: flex;
  gap: 30px;
  flex-direction: column-reverse;
}

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

.contacts-form__card svg{
  width: 24px;
  height: 24px;
  fill: #fff;
}

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

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

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

.contacts-form__img{
  border-radius: 30px;
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
}


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

  .main-nav-list{
    display: none;
  }

  .section-wrapper{
    flex-direction: column-reverse;
  }

  .progress-module{
    flex-direction: column;
  }

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

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

  .benefit{
    width: 100%;
  }

  .form-main{
    width: 100%;
  }

  .header-content h5{
    width: 100%;
  }

  .text-content{
    flex: 1;
  }

  .subscription-form{
    padding: 30px;
    align-items: stretch;
    flex-direction: column-reverse;
  }
}

@media (max-width: 850px){
  .progress-line strong{
    display: none;
  }
}

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

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

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

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

  .image-box img{
    top: 0;
    position: relative;
  }

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

  .contacts-form__img{
    max-height: 50vh;
  }

  .highlight-image{
    height: 295px;
  }

}

.pt-150{
  padding-top: 150px;
}

.pt-0{
  padding-top: 0;
}

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