@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    /* Указываем базовый шрифт и отключаем дополнительные стили */
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    /* Убираем отступы и рамки у элементов */
    margin: 0;
    padding: 0;
    border: 0;
    /* Отменяем влияние наследованных стилей */
    text-decoration: none;
    color: inherit;
    /* Устанавливаем базовый фон */
    background: transparent;
}

body {
    background-color: #0e1319;
    color: white;
    text-align: center;
    font-family: Montserrat;
}

details>summary::marker {
    display: none;
    content: '';
    /* Прощай, стрелочка, теперь ты здесь не нужна! */
}

details>summary::before {
    content: url('/image/tg.png');
    /* Замените на нужный вам значок */
    margin-right: 0.5em;
    /* Опционально: установите отступ между значком и текстом */
}

details[open] summary::before {
    content: url('/image/wa.png');
    /* Значок для открытого состояния */
}

.button_offer {
    background-color: #d9d9d9;
    margin: 6vw 10vw;
    color: black;
    font-size: 20px;
    font-weight: 600;
    padding: 0 6vw;
    border-radius: 15px;
    display: flex;
    align-items: center;
    height: 18vw;
    box-shadow: 0 3px 8px 6px rgba(255, 255, 255, 0.1);
}

.row {
    display: flex;
    align-items: center;
    margin-top: -17px;
}

.video {
    width: 263px;
    border-radius: 15px;
}

.button {
    background-color: #d9d9d9;
    margin: 6vw 10vw;
    border-radius: 15px;
    display: flex;
    align-items: center;
    height: 18vw;
    box-shadow: 0 3px 8px 6px rgba(255, 255, 255, 0.1);
}

.button_1 {
    background-color: #d9d9d9;
    margin: 6vw 10vw;
    border-radius: 15px;
    align-items: center;
    height: 18vw;
}

.but_row {
    display: flex;
    align-items: center;
    background-color: black;
    width: 35vw;
    height: 14vw;
    border-radius: 15px;
    margin: 0px 3vw 0 2vw;
    justify-content: space-around;
}

.text {
    font-size: 20px;
    font-weight: 600;

}

ul {
    list-style-image: url("/image/fishka.png");
   
}


li {
    padding-bottom: 5vw;
}

.but_page2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3vw;
    margin: 5vw 0px;
}

@media screen and (width: 425px) {
    .surp {
        width: 365px;
    }

    .phone {
        width: 80%;
        height: 423px;
    }

    .row {
        margin-left: 16.5vw;
    }

    .video {
        width: 350px;
    }

    .p_text {
        font-size: 31px;
    }

    .text {
        font-size: 27px;
    }
}

@media screen and (min-width: 375px) and (max-width: 424px) {
    .video {
        width: 300px;
    }

    .text {
        font-size: 23px;
    }

    .row {
        margin-left: 12.5vw;
    }

    .surp {
        width: 322px;
    }

    .phone {
        width: 80%;
        height: 423px;
    }

    .p_text {
        margin-top: 7vw;
        font-size: 29px;
    }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .surp {
        width: 275px;
    }

    .phone {
        width: 289px;
    }

    .p_text {
        font-size: 24px;
    }

    .row {
        margin-left: 7.5vw;
    }
}