

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap');




html {
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    
  }

body {
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    /* font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; */
    /* background: linear-gradient(29deg, rgba(61,52,228,1) 2%, rgba(222,216,235,1) 47%, rgba(255,255,255,1) 100%); */

    /* background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("/img/wall/img-4.jpg"); */
    /* background-image: url("/img/wall/img-4.jpg"); */
    background-color: #000316;
    color: #fff;
    font-family: 'Jost', sans-serif;


    
}





div  { 
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    
}

.hide {display:none;}
.wrap {  flex-wrap: wrap; }
.column {  flex-direction: column; } 
.full {width: 100%;}




.max1 { flex-grow: 1; }
.max2 { flex-grow: 2; }
.max3 { flex-grow: 3; }



.page {
    width: 100%;
    height: 100%;
    flex-direction: column;
    
}


.page-avt {
    /* background-image: url("/img/wall/img-1.jpg"); */
    .avt {
        background-color: white;
        opacity: 0.9;
        border-radius: 10px;
        padding: 30px 30px;
        
    }
}

.page-run {
     /* background-image: url("/img/wall/img-2.jpg"); */

     
    justify-content: space-between;
} 


.pic {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1900 1230" preserveAspectRatio="none"><path fill="%238c0418" fill-opacity="1" d="M 0 50 C 900 250 950 0 1900 100 L 1900 1100 Q 1000 1300 0 1100 L 0 50 "></path></svg>');
    background-size: 100% 100%;
}
.pic2 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1900 984" preserveAspectRatio="none"><path fill="%23C60824" fill-opacity="1" d="M 0 0 C 1200 200 850 0 1900 100 L 1900 950 Q 750 850 0 950 L 0 0 "></path></svg>');
    background-size: 100% 100%;
}

.pic3 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1900 400" preserveAspectRatio="none"><path fill="%23ffffff" fill-opacity="1" d="M 0 50 C 900 100 950 0 1900 50 L 1900 350 Q 950 250 0 350 L 0 50 "></path></svg>');
    background-size: 100% 100%;
}

.pic4 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1900 400" preserveAspectRatio="none"><path fill="%236e6f73" fill-opacity="1" d="M 0 100 L 1900 100 L 1900 300 Q 950 400 0 300 L 0 100 "></path></svg>');
    background-size: 100% 100%;
}

.pic5 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1900 1400" preserveAspectRatio="none"><path fill="%238c0418" fill-opacity="1" d="M 0 100 C 950 350 1000 0 1900 200 L 1900 1200 Q 950 1400 0 1200 L 0 100 "></path></svg>');
    background-size: 100% 100%;
}

.pic6 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1900 1400" preserveAspectRatio="none"><path fill="%23C60824" fill-opacity="1" d="M 0 100 Q 950 500 1900 150 L 1900 1300 Q 950 1100 0 1300 L 0 100 "></path></svg>');
    background-size: 100% 100%;
}

.pic7 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1900 800" preserveAspectRatio="none"><path fill="%238c0418" fill-opacity="1" d="M 0 0 L 1900 0 L 1900 600 Q 950 800 0 600 L 0 0 "></path></svg>');
    background-size: 100% 100%;
}

.pic8 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1900 800" preserveAspectRatio="none"><path fill="%23C60824" fill-opacity="1" d="M 0 0 L 1900 0 L 1900 800 Q 950 600 0 800 L 0 0 "></path></svg>');
    background-size: 100% 100%;
}




/* ======================================== INPUT ================================== */

.input {
    display: block;
    width: 100%;
    height: calc(3rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1c1c1d;
    background-color: #D9D9D9;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 3rem;
    letter-spacing: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bdbdbd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}

.textarea {
    height: 250px;
    resize: none;
    border-radius: 1rem;
}



/* ======================================== ANIMATION для кнопки ================================== */


@-webkit-keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
}
  
@keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
}

 /* ================= кастомный чекбокс=================  */

.custom-checkbox {
    appearance: none;
    min-width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.custom-checkbox:checked {
    background-color: #C60824;
    border-color: #C60824;
}

.custom-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 0px;
    width: 16px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@keyframes glowPulse {
    0% { text-shadow: 0 0 10px rgba(255, 0, 0, 0.7),
                     0 0 20px rgba(255, 0, 0, 0.5),
                     0 0 30px rgba(255, 0, 0, 0.3); }
    50% { text-shadow: 0 0 20px rgba(255, 0, 0, 0.9),
                      0 0 30px rgba(255, 0, 0, 0.7),
                      0 0 40px rgba(255, 0, 0, 0.5); }
    100% { text-shadow: 0 0 10px rgba(255, 0, 0, 0.7),
                       0 0 20px rgba(255, 0, 0, 0.5),
                       0 0 30px rgba(255, 0, 0, 0.3); }
}

@-webkit-keyframes pointer-pulse {
    0% { 
        -webkit-transform: translateX(-50%) rotate(180deg) scale(1);
        transform: translateX(-50%) rotate(180deg) scale(1);
    }
    50% { 
        -webkit-transform: translateX(-50%) rotate(180deg) scale(1.15);
        transform: translateX(-50%) rotate(180deg) scale(1.15);
    }
    100% { 
        -webkit-transform: translateX(-50%) rotate(180deg) scale(1);
        transform: translateX(-50%) rotate(180deg) scale(1);
    }
}

@keyframes pointer-pulse {
    0% { 
        transform: translateX(-50%) rotate(180deg) scale(1);
        -webkit-transform: translateX(-50%) rotate(180deg) scale(1);
    }
    50% { 
        transform: translateX(-50%) rotate(180deg) scale(1.15);
        -webkit-transform: translateX(-50%) rotate(180deg) scale(1.15);
    }
    100% { 
        transform: translateX(-50%) rotate(180deg) scale(1);
        -webkit-transform: translateX(-50%) rotate(180deg) scale(1);
    }
}

@-webkit-keyframes sectorLineGlow {
    0% {
        opacity: 0.6;
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
    }
    100% {
        opacity: 0.6;
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    }
}

@keyframes sectorLineGlow {
    0% {
        opacity: 0.6;
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
    }
    100% {
        opacity: 0.6;
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    }
}
