@import url('https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

body{
    direction: ltr;
    font-family: 'Radio Canada Big', sans-serif !important;
    font-size: 17px;
    margin: 0;
    padding: 0px;
    --black:#03051E;
    --white:white;
    --bright-color: #009500;
    --gradient:linear-gradient(45deg, rgb(21, 60, 51) 56%, rgb(19, 42, 43));
    --grayBG:gray;
  }
  img{
    width: 100%;
  }
  .container{
    position: relative;
  }
  .title{
  color:var(--white);
  margin-bottom:20px;
  font-size: 28px;
  
  
}
@media (max-width:575px) {
  .title{
    font-size: 18px;
    
  }
}

a{text-decoration: none;}
.button-main {
  --s: .25em; 
  
  padding: .4em .5em;
  background-color: var(--bright-color);
  color: #fff;
  --_s: calc(var(--s)*4) 51% repeat-x;
  --_r: calc(1.345*var(--s)) at left 50%;
  --_g1: #000 99%,#0000 101%;
  --_g2: #0000 99%,#000 101%;
  --mask:
  radial-gradient(var(--_r) top    calc(var(--s)* 1.9),var(--_g1)) 
  calc(50% - 2*var(--s) - var(--_i,0px)) 0/var(--_s),
    radial-gradient(var(--_r) top    calc(var(--s)*-0.9),var(--_g2)) 
    calc(50% - var(--_i,0px)) var(--s)/var(--_s),
    radial-gradient(var(--_r) bottom calc(var(--s)* 1.9),var(--_g1)) 
    calc(50% - 2*var(--s) + var(--_i,0px)) 100%/var(--_s),
    radial-gradient(var(--_r) bottom calc(var(--s)*-0.9),var(--_g2)) 
    calc(50% + var(--_i,0px)) calc(100% - var(--s))/var(--_s);
    -webkit-mask: var(--mask);
    mask: var(--mask);
    clip-path: polygon(
      calc(2*var(--s) - var(--_i,0px)) 0,
      calc(100%       - var(--_i,0px)) 0, 
      calc(100% - var(--s)) 50%,
      calc(100% - 2*var(--s) + var(--_i,0px)) 100%,
      calc(0%                + var(--_i,0px)) 100%, 
      var(--s) 50%);
      cursor: pointer;
      transition: .35s;
    }
    
.button-main.alt {
  clip-path: polygon(
    calc(0%                - var(--_i,0px)) 0,
    calc(100% - 2*var(--s) - var(--_i,0px)) 0, 
    calc(100% - var(--s)) 50%,
    calc(100%       + var(--_i,0px)) 100%,
    calc(2*var(--s) + var(--_i,0px)) 100%, 
    var(--s) 50%);
  }
  .button-main:hover {
    --_i: calc(2*var(--s));
    color: var(--white);
  }
  button.alt:hover {
    --_i: calc(-2*var(--s));
  }
  .button-main:active {
    background-image: linear-gradient(#0004 0 0);
}
.button-main:focus-visible {
  -webkit-mask: none;
  clip-path: none;
  outline-offset: .1em;
  padding-block: .2em;
  margin-block: .2em;
  transition: 0s;
}


.button-main {
  font-family: system-ui, sans-serif;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  border: none;
}

.header {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 17px;
  
}
.header_fixed{
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: white;
  padding: 17px;
  margin-left: auto;
  margin-right: auto;
  
}
@media(max-width: 575px) { 
  .header{
    padding: 5px 5px;
  }
}
.header23 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media  (max-width: 575px) { 
  .header23{
    padding: 5px;
  }
}
@media screen and (max-width:1199px){
  .nav{
    display: none;
      }
    }
    
    .logotip44 {
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      align-items: center;
      gap: 14px;
      
      
    }
    
    .logotip {
      position: relative;
      width: 45px;
      margin-right: 20px;
      margin-left: 20px;
      
    }
    @media (max-width: 575px) { 
      .logotip{
        width: 28px;
      }
    }
    
    .logotip-links23:hover {
      color:  white;
    }
    
    .logotip-links23 {
      display: flex;
      align-items: center;
      color: white;
      font-size: 22px;
      
    }
    @media (max-width: 575px) { 
      .logotip-links23{
        font-size: 17px;
      }
    }
    
    .logotip_box_color {
      color: black;
    }
    
    .logotip_box_color:hover {
      color: black;
    }
    
    .menu-btn {
      width: 30px;
      height: 30px;
      position: relative;
      z-index: 2;
      overflow: hidden;
      
    }
    
    
    @media (min-width: 1200px) {
      .menu-btn{  display: none; }
      
    }
    @media (min-width:1200px) {
      .knopkavmenu{
        display: none;
      }
    }
    .menu-box-mobile {
      margin-top: 45px;
      display: flex;
      flex-direction: column;
      
    }
    
    
    .menu-box-mobile li {
      width: 100%;
      padding: 12px;
      display: inline-block;
      
    }
    
    .span-btn {
      width: 30px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color:   white;
      transition: all 0.4s;
    }
    
    .span_btn_colored {
      width: 30px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      
      transition: all 0.4s;
      background-color:  var(--white);
    }
    
    .menu-btn span:nth-of-type(2) {
      top: calc(50% - 5px);
    }
    
    .menu-btn span:nth-of-type(3) {
      top: calc(50% + 5px);
    }
    
    
    .menu-btn.active span:nth-of-type(1) {
      display: none;
    }
    
    .menu-btn.active span:nth-of-type(2) {
      top: 50%;
      background-color: var(--white);
      transform: translate(-50%, 0%) rotate(45deg);
    }
    
    .menu-btn.active span:nth-of-type(3) {
      top: 50%;
      background-color: var(--white);
      transform: translate(-50%, 0%) rotate(-45deg);
    }
    
    
    .menu {
      z-index: 1;
      position: fixed;
      top: 81px;
      right: 0;
      width: 100%;
      height: 50%;
      padding: 35px;
      background: var(--grayBG);
      display:none;
      transition: transform 0.4s;
    }
    
    @media (max-width: 575px) { 
      .menu {
        top: 69px;
      }}
      @media (min-width: 1199px)  { 
        .menu {
          display: none;
        }
      }
      

      .menu.active {
        display: flex;
      }
      .menu li {
        list-style-type: none;
      }
      
      
      .menu-list {
        display: flex;
        list-style-type: none;
        gap: 22px;
        
        padding: 8px;
      }
      @media (max-width :1199.9px) {
        .menu-list{  display: none; }}
        .menu-item {
          position: relative;
        }
        
        .link-menu {
          transition: all 0.2s;
          font-size: 13px;
          content: "";
          color:var(--white);
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          position: relative;
          z-index: 0;
        }
        
        .link-menu:hover {
          color: var(--white)!important;
          
        }
        
        .menu-item_link {
    
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 20px;
  }
  .menu-item_link:hover{
    color: rgba(255, 255, 255, 0.9);;
  }
  .blacklinktxt{
    color: black;
  }
  .blacklinktxt:hover{
    color: black;
    
  }
  .menu_active {
    color: black;
  }
  
  .sub-menu_list {
    background-color: #fff;
  }

  .section-hero{
    position: relative;
    background-image:url(pixelpantry/bg-assets/bg-dark-068d52974b152c.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    
    
  }
  .section-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.8s;
    opacity: 0.4;
    background: var(--gradient);
    background-size: 100% 100%;
  }
  .hero-box-title{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
   padding: 100px 0 50px 0px;
}
.button-hero-box{
  
  margin-top: 60px;
}
.button-hero{
  font-size: 30px;
  padding: 28px;
}
@media (max-width:575px) {
  .button-hero{
  font-size: 28px;
}}
.title-hero{
  text-align: center;
  color: var(--white);
}

.section-benefit{
  position: relative;
  padding: 44px 0px;
  background:url(pixelpantry/bg-assets/bg-dark-168d52974b155e.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-attachment:fixed;
}

.section-benefit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  opacity: 0.4;
  background: var(--gradient);
  background-size: 100% 100%;
}

.benefit-wpa__number{
  cursor: default!important;
  --s: .25em; 
  display: inline-block;
  padding: .4em .5em;
  background-color: var(--bright-color);
  color: var(--white);
  --_s: calc(var(--s)*4) 51% repeat-x;
  --_r: calc(1.345*var(--s)) at left 50%;
  --_g1: #000 99%,#0000 101%;
  --_g2: #0000 99%,#000 101%;
  --mask:
  radial-gradient(var(--_r) top    calc(var(--s)* 1.9),var(--_g1)) 
  calc(50% - 2*var(--s) - var(--_i,0px)) 0/var(--_s),
  radial-gradient(var(--_r) top    calc(var(--s)*-0.9),var(--_g2)) 
  calc(50% - var(--_i,0px)) var(--s)/var(--_s),
  radial-gradient(var(--_r) bottom calc(var(--s)* 1.9),var(--_g1)) 
  calc(50% - 2*var(--s) + var(--_i,0px)) 100%/var(--_s),
  radial-gradient(var(--_r) bottom calc(var(--s)*-0.9),var(--_g2)) 
  calc(50% + var(--_i,0px)) calc(100% - var(--s))/var(--_s);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  clip-path: polygon(
    calc(2*var(--s) - var(--_i,0px)) 0,
    calc(100%       - var(--_i,0px)) 0, 
    calc(100% - var(--s)) 50%,
    calc(100% - 2*var(--s) + var(--_i,0px)) 100%,
    calc(0%                + var(--_i,0px)) 100%, 
    var(--s) 50%);
    cursor: pointer;
    transition: .35s;
  }
  .benefit-wpa__txt{
    color: var(--white);
    font-weight: 900;
    text-align: center;
  }

  .section-aboutus{
    padding: 44px 0px;
    background-color: var(--grayBG);
    
  }
  .aboutus-thumb{
    display: flex;
    flex-direction: row;
    margin: 0px -10px;
  }
  @media (max-width:767.9px) {
    .aboutus-thumb{
      flex-direction: column;
      align-items: center;
    }
  }
  .aboutus-thumb__box{
    
    padding: 0px 10px;
  }
@media (min-width:768px) {
  .aboutus-thumb__box{
  width: 50%;

}
}
.aboutus-thumb__box p{
  color: var(--white);
}
.aboutus-thumb__box img{
  height: 350px;
}

.section-step-game{
  position: relative;
  padding: 44px 0px;
  background-color: var(--grayBG);
}
.section-step-game:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  opacity: 0.4;
  background: var(--gradient);
  background-size: 100% 100%;
}
.step-game{
  justify-content: center;
  position: relative;
}
.step-game__thumb{
  position: relative;
  display: flex;
  gap: 150px;
}
@media  (max-width: 767.9px){
  .step-game__thumb{
flex-direction: column!important;
gap: 28px;
}
}
.step-game__item{
  color: var(--white);
}

.game__item2{   
  margin-top: 150px;
}
.game__item3{
  margin-top: 150px;
}
.game__item4{     
  margin-left: 190px;
  margin-top: 350px;
}
@media  (max-width: 767.9px){
  .game__item2{   
    margin-top: 28px;
  }
  .game__item3{
    margin-top: 28px;
  }
  .game__item4{    
    margin-left: 0px; 
    margin-top: 28px;
  }
}
.step-game__svg1{
  position: absolute;
  top: 0;
  left: 38%;
  stroke: var(--bright-color);
  stroke-width: 4px;
  fill: none;
  height: 158px;
  
}
@media (min-width: 768px) and (max-width: 991px) {
.step-game__svg1{
 top: 15px;
    left: 27%;} 
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .step-game__svg1{
 top: 15px;
 left: 32%;} 
}

.step-game__svg2{
  position: absolute;
  top: -8%;
  left: 31%;
  stroke: var(--bright-color);
  stroke-width: 4px;
  fill: none;
  height: 213px;
}
@media  (max-width: 767.9px){
  .step-game__svg1{
    display: none;
  }
  .step-game__svg2{
    display: none;
  }
  .step-game__svg3{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .step-game__svg2{
    top: -5%;
    left: 17%;}  
  }
  
  
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .step-game__svg2{
      top: -8%;
   left: 24%;} 
  }
  
  .step-game__svg3{
    position: absolute;
    bottom: 10%;
    left: 27%;
    stroke: var(--bright-color);
    stroke-width: 4px;
    fill: none;
    height: 213px;
  }
  
  
  @media (min-width: 768px) and (max-width: 991px) {
    .step-game__svg3{
  bottom: 29%;
  left: 16%;}  
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .step-game__svg3{
      bottom: 21%;
      left: 19%;} 
    }
    .step-game__img{
      width: 200px;
      
      position: absolute;
      top: 50%;
      left: 0;
    }
    .step-game__img2{
      width: 200px;
      transform: scaleX(-1);
      position: absolute;
      top: 10%;
      right: 15%;
    }
    .step-game__img3{
      width:150px;
 
      position: absolute;
      bottom: 0;
    left: 0%;
  }

  @media  (max-width: 767.9px){
    .step-game__block-img{
  display: none;
}
}
.step-game__img img,
.step-game__img2 img,
.step-game__img3 img {
  width: 100%;
  height: auto;
}

.section-main{
  padding: 44px 0px;
  background-color: var(--grayBG);
}

.main-thumb{
  border: 1px solid red;
}
.main-thumb__link img{
  padding: 10px;
  border-radius: 28px;
}
.card {
  display: grid;
  place-items: center;
  
  height: 496px;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 0.25rem 0.4rem rgba(0, 0, 0, 0.25);
}


.card > * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.card__background {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.card__contents {
  --flow-space: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  
  padding: 12% 1.25rem 1.875rem;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.3) 10%,
    hsl(0, 0%, 0%) 100%
    );
  }
  .card__contents__a{
    text-align: center;
  }
  .card__contents__button{
    width: 250px;
  }
  .card__contents--container {
    --flow-space: 1.25rem;
  }
  
  .card__title {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    color: var(--white);
  }
  .card__description{
    color: var(--white);
  }
  .card__title::after {
    content: "";
    position: absolute;
    height: 0.3125rem;
    width: calc(100% + 1.25rem);
    bottom: calc((1.25rem - 0.4rem) * -1);
    left: -1.25rem;
    background-color: var(--brand-color);
  }
  
  .card__button {
    padding: 0.75em 1.6em;
    width: fit-content;
    width: -moz-fit-content; 
    font-variant: small-caps;
    font-weight: bold;
    border-radius: 0.45em;
    border: none;
    background-color: var(--brand-color);
    font-family: var(--font-title);
    font-size: 1.125rem;
    color: var(--black);
  }
  
  .card__button:focus {
    outline: 2px solid black;
    outline-offset: -5px;
  }
  
  @media (any-hover: hover) and (any-pointer: fine) {
    .card__contents {
      transform: translateY(62%);
      transition: transform 500ms ease-out;
      transition-delay: 500ms;
  }

  .card__title::after {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 1000ms ease-in, transform 500ms ease-out;
    transition-delay: 500ms;
    transform-origin: right;
  }
  
  .card__background {
    transition: transform 500ms ease-in;
  }

  .card__contents--container > :not(.card__title),
  .card__button {
    opacity: 0;
    transition: transform 500ms ease-out, opacity 500ms ease-out;
  }
  
  .card:hover,
  .card:focus-within {
    transform: scale(1.05);
    transition: transform 500ms ease-in;
  }
  
  .card:hover .card__contents,
  .card:focus-within .card__contents {
    transform: translateY(0);
    transition: transform 500ms ease-in;
  }
  
  .card:focus-within .card__contents {
    transition-duration: 0ms;
  }

  .card:hover .card__background,
  .card:focus-within .card__background {
    transform: scale(1.3);
  }
  
  .card:hover .card__contents--container > :not(.card__title),
  .card:hover .card__button,
  .card:focus-within .card__contents--container > :not(.card__title),
  .card:focus-within .card__button {
    opacity: 1;
    transition: opacity 500ms ease-in;
    transition-delay: 600ms;
  }
  
  .card:hover .card__title::after,
  .card:focus-within .card__title::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: opacity 500ms ease-in, transform 500ms ease-in;
    transition-delay: 500ms;
  }
}


@media  (max-width: 767.9px) {
  .parent {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
  }.card__contents{
    transform: translateY(0);
  }
  .card__contents--container{
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 1199px) { 
  .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  
  .div1 { grid-area: 1 / 1 / 2 / 2; }
  .div2 { grid-area: 1 / 2 / 2 / 3; }
  .div3 { grid-area: 2 / 1 / 3 / 2; }
  .div4 { grid-area: 2 / 2 / 3 / 3; }
  .div5 { grid-area: 3 / 1 / 4 / 2; }
  .div6 { grid-area: 3 / 2 / 4 / 3; }
}
@media (min-width:1200px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  
  .div1 { grid-area: 1 / 1 / 2 / 2; }
  .div2 { grid-area: 1 / 2 / 2 / 3; }
  .div3 { grid-area: 1 / 3 / 2 / 4; }
  .div4 { grid-area: 2 / 1 / 3 / 2; }
  .div5 { grid-area: 2 / 2 / 3 / 3; }
  .div6 { grid-area: 2 / 3 / 3 / 4; }
}

.section-form{ 
  position: relative;  
  padding: 41px 0px 41px 0px;
  background-color: var(--grayBG);
  
  
}
.section-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  opacity: 0.4;
  background: var(--gradient);
  background-size: 100% 100%;
}
.formawidth{
  display: flex;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
@media (max-width: 767px){
  .formawidth{
    flex-direction: column;
  }
}
.width100{flex: 1;
  max-width: 100%;}
  .forma-right{
    flex: 1;
    
  }
  .formtitle{
    color: white;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 700;
    
  }
  .formsbox{
    padding: 0px 14px;
    flex-direction: column;
    align-content: center;
  }
  .formsbox label{
    font-size: 17px;
    color: white;
  }
  .main_form {
    padding: 41px 0px 41px 0px;
  }
  .frommtilt{
    margin-bottom:22px;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #009500;
    color: transparent;
  }
  .confcolor{
    color:  var(--main-color);
  }
  [type="checkbox"]{
    margin-right: 10px;
  }
  
  .main_form .input-btn--section__item{
    width: 100%;
    padding: 13px 0;
    font-size: 17px;
    color: white;
    margin-bottom: 28px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
    
  }
  .main_form .input-btn--section__item::placeholder{
    color:black;
    
  }
  
  .checkbox-box{   
    margin-top:20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;}
    .checkbox-box1{display: flex;}
    .main_form .textarea-btn--section__item {
      width: 100%;
      padding: 13px 0;
      font-size: 17px;
      color: white;
      margin-bottom: 28px;
      border: none;
      border-bottom: 1px solid #fff;
      outline: none;
      background: transparent;
      
    }
    
    .subbutt {
      border: none;
      text-decoration: none;
      display: inline-block;
      padding: 12px 35px;
      margin-top:20px;
      border-radius: 28px;
      color: var(--white);
      transition: .4s;
    }
    @media  (max-width: 575px) { 
      .subbutt  {
        margin-top:20px;
        font-size: 17px;
      }
    }
    
    .main_form .input-btn--section__item::placeholder {
      display: flex;
      justify-content: center;  
      color: #939393;
      opacity: 1;
    }
    @media (max-width: 767px) { .bottom_form{
      margin-top:20px;
    } }

    .section-disclaimer{
      position: relative;
      padding: 35px 0px;
      background-image: url(pixelpantry/tematik/earth_bg-068d52974b1737.png) ;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 100%;
    }
    .section-disclaimer:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
    opacity: 0.4;
    background: var(--gradient);
    background-size: 100% 100%;
  }
  .dicl-thumb {
    gap: 28px;
    display: flex;
  }
  @media (max-width:767.9px) {
    .dicl-thumb{
gap: 20px;
flex-direction: column;
align-items: center;
}

}
.dicl-thumb p{
  display: flex;
  align-items: center;
  margin: 0;
  background-color: red;
  color: var(--white);
  padding: 10px 14px;
  border-radius: 28px;
  border: 1px solid var(--grayBG);
}
.dicl-thumb img{
  width: 200px;
}

.section-privacy{
  padding: 28px 0px;
  border-top: 1px solid var(--white);
  background-color: var(--grayBG);
}
.main-privacy{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}
.main-privacy__privacy{
  display: flex;
  gap:28px;
  font-size: 14px;
  align-items: center;
}
@media (max-width:991px) {
  .main-privacy__privacy{

    flex-direction: column;
}
}
.main-privacy__privacy a{
  text-align: center;
  cursor: pointer;
  --s: .55em;
  display: inline-block;
  padding: 16px 20px;
  background-color: var(--bright-color);
  color: #fff;
  --_s: calc(var(--s)*4) 51% repeat-x;
  --_r: calc(1.345*var(--s)) at left 50%;
  --_g1: #000 99%,#0000 101%;
  --_g2: #0000 99%,#000 101%;
  --mask:
  radial-gradient(var(--_r) top    calc(var(--s)* 1.9),var(--_g1)) 
  calc(50% - 2*var(--s) - var(--_i,0px)) 0/var(--_s),
  radial-gradient(var(--_r) top    calc(var(--s)*-0.9),var(--_g2)) 
  calc(50% - var(--_i,0px)) var(--s)/var(--_s),
  radial-gradient(var(--_r) bottom calc(var(--s)* 1.9),var(--_g1)) 
  calc(50% - 2*var(--s) + var(--_i,0px)) 100%/var(--_s),
  radial-gradient(var(--_r) bottom calc(var(--s)*-0.9),var(--_g2)) 
  calc(50% + var(--_i,0px)) calc(100% - var(--s))/var(--_s);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  clip-path: polygon(
    calc(2*var(--s) - var(--_i,0px)) 0,
    calc(100%       - var(--_i,0px)) 0, 
    calc(100% - var(--s)) 50%,
    calc(100% - 2*var(--s) + var(--_i,0px)) 100%,
    calc(0%                + var(--_i,0px)) 100%, 
    var(--s) 50%);
  cursor: pointer;
  transition: .35s;
  
}
.main-privacy__privacy a:hover{
  --_i: calc(2*var(--s));
  color: var(--white);
}
.main-privacy__img{
  width:100px;
}
.section-privacy-page{
  padding: 44px 0px;
  background-color: var(--grayBG);
}
.content-block {color: var(--white);}
.content-block a {color: var(--white);}

.content-block li{
  list-style-type: circle;
}
.section-contacts{
  padding: 44px 0px;
  background-color: var(--grayBG);
  position: relative;
}

.contacSize{
  margin-bottom: 33px;
  border-radius: 28px;
  position: relative;
  margin-top: -10px;
  gap:55px;
}
@media (min-width: 768px)and (max-width:1199px){
  .contacSize{
    justify-content: center!important;
  }
}
.contak-box {
  text-align: center;
  cursor: pointer;
  --s: .55em;
  display: inline-block;
  padding: 35px 20px;
  background-color: var(--bright-color);
  color: #fff;
  --_s: calc(var(--s)*4) 51% repeat-x;
  --_r: calc(1.345*var(--s)) at left 50%;
  --_g1: #000 99%,#0000 101%;
  --_g2: #0000 99%,#000 101%;
  --mask:
  radial-gradient(var(--_r) top    calc(var(--s)* 1.9),var(--_g1)) 
  calc(50% - 2*var(--s) - var(--_i,0px)) 0/var(--_s),
  radial-gradient(var(--_r) top    calc(var(--s)*-0.9),var(--_g2)) 
  calc(50% - var(--_i,0px)) var(--s)/var(--_s),
  radial-gradient(var(--_r) bottom calc(var(--s)* 1.9),var(--_g1)) 
  calc(50% - 2*var(--s) + var(--_i,0px)) 100%/var(--_s),
  radial-gradient(var(--_r) bottom calc(var(--s)*-0.9),var(--_g2)) 
  calc(50% + var(--_i,0px)) calc(100% - var(--s))/var(--_s);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  clip-path: polygon(
    calc(2*var(--s) - var(--_i,0px)) 0,
    calc(100%       - var(--_i,0px)) 0, 
    calc(100% - var(--s)) 50%,
    calc(100% - 2*var(--s) + var(--_i,0px)) 100%,
    calc(0%                + var(--_i,0px)) 100%, 
    var(--s) 50%);
    cursor: pointer;
    transition: .35s;

  }
  .contak-box:hover {
    --_i: calc(2*var(--s));
    color: var(--white);
  }
  .contak-box a{
    color: var(--white-color);
    display: flex;
    text-align: center;
    font-size: 18px;
    justify-content: center;
  }
  
  @media (max-width: 575px){
    .contak-box a{
      font-size: 17px;
    }
  }
  
  .contak-box i {
    color: var(--main-color);
    font-size: 50px;
  }
  .contak-box div {
    font-size: 20px;
    word-break: break-all;
  }
  .cont-thumb{
    margin-top:20px;
  }
  @media (min-width: 996px){
    .contak-box{
      width: 30%;
    }}
    @media (max-width: 995px){
      .contak-box{
        
        width: 100%;
      }
      .contacSize{
      padding: 0px 10px;
    }
  }
  .formawidth{
    display: flex;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  @media (max-width: 991px){
    .formawidth{
    flex-direction: column;
  }
}
.width100{
  width: 100%;
}

.img-form-scale{
  transform: scaleX(-1);
}

.checkbox-box{   
  margin-top:20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;}
  .checkbox-box1{display: flex;}
  .confcolor{
    color:  var(--white);
  }
  .confcolor:hover{
    color:  var(--bright-color);
  }
  .btn-submit{
    text-align: center;
    cursor: pointer;
    --s: .55em;
    display: inline-block;
    padding: 35px 20px;
    background-color: var(--bright-color);
    color: #fff;
    --_s: calc(var(--s)*4) 51% repeat-x;
    --_r: calc(1.345*var(--s)) at left 50%;
    --_g1: #000 99%,#0000 101%;
    --_g2: #0000 99%,#000 101%;
    --mask:
    radial-gradient(var(--_r) top    calc(var(--s)* 1.9),var(--_g1)) 
    calc(50% - 2*var(--s) - var(--_i,0px)) 0/var(--_s),
    radial-gradient(var(--_r) top    calc(var(--s)*-0.9),var(--_g2)) 
    calc(50% - var(--_i,0px)) var(--s)/var(--_s),
    radial-gradient(var(--_r) bottom calc(var(--s)* 1.9),var(--_g1)) 
    calc(50% - 2*var(--s) + var(--_i,0px)) 100%/var(--_s),
    radial-gradient(var(--_r) bottom calc(var(--s)*-0.9),var(--_g2)) 
    calc(50% + var(--_i,0px)) calc(100% - var(--s))/var(--_s);
    -webkit-mask: var(--mask);
    mask: var(--mask);
    clip-path: polygon(
      calc(2*var(--s) - var(--_i,0px)) 0,
      calc(100%       - var(--_i,0px)) 0, 
      calc(100% - var(--s)) 50%,
      calc(100% - 2*var(--s) + var(--_i,0px)) 100%,
    calc(0%                + var(--_i,0px)) 100%, 
    var(--s) 50%);
    cursor: pointer;
    transition: .35s;
    
  }
  .btn-submit:hover {
    --_i: calc(2*var(--s));
    color: var(--white);
  }
  
  .login-box {
    padding: 35px;
    background: #5b5b5b;;
    box-sizing: border-box;
    border-radius: 10px;
  }
  
  .login-box h2 {
    margin: 0 0 28px;
    padding: 0;
    color: #fff;
    text-align: center;
  }
  
  .login-box .user-box {
    position: relative;
  }
  
  .login-box .user-box input {
    width: 100%;
    padding: 13px 0;
    font-size: 17px;
    color: #fff;
    margin-bottom: 28px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
  }
  @media (max-width:500px) {
    .user-box label{
      font-size: 13px;
    }
    
  }
  .login-box .user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 13px 0;
    font-size: 17px;
    color: #fff;
    pointer-events: none;
    transition: .4s;
  }
  
  .login-box .user-box input:focus ~ label,
  .login-box .user-box input:valid ~ label {
    top: -20px;
    left: 0;
    color: var(--bright-color);
    font-size: 13px;
  }
  
  .formawidth{
    display: flex;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  @media (max-width: 767px){
    .formawidth{
      flex-direction: column;
    }
  }
  .width100{flex: 1;
    max-width: 100%;}
    
    
    .form-img{
      width: 104px;
    }
    
    .form-img1{
      transform: scaleX(-1);
      width: 104px;
    }

.section-page-main{
  padding: 44px 0px;
  background-color: var(--grayBG);
  position: relative;
  background-image:url(pixelpantry/bg-assets/bg-dark-168d52974b155e.jpg);;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.section-page-main:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  opacity: 0.7;
  background: var(--gradient);
  background-size: 100% 100%;
  
}
.main-page__thumb{
  padding-bottom: 28px;
  display: flex;
  margin: 0px -10px;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid black;
}
@media (max-width:991px) {
  .main-page__thumb{
    
    flex-direction: column;
  }
}
.rand-block{
  display: flex;
  gap: 28px;
  flex-direction: column;
}
.wsx-gallery {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.wsx-item-gall {
  width: 164px;
  height: 269px;
  transition: width 0.3s ease;
}
.wsx-item-gall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}
.wsx-item-gall:hover {
  width: 250px;
}
.main-page__box{
  padding: 0px 13px;
}
@media (min-width:992px) {
  .main-page__box{
    width: 50%;
    
  }
}
.main-frame{
  padding-top: 28px;
}
.main-frame iframe{
  border-radius: 28px;
  width: 100%;
  height: 100vh;
}
.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;
}
