/*
Template:
Theme Name: CM Games main Theme

Theme URI: CM Games
Version: 0.1
Author: Valery Atamanov @barmadzilla
Company: FreshNet.ru
Author URI: http://freshnet.ru
Description: The theme developed for a CM.Games company only.
 */

/* Imports HERE */
@import url("css/colors.css");


/* =Reset
-------------------------------------------------------------- */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

}

html {
    scroll-behavior: smooth;
    overflow-y: scroll;
}

body {
    margin: 0;
    font-weight: 300;
    background: black;
    color: white;
    scroll-behavior: smooth;
}

body.stop-scroll {
    height: 100%;
    overflow: hidden;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: var(--current-color);
    transition: all 300ms;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    border: 0;
    border-top: 1px dotted var(--current-color);
    margin: 2.4em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

template {
    display: none;
}

/* =GLOBAL
----------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-size: 18px;
    line-height: 1.2;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 18px;
    font-weight: normal;
    transition: all 300ms;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 35px;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 19px;
}

hr {

}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
    margin-bottom: 16px;
    font-size: 20px;
    transition: all 300ms;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 500;
}

cite, em, i {
    font-style: italic;
}

pre {
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #EAEAEA;
}

pre, code, kbd, var, samp, tt {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 19px;
    white-space: pre-wrap;
}

abbr, acronym, dfn {
    border-bottom: 1px dotted #666666;
    cursor: help;
}

address {
    display: block;
    font-style: italic;
    margin: 0 0 15px;
}

ins {
    background: #F8F8F8;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

div {
    transition: all 150ms;
}

/* =SUPERSCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
    font-size: 16px;
}

dt {
    font-weight: bold;
    margin-bottom: 5px;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    /*list-style: none;*/
    padding-left: 19px;

}

ol {
    list-style: decimal inside;

}

ol li {
    margin-bottom: 0.6em;
    line-height: 1.2em;
}

li > ul,
li > ol {
    margin: 0 0 0 10px;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
    font-style: italic;
    font-weight: 200;

    padding: 0 2em;
    border-left: 4px solid var(--current-color);
    margin-bottom: 20px;
    color: #cdcdcd;
}

blockquote p {
    font-size: 1em;
}

blockquote em, blockquote i, blockquote cite {
}

blockquote cite {
    color: var(--current-color);
    font: 0.75em Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}


/**/
@font-face {
    font-family: 'fontello';
    src: url('font/fontello.eot?55504');
    src: url('font/fontello.eot?55504#iefix') format('embedded-opentype'),
    url('font/fontello.woff2?55504') format('woff2'),
    url('font/fontello.woff?55504') format('woff'),
    url('font/fontello.ttf?55504') format('truetype'),
    url('font/fontello.svg?55504#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?55504#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-vkontakte:before {
    content: '\e800';
}

/* '' */
.icon-mail:before {
    content: '\e801';
}

/* '' */
.icon-instagram:before {
    content: '\f16d';
}

/* '' */
.icon-facebook-official:before {
    content: '\f230';
}

/* '' */


/********** LAYOUT *********/
.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.flex {
    display: flex;
}

.flex.jcc {
    justify-content: center;
}

.flex.jcsb {
    justify-content: space-between;
}

.flex.aic {
    align-items: center;
}

.flex.aife {
    align-items: flex-end;
}

.flex.aifs {
    align-items: flex-start;
}


.flex.center {
    justify-content: center;
    align-items: center;
}

.main-grid {
    display: grid;
}

.container {
    min-width: 1265px;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    /*overflow: hidden;*/
    box-sizing: border-box;
    padding: 0 80px;
    position: relative;
}

.single-post .container {
    min-width: 860px;
    max-width: 1280px;
}

.wp-block-image {
    margin: 50px 0;
}

.wp-block-image.size-large img {
    width: 100%;
    height: unset !important;
}

.navigation {
    height: 125px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
}

.navigation .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation .menu {
    font-size: 16px;
    text-transform: uppercase;
}

.navigation .menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation .menu .menu-item,
.navigation .menu .page_item {
    margin-right: 40px;
    list-style: none;
}

.navigation .menu .menu-item:last-child,
.navigation .menu .page_item:last-child {
    margin-right: 0;
}

.navigation .menu .menu-item a,
.navigation .menu .page_item a {
    text-transform: uppercase;
    color: white;
    font-size: 16px;
}

.navigation .menu .menu-item a:hover,
.navigation .menu .page_item a:hover {
    color: var(--current-color);
}

#logo #frame {
    fill: var(--current-color);
}

#logo g#bullets {
    fill: var(--current-color);
}

#logo g#bullets #b1,
#logo g#bullets #b2,
#logo g#bullets #b3 {
    animation: bullets 750ms;
    animation-iteration-count: 3;
    transform-origin: left 50px;
}

#logo g#bullets #b3 {
    animation-delay: 0ms;
}

#logo g#bullets #b2 {
    animation-delay: 100ms;
}

#logo g#bullets #b1 {
    animation-delay: 200ms;
}

@keyframes bullets {
    from {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0.12);
    }
    to {
        transform: scaleY(1);
    }
}

#logo #text .open {
    /*animation: open 150ms;*/
    opacity: 0;
}

#logo #text .fix {

    opacity: 1;
}

@keyframes open {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */
{
    opacity: 0;
}


.hidden {
    display: none;
}

.category .container {
    background: unset;
}

.category .content {
    max-width: 1500px;
    padding: 60px;
    margin: 0 auto;
}

.category article {
    margin-bottom: 24px;
    display: flex;
}

.category article:nth-child(odd) {
    flex-direction: row-reverse;
}

.category article figure {
    width: 40%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-right: 3px solid #DBA4CC;
}

.category article:nth-child(odd) figure {
    border-right: none;
    border-left: 3px solid #DBA4CC;
}

.category article .info {
    width: 60%;
    padding: 30px 40px;
}

.category article .info h2 {
    font-size: 23px;
    text-transform: none;
    margin-bottom: 10px;
    padding: 0;
}

.category article .info .date {
    font-size: 17px;
    color: #DBA4CC;
    margin-bottom: 10px;
}

.category article .info p {
    font-size: 16px;
}

.site-main.container {
    background: unset;
}


header .slideshow {
    overflow: hidden;
    /*background-image: url("images/header_bg.jpg");*/
    background-size: cover;
    background-position: center;
    height: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header .slideshow video {
    position: absolute;
    min-width: 100vw;
}

header .slideshow:after {
    /* пока прячем до лучших времен */
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

header .slideshow img {
    z-index: 2;
    margin: auto;
}

.page header .slideshow {
    height: 560px;
    position: relative;
}

.page header .slideshow .bubble-container {
    width: 80%;
    margin: 2em auto 0;
    flex-direction: column;
    align-items: center;
}

.page header .slideshow .bubble-container .glow {
    width: 70%;
    height: 3em;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 183, 241, 0.5) 0%, rgba(0, 183, 241, 0) 100%);
}

.page header .slideshow .bubble {
    width: 100%;
    /*max-height: 110px;*/
}

.page header .slideshow::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.page header .slideshow.about::before {
    /*display: none;*/
}

.page header .slideshow .container {
    opacity: 1;
    text-align: center;
}

.page header .slideshow .container .description {
    max-width: 60%;
    margin: 1.5em auto 2em;
    text-transform: uppercase;
    font-size: 28px;
}

.page header .slideshow .container .description.black {
    color: black;
}

.page .with-sidebar {
    display: grid;
    grid-gap: 80px;
    grid-template-columns: 5fr 12fr;
}

.page .with-sidebar aside {
    position: relative;
}

.page .with-sidebar h2 {
    padding-top: 50px;
}

.page .with-sidebar aside .table-of-content {
    background: #333;
    border-radius: 5px;
    padding: 40px;
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
}

.page .with-sidebar aside .table-of-content a {
    display: block;
    margin-bottom: 10px;
}

.page .with-sidebar aside .table-of-content a:last-child {
    margin-bottom: 0;
}

section.game .stores .links {
    grid-template-columns: auto;
}

section.game {
    /*margin: 100px 0;*/
    position: relative;
    overflow: hidden;
    --mt: 100px;
}

section.game:nth-child(odd) {
    background-color: var(--current-color);
}

section.game .title.nomt {
    margin-top: 0;
}

section.game:nth-child(4) {
    margin-top: calc(var(--mt) * -1);
}

section.game:nth-child(4) .content {
    margin-top: var(--mt);
}

section.game .container {
    --pad: 150px;
    --desc-width: 650px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: unset;
    padding: 30px var(--pad);
}

section.game.first .container {
    padding-bottom: 0;
    padding-top: 0;
}

section.game:nth-child(odd) .container {
    flex-direction: row;
}

section.game .art {
    position: relative;
    margin-left: calc(var(--pad) * -1);
}

section.game:nth-child(odd) .art {
    margin-right: calc(var(--pad) * -1);
}

section.game .content {
    text-align: right;
    position: relative;
    z-index: 1;
}

section.game:nth-child(odd) .content,
section.game:nth-child(odd) .title {
    text-align: left;
    color: black;
}

.home section.game:nth-child(even) .stores {
    right: 0;
}

section.game .art img {
    height: 100%;
    min-height: 820px;
    max-height: 90vh;
}

section.game .description {
    width: var(--desc-width);
    padding-right: 1em;
}

section.game:nth-child(even) .description {
    padding-right: 0;
    padding-left: 1em;
    margin-left: auto;

}

section.game .description p {
    margin-bottom: 0;
}

section.game .btn_block {
    display: inline-block;
    margin-top: 50px;
}


.btn {
    border-radius: 5px;
    background: var(--current-color);
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 20px;
    padding: 13px 45px;
    margin-right: 16px;
    border: 3px solid var(--current-color);
    display: inline-block;
    transition: all 300ms;
}

.btn.invert {
    background: unset;
    color: var(--current-color);
}

section.game:nth-child(odd) .btn, .btn.black {
    color: var(--current-color);
    border-color: black;
    background: black;

}

section.game:nth-child(even) .btn {
    margin-right: 0;
    margin-left: 16px;

}

section.game:nth-child(odd) .btn.invert {
    background: unset;
    color: black;
}

section.map .container {
    height: 800px;
    background: center / 70% url('images/map.svg') no-repeat;
    position: relative;
}

section.map .art {
    position: absolute;
    left: 10%;
    bottom: 0;
    max-height: 900px;
    overflow: hidden;
}

section.map .art img {
    position: relative;
    top: 40px;

}

.archive .games .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
}

.archive .games .game {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    max-height: 450px;
}

.archive .games .game:after {
    content: '';
    position: absolute;
    background: linear-gradient(transparent, black);
    height: 40%;
    width: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.archive .games .game img {
    width: 100%;
}

.archive .games .game .title {
    color: white;
    font-size: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    text-align: right;
    padding: 40px 50px;
    pointer-events: none;

}

#vacancies {
    background: var(--current-color);
}

#vacancies .city:last-child {
    margin-top: 3.5em;

}

#vacancies a {
    cursor: pointer;
}

#vacancies,
#vacancies .title,
#vacancies a {
    color: black;
}

#vacancies .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
}

#vacancies h3 {
    font-size: 26px;
    text-transform: uppercase;
    border-bottom: 3px solid black;
    margin-bottom: 20px;
    font-weight: 600;
}

#vacancies .msg h3 {
    border: none;
    margin-bottom: 0;
}

#vacancies h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

#vacancies .vacancy {
    margin: 0;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 150ms;
}

#vacancies .vacancy:hover {
    background: #505050;
    color: white;
}

#vacancies .vacancy:last-child {
    margin-bottom: 0;
}

.apply_form {
    position: relative;
    margin-bottom: 20px;
}

.form-content .btn {
    margin-right: 0;
    cursor: pointer;
}

.form-content .btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.form-content {
    border-radius: 5px;
    background: #333;
    padding: 50px;
    color: white;
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
}

.form-content a {
    color: var(--current-color);
}

.form-content h3.form-title {
    border: none;
    padding: 0;
    margin-bottom: 35px;
}

.form-content .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}

.form-content .grid .col *:last-child {
    margin-bottom: unset;
}

.form-content .grid .col.span {
    grid-column: span 2;
}

.form-content .submit-block {
    margin-top: 30px;
}

.form-content .more {
    margin-bottom: 20px;
}

.form-content .more a.open {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: var(--current-color) !important;
}

#vacancies .careers-popup p,
#vacancies .careers-popup ul,
#vacancies .careers-popup li {
    font-size: 18px;
}

#vacancies .careers-popup ul {
    padding-left: 40px;
}

#vacancies .careers-popup li {
    margin-bottom: 3px;
}

#vacancies .careers-popup h2.title {
    font-size: 54px;
    display: flex;
    align-items: center;
}

#vacancies .careers-popup h2 {
    font-size: 24px;
}

#vacancies .careers-popup h3 {
    font-size: 20px;
    margin-bottom: unset;
    border: none;
}

#vacancies .btn.invert {
    border-color: black;
    margin-top: 30px;
}

#vacancies .close {
    border-radius: 50%;
    margin: 0 15px 6px 0;
    width: 41px;
    height: 41px;
    display: flex;
    flex: 0 0 41px;
    justify-content: center;
    align-items: center;
    background: none;
    position: relative;
    border: 3px solid black;
    cursor: pointer;
}

#vacancies .close span {
    display: inline-block;
    position: absolute;
    height: 4px;
    width: 24px;
    background: black;
    transform: rotate(45deg);
    border-radius: 2px;
}

#vacancies .close:hover {
    background: black;
}

#vacancies .close:hover span {
    background: var(--current-color);
}

#vacancies .close span:last-child {
    transform: rotate(135deg);
}

#vacancies .btn.invert:hover {
    background: black;
    color: var(--current-color);
}

.features .description {
    width: 50%;
}

.features .items {
    width: 40%;
}

.features .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 33.3333333%;
}

.features .item img {
    margin-bottom: 30px;
}


.features .item svg {
    margin-bottom: 30px;
}

.features .item svg path {
    transition: fill 200ms;
}

.features .item:hover svg path {
    fill: var(--current-color);
}

.features .item:hover h2 {
    color: var(--current-color);
}

.features h2 {
    font-size: 18px;
    font-weight: 500;
    transition: all 200ms;
    color: white;
}

input,
textarea,
select {
    box-sizing: border-box;
    border: 1px solid #505050;
    background: black;
    color: white;
    font-size: 14px;
    width: 100%;
    margin-bottom: 25px;
    padding: 13px 19px;
    border-radius: 5px;
}

textarea {
    height: 118px;
}

select {
    appearance: none;
    -webkit-appearance: none;
}

input[type="checkbox"] {
    margin: 0 15px 0 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 35px;
}

input[type="checkbox"]:before {
    content: '';
    width: 25px;
    margin: 0 auto;
    height: 5px;
    border-radius: 1px;
    position: absolute;
    background: #505050;
    top: 5px;
    transition: top 200ms;
    cursor: pointer;
}

input[type="checkbox"]:checked::before {
    top: 23px;
}

input[type="checkbox"]:after {
    content: '';
    width: 23px;
    height: 13px;
    margin: 0 auto;
    border-radius: 2px;
    position: absolute;
    background-color: #505050;
    top: -13px;
    transition: top 200ms, background-color 400ms;
}

input[type="checkbox"]:checked::after {
    background-color: var(--current-color);
    top: 5px;
}

.checkbox {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.checkbox label {
    font-size: 15px;
    margin-right: 10px;
}

input::placeholder,
textarea::placeholder,
select::placeholder,
option:disabled {
    color: #727272;
}

input[type='file']::-webkit-file-upload-button {
    visibility: hidden;
    white-space: nowrap;
}

input[type='file'] {
    color: transparent;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

input[type='file']::before {
    content: '+';
    position: absolute;
    height: 100%;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-weight: bold;*/
    font-size: 30px;
    top: 0;
    left: 0;
    background: #505050;
    border-radius: 3px 0 0 3px;
    color: var(--current-color);
}

.file-box {
    display: flex;
    align-items: center;
    transition: all 200ms;
    margin-bottom: 25px;
}

.file-box.span {
    grid-column: span 2;
}

.file-box .status {
    position: absolute;
    margin-left: 65px;
    font-size: 14px;
    color: #727272;
    pointer-events: none;
}

input[type='file']:hover::before {
    background: var(--current-color);
    color: white;
    /*border: 1px solid  var(--current-color);*/
}

/*.single section{*/
/*    padding: 50px 0;*/
/*}*/

svg {
    transition: all 300ms;
}

.spacer {
    padding: 80px 0;
}

.title {
    font-size: 54px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--current-color);
    padding: 0;
    margin: 0 0 1em;
    transition: all 300ms;
}

.home .game .title {
    margin: 60px 0 1em;
}

.archive h1.title {
    margin: 60px 0 1em;
}

.title .menu {
    color: var(--darkgray);
    padding: 10px 0 1em;
}

.title .menu li {
    list-style: none;
    display: inline-block;
}

.title .menu li span {
    margin: 0 3px 0 23px;
}

.title .menu li:last-child span {
    display: none;
}

.title .menu a {
    color: var(--darkgray);
    font-size: 0.93em;
}

.title .menu a:hover,
.title .menu .current-menu-item a {
    color: var(--current-color);
}

.single.single-games .stores {
    width: 30%;
}

.single.single-games .stores.portrait {
    width: 50%;
}

.home .stores {
    position: absolute;
    bottom: 50px;
}

.stores .links {
    margin-top: 40px;
    display: grid;
    width: fit-content;
    grid-template-columns: auto auto;
    grid-gap: 20px;

}

.stores .links a {
    opacity: 0.8;
    transition: opacity 200ms;
}

.stores .links a:hover {
    opacity: 1;
}

.single.single-games .screenshots {
    width: 68%;
    position: relative;
    right: -13%;
    box-sizing: border-box;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding-top: calc(22.9 / 68 * 100%);
}

.single.single-games .screenshots.desktop {
    padding-top: calc(26.7 / 68 * 100%);
}

.single.single-games .screenshots.portrait {
    width: 31%;
    padding-top: calc(30 / 50 * 100%);
    right: 0;
    margin-bottom: -50px;
    margin-right: 50px;
}

.single.single-games .screenshots::before {
    content: '';
    position: absolute;
    z-index: 2;
    pointer-events: none;
    background: url("images/phone_frame.png") no-repeat center center / contain;
    width: 100%;
    height: 100%;
}

.single.single-games .screenshots.desktop::before {
    background: url("images/mac_frame.png") no-repeat center center / contain;
}

.single.single-games .screenshots.portrait::before {
    background: url("images/mac_frame_portrait.png") no-repeat center center / contain;
}

.single.single-games .screenshots img {
    width: 100%;
}

.single.single-games .screenshots.desktop img {
    width: unset;
    height: 100%;
}

.single.single-games .screenshots .screens {
    position: absolute;
    width: 100%;
    height: 100%;
}

.single.single-games .screenshots .screenshot {
    box-sizing: border-box;
    padding: 3.1%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.single.single-games .screenshots.desktop .screenshot {
    padding: 3% 0 6.4% 0;
}

.single.single-games .screenshots.portrait .screenshot {
    padding: 8%;
}

.single section {
    overflow: hidden;
}

.single section.stay_update {
    overflow: unset;
    margin-top: 10%;
    background: var(--current-color);
}

.single section.stay_update p {
    color: black;
}

.single section.stay_update .content {
    max-width: 50%;
    text-align: right;
    padding: 32px 0 32px 32px;
}

.single.single-games .stay_update .art {
    margin-top: -10%;
}

.single.single-games .stay_update .art img {
    display: flex;
    max-width: 100%;
}

.single.single-games .stay_update .socials {
    margin-top: 50px;
    white-space: nowrap;
}

.single.single-games .stay_update .socials a {
    margin-left: 20px;
}

.single.single-games .stay_update .title {
    color: black;
    margin: 0 0 50px;
}

.yt-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;

}

.yt-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.single-games .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3em;
    /*padding: 50px 0 0;*/
    justify-content: center;
}

.single-games .features .yt {
    display: flex;
    width: 100%;
    align-items: center;
}

.single-games .features .yt video {
    width: 100%;
}

.single-games .features h2 {
    margin-top: 2em;
    font-size: 1.3em;
}

.single-games .features li {
    margin-bottom: 0.5em;
}

.single-games .features h2:first-child {
    margin-top: 0;
}

/* NEWS BLOCK */
.news_block {
    display: block;
    overflow: auto;
    white-space: nowrap;
    scrollbar-color: var(--current-color) rgba(225, 225, 225, 0.2);
    padding-bottom: 50px;
    scroll-snap-type: x mandatory;
    position: relative;
}

.news_block::-webkit-scrollbar {
    height: 5px;
}

.news_block::-webkit-scrollbar-track {
    border-radius: 10px;
    width: 10px;
    background-color: rgba(225, 225, 225, 0.2);
}


.news_block::-webkit-scrollbar-thumb {
    background-color: var(--current-color);
    border-radius: 4px;
    transition: all 200ms;
}

.news_block::-webkit-scrollbar-thumb:hover {
    background: white;
}


.news_block .news {
    width: 32%;
    overflow: hidden;
    max-height: 280px;
    display: inline-block;
    margin-right: 1.7777777777%;
    white-space: normal;
    scroll-snap-align: start;
    position: relative;
}

.news_block .news:last-child {
    margin-right: 0;
}

.news_block .news::after {
    pointer-events: none;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.news_block .news .title {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    padding: 0 30px 30px 30px;
    margin: 0;
    z-index: 1;
}

.news_block .news img {
    width: 100%;
}

.news_block .title {
    font-weight: normal;
    color: white;
    font-size: 24px;
}

/* SLIDESHOW */
.slideshow-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 35%;
}

.slideshow-overlay img {
    width: 80%;
}


.wp-block-gallery,
.page.wp-block-gallery {
    padding: 0;
    /*margin: 60px -60px 0;*/
    margin: 60px 0 !important;
    width: 100%;

}

.wp-block-gallery:last-child,
.page.wp-block-gallery:last-child {
    margin: 60px 0 0 0 !important;
}

.info .wp-block-gallery {
    /*margin: 0 -60px ;*/

}

section .wp-block-gallery .blocks-gallery-image,
section .wp-block-gallery .blocks-gallery-item {
    margin: 0;

}

section .wp-block-gallery.columns-2 .blocks-gallery-item,
section .wp-block-gallery.columns-3 .blocks-gallery-item,
section .wp-block-gallery.columns-4 .blocks-gallery-item,
section .wp-block-gallery.columns-5 .blocks-gallery-item,
section .wp-block-gallery.columns-6 .blocks-gallery-item,
section .wp-block-gallery.columns-7 .blocks-gallery-item,
section .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 0;
}

.slideshow-content {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

#game_slides .slideshow,
.single-games .slideshow {
    min-height: 660px;
    height: unset;
}

#game_slides .pages {
    margin: 30px 0 -30px;
}

#game_slides .info {
    background: rgba(0, 0, 0, 0.65);
    border-radius: 5px;
    padding: 35px;
    width: 30%;
    margin-top: 80px;
}

#game_slides .page,
.screenshots .page {
    padding: 15px 0;
    display: inline-block;
    cursor: pointer;
    transition: all 200ms;
    width: 85px;
    margin: 0 1px;
}

#game_slides .page span,
.screenshots .page span {
    display: inline-block;
    background: #4f4f4f;
    height: 5px;
    width: 100%;
    border-radius: 3px;
    transition: all 200ms;

}

#game_slides .page.current {
    width: 100px;
    pointer-events: none;
}

#game_slides .page:hover span,
#screenshots .page:hover span {
    background: white;
}

#game_slides .page:hover span.current,
#game_slides span.current,
#screenshots .page:hover span.current,
#screenshots span.current {
    background: var(--current-color);
}

.screenshots .pages {
    position: absolute;
    bottom: -1%;
    width: 100%;
    transition: bottom 200ms;
    z-index: 1;
}

.screenshots:hover .pages {
    bottom: 3.5%;
}

.screenshots.desktop:hover .pages {
    bottom: 8.3%;
}

.screenshots.portrait:hover .pages {
    bottom: 1.3%;
}

.screenshots .pages .flex {
    background: rgba(0, 0, 0, 0.85);
    padding: 10px 18px 17px;
    border-radius: 15px 15px 0 0;
    width: fit-content;
    margin: 0 auto;
}

.screenshots .page {
    width: 5px;
    padding: 6px;
    display: flex;
    margin: 0;
}

.screenshots .page.current {
    width: 15px;
}

.press-logos {
    width: 30%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 0 50px;
}

.press-art {
    margin-top: 100px;
    margin-bottom: -80px;
}

.press-art .art {

    display: flex;
    justify-content: flex-end;
}

.press-art .art img {
    width: 100%;
}

/* FOOTER */
footer {
    background: var(--gray);
    color: white;
    font-size: 12px;
    padding: 50px 0;
}

footer p {
    font-size: 12px;
}

footer .text {
    color: #828282;
    max-width: 690px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .socials {
    padding: 0 0 40px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(20px, 30px));
    grid-gap: 2em;
}

footer .socials a {
    opacity: 0.6;
    transition: opacity 200ms;
}

footer .socials a:hover {
    opacity: 1;
}

.mob-menu {
    display: none;
}

.nav-mob {
    display: none;
}


#form-submit {
    font-size: 16px;
    padding: 10px 20px;
    background: #692456;
    color: white;
    border-radius: 3px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

#form-submit:focus, #form-submit:hover {
    background-color: #AA5693;
}

#form-submit:visited {
    background-color: #692456;
}

.intro {
    padding: 30px;
}

.page-content {
    display: flex;
    margin-bottom: 50px;
}

.page-info {
    padding: 5px 50px;
}

.contacts-main {
    display: flex;
}

.contacts-img img {
    align-self: self-start;
    margin-bottom: 40px;
}


.contacts-main p, .contacts-main span {
    margin: 0;
}

.contacts-map {
    width: 100%;
    /*height: 100%;*/
}

.contacts-info {
    width: 360px;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page section.info .split {
    display: grid;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    grid-gap: 50px;
}

.page section.info .split .imgholder {
    width: 100%;
    height: 320px;
    border-top: 4px solid #D8A1CC;
    border-radius: 4px;
    margin-bottom: 45px;
    overflow: hidden;
    display: block;
    position: relative;
}

.page section.info .split img {
    width: 100%;
    position: relative;
    top: -50%;
    /*border-top: 4px solid #D8A1CC;*/
    /*border-radius: 4px;*/
    /*margin-bottom: 45px;*/
}

.page section.info .split div {
    display: flex;
    flex-direction: column;
}

.page section.info .split div p:last-child {
    margin: 30px;
}

.page section.info .split .btn {
    background: #D8A1CC;
    border-radius: 4px;
    padding: 15px 45px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin-top: auto;
    display: inline-block;
    align-self: flex-end;
}

.page section.info .split ul {
    margin-bottom: 30px;
}

.wp-block-cover {
    margin-bottom: 20px;
}

.wp-block-image.size-true-fullwd img {
    width: 100%;
}

.blocks-gallery-item {
    opacity: 0.75;
    cursor: pointer;
    transition: all 200ms;
}

.blocks-gallery-item:hover {
    opacity: 1;
}


.page ul {
    margin-bottom: 20px;
}

#map {
    height: 700px;
    width: 100%;
}

.awards {
    padding: 0;
    margin: 0;
}

.awards li {
    list-style: none;
    font-size: 1.4em;
    margin: 0 0 0.8em;
    position: relative;
}

.awards li::before {
    content: '';
    display: inline-block;
    height: 24px;
    width: 1.6em;
    margin-right: 6px;
    background: center  / contain no-repeat url("images/li-cup.svg");

}

.overflow {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.76);
    z-index: 20;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}

.overflow img {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
}

.overflow .content {
    border: 4px solid white;
    border-radius: 2px;
    position: relative;
    margin: 30px;
}

.overflow .content .next,
.overflow .content .prev {
    position: absolute;
    height: 70px;
    width: 30px;
    background: white url("images/arrow.svg") no-repeat center left 10px;
    top: calc(50% - 35px);
    opacity: 0.7;
    transition: opacity 200ms;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
}

.overflow .content .next:hover,
.overflow .content .prev:hover {
    opacity: 1;
}

.overflow .content .next {
    right: 0;
}

.overflow .content .prev {
    left: 0;
    transform: rotate(180deg);
}

.overflow .close {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: white url("images/close.svg") no-repeat center center;
}

.overflow.hide {
    display: none;
}

.cookies {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: var(--gray);
    z-index: 3;
    padding: 1.5em;
    border-radius: 10px;
    max-width: 40%;
    max-height: calc(100vh - 40px);
    box-sizing: border-box;
    display: grid;
    grid-template-rows: 1fr min-content;
    grid-gap: 1.5em;
    box-shadow: 5px 5px 19px rgba(0, 0, 0, 0.7);
}

.cookies .scroll {
    overflow: auto;
    height: 100%;
    padding-right: 20px;
    scrollbar-color: var(--current-color) rgba(225, 225, 225, 0.2);
}

.cookies .scroll::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.cookies .scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    width: 5px;
    background-color: rgba(225, 225, 225, 0.2);
}


.cookies .scroll::-webkit-scrollbar-thumb {
    background-color: var(--current-color);
    border-radius: 4px;
    transition: all 200ms;
}

.cookies .scroll::-webkit-scrollbar-thumb:hover {
    background: white;
}

.cookies .btns {
}

.cookies h2 {
    font-size: 1.2em;
}

.cookies p,
.cookies li {
    font-size: 0.8em;
}

.cookies ul {
    margin-bottom: 1em;
}

.cookies .info {
    max-height: 100%;
}

.cookies .content {
    margin-top: 1em;
}

.cookies .more {
    color: var(--current-color);
    text-transform: uppercase;
    font-size: 0.7em;
    cursor: pointer;
}

.lang-switcher {
    position: fixed;
    display: flex;
    /*margin: -2em 0 4em;*/
    text-transform: uppercase;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
    padding: 16px 20px;
    background: var(--current-color);
    border-radius: 5px;
    color: white;
    font-weight: bold;
    z-index: 500;
}

.lang-switcher:hover {
    color: white;
}

.lang-switcher img {
    margin-right: 20px;
}

@media screen and (max-width: 1600px) {

    section.game .container {
        --pad: 10%;
        --desc-width: 500px;
        padding: 30px 80px;
    }


}


@media screen and (max-width: 1265px) {
    p {
        font-size: 0.95em;
    }

    .container {
        min-width: 1009px;
        padding: 0 50px;
    }

    section.game {
        --mt: 45px;
    }

    section.game .container {
        padding: 0 50px;
        min-height: 600px;
    }

    .title {
        font-size: 2.5em;
    }

    .home .game .title {
        margin: 40px 0 30px;
    }

    section.game .art img {
        max-height: 80vh;
        min-height: 600px;
    }

    section.game .btn_block {
        margin-top: 40px;
    }

    .btn {
        font-size: 0.95em;
    }

    .stores img {
        width: 7em;
    }

    .stores .links {
        grid-gap: 0.6em;
    }

    #game_slides .slideshow, .single-games .slideshow {
        min-height: 530px;
    }

    #game_slides .info {
        width: 37%;
    }

    .archive .games .game .title {
        font-size: 1.8em;
        padding: 30px;
    }

    .archive .games .content {
        grid-gap: 2.6em;
    }

    .archive .games .game {
        /*max-height: 320px;*/
    }

    .archive .games .game img {
        width: 100%;
    }

    .apply_form .flex {
        flex-wrap: wrap;
    }

    .apply_form button {
        width: 100%;
        margin-top: 20px;
    }

    .apply_form .checkbox label {
        width: 84%;
    }

    #vacancies .content {
        grid-gap: 50px;
    }

    section.map .container {
        height: 600px;
    }

    section.map .art {
        max-height: 680px;
    }

    .features .item svg {
        width: 100px;
        margin-bottom: 20px;
    }

    .features h2 {
        font-size: 1em;
    }

    .page .with-sidebar aside .table-of-content {
        font-size: 0.8em;
        padding: 30px;
    }

    .page .with-sidebar aside .table-of-content a {
        margin-bottom: 6px;
    }

    .title .menu a {
        font-size: 0.8em;
    }

    .screenshots .pages .flex {
        padding: 8px 14px 12px;
    }

    .screenshots:hover .pages {

    }

    .screenshots .pages {
        bottom: -5%;
    }


}

@media screen and (max-width: 1023px) {
    .title {
        font-size: 2.2em;
    }


    .title .menu a {
        font-size: 0.92em;
    }
}

@media screen and (max-width: 1023px) {
    .lang-switcher {
        font-size: 1em;
        padding: 10px 16px;
        white-space: nowrap;
    }

    .lang-switcher img {
        height: 1.2em;
        margin-right: 1em;
    }

    body {
        font-size: 0.9em;
    }

    .title, h2 {
        font-size: 2em;
    }

    .home .game .title {
        margin: 35px 0 20px;
    }

    section.game .container {
        --desc-width: 300px;
        min-height: unset;
    }

    .container {
        width: 100%;
        min-width: 678px;

    }

    .slideshow .container {
        padding: 50px;
    }

    section.game .art img {
        max-height: 65vh;
        min-height: 400px;
    }

    section.game .btn_block {
        margin-top: 20px;
    }


    section.game .stores .links {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px;
    }

    .btn {
        font-size: 0.90em;
        padding: 8px 25px;
        border-width: 2px;
        margin-right: 8px;
    }

    section.game:nth-child(even) .btn {
        margin-left: 8px;
    }

    .spacer {
        padding: 50px 0;
    }

    .press-art {
        margin-top: 10px;
        margin-bottom: -50px;

    }

    .press-art .art {
        height: 90vh;
        max-width: 50%;
    }

    .press-art .art img {
        object-fit: scale-down;
    }

    #vacancies .careers-popup p, #vacancies .careers-popup ul, #vacancies .careers-popup li {
        font-size: unset;
    }

    #vacancies .careers-popup h2.title {
        font-size: 2em;
    }

    #vacancies .close {
        height: 30px;
        width: 30px;
        flex: 0 0 30px;
    }

    .form-content {
        padding: 40px;
    }

    input, textarea, select {
        padding: 12px 15px;
        font-size: 13px;
        margin-bottom: 17px;
    }

    .file-box {
        margin-bottom: 17px;
    }

    #vacancies .vacancy {
        margin: 0 -10px;
    }

    .checkbox label {
        width: unset;
        font-size: 12px;
    }

    .form-content .more a.open {
        font-size: 12px;
    }

    input[type="checkbox"] {
        --w: 28px;
        width: var(--w);
        height: var(--w);
        flex: 0 0 var(--w);
    }

    input[type="checkbox"]:before {
        width: calc(var(--w) - 8px);

    }

    input[type="checkbox"]:after {
        width: calc(var(--w) - 8px);
        height: 10px;
    }

    input[type="checkbox"]:checked::after {
        top: 4px;
    }

    input[type="checkbox"]:checked::before {
        top: 18px;
    }

    .news_block .news .title {
        font-size: 16px;
        padding: 20px;
    }
}

@media screen and (max-width: 900px) {
    .title .menu a, .title .menu li span {
        font-size: 0.66em;
    }

    .title .menu li span {
        margin: 0 3px 0 12px;
    }

    h2 {
        font-size: 1.8em;
    }

    .page .with-sidebar h2 {
        padding-top: unset;
    }

    svg.logo {
        width: 180px;
    }

    .navigation .menu .menu-item a, .navigation .menu .page_item a {
        font-size: 14px;
    }

    .navigation {
        height: 110px;
    }

    .news_block .news {
        width: 49%;
        margin-right: 2%;
    }

    .single.single-games .stay_update .socials img {
        width: 4.2vw;
    }

    .single.single-games .stay_update .art img {
        max-height: 90vh;
    }

    .single.single-games .stay_update .socials a {
        margin-left: 3vw;
    }

    footer .eas img {
        width: 30vw;
        margin-left: 20px;
    }

    #game_slides .slideshow, .page header .slideshow {
        max-height: 80vh;
        min-height: unset;
        height: unset;
    }

    #game_slides .info {
        padding: 25px;
        margin: unset;
    }

    #game_slides .info h2 {
        font-size: 25px;
    }

    #game_slides .info .stores .links {
        margin-top: 15px;
    }

    .archive .games .game {
        height: unset;
    }

    .archive .games .game .title {
        font-weight: 500;
        font-size: 1.2em;
        padding: 18px;
    }

    #game_slides .page span, .screenshots .page span {
        height: 3px;

    }

    .single-games .slideshow {
        min-height: 50vh;
    }

    #game_slides .page {
        width: 8vw;
    }

    .screenshots .page {
        width: 3px;
    }

    #game_slides .page.current {
        width: 9vw;
    }

    #game_slides .pages {
        margin: 10px 0 -10px;
    }

    .features.flex {
        flex-direction: column-reverse;
    }

    .features .description, .features .items {
        width: 100%;
    }

    .features .description {
        margin-top: 40px;
    }

    .spacer {
        padding: 50px 0;
    }

    #vacancies .content {
        grid-template-columns: 1fr;
    }

    #vacancies .content .apply_form {
        grid-row: 2;
    }

    section.map .container {
        max-height: 500px;
        background: center / 85% url('images/map.svg') no-repeat;
    }

    section.map .art {
        max-height: 580px;

    }

    section.map .art img {
        max-width: 50vh;
    }

    .page .with-sidebar {
        grid-gap: 35px;
    }

    .page .with-sidebar aside .table-of-content {
        font-size: 0.7em;
        padding: 16px;
    }

    .flex.press-art {
    }

    .flex.press {
        flex-direction: column;
    }

    .press-logos {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0;
    }

    .press-logos img {
        width: 30%;
    }

    .awards li {
        font-size: 1em;
    }

    .awards li::before {
        height: 18px;
        margin-right: 2px;
    }

    .single-games .features {
        grid-template-columns: 1fr;
        padding: 0;
    }
}

@media screen and (max-width: 900px) and (orientation: portrait) {
    .page header .slideshow .bubble-container {
        width: 100%;
    }

    .page header .slideshow .container .description {
        max-width: unset;
        margin: 1.6em 0 1em;
    }

    section.map .container {
        background: center right -110px / 85% url('images/map.svg') no-repeat;
    }

    .page header .slideshow {
        height: 40vh;
    }

    .press-art {
        width: 100%;
    }

    .press-art .art {
        height: 54vh;
        max-width: unset;
        width: 57%;
    }

    .press-art .art img {
        margin-right: 40px;
    }

    .awards-collum {
        width: 50%;
    }

    .container {
        min-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .lang-switcher {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        padding: 1em;
        background: var(--current-color);
        z-index: 500;
        margin: 0;
        justify-content: center;
        box-sizing: border-box;
        color: black;
    }

    .cookies {
        max-width: calc(100% - 40px);
        z-index: 401;
    }

    .cookies .btn {
        width: 100%;
        box-sizing: border-box;
    }

    .container, .single-post .container {
        width: 100%;
        min-width: unset;
    }

    section.game {
        --mt: 0;
    }

    section.game .container {
        --pad: 40%;
        --desc-width: 100%;
        padding: 0 30px;
    }

    .container {
        padding: 0 30px;
    }

    section.game .btn_block {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        margin: 30px 0;
    }

    section.game .btn_block .btn {
        padding: 12px;
    }

    section.game .container.flex, section.game .container, section.game:nth-child(odd) .container, footer .container {
        flex-direction: column;
    }

    .home .stores {
        position: relative;
        bottom: unset;
    }

    section.game .art img {
        max-height: unset;
        position: relative;
        min-height: unset;
        right: 0;
        width: 90%;
        /*margin-top: 20px;*/
    }

    section.game .art {
    }

    .news_block .news {
        width: 100%;
    }

    .navigation .menu {
        /*display: none;*/
    }

    .news_block {
        margin: 0 -30px;
        padding-bottom: 5px;
    }

    footer .eas img {
        width: 100%;
        margin: 40px 0 0 0;
    }

    footer p.text {
        font-size: 10px;
    }

    section.game .stores .links {
        margin-top: 20px;
        display: none;
    }

    section.game:nth-child(even) .stores .links {
        margin-left: auto;
    }

    svg.logo {
        width: 78%;
        height: unset;
    }

    .navigation .container {
        padding: 30px;
        display: block;
        height: unset;
    }

    .navigation {
        height: unset;
        /*margin-bottom: 40px;*/
        overflow: hidden;
    }

    #game_slides .slideshow, .page header .slideshow {
        /*max-height: 40vh;*/
    }

    #game_slides .info {
        width: 100%;
        margin: 18vh 0 0 0;
        font-size: 12px;
        background: linear-gradient(rgba(0, 0, 0, 0), black 8vh);
        box-sizing: border-box;
    }

    header .slideshow {
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .single-games header .slideshow, .page header .slideshow {
        background-size: cover;
        background-position: center;
    }

    .page header .slideshow .container {
        padding: 30px;
    }

    header .slideshow .container {
        padding: 0;
    }

    .info .stores {
        width: 100%;
    }

    .stores .links {
        margin: 20px 0 0;
        grid-template-columns: repeat(4, 1fr);
    }

    .single-games .stores .links {
        margin: 40px 0;
    }

    .stores .links img {
        width: 100%;
    }

    .archive h1.title {
        margin: 1.3em 0 1em;
    }

    #game_slides .page.current {

    }

    #game_slides .page {
    }

    #game_slides .pages {
        margin: -10px 0;
    }

    .archive .navigation,
    .single-games .navigation {
        margin-bottom: 0;
    }

    .single-games .slideshow {
        min-height: 35vh;
    }

    .archive .games .content {
        grid-template-columns: 1fr;
    }

    .spacer {
        padding: 30px 0;
    }

    .single-games .flex {
        flex-direction: column;
    }

    .single-games .stay_update .flex {
        flex-direction: column-reverse;
    }

    .single.single-games .stores {
        width: 100%;
    }

    .single.single-games .screenshots .pages .flex {
        flex-direction: unset;
    }

    .single.single-games .screenshots {
        left: 0;
        width: 130%;
        padding-top: calc(85.7 / 130 * 100%);
    }

    .single.single-games .screenshots.desktop {
        padding-top: calc(98.7 / 130 * 100%);
    }

    .single.single-games .screenshots.portrait {
        width: 100%;
        padding-top: 195.45%;
        right: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .single section.stay_update .content {
        max-width: 100%;
    }

    .single.single-games .stay_update .art {
        max-height: 50vh;
        margin: 0 0 0 -20vw;
        max-width: 70vw;
    }

    .single section.stay_update {
        overflow: hidden;
    }

    .single.single-games .stay_update .socials img {
        width: 6.6vw;
    }

    .single.single-games .stay_update .title {
        margin: 0 0 1em;
    }

    .single.single-games .stay_update .socials {
        margin-top: 1.5em;
    }

    .page .with-sidebar aside .table-of-content {
        display: none;
    }

    .page .with-sidebar {
        grid-template-columns:1fr;
    }

    .page header .slideshow {
        height: unset;
    }

    .menu-btn {
        display: inline-block;
        width: 58px;
        height: 30px;
        z-index: 400;
        padding: 2px;
        position: absolute;
        right: 0;
        top: 27px;
        cursor: pointer;
        overflow: hidden;
    }

    .menu-btn span {
        background: white;
        position: absolute;
        height: 3px;
        width: 31px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        display: block;
        transition: all 200ms;
        transform-origin: left;
        transition-delay: 160ms;
        top: 3px;
        pointer-events: none;
    }

    .menu-btn span:nth-child(2) {
        top: 14px;
        transition-delay: 0ms;
    }

    .menu-btn span:nth-child(3) {
        top: 25px;
    }

    .menu-btn span:nth-child(2).ani {
        transform: translateX(60px);
    }

    .menu-btn span.ani {
        transform: rotate(45deg);
        background: var(--current-color);

    }

    .menu-btn span:nth-child(3).ani {
        transform: rotate(-45deg);
    }

    .menu-mainmenu-container {
        width: 100%;
        padding: 0;
        /*box-sizing: border-box;*/
        opacity: 0;
    }

    .menu-mainmenu-container.open {
        opacity: 1;
        padding: 30px 0 0;
    }

    .navigation .menu {
        display: block;
    }

    .navigation .menu .menu-item, .navigation .menu .page_item {

        width: 100%;
    }

    .navigation .menu .menu-item a, .navigation .menu .page_item a {
        font-size: 1.5em;
        padding: 0.35em 0.5em;
        display: inline-block;
        font-weight: 500;
    }

    .page header .slideshow .container .description {
        font-size: 0.8em;
        width: 100%;
    }


    .features .item svg {
        width: 20vw;
        margin-bottom: 0;
    }

    .features h2 {
        font-size: 0.85em;
    }

    section.map .art img {
        max-width: 75vw;
    }

    .apply_form {
        position: relative;
        margin: 0 -21px 31px;
    }

    .form-content {
        padding: 35px;
    }

    .page-template-contacts-template .form-content {
        margin: 0 -21px;
    }

    .form-content .grid {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .form-content .submit-block {
        flex-direction: column;
    }

    .form-content .submit-block button {
        margin-top: 20px;
        width: 100%;
    }

    .form-content .grid .col *:last-child {
        margin-bottom: 17px;
    }

    #map {
        height: 60vh;
    }

    .title .menu {
        margin-bottom: 0;
        padding: 0.45em 0;
    }

    section.game.first {
        margin-top: 30px;
    }

    .wp-block-embed iframe {
        height: unset;
    }

    .flex.press-art {
        flex-direction: column-reverse;
    }

    .press-art, .press-art .art {
        width: calc(100vw - 75px);
    }

    .awards-collum {
        width: 100%;
    }

    .press-art {
        margin-bottom: -32px;
    }

    .press-logos {
        height: 110px;
    }

    footer .socials {
        grid-template-columns: repeat(5, 1fr);
        justify-content: center;
    }

    footer .socials a {
        text-align: center;
    }

    footer .socials a img {
        height: 28px;
    }

}
