/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"),
        url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    border: none;
    outline: none;
    height: 48px;
    width: 48px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    position: absolute;
    top: calc(50% - 24px);
    z-index: 20;
}

.slick-prev {
    background: url(../imgs/arrow-left.svg) no-repeat center;
    left: 10px;
}

.slick-next {
    background: url(../imgs/arrow-right.svg) no-repeat center;
    right: 10px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: #cfeaf8;
    display: block;
    height: 9px;
    width: 9px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    border: 2px solid #cfeaf8;
    cursor: pointer;
    border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    background: #0099e9;
    border: 2px solid #0099e9;
}

.slick-dots li.slick-active button {
    background: #0099e9;
    border: 2px solid #0099e9;
}

.acf-field--post-title {
    display: none;
}

.slick-slide img {
    max-width: 100%;
    height: auto;
}

.single-game .lozung {
    margin-bottom: 20px;
}

.gameslider-nav {
    margin-bottom: 20px;
    margin-top: 20px;
    /* the parent */
}

.gameslider-nav .slick-slide {
    margin: 0 10px;
}

.gameslider-nav .slick-list {
    margin: 0 -10px;
}

.game-comments .game-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px;
}

.game-comments .game-comment .autor {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
    background: #dcdcdc;
}

.game-comments .game-comment .autor .ava {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.game-comments .game-comment .autor span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    opacity: 0.5;
    display: block;
    margin-bottom: 8px;
}

.game-comments .game-comment .autor h3 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 5px 15px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #d23d36;
}

.game-comments .game-comment .comment-body {
    padding: 35px;
    background: #f3f3f3;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.game-comments .game-comment .comment-body .comment-content {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 35px;
}

.game-comments .game-comment .comment-body .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-comments .game-comment .comment-body .comment-meta .comment-data {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.reply-comment {
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 14px;
    border: none;
    outline: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reply-comment::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../imgs/reply.svg) no-repeat center;
    margin-right: 3px;
}

.reply-comment:hover {
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.comment-replys {
    padding-left: 25%;
}

.comment-replys .reply-form {
    margin-left: 0;
}

.reply-form {
    background: #f3f3f3;
    padding: 35px;
    display: none;
    position: relative;
    margin-bottom: 20px;
    margin-left: 25%;
}

.reply-form textarea {
    background: #ffffff;
    padding: 10px;
    border: none;
    outline: none;
    width: 100%;
    resize: none;
    height: 120px;
}

.reply-form .btn {
    position: absolute;
    bottom: 45px;
    right: 45px;
    border: none;
    outline: none;
}

.gray-section {
    margin-bottom: 28px;
}

.gray-section .gray-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #e8e8e8;
}

.gray-section .gray-section-row .left-title {
    width: 30%;
    background: #dcdcdc;
    padding: 20px 35px 15px 35px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.gray-section .gray-section-row .right-field {
    width: 75%;
    background: #f3f3f3;
    padding: 20px 35px 15px 35px;
}

.gray-section .gray-section-row .right-field h4 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    color: #000000;
}

.gray-section .gray-section-row:last-child {
    border: none;
}

.gray-section .gray-section-row:last-child .right-field,
.gray-section .gray-section-row:last-child .left-title {
    padding-bottom: 35px;
}

.trailer-btn {
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 14px;
    background: #cc3b34;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 10px;
}

.trailer-btn:hover {
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.trailer-btn::before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../imgs/trailer.svg) no-repeat center;
    margin-right: 3px;
}

.trailer-btn {
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 14px;
    background: #cc3b34;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.trailer-btn:hover {
    opacity: 0.7;
}

.trailer-btn::before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../imgs/trailer.svg) no-repeat center;
    margin-right: 3px;
}

.gameplay-btn {
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 14px;
    background: #cc3b34;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.gameplay-btn:hover {
    opacity: 0.7;
}

.gameplay-btn::before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../imgs/gameplay.svg) no-repeat center;
    margin-right: 3px;
}
.press-kit-btn::before { 
    background: url(../imgs/press-kit.png) no-repeat center;
    background-size: 23px;
}    

.devlink {
    color: #cc3b34;
}

.YouTubePopUp-Close {
    position: fixed;
    top: 20px;
    cursor: pointer;
    left: unset;
    right: 20px;
}

.post-ratings-text {
    display: none !important;
}

.post-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #cc3b34;
}

.post-ratings img {
    margin-right: 3px;
}

.post-ratings strong {
    margin-right: 5px;
}

.comment-form {
    background: #f3f3f3;
    position: relative;
}

.comment-form textarea {
    background: #ffffff;
    padding: 10px;
    border: none;
    outline: none;
    width: 100%;
    resize: none;
    height: 120px;
}

.comment-form .btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: none;
    outline: none;
}

.lozung h1 {
    padding-bottom: 5px;
    font-size: 31px;
}

.games-sidebar {
    width: 25%;
}

.games-grid {
    width: 73%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.game-item {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    width: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
}

.game-item a {
    text-decoration: none;
    color: #000000;
}

.game-item .game-item-thumb {
    width: 100%;
    padding-top: 56.25%;
}

.game-item .flex-row {
    margin-top: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 47px;
}

.game-item .flex-row a {
    color: #fff;
}

.game-item:hover {
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    top: -10px;
}

.sidebar-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 0;
}

.game-item-title {
    padding: 20px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    color: #000000;
}

.game-item-excerpt {
    padding: 20px;
    padding-top: 0;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

#games-sidebar .searchandfilter ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

#games-sidebar .searchandfilter ul li {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px !important;
    background: #f3f3f3;
}

#games-sidebar .searchandfilter ul li li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#games-sidebar .sf-input-checkbox {
    position: fixed;
    left: -22222px;
}

#games-sidebar label {
    position: relative;
    padding-left: 40px;
}

#games-sidebar label:before {
    width: 15px;
    height: 15px;
    right: unset;
    left: 10px;
    top: 2px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#games-sidebar label:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #b43630;
    top: 5px;
    left: 13px;
    display: none;
}

#games-sidebar input[type="checkbox"]:checked+label:after {
    display: block;
}

#games-sidebar .searchandfilter h4 {
    background: #b33530;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 20px !important;
    text-align: center !important;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    border-radius: 0 !important;
}

#games-sidebar .sf-field-reset {
    background: #fff !important;
    overflow: auto;
}

#games-sidebar .sf-field-reset a {
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 14px;
    border: none;
    outline: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none !important;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#games-sidebar .sf-field-reset a::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../imgs/reply.svg) no-repeat center;
    margin-right: 3px;
}

#games-sidebar .sf-field-reset a:hover {
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.post-type-archive-games .lozung {
    position: relative;
    padding-bottom: 18px;
}

.post-type-archive-games .lozung .games-count {
    position: absolute;
    top: 21px;
    right: 15px;
    font-size: 22px;
}

.games-grid {
    margin-bottom: 60px;
}

.games-grid .page-numbers {
    width: 100%;
}

.single-games .bfe-edit-post-button {
    display: none !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent !important;
    color: #c23016;
}

/*.page-template-fest-add-page .select2-results li.select2-results__option.select2-results__option--highlighted {
    color: #fff !important;
    background: #b33530 !important;
}*/

#fest-form {
    margin-bottom: 80px;
}

#fest-form .acf-field input[type="text"],
#fest-form .acf-field textarea,
#fest-form .acf-field select {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    resize: none;
    font-family: "Inter";
    outline: none !important;
}

#fest-form .acf-field-group .acf-label {
    background: #c23016;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0 !important;
    border-radius: 15px 15px 0px 0px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

#fest-form .acf-field-group .acf-label label {
    margin-bottom: 0 !important;
}

#fest-form .acf-field-group .acf-field .acf-label {
    color: #000000;
    background: transparent;
    border: none;
    text-transform: none !important;
    width: 25%;
}

#fest-form .acf-field-group .acf-field .acf-label label {
    font-family: "Inter";
    color: #000000;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#fest-form .acf-form-fields {
    position: relative;
    margin: 0;
    padding: 0;
    border-top: none;
}

#fest-form .acf-fields.-left>.acf-field>.acf-input {
    width: 75%;
}

#fest-form .acf-fields.-left>.acf-field:before {
    border: none !important;
    background: #dcdcdc !important;
    width: 25%;
}

#fest-form .acf-fields.-border {
    border: none !important;
}

#fest-form .acf-fields.-left>.acf-field {
    background: #f3f3f3;
}

#fest-form .select2.select2-container .select2-selection {
    padding-bottom: 0 !important;
}

#fest-form .acf-radio-list input[type="radio"] {
    position: fixed;
    left: -2222px;
}

#fest-form .acf-radio-list label {
    position: relative;
    padding-left: 35px;
}

#fest-form .acf-radio-list label:before {
    display: block;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: unset;
    left: 10px;
    top: 0px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

#fest-form .acf-radio-list label:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #b43630;
    top: 3px;
    left: 13px;
    display: none;
    border-radius: 50%;
}

#fest-form .acf-radio-list .selected:after {
    display: block;
}

#fest-form .acf-checkbox-list input[type="checkbox"] {
    position: fixed;
    left: -2222px;
}

#fest-form .acf-checkbox-list label {
    position: relative;
    padding-left: 35px;
}

#fest-form .acf-checkbox-list label:before {
    display: block;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: unset;
    left: 10px;
    top: 0px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#fest-form .acf-checkbox-list label:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #b43630;
    top: 3px;
    left: 13px;
    display: none;
}

#fest-form .acf-checkbox-list .selected:after {
    display: block;
}

#fest-form .acf-button {
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    background: #c23016;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#fest-form .acf-button:hover {
    opacity: 0.7;
}

#fest-form .acf-form-submit .acf-button {
    height: 74px;
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #b33530;
    position: relative;
    top: 0;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    border: none;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#fest-form .acf-form-submit .acf-button:hover {
    top: -10px;
}

.single-game-gallery img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.cabinet-user .acf-button {
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    background: #c23016;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    outline: none;
    margin-left: 12px;
    position: relative;
    top: 0;
}

.cabinet-user .acf-button:hover {
    opacity: 0.7;
    top: -5px;
}

.cabinet-sidebar {
    width: 300px;
    padding: 20px;
    background: #f3f3f3;
}

.cabinet-sidebar li {
    list-style: none;
    padding: 10px 0;
}

.cabinet-sidebar a {
    cursor: pointer;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
}

.cabinet-sidebar a:hover {
    color: #b33530;
}

.cabinet-sidebar a.active {
    color: #b33530;
}

.cabinet-grid {
    width: calc(100% - 340px);
}

.cabinet-nominations {
    display: none;
}

.cabinet-comments {
    display: none;
}

.comment-lk {
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.comment-lk a {
    color: #000000;
    text-decoration: none;
}

.comment-lk a h3 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    color: #000000;
}

.comment-lk a h3:hover {
    color: #b33530;
}

.comment-lk a:hover {
    color: #b33530;
}

.comment-lk .comment-text {
    padding: 20px 0;
}

.comment-lk .comment-text p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.lb-details {
    display: none !important;
}

.lb-close {
    position: fixed;
    top: 10px;
    right: 10px;
}

.lb-outerContainer {
    background: transparent !important;
}

.white-lozung {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    background: #f3f3f3;
    border-radius: 2px;
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #d23d36;
    margin-bottom: 20px;
}

.big-btn {
    height: 74px;
    margin: 0 auto;
    padding: 0 120px;
    font-size: 31px;
    line-height: 36px;
}

.big-btn::after {
    display: none !important;
}

.nomination {
    padding-top: 0;
    padding-bottom: 0px;
    margin: 40px 0px;
}

.nomination h2 {
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 32px;
}

.nomination-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nomination-grid .nomination-item {
    width: 48%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    border-bottom: 12px solid #b63630;
}

.nomination-grid .nomination-item:nth-child(1) {
    /* margin-top: 0px; */
}

.nomination-wrap {
    padding-top: 0px;
}

.nomination-grid .nomination-item:last-child {
    /* border-bottom: none !important; */
    background: rgba(217, 217, 217, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nomination-grid .nomination-item:last-child .nomination-text {
    background: #ffffff;
}

.nomination-grid .nomination-item:last-child .nomination-icon {
    background: #f7f7f7;
}

.nomination-grid .nomination-item.wide {
    width: 100%;
    border-bottom: 12px solid #b63630;
}

.nomination-grid .nomination-item.cols .nomination-text-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nomination-grid .nomination-item.cols .nomination-text {
    width: 48%;
}

.nomination-grid .nomination-item .nomination-text {
    background: rgba(217, 217, 217, 0.2);
    border-radius: 14px;
    padding: 20px;
    width: 100%;
}

.nomination-grid .nomination-item .nomination-text strong {
    font-weight: 700;
}

.nomination-grid .nomination-item .nomination-text p,
.nomination-grid .nomination-item .nomination-text li {
    font-size: 16px;
    line-height: 24px;
}

.nomination-grid .nomination-item .nomination-text li {
    list-style-position: inside;
}

.nomination-grid .nomination-item .nomination-text ul {
    margin-bottom: 24px;
}

.nomination-grid .nomination-item .nomination-icon {
    background: #fff;
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 0;
    z-index: 5;
}

.nomination-grid .nomination-item .nomination-text-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.nomination-grid .nomination-item .nomination-name {
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 15px;
}

.nomination-grid .nomination-item .nomination-subtitle {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.big-btn {
    margin-top: 40px;
}

.streamers {
    background: rgba(217, 217, 217, 0.2);
    border-bottom: 12px solid #b63630;
    -webkit-box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.streamers h3 {
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 32px;
}

.sreaamers-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 30px;
}

.sreaamers-grid a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    padding: 0 10px;
    text-decoration: none;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    top: 0;
}

.sreaamers-grid a:hover {
    opacity: 0.7;
    top: -10px;
}

.sreaamers-grid a .streamer-ava {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 14px;
}

.sreaamers-grid a .streamer-subtitle {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    opacity: 0.5;
}

.sreaamers-grid a .streamer-name {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 5px 15px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #d23d36;
}

.fest-text {
    background: #fff;
    -webkit-box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
    margin-top: 40px;
}

.fest-text strong {
    font-weight: 700;
}

.fest-text p {
    margin-bottom: 24px;
}

.nomination-grid .nomination-item {
    padding-top: 10px;
}

.partners .expert_title-grid a {
    position: relative;
    top: 0;
}

.partners .expert_title-grid a img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.partners .expert_title-grid a:hover {
    top: -7px;
}

.partners .expert_title-grid a:hover img {
    -webkit-box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
}

.expert {
    padding-top: 40px;
    padding-bottom: 40px;
}

.expert-first .expert_title-grid {
    justify-content: center;
}

.expert .lozung {
    margin-bottom: 40px;
}

.expert .expert_title-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.expert .expert_title-grid a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    padding: 0 10px;
    text-decoration: none;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    padding: 10px;
}

.expert .expert_title-grid a:hover {
    opacity: 0.7;
    top: -10px;
}

.expert .expert_title-grid a .experts-ava {
    width: 100%;
    height: 270px;
    margin-bottom: 14px;
}

.expert .expert_title-grid a .experts-subtitle {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    opacity: 0.5;
}

.expert .expert_title-grid a .experts-name {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 5px 15px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #d23d36;
    margin-bottom: 14px;
}

.expert .expert_title-grid a .experts-position {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.partners {
    padding-bottom: 50px;
}

.partners .lozung {
    margin-bottom: 40px;
}

.partners .expert_title-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partners .expert_title-grid a {
    width: 20%;
    padding: 10px;
}

.partners .expert_title-grid a img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1200px) {
    .sreaamers-grid a .streamer-ava {
        width: 120px;
        height: 120px;
    }

    .expert .expert_title-grid a .experts-ava {
        height: 240px;
    }
}

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

    .expert_title-grid,
    .sreaamers-grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .partners .expert_title-grid a,
    .expert .expert_title-grid a,
    .sreaamers-grid a {
        width: 30%;
    }
}

@media only screen and (max-width: 800px) { 
    .partners .expert_title-grid a, .expert .expert_title-grid a, .sreaamers-grid a {
        width: 31%;
    }

}

@media only screen and (max-width: 700px) { 
    .partners .expert_title-grid a, .expert .expert_title-grid a, .sreaamers-grid a {
        width: 50%;
        margin-bottom: 10px;
    }
    .expert .expert_title-grid a .experts-ava {
        max-width: 180px;
    }

}

@media only screen and (max-width: 780px) {
    .fest-text {
        padding: 20px;
    }
    .gray-section-row-vybor-igrokov .right-field {
        margin: 15px 0px;
        margin-bottom: 15px;
    }

    .gray-section-row-vybor-igrokov .custom-check-rait {
        border: none;
    }

    .nomination-wrap {
        padding-top: 10px;
    }

    .cabinet-sidebar,
    .cabinet-grid,
    .games-sidebar,
    .games-grid {
        width: 100%;
    }

    .sidebar-page {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #games-sidebar .searchandfilter h4 {
        background: #b33530;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        text-align: center !important;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 15px;
        height: 21px;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
        border-radius: 5px 5px 0 0 !important;
    }

    .post-type-archive-games .lozung .games-count {
        position: static;
        top: 21px;
        right: 15px;
        font-size: 22px;
    }

    #games-sidebar .searchandfilter ul li ul {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    #games-sidebar .searchandfilter ul li {
        background: transparent;
    }

    #games-sidebar label {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    #games-sidebar .searchandfilter ul li ul {
        background: #f3f3f3;
        padding-top: 25px;
    }

    #games-sidebar .searchandfilter ul li li {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .gray-section-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .custom-check-rait {
    border-left: 0 !important;
}

    .gray-section .gray-section-row .left-title {
        width: 100%;
        padding: 10px !important;
    }

    .gray-section .gray-section-row .right-field {
        width: 100%;
        padding: 10px !important;
    }

    .gameslider-nav {
        display: none !important;
    }

    .single-game-gallery {
        margin-bottom: 40px;
    }

    .game-comments .game-comment .autor .ava {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .game-comments .game-comment .comment-body .comment-content {
        font-size: 14px;
        line-height: 18px;
    }

    .game-comments .game-comment .comment-body .comment-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .game-comments .game-comment .comment-body {
        padding: 10px;
    }

    .post-ratings {
        font-size: 12px;
    }

    .post-ratings img {
        width: 12px;
        height: 12px;
    }

    .acf-fields.-left>.acf-field {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    #fest-form .acf-field-group .acf-field .acf-label,
    #fest-form .acf-fields.-left>.acf-field>.acf-input {
        width: 100% !important;
    }

    #fest-form .acf-button {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }

    .white-lozung {
        font-size: 34px;
    }

    .nomination-text-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nomination-grid .nomination-item.cols .nomination-text {
        width: 100%;
        margin-bottom: 10px;
    }

    .nomination-grid .nomination-item.cols .nomination-text-row {
        padding: 10px;
    }

    .nomination-grid .nomination-item {
        width: 100%;
    }

    .nomination-icon {
        width: 140px;
        height: 140px;
    }

    .nomination-icon img {
        width: 120px;
        height: auto;
    }
}

@media only screen and (max-width: 580px) {
    .game-item {
        width: 100%;
    }

    .game-comments .game-comment .autor {
        width: 100%;
    }

    .game-comments .game-comment .comment-body {
        width: 100%;
    }

    .game-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .comment-replys {
        padding-left: 10%;
    }

    .partners .expert_title-grid a,
    .expert .expert_title-grid a,
    .sreaamers-grid a {
        width: 50%;
    }

    .white-lozung {
        font-size: 30px;
        line-height: 36px;
    }

    .big-btn {
        height: 74px;
        margin: 15px auto;
        padding: 0 35px;
        font-size: 24px;
        line-height: 36px;
    }

    .nomination-grid .nomination-item .nomination-text-row {
        padding: 10px;
    }

    .nomination-grid .nomination-item .nomination-icon {
        width: 150px;
        height: 150px;
    }

    .nomination-grid .nomination-item .nomination-icon img {
        width: 120px;
        height: 120px;
    }
}

/* WDP STYLE */

.star-on,
.star-off {
    display: block;
    width: 22px;
    height: 22px;
    border: none;
    outline: none;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
}

.wdp-rating-done {
    cursor: default;
    pointer-events: none;
}

.star-off {
    background: url(../imgs/star-off.svg) no-repeat center;
    background-size: contain;
}

.star-on {
    background: url(../imgs/star-on.svg) no-repeat center;
    background-size: contain;
}

.wdp-rating-done,
.wdp-rating-block {
    display: flex;
    align-items: center;
}

.you-rating,
.current-reit {
    display: block;
    margin-top: 3px;
    margin-left: 5px;
}

.smoke-base {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: table;
    z-index: 1001;
}

.smoke-dialog_wrapper {
    position: relative;
    vertical-align: middle;
    display: table-cell;
}

.smoke-dialog {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    color: #202020;
    border: 1px solid #b6b6b6;
    border-radius: 28px;
    background-color: #f3f3f3;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
}

.smoke-dialog-buttons {
    vertical-align: middle;
    margin-top: 10px;
}

.smoke-dialog-buttons-ok,
.smoke-dialog-buttons-cancel {
    margin: 0 7px;
    padding: 8px 24px;
    border: 0;
    border-radius: 7px;
    outline: 0;
    color: white;
    background: #00bd20;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    line-height: 18px;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
}

.smoke-dialog-buttons-ok:hover,
.smoke-dialog-buttons-cancel:hover {
    background: #222;
}

.smoke-prompt {
    margin-top: 15px;
    text-align: center;
}

.smoke-prompt-input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    margin: 0;
    padding: 11.2px;
    border: 1.4px solid #aaa;
    outline: none;
    font-family: arial;
    font-size: 22.4px;
    background-color: white;
    display: inline-block;
}

.smoke-dialog-buttons-cancel {
    background-color: rgba(0, 0, 0, 0.4);
}

.cabinet-grid {
    width: 73%;
}

.cabinet-sidebar {
    width: 25%;
}

.cabinet-grid .game-item .game-item-thumb {
    min-width: 32px !important;
    width: 100% !important;
    height: unset !important;
    padding-top: 56.25% !important;
}

/* .rated {
    filter: grayscale(100%);
} */

.cabinet-nominations {
    display: none;
}

.vote-section-divider {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* opacity: 0.7; */
    text-align: center;
    font-family: 'Molot' !important;
}

.vote-panel .gray-section-row {
    background: #ffffff;
    webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border: none;
    margin-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reply-comment::before {
    display: none;
}

.vote-panel .gray-section-row .right-field {
    background: transparent;
    padding-bottom: 22px;
    width: fit-content;
}

.vote-panel .gray-section-row .left-title {
    background: #b43630;
    color: #fff;
    padding-bottom: 22px;
}

.gray-section .gray-section-row:last-child .right-field,
.gray-section .gray-section-row:last-child .left-title {
    padding-bottom: 22px;
}

.reply-comment {
    padding-left: 14px;
}

.single-game .lozung {
    position: relative;
}

.back-to-games {
    border: none;
    outline: none;
    height: 48px;
    width: 48px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    position: absolute;
    top: calc(50% - 24px);
    z-index: 20;
    left: 10px;
    background: url(../imgs/back.svg) no-repeat center;
}

.ndg-sidebar {
    z-index: 4 !important;
}

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

    .cabinet-sidebar,
    .cabinet-grid,
    .games-sidebar,
    .games-grid {
        width: 100%;
    }

    .cabinet-sidebar {
        margin-bottom: 30px;
    }
}

.comment-form button,
.reply-comment {
    cursor: pointer;
}

.key-row {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border: none;
    margin-top: 10px;
    color: #000;
}

.key-row h4 {
    margin-right: auto;
    margin-left: 15px;

    transition: all 0.3s ease;
}

.key-row h4:hover {
    color: #b33530;
}

.ctit {
    margin-top: 40px;
    display: block;
}

.page-template-dev-partners-page .nomination-item .btn,
.page-template-festival-vdnh-page .nomination-item .btn,
.page-template-dev-bilety .nomination-item .btn {
    margin-bottom: 40px;
}

@media (max-width: 990px) {

    .page-template-dev-partners-page .nomination-item .btn,
    .page-template-festival-vdnh-page .nomination-item .btn,
    .page-template-dev-bilety .nomination-item .btn {
        margin-top: 20px;
    }
}




.custom-check-rait, .custom-check-rait-done {
    max-width: 250px;
    width: 100%;
    text-align: center;
    border-left: 2px solid #f3f3f3;
    min-width: 250px;
}

.custom-check-rait {
    padding: 10px 0px;
}

.rait-done {
    /*background: #b43630;*/
    color: #222;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90px;
    margin: auto;
    font-size: 13px;
    border-radius: 2px;
}

.custom-check-rait.disabled {
    pointer-events: none;
    opacity: .2;
}

.custom-check-rait p {
    font-size: 14px;
    margin-bottom: 2px;
}

.custom-check-rait b {
    font-size: 12px;
}

.checkbox-green {
    display: inline-block;
    height: 28px;
    line-height: 28px;

    position: relative;
    /*vertical-align: middle;*/
    font-size: 14px;
    user-select: none;
}

.checkbox-green .checkbox-green-switch {
    display: inline-block;
    height: 28px;
    width: 90px;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    background: #848484;
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
}

.checkbox-green .checkbox-green-switch:before {
    content: attr(data-label-on);
    display: inline-block;
    box-sizing: border-box;
    width: 45px;
    padding: 0 12px;
    position: absolute;
    top: 0;
    left: 45px;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    font-size: 10px;
    line-height: 28px;
}

.checkbox-green .checkbox-green-switch:after {
    content: attr(data-label-off);
    display: inline-block;
    box-sizing: border-box;
    width: 44px;
    border-radius: 1px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    line-height: 26px;
    font-size: 10px;
    color: transparent;
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
}

.checkbox-green input[type="checkbox"] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-green input[type="checkbox"]:checked+.checkbox-green-switch {
    background-color: #b43630;
}

.checkbox-green input[type="checkbox"]:checked+.checkbox-green-switch:before {
    content: attr(data-label-off);
    left: 0;
}

.checkbox-green input[type="checkbox"]:checked+.checkbox-green-switch:after {
    content: attr(data-label-on);
    color: #b43630;
    transform: translate3d(44px, 0, 0);
}

/* Hover */
.checkbox-green input[type="checkbox"]:not(:disabled)+.checkbox-green-switch:hover {
    cursor: pointer;
}

.checkbox-green input[type="checkbox"]:not(:disabled)+.checkbox-green-switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

/* Disabled */
.checkbox-green input[type=checkbox]:disabled+.checkbox-green-switch {
    opacity: 0.6;
    filter: grayscale(50%);
}

/* Focus */
.checkbox-green.focused .checkbox-green-switch:after {
    box-shadow: inset 0px 0px 4px #ff5623;
}


.game-grid .rated-in {
    display: none !important;
}

.game-grid.game_my_projects .outwish {
    display: none !important;
}

.about-game {
    border-radius: 0px !important;
}

body .games_row-2 a {
    width: calc((100% - 20px) / 2) !important;
}

body .games_row-5 a {
    width: calc((100% - 40px) / 3) !important;
    max-height: 209px !important;
    margin: 0px !important;
}

body .games_row-5 a img {
    height: 100% !important;
    object-fit: cover;
}

body .games_row-5 {
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

body .games_row-5 a:first-child {
    flex-basis: calc((100% - 40px) / 2) !important;
    margin-right: 0px;
    max-width: 371px;
}

body .games_row-5 a:nth-child(2) {
    flex-basis: calc((100% - 40px) / 2) !important;
    margin-right: 0px;
    max-width: 371px;
}


.nomination-name-row {
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 35px;
    text-align: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1100px) {
    body .games_row-5 a {
        height: auto !important;
        max-height: 100% !important;
    }

    body .games_row-5 a:first-child {
        flex-basis: 100% !important;
        max-width: 100%;
    }

    body .games_row-5 a:nth-child(2) {
        flex-basis: 100% !important;
        margin-right: 0px;
        max-width: 100%;
    }

    body .games_row-2 a {
        width: 100% !important
    }

    body .games_row-5 a {
        width: 100% !important;
        max-width: 100% !important;
    }

    body .games_row-5 a img {
        height: 100% !important;
        object-fit: cover !important;
    }
}

.wdp-lk-tab-content-short {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wdp-lk-tab-content-short .btn {
    margin: 0;
    font-size: 15px;
    height: 30px;
    width: fit-content;
    padding: 0px 20px;

}


.game-notice {
  padding: 12px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
}
.game-notice p {
  margin: 0;
}
.game-notice-warning {
  background: #fde8e8;
  border: 1px solid #f5a6a6;
  color: #991b1b;
  display: flex;
  align-items: center;
  gap: 10px;
}
.game-notice-warning::before {
  content: "⚠";
  font-size: 20px;
  flex-shrink: 0;
}

/* Голосование Да/Нет */
.custom-check-vote {
  max-width: 250px;
  width: 100%;
  padding: 10px 0px;
}

.custom-check-vote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.custom-check-vote.disabled {
  pointer-events: none;
  opacity: .2;
}

.custom-check-vote b {
  font-size: 12px;
}

.wdp-vote-yesno {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wdp-vote-yesno .vote-btn {
  padding: 8px 24px;
  border: 2px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.2s;
}

.wdp-vote-yesno .vote-btn:hover {
  border-color: #999;
}

.wdp-vote-yesno .vote-btn.selected-yes,
.wdp-vote-yesno .vote-btn.selected-no {
  border-color: #333;
  background: #fff;
  color: #333;
}

.wdp-vote-yesno-done {
  display: flex;
  align-items: center;
  height: 100%;
}

.wdp-vote-yesno-done .vote-yes,
.wdp-vote-yesno-done .vote-no {
  font-size: 28px;
  font-weight: bold;
}

.wdp-vote-yesno-done .vote-yes {
  color: #2ecc71;
}

.wdp-vote-yesno-done .vote-no {
  color: #e74c3c;
}

.vote-panel .left-title.left-title-small {
font-size: 16px !important;
    line-height: 140%;
  text-transform: none;
}