* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;

}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* Eurostile Regular (обычный) */
@font-face {
    font-family: 'Eurostile';
    src: url('/wp-content/themes/betheme/fonts/Eurostile-Reg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Eurostile Medium (средний) */
@font-face {
    font-family: 'Eurostile';
    src: url('/wp-content/themes/betheme/fonts/Eurostile-Med.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Eurostile Bold (жирный) */
@font-face {
    font-family: 'Eurostile';
    src: url('/wp-content/themes/betheme/fonts/Eurostile-Bol.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Eurostile Round Regular (скругленный обычный) */
@font-face {
    font-family: 'Eurostile Round';
    src: url('/wp-content/themes/betheme/fonts/EurostileRoundRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Eurostile Extended Regular (расширенный обычный) */
@font-face {
    font-family: 'Eurostile Extended';
    src: url('/wp-content/themes/betheme/fonts/EurostileExt-Reg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Eurostile Extended Medium (расширенный средний) */
@font-face {
    font-family: 'Eurostile Extended';
    src: url('/wp-content/themes/betheme/fonts/EurostileExt-Med.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Eurostile Extended Black (расширенный черный/сверхжирный) */
@font-face {
    font-family: 'Eurostile Extended';
    src: url('/wp-content/themes/betheme/fonts/EurostileExt-Bla.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Eurostile Round Extended Medium (скругленный расширенный средний) */
@font-face {
    font-family: 'Eurostile Round Extended';
    src: url('/wp-content/themes/betheme/fonts/eurostile-round-extended-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile Ext';
    src: url('/fonts/eurostile-extended.woff2') format('woff2'),
         url('/fonts/eurostile-extended.woff') format('woff'),
         url('/fonts/eurostile-extended.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Пока шрифт грузится, виден системный шрифт */
}


/* ===== ПРИМЕНЕНИЕ ШРИФТОВ К ЭЛЕМЕНТАМ САЙТА ===== */

body, .be-wrapper, .mcb-wrap, .column, .widget, p, a, span, li, .textwidget {
    font-family: 'Eurostile Round', sans-serif;
    font-weight: 400;
    font-size: 2vh;
}

h1, h2, h3, h4, h5, h6, .heading, .title {
    font-family: 'Eurostile', sans-serif;
    font-weight: 700;
}

.super-heading, .hero-title, .main-heading {
    font-family: 'Eurostile Extended', sans-serif;
    font-weight: 900;
}

.accent-text, .subheading, .highlight {
    font-family: 'Eurostile Round Extended', sans-serif;
    font-weight: 500;
}

.main-container{
    margin-left: 10vw;
    margin-right: 10vw;
}

.menu-wrapper{
    position: relative;
    height: 60px;
    width: 100%;
    margin-left: 20vw;
    align-items: center;
}

.rect-1{
    position: relative;
    overflow: visible;
    display: block;
    top: 0;
    left: 0;
}

.under-logo {
    position: relative;
    height: 60px;
    width: 100%;
}

.menu-frame, .rect-1 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.menu-header {
    position: relative;
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 15px 0;
    padding-left: 70px;
    color: #333;
    z-index: 1;
    height: 100%;
}

.menu-header li {
    cursor: pointer;
}

.menu-header li:hover {
    text-decoration: underline; 
}

.main-logo{
    max-width: 30vw;
    width: 100%;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

/*----------БЛОК 1-----------*/

.block-1{
    display: flex;
    margin-top: 7vh;
}

.block-1-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-1-text{
    height: 45vh;
    width:25vw;
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: center;
}

.svg-wrapper svg {
    width: 75vw;
    height: 93vh;
    display: block;

}

.block-red-stroke {
    display: flex;
    flex-direction: column;  /* Вертикальный flex */
    justify-content: center;  /* Центрирование по вертикали */
    align-items: center;      /* Центрирование по горизонтали */
    text-align: center;       /* Центрирование текста */
}

.block-1-left-h1 {
    font-family: 'Eurostile Ext', sans-serif;
    font-weight: 700;
    margin-bottom: 2vh;
    font-size: 2em;
}

.block-1-left-p {
    margin-bottom: 5vh;
}

.block-1-text button {
    background-color: #EE3524;
    border: none;
    color: white;
    padding: 1.5vh 2.8vw;
    cursor: pointer;
}

.block-red-stroke button {
    /* Форма и цвет */
    background-color: #EE3524;
    border: none;
    border-radius: 0;
    
    /* Текст */
    color: white;
    font-family: 'Eurostile Extended', 'Arial', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase; /* Если нужны заглавные буквы */
    
    /* Отступы внутри кнопки */
    padding: 1.5vh 2.8vw;
    
    /* Дополнительно */
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Эффект при наведении (опционально) */
.block-red-stroke button:hover {
    background-color: #4D5361;
}

/* Эффект при нажатии (опционально) */
.block-red-stroke button:active {
    transform: scale(0.98);
}


.block-1-right {
    position: absolute;  /* Абсолютное позиционирование */
    top: 0;
    right: 0;
    bottom: 0;
    left: 42%;  /* Начинается с середины экрана */
    overflow: visible;
    pointer-events: none;  /* Чтобы не мешать кликам по левому блоку */
}

.right-svg {
    overflow: visible;
    display: block;
    height: 100%;
    display: block;
    position: absolute;
}

