@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

:root{
  --gr-1: linear-gradient(90deg, #49225b 0%, #5e2f7a 50%, #49225b 100%);
  --gr-2: linear-gradient(90deg, #3d2b21 0%, #291c0e 50%, #3d2b21 100%);
  --gr-3: linear-gradient(90deg, #423736 0%, #5a433d 50%, #423736 100%);
  --gr-4: linear-gradient(90deg, #215341 0%, #3e2522 50%, #215341 100%);
  --gr-5: linear-gradient(90deg, #334a3d 0%, #0f2a1d 50%, #334a3d 100%);


  --bg-1: #49225b;
  --bg-2: #291c0e;
  --bg-3: #423736;
  --bg-4: #3e2522;
  --bg-5: #0f2a1d;

  --bt-1: #f5ebfa;
  --bt-2: #e1d4c2;
  --bt-3: #f4e2d1;
  --bt-4: #fff2df;
  --bt-5: #e3eed4;

  --bc-1: #a56abd;
  --bc-2: #a78d78;
  --bc-3: #d6aa9f;
  --bc-4: #d3a376;
  --bc-5: #6b9071;
}

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  background: var(--gr-3);
  direction: ltr;
  font-family: 'Jost', sans-serif !important;
  font-size: clamp(12px, 4vw, 18px);
  margin: 0;
  padding: 0px;
  line-height: 2;
}

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

p, li{
  padding: 8px 0;
  line-height: 2.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;
}

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

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

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

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

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

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

.content-politics{
  word-break: break-all;
  opacity: 0.8;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
  text-align: justify;
}

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

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

.fade-in-element {
  opacity: 0;
  transform: translateY(31px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}

.wrappers{
  margin: 19px 0;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 27px;
  padding: 31px;
}

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

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

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

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

.logoTitle h2{
  font-size: clamp(16px, 4vw, 18px);
  margin: 0;
}

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

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

.header-menu{
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 31px;
}

.header-menu li{
  padding: 0;
  margin: 0;
}

.menu-link{
  transition: 0.3s ease;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff; 
  text-decoration: none;
}

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

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

.hero-text{
  flex: 2;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 27px;
}

.hero-text h1{
  text-transform: uppercase;
  font-size: clamp(30px, 4vw, 50px);
  color: #fff;
}

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

.hero-btn{
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 27px;
}

.hero-btn h5{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
}

.hero-btn h5 svg{
  fill: #fff;
  width: 27px;
  height: 27px;
}

.hero-img{
  flex: 1;
}

.hero-img img{
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, .2));
  object-fit: contain;
  width: 100%;
  max-height: 339px;
}

.btn{
  line-height: 1.5;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  padding: 6px 27px;
  cursor: pointer;
  font-size: clamp(16px, 4vw, 18px);
  text-decoration: none;
  background-color: var(--bt-3); 
  border: 2px solid var(--bg-3);
  color: var(--bg-3);
  font-weight: bold;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: skewX(-45deg);
  transition: all 0.5s ease;
}

.btn:hover::before {
  left: 100%;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.btn:active {
  transform: translateY(2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.benefit{
  display: flex;
  justify-content: space-between;
  gap: 27px;
  flex-direction: row-reverse;
  padding: 58px 0;
}

.benefit-box{
  flex: 3;
  padding: 27px;
  border-radius: 27px;
  background-color: var(--bc-3);
  display: flex;
  gap: 27px;
  flex-direction: column;
}

.benefit-content{
  flex: 2;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 27px;
}

.benefit-img{
  flex: 1;
  height: 100%;
}

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

.benefit-block{
  padding: 31px 0;
  flex: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px;
}

.benefit-card p svg{
  margin-right: 13px;
  float: left;
  width: 27px;
  height: 27px;
  fill: #fff;
}

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

.benefit-stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 27px;
  border-radius: 27px;
  gap: 27px;
}

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

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

.stats-card h5{
  color: #fff;
  font-size: clamp(22px, 4vw, 30px);
}

.start-winning{
  flex: 1;
  position: relative;
}

.start-winning img{
  border-radius: 27px;
  filter: brightness(0.5);
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.start-winning h5{
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: clamp(22px, 4vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px;
}

.aboutus{
  margin: 58px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 27px;
  border-radius: 27px;
  padding: 58px;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.aboutus::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  background-image: url(imagevault/bg-assets/bg-all-069cd30b50780a.jpg);
  background-position: center;
  filter: brightness(0.5);
  background-size: cover;
  z-index: -1;
}

.aboutus h1{
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
}

.aboutus-text{
  opacity: 0.8;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
  opacity: 0.8;
}

.catalog-first{
  display: none;
  padding: 58px 0;
}

.catalog-first h1{
  margin-bottom: 58px;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
  text-align: center;
}

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

.catalog-card{
  border-radius: 27px;
  transition: 0.5s ease;
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.catalog-card:hover{
  background-color: #ffffff33;
}

.catalog-card:hover .catalog-title{
  background-color: transparent;
}

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

.catalog-title{
  border-radius: 27px;
  transition: 0.5s ease;
  background-color: #ffffff33;
  padding: 13px;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

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

.menu-second{
  display: none;
  padding: 58px 0;
}

.menu-second h1{
  margin-bottom: 58px;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
}

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

.menu-card{
  overflow: hidden;
  border-radius: 27px;
  transition: 0.5s ease;
  position: relative;
}

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

.menu-img{
  border-radius: 27px;
  position: relative;
}

.menu-img img{
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
  min-height: 498px;
  filter: brightness(0.5);
  object-fit: cover;
  border-radius: 27px;
}

.menu-content{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  gap: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.menu-content img{
  width: 58px;
  height: 58px;
  object-fit: contain;
}

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

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

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

.game-steps{
  background-image: url(img/dashed.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 58px 0;
}

.game-steps h1{
  margin-bottom: 58px;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
  text-align: center;
}

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

.steps-card{
  background-color: var(--bc-3);
  border-radius: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  padding-top: 0;
}

.steps-card:nth-child(2), .steps-card:nth-child(4){
  transform: translateY(31px);
}

.steps-card img{
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, .2));
  transform: translateY(-50%);
  width: 100%;
  height: 58px;
  object-fit: contain;
}

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

.gallery{
  padding: 58px 0;
}

.gallery h1{
  margin-bottom: 58px;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
  text-align: center;
}

.gallery-box{
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.gallery-one, .gallery-two{
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

.gallery-one-img, .gallery-two-img{
  flex: 1;
}

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

.gallery-one-img img, .gallery-two-img img{
  transition: 0.3s ease;
  border-radius: 20px;
  width: 100%;
  height: 271px;
  object-fit: cover;
}

.gallery-one-img img:hover, .gallery-two-img img:hover{
  filter: brightness(0.5);
}

.ourteam{
  padding: 58px 0;
}

.ourteam h1{
  margin-bottom: 58px;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
  text-align: center;
}

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

.ourteam-card{
  background-color: var(--bc-3);
  border-radius: 27px;
  display: flex;
  flex-direction: column;
}

.ourteam-card:nth-child(2), .ourteam-card:nth-child(4){
  transform: translateY(31px);
}

.ourteam-img img{
  border-radius: 27px;
  width: 100%;
  height: 271px;
  object-fit: cover;
}

.ourteam-content{
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 8px;
}

.ourteam-content h5{
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(18px, 4vw, 20px);
}

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

.subscription-form{
  align-items: start;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  border: 5px solid #fff;
  border-radius: 31px;
  padding: 31px;
  display: flex;
  justify-content: space-between;
  gap: 58px;
  flex-direction: row-reverse;
  margin: 58px 0;
}

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

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

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

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

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

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

.input-container .input-main--layout-element {
  transition: 0.3s ease;
  border: 2px solid transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 13px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 18px; 
}

.input-container .textarea-main--layout-element {
  transition: 0.3s ease;
  border: 2px solid transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 13px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 18px; 
  resize: vertical;
  min-height: 31px;
  max-height: 114px;
}

.input-container .input-main--layout-element::placeholder, .input-container .textarea-main--layout-element::placeholder{
  color: #f5f5f5;
}

.input-container .input-main--layout-element:focus, .input-container .textarea-main--layout-element:focus, .input-container .input-main--layout-element:hover, .input-container .textarea-main--layout-element:hover{
  border: 2px solid #fff;
  border-radius: 20px;
}

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

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

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

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

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

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

.contacts-form__card h5{
  font-weight: normal;
  color: #fff;
  font-size: clamp(18px, 4vw, 22px);
}

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

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

.footer{
  border-top: 0.1px solid #fff;
  padding-top: 27px;
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 27px 0;
}

.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: clamp(16px, 4vw, 18px);
  transition: 0.3s ease;
  text-decoration: none;
  color: #fff;
}

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

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

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

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

.disclaimer{
  border: 2px solid #fff;
  border-radius: 27px;
  background-color: var(--bc-3);
  gap: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 27px;
}

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

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

.reviews {
  display: flex;
  flex-direction: column;
  gap: 31px;
  margin: 58px 0;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  border: 5px solid #fff;
  border-radius: 31px;
  padding: 31px;
}

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

.reviews__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.reviews__slides {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.reviews__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s;
}

.reviews__card-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 31px;
}


.reviews__avatar img {
  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;
  width: 100%;
  border-radius: 50%;
  height: 163px;
  object-fit: cover;
}

.reviews__text {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.reviews__text h1 {
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
  margin: 0;
}

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

.reviews__card.active {
  opacity: 1;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
}

.reviews__pagination {
  text-align: center;
  margin-top: 20px;
}

.reviews__bullet {
  border: 1px solid transparent;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 8px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.6s ease;
}

.reviews__bullet.active {
  border: 1px solid #fff;
  background-color: var(--bc-3);
}

.playing-block{
  padding: 31px 0;
  width: 100%;
  height: 100vh;
}

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

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

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

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

.art-block-images {
  border-radius: 27px;
  float: left;
  width: 36%;
  margin: 31px;
  margin-top: 0;
  margin-left: 0;
}

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

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

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

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

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

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

.input-kontact-form .textarea-kontact{
  width: 100%;
  transition: 0.3s ease;
  border: 2px solid transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 13px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 18px; 
  resize: vertical;
  min-height: 31px;
  max-height: 114px;
}

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

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

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

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

.tab-bar__card svg{
  transition: 0.3s ease;
  width: 27px;
  height: 27px;
  fill: #212121;
}

.tab-bar__card:hover svg, .tab-bar__card:active svg{
  fill: var(--bc-3);
}

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

.tab-bar__card:hover p{
  color: var(--bc-3);
}

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

@media (max-width: 1199px){
  .benefit{
    flex-direction: column;
  }

  .start-winning img{
    max-height: 30vh;
  }

  .benefit-content{
    align-items: stretch;
  }

  .benefit-img{
    height: auto;
  }

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

  .steps-box{
    gap: 58px;
    grid-template-columns: repeat(2, 1fr);
  }

  .header-menu li:nth-child(1){
    display: none;
  }
}

@media (max-width: 991px) {
  .wrappers{
    margin-bottom: 155px;
  }

  .navigation{
    display: none;
  }

  .tab-bar{
    display: flex;
  }

  .aboutus{
    padding: 27px;
  }

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

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

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

  .subscription-form{
    align-items: stretch;
    flex-direction: column;
  }

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

  .benefit-img img{
    max-height: 30vh;
  }
}

@media (max-width: 767px) {
  .input-position{
    flex-direction: column;
    gap: 0;
  }

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

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

  .hero-btn{
    justify-content: center;
  }

  .hero-text{
    align-items: center;
    text-align: center;
  }

  .subscription-form{
    padding: 20px;
  }

  .benefit-box{
    padding: 20px;
  }

  .reviews{
    padding: 20px;
  }

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

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

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

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

  .steps-card:nth-child(2), .steps-card:nth-child(4) {
    transform: translateY(0);
  }

  .ourteam-card:nth-child(2), .ourteam-card:nth-child(4) {
    transform: translateY(0);
  }

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

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

  .benefit-stats{
    text-align: center;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
  }

  .wrappers{
    padding: 20px;
  }

}

@media (max-width: 576px){
  .gallery-one-img:nth-child(3), .gallery-two-img:nth-child(3){
    display: none;
  }

  .catalog-card{
    padding: 0;
  }

  .header-play{
    display: none;
  }

  .tab-bar__card p{
    display: none;
  }
}




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