@font-face { font-family: 'Advaken'; src: url('Advaken.otf') format('opentype'); font-weight: normal; font-style: normal; }
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, div, span, a { font-family: 'Advaken', sans-serif !important; }
body {
    display: block; margin: 0 auto; background: #ffffff;
    padding: 10px; font-family: "Montserrat", sans-serif;
    max-width: 500px; overflow-x: hidden;
}
/* ГЛОБАЛЬНЫЙ ФИКС КАРТИНОК */
img { max-width: 100%; height: auto; }

/* --- 1. ШАПКА --- */
#user { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 15px; }
#descr {
    width: 100%; height: 24vw; max-height: 110px;
    display: flex; flex-direction: row; gap: 10px; margin-bottom: 25px;
}
#descr-item {
    position: relative; flex: 1; height: 100%;
    background: #ccc; border-radius: 20px; overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#descr-item img {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; z-index: 1;
}
#descr-item::after {
    content: ''; position: absolute; inset: 0;
    background: rgba(0,0,0,0.3); z-index: 2;
}
#descr-item span {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; text-align: center; color: white;
    font-size: 11px; font-weight: 700; z-index: 3;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

/* --- 2. ЧЕРНАЯ КНОПКА --- */
.main-black-button {
    display: flex; justify-content: center; align-items: center;
    width: 100%; height: 60px; margin: 0 auto 25px auto;
    background-color: #000000 !important; color: #ffffff !important;
    border-radius: 15px; font-size: 18px; font-weight: 600;
    text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* --- 3. СТРАНЫ И КАТАЛОГ --- */
#country {
    position: relative; width: 100%; height: 85px; margin-bottom: 15px;
    border-radius: 20px; overflow: hidden; background: #eeeeee;
}
.c_im { position: absolute; width: 100%; height: 100%; z-index: 1; }
.img { width: 100%; height: 100%; object-fit: cover; }
.c_txt {
    position: absolute; z-index: 3; width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
}
.c_txt a { color: white !important; font-size: 22px; font-weight: 700; text-shadow: 0 2px 5px rgba(0,0,0,0.8); text-decoration: none; text-transform: uppercase; }
.c_shdw { position: absolute; inset: 0; z-index: 2; background: rgba(0,0,0,0.25); pointer-events: none; }

.objects {
    background: #f9f9f9; border-radius: 15px; overflow: hidden;
    margin-bottom: 20px; display: flex; flex-direction: column;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); text-decoration: none;
}
.objects_img { width: 100%; height: 150px; object-fit: cover; }
.text-container { padding: 10px; display: flex; flex-direction: column; gap: 4px; }
.text-column { font-size: 13px; color: #000; font-weight: 600; text-decoration: none; }
.link-without-underline { text-decoration: none; color: black; display: block; }

#content { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 2%; }
#first_group, #second_group { width: 48%; display: flex; flex-direction: column; }
#third_group { display: none; }

/* ФИКСЫ ФУТЕРА */
.header-logo { display: none !important; }
#hot, #hot2, .hot { width: 50px !important; height: 50px !important; margin: 0 auto; display: block; }
