body {
    font-family: 'Aldrich', sans-serif !important;
    background-color: black !important;
}

#coming_soon {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#main {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#app {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#plans {
    min-height: fit-content !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#additional {
    margin-top: 8em;
    min-height: 35vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#faq-body {
    min-height: 90vh !important;
}

#faq-body-content {
    max-width: 50em;
}
.social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.central {
    text-align: center;
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: ani 3.5s forwards;
}

@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

@media (orientation: landscape) {
    .central-adaptive {
        text-align: center  !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 4em !important;
    }
}
@media (orientation: portrait) {
    .central-adaptive {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2em !important;
    }
}
h1 {
    font-size: 48px !important;
    color: white;
}
h2 {
    margin: 0.67em !important;
    color: white !important;
}
h3 {
    color: white !important;
}
h4 {
    color: white !important;
}
h5 {
    margin: 0.67em !important;
    color: white !important;
}
h6 {
    margin: 0.67em !important;
    color: white !important;
}
li {
    color: white !important;
}
p {
    color: white;
    padding-left: 1em !important;
    padding-right: 1em !important;
}
a {
    color: white;
}
.card {
    background-color: transparent !important;
}
.card-body {
    background-color: transparent !important;
}
.ul {
    background-color: transparent !important;
}
.icon_white {
    filter: invert(1);
}
.icon_white_button_hover > i > img {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    filter: invert(1);
}
.icon_white_button_hover:hover > i > img {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    filter: invert(0);
}
.logo_drawable {
    padding: 1em;
}
.navbar-absolute {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.navbar-brand-center {
    left: 50%;
    position: absolute;
}
#locale_switcher_RU {
    visibility: hidden;
}