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

:root{
 --bg-1:#3e332c;
 --bg-2:#9f9f9f;
 --bg-3:#A4A69C;
 --bg-4:#D9967E;
 --bg-5:#56663f;

--bg-main:var(--bg-1);

--card-1:#FEDC2A;
--card-2:#7cc000;
--card-3:#f14e18;
--card-4:#0378A6;
--card-5:#eb5353;

--card-main:var(--card-1);

--over-1:rgba(77, 70, 70, 0.8);
--over-2: rgba(89, 69, 57, 0.8);
--over-3:rgba(164, 166, 156, 0.8);
--over-4:rgba(217, 150, 126, 0.8);
--over-5:rgba(54, 64, 40, 0.8);

--ov-main:var(--over-1);

--rand-1:transparent;
--rand-2:var(--ov-main);

--rand-main:var(--rand-1);


--pg-card-15-18:16px;
--pg-card-18-22:21px;
--pg-card-12-14:13px;
--margin25:22px 0px;
--sec-padd:46px 0px;
--border-r:28px;
  --white:white;
  --black:black;
  --gap-25-30: 28px;
  --gap-30-40:33px;


}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  
}

button{
  border: none;
  cursor: pointer;
}
ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

body{

  overflow-x: hidden;
  line-height:  1.3;
  direction: ltr;
  font-family: 'Tenor Sans', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;
}
ul,li{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
p,li{
  padding:  7px 0px;
}
p{
  font-weight: 700;
}
a{text-decoration: none;
  transition: all 0.3s ease;
}

img{
  width: 100%;
  display: block;
}

.container-hpp7{
  position: relative;
  width: 100%; 
  max-width: 1225px; 
  margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
  box-sizing: border-box;
}

#games-hpp71{
  display: none;
}



.title-hpp7 {
  color: var(--white);
  font-size:clamp(21px,4vw,36px);
text-align: center;
text-shadow: 2px 2px 4px var(--card-main), 
0px 0px  14px rgba(255, 255, 255, 0.8);
  font-weight: bold;
 margin: var(--margin25);
}
.title-black-hpp7{
  color: var(--black);
}


.main-nav {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background: transparent;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all .375s;
  min-height: 500px;
}

.main-nav.is-open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}


.main-nav::before {
 content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -15px;
  background:var(--card-main);
  transform-origin: 0 0;
  transform: skew(-14deg) translateX(-120%);
  transition: all .275s .1s;
}

.main-nav.is-open::before {
  transform: skew(-14deg) translateX(0);
}

.main-nav ul {
  display: inline-flex;
  flex-direction: column;
  height: 93%; 
  align-items: flex-end;
  justify-content: center;
  transform: translateX(-18%) skew(-16deg);
}

.main-nav li {
  display: block;
  margin: .5rem 0;
  text-align: right;
  transform: skew(16deg);
}

.main-nav a {
  opacity: 0;
  transform: translateY(-10px);
}

.main-nav.is-open a {
  opacity: 1;
  transform: translateY(0);
}
.main-nav li:nth-child(1) a {
transition: all 275ms 175ms
}
.main-nav li:nth-child(2) a {
transition: all 275ms 225ms
}
.main-nav li:nth-child(3) a {
transition: all 275ms 275ms
}
.main-nav li:nth-child(4) a {
transition: all 275ms 325ms
}
.main-nav li:nth-child(5) a {
transition: all 275ms 375ms
}


.main-nav ul,
.main-nav li {
list-style: none;
padding: 0;
}
.main-nav a {
display: block;
padding:  13px 0;
color: var(--white);
font-size: clamp(16px,4vw,19px);
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
}
.main-nav a:hover{
  transform: translateX(-10px);
}

.open-main-nav {
position: absolute;
top: 15px;
padding-top: 19px;
right: 15px;
z-index: 1000;
background: none;
border: 0;
cursor: pointer;
}
.open-main-nav:focus {
outline: none;
}
.burger {
position: relative;
display: block;
width: 42px;
height:1px;
margin: 0 auto;
background: var(--white);
transform: skew(5deg);
transition: all .275s;
}

.burger:after,
.burger:before {
content: '';
display: block;
height: 100%;
background: var(--white);
transition: all .275s;
}

.burger:after {
transform: translateY(-12px) translateX(-2px) skew(-20deg);
}

.burger:before {
transform: translateY(-16px) skew(-10deg);
}

.is-open .burger {
transform: skew(5deg) translateY(-8px) rotate(-45deg);
}

.is-open .burger:before {
transform: translateY(0px) skew(-10deg) rotate(75deg);
}

.is-open .burger:after {
transform: translateY(-12px) translateX(10px) skew(-20deg);
  opacity: 0;
}


.burger-text {
display: block;
font-size: .675rem;
letter-spacing: .05em;
margin-top: .5em;
text-transform: uppercase;
font-weight: 700;
text-align: center;
color: #5A3B5D;
}

.device {
  width: 99%;
  z-index: 2;
  top:0;
  right: 10px;
  position: absolute;
border-radius: 1px;
}
@media (max-width:991px) {
  .device {
    width: 97%;}
}



.container-menu {
  direction: ltr;
overflow: hidden;

}
.container-img-hpp7 {
  display: flex;
  align-items: center;
  gap: var(--pg-card-12-14);
  justify-content: center;
  margin: var(--margin25);
}
@media (max-width:575px) {
  .container-img-hpp7 {
    flex-direction: column;
  }
}
.box-logo-hpp7 {
  width: 73px;
 
}
.box-logo-hpp7 img{
  object-fit: contain;
}
.site-title-hpp7 {
  font-size: clamp(16px,4vw,26px);
  text-shadow: 2px 2px 4px var(--card-main), 
  0px 0px 14px rgba(255, 255, 255, 0.8);
}

.hero-hpp7 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: url('pixelpantry/bg/bg-all-06915bf1c850c4.jpg') no-repeat center center;
  background-size: cover;
  padding: 50px;
  text-align: center;
  color: white;
}
.hero-hpp7::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ov-main); 
 
}
.box-hero-hpp7{
  padding: 173px 0px;
  position: relative;
    z-index: 1;
}
.hero-hpp7 h1 {
  text-shadow: 2px 2px 4px var(--card-main), 
  0px 0px  14px rgba(255, 255, 255, 0.8);
  font-size: clamp(19px,4vw,32px);
  line-height: 1.3;
}

.section-about-hpp7 {
  position: relative;
  padding: var(--sec-padd);
  background: url(pixelpantry/bg/opacity_bg-06915bf1c85231.png) no-repeat center center / cover;
}
.section-about-hpp7::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -140px;
  background: url(img/cloud-bg.png) no-repeat center center / cover;
  height: 150px;
  z-index: 22;
}
.section-about-hpp7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255,0.9); 
 
}

.thumb-about-hpp7 {
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width:991px) {
  .box-about-hpp7{
    width: calc(50% - 40px);
  }
}
@media (min-width:992px) {
  .box-about-hpp7 {
    flex: 1;
  }
  .card-position-about-hpp7{
    margin-top:  205px;
  }
}

.box-item-about-hpp7{
  display: flex;
  flex-direction: column;
  align-items: center;
}


.box-svg-about-hpp7 {

  animation: bounce 1s infinite ease-in-out;}
.bounce-item-1 {
  animation-delay: 0s;
}

.bounce-item-2 {
  animation-delay: 0.2s;
}

.bounce-item-3 {
  animation-delay: 0.4s;
}

.bounce-item-4 {
  animation-delay: 0.6s;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.box-svg-about-hpp7 svg{
  color: var(--card-main);
  width: 95px;
  height: 95px;
  border: 1px solid var(--card-main);
  padding: var(--pg-card-12-14);
  transition: all 0.3s ease;
  border-radius: 0%;
}
.box-svg-about-hpp7 svg:hover{
  background-color: var(--card-main);
  color: var(--white);
}
.txt-num-about-hpp7{
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}
.num-about-hpp7{
  font-size: 17px;
  font-weight: 700;
}
.box-img-about-hpp7{
  display: flex;
    justify-content: center;
}
.box-img-abouts-hpp7{
  display: flex;
    justify-content: center;
}
.box-img-abouts-hpp7 img{
  height: 253px;

}
.box-img-about-hpp7 img{
  height: 253px;

}
@media (min-width:992px) {
  .box-img-about-hpp7 img{
    width: 500px;
    margin-top: -160px;
  }
  
}
@media (min-width:992px) {
  .box-img-abouts-hpp7 img{
    width: 500px;
    
  }
  
}
.box-txt-about-hpp7 p{
  text-align: center;
  margin: var(--margin25);
}
.box-btn-about-hpp7 {
  display: flex;
  justify-content: center;
}

.section-games1-hpp7{
  background-color: var(--bg-main);
  padding: var(--sec-padd);
}
.thumb-games1-hpp7 {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-30-40);
}
.box-games1-hpp7 {
  width: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width:768px) and (max-width:991px) {
  .box-games1-hpp7{
    width:  calc(50% - 40px);
  }
}
@media (min-width:992px) {
  .box-games1-hpp7{
    width:  calc(33% - 40px);
  }
}

.box-img-games1-hpp7{
  position: relative;
  overflow: hidden;
max-width:  336px;
 
}

.box-img-games1-hpp7 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:  0%;
  aspect-ratio: 1;
}
.title-games1-hpp7{
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--pg-card-15-18);
  background-color: var(--card-main);
  padding:14px 33px 14px 14px;
  font-size: clamp(18px,4vw,21px);
  color: var(--white);
  transition: all 0.6s ease;
  opacity: 0;
}
@media (max-width:767px) {
  .title-games1-hpp7{
    opacity: 1;
  }
}
.link-games1-hpp7{
  position: relative;
  display: block;

  border-radius: 0;
}
@media (max-width:575px) {
  .link-games1-hpp7{
    height: 280px;
    width: 280px;
}}
@media (min-width:768px) {
  .link-games1-hpp7:hover .title-games1-hpp7{
    background-color: var(--white);
    color: var(--card-main);
    opacity: 1;
  }
}

.section-games2-hpp7{
  position: relative;
  background-attachment: fixed;
    background: url('pixelpantry/bg/bg-all-16915bf1c85100.jpg') no-repeat center center;
    background-size: cover;
  padding: var(--sec-padd);
}
.games-pad-inde-hpp7{
  padding-bottom: 144px;
}
.section-games2-hpp7::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--rand-main); 

}
.thumb-games2-hpp7{
  display: flex;
  gap: var(--gap-25-30);
  flex-wrap: wrap;
  justify-content: center;
}
.box-games2-hpp7 {
  width: 100%;
  max-width: 650px;
}

@media (min-width:992px) {
  .box-games2-hpp7{
    width: calc(50% - 30px);
  }
}

  .farm-latest-products {
      background: #f7f7f7;
      position: relative;
      padding-top:  144px;
      padding-bottom: 82;
  }
  .single-product{
    height: 100%;
    width: 100%;
  }
  .single-product img {
     
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .farm-single-product {
    border-radius: var(--border-r);
      background: #fff none repeat scroll 0 0;
      height: 253px;    
      margin-bottom: 28px;
      overflow: hidden;
      position: relative;
      border: 1px solid transparent;
      transition: .4s;
  }
  .item-icons-games2-hpp7{
    position: absolute;
    top: 60px;
    right: 50px;
    width:78px;
    height:78px;
    animation: rotate-vertical infinite linear;
    perspective: 1000px;
  }

 
  
  .element-1 {
    animation-duration: 2s;
  }
  
  .element-2 {
    animation-duration: 3s;
  }
  
  .element-3 {
    animation-duration: 4s;
  }
  
  .element-4 {
    animation-duration: 5s;
  }
  
  .element-5 {
    animation-duration: 6s;
  }
  
  .element-6 {
    animation-duration: 7s;
  }
  @keyframes rotate-vertical {
    0% {
      transform: rotateY(0deg);
    }
    50% {
      transform: rotateY(180deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }

  .item-icons-games2-hpp7 img{
    animation: rotate infinite linear;

    object-fit: contain;
  }
  .farm-single-product::before {
      background: var(--card-main) none repeat scroll 0 0;
      content: "";
      height: 170%;
      position: absolute;
      right: -25%;
      top: -69%;
      transform: rotate(-34deg);
      width: 70%;
  }
  .product-free {
      left: 110px;
      position: relative;
  }
 
  .farm-section-title {
      margin-bottom:78px;
  }

  .hover-product {
      left: -140%;
      top: 50%;
      position: absolute;
      top: 0;
      transition: .4s;
  }
  .hover-product a {
    text-align: center;
      background: var(--bg-main) none repeat scroll 0 0;
      color: var(--black);
      display: inline-block;
      line-height: normal;
      padding: 7px  15px;
      font-size:  19px;
      -webkit-box-shadow: 8px 8px 0px var(--ov-main);
      -moz-box-shadow: 8px 8px 0px var(--ov-main);
      box-shadow: 8px 8px 0px var(--ov-main);
  }
  @media (max-width:575px) {
    .hover-product a {
    
      padding:  7px  14px;
    }
  }
  @media (max-width:991px) {
   .hover-product {
  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  }
  @media (min-width:992px) {
    .farm-single-product:hover .hover-product {
      top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  }

  .hover-producte {
    left: -140%;
    top: 20%;
    position: absolute;
    top: 0;
    transition: .4s;
}
@media (max-width:575px) {
  .hover-producte{
    width: 100%;
  }
}
.hover-producte a {
  text-align: center;
    background: var(--bg-main) none repeat scroll 0 0;
    color: var(--black);
    display: inline-block;
    line-height: normal;
    padding:  7px 15px;
    font-size:  19px;
    -webkit-box-shadow: 8px 8px 0px var(--ov-main);
    -moz-box-shadow: 8px 8px 0px var(--ov-main);
    box-shadow: 8px 8px 0px var(--ov-main);
}
@media (max-width:575px) {
  .hover-producte a {
  
    padding:  7px  14px;
  }
}
@media (max-width:991px) {
 .hover-producte {
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
}
@media (min-width:992px) {
  .farm-single-product:hover .hover-producte {
    top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}

  .product-select .col-md-6:nth-child(odd) .farm-single-product:hover {
      border: 1px solid var(--card-main)
  }
  .product-select .col-md-6:nth-child(even) .farm-single-product:hover {
      border-color: var(--card-main)
  }

.section-benef-hpp7{
  padding: var(--sec-padd);
position: relative;
background-color: var(--white);
}
.section-benef-hpp7::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -140px;
  background: url(img/cloud-bg.png) no-repeat center center / cover;
  height: 150px;
  z-index: 1;
}
.thumb-benef-hpp7 {
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
}
.mini-thumb-benef-hpp7{
  display: flex;
  flex-direction: column;
  gap: var(--gap-30-40);
}
.box-benef-hpp7 {
  flex: 1;
  width: 100%;
}
@media (min-width:768px) and (max-width:991px) {
  .mini-thumb-benef-hpp7{
    width: calc(50% - 22px);
  }

}
@media (min-width:992px) {
  .mini-thumb-benef-hpp7{
    flex: 1;
  }
  .box-benef-hpp7 {
    flex: 1;
  }
}
@media (max-width:991px) {
  .thumb-benef-img-hpp7{
    display: none;
  }
}
.box-benef-img-hpp7 img {
  height: 407px;
}
@media (min-width:992px) {
  .box-benef-img-hpp7 img {
   width: 500px;
   margin-top: 28px;
   animation: float-up-down 3s ease-in-out infinite;
  }
}
@keyframes float-up-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.box-benef-txt-hpp7{
  flex-direction: row-reverse;
  display: flex;
  gap: var(--pg-card-12-14);

}
@media (max-width:575px) {
  .box-benef-txt-hpp7{
    flex-direction: ;
  }
}
.txt-benef-hpp7{
  flex: 1;
}
.box-img-fruit-benef-hpp7 {
  width: 78px;
  height: 78px;
}
.box-img-fruit-benef-hpp7 img {
  object-fit: contain;
}

.section-step-games-hpp7{
  background-color: var(--bg-main);
  padding: var(--sec-padd);
}
.container-games-step-hpp7{
  margin: 0 auto;
  border-radius: var(--border-r);
  position: relative;
  max-width: 960px;
  padding: var(--gap-25-30);
  background: url('pixelpantry/bg/bg-all-26915bf1c85136.jpg') no-repeat center center;
  background-size: cover;
  padding: var(--pg-card-18-22);

}
 .container-games-step-hpp7::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:var(--rand-main); 
  border-radius: var(--border-r);

} 
.title-step-games-hpp7{
  position: relative;
}
.thumb-step-game-hpp7{
  position: relative;
  display: flex;
  gap: var(--gap-25-30);
  flex-direction: row-reverse;
}
.box-step-gamed-hpp7 {
  flex: 1;
}
.mini-thumb-step-games-hpp7{
  background-color: #0000008f;
  padding: var(--pg-card-12-14);
  border-radius: var(--border-r);
}

.thumb-num-txt-games-hpp7{
  display: flex;
  gap: var(--pg-card-12-14);
  align-items: center;
 
}
.elem-stepgames-hpp7 span{
font-size: 28px;
font-weight:700;
color: var(--white);
}
.txt-step-games-hpp7{
  color: var(--white);
  transition: filter 0.3s, opacity 0.3s;
  padding: var(--pg-card-12-14);
}
.box-step-gamed-hpp7:hover .txt-step-games-hpp7 {
  filter: blur(5px);
  opacity: 0.5;
}
.box-step-gamed-hpp7 .txt-step-games-hpp7:hover {
  filter: none;
  opacity: 1;
  background-color: var(--ov-main);
  border-radius: 14px;
  padding: var(--pg-card-12-14);
}
.block-video-hpp7{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width:767px) {
  .block-video-hpp7{
    display: none;
  }
}
.video-container-hpp7 {
  position: relative;
  display: inline-block;
}

.video-thumbnail-hpp7 {
  position: relative;
  width: 220px;
  height: 205px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}

.thumbnail-img-hpp7 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-icon-hpp7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  opacity: 0.8;
}

.video-title-hpp7 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  color: white;
  font-size: 13px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px;
  border-radius:4px;
}
.no-scroll {
  overflow: hidden;
}
.video-modal-hpp7 {
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ov-main);
  justify-content: center;
  align-items: center;
}

.modal-content-hpp7 {
  position: relative;
  background-color: #fff;
  padding: 28px;
  border-radius: 14px;
}

.close-btn-hpp7 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.section-form-hpp7 {
  background: url('pixelpantry/bg/bg-all-36915bf1c8516b.jpg') no-repeat center center;
  background-size: cover;
  padding: var(--sec-padd);
}

.backdrop-form-hpp7{
  padding: var(--pg-card-12-14);
  backdrop-filter: blur(10px);
  background: #0000008f;
  border-radius: var(--border-r);
}
.backdrop-forms-hpp7{
  padding: var(--pg-card-12-14);
  backdrop-filter: blur(10px);
  background: #0000008f;
  border-radius: var(--border-r);
}
.form-container-hpp7{
  display: flex;
  justify-content: center;

}


.form-hpp7 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  gap: var(--pg-card-12-14);
}
.form-hpp7 label{
  color: var(--card-main);
}
.input-control_row_element{
  color: var(--black);
  font-size: 17px;
  padding:  14px;
  display: block;
  width: 100%;
  border: 1px solid var(--card-main);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: 0px;
}
.input-control_row_element:focus{
  outline: none;
}
.input-control_row_element::placeholder{
  color: var(--black);
}


.textarea-control_row_element{
  color: var(--black);
  font-size: 17px;
  padding: 14px;
  display: block;
  width: 100%;
  resize: none;
  border: 1px solid var(--card-main);
  border-bottom:1px solid var(--card-main);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: 0px;
}
.textarea-control_row_element:focus{
  outline: none;
}
.textarea-control_row_element::placeholder{
  color: var(--black);
}
.box-btn-centr-hpp7 {
  display: flex;
  justify-content: center;
  margin: var(--margin25);
}

.section-footer-hpp7{
  position: relative;
  background: url('pixelpantry/bg/bg-all-46915bf1c8519f.jpg') no-repeat center center;
  background-size: cover;
  padding: var(--sec-padd);
  overflow: hidden;
}
.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.99) 50%, rgba(0, 0, 0, 0.9));
  pointer-events: none; 
}

.txt-discl-hpp7{
  color: var(--white);
  text-align: center;

}
.polityki-hpp7 {
  display: flex;
  gap: var(--gap-30-40);
  justify-content: center;
  margin: var(--margin25);
  flex-direction: row-reverse;
}
@media (max-width:767px) {
  .polityki-hpp7{
    flex-direction: column;
  }
}
.thumb-polityki-hpp7 {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: var(--pg-card-12-14);
  flex: 1;
}
.link-menu-footer-hpp7 {
  color: var(--white);
  font-size: clamp(16px,4vw,21px);
  transition: all 0.3s ease;
  padding: 7px;
}
.link-menu-footer-hpp7:hover{
color: var(--card-main);
}
.thumb-18-footer-hpp7{
  display: flex;
  flex-direction: column;
  gap: var(--gap-30-40);
  align-items: center;
  flex: 1;
  background-color: var(--card-main);
    border-radius: var(--border-r);
    padding: var(--pg-card-12-14);
}
.box-img-18-hpp7 {
  width:  95px;
}
.box-img-18-hpp7 img{
  object-fit: contain;
}
.copy-title-hpp7{

  text-align: center;
  color: var(--white);
  font-size: clamp(13px,4vw,16px);
}

.bg-page-hpp7{
  background-color: var(--bg-main);
  padding: var(--pg-card-15-18) 0px;
}
.thumb-gamedev-hpp7 {
  flex: 1;
  display: flex;
gap: var(--pg-card-12-14);
  flex-direction: column;
  align-items: flex-start;
 
}
.box-gamedev-hpp7{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.avatar-box-hpp7 {
  width: 52px;
  height: 52px;
}
.avatar-box-hpp7 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:  0%;
}
.txt-name-gamedev-hpp7 {
  color: var(--card-main);
}
.box-com-gamepage-hpp7{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.box-comment-gamedev-hpp7 {
  width: 37px;
  height: 37px;
  color: var(--card-main);
}


.section-form-contact-hpp7{
background-color: var(--bg-main);
  padding: var(--sec-padd);
}

.contact-form-hpp7 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  gap: var(--pg-card-12-14);
}


.contact-form-input-hpp7 {
  color: var(--black);
  font-size: 17px;
  padding:  14px;
  display: block;
  width: 100%;
  border:1px solid var(--card-main);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: 0px;
}
.contact-form-input-hpp7::placeholder{
  color: var(--black);
}
.contact-form-input-hpp7:focus{
  outline: none;
}

.thumb-contacts-hpp7{
  display: flex;
  gap: var(--gap-25-30);
  flex-wrap: wrap;
  justify-content: center;
}
.contacts-card-hpp7 {
  width: 100%;
  padding: var(--pg-card-12-14);
  backdrop-filter: blur(10px);
  background: var(--card-main);
  border-radius: var(--border-r);
  color: #ffffff; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width:767px) {
  .contacts-card-hpp7{
    width: calc(33% - 30px);
    min-height: 180px;
  }
}

.thumb-link-contacts-hpp7{
  text-align: center;
}


.link-cont-hpp7{
  word-break: break-all;
  color: var(--white);
}
.link-cont-hpp7:hover{
  color: var(--bg-main);
}

.box-allcont-hpp7{
  display: flex;
  gap:var(--gap-30-40);
  flex-direction: column;
} 
.contact-container-hpp7{
  display: flex;

  margin: var(--margin25);
  justify-content: center;
}

.box-privacy-cont-hpp7 {
  display: flex;
  align-items: center;
  margin: var(--pg-card-18-22) 0px;
}

.check-color-hpp7 {
  color: var(--white);
  font-size: clamp(9px,2vw,17px);
}
.privacy-link-hpp7 {
  color: var(--white);
  font-size: clamp(12px,2vw,17px);

}
.privacy-link-hpp7:hover {
  color: var(--card-main);
}
.box-form-btt-hpp7 {
  display: flex;
  justify-content: center;
  margin: var(--margin25);
}

.games-thumb-page-hpp7{
  display: flex;
  gap:var(--gap-30-40);
  background-color: var(--bg-main);
  padding: var(--sec-padd);
  flex-direction: column-reverse;

}

.section-main-page-hpp7{
  background-color: var(--bg-main);
 
}
.main-page__thumb{

  padding: var(--pg-card-18-22);
  justify-content: center;
}
.thumb-img-main-hpp7 {
  align-items: center;
  display: flex;
gap: var(--gap-25-30);
border-radius: var(--border-r);
  padding: var(--pg-card-18-22);
  justify-content: center;

}
@media (max-width:767px) {
  .thumb-img-main-hpp7{
    flex-direction: column;
  }
}
@media (max-width:575px) {
  .thumb-img-main-hpp7{
    flex-direction: column;
  }
  .hero-hpp7{
    padding-right: 15px;
    padding-left:  15px;
  }
}


.main-page-hpp7 {
  object-fit: contain;
  border-radius: var(--border-r);
   height: 407px; 
}

@media (max-width:575px) {
  .main-page-hpp7 {
    height: auto;
  }
}
.txt-main-page-hpp7 {
  color:var(--white);
}
.game-main-hpp7{
  display: flex;

padding: var(--pg-card-18-22);
  justify-content: center;
}
.game-main-hpp7 iframe{
  width: 100%;
  height: 100vh;
  border-radius: var(--border-r);
  border: 1px  solid var(--card-main);
}
.section-testi-hpp7{
  background-color: var(--bg-main);
  padding: var(--sec-padd);
}
.rand-thumb-testi-hpp7{
  display: flex;
  gap:var(--gap-30-40);
  flex-direction: column;
}

.thumb-testi-hpp7{
  display: flex;
  gap:var(--gap-30-40);
  flex-direction:row-reverse;
}
.box-testi-hpp7{
  align-items: center;
  flex: 2 ;
  display: flex;
  gap: var(--pg-card-12-14);
}
@media (max-width:1024px) {
  .box-width-testi-hpp7{
    display: none;
  }
}
.box-txt-testi-hpp7{
  flex: 1;
}
.box-txt-testi-hpp7 p{
  color: var(--white);
}
.right-testi-hpp7{
  justify-content: flex-end;
}
.box-width-testi-hpp7{
  flex: 1;}
.block-img-testi-hpp7{
  width: 78px;
  height: 78px;
}
.block-img-testi-hpp7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0%;
}
.box-star-testi-hpp7{
  display: flex;
  gap: 7px;
 justify-content: center;
}
.box-star-testi-hpp7 svg{
  width: 26px;
  height: 26px;
  color: var(--card-main);
}
.privacy-section-hpp7 {
  word-break: break-all;
  padding: var(--sec-padd);
  background-color: var(--bg-main);

}

.privacy-hpp7 {
  color: var(--white);
}
.privacy-hpp7 h1{
  font-size: clamp( 21px,4vw,28px);
}
.privacy-hpp7{
word-break: break-word;
}
.privacy-hpp7 ul li,
.privacy-hpp7 ol li {
  margin-bottom: 5px;
}
.privacy-hpp7 ul,
.privacy-hpp7 ol {
  margin-bottom: 15px;
  padding-left:  19px;
  list-style: inside;
}
.privacy-hpp7 a,.privacy-hpp7 table{
color: inherit;
}
.privacy-hpp7 p{
margin-bottom:  7px;
text-indent: 2ch;
}


.click-hpp7-1{
  background:var(--card-main) none repeat scroll 0 0;
  box-shadow: 7px 7px 0 #d6d6d6;
  color: #fff;
  display: inline-block;
  font-size:  17px;
  padding: 13px  33px;
  margin-top: 28px;
  transition: .4s;
  text-transform: capitalize;
}
.click-hpp7-1:hover{
  background: #000;
}



.click-hpp7-2 {
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 1px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: var(--black);
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size: 17px;
  line-height: 23px;
  outline: none;
  padding: 15px;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.click-hpp7-2:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.click-hpp7-2:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

.click-hpp7-3 {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 17px;
  font-weight:700;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height:52px;
  outline: none;
  overflow: visible;
  padding: 15px 23px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .click-hpp7-3 {
    padding: 19px 28px;
  }
}

.click-hpp7-3:before,
.click-hpp7-3:after {
  border-radius: 78px;
}

.click-hpp7-3:before {
  background-image: linear-gradient(92.83deg, #ff7426 0,var(--card-main) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.click-hpp7-3:after {
  background-color: initial;
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.click-hpp7-3:hover:not(:disabled):before {
  background: linear-gradient(92.83deg,var(--card-main)  0%, rgb(255, 116, 38) 100%);
}

.click-hpp7-3:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
  opacity: 0;
}

.click-hpp7-3:active:not(:disabled) {
  color: #ccc;
}

.click-hpp7-3:active:not(:disabled):before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, var(--card-main) 100%);
}

.click-hpp7-3:active:not(:disabled):after {
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.click-hpp7-3:disabled {
  cursor: default;
  opacity: .24;
}

.click-hpp7-4 {
  appearance: none;
  background-color: #FFFFFF;
  border-radius: 40em;
  border-style: none;
  box-shadow: #ADCFFF 0 -12px 6px inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,sans-serif;
  font-size:  17px;
  font-weight:700;
  letter-spacing: -.24px;
  margin: 0;
  outline: none;
  padding:  17px 19px;
  quotes: auto;
  text-align: center;
  text-decoration: none;
  transition: all .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.click-hpp7-4:hover {
  background-color:var(--card-main);
  box-shadow: var(--ov-main) 0 -6px 8px inset;
  transform: scale(1.125);
}

.click-hpp7-4:active {
  transform: scale(1.025);
}

@media (min-width: 768px) {
  .click-hpp7-4 {
    font-size:  17px;
    padding: .75rem 2rem;
  }
}

.click-hpp7-5 {
  backface-visibility: hidden;
  background: var(--card-main);
  border: 0;
  border-radius: .375rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Circular,Helvetica,sans-serif;
  font-size: 17px;
  font-weight:700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding:  16px 19px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.click-hpp7-5:disabled {
  color: #787878;
  cursor: auto;
}
.click-hpp7-5:not(:disabled):hover {
  transform: scale(1.05);
}

.click-hpp7-5:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.click-hpp7-5:focus {
  outline: 0 solid transparent;
}

.click-hpp7-5:focus:before {
  border-width: .125rem;
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.click-hpp7-5:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.click-hpp7-5:not(:disabled):active {
  transform: translateY(.125rem);
}

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