a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    font-family: inherit;
    font-size: inherit;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:focus, :visited {
    outline: 0;
}
body {
    /*height: 100vh;*/
    background-color: #000;
    font-family: Archivo, sans-serif;
    overflow-wrap: break-word;
    line-height: 1;
    position: relative;
	min-height: 1800px;
}
/*body:after {
    content: "";
    display: block;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: cover; 
    opacity: .2;
    pointer-events: none;
    transition: background-image 1s ease-in-out;
}*/
#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.2;
    pointer-events: none;
	transition: transform 1s ease-in-out;
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
}
html {
    background-color: #fff;
    font-display: swap;
    font-size: 20px;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
@media (max-width:768px) {
    html {
    font-size: 18px;
}
}img {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
input, textarea {
    font-family: Archivo, sans-serif;
}
svg {
    vertical-align: middle;
}
video {
    width: 100%}
[hidden] {
    display: none!important;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.align-center {
    -ms-flex-align: center;
    align-items: center;
}
.align-between {
    -ms-flex-align: space-between;
    align-items: space-between;
}
.flex-1 {
    -ms-flex: 1;
    flex: 1;
}
.flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.position-relative {
    position: relative;
}
.h-p-100 {
    height: 100%}
.p-8 {
    padding: 8px;
}
.p-10 {
    padding: 10px;
}
.pl-40 {
    padding-left: 40px;
}
.pr-40 {
    padding-right: 40px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pl-74 {
    padding-left: 74px;
}
.pr-60 {
    padding-right: 60px;
}
.mb-14 {
    margin-bottom: 14px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-60 {
    margin-left: 60px;
}
.align-self-normal {
    -ms-flex-item-align: normal;
    -ms-grid-row-align: normal;
    align-self: normal;
}
.line-height-1-6 {
    line-height: 1.6;
}
.overflow-hidden {
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-46 {
    font-size: 46px;
}
.fs-60 {
    font-size: 60px;
}
.fw-600 {
    font-weight: 600;
}
.border-1 {
    border: 1px solid;
}
.border-c-dark {
    border-color: #333;
}
.radius-8 {
    border-radius: 8px;
}
.radius-24 {
    border-radius: 24px;
}
.z-index-9 {
    z-index: 9;
}
.text-center {
    text-align: center;
}
.c-dim-gray {
    color: #737373;
}
.c-white {
    color: #fff;
}
.bg-c-black {
    background-color: #000;
}
.bg-c-ultramarine-blue {
    background-color: #5865f2;
}
@media (max-width:768px) {
    .mob-remove-br br {
    display: none;
}
}@media (min-width:1500px) {
    .large-fs-60 {
    font-size: 60px;
}
}@media (min-width:1500px) {
    .large-fs-20 {
    font-size: 20px;
}
}@media (max-width:768px) {
    .mob-fs-32 {
    font-size: 32px;
}
}@media (max-width:768px) {
    .mob-p-20 {
    padding: 20px;
}
}@media (max-width:768px) {
    .mob-mb-20 {
    margin-bottom: 20px;
}
}@media (max-width:768px) {
    .mob-ml-0 {
    margin-left: 0;
}
}@media (max-width:768px) {
    .mob-flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
}
}@media print {
    * {
    box-shadow: none!important;
}
a[href^=http]:after {
    content: " (" attr(href) ")"}
input {
    display: none;
}
}.button {
    -ms-flex-align: center;
    align-items: center;
    background-color: #51e800;
    border-radius: 8px;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    font-size: 10px;
    line-height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    /*text-transform: uppercase;*/
    text-decoration: none; /* Removes the underline */
}
.button:hover {
    background-color: #80fc3e;
}
.button:active, .button:focus {
    background-color: #4bd600;
}
.button_circle:before {
    background-image: url(images/icons/circle.svg);
}


.button-youtube {
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(218, 62, 64, 0.2); /* 20% прозрачность */
    border: 2px solid #DA3E40;
    border-radius: 8px;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    font-size: 10px;
    line-height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
    gap: 8px; /* расстояние между иконкой и текстом */
}
.button-youtube:hover {
    background-color: rgba(218, 62, 64, 0.5); /* 50% при наведении */
}
.button-youtube:active,
.button-youtube:focus {
    background-color: rgba(218, 62, 64, 0.7); /* можно чуть ярче при клике */
}
.button-youtube img {
    width: 20px;
    height: 20px;
}

@media (min-width:1500px) {
    .button {
    font-size: 14px;
    line-height: 48px;
}
	.button-youtube {
	font-size: 14px;
    line-height: 48px;	
}
}