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

body{
    background-color: #000;
    direction: ltr;
    font-family: 'Archivo', sans-serif !important;
    font-size: 17px;
    margin: 0;
    padding: 0px;
}

.section-header{
    position: absolute;
    width: 100%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0 17px;
    z-index: 901;
  }
 .navWrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
 }
 .navWrapper a {
    text-decoration: none;
 }
 .footer-linkImg {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.footer-linkImg a img {
  max-height: 50px;
  width: auto;
  display: block;
  box-sizing: content-box;
}
@media (max-width: 575px){
  .footer-linkImg a img{
        max-height: 30px;
  }}

 .nav__logo{
  display: flex;
  color: #ffffff;
  align-items: center;
  text-align: left;
  font-weight: 600;
  gap: 22px;
  padding: 17px 0;
  transition: color 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
 }
 .nav__logo img{
  height: 69px;
  }
  .TyiHome_bg{
    min-height: 450px;
    margin-left: auto;
    margin-right: auto;
    background-image:linear-gradient( to right, rgba(47, 48, 58, 0.5), rgba(47, 48, 58, 0.5) ), url(galleryarchive/back/bg-dark-0688a331a553ed.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg-2{
    background-image:linear-gradient( to right, rgba(47, 48, 58, 0.5), rgba(47, 48, 58, 0.5) ), url(galleryarchive/back/bg-dark-1688a331a553fb.jpg);
}

.bg-3{
    background-image:linear-gradient( to right, rgba(47, 48, 58, 0.5), rgba(47, 48, 58, 0.5) ), url(galleryarchive/back/bg-dark-2688a331a55406.jpg);
}

.home{
  text-align: center;
}

.home a {
  text-decoration: none;
}

.nav-link{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
 }
 .nav-link:focus, .nav-link:hover{
     color: #fff93c;
 }
 .navWrapper a:hover{
  color: #fff93c;
}
 .home-text{
    display: flex;
    gap: 28px;
    flex-direction: column;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    text-align:  center;
    padding: 115px 0;
    align-items: center;
 }
.home-btn {
  width: 30%;
}

.sections {
    padding: 73px 0;
}
.random-block {
  display: flex;
  flex-direction: column;
}

 .global-about {
    background-color: #000;
 }
 .main-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction:  row;
    gap: 28px;
 }
.main-about-blok1 {
    display: flex;
    justify-content: center;
    flex: 1;
}
.main-about-blok1 img {
    max-width: 100%;
    width: auto;
    height: 360px;
    object-fit: contain;
}
.main-about-blok2 {
    color: #ffffff;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.main-about-blok2-title {
    text-align: center;
    position: relative;
    font-weight: 600;
}
.global-benefit {
  background-image: url(galleryarchive/back/bg-dark-3688a331a5540f.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.global-benefit-back {
  background-color: rgb(111 74 10 / 70%);
}
.global-benefit-title {
    color: #ffffff;
    text-align: center;
    position: relative;
    font-weight: 600;
}


.main-benefit {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.benefit-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction:  row;
    gap: 28px;
    padding: 28px;
  }
  
  .benefit-box .benefit-cartoch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius:40px;
    color: rgb(255, 255, 255);
    background-color: #000;
    cursor: pointer;
    transition: 400ms;
  }
  .benefit-cartoch {
    flex: 1;
    padding: 23px;
  }

  .benefit-box .benefit-cartoch p.tip {
    font-size: 15px;
    font-weight: {font_weight_bold};
  }
  
  .benefit-box .benefit-cartoch:hover {
    transform: scale(1.1, 1.1);
  }
  
  .benefit-box:hover > .benefit-cartoch:not(:hover) {
    filter: blur(12px);
    transform: scale(0.9, 0.9);
  }

  .global-katalog {
    background-color: #835f34;;
  }
  .global-katalog-title {
    color: #ffffff;
    text-align: center;
    position: relative;
    font-weight: 600;
}
 
  .main-katalog {
    padding: 28px 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .QyuMain-katalog-box {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 28px;
  }
  .katalog-tab {
    flex: 1;
  }

  .card {
    height: 599px;
    flex: 1;
    background-color: #000;
    position: relative;
    object-fit: cover;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .card img {
    object-fit: cover;
    height: auto;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .card:hover {
    transform: rotate(-5deg) scale(1.1);
    box-shadow: 0 12px 17px rgba(0, 0, 0, 0.2);
  }
  
  .game__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 100%;
    height: 100%;
    padding: 22px;
    box-sizing: border-box;
    color: #fff;
    background-color: #000000;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .card:hover .game__content {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .game__title {
    margin: 0;
    font-size: 28px;
    color: #fff93c;
    font-weight: {font_weight_bold};
  }
  
  .game__description {
    margin: 12px 0 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
  }
  
  .card:hover img {
    scale: 0;
    transform: rotate(-45deg);
  }

  
  .global-step {
    background-color: #000000;
  }
  .main-step-title {
    color: #ffffff;
    text-align: center;
    position: relative;
    font-weight: 600;
  }

.main-step-box {
    display: flex;
    flex-direction:  row;
    padding: 28px 0;
    gap: 28px;
}
.main-step-box-blok {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.card-container-box {
  position: relative;
  height: 360px;
  flex: 1;
  border-radius: 40px;
}

.card-container-box::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(17px);
}

.card-box {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.card-box .img-content {
  color: #000;
  width: 100%;
  height: 100%;
  padding: 37px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  linear-gradient(281deg, rgba(0,0,0,1) 6%, rgba(253,153,29,1) 60%, rgba(208,172,123,1) 86%);
  transition: scale 0.6s, rotate 0.6s, filter 1s;
}

.card-box .img-content img {
  width: 68px;
  height: 68px;
  fill: #e8e8e8;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card-box .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  color: #000000;
  padding: 17px;
  line-height: 1.5;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(44px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card-box .content-box .heading-box {
  font-weight: {font_weight_bold};
}

.card-box:hover .content-box {
  opacity: 1;
  transform: translateY(0);
}

.card-box:hover .img-content {
  scale: 2.4;
  rotate: 30deg;
  filter: blur(5px);
}

.card-box:hover .img-content img {
  fill: transparent;
}

  .global-form-video {
    background-color: #835f34;
  }
  .global-form {
    flex: 1;
  }
  .global-video {
    flex: 1;
  }
  .main-form-video {
    display: flex;
    flex-direction: row;
    gap:  28px;
    align-items: center;
  }
  .global-video video {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 28px;
    border-radius: 40px;
    position: relative;
    background-color: #1a1a1a;
    color: #fff;
    border: 1px solid #333;
  }
  .form a {
    color: #ffffff;
  }
  .form .input-customlayout__item  {
    background-color: #453f39;
    color: #ffffff;
  }
  .form .textarea-customlayout__item {
    background-color: #453f39;
    color: #ffffff;
  }
  .global-disclaimer {
    background-image: url(galleryarchive/back/bg-dark-4688a331a55418.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .global-disclaimer-back {
    background-color: rgb(111 74 10 / 70%);
  }
  .main-disclaimer-title {
    color: #ffffff;
    text-align: center;
    position: relative;
    font-weight: 600;
  }
.main-disclaimer-blok {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  gap: 17px;
  padding: 17px 0;
}
.disclaimer-blok-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disclaimer-blok-img img {
  height: 167px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.disclaimer-blok-text {
  border-radius: 40px;
  flex: 1;
  background-color: #257A3Eb0;
  color: #ffffff;
  padding: 17px;
  text-align: center;
}

.main-footer {
  color: #ffffff;
  display: flex;
  flex-direction:column;
  gap: 17px;
  padding-top: 17px;
  border-top: 1px solid #ffffff;
}

.main-footer a {
  color: #ffffff;
  text-decoration: none;
}
.main-footer a:hover{
  color: #fff93c;
}

.footer-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 17px;
}
.footer-img img{
  height: 69px;
}
.footer-privacy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap:  17px;
  justify-content: space-around;
}

.global-contakt {
  background-color: #835f34;
}
.global-drop-in-line-title {
    color: #fff;
    padding-bottom:  22px;
    text-align: center;
    font-weight: 600;
}
.global-drop-in-line-title::after {
  content: '';
  display: block;
  height: 44px; 
  background-image: url(galleryarchive/tematik/borders_long-0688a331a55448.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 5px;
}

.main-contakt {
  display: flex;
  gap:  28px;
}

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

.drop-in-line-info-detal {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap:  28px;
}
.drop-in-line-info-detal a {
  font-weight: 600;
  font-size:26px ;
  text-decoration: none;
  color: #fff;
}
.drop-in-line-info-detal a:hover {
  color: #fff93c;
}
.drop-in-line-info-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop-in-line-info-img img {
  height: 312px;
  max-width: 100%;
  object-fit: contain;
}

.drop-in-line-forma {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap:  28px;
}
.drop-in-line-forma-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop-in-line-forma-img img {
  height: 312px;
  max-width: 100%;
  object-fit: contain;
}
.drop-in-line-forma-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 28px;
  border-radius: 40px;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
}
.drop-in-line-forma-form a {
  color: #fff;
  text-decoration: none;
}
.drop-in-line-forma-form label {
  position: relative;
}

.drop-in-line-forma-form label .input {
  background-color: #333;
  color: #fff;
  width: 100%;
  padding: 17px 5px 5px 12px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 12px;
}

.drop-in-line-forma-form label .input + span {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 12px;
  top: 0px;
  font-size: 15px;
  cursor: text;
  transition: 0.3s ease;
}

.drop-in-line-forma-form label .input:placeholder-shown + span {
  top: 12px;
  font-size: 15px;
}

.drop-in-line-forma-form label .input:focus + span,
.drop-in-line-forma-form .input:valid + span {
  color: #ffdd00;
  top: 0px;
  font-size: 15px;
  font-weight: 600;
}

.drop-in-line-forma-form .input {
  font-size: 15px;
}

.global-page {
  background-color: #835f34;
}

.global-page-title {
  color: #fff;
  padding-bottom:  22px;
  text-align: center;
  font-weight: 600;
}

.global-page-title::after {
  content: '';
  display: block;
  height: 44px; 
  background-image: url(galleryarchive/tematik/borders_long-0688a331a55448.png);
  background-size: 70% 100%;
  background-repeat: repeat;
  margin-top: 5px;
}

.main-page {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.main-page-ops {
  display: flex;
  flex-direction: row;
  gap: 22px;
}

.main-page-ops div {
  flex: 1;
  color: #fff;
}
.main-page-ops-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-page-gra iframe {
  height: 100vh;
  width: 100%;
}

 .who-we-are {
    background-color: #000;
    padding: 37px 0;
 }
 .who-we-are-main {
    color: #ffffff;
 }

 .who-we-are-main-title {
    padding-bottom:  22px;
    text-align: center;
    font-weight: 600;
 }

 .who-we-are-main-title::after {
    content: '';
    display: block;
    height: 44px; 
    background-image: url(galleryarchive/tematik/borders_long-0688a331a55448.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 5px;
}
 .blok-rules {
    background-color: #000;
    padding: 37px 0;
 }
 .blok-rules-main {
    color: #ffffff;
 }
 .blok-rules-main-title {
    padding-bottom:  22px;
    text-align: center;
    font-weight: 600;
 }
 .blok-rules-main-title::after {
    content: '';
    display: block;
    height: 44px; 
    background-image: url(galleryarchive/tematik/borders_long-0688a331a55448.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.btn-1 {
  padding: 12px 28px;
  border: 2px solid #c3a417;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  transition: .3s;
  z-index: 1;
  font-family: inherit;
  color: #c3a417;
 }
 
 .btn-1::before {
  content: '';
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #c3a417;
  transition: .5s ease;
  display: block;
  z-index: -1;
 }
 
 .btn-1:hover::before {
  width: 105%;
 }
 
 .btn-1:hover {
  color: #111;
 }

 .btn-2 {
  color: #000;
  padding: 17px 33px;
  border-radius: 44px;
  cursor: pointer;
  border: 0;
  background-color: white;
  box-shadow: rgb(0 0 0 / 5%) 0 0 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
}

.btn-2:hover {
  letter-spacing: 3px;
  background-color:  hsl(65, 80%, 48%);
  color: hsl(0, 0%, 0%);
  box-shadow: rgb(200, 220, 24) 0px 5px 28px 0px;
}

.btn-2:active {
  letter-spacing: 3px;
  background-color: hsl(65, 80%, 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(200, 220, 24) 0px 0px 0px 0px;
  transform: translateY(12px);
  transition: 100ms;
}
.btn-3 {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fffc35;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #fffc35;
  border-radius: 12px;
  box-shadow: inset 0 0 0 0 #fffc35;
}

.btn-3:hover {
  color: rgb(0, 0, 0);
  box-shadow: inset 0 -74px 0 0 #fffc35;
}

.btn-3:active {
  transform: scale(0.9);
}

.btn-4 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 12px 28px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 5px 5px 12px #c5c5c5, -5px -5px 12px #ffffff;
}

.btn-4:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.btn-4:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn-4:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #ff8808;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn-4:hover {
  color: #000000;
  border: 1px solid #ff8808;
}

.btn-4:hover:before {
  top: -35%;
  background-color: #ff8808;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-4:hover:after {
  top: -45%;
  background-color: #ff8808;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-5 {
  --bg: #e7943c;
  --text-color: #fff;
  position: relative;
  border: none;
  background: var(--bg);
  color: var(--text-color);
  padding: 12px;
  transition: 0.2s;
  border-radius: 5px;
  opacity: 0.7;
  box-shadow: #685b24 0px 5px 2px, #000 0px 5px 5px;
}

.btn-5:hover {
  opacity: 1;
  color: #000;
}

.btn-5:active {
  top: 4px;
  box-shadow: #dfce62 0px 3px 2px,#000 0px 3px 4px;
}



@media (max-width: 1200px) {
  .main-page-ops {
    flex-direction: column !important;
  }

}
@media (max-width: 991px) {
  .home-btn {
    width: 40%;
  }
  .benefit-box {
    flex-direction: column !important;
  }
  .main-about {
    flex-direction: column !important;
  }
  .main-form-video {
    flex-direction: column !important;
  }
  .form {
    width: 100%;
  }
  .main-step-box {
    flex-direction: column !important;
  }
  .card {
    height: 312px;
  }
  .global-form {
    width: 100% !important;
  }
}

@media(max-width: 767px) {
  .home-btn {
    width: 50%;
  }
  .QyuMain-katalog-box {
    flex-direction: column !important;
  }
  .main-disclaimer-blok {
    flex-direction: column !important;
  }
  .main-step-box-blok {
    flex-direction: column !important;
  }
  .drop-in-line-info  {
    flex-direction: column !important;
  }
  .drop-in-line-forma {
    flex-direction: column !important;
  }
  .drop-in-line-forma-img {
    display: none;
  }
  .drop-in-line-forma-form {
    width: 100%;
  }
}
@media(max-width: 575px) {
  .home-btn {
    width: 100%;
  }
  .benefit-cartoch-container-box {
    height: auto;
  }
  .card-container-box .content-box .heading-box {
    font-size: 12px;
  }
  .drop-in-line-info-detal a {
    font-size: 15px;
  }
}


.map{
  border: 0;
}

.pic-dimensions{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  object-fit: contain;
  height: auto;
}

@media (min-width: 768px){
  .pic-dimensions{
    height: 312px;
  }
}
@media (min-width: 992px){
  .pic-dimensions{
    height: 393px;
  }
}
@media (min-width: 1200px){
  .pic-dimensions{
    height: 599px;
  }
}