@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

body{
    direction: ltr;
    font-family: 'Tenor Sans', sans-serif !important;
    line-height: 1.9;
    margin: 0px;
    padding: 0px;  
    height: 100vh;
    box-sizing: border-box;
    background-color: var(--color-backgrd-2);
    overflow-x: hidden;
    cursor: url('cursor/snowflake32.png'), auto; 
}

:root{
--dark: #141e10;
--green: #43a21a;
--green-light: #7ccd5a;
--light-grey: #787878;
--red: #d50000;
--red-bl: #590a0a;
--dark-green: #172219;
--blue: #0fbed9;
--white: #cce7ff;
--light: #f9f9f9;
--black: rgb(14, 14, 14);

--color-backgrd-1: #590a0a;
--color-backgrd-2: #063660;
--color-backgrd-3: #180660;
}
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.footer-logos a img {
  height: 50px;
  width: 100%;
  object-fit: contain;
  display: block;
}

a {
white-space: normal;
text-decoration: none;
}
ul {
padding-left: 0;
padding-right: 0;
}
li {
margin: 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.padding-winter{
padding:50px 8px;
}
.margin-winter{
padding: 0;
margin: 0 auto;
}


.snowflakes {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  pointer-events: none; 
}

.snowflake {
  position: absolute;
  top: -10%;
  font-size: 2em;
  color: white;
  opacity: 0.8;
  animation: fall 10s linear infinite;
}

@keyframes fall {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(100vh) translateX(10vw);
  }
}


.snowflake:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
  animation-duration: 5s;
}

.snowflake:nth-child(2) {
  left: 20%;
  animation-delay: 2s;
  animation-duration: 8s;
}

.snowflake:nth-child(3) {
  left: 30%;
  animation-delay: 4s;
  animation-duration: 7s;
}

.snowflake:nth-child(4) {
  left: 40%;
  animation-delay: 1s;
  animation-duration: 6s;
}

.snowflake:nth-child(5) {
  left: 50%;
  animation-delay: 3s;
  animation-duration: 10s;
}

.snowflake:nth-child(6) {
  left: 60%;
  animation-delay: 5s;
  animation-duration: 9s;
}

.snowflake:nth-child(7) {
  left: 70%;
  animation-delay: 1.5s;
  animation-duration: 8s;
}

.snowflake:nth-child(8) {
  left: 80%;
  animation-delay: 2.5s;
  animation-duration: 7s;
}

.snowflake:nth-child(9) {
  left: 90%;
  animation-delay: 4s;
  animation-duration: 6s;
}

.snowflake:nth-child(10) {
  left: 100%;
  animation-delay: 1s;
  animation-duration: 9s;
}
.aztecs-section-heder{
  padding: 13px;
}

.winter-navi{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.winter-top-title{
  display: flex;
  flex-direction: row;
    align-items: center;
}
.winter-top-title img{
width: 80px;
margin: 5px;
}
.winter-top-title h1{
  font-size: 2em;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 13px rgba(255, 255, 255, 0.8), 
  0 0 25px rgba(255, 255, 255, 0.6), 
  0 0 25px #7ccd5a, 0 0 40px #43a21a, 
  0 0 50px #43a21a, 0 0 60px #43a21a;
}
.winter-top-menu{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.winter-top-menu a{
  margin: 0 8px;
  color: var(--white);
}
.winter-top-menu a:hover{
  text-shadow: 
  0 0 13px rgba(255, 255, 255, 0.8),
  0 0 25px rgba(255, 255, 255, 0.8),
  0 0 25px #7ccd5a, 0 0 40px #43a21a, 
  0 0 50px #43a21a, 0 0 60px #43a21a;
}
.winter-section-head {
  position: relative;
 
  color: #ffffff;
  text-align: center;
  border-radius: 13px;
  overflow: hidden;
}

.winter-section-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('picgallery/back/bg-light-06915d75e4c478.jpg') no-repeat center center / cover; 
  filter: brightness(0.3); 
  z-index: -1;
  opacity: 0.9;
}
.w-img-head{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gambla-head-title h3 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 0 0 13px rgba(255, 255, 255, 0.8);
}

.w-img-head img {
  width: 70%;
  height: 200px;
  object-fit: contain;
  margin: 25px;
  transition: transform 0.5s ease;
}

.w-img-head img:hover {
  transform: scale(1.1);
}
.gambla-head-title{
  background-color: var(--green);
  clip-path: polygon(9% 91%, 0 100%, 0 0, 100% 0, 100% 89%, 86% 100%, 73% 91%, 61% 100%, 50% 91%, 39% 100%, 29% 91%, 19% 100%);

}

.winter-section-step {
  color: var(--dark);
  display: flex;
  justify-content: center;
}
.w-step-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.w-step-wrapper h2 {
  color: var(--green);
  font-size: 2em;
  margin-bottom: 25px;
  text-align: center;
}

.w-step-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 25px;
}

.w-step-c {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.w-step-c:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 123, 255, 0.3);
}

.w-step-c img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 17px;
}

.w-step-c p {
  color: #333;
  font-size: 1em;
  margin: 0;
}

.w-step-c:nth-child(1) {
  grid-row: span 2;
}
.w-step-c:nth-child(3) {
  grid-row: span 2;
}

.winter-section-games {
  background-color: var(--color-backgrd-2);
  display: flex;
  justify-content: center;
  color: var(--dark);
}
.w-games-wrapper {
  text-align: center;
}
.w-games-wrapper h2 {
  color: var(--green);
  font-size: 2em;
  margin-bottom: 25px;
  text-align: center;
}

.w-games-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.w-games-card {
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.w-games-card:hover {
  transform: scale(1.02);
}

.w-games-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}


.w-games-info {
  padding: 20px;
  position: relative;
  text-align: center;
}

.w-games-title {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--green);
  margin: 30px;
}

.w-games-content {
  font-size: 1em;
  color: #666;
  margin-bottom: 40px; 
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w-games-btn {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.w-games-btn button {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.w-games-btn button:hover {
  transform: scale(1.05);
}

.w-lider-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.w-lider-table td {
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  border: 1px solid #ccc;
}

.w-table-title{
  color: white;
  text-align: center;
}
.w-table-title h2{
  color: var(--green);
  font-size: 2em;
  margin-bottom: 25px;
}
.award-cell img {
  max-width: 50px;
  transition: transform 0.3s ease, opacity 0.3s ease; 
}


.avatar-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.w-lider-ava {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10%;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.nickname {
  margin-top: 8px;
  font-weight: 700;
  color: var(--white);
}

.award-cell img:hover {
  transform: scale(1.1); 
  opacity: 0.8; 
}

.avatar-cell:hover .w-lider-ava {
  transform: scale(1.1); 
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3); 
}
.winter-section-comments{
  background-color: var(--white);
  clip-path: polygon(43% 5%, 57% 0, 72% 5%, 86% 0, 100% 5%, 100% 100%, 0 100%, 0 0, 15% 5%, 28% 0);
}
.w-comments-wrapper{
  text-align: center;
}
.w-comments-title {
  color: var(--green);
  font-size: 2em;
  margin-bottom: 25px;
  text-align: center;
}
.w-comments-cards-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
grid-gap: 15px;
}
.w-comments-c1{
grid-column: 1/2;
grid-row: 1/2;
}
.w-comments-c2{
  grid-column: 2/3;
  grid-row: 1/2;
}
.w-comments-c3{
  grid-column: 3/5;
  grid-row: 1/2;
}
.w-comments-c4{
  grid-column: 1/2;
  grid-row: 2/3;
}
.w-comments-c5{
  grid-column: 2/4;
  grid-row: 2/3;
}
.w-comments-c6{
  grid-column: 4/5;
  grid-row: 2/3;
}
.w-comments-c1,
.w-comments-c2,
.w-comments-c3,
.w-comments-c4,
.w-comments-c5,
.w-comments-c6 {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  color: #333;
  background-size: cover;
  background-position: center;
  border: 3px double var(--green); 
  border-radius: 13px;
  position: relative;
  box-shadow: inset 0 0 13px rgba(14, 53, 224, 0.8); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.w-comments-c1{
  background-image: 
  linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.7)), 
  url('picgallery/back/bg-light-16915d75e4c4a3.jpg');
}
.w-comments-c2{
  background-image: 
  linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.7)), 
  url('picgallery/back/bg-light-26915d75e4c4cc.jpg');
}
.w-comments-c3{
  background-image: 
  linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.7)), 
  url('picgallery/back/bg-light-36915d75e4c4f1.jpg');
}
.w-comments-c4{
  background-image: 
  linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.7)), 
  url('picgallery/back/bg-light-46915d75e4c516.jpg');
}
.w-comments-c5{
  background-image: 
  linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.7)), 
  url('picgallery/back/bg-light-56915d75e4c53a.jpg');
}
.w-comments-c6{
  background-image: 
  linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.7)), 
  url('picgallery/back/bg-light-66915d75e4c55e.jpg');
}
.w-comments-c1:hover,
.w-comments-c2:hover,
.w-comments-c3:hover,
.w-comments-c4:hover,
.w-comments-c5:hover,
.w-comments-c6:hover {
  transform: translateY(-5px);
  box-shadow: inset 0 0 17px rgb(31, 194, 58), 0 5px 7px rgba(0, 0, 0, 0.2);
}

.w-comment-text {
  font-size: 22px;
  color: #333;
  margin-bottom: 13px;
}

.w-comment-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--green);
  text-align: right;
}
.winter-section-form-page{
  position: relative;
  color: var(--dark-green);
  text-align: center;
  border-radius: 13px;
  overflow: hidden;
}
.winter-section-form-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('picgallery/back/bg-light-16915d75e4c4a3.jpg') no-repeat center center / cover; 
  filter: brightness(0.3); 
  z-index: -1;
  opacity: 0.9;
}
.w-form-wrapper{
  display: flex;
  justify-content: center;
}
.form {
  width: 75%;
  padding: 4%;
  border-radius: 16px;
  background: #e8e8e8;
  box-shadow: #43a21a33 0px 50px 100px -20px, rgb(0 0 0) 0px 25px 60px -25px, #43a21a 0px -2px 6px 0px inset;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
}
.form p{
  color: var(--green);
  font-size: 2em;
  margin-bottom: 25px;
  text-align: center;
}
.input-formfield-component{
  height: 16%;
  padding: 25px 25px;
  margin: 25px 0;
  border: none;
  font-size: 1em;
  letter-spacing: 2px;
  border-radius: 7px;
  background: #f3f3f3;
  box-shadow: inset -2px -2px 5px #ffffff,
              inset 2px 2px 5px rgba(0, 0, 0, 0.356);
  text-decoration: none;
  background: linear-gradient(to right,white, #80808010, white);
  background-size: 200% 200%;
  animation: input 4s infinite;
}
.textarea-formfield-component{
  height: 100px;
  padding: 25px 25px;
  margin: 25px 0;
  border: none;
  font-size: 1em;
  letter-spacing: 2px;
  border-radius: 7px;
  background: #f3f3f3;
  box-shadow: inset -2px -2px 5px #ffffff,
              inset 2px 2px 5px rgba(0, 0, 0, 0.356);
  text-decoration: none;
  background: linear-gradient(to right,white, #80808010, white);
  background-size: 200% 200%;
  animation: input 4s infinite;
}
input {
  height: 16%;
  padding: 25px 25px;
  margin: 25px 0;
  border: none;
  font-size: 1em;
  letter-spacing: 2px;
  border-radius: 7px;
  background: #f3f3f3;
  box-shadow: inset -2px -2px 5px #ffffff,
              inset 2px 2px 5px rgba(0, 0, 0, 0.356);
  text-decoration: none;
  background: linear-gradient(to right,white, #80808010, white);
  background-size: 200% 200%;
  animation: input 4s infinite;
}
textarea {
  height: 100px;
  padding: 25px 25px;
  margin: 25px 0;
  border: none;
  font-size: 1em;
  letter-spacing: 2px;
  border-radius: 7px;
  background: #f3f3f3;
  box-shadow: inset -2px -2px 5px #ffffff,
              inset 2px 2px 5px rgba(0, 0, 0, 0.356);
  text-decoration: none;
  background: linear-gradient(to right,white, #80808010, white);
  background-size: 200% 200%;
  animation: input 4s infinite;
}
.input-formfield-component:focus-visible,
.textarea-formfield-component:focus-visible{
  outline: none;
  background: rgb(241, 241, 241);
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
  background: rgb(241, 241, 241);
}


@keyframes input-formfield-component {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
@keyframes input {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.w-form-btn{
  text-align: center;
}
    
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container {
  display: flex;
  cursor: pointer;
  font-size: 1.5rem;
  user-select: none;
  align-items: center;
}

.checkmark {
  --clr: #0B6E4F;
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background-color: #ccc;
  border-radius: 50%;
  transition: 300ms;
}

.container input:checked ~ .checkmark {
  background-color: var(--clr);
  margin: 0 5px;
  border-radius: .5rem;
  animation: pulse 500ms ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border: solid #E0E0E2;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 #0B6E4F90;
    rotate: 20deg;
  }

  50% {
    rotate: -20deg;
  }

  75% {
    box-shadow: 0 0 0 13px #0B6E4F60;
  }

  100% {
    box-shadow: 0 0 0 13px #0B6E4F30;
    rotate: 0;
  }
}

.winter-section-footer{
  border-top: 2px solid var(--white);
}
.w-footer-title img{
  width: 80px;
  height: 80px;
  margin: 5px;
  object-fit: contain;
}
.w-footer-title h1{
font-size: 2em;
    color: #ffffff;
    text-shadow: 0 0 13px rgba(255, 255, 255, 0.8), 
    0 0 25px rgba(255, 255, 255, 0.6), 0 0 25px #7ccd5a, 
    0 0 40px #43a21a, 0 0 50px #43a21a, 0 0 60px #43a21a;

}
.w-footer-title{
  display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.w-footer-menu-list{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.w-footer-list{
  display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}
.w-disclaimer-wrap{
  display: flex;
    flex-direction: column;
    align-items: center;
}
.w-disclaimer-title{
  text-align: center;
}
.w-footer-list{
flex: 1;
margin: 20px 0;
}
.w-section-disclaimer{
  background-color: var(--green);
  padding: 25px;
  border-radius: 25px;
}
.w-footer-list a{
  color: var(--white);
}
.w-footer-list a:hover{
  text-shadow: 0 0 13px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.8), 0 0 25px #7ccd5a, 0 0 40px #43a21a, 0 0 50px #43a21a, 0 0 60px #43a21a;
}
.w-about-list{
  display: flex;
  flex-direction: row;
    align-items: center;
}
.w-about-img{
  flex: 1;
  text-align: center;
}
.w-about-img img{
  width: 50%;
  margin: 25px;
}
.w-about-text{
  box-shadow: rgb(38, 57, 77) 0px 25px 25px -13px;
    padding: 25px;
   flex: 1;
    background-color: white;
    border-radius: 40px;
}
.w-about-title{
  color: var(--green);
  font-size: 2em;
  margin-bottom: 25px;
  text-align: center;
}
.w-priv-wrapper{
  color: var(--white);
}
.w-priv-wrapper h2{
  color: var(--green);
}

.winter-section-games-page {
  display: flex;
  flex-direction: column;
}

.w-game-page-card {
  display: flex;
  width: 100%;
  margin: 0 0 25px;
  overflow: hidden;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.1);
}
.w-game-page-img,
.w-game-page-top-content {
  flex: 1;
}
.w-game-page-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.w-game-page-top-content {
  background-color: #ffffff;
  padding: 20px;
  flex-grow: 1;
}

.w-game-page {
  color: var(--green);
  font-size: 24px;
  margin-bottom: 13px;
}

.w-player-num {
  display: flex;
  justify-content: space-between;
  color: gray;
  font-size: 16px;
  margin: 13px 0;
  border-bottom: 2px solid lightgray;
  padding-bottom: 5px;
}

.w-game-page-content p {
  color: var(--dark);
  font-size: 16px;
}
.w-adres-map{
  display: flex;
  flex-direction: row-reverse;
  align-items: center
}
.w-contact-page {
  padding: 20px;
  border-radius: 12px;
  color: #ffffff;
  flex: 1;
}

.w-contact-page h3 {
  font-size: 24px;
  color: #cce7ff; 
  margin-bottom: 25px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  border-bottom: 2px solid #cce7ff;
  padding-bottom: 13px;
}
.w-contact-page a {
  word-break: break-all;
}
.w-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-family: 'Arial', sans-serif;
}

.w-footer-item {
  display: flex;
  align-items: center;
  gap: 13px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 13px 17px;
  border-radius: 7px;
  color: #ffffff;
}

.w-footer-item svg {
  fill: #cce7ff; 
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.w-footer-item a,
.w-footer-item p {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.w-footer-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.winter-section-current{
  border-top: 0.5px solid white;
}
.w-current-year{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  color: var(--white);
  font-size: 14px;
}


.winter-section-priv {
  word-break: break-all;
}

.w-iframe-games {
  height: 100vh;
}
@media screen and (min-width: 480px) {
  .margin-winter{
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .margin-winter{
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .margin-winter{
    max-width: 1200px;
  }
}


@media (max-width: 1200px) {

  .winter-top-menu{
    flex-wrap: wrap;
    justify-content: center;
  }


}
@media (max-width: 992px) {
  .w-game-page-card {
    flex-direction: column;
  }
  .w-game-page-img img  {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .w-game-page-img img  {
    height: auto;
  }
  .winter-navi {
    flex-direction: column;
      }
  .winter-top-menu{
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .winter-top-title{
    flex-direction: column;
    align-items: center;
  }

  .w-games-wrapper h2 {
    font-size: 1.8em;
  }

  .w-games-cards {
    gap: 17px;
  }

  .w-games-card {
    max-width: 100%; 
  }
  .w-comments-cards {
    flex-direction: column;
    align-items: center;
}
.w-comments-cards-grid{
  display: flex;
  flex-direction: column;
}
.form {
  width: 90%;
}
.w-about-list,
.w-footer-menu-list{
  flex-direction: column-reverse;
}
.w-footer-title{
  flex-direction: column;
}
.w-footer-title h1{
  text-align: center;
}


.w-game-page-img img {
  width: 100%;
  height: auto;
}

.w-game-page-top-content {
  padding: 17px;
}

.w-game-page {
  font-size: 20px;
}

.w-player-num {
  font-size: 14px;
}

.w-game-page-content p {
  font-size: 14px;
}



.w-footer-contact-list {
  gap: 13px;
}

.w-footer-item a,
.w-footer-item p {
  font-size: 14px;
}
.w-adres-map{
  flex-direction: column;
}
}



@media (max-width: 480px) {
  .gambla-head-title h3{
    font-size: 24px;
  }
  .w-games-wrapper h2 {
    font-size: 1.5em;
  }

  .w-games-cards {
    gap: 13px;
    flex-direction: column; 
  }

  .w-games-info {
    padding: 17px;
  }

  .w-games-title {
    font-size: 1.1em;
  }

  .w-games-content {
    font-size: 0.9em;
    margin-bottom: 25px;
  }

  .w-games-btn button {
    padding: 8px 16px;
    font-size: 0.9em;
  }
  .award-cell img {
    max-width: 40px;
}

.w-lider-ava {
    max-width: 50px;
}
.w-game-page {
  font-size: 18px;
}

.w-player-num {
  font-size: 12px;
}

.w-game-page-content p {
  font-size: 12px;
}


.w-contact-page h3 {
  font-size: 20px;
}

.w-footer-item {
  padding: 8px 13px;
}
}
@media (max-width: 375px) {
.container{
  flex-direction: column;
}
}
@media (max-width: 375px){
  .winter-top-title h1,
  .w-footer-title h1,
  .form p{
    font-size: 22px;
  }
}



.button-1 {
  --green: #1BFD9C;
  font-size: 14px;
  padding: 0.7em 2.7em;
  width: 200px;
  letter-spacing: 0.06em;
  position: relative;
  font-family: inherit;
  border-radius: 0.6em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid var(--green);
  background-color: var(--red);
  color: var(--white);
  box-shadow: inset 0 0 13px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1);
}

.button-1:hover {
  color: #82ffc9;
  box-shadow: inset 0 0 13px rgba(27, 253, 156, 0.6), 0 0 9px 3px rgba(27, 253, 156, 0.2);
}

.button-1:before {
  content: "";
  position: absolute;
  left: -4em;
  width: 4em;
  height: 100%;
  top: 0;
  transition: transform .5s ease-in-out;
  background: linear-gradient(to right, transparent 1%, rgba(27, 253, 156, 0.1) 40%,rgba(27, 253, 156, 0.1) 60% , transparent 100%);
}

.button-1:hover:before {
  transform: translateX(15em);
}


.button-2,
.button-2:focus {
   font-size: 14px;
   padding: 13px 25px;
   width: 200px;
   border-radius: 0.7rem;
   color: white;
  background-color: var(--red-bl);
   border: 2px solid rgb(50, 50, 50);
   border-bottom: 5px solid rgb(50, 50, 50);
   box-shadow: 0px 2px 6px 0px var(--green-light);
   transform: translate(0, -3px);
   cursor: pointer;
   transition: 0.2s;
   transition-timing-function: linear;
 }
 
 .button-2:active {
   transform: translate(0, 0);
   border-bottom: 2px solid rgb(50, 50, 50);
 }
 

.button-3 {
  display: inline-block;
  padding: 13px 25px;
  width: 200px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #678600;
  border: 2px solid #000;
  border-radius: 12px;
  box-shadow: 5px 5px 0px #000;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button-3:hover {
  background-color: #fff;
  color: #ff5252;
  border: 2px solid #ff5252;
  box-shadow: 5px 5px 0px #ff5252;
}

.button-3:active {
  background-color: #0f5903;
  box-shadow: none;
  transform: translateY(5px);
}


.button-4 {
  font: inherit;
  width: 200px;
  background-color: #f0f0f0;
  border: 2px solid var(--red);
  color: #242424;
  border-radius: 0.5em;
  font-size: 14px;
  padding: 0.375em 1em;
  font-weight: 600;
  text-shadow: 0 0.0625em 0 #fff;
  box-shadow: inset 0 0.0625em 0 0 #f4f4f4, 0 0.0625em 0 0 #efefef,
    0 0.125em 0 0 #ececec, 0 0.25em 0 0 #e0e0e0, 0 0.3125em 0 0 #dedede,
    0 0.375em 0 0 #dcdcdc, 0 0.425em 0 0 #cacaca, 0 0.425em 0.5em 0 #cecece;
  transition: 0.15s ease;
  cursor: pointer;
}
.button-4:active {
  translate: 0 0.225em;
  box-shadow: inset 0 0.03em 0 0 #f4f4f4, 0 0.03em 0 0 #efefef,
    0 0.0625em 0 0 #ececec, 0 0.125em 0 0 #e0e0e0, 0 0.125em 0 0 #dedede,
    0 0.2em 0 0 #dcdcdc, 0 0.225em 0 0 #cacaca, 0 0.225em 0.375em 0 #cecece;
}

.button-5 {
  background: linear-gradient(140.14deg, #ec540e 15.05%, #d6361f 114.99%)
      padding-box,
    linear-gradient(142.51deg, #ff9465 8.65%, #af1905 88.82%) border-box;
  border-radius: 7px;
  width: 200px;
  border: 2px solid transparent;

  text-shadow: 2px 2px 2px #00000040;
  box-shadow: 7px 7px 25px 0px #45090059;

  padding: 13px 40px;
  line-height: 25px;
  cursor: pointer;
  transition: all 0.3s;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.button-5:hover {
  box-shadow: none;
  opacity: 80%;
}


.dopWidth{
  width: 54px !important;
}

.dopMarginTop{
  margin-top: 25px;
}

.dopWhiteColor{
  color: var(--white) !important;
}

