@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans+Mono:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


body{
   direction: ltr;
    font-family: 'Ubuntu Sans Mono', sans-serif !important;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

a {
  text-decoration: none;
}
.main-1 {
  background: linear-gradient(180deg, rgba(142,62,5,1) 33%, rgba(230,146,0,1) 72%, rgba(255,252,0,1) 100%);
}
.main-2 {
  background: linear-gradient(51deg, rgb(155 76 8) 30%, rgb(171 132 64) 66%, #ffc107 100%);
}
.header-main{
    background: url(creativecove/background/bg-light-068a49d3364a64.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-main-background {
    height: 100%;
    width: 100%;
    background-color: #333333ba;
}

.header-hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:  25px;
}

.header-hero-text {
    flex: 1;
    color: #ECEFF1;
    padding: 156px 20px;
}

.header-hero-text a {
  text-decoration: none;
}

.header-hero-text-logo {
    padding: 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

.header-hero-text-logo span {
    font-size: 32px;
    color: #ECEFF1;
}

.header-hero-text-logo img {
    height: 128px;
}

.header-hero-text h1 {
    color: #ffffff;
    padding-bottom: 20px;
}

.header-hero-img {
    flex: 1;
}

.slideshow-container {
  max-width: 939px;
  position: relative;
  margin: auto;
}

.current-slide img {
  object-fit: cover;
  height: 491px;
  width: 100%;
}

.dots-slide {
  display: none;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}


#menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }

  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }

  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    z-index: 99;
    visibility: visible;
    left: 0;
  }
  .menu__btn {
    display: flex;
    align-items: center;
    position: sticky;
    top:  20px;
    left:  20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 100;
    padding: 10px;
  }
  
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff700;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -6px;
  }
  .menu__btn > span::after {
    content: '';
    top: 6px;
  }
  
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 345px;
    height: 100%;
    margin: 0;
    padding: 71px 0;
    list-style: none;
    background-color: #333;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
  }
  
  .menu__item {
    display: block;
    padding: 10px 25px;
    color: #fff700;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
  .menu__item:hover {
    color: #000;
  }

.main-random {
  display: flex;
  flex-direction: column-reverse;
}
.otstyp {
  padding: 71px 0;
}


.company-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 25px;
}

.company-info-blok-text {
  display: flex;
  flex-direction: column;
  width: 70%;
  gap: 25px;
}
.company-info-blok-text {
  color: rgb(0, 0, 0);
}

.company-info-title-border {
  object-fit: contain;
  max-height: 20px;
  max-width: 100%;
}
.company-info-title {
  font-weight: {font_weight_bold};
  padding-bottom: 20px;
  text-align: center;
  color: #ffe622;
}
.company-info-blok-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.image-rotate {
  height: 389px;
  object-fit: cover;
  animation: rotateY 10s linear infinite;
}

@keyframes rotateY {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.playzone-title {
  color: #ffe622;
  text-align: center;
  font-weight: {font_weight_bold};
  padding-bottom: 20px;
}

.playzone-title img {
  height: 56px;
  object-fit: contain;
}

.people-2 {
  transform: scaleX(-1);
}

.playzone-info {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
}

.playzone-info-blok {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 25px;
}

.card {
  position: relative;
  width: 100%;
  height: 518px;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #000000;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card__title {
  text-decoration: none;
  color: #ffe622;
  font-size: 20px;
  font-weight: 900;
}
.card__title:hover {
  color: #fff;
}
.card__text {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.card:hover {
  transform: translateY(-10px);
}

.card:hover .card__image img {
  transform: scale(1.2);
}

.card:hover .card__content {
  transform: translateY(-100%);
}

.card__image {
  background-color: #000;
}
.card:hover .card__text {
  display: none;
}
.main-video {
  background-color: #000;
}
.main-video video {
  object-fit: cover;
  height: 345px;
  width: 100%;
}

.forma-picture-bloks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 25px;
}

.forma-main {
  flex: 1;
}

.forma-main-title {
  text-align: center;
  color: #000;
  font-weight: {font_weight_bold};
  padding-bottom: 20px;
}

.forma-main-title img {
   height: 42px;
   object-fit: contain;
}
.net-form {
  display: none;
}

.net-form img {
  height: 183px;
  object-fit: contain;
}

.osnova-forma {
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding:  26px;
}

.osnova-forma a {
  text-decoration: none;
  color: #fff;
}

.osnova-forma label {
  color: #ffc107;
}

.osnova-forma .input-form-group--element,
.osnova-forma .textarea-form-group--element {
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: transparent;
  border-bottom: 2px solid rgb(49 45 45 / 55%);
}

.osnova-forma .input-form-group--element::placeholder,
.osnova-forma .textarea-form-group--element::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.osnova-forma .textarea-form-group--element {
  height: 71px;
  margin-bottom: 6px;
}

.main-picture {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-picture img {
  animation: rotateI 10s linear infinite;
  height: 389px;
  object-fit: contain;
  max-width: 100%;
}

@keyframes rotateI {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.accordion-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 25px;
}

.vopros-main {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}

.vopros-main-title {
  font-weight: {font_weight_bold};
  padding-bottom: 20px;
  color: #000000;
  text-align: center;
}

.vopros-main-title img {
    height: 26px;
    object-fit: contain;
}

.vopros img {
  object-fit: contain;
  height: 20px;
  max-width: 100%;
}

.vopros button {
  border: 2px solid #ffca00;
}

.accordion {
  display: flex;
  justify-content: space-between;
  background-color: #535353bd;
  color: #ffca00;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 13px;
  transition: 0.3s;
}

.active, .accordion:hover {
  color: #000;
  background-color: #f8e403;
}

.panel {
  padding: 0 20px;
  color: #fff;
  background-color: rgb(0, 0, 0);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.statistika-main {
  flex: 1;
}

.statistika-main-title {
  font-weight: {font_weight_bold};
  padding-bottom: 20px;
  text-align: center;
  color: #000;
}

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

.scoreboard-player {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:  19px;
  padding:  19px 26px;
  background-color: #535353bd;
  border-radius: 0px;
  gap: 19px;
  opacity: 0.8;
}

.scoreboard-player:last-child {
  margin-bottom: 0;
} 

.scoreboard-player-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.scoreboard-player-avatar {
  box-shadow: 0 4px 6px rgb(0 0 0 / 94%);
  width:53px;
  height: 53px;
  border-radius: 50%;
  margin-right: 10px;
}

.scoreboard-player-name {
  color: #000;
  font-weight: 900;
}

.scoreboard-player-kybok {
  align-items: center;
  display: flex;
  gap: 20px ;
  padding: 10px;
  border: 2px solid #f8e403;
  border-radius: 0px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.scoreboard-player-kybok img {
  height: 42px;
  object-fit: contain;
}

.scoreboard-player-score {
  font-weight: 900;
  color: #0a0a0a;
}

.disklam {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.disklam-title {
  font-weight: {font_weight_bold};
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}

.disklam-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 25px;
}

.disklam-main{
  background-color: #000;
}

.disklam-info img {
  height: 183px;
  object-fit: contain;
}
.disklam-info div {
  background-color: #00C9B1b0;
  color: #fff;
  display: flex;
  font-weight: {font_weight_bold};
  align-items: center;
  border: 2px solid #fff;
  padding: 26px;
}


.footer-main {
  background-color: #000;
  color: #fff;
}

.footer-info-politik a {
  color: #fff;
}

.footer-info-kartinki a {
  color: #fff;
}

.footer-main a:hover {
  color: #f8e403;
}

.foot-log {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 25px;
}

.footer-info-politik {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-info-kartinki {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 25px;
}

.footer-info-kartinki img {
  height: 62px;
}

.footer-info-play {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-info-play span {
  color: #f8e403;
}

.page-rules-main {
  color: #000;
  overflow: hidden;
  padding: 0 20px;
}
.page-rules-main a {
  color: #000;
}

.page-rules-main-title {
  font-weight: {font_weight_bold};
  padding-bottom: 20px;
  color: #000000;
  text-align: center;
}

.page-aboutus-main-title {
  font-weight: {font_weight_bold};
  padding-bottom: 20px;
  color: #000000;
  text-align: center;
}
.page-aboutus-main {
  color: #000;
  align-items: center;
  overflow: hidden;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 25px;
}

.page-aboutus-main-text {
  width: 65%;
}

.page-aboutus-main-title img {
  height: 56px;
  object-fit: contain;
}

.page-aboutus-main-picture {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-aboutus-main-picture img {
  height: 252px;
  object-fit: contain;
  animation: rotateA 10s linear infinite;
}

@keyframes rotateA {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}


.main-contact {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 25px;
}

.main-contact-title {
  font-weight: {font_weight_bold};
  padding-bottom: 20px;
  color: #000000;
  text-align: center;
}

.main-contact-title img {
  height: 56px;
  object-fit: contain;
}

.kontakt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Rw_kontakt-box {
  padding: 20px;
  background-color: #333;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
    
.Rw_kontakt-box div {
  color: #f8e403;
}

.Rw_kontakt-box a {
  color: #ffffff;
  text-decoration: none;
}

.net-kontaktov {
  display: none;
}

.net-kontaktov img {
  height: 183px;
  object-fit: contain;
}

.forma-kontakt {
  flex: 1;
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding:  26px;
}

.forma-kontakt .input {
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: transparent;
  border-bottom: 2px solid rgb(49 45 45 / 55%);
}

.forma-kontakt .input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.form-03-check {
  color: #f8e403;
}

.form-03-check a {
  text-decoration: none;
  color: #CFD8DC;
}

.page-osnava {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.blok1 {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
}

.core-title {
  font-weight: {font_weight_bold};
  padding-bottom: 20px;
  color: #000000;
  text-align: center;
}

.core-title img {
  height: 56px;
  object-fit: contain;
}

.page {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
}

.core-blok{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.core-blok-igra iframe {
  height: 100vh;
  width: 100%;
}



.core-blok-content-text {
  color: #ffffff;
}

.blok2 {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.blok2-start-title {
  font-weight: {font_weight_bold};
  padding-bottom: 20px;
  color: #000000;
  text-align: center;
}

.display-flex {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-1 {
  padding: 10px 20px;
  border: 2px solid #c3a417;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  transition: .2s;
  font-family: inherit;
  color: #c3a417;
 }
 
 .btn-1:hover {
  background-color: #c3a417;
  color: #111;
 }

 .btn-2 {
  color: #000;
  padding:  20px 33px;
  border-radius: 42px;
  cursor: pointer;
  border: 0;
  background-color: #ebeb34;
  box-shadow: rgb(0 0 0 / 5%) 0 0 6px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  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 6px 26px 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(10px);
  transition: 100ms;
}

.btn-3 {
  position: relative;
  display: inline-block;
  padding: 20px 26px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fffc35;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #fffc35;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #fffc35;
}

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

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

.btn-4:active {
  color: #666;
  box-shadow: inset 6px 6px 10px #c5c5c5, inset -6px -6px 10px #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: 2px 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: #e7c73c;
  --text-color: #fff;
  position: relative;
  border: none;
  background: var(--bg);
  color: var(--text-color);
  padding: 10px;
  transition: 0.3s;
  border-radius: 5px;
  box-shadow: #685b24 0px 6px 2px, #000 0px 6px 5px;
}

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


@media (max-width: 991px) {
  .header-hero-img {
    display: none;
  }
  .company-info {
    flex-direction: column;
  }
  .company-info-blok-img {
    width: 100%;
  }
  .company-info-blok-text {
    width: 100%;
  }
  .playzone-info-blok {
    flex-direction: column;
  }
  .forma-picture-bloks {
    flex-direction: column;
  }
  .main-picture {
    display: none;
  }
  .vopros-main {
    width: 100%;
  }
  .disklam-info {
    flex-direction: column;
  }
  .footer-info {
    flex-direction: column;
    align-items: center !important;
  }
  .footer-info-politik {
    align-items: center !important;
  }
  .page-aboutus-main {
    flex-direction: column;
  }
  .page-aboutus-main-picture {
    width: 100%;
  }
  .page-aboutus-main-text {
    width: 100%;
  }
  .main-contact {
    flex-direction: column;
  }
  .forma-kontakt {
    width: 100%;
  }
  .image-rotate {
    height: 252px;
  }
  .blok2 {
    flex-direction: column;
  }
  .statistika-main {
    width: 100%;
  }
  .kontakt {
    width: 100%;
  }
}

@media(max-width: 767px) {
  .card {
    width: auto;
  }
  .net-kontaktov img {
    height: 142px !important;
  }
  .net-form img {
    height: 142px !important;
  }
  
}
@media(max-width: 575px) {
  .btn-1 {
    padding: 20px;
    text-transform: initial;
    font-size: 13px;
  }
  .btn-2 {
    padding: 20px;
    text-transform: initial;
    font-size: 13px;
  }
  
  .footer-main a {
    text-align: center;
  }
  .header-hero-text-logo {
    flex-direction: column;
  }
  .image-rotate {
    height: 142px;
  }
  .card__text {
    display: none;
  }
  .forma-main-title img  {
    display: none;
  }
  .scoreboard-player {
    flex-direction: column;
  }
  .vopros-main-title img {
    display: none;
  }
  .playzone-title img {
    display: none;
  }
  .page-aboutus-main-title img  {
    display: none;
  }
  .main-contact-title img {
    display: none;
  }
  .core-title img {
    display: none;
  }
}

.picture-size{
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  padding: 20px;
}

@media (min-width: 768px){
  .picture-size{
    height: 345px;
  }
}
@media (min-width: 992px){
  .picture-size{
    height: 389px;
  }
}
@media (min-width: 1200px){
  .picture-size{
    height: 518px;
  }
}


.map-contact{
  border: 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;
    }
  }
}