﻿
@font-face {
    font-family: 'Ysabeau Infant Regular';
    src: url('fonts/YsabeauInfant-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ysabeau Infant SemiBold';
    src: url('fonts/YsabeauInfant-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ysabeau Infant Medium';
    src: url('fonts/YsabeauInfant-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Ysabeau SC Regular';
    src: url('fonts/YsabeauSC-Regular.ttf') format('truetype');
}

html, body {
    background: #FAFAF5; /* ✅ Основной фон страницы */
    margin: 0; /* ✅ Убираем отступы */
}

.no-border-card {
    border: none !important; /* ✅ Убираем границу */
    box-shadow: none !important; /* ✅ Убираем тень */
}

.sirius-image {
    position: absolute;
    width: 100%; /* ✅ На всю ширину экрана */
    height: 38px; /* ✅ Высота */
    left: 0;
    top: 0;
    background: url('../images/sirius_background.png') no-repeat center/cover; /* ✅ Фоновое изображение */
    /*z-index:100;*/
}

.sirius-text {
    font-family: 'Ysabeau Infant SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 0px;
}

.planetBig-image {
    position: absolute;
    right: 0; /* ✅ Размещение справа */
    bottom: 0; /* ✅ Размещение внизу */
    width: 777px;
    height: 774px;
    opacity: 0.6; /* ✅ Прозрачность */
    /*transform: rotate(39.32deg);*/ /* ✅ Поворот */
    background: url('../images/planetBig_background.png') no-repeat center/contain; /* ✅ Картинка */
}

.planetSmall-image {
    position: absolute;
    width: 614px;
    height: 433px;
    left: -182px;
    top: -10px;
    opacity: 0.5; /* ✅ Прозрачность */
    background: url('../images/planetSmall_background.png') no-repeat center/contain; /* ✅ Картинка */
    /* z-index: 1;*/
}
