*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Helvetica'; 
    src: url('./fonts/helvetica_regular.otf') format('opentype'); 
    font-weight: normal;
    font-style: normal;
}
.custom-font{
    font-family: 'Helvetica' , sans-serif;
}
.custom-bg{
    background-color: rgba(255, 255, 255, 0.29);
    border-radius: 15px;
}
.mobile-container {
    width: 100%;
    max-width: 480px;
    overflow-x: hidden;
    position: relative;

    
}

.reviews {
    margin-left: 5%;
}

.custom-img{
    min-width: 100%;
    height: 100%;
    transform: scale(1.7);
    margin-right: 8%;
}
.custom-bg-opacity{
    z-index: 3;

}
.custom-bg-opacity{
    filter: blur(11px);
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        rgba(0, 0, 0, 1) 0%,  
        rgba(0, 0, 0, 1) 50%, 
        rgba(0, 0, 0, 1) 100% 
    );
    top: -20%;
    left: -5%;
    width: 110%;
    height: 130%;

}
.custom-bac{
    background: linear-gradient(
       rgba(0, 0, 0, 0.1) 0%, 
       rgba(11, 11, 11, 0.5) 50%, 
       rgb(11 11 11) 100%
    );
}
.custom-style-img{
    width: 90px; height: 90px; margin-right: 15px;
}
p{
    margin-bottom: 0;
}
.custom-shadow{
    box-shadow: 0px 0px 10px #0000007c;
    z-index: 3;
}
.custom-blocks{
    background-color: #800000;
    border-radius: 0 50px 50px 0;
    padding-left: 17%;
    height: auto;
    padding-bottom: 10px;
    width: 120%;
    margin-left: -20%;
    padding-right: 5px;
}
.custom-img-about-container {
    display: flex;
    align-items: center; 
    justify-content: center;
    width: 100%;
    height: 100%;
}

.custom-img-about {
    max-width: 150%;
    max-height: 100%;
    object-fit: cover;
    transform: scale(1.2);
}
.custom-time-block{
    margin-top: -70px;
}
.timer {
    font-size: 77px;
    font-weight: bold;
    text-align: center;
}

.small-text {
    font-size: 14px;
    color: gray;
}
.custom-text-gray{
    color: gray;
}

.custom-btn{
    width: 42px;
    height: 42px;
    font-size: 50px;
    color: #3e0404;
    font-weight: 300;
    background-color: #800000;
    border-radius: 50%;
    border: none ;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
}
.faq-item{
    border-bottom: 1px solid rgba(128, 0, 0, 0.514);
}
.answer {
    display: none;
}
.faq-item {
    border-bottom: 1px solid rgba(128, 0, 0, 0.514);
}

.custom-adaptive{
    margin-top: -320px;
}
.custom-wave{
    margin-top: -27%; 
    height: 112%;
}
.custom-modal{
    position: fixed;
    width: 100%;
    max-width: 479px;
    height: 100vh;
    background: rgba(78, 78, 78, 0.427);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: inset(0 0 0 0 round 10px);
    top: 0;
    left: auto;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    align-items: center;
    z-index: 999;
   
}
.custom-modal > form{
    padding-top: 40px;
    background-color: #1E1E1E;
    border-radius: 10px;
    position: relative;
    width: 90%;
    padding: 30px;
}
.custom-modal > form p{
    margin-top: 15px;
    color: #f1f1f1;

}
.custom-modal > form textarea{
    resize: none;
    height: 90px;
    width: 100%;
    border: 1px solid #ffffff4b;
    border-radius: 5px;
    padding: 5px 15px;
    background-color: #4949498d;
    outline: none;
    color: #fff;
    margin-top: 7px;
    font-size: 15px;
    color: #f1f1f1;


}
.custom-input{
    width: 100%;
    height: 40px;
    border: 1px solid #ffffff4b;
    border-radius: 5px;
    padding: 0 15px;
    background-color: #4949498d;
    outline: none;
    color: #fff;
    margin-top: 7px;
    color: #f1f1f1;

}

.custom-btn-modal{
    font-weight: bold;
    border: none;
    font-size: large;
    width: 300px;
    height: 70px;
    border-radius: 100px;
    color: #111;
    background-color: white;
    margin-top: 20px;
    cursor: pointer;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-close{
    position: absolute;
    top: 25px;
    right: 25px;
    width: 25px;

}
.modal-close img{
    width: 20px;
    cursor: pointer;

}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: gray; /* Цвет фона полосы прокрутки */
    border-radius: 10px;
}

/* Стилизуем сам ползунок (перетаскиваемую часть) */
::-webkit-scrollbar-thumb {
    background: gray; 
    border-radius: 10px; /* Радиус скругления ползунка */
    border: 3px solid #f1f1f1; /* Добавляем границу вокруг ползунка */
}

section{
    font-family: 'Helvetica' , sans-serif;

}

.custom-module2{
    background: #241919;
}
.custom-module3{
    background: #491d1d;
}
.custom-module4{
    background: #4c1212;
}
.custom-module5{
    background: rgba(128, 0, 0, 0.678);
}
.custom-module6{
    background: #800000;
}
.custom-bac-img{
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}
.custom-bac-img img{
    width: 105%;
    margin-left: -5%;
}

.widget-container {
    position: fixed;
    width: 100%;
    max-width: 479px;
    bottom: 0;
    left: auto;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.widget-container.visible{
    opacity: 1;
}
.footer-bar {
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-button {
    position: relative;
    background: #e01a1a;
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.custom-button:hover {
    background: rgba(128, 0, 0, 0.678);
}

.circle {
    width: 50px;
    height: 50px;
    background: white;
    color: #800000;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .widget-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Изначально скрываем */
    /* z-index: 1000; */
/* } */

    /* .footer-bar {
        text-align: center;
    }

    .custom-button {
        font-size: 1rem; /* Уменьшенный размер */
        /* padding: 10px 20px;
        border-radius: 20px;
    }

    .circle {
        font-size: 0.8rem;
        margin-left: 5px;
    } */

    .start-date {
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center; 
    } 

/* Стили для экранов с шириной до 480px (например, старые Android устройства) */
@media only screen and (max-width: 480px) {
    .custom-time-block{
        margin-top: 77px;
    }
    .custom-adaptive{
        margin-top: -260px;
    }
    .custom-wave{
        margin-top: -35%; 
        height: 112%;
    }
}
/* Стили для экранов с шириной до 375px (например, iPhone 6/7/8) */
@media only screen and (max-width: 388px) {
    .custom-adaptive{
        margin-top: -240px;
    }
    .custom-wave{
        margin-top: -53%; 
        height: 112%;
    }
    .custom-time-block{
        margin-top: 120px;
    }
}

/* Стили для экранов с шириной до 320px (старые маленькие смартфоны) */
@media only screen and (max-width: 366px) {
    .custom-adaptive{
        margin-top: -200px;
    }
    .custom-wave{
        margin-top: -70%; 
        height: 112%;
    }
    .custom-time-block{
        margin-top: 120px;
    }
}


/* Стили для экранов с шириной до 414px (например, iPhone 6/7/8 Plus, iPhone X) */
@media only screen and (max-width: 414px) {
    /* Стили для экранов до 414px */
}



/* Стили для экранов с шириной до 540px (например, Samsung Galaxy S5) */
@media only screen and (max-width: 540px) {
    /* Стили для экранов до 540px */
}
