@font-face {
    font-family: 'Reiswar';
    src: url('/assets/Reiswar.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: Nunito, sans-serif;
    /* font-size: 1.6rem; */
}

body {
    color: #000;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* min-height: 100vh; */
    padding: 0px;
    flex-wrap: wrap;
    flex-direction: column;
}

.wrapper-video{
    margin-top: -10%;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    video{
        width: 100%; height: 100%; object-fit: cover;
        /* //inset */
        margin-bottom: -20%;
    }
}

.container {
    margin-top: 25px;
    width: 100%;
    max-width: 768px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-counter-text{
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
    margin-bottom: 24px;
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 72px;
}

.time-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.digit-box {
    position: relative;
    width: 129px;
    height: 129px;
    /* background-color: #f1eee6; */
    &::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(50% - 2px);
        background-color: #f1eee6;
        border-radius: 5px;
        border:1px solid white;
        z-index: -1;
    }
    &::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(50% - 2px);
        background-color: #f1eee6;
        border-radius: 5px;
        border:1px solid white;
        z-index: -1;

    }
  
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    perspective: 800px;
}

.digit {
    color: var(--Black, #000);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Reiswar;
    font-size: 65.319px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
    margin-top: 10px;
    position: relative;
    &::after{
        content: '';
        position: absolute;
        top: 41%;
        left: 0;
        width: 115%;
        height: 2px;
        background-color: white;
        border-radius: 5px;
    }
}


.flip-card {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    transform-origin: bottom;
    transform-style: preserve-3d;
    z-index: 3;
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 200%;
    left: 0;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f0e6;
    overflow: hidden;
}

.flip-card-front {
    transform: rotateX(0deg);
    top: -150%;
    align-items: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.flip-card-back {
    transform: rotateX(180deg);
    top: 0;
    align-items: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.flipping {
    animation: flip 0.6s linear forwards;
}

@keyframes flip {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-180deg);
    }
}


.time-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.label {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* @keyframes pulseLight {
    0% { box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2); }
    50% { box-shadow: 0 5px 30px rgba(0, 123, 255, 0.5); }
    100% { box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2); }
} */

.digit.changing {
    /* animation: fadeIn 0.5s ease-out; */
}

/* .digit-box.pulse {
    animation: pulseLight 2s infinite;
} */







.label {
    margin-top: 24px;
    color: var(--Secondary, #727272);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 15.9px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.261px */
}

.final{
    color: var(--Black, #000);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    span{
        color: var(--Green, #69E245);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 140%;
    }
}

.main-title{
    color: var(--Black, #000);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    margin-bottom: 10px;
}

.info{
    color: var(--Black, #000);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    max-width: 414px;
    margin: 0 auto;
    margin-bottom: 23px;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    max-width: 90%;
    margin:0 auto;
}

.form-control {
    padding: 15px;
    width: 100%;
    font-size: 16px;
    background-color: white;
    border: 1px solid #444;
    border-radius: 26px;
    color: #fff;
    transition: all 0.3s ease;
    display: flex;
    padding-left: 17.336px;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 15.603px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    height: 52px;
    margin-bottom: 25px;
}

.form-control:focus {
    border-color: #22e243;
    outline: none;
    box-shadow: 0 0 0 2px rgba(34, 226, 67, 0.2);
}

.form-label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #888;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-control:focus ~ .form-label,
.form-control:not(:placeholder-shown) ~ .form-label {
    top: -10px;
    left: 10px;
    font-size: 12px;
    padding: 0 5px;
    background-color: white;
    color: #22e243;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.custom-checkbox {
    position: relative;
    min-width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-top: 2px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #2d2d2d;
    border: 1px solid #444;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.custom-checkbox:hover input ~ .checkmark {
    border-color: #22e243;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #22e243;
    border-color: #22e243;
}

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

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label {
    font-size: 14px;
    color: #ccc;
    line-height: 1.4;
}

.btn {
    background-color: #86868B;
    font-weight: 500;
    line-height: 1.36428571;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin:0 auto;
    border:none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    height: 100%;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    padding: 0;
    
}

.btn:hover {
    background-color: #1bc438;
}

.btn:disabled {
    background-color: #444;
    cursor: not-allowed;
}
.btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    display: none;
}

.error {
    background-color: rgba(255, 87, 87, 0.1);
    color: #ff5757;
    border: 1px solid #ff5757;
}

.success {
    background-color: rgba(75, 219, 106, 0.1);
    color: #4bdb6a;
    border: 1px solid #4bdb6a;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



.loading-state .spinner {
    display: inline-block;
}

.small-info{
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: var(--Dark-Grey, #86868B);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    max-width: 585px;
    margin: 0 auto;
    a{
        color:inherit;
        text-decoration: none;
        &:hover{
            text-decoration: underline;
            color: var(--Green, #69E245);
        }
    }
}

#success-screen{
    .final-text{
        color: var(--Black, #000);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 10px;
    }
    .info{}
}

.svg-version svg{
    width: 70px;
    height: 70px;
margin-top:3px;
}
@media (max-width: 768px) {
    .wrapper-video {
        margin-top: -5%;
        video {
            width: 136%;
            margin-bottom: -20%;
            margin-left: -20%;
            margin-right: -20%;
        }
    }
    .digit-box {
        width: 80px;
        height: 80px;
    }
    
    .digit {
        font-size: 40px;
    }
    
    .wrapper-counter-text, .main-title {
        font-size: 20px;
    }
    .final{
        font-size: 12px;
        span{
            font-size: 12px;
        }
    }
    .form-group{
        max-width: 85%;
    }
    .info{
        font-size: 14px;
        max-width: 65%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }
    .small-info{
        font-size: 8px;
        max-width: 285px;
    }
    .label{
        font-size: 10px;
        margin-top: 17px;
    }
    .countdown-container{
        margin-bottom: 78px;
    }
    .form-control{
        margin-bottom: 16px;
    }
  .svg-version svg{
        width: unset;
        max-height: 30px;
    }
}





/*  */

.hero-section {
  background: #000;
  color: #fff;
  text-align: center;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
      width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.hero-logos {
  margin-bottom: 20px;
  margin-top: 40px;
}

.hero-graphic {
  width: 160px;
  margin: 20px 0;
}

.hero-subtext {
color: #FEFEFE;
text-align: center;
font-family: Nunito;
    font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16.8px */
margin-top: 24px;
margin-bottom: 7px;
}

.hero-title {
color: #FEFEFE;
text-align: center;
font-family: Nunito;
font-size: 1.8rem;
font-style: normal;
font-weight: 800;
line-height: 130%; /* 26px */
margin-bottom: 43px;
}

.hero-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.input {
  padding: 14px;
  border: 1px solid #666;
  border-radius: 32px;
  background: black;
  color: #fff;
  font-size: 16px;
  width: 100%;
  
  margin-bottom: 15px !important;

}

.submit-button {
  padding: 14px;
  color: #000;
  font-weight: bold;
  border: none;
border-radius: 56px;
background:  #B5B5B5;
  cursor: pointer;color: #000;
font-family: Nunito;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.submit-button.correct{
    border-radius: 56px;
background: #69E245;
}
.hero-terms {
color:  #86868B;
text-align: center;
font-family: Nunito;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 11.2px */
margin-top: 12px;
}
.hero-terms a{
    color: var(--Dark-Grey, #86868B);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.input::placeholder{
    color: #86868B;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#code-form label{
    text-align: center !important;
}
#code-form .form-control:focus ~ .form-label, .form-control:not(:placeholder-shown) ~ .form-label{
    background-color: black !important;
}
#code-form .form-group{
    max-width: 100% ;
}
#code-form .incorrect{

}
#code-form .incorrect input{
border: 1.445px solid #F43030 !important;
color: #F00 !important;

}
#code-form .correct input{
  color: #22e243  !important;

}
#code-form .incorrect label{
        top: -10px;
    left: 10px;
    font-size: 12px;
    padding: 0 5px;
    background-color: black;
    color: #F00;
}
#code-form .form-group{
    position: relative;
}
#code-form .correct label{
        top: -10px;
    left: 10px;
    font-size: 12px;
    padding: 0 5px;
    background-color: black;
    color: #22e243 ;
}
#code-form .correct input{
       border-color: #22e243 !important; 
}
#code-form .form-group.correct::after{
content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../assets/correct.svg);
    right: 13px;
    top: 16px;
    background-size: contain;
}
@media (max-width:768px){
    .hero-subtext{
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 16.8px */
    }
    .hero-title{
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 130%; /* 26px */
    }
    .hero-form{
        padding:  0px 30px;
    }
    .hero-terms{
        font-size: 8px;
font-style: normal;
line-height: 140%; /* 11.2px */
    }
    .hero-terms a{
              font-size: 8px;
font-style: normal;
line-height: 140%; /* 11.2px */
    }
}
/* 
 */
/* 
 */
 /* 
  */

  .accordion {
    background-color: #000;
    color: #fff;
    padding: 1rem;
    text-align: left;
    padding-top: 55px;
}

.accordion-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    width: 100%;
    color: #FEFEFE;
font-family: Nunito;
font-size: 1.8rem;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 25.2px */
justify-content: center;
gap: 6px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    margin-top: 1rem;
    font-size: 0.95rem;
        width: 100%;
    max-width: 720px;
    margin: 0 auto;
    margin-top: 20px;
}
.accordion-content ol{
    list-style: unset;
}
.accordion-content li{
    color: #FEFEFE;
font-family: Nunito;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */

}

.accordion.active .accordion-content {
    opacity: 1;
    max-height: 600px;
}
.accordion.active .arrow svg{
    rotate: 180deg;
}
.app-download {
    background: #000;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-top: 1px solid #222;
}
@media (min-width:768px){
    .arrow{
            display: flex
;
    justify-content: center;
    }
    .arrow svg{
        width: 30px;
        height: 30px;
    }
}
.download-title {
color:  #FFF;
text-align: center;
font-family: Nunito;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16.8px */
margin-bottom: 10px;
}
.download-heading{
    color:  #FFF;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 2rem;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 31.2px */
margin-bottom: 14px;
}
.download-desc {
color:  #FFF;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 1.2rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
margin-bottom: 28px;
}

.download-button img {
    width: 180px;
    height: auto;
}
@media (max-width:768px){
    .accordion-toggle{
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 25.2px */
    }
    .accordion-content li{
        font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
    }
    .download-title{
      font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16.8px */  
    }
    .download-heading{
        font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 31.2px */
    }
    .download-desc{
       font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */ 
    }
}


.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background: #1B1B1B;
  color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 360px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.popup-icon {
width: 73.2px;
height: 73.2px;
  margin-bottom: 10px;
}

.popup-title {
color: var(--White, #FFF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 130%; /* 26px */
margin-bottom: 10px;
}

.popup-message {
color: var(--White, #FFF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
margin-bottom: 43px;
}

.popup-close {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 1rem;
  border-radius: 28px;
  cursor: pointer;
  width: 236px;
height: 45px;border-radius: 40px;
background: #000;color: #FFF;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


@media (min-width:768px){
   .zakupy-konkurs .info-text {
        position: relative;
    }
    .zakupy-konkurs:not(.dubaj) .info-text::after{
               content: "";
        position: absolute;
        top: 0px;
        right:  0px;
       width: 86.708px;
height: 119.228px;
        background-repeat: no-repeat;
        transition: transform 0.8s;
        background-image: url(/assets/arrow.svg) !important;
         z-index: 2;
    }
    .zakupy-konkurs  .zen-form-section .info-text{
        max-width: 600px;
    }
}
@media (max-width:768px){
   .zakupy-konkurs  #code-form.zen-form-section__form{
    margin-top: 36px;
   }   }