/*ШРИФТ СТРАНИЦЫ (ОБЩИЙ)*/
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-ExtraLight.ttf'); /* Путь к шрифту */
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

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

body {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease; /* Плавный переход при загрузке страницы*/
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif; /* Используем ваш шрифт */
    background-color: #000000; /* Фон страницы */
    color: #fff;
    line-height: 1.5; /* Полуторный межстрочный интервал */
    
}

/* Загрузка страницы */
body.loaded {
    opacity: 1;
    visibility: visible;
}


/* ВЕРХНЯЯ ЧАСТЬ СТРАНИЦЫ (ТАМ ГДЕ ЛОГОТИП)*/
.land1 {
    background: #000000;
    text-align: center;
    padding: 150px 20px; /* Адаптированные отступы */
}

/* БЛОК С ОПИСАНИЕМ ССЫЛКИ НА БОТА */
.bot {
    margin: 50px auto; /* Центрируем блок */
    background-color: #000000;
    max-width: 90%; /* Ограничиваем максимальную ширину */
    padding: 20px;
}

/* ГЛАВНЫЙ ЛОГОТИП */
.svg_image_main {
    width: 40%; /* Растягиваем SVG по ширине */
    height: auto; /* Сохраняем пропорции */
    display: block; /* Убираем лишние отступы */
    border: none; /* Убираем рамку */
    margin: 0 auto; /* Центрирование */
}

/* ДРУГИЕ SVG КАРТИНКИ НА СТРАНИЦЕ */
.svg-image {
    width: 60%; /* Растягиваем SVG по ширине */
    height: auto; /* Сохраняем пропорции */
    display: block; /* Убираем лишние отступы */
    border: none; /* Убираем рамку */
    margin: 0 auto; /* Центрирование */
}

/* иконка телеграм (маленькая) */
.telegram-icon {
    width: 20px; 
    height: 20px; 
    margin-right: 8px; 
    vertical-align: "middle";
}

/* СЕКЦИЯ С ДЕВИЗОМ И КНОПКОЙ (ВХОДИТ В СОСТАВ .land1) */
.section {
    background: #000000;
    padding: 20px 10px;
    text-align: center;
}

/* КНОПКА (ВХОДИТ В СОСТАВ .section) */
button {
    position: relative;
    overflow: hidden;
}

/* БЛИК АНИМАЦИЯ НА КНОПКЕ */
button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shine 2s infinite;
}

/* ОБЪЯВЛЕНИЕ АНИМАЦИИ */
@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* ТЕКСТ ЗАГОЛОВКОВ КОЛОНОК */
.text_column{
    font-size: 20px;
    font-weight:bold;
    color: #07B2F9;
    line-height: 30px;
    font-weight: bold;
}

.text_button_main {
    padding: 20px 50px;
    font-size: 20px;
    color: #07B2F9;
    background-color: transparent;
    border: 2px solid #07B2F9;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
/* СЕРЫЙ ТЕКСТ ОПИСАНИЯ НА КНОПКЕ */
.text_button_description {
    font-size: 14px;
    color: rgb(163, 154, 154);
    margin-top: 5px;
    display: block;
    transition: all 0.3s ease;
}

/* Только устройства с настоящей мышью */
@media (hover: hover) and (pointer: fine) {

    .text_button_main:hover {
        background-color: #07B2F9;
        color: #fff;
    }

    .text_button_main:hover .text_button_description {
        color: #000000;
    }

}

/* Только момент физического нажатия */
.text_button_main:active {
    background-color: #07B2F9;
    color: #fff;
}

.text_button_main:active .text_button_description {
    color: #323232;
}

/* ТЕКСТ НА ПЛАШКЕ С АКЦИЕЙ */
.text_event {
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    color: #ff0000;
}

/* ТЕКСТ ТАЙМЕРА */
.text_event_timer {
    text-align: center;
    margin-top: 25px;
    font-size: 25px;
    color: #fff;
    white-space: pre;
}

/*  СПИСКИ (ДЛЯ КОЛОНОК) */
.text_listt {
    color: #fff;
    list-style-type: none;
    margin-top: 20px;
    padding-left: 0;
    text-align: left;
    font-size: 16px;
}

/* ЭЛЕМЕНТЫ СПИСКОВ (ДЛЯ СПИСКОВ) */
.text_listt li {
    line-height: 1.2; /* Высота строки внутри пункта */
    margin-bottom: 1.0em; /* Отступ между пунктами (полуторный интервал) */
    color: #fff; /* Цвет текста */
}

/* КОЛОНКИ */
.container {
    display: flex;
    flex-wrap: wrap; /* Позволяем колонкам переноситься на новую строку */
    gap: 20px; /* Расстояние между колонками */
    justify-content: center; /* Центрируем контент */
    padding: 20px;
}

.column {
    flex: 1 1 calc(33.333% - 20px); /* Адаптивная ширина колонок */
    min-width: 250px; /* Минимальная ширина колонки */
    background-color: #000000;
    padding: 40px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.column:last-child {
    border-right: none; /* Убираем нижнюю границу у последней колонки */
}

/* ===========================
      ЭКСТРЕННЫЙ VPN
=========================== */

.emergency-vpn{

    width:100%;
    max-width:760px;

    margin:60px auto 0;

    background:#111;

    border:1px solid #07B2F9;

    border-radius:18px;

    padding:25px;

    box-shadow:0 0 30px rgba(7,178,249,.15);
}

.emergency-header{

    font-size:24px;

    color:#07B2F9;

    font-weight:bold;

    margin-bottom:15px;

    text-align:left;
}

.emergency-text{

    color:#d6d6d6;
    
    font-size: 18px;

    line-height:1.6;

    margin-bottom:20px;

    text-align:left;
}

.vpn-terminal{

    display:flex;

    align-items:center;

    background:#050505;

    border:1px solid #333;

    border-radius:12px;

    padding:18px;

    overflow:visible;

    position: relative;
}

.vpn-key{

    flex:1;

    font-family:Consolas, monospace;

    color:#2cff88;

    font-size:15px;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;

    user-select:none;
}

.copy-button{

    width:48px;

    height:48px;

    margin-left:15px;

    border:none;

    border-radius:10px;

    background:#07B2F9;

    color:white;

    cursor:pointer;

    font-size:22px;

    transition:.25s;
}

.copy-button:hover{

    background:#25c4ff;

    transform:scale(1.07);
}

.copy-button:active{

    transform:scale(.92);
}

.vpn-footer{

    margin-top:15px;

    text-align:center;

    color:#9b9b9b;

    font-size:18px;
}


/* Адаптация для ПК */
@media (min-width: 1024px) {
    .svg_image_main {
        width: 40%; /* Уменьшаем размер логотипа для ПК */
    }
    .svg-image {
        width: 60%; /* Уменьшаем размер логотипа для ПК */
    }
    .text {
        font-size: 27px; /* Уменьшаем размер текста для ПК */
    }
    .text_button_main {
        font-size: 25px;
        border-radius: 100px;
        padding: 20px 80px;
    }
    .text_button_description {
        font-size: 18px;
    }
    .text_event {
        font-size: 22px;
    }
    .text_event_timer {
        font-size: 24px;
    }
    .text_column {
        font-size: 22px;
    }
    .text_listt {
        font-size: 18px;
    }
    .column {
        flex: 1 1 calc(33.333% - 20px);
        min-width: 250px;
    }
}

/* Адаптация для планшетов */
@media (max-width: 1023px) and (min-width: 769px) {
    .svg_image_main {
        width: 80%; /* Увеличиваем размер логотипа для планшетов */
    }
    .svg-image {
        width: 80%; /* Увеличиваем размер логотипа для мобильных телефонов */
    }
    .text {
        font-size: 18px; /* Уменьшаем размер текста для планшетов */
    }
    .text_button_main {
        font-size: 30px;
        border-radius: 50px;
    }
    .text_button_description {
        font-size: 20px;
    }
    .text_event {
        font-size: 20px;
    }
    .text_event_timer {
        font-size: 22px;
    }
    .column {
        flex: 1 1 calc(50% - 20px);
        min-width: 200px;
        padding: 40px;
    }


}

/* Адаптация для мобильных телефонов */
@media (max-width: 768px) {
    .svg_image_main {
        width: 100%; /* Увеличиваем размер логотипа для мобильных телефонов */
    }
    .svg-image {
        width: 100%; /* Увеличиваем размер логотипа для мобильных телефонов */
    }
    .container {
        flex-direction: column;
        padding: 5px;
    }
    .column {
        border-right: none;
        border-bottom: 1px solid #ccc;
        min-width: 40%;
        padding: 5px;
    }
    .column:last-child {
        border-bottom: none;
    }
    .text {
        font-size: 18px; /* Уменьшаем размер текста для мобильных телефонов */
    }
    .text_event {
        font-size: 18px;
    }
    .text_event_timer {
        font-size: 20px;
    }
    .text_button_main {
        font-size: 20px;
        border-radius: 50px;
    }
    .text_button_description {
        font-size: 12px;
    }
    .text_column {
        font-size: 18px;
    }
}
