@font-face {
    font-family: "Killing Display";
    font-style: normal;
    font-weight: 400;
    src: local("Killing Display"), local("Killing-Display"), url(../assets/fonts/KillingDisplay-Regular.woff2) format("woff2"), url(../assets/fonts/KillingDisplay-Regular.woff) format("woff");
}
@font-face {
    font-family: ArchivoNarrow;
    src: url(../assets/fonts/ArchivoNarrow-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: ArchivoNarrow;
    src: url(../assets/fonts/ArchivoNarrow-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: ArchivoNarrow;
    src: url(../assets/fonts/ArchivoNarrow-Bold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: WashingtonHeights;
    src: url(../assets/fonts/WashingtonHeights.otf);
}
.font-w {
    font-family: WashingtonHeights, Trebuchet MS, Arial, Helvetica, sans-serif;
}
html[lang="ru-RU"] .font-w {
    font-weight: 700;
}
h1,
h2,
h3,
h4 {
    color: #fff;
    font-family: "Killing Display", sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 28px;
    text-transform: uppercase;
}
@media (min-width: 960px) {
    h1 {
        font-size: 56px;
    }
}
h1.entry-title {
    margin-top: 5.84rem;
}
h2 {
    font-size: 36px;
    text-transform: uppercase;
}
@media (min-width: 960px) {
    h2 {
        font-size: 44px;
    }
}
h3 {
    font-size: 1.25rem;
}
h4 {
    font-size: 18px;
}
@media (min-width: 960px) {
    h4 {
        font-size: 24px;
    }
}
a,
li,
p {
    font-size: 14px;
    color: #fff;
    line-height: 1.42;
    font-weight: 400;
}

.lead p {
    font-size: 18px;
}

p.small, .small,  a.cn-revoke-inline {  font-family: "ArchivoNarrow"; font-size: 12px; }

.language-en article p, .language-en article ul, .language-en article a, .language-en p.text-normal, .language-en a.cn-revoke-inline { font-family: "ArchivoNarrow"; }

@media (min-width: 960px) {
    a,
    li,
    p {
        font-size: 18px;
    }
}
a:hover {
    color: #ff1d25;
}
figure {
    margin: 2em 0 1em;
}
* {
    font-family: "Killing Display", sans-serif;
    box-sizing: border-box;
	max-width: -webkit-fill-available;
	color: white;
}
html {
    font-size: 18px;
    scroll-behavior: smooth;
    margin: 0;
}
@media (min-width: 1920px) {
    html {
        font-size: 24px;
    }
}
body {
    background-color: #000;
    margin: 0;
    overflow-x: hidden;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
header {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    padding: 16px 24px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media (min-width: 1024px) {
    header {
        /*padding: 100px 4.17rem; */
        /*position: absolute; */
    }
}
header.header--bg {
    background-color: #000;
}
@media (min-width: 1024px) {
    header.header--bg {
        background-color: transparent;
    }
}
body.locked1 header {
    background-color: #000;
}
.header__branding {
    padding: 6px 0 0;
}
.custom-logo {
    width: auto;
    height: 30px;
}
@media (min-width: 1024px) {
    .custom-logo {
        height: 35px;
    }
    .header__branding {
        padding: 16px 0 0;
    }
}
.header__navigation nav {
    display: none;
}
@media (min-width: 1024px) {
    .header__navigation nav {
        display: flex;
    }
}
.toggle-navigation__bar {
    border-radius: 2px;
    position: absolute;
    top: 13px;
    left: 0;
    width: 36px;
    height: 2px;
    background-color: #fff;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in, top 0.4s ease;
}
.toggle-navigation__bar.bar2 {
    top: 23px;
}
.toggle-navigation {
    cursor: pointer;
    position: relative;
    width: 36px;
    height: 36px;

    margin-left: auto;
}
@media (min-width: 1024px) {
    .toggle-navigation {
        display: none;
    }
}
.toggle-navigation.open .toggle-navigation__bar {
    background-color: #ff1d25;
    top: 18px;
    transform: rotate(45deg);
}
.toggle-navigation.open .toggle-navigation__bar.bar2 {
    transform: rotate(-45deg);
}
.main--index,
.main--page {
   /*  background-image: linear-gradient(to right, #000, #191919); */
}
.main--index article.page,
.main--page article.page {
    margin: 0 auto;
    max-width: 1110px;
}
.stickypost {
    margin: 80px auto 0;
    max-width: 1110px;
}
@media (min-width: 960px) {
    .stickypost {
        margin: 160px auto 0;
    }
}
.stickypost article.post {
    display: flex;
    flex-wrap: wrap;
}
.article__left,
.article__right {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 960px) {
    .article__left,
    .article__right {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 960px) {
    .article__left {
        padding-top: 15px;
    }
}
.article__left img {
    max-width: 100%;
    height: auto;
}
.article__right {
    padding-top: 24px;
}
@media (min-width: 960px) {
    .article__right {
        padding-left: 40px;
        padding-top: 0;
    }
}
.article__right .entry-title {
    font-family: "Killing Display", sans-serif;
    font-weight: 400;
    font-size: 26px;
    margin: 0 0 20px;
    text-transform: none;
}
@media (min-width: 960px) {
    .article__right .entry-title {
        font-size: 56px;
        margin: 0 0 32px;
    }
}
.article__right .entry-excerpt p {
    font-weight: 400;
    font-size: 14px;
}
@media (min-width: 960px) {
    .article__right .entry-excerpt p {
        font-size: 18px;
    }
}
.article__right .entry-link a {
    color: #fcc133;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 36px;
    position: relative;
    transition: color 0.4s ease;
}
@media (min-width: 960px) {
    .article__right .entry-link a {
        font-size: 24px;
        padding-right: 42px;
    }
}
.article__right .entry-link a:hover {
    color: #fff;
}
.article__right .entry-link a:hover:before {
    transform: scaleX(1);
}
.article__right .entry-link a:before {
    content: "";
    display: block;
    transform: scaleX(0);
    background-color: #fff;
    height: 2px;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    position: absolute;
    width: calc(100% - 36px);
    left: 0;
    bottom: 0;
}
@media (min-width: 1280px) {
    .article__right .entry-link a:before {
        width: calc(100% - 42px);
    }
}
.article__right .entry-link a:after {
    content: "";
    width: 24px;
    height: 12px;
    background-image: url(https://www.ninetofive.game/wp-content/uploads/2020/05/Asset-39.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
}
@media (min-width: 960px) {
    .article__right .entry-link a:after {
        width: 30px;
        height: 16px;
        top: calc(50% - 9px);
    }
}
.main--articles {
    margin-top: 2rem;
    padding: 1.5rem;
}
@media (min-width: 500px) {
    .main--articles {
        padding: 2.5rem;
    }
}
@media (min-width: 960px) {
    .main--articles {
        padding: 4.17rem;
    }
}
.main__wrapper {
    margin: 0 auto;
    max-width: 1110px;
}
.filter {
    color: #fcc133;
    font-size: 18px;
    text-transform: uppercase;
}
.facetwp-template {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -40px 0;
}
.facetwp-template article.post {
    flex: 0 0 calc(100% - 30px);
    margin: 0 30px 40px 0;
    max-width: calc(100% - 30px);
}
@media (min-width: 600px) {
    .facetwp-template article.post {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}
@media (min-width: 960px) {
    .facetwp-template article.post {
        flex: 0 0 calc(33.33% - 30px);
        max-width: calc(33.33% - 30px);
    }
}
.facetwp-template article.post img {
    max-width: 100%;
    height: auto;
}
.article-title {
    font-family: "Killing Display", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 24px 0 16px;
    text-transform: none;
}
@media (min-width: 960px) {
    .article-title {
        font-size: 24px;
        margin: 36px 0 21px;
    }
}
.article-categories {
    color: #656565;
    font-size: 12px;
    margin: 0 0 16px;
}
@media (min-width: 960px) {
    .article-categories {
        font-size: 14px;
    }
}
.article-excerpt p {
    font-size: 14px;
    margin: 0;
}
@media (min-width: 960px) {
    .article-excerpt p {
        font-size: 16px;
    }
}
.article-excerpt a h2, a h2.article-title { text-decoration: none; }
.article-link {
    margin: 16px 0 0;
}
@media (min-width: 960px) {
    .article-link {
        margin: 8px 0 0;
    }
}
.article-link a {
    color: #ff1d25;
    font-size: 14px;
    text-decoration: none;
    padding-right: 26px;
    position: relative;
}
@media (min-width: 960px) {
    .article-link a {
        font-size: 16px;
        padding-right: 32px;
    }
}
.article-link a:hover {
    text-decoration: underline;
}
.article-link a:after {
    content: "";
    width: 22px;
    height: 10px;
    background-image: url(https://www.ninetofive.game/wp-content/uploads/2020/05/Asset-39.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
}
@media (min-width: 960px) {
    .article-link a:after {
        width: 24px;
        height: 12px;
        top: calc(50% - 6px);
    }
}
.main--post {

}
.main--post article {
    margin-top: 80px;
}
@media (min-width: 960px) {
    .main--post article {
        margin-top: 160px;
    }
}
.article__bottom,
.article__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1210px;
}
.article__bottom-left,
.article__top-left {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1210px) {
    .article__bottom-left,
    .article__top-left {
        flex: 0 0 800px;
        max-width: 800px;
        margin-right: 60px;
    }
}
.article__bottom-right,
.article__top-right {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1210px) {
    .article__bottom-right,
    .article__top-right {
        flex: 0 0 350px;
        max-width: 350px;
    }
}
.article__top-right {
    display: none;
}
@media (min-width: 1210px) {
    .article__top-right {
        display: flex;
        align-items: flex-end;
    }
    .article__top-right p {
        color: #fcc133;
        text-transform: uppercase;
    }
}
.article__bottom-right .mobile-readmore {
    color: #fcc133;
    margin: 32px 0 24px;
    text-transform: uppercase;
}
@media (min-width: 1210px) {
    .article__bottom-right .mobile-readmore {
        display: none;
    }
}
.article__bottom-right article {
    margin: 20px 0 60px;
}
.article__bottom-right article img {
    max-width: 100%;
    height: auto;
}
.article__bottom-right .article-link a {
    color: #fcc133;
}
.article__content,
.article__hero {
    margin: 0 auto;
    max-width: 550px;
}
.article__thumbnail {
    margin: 20px auto;
    max-width: 800px;
}
.article__thumbnail img {
    max-width: 100%;
    height: auto;
}
.article__meta {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
}
@media (min-width: 960px) {
    .article__meta {
        font-size: 18px;
    }
}
.article__parent {
    color: #fcc133;
    text-transform: uppercase;
}
.article__date {
    color: #fff;
}
.article__title {
    font-family: "Killing Display", sans-serif;
    font-weight: 400;
    font-size: 26px;
    margin: 20px 0;
    text-transform: none;
}
@media (min-width: 960px) {
    .article__title {
        font-size: 56px;
        margin: 24px 0;
    }
}
.article__categories {
    color: #656565;
    font-size: 12px;
}
@media (min-width: 960px) {
    .article__categories {
        font-size: 14px;
    }
}
.article__excerpt p {
    font-size: 16px;
}
@media (min-width: 960px) {
    .article__excerpt p {
        font-size: 18px;
    }
}
.article__content h2,
.article__content h3,
.article__content h4 {
    font-family: "Killing Display", sans-serif;
    font-weight: 400;
    margin: 24px 0 21px;
    text-transform: none;
}
.article__content p {
    font-size: 16px;
}
@media (min-width: 960px) {
    .article__content p {
        font-size: 18px;
    }
}
.article__content a {
    color: #ff1d25;
    font-size: 16px;
    text-decoration: none;
}
@media (min-width: 960px) {
    .article__content a {
        font-size: 18px;
    }
}
.article__content a:hover {
    text-decoration: underline;
}
.article__content .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.article__content .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.article__content figcaption {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.article__content figure img { max-width: 100%; height: auto; }
.fixed-cta {
    align-items: center;
    background-color: #141414;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    padding: 0 20px;
    position: fixed;
    width: 100%;
    z-index: 9;
}
@media (min-width: 1440px) {}
    .fixed-cta {
        flex-direction: row;
        justify-content: flex-end;
        padding: 0 4.17rem;
    }

.fixed-cta .fixed-cta__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 20px 60px;
}
@media (min-width: 1440px) {
    .fixed-cta .fixed-cta__buttons {
        margin: 0;
    }
}
.fixed-cta .fixed-cta__buttons .btn {
    border-radius: 6px;
    color: #fff;
    font-size: 26px;
    margin: 6px 10px;
    padding: 8px 16px;
    text-decoration: none;
    text-transform: uppercase;
}
@media (min-width: 1440px) {
    .fixed-cta .fixed-cta__buttons .btn {
        border-radius: 10px;
        font-size: 32px;
        padding: 10px 20px;
    }
}
.fixed-cta .fixed-cta__buttons .btn--primary {
    background-color: #ff1d25;
    transition: background-color 0.4s ease;
}
.fixed-cta .fixed-cta__buttons .btn--primary:hover {
    background-color: #bf161b;
}
.fixed-cta .fixed-cta__buttons .btn--secondary {
    background-color: #2c2c2c;
    transition: color 0.4s ease;
}
.fixed-cta .fixed-cta__buttons .btn--secondary:hover {
    color: #bf161b;
}
.fixed-cta .fixed-cta__socialtoggle {
    cursor: pointer;
    margin-left: 32px;
}
@media (min-width: 1440px) {
    .fixed-cta .fixed-cta__socialtoggle {
        /*display: none; */
    }
}
.fixed-cta .fixed-cta__socialtoggle img {
    width: 28px;
    height: auto;
}
.header-cta__socials .custom-html-widget {
    /*display: none; */
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    width: 100%;
}
@media all and (-ms-high-contrast: none) {
    .header-cta__socials .custom-html-widget {
        max-width: 100vw;
    }
}
@media (min-width: 1440px) {
    .header-cta__socials .custom-html-widget {
        display: flex;
        /*border-right: 1px solid rgba(69, 69, 69, 0.35); */
        justify-content: flex-end;
        margin-left: 30px;
        margin-top: 0;
        width: auto;
    }
}
.header-cta__socials .custom-html-widget a {
    align-items: center;
    /* border-left: 1px solid rgba(69, 69, 69, 0.35); */
    display: inline-flex;
    flex: 0 0 25%;
    justify-content: center;
    height: 70px;
    position: relative;
    width: 70px;
    margin: 5px;
}
@media (min-width: 720px) {
    .header-cta__socials .custom-html-widget a {
        flex: 0 0 12.5%;
          margin: 0px;
    }
}
@media (min-width: 1440px) {
    .header-cta__socials .custom-html-widget a {
        flex: unset;
    }
}
@media all and (-ms-high-contrast: none) {
    .header-cta__socials .custom-html-widget a {
        flex: none;
    }
}
.header-cta__socials .custom-html-widget a:nth-of-type(4n + 1) {
    border-left: 0;
}
@media (min-width: 720px) {
    .header-cta__socials .custom-html-widget a:nth-of-type(4n + 1) {
        /* border-left: 1px solid rgba(69, 69, 69, 0.35); */
    }
}
@media (min-width: 720px) {
    .header-cta__socials .custom-html-widget a:first-of-type {
        border-left: 0;
    }
}
@media (min-width: 1440px) {
    .header-cta__socials .custom-html-widget a:first-of-type {
        /*border-left: 1px solid rgba(69, 69, 69, 0.35); */
    }
}
.header-cta__socials .custom-html-widget a path,
.header-cta__socials .custom-html-widget a rect {
    transition: fill 0.4s ease;
}
.header-cta__socials .custom-html-widget a:hover path,
.header-cta__socials .custom-html-widget a:hover rect {
    fill: #ff1d25;
}
.header-cta__socials .custom-html-widget img,
.header-cta__socials .custom-html-widget svg {
    width: 22px;
    height: auto;
    max-height: 20px;
}

.header-cta__socials .custom-html-widget .fixed-cta__tooltip {
    background-color: #fcc133;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    left: calc(50% - 50px);
    padding: 4px 8px;
    position: absolute;
    text-align: center;
    bottom: -35px;
    width: 100px;
    z-index: 2;
}
@media (min-width: 1440px) {
    .header-cta__socials .custom-html-widget .fixed-cta__tooltip {
        border-radius: 6px;
        font-size: 18px;
        left: calc(50% - 70px);
        padding: 10px;
        bottom: -55px;
        width: 140px;
		max-width: none !important;
    }
    .language-ru .header-cta__socials .custom-html-widget .fixed-cta__tooltip { font-size: 14px; bottom: -65px; }
}
.header-cta__socials .custom-html-widget .fixed-cta__tooltip::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fcc133;
    top: -9px;
    content: "";
    height: 0;
    left: calc(50% - 6px);
    position: absolute;
    width: 0;
}
@media (min-width: 1440px) {
    .header-cta__socials .custom-html-widget .fixed-cta__tooltip::before {
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 20px solid #fcc133;
        top: -19px;
        left: calc(50% - 14px);
    }
}
@media (max-width: 767px) {
 .fixed-cta__tooltip { display: none; }
}


.header-cta__socials.open .custom-html-widget {
    display: flex;
}
footer {
    background-color: #fff;
    padding-bottom: 100px;
    padding: 2.5rem 0rem;
    position: relative;
    z-index: 3;
}
footer a {
    text-decoration: none;
    transition: color 0.4s ease;
    color: #000;
}
footer a:hover {
    color: #ff1d25;
}

#footer { margin-bottom: 0;}

.footer-logo { background: #000; width: 8.52rem; margin: -130px auto 0 auto; padding: 1.5rem;  }

footer img.logo {
    height: auto;
    width: 100%;
}
footer p {
    margin-top: 0;
    text-align: center;
    color: #000;
}
footer ul { text-align: center; }
footer ul li { display: inline; padding: 0 10px; }
.footer-gfx { text-align: center; margin-top: 50px;}
.gfx {
    margin: 0 auto;
    height: auto;
    width: 12.52rem;
}

#footer .textwidget { text-align: center; }


.debug { background: #ff0000; }

.header-cta__socials { margin: 0 auto; }

@media (min-width: 1024px) {
.header-cta__socials { margin-left: auto; margin-right: 0 !important; }
}

@media (max-width: 1024px) {
  .mobile-hide { display: none !important; }
}

header .menu-main-menu-container,
header .menu-menu-ru-container,
header .menu-top-menu-container {
    display: flex;
    align-items: center;
}

@media (min-width: 1024px) {
  header .menu-main-menu-container,
  header .menu-menu-ru-container,
  header .menu-top-menu-container {
      margin-left: 20px;
  }
}


header .menu-main-menu-container .menu,
header .menu-menu-ru-container .menu,
header .menu-top-menu-container .menu {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
}
header .menu-main-menu-container .menu-item,
header .menu-menu-ru-container .menu-item,
header .menu-top-menu-container .menu-item {
    display: inline-block;
    padding: 16px 10px 3px;
}
header .menu-main-menu-container .menu-item a,
header .menu-menu-ru-container .menu-item a,
header .menu-top-menu-container .menu-item a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}
header .menu-main-menu-container .menu-item,
header .menu-menu-ru-container .menu-item {
    background-color: #000;
    border-radius: 4px;
    margin: 5px 10px;
}
header .menu-main-menu-container .menu-item a,
header .menu-menu-ru-container .menu-item a {
    color: #fff;
    line-height: 1;
    transition: color 0.4s ease;
}
header .menu-main-menu-container .menu-item.cta a {
    color: #fff;
    background: #ea3c34;
    padding: 15px;
}
header .menu-main-menu-container .menu-item.cta a:hover {
    color: #000;
}


header .menu-main-menu-container .menu-item:hover a,
header .menu-menu-ru-container .menu-item:hover a {
    color: #ff1d25;
}
header .menu-main-menu-container .current-menu-item,
header .menu-main-menu-container .current_page_parent,
header .menu-menu-ru-container .current-menu-item,
header .menu-menu-ru-container .current_page_parent {

}
header .menu-main-menu-container .current-menu-item a,
header .menu-main-menu-container .current_page_parent a,
header .menu-menu-ru-container .current-menu-item a,
header .menu-menu-ru-container .current_page_parent a {
    color: #ff1d25;
}
header .menu-top-menu-container {
    margin: 0 -20px 0 10px;
}
header .menu-top-menu-container .menu-item {
    border-left: 2px solid #000;
    margin: 5px 10px;
    padding: 6px 10px 3px 30px;
}
header .menu-top-menu-container .menu-item a {
    color: #fff;
}
header .menu-top-menu-container .menu-item a::after {
    content: "";
    display: block;
    transform: scaleX(0);
    background-color: #fff;
    height: 0.17rem;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
header .menu-top-menu-container .menu-item a:hover::after {
    transform: scaleX(1);
}
.mobile-navigation {
    display: none;
}
.mobile-navigation.open {
    background-color: #000;
    display: block;
    height: calc(100vh - 73px);
    left: 0;
    padding: 30px;
    position: fixed;
    top: 73px;
    width: 100%;
    z-index: 99;
}
@media (min-width: 1024px) {
    .mobile-navigation.open {
        display: none;
    }
}
.mobile-navigation__content {
    display: flex;
    flex-direction: column;
}
.mobile-navigation__content .menu-main-menu-container .menu,
.mobile-navigation__content .menu-menu-ru-container .menu,
.mobile-navigation__content .menu-top-menu-container .menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}
.mobile-navigation__content .menu-main-menu-container .menu-item,
.mobile-navigation__content .menu-menu-ru-container .menu-item,
.mobile-navigation__content .menu-top-menu-container .menu-item {
    display: inline-block;
    margin: 10px 0;
    position: relative;
}
.mobile-navigation__content .menu-main-menu-container .menu-item::before,
.mobile-navigation__content .menu-menu-ru-container .menu-item::before,
.mobile-navigation__content .menu-top-menu-container .menu-item::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(101, 101, 101, 0.3);
    left: 0;
    bottom: 8px;
    position: absolute;
    transition: background-color 0.3s ease;
}
.mobile-navigation__content .menu-main-menu-container .menu-item a,
.mobile-navigation__content .menu-menu-ru-container .menu-item a,
.mobile-navigation__content .menu-top-menu-container .menu-item a {
    font-size: 24px;
    font-weight: 600;
    padding-right: 16px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
    z-index: 1;
}
.mobile-navigation__content .menu-main-menu-container .menu-item a::before,
.mobile-navigation__content .menu-menu-ru-container .menu-item a::before,
.mobile-navigation__content .menu-top-menu-container .menu-item a::before {
    content: "";
    background-color: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.mobile-navigation__content .menu-main-menu-container .menu-item:hover a,
.mobile-navigation__content .menu-menu-ru-container .menu-item:hover a,
.mobile-navigation__content .menu-top-menu-container .menu-item:hover a {
    color: #ff1d25;
}
.mobile-navigation__content .menu-main-menu-container .menu-item:hover::before,
.mobile-navigation__content .menu-menu-ru-container .menu-item:hover::before,
.mobile-navigation__content .menu-top-menu-container .menu-item:hover::before {
    background-color: #ff1d25;
}
.mobile-navigation__content .menu-main-menu-container .current-menu-item::before,
.mobile-navigation__content .menu-menu-ru-container .current-menu-item::before,
.mobile-navigation__content .menu-top-menu-container .current-menu-item::before {
    background-color: #ff1d25;
}
.mobile-navigation__content .menu-main-menu-container .current-menu-item a,
.mobile-navigation__content .menu-menu-ru-container .current-menu-item a,
.mobile-navigation__content .menu-top-menu-container .current-menu-item a {
    color: #ff1d25;
}
.mobile-nav__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 32px 0;
}
.mobile-nav__buttons .btn {
    border-radius: 6px;
    color: #fff;
    margin: 6px 20px 6px 0;
    padding: 10px 16px;
    text-decoration: none;
    text-transform: uppercase;
}
@media (min-width: 1440px) {
    .mobile-nav__buttons .btn {
        border-radius: 10px;
        padding: 16px 20px;
    }
}
.btn--primary {
    background-color: #ff1d25;
    padding: 10px 15px;
    font-size: 1.35rem;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.4s ease;
}
.btn--primary:hover { color: #000;}
.btn--secondary {
    background-color: #f3c252;
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 1.35rem;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.4s ease;
}
.btn--secondary:hover { color: #fff;}

.mobile-nav__buttons .btn--primary:hover {
    background-color: #bf161b;
}
.mobile-nav__buttons .btn--secondary {
    background-color: #2c2c2c;
    transition: color 0.4s ease;
}
.mobile-nav__buttons .btn--secondary:hover {
    color: #bf161b;
}
#wpadminbar {
    transform: translateY(calc(-100% + 5px));
    transition: 0.4s all;
}
#wpadminbar:hover {
    transform: none;
}
.page-template-landing #content {
    z-index: 1;
    position: relative;
}
.grid {
    display: -ms-grid;
    display: grid;
}
.halves {
    display: grid;
	-ms-grid-columns: 50% 50%;
    grid-template-columns: 1fr 1fr;
}
.halves > :nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
}
.thirds > :nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
}
.thirds > :nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
}

.entry-content {
    max-width: 42.92rem;
}
.page-template-landing .entry-content {
    max-width: none;
}
.hidden {
    display: none;
}
.loader {
    background: #000;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    transition: 0.6s;
	display:none;
}
.loader > div {
    border: 0.17rem solid #6b0c10;
    border-radius: 50%;
    border-top: 0.17rem solid #ff1d25;
    width: 4.17rem;
    height: 4.17rem;
    -webkit-animation: spin 1s cubic-bezier(0.9, 0.3, 0.1, 0.7) infinite;
    animation: spin 1s cubic-bezier(0.9, 0.3, 0.1, 0.7) infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
	display:none;
}
.loader.done {
    visibility: hidden;
    opacity: 0;
}
@-webkit-keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.landing .container {
    /*height: 100vh; */
    position: relative;
}
.landing-swiper .swiper-slide > div > .container {
    /*min-height: 56vh; */
}
.landing-swiper .sign-up-slide > div > .container {
    min-height: calc(56vh + 10rem);
}
.newsletter-content .mc4wp-form-fields {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(60% - 2.085rem) calc(40% - 2.085rem);
    grid-template-columns: calc(60% - 2.085rem) calc(40% - 2.085rem);
    grid-gap: 4.17rem;
}
.sign-up-slide .mc4wp-form .form-fields {
    margin-top: 2.5rem;
}
.sign-up-slide .mc4wp-form-fields > :nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
}
:focus {
    outline: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background-clip: content-box !important;
}
@keyframes autofill {
    100% {
        background: 0 0;
        color: inherit;
    }
}
@-webkit-keyframes autofill {
    100% {
        background: 0 0;
        color: inherit;
    }
}
::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
::placeholder {
    color: #fff;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #fff;
}
::-ms-input-placeholder {
    color: #fff;
}
input[type="button"],
input[type="email"],
input[type="number"],
input[type="submit"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
select option {
    background-color: #000;
}
#sign-outs {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-align: right;
}
#fb-logout,
#google-logout {
    color: #5c5c5c;
    font-size: 0.82rem;
    cursor: pointer;
    margin: 0;
}
#fb-logout.logged-out,
#google-logout.logged-out {
    cursor: initial;
    pointer-events: none;
}
.mc4wp-response p {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: WashingtonHeights, Arial, Helvetica, sans-serif;
    margin-bottom: 2rem;
    margin-top: 2.77rem;
}
#email-confirmation {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: WashingtonHeights, Arial, Helvetica, sans-serif;
    margin: 2rem 0;
}
.cookie-notice-container a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
#cn-refuse-cookie {
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
}
@media only screen and (max-width: 960px) {
    .sign-up-slide .mc4wp-form-fields {
        -ms-grid-columns: calc(100% - 14rem) 14rem;
        grid-template-columns: calc(100% - 14rem) 14rem;
        grid-gap: 2.5rem;
    }
    #menu {
        padding: 2.5rem 2.5rem 0 0;
    }
}

@media only screen and (max-width: 800px) {
    .newsletter-content .mc4wp-form-fields {
        display: block;
    }
}
@media only screen and (max-width: 800px) {
    #footer .halves.links {
        display: block;
    }
    #footer .menu {
        margin: 2rem 0;
    }
    #footer .socials {
        text-align: left;
    }
    #footer .socials img {
        margin: 2rem 1.5rem 0 0;
    }
}
@media only screen and (max-width: 678px) {
    html {
        font-size: 16px;
    }
    .page-template-landing #content {
        position: relative;
    }
    .sign-up-slide > div {
        margin-bottom: 4rem;
    }
    .mc4wp-response p {
        margin-top: 0;
    }
    .ios.mobile.safari .landing .container {
        /*height: calc(100vh - 3rem);*/
    }
}
@media only screen and (max-width: 678px) and (min-height: 500) {
    #menu-main-menu > li {
        display: block;
        margin: 0;
    }
}
@media only screen and (max-width: 500px) {

    #menu {
        padding: 1.5rem 1.5rem 0 0;
    }

    .illustration {
        display: none !important;
    }
    #menu {
        width: calc(100% - 6rem);
    }
    #cookie-notice .cn-button {
        display: block;
        margin-top: 13px;
    }
}
@media only screen and (max-height: 800px) {
    .page-template-landing #content {
        position: static;
    }
    .read-more-slide .container {
        margin-bottom: 6.25rem;
    }
}
@media only screen and (max-height: 500px) and (min-width: 500px) {
    .sign-up {
        bottom: 0 !important;
    }
    .layer-4 {
        bottom: 35% !important;
    }
}
@media only screen and (max-height: 500px) and (min-width: 500px) and (max-width: 800px) {
    .landing .buttons > div {
        width: 50% !important;
    }
}
@media only screen and (max-height: 500px) {
    html {
        font-size: 16px;
    }
}
@media only screen and (max-width: 400px) {
    html {
        font-size: 14px;
    }
}
.wp-block-file > a:not(.wp-block-file__button) {
    display: none;
}
.wp-block-file > .wp-block-file__button {
    text-transform: uppercase;
    color: #fff;
    background-color: #ff1d25;
    border-radius: 0;
    font-size: 0.91rem;
    padding: 0.59rem 1rem;
    margin-left: 0;
    margin-top: 1rem;
    display: inline-block;
}
.wp-block-column img { width: 100%; height: auto; }
/*# sourceMappingURL=style.min.css.map */
