body {
    font-family: 'Roboto', sans-serif;
	margin: 0;
    background-color: #080f2c;
    color: #e0e0e0;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    text-align: center;
}

header {
    background-color: #080f2c;
    padding: 40px 20px;
}

header img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

header h1 {
    font-size: 1.5rem;
    margin: 10px 0;
    font-weight: normal;
}

header h2 {
    font-size: 1.2rem;
    margin: 0;
    font-weight: bold;
}

.divider {
    background-color: #111944;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.content {
    max-width: 1280px;
    margin: 30px auto 60px auto;
    padding: 20px;
    text-align: left;
    font-size: 17px;
	font-family: Roboto, Sans-Serif;
    color: #d4d4d4;
}

.spoiler {
    margin: 10px 0;
    border-bottom: 1px solid #363d56;
    padding: 0.5rem;
}

.spoiler button {
    background: none;
    border: none;
    color: #d4d4d4;
    font-size: 17px;
    font-weight: 400;
    font-family: Roboto, Sans-Serif;
    line-height: 1.45;
    letter-spacing: 0px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    padding: 10px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.spoiler-content {
    display: none;
    margin-top: 10px;
    padding-left: 20px;
    font-size: 1rem;
    color: #b0b0b0;
}

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

img, iframe {
    max-width: 100%;
    height: auto;
}

iframe {
    border: none;
}

.footer {
    background-color: #111944;
    padding: 3rem 20px;
    color: #ffffff;
}

.footer h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.footer .contact-button {
    display: block;
    max-width: 800px;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 1.2rem;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    transition: filter 0.2s ease; /* Плавный переход при наведении */
}

.footer .contact-button:hover {
    filter: brightness(0.9);
}

.footer .contact-button.telegram {
    background-color: #5ba4e5;
}

.footer .contact-button.whatsapp {
    background-color: #25d366;
}

.footer .contact-button.vkontakte {
    background-color: #0077ff;
}

.footer .contact-button.email {
    background-color: #000000;
}


ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

li {
    line-height: 1.8;
}

.spacer {
    height: 20px;
    width: 100%;
    display: block;
}

span.success {
    color: #66a80f;
}

.faded1 {
    font-size: 1rem;
    color: #b0b0b0;
}



@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}