/*   
Theme Name: NDG Quantum 5
Theme URI: http://ivan-konkov.ru
Version: 5.0
Tags: html5, php, jQuery, scss
Author: Ivan Konkov
Author URI: http://ivan-konkov.ru
*/



.wdp-sing-window {
    padding-bottom: 40px !important;
}

.wdp-sing-window {
    min-height: 260px !important;
}

.vote-panel .left-title {
    font-size: 20px !important;
    font-family: 'Molot' !important;
    text-align: center !important;
}

.wdp-sing-gray {
    text-align: left;
}

.ndg-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
    transition: all .3s ease;
    z-index: 5;
}

.stick {
    position: fixed !important;
    padding: 10px 0;
}

.admin-bar .ndg-header {
    top: 32px;
}

body {
    padding-top: 106px;
}

#wdp-shop {

    background: #F2F2F2;
    padding-top: 25px;
    padding-bottom: 45px;
}

#wdp-shop .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.wdp-shop-sidebar {
    width: 300px;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.wdp-shop-sidebar-title {
    display: flex;
    align-items: center;
    background: #fafafa;
    border-radius: 5px 5px 0px 0px;
    padding: 25px 30px;
    justify-content: space-between;

}

.wdp-shop-sidebar-title span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
}

.wdp-shop-sidebar-title .cart {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    background: url(imgs/cart.svg) no-repeat center;
    text-decoration: none;
}

.wdp-shop-sidebar-title .cart:hover {
    opacity: .7;
}

.woocommerce-tabs {
    display: none !important;
}

.cart .count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 13px;
    height: 13px;
    background: #BA0000;
    color: #fff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    right: -7px;
    top: -5px;
    border-radius: 50%;
}


*::selection {
    background: #8ac75f;
}

.wdp-shop-menu-block {
    padding: 30px;
    padding-bottom: 0;
    border-top: 2px solid #e6e6e6;
    padding-bottom: 20px;
}



.wdp-shop-menu-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    color: #000000;
    margin-bottom: 10px;
}

.wdp-shop-menu-block .wdp-shop-menu-title:hover {
    color: #BA0000;
}

.wdp-shop-menu-block .off {
    display: none;
}

.wdp-shop-menu-block li {
    list-style: none;
    padding: 10px 0;
}

.wdp-shop-menu-block li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
}

.wdp-shop-menu-block li a:hover {
    color: #BA0000;
}

.wdp-shop-menu-block:last-child {
    padding-bottom: 30px;

}

.page-title, .woocommerce-result-count, .woocommerce-ordering {
    display: none !important;
}

.wdp-shop-main {
    width: calc(100% - 330px);
}

#wdp-shop ul.products li.product {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
}

#wdp-shop ul.products li.product img {
    margin-bottom: 15px;
}

#wdp-shop ul.products li.product {
    text-decoration: none;
    color: #000000;
}

#wdp-shop .woocommerce-loop-product__title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    min-height: 45px;
    display: block;
    color: #000000;
    margin-bottom: 20px;
    padding: 0;
}

#wdp-shop ul.products li.product .price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    color: #B33530;
}

#wdp-shop ul.products li.product .more-arrow {
    display: block;
    font-size: 0;
    width: 35px;
    height: 20px;
    background: url(imgs/more-arrow.svg) no-repeat center;
    position: absolute;
    bottom: 20px;
    right: 20px;


}

#wdp-shop ul.products li.product .more-arrow:hover {
    right: 15px;
}

#wdp-shop ul.products li.product {
    top: 0;
    transition: all .3s ease;
}

#wdp-shop ul.products li.product:hover {
    top: -15px;
}

@media only screen and (max-width: 1024px) {
    .wdp-shop-sidebar {
        width: 200px;
    }

    .wdp-shop-main {
        width: calc(100% - 230px);
    }

    #wdp-shop .woocommerce-loop-product__title {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        min-height: 57px;
    }

    .site-logo {
        margin-bottom: 0 !important;
        width: fit-content !important;
        margin: auto;
    }

    .ndg-header {
        padding: 10px 0 !important;
    }
    .header-pfki {
        display: none;
    }

    .mobile-toggle {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 10px;
        z-index: 250;
    }

    .mobile-nav {
        padding-top: 10px !important;
    }
}


@media only screen and (max-width: 780px) {
    #wdp-shop .container {
        flex-direction: column;
    }

    .wdp-shop-sidebar {
        width: 100%;
        margin-bottom: 30px;
    }

    .wdp-shop-menu-block {
        padding: 10px !important;
        padding-left: 30px !important;
    }

    .wdp-shop-menu-block li:last-child {
        padding-bottom: 0;
    }

    .wdp-shop-main {
        width: 100%;
    }

    #wdp-shop ul.products li.product {
        margin-bottom: 15px;
    }
}

.lmp_button {
    font-weight: 600;
    display: flex !important;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.lmp_button:after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(imgs/re.svg) no-repeat center;
    background-size: contain;
    transition: all .3s ease;
    margin-left: 30px;
    transition: all .3s ease;
}

.lmp_button:hover:after {
    transform: rotate(360deg);
}

.wcgs-slider-image {
    padding: 10px;
}

.wcgs-slider-image img {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

.related.products {
    float: none;
    clear: both;
    width: 100%;
}

#wpgs-gallery .slick-slide.wcgs-thumb.slick-current.wcgs-thumb img {
    border: none !important;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

.wcgs-thumb {
    padding: 0 10px;
}

.wcgs-carousel {
    position: relative;
    top: -10px;
}

.woocommerce div.product .product_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 30px;
}

.woocommerce div.product .text {
    padding: 0;
}

.woocommerce div.product .product_meta {
    display: none;
}

.variations tr {
    display: flex !important;
    flex-direction: column !important;
}

.variations td {
    display: block;
}

.woocommerce div.product form.cart .variations label {
    line-height: 1 !important;
    font-size: 20px;
    margin-left: 3px;
}

.woocommerce div.product form.cart .variations th.label {
    height: 30px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 1 !important;
}

.woocommerce div.product form.cart .variations select {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 0 5px 5px 5px;
    padding: 0 10px;
    height: 45px;
}

.woocommerce .button {
    display: flex !important;
    align-items: center !important;
    height: 45px;
    background: #B33530 !important;
    border-radius: 5px;
    font-family: 'Molot';
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: normal !important;
    outline: none !important;
    border: none !important;
    width: fit-content;
    overflow: hidden;
}

.woocommerce .button:before {
    width: 26px;
    height: 26px;
    display: block;
    content: '';
    background: url(imgs/wcart.svg) no-repeat center;
    margin-right: 10px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
}

.woocommerce div.product form.cart .reset_variations {
    color: #BA0000;
}

.woocommerce .button.wc-forward {
    color: #fff !important;
}

.woocommerce .button.wc-forward::before {
    display: none;
}

.woocommerce-message {
    border-top-color: #BA0000 !important;
}

.woocommerce-message::before {
    content: "\e015";
    color: #BA0000 !important;
}

.woocommerce .button:after {
    display: block;
    content: '';
    width: 40px;
    height: 80px !important;
    background: white;
    transform: skew(339deg, 0deg);
    opacity: 0.5;
    position: absolute;
    left: -100px;
    border-radius: 0;
    bottom: 0;
    transition: all 0s ease;
}

.woocommerce .button:hover::after {
    left: 800px;
    transition: all 1.5s ease;
}

.woocommerce .button {
    overflow: hidden !important;
}

.shad-summary {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px;
    display: flex !important;
}

.woocommerce div.product form.cart .variations select {
    outline: none !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-top: 20px;
    color: #B33530 !important;
}

.shad-summary p {
    font-size: 14px;
    line-height: 18px;
}

.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 0 !important;
}

#wpgs-gallery.woocommerce-product-gallery {
    margin-bottom: 0 !important;
}

.shad-summary {
    margin-bottom: 30px;
}


.related.products h2 {
    margin-bottom: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    text-transform: uppercase;
}

#wdp-shop ul.products li.product h2 {
    text-transform: unset;
}

.cart-page {
    flex-direction: column !important;
}

.cart-page .wdp-shop-sidebar {
    width: 100%;
}

.cart-page .wdp-shop-main {
    width: 100%;
}

.cart .count {
    width: 16px;
    height: 16px;
    font-size: 8px;
}

.woocommerce-cart table.cart td.product-remove {
    position: absolute;
    right: 0;
}

.woocommerce-cart-form__cart-item {
    position: relative;
}

.woocommerce-cart table {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

button[name="update_cart"] {
    display: none !important;
}

#coupon_code+button {
    color: #fff !important;
}

#coupon_code+button:before {
    display: none;
}

.coupon+button {
    display: none !important;
    position: fixed;
    right: -8800px;
}

html, body {
    overflow-x: hidden;
}

#coupon_code {
    height: 45px;
    width: 200px;
}

.woocommerce table.shop_table {
    border: none !important;
}


.woocommerce table.shop_table {
    border: none !important;
}

th.product-remove {
    position: absolute;
}

.woocommerce-cart table.cart img {
    width: 100px !important;
    height: 100px !important;
    margin-left: 30px;
}

.woocommerce-cart table .product-name a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000 !important;
    text-decoration: none;

}

.qib-button:not(#qib_id):not(#qib_id) {
    background: #f2f2f2;
}

.woocommerce a.remove {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    font-size: 0 !important;
    background: url(imgs/del.svg) no-repeat center;
}

.woocommerce-cart table.cart td.product-remove {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    margin-top: -20px !important;
    border: none !important;
}

.cart_totals h2 {
    margin-bottom: 20px;
    ;
}

.cart-subtotal {
    display: none !important;
}

.checkout-button, #place_order {
    font-size: 24px;
    width: 100% !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

#place_order {
    font-size: 24px;
    width: fit-content !important;
}

.woocommerce-privacy-policy-link {
    color: #BA0000;
}

.wp-element-button {
    color: #fff !important;
}

.woocommerce-form-coupon .form-row {
    width: fit-content !important;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

.checkout-button::before, #place_order:before {
    width: 35px !important;
    height: 10px !important;
    margin-left: 10px !important;
    display: block !important;
    content: '';
    background: url(imgs/war.svg) no-repeat center !important;
}

.woocommerce-info {
    border-top-color: #BA0000 !important;
}

.woocommerce-info::before, .showcoupon {
    color: #BA0000 !important;
}

form.woocommerce-checkout {
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    padding: 25px 30px;
    justify-content: space-between;
    padding: 20px;
}

form.woocommerce-checkout input[type=text], form.woocommerce-checkout textarea, form.woocommerce-checkout input[type=tel], form.woocommerce-checkout input[type=email] {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
}

.order_review_heading {
    margin-top: 20px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100% !important;
}

.woocommerce-billing-fields h2, .woocommerce-shipping-fields h2, #ship-to-different-address {
    display: none !important;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 48% !important;
    overflow: visible;
}

#order_review_heading {
    margin-top: 30px !important;
}

.woocommerce-billing-fields h3 {
    display: none !important;
}

#place_order {
    margin-top: 15px;
}

@media only screen and (max-width: 780px) {
    .checkout-button::before, #place_order:before {
        display: none !important;
    }

    #place_order {
        font-size: 20px;
        width: 100%;
        margin-right: 0;
    }

    body {
        padding-top: 48px;
    }

    .wdp-shop-sidebar-title {
        padding: 20px;
    }

    .woocommerce-cart table.cart td.product-remove {
        position: static !important;
        right: 0 !important;
        top: 50% !important;
        margin-left: auto;
        margin-top: 0 !important;
        border: none !important;
    }

    #coupon_code {
        height: 45px;
        width: 149px;
    }
}

.shipping-calculator-button {
    color: #BA0000;
    text-decoration: none;
}

.shipping-calculator-button:hover {
    opacity: .7;
}

.woocommerce a.remove:hover {
    background: url(imgs/del.svg) no-repeat center !important;
}

.woocommerce-cart table.cart td.product-remove {
    margin-top: -17px !important;
}

.qib-button:not(#qib_id):not(#qib_id), .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    border-color: #DFDFDF;
}

#wdp-shop ul.products li.product .qib-container {
    display: none !important;
}

.wdp-lk {
    min-height: calc(100vh - 420px);
    background: #F2F2F2;
    padding: 50px 0;
}

.wdp-user-panel {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wdp-user-panel-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wdp-user-panel img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    display: block;
    border-radius: 50%;
    margin-bottom: 20px;
}

.wdp-user-panel h1 {
    margin-bottom: 20px;
    font-size: 24px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 50px;
    padding: 5px 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #D23D36;
}

.user_position {
    margin-bottom: 10px;
}

.user_social {
    display: block;
    margin-bottom: 20px;
    color: #BA0000;
    text-decoration: none;
    margin-bottom: 10px;
}

.btn {
    border: none;
    outline: none;
}

.wdp-lk-top-panel {
    margin-bottom: 14px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 64px;
}

.wdp-lk-collapse-menu {
    width: 18px;
    height: 14px;
    margin-right: 24px;
    position: relative;
    cursor: pointer;
}

.wdp-lk-collapse-menu div {
    width: 18px;
    height: 2px;
    background: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    border-radius: 3px;
    transition: all .3s ease;
    transform: rotate(0deg);
}

.wdp-lk-collapse-menu div:nth-last-child(2) {
    top: 6px;
}

.wdp-lk-collapse-menu div:nth-last-child(3) {
    top: 12px;
}

.wdp-lk-collapse-menu.collapse div:nth-last-child(1) {
    transform: rotate(45deg);
}

.wdp-lk-collapse-menu.collapse div:nth-last-child(2) {
    width: 0;
}

.wdp-lk-collapse-menu.collapse div:nth-last-child(3) {
    transform: rotate(-45deg);
}

.wdp-lk-notifications {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.wdp-lk-notifications i {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(imgs/bell.svg) center;


}

.wdp-lk-notifications-list {
    width: 200px;
    max-height: 300px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 5px;
    top: 32px;
    left: 0;
    display: none;
    z-index: 10;
}

.wdp-lk-notifications:hover .wdp-lk-notifications-list {
    display: block;
}

.wdp-lk-notifications-list a {
    font-size: 14px;
    color: #BA0000;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #DFDFDF;
    padding: 5px 0;
}

.wdp-lk-notifications-list a:hover {
    opacity: .7;
}

.wdp-lk-notifications-list button {
    background: transparent;
    border: none;
    font-size: 12px;
    font-family: 'Inter';
    cursor: pointer;
    transition: all .3s ease;
}

.wdp-lk-notifications-list button:hover {
    opacity: .7;
}

.wdp-lk-notifications-count {
    width: 15px;
    height: 15px;
    background: #BA0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    top: 5px;
    right: -5px;
}

.wdp-lk-user-panel {
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
    cursor: pointer;
}

.wdp-lk-user-panel:after {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: url(imgs/down-lk.svg) no-repeat center;
    transition: all .3s ease;
    margin-left: 5px;
}

.wdp-lk-user-panel-menu {
    position: absolute;
    width: 150px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 5px;
    top: 40px;
    right: -20px;
    display: none;
    z-index: 10;
}

.wdp-lk-user-panel:hover:after {
    transform: rotate(180deg);
}

.wdp-lk-user-panel:hover .wdp-lk-user-panel-menu {
    display: block;
}

.wdp-lk-user-panel-menu a {
    font-size: 14px;
    color: #BA0000;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #DFDFDF;
    padding: 5px 0;
}

.wdp-lk-user-panel-menu a:last-child {
    border: none;
}

.wdp-lk-user-panel-menu a:hover {
    opacity: .7;
}

.wdp-lk-user-panel img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.wdp-lk-collapse-menu {
    overflow: hidden;
}

.wdp-lk-main-panel {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.wdp-lk-main-panel {
    display: flex;
    align-items: stretch;
}

.wdp-lk-collapse-menu-panel {
    background: #FAFAFA;
    border-radius: 5px 0 0 5px;
    padding: 20px;
    padding-top: 25px;
    width: 215px;
}

.wdp-lk-collapse-menu-panel.collapse {
    width: 75px;
}

.wdp-lk-collapse-menu-panel.collapse span, .wdp-lk-collapse-menu-panel.collapse .wdp-collapse-menu-item-link {
    display: none;
}

.wdp-lk-collapse-menu-panel.collapse .wdp-collapse-menu-item {
    padding-left: 32px;
}

.wdp-lk-collapse-menu-panel .wdp-collapse-menu-item-link {
    color: #000000;
    text-decoration: none;
}

.wdp-lk-mainframe {
    width: calc(100% - 215px);
    padding: 25px;
    flex-grow: 1;
}

.wdp-collapse-menu-item {
    min-height: 32px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
    text-decoration: none;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .3s ease;
    padding-top: 10px;
    padding-bottom: 10px !important;
}

.wdp-collapse-menu-item.active, .wdp-collapse-menu-item:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}


.wdp-collapse-menu-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wdp-collapse-menu-item:hover .wdp-collapse-menu-icon img:first-child,
.wdp-collapse-menu-item.active .wdp-collapse-menu-icon img:first-child {
    display: none;
}

.wdp-collapse-menu-item .hover {
    display: none;
}

.wdp-collapse-menu-item:hover .hover,
.wdp-collapse-menu-item.active .hover {
    display: block;
}

.wdp-lk-tab {
    display: none;
}

.wdp-lk-tab.active {
    display: block;
}

.wdp-lk-tab .acf-fields>.acf-field {
    padding: 0;
}

.wdp-lk-tab .acf-field .acf-label label {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}

.wdp-lk-tab .acf-fields input[type=text] {
    font-family: 'Inter';
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    outline: none;
}

.wdp-lk-tab h2 {
    margin-bottom: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;

    color: #000000;

}

.wdp-lk-tab .acf-form-submit input {
    margin-top: 20px;
    display: flex !important;
    align-items: center !important;
    height: 45px;
    background: #B33530 !important;
    border-radius: 5px;
    font-family: 'Molot';
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: normal !important;
    outline: none !important;
    border: none !important;
    width: fit-content;
    overflow: hidden;
    padding: 0 20px;
}

.wdp-lk-tab .acf-form-submit input:after {
    display: block;
    content: '';
    width: 40px;
    height: 80px !important;
    background: white;
    transform: skew(339deg, 0deg);
    opacity: 0.5;
    position: absolute;
    left: -100px;
    border-radius: 0;
    bottom: 0;
    transition: all 0s ease;
}

.wdp-lk-tab .acf-form-submit input:hover:after {
    left: 800px;
    transition: all 1.5s ease;
}

.wdp-lk-tab .acf-field .acf-label {
    margin-top: 10px;
}

.game-item-edit {
    display: block;
    font-size: 0;
    width: 24px;
    height: 24px;
    background: #fff url(imgs/edit.svg) no-repeat center;
    background-size: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
}

.game-item-edit:hover {
    opacity: .7;
}


.wdp-lk-tab .game-item {}

.wdp-lk-tab .game-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.wdp-lk-tab .btn {
    margin-top: 30px;
}

label[for="acf-_post_content"] {
    display: none !important;
}

.wdp-lk-tab .ndg-form {
    margin: 30px 0;
}

.wdp-lk-tab .ndg-form h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}

.wdp-lk-tab .ndg-form label .lep {
    font-size: 13px;
    line-height: 20px;
}

.wdp-lk-tab .faq-accordion .toggle p {
    font-family: 'Inter';
    font-size: 18px;
}

.wdp-lk-tab .faq-accordion .answer.open {
    padding-top: 0;
}

.rate-item .game-item-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 18px;
    padding: 10px;
}

.rate-item {
    margin-bottom: 15px;
    transition: all .3s ease;
    top: 0;
    position: relative;
}

.rate-item:hover {
    top: -5px;
}

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

.rate-item strong {
    color: #BA0000;
}

.wdp-lk-tab .acf-fields>.acf-field {
    border: none;
}

.lozung {
    position: relative;
    background: #8ac75f;
}

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


.wdp-sing-window {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-width: 630px;
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
}

.wdp-sing-window-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    padding-top: 60px;

}

.wdp-sing-window-title h1 {
    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: 15px;
}

.wdp-sing-window-title p, .wdp-sing-window-title a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.wdp-sing-window-title a {
    color: #B33530;
}


.wdp-sing-window .um-field-area {
    border-radius: 5px !important;
    position: relative !important;

    display: block;
}

.wdp-sing-window .um-field-area input {
    border-radius: 5px !important;
}

.wdp-sing-window .um-field-area:after {
    display: block;
    content: '';
    width: 0%;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: #B33530;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}

.wdp-sing-window {
    text-align: center;
}

.wdp-sing-window .um-field-type_terms_conditions .um-field-area:first-child {
    display: none;
}

.wdp-sing-window .focus:after {
    width: 100% !important;
}

.wdp-sing-window .um input[type=submit].um-button {
    width: 100% !important;
}

.wdp-sing-window .um-form {
    padding: 0 30px;
}

.um-loading-placeholder {
    padding: 30px;
    text-align: center;
    color: #999;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.um-loading-placeholder::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin: 12px auto 0;
    border: 3px solid #eee;
    border-top-color: #B33530;
    border-radius: 50%;
    animation: um-spin 0.8s linear infinite;
}

@keyframes um-spin {
    to { transform: rotate(360deg); }
}

.um .um-field-group-head, .picker__box, .picker__nav--prev:hover, .picker__nav--next:hover, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover {
    background: #B33530 !important;
}

.um-modal-btn.alt {
    color: #fff !important;
}

a[data-modal="um_upload_single"] {
    background: #F1F1F1 !important;
    border: 1px solid #DFDFDF !important;
    border-radius: 5px !important;
    display: flex !important;
    justify-content: flex-start;
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    align-items: center;
    color: #000000 !important;
    flex-wrap: wrap;
}

a[data-modal="um_upload_single"]::before {
    display: block !important;
    content: '' !important;
    width: 24px !important;
    height: 24px !important;
    background: url(imgs/camera.svg) !important;
    margin-right: 10px;
}

a[data-modal="um_upload_single"]:after {
    content: 'JPG/PNG';
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    display: block;
    margin-left: auto;
    max-width: 40%;
    color: #000000;
    opacity: 0.5;
}

.um-register {
    max-width: 100% !important;
    padding: 20px !important;
    margin-bottom: 0 !important;
    padding-bottom: 50px !important;

}

.wdp-sing-gray {
    background: rgba(217, 217, 217, .25);
    padding: 30px;
}

.wdp-sing-gray strong {
    color: #B33530;
}

.stick {
    z-index: 25;
}

@media only screen and (max-width: 780px) {
    .lozung .games-count {
        position: static;
        top: 21px;
        right: 15px;
        font-size: 22px;
    }

    .sidebar-page .games-grid {
        width: 100% !important;
    }

    .wdp-lk-collapse-menu {
        display: none;
    }

    .wdp-lk-main-panel {
        flex-direction: column;
    }

    .wdp-lk-collapse-menu-panel, .wdp-lk-mainframe {
        width: 100%;
    }

    a[data-modal="um_upload_single"] {
        font-size: 14px !important;
    }
}

.sidebar-page .games-grid {
    width: 72%;
}

.closed .game-item {
    filter: grayscale(80%) !important;
}

#games-sidebar .sf-field-reset a {
    box-shadow: none !important;
}

#games-sidebar .sf-field-reset a:hover {
    opacity: .7;
}

.steam-key-wrapper {
    display: flex;
    align-items: center;
}

.steam-key-placeholder {
    cursor: pointer;
}

.steam-key-nokey {
    font-style: italic;
}

.get-key-btn {
    font-size: 11px !important;
    width: auto !important;
    padding: 0 12px !important;
    background-image: none !important;
}

.copy-key {
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    padding-left: 4px;
    padding-right: 14px;
    background: #CC3B34 url(imgs/copy.svg) no-repeat center;
    background-size: 20px;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 50px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all .3s ease;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
    font-size: 0;
    border: none;
    margin-left: 10px;
}

.copy-key:hover {
    opacity: .7;
}


.edit-com {
    display: block;
    font-size: 0;
    width: 24px;
    height: 24px;
    background: #fff url(imgs/edit.svg) no-repeat center;
    background-size: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
}

.edit-com:hover {
    opacity: .7;
}

.comment-body {
    position: relative;
}

.comment-edit-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #DCDCDC;
    z-index: 10;
    display: flex;
    flex-direction: column;
    display: none;
}

.comment-edit-popup.on {
    display: flex;
}

.comment-edit-popup textarea {
    display: block;
    font-family: 'Inter';
    background: #FFFFFF;
    padding: 10px;
    border: none;
    outline: none;
    width: 100%;
    resize: none;
    height: 120px;
    flex-grow: 1;
}

.btn-gray {
    background: #a19f9f !important;
    margin-left: 10px;
}

.comment-edit-popup .flex-row {
    height: auto;
    margin-top: 20px;
}

textarea {
    font-family: 'Inter';
}

.autor a {
    text-decoration: none;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-wrapper.scroll--rtl {
    direction: rtl;
}

.scroll-element {
    box-sizing: content-box;
    display: none;
}

.scroll-element div {
    box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
    background-color: #eeeeee;
}

.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track,
.scrollbar-outer>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-light>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light>.scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light>.scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light>.scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light>.scroll-element .scroll-bar {
    background: #fefefe;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail>.scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail>.scroll-element .scroll-bar {
    background-color: #d0b9a0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
    opacity: 0.3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

/* hover & drag */
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}


.acf-image-uploader a {
    color: #BA0000;
}


.ndg-chat {
    background: #fff;
    padding: 0px;
}

.ndg-chat textarea {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    resize: none;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 10px 20px;
    outline: none;
}

.ndg-chat button {
    margin-left: auto;
    margin-top: 10px;
}

.ndg-chat button:disabled {
    opacity: .3 !important;
}

.ndg-chat .chat-screen {
    background: rgba(217, 217, 217, .25);
    border-radius: 5px;
    height: 400px;
    overflow-y: auto;
    padding: 20px;
    margin-bottom: 30px;
}


.ndg-chat .message {
    background: #D2D2D2;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    width: fit-content;
    margin-bottom: 20px;
}

.woocommerce div.product form.cart {
    display: flex !important;
    margin-top: auto;
}

.woocommerce div.product div.summary {
    display: flex;
    flex-direction: column;
}

.ndg-chat .mine {
    background: #FFFFFF;
}

.ndg-chat .comment-meta {
    display: flex;
    padding: 3px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    background: #C23016;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: fit-content;
    margin-top: 5px;
}

.ndg-chat .comment-meta .date {
    margin-right: 10px;
}

.ndg-chat .message-Customer {
    background: #ebebeb;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.ndg-chat .message-Customer .date {
    font-size: 14px;
}

.ndg-chat .message-Executor {
    background: #88df00;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.ndg-chat .message-Executor .date {
    font-size: 14px;
}

.ndg-chat .message-Administrator {
    background: #ff1f1f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.ndg-chat .message-Administrator .date {
    font-size: 14px;
}

.ndg-chat .message-Administrator .date:after {
    content: ' Administrator';
}


.game-item .game-item-thumb {
    position: relative;
}

.is-rating {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
}

.is-rating::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(/wp-content/uploads/2022/11/15-1.svg);
    margin-bottom: 1px;
}



@-webkit-keyframes transform_scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes transform_scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.wdp-lk-collapse-menu-panel .wdp-collapse-menu-item-link {
    color: #000000;
    text-decoration: none;
}


p.ndg-blog-read {
    color: #C23016;
    cursor: pointer;
    transition: .2s;
    width: fit-content;
}

p.ndg-blog-read:hover {
    opacity: .7;
}

.ndg-blog-content-load {
    width: 40px;
    animation: transform_scale 2s infinite;

}

.ndg-blog-content .postsingle .hentry {
    border-bottom: 2px solid #B63630;
    padding: 20px 0px !important;
}

.ndg-blog-content {
    display: none;
}

.vacancy-top {
    padding-top: 20px;
}

.postsingle iframe {
    max-width: 100%;
}

@media (max-width: 700px) {

    .postsingle iframe {
        height: 300px;
    }

}


@media (max-width: 500px) {

    .postsingle iframe {
        height: 220px;
    }

}


a#wdp-lk-user-panel-logout-link {
    color: #BA0000;
}

.logout-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 9999999;
}

.logout-modal-block {
    background: #FAFAFA;
    padding: 20px 30px;
    position: relative;
    border-radius: 10px;

}

.logout-modal-block a {
    color: #222;
    text-decoration: none;
    font-size: 15px;
    color: #BA0000;

}

.logout-modal-block .logout-modal-close {
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 20px;
    cursor: pointer;
}

.logout-modal-block .logout-modal-close:hover {
    color: #BA0000;

}


blockquote {
    border-left: 6px solid #B43630;
    font-size: 16px;
    font-style: italic;
    margin: 16px;
    padding: 16px 24px;
    position: relative;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    height: 40px;
    background-color: #f3f3f3;
    width: 6px;
    margin-top: -1em;
}

blockquote:after {
    content: "”";
    position: absolute;
    top: 50%;
    left: -20px;
    color: #B43630;
    font-size: 50px;
    font-family: Times, sans-serif;
    font-weight: bold;
    line-height: 30px;
}

blockquote p {
    color: #222;
    font-size: 15px;
    padding: 10px;
    display: block;
    text-align: left;
    margin-bottom: 0px !important;
}

.filter_btn {
    padding-top: 3px !important;
}

.sepo {
    margin: 0 20px !important;
}

@media (max-width: 1200px) {
    .big-list ul li img {
        opacity: 1 !important;
        -webkit-filter: grayscale(0%) !important;
        filter: grayscale(0%) !important;
    }
}

/* resume style */





#resume-form [data-type="wysiwyg"] .mce-top-part,

#resume-form [data-type="wysiwyg"] .wp-editor-tabs,


#resume-form [data-type="wysiwyg"] .mce-statusbar {

    display: none;
}

#resume-form .wp-media-buttons .insert-media span {
    display: none;

}

#resume-form .wp-media-buttons .insert-media {
    background: #bd3d23;
    color: #fff;
    border: 1px solid #bd3d23;
    font-size: 16px;
    padding: 2px 10px;
    letter-spacing: 1px;
    font-family: 'Molot' !important;
    margin-bottom: 10px;
}

#resume-form [data-type="wysiwyg"] .mce-edit-area {
    padding: 0px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px 15px 15px 15px;
    outline: none;
    border: none;
    border-radius: 10px;
    width: 100%;
    resize: none;
    -webkit-appearance: none;
    overlow: hidden;

}


#resume-form [data-type="wysiwyg"] .acf-editor-wrap .wp-editor-container {

    border: 0;
}

#resume-form [data-type="wysiwyg"] iframe {
    border-radius: 20px;

}



#resume-form [data-type="text"] input {
    border-radius: 0px 15px 15px 15px;
    box-shadow: none;
    padding: 15px;
}

#resume-form .acf-field-text.focus label {
    background: #cf2e2e;
}

#resume-form .acf-field-text .acf-input-wrap {
    position: relative;

}

#resume-form .acf-field-text .acf-input-wrap:after {
    content: '';
    display: block;
    width: 0;
    margin: auto;
    height: 3px;
    bottom: 0;
    background: #e31e62;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

#resume-form .acf-field-text.focus .acf-input-wrap:after {
    content: '';
    display: block;
    width: 100%;
    margin: auto;
    height: 3px;
    bottom: 0;
    background: #e31e62;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}



#resume-form [data-type="text"] label {
    display: block;
    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;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 15px 15px 0px 0px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: rgba(128, 128, 128, 0.52);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
}

#resume-form [data-type="text"] .acf-label {
    margin: 0;
    margin-top: 20px;
}


.wdp-lk-notifications-news .wdp-lk-notifications-list a:visited {
    color: #222;
}

.wdp-lk-notifications-visited {
    color: #D2D2D2 !important;
}

.wdp-lk-notifications.wdp-lk-notifications-news i {
    background: url(./imgs/lk/news_1.svg) center;
}

.wdp-lk-top-panel .wdp-lk-notifications.wdp-lk-notifications-news {
    margin-left: 30px;
}




@media (min-width: 1024px) {
    #lk-vacancy-list .vacancy-company {
        flex-basis: 20%;
    }

    #lk-vacancy-list .vacancy-toggle-panel .vacancy-type {
        max-width: 200px;
    }

    #lk-vacancy-list .vacancy-toggle-panel .vacancy-title {
        flex-basis: 50%;
    }

    #lk-vacancy-list .vacancy-toggle-panel .vacancy-salary {
        flex-basis: 30%;
        font-weight: normal;
    }

    #lk-resume-list .vacancy-title {
        flex-basis: 60%;
    }

    #lk-resume-list .vacancy-company {
        flex-basis: 30%;
    }
}

.fest-list .investors {
    padding-top: 20px;
    text-align: center;
}

.btn-input {
    display: block !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-wrap input {
    display: none !important;
}

body .acf-form-submit.btn-hidden input {
    display: none !important;
}

body .btn-wrap .btn-big {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

body .acf-form-submit.btn-hidden .btn-big {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

body .btn-acf-input {
    margin-left: auto;
    cursor: pointer;
    margin-right: auto;
    margin-top: 30px;
}


.nomination.nomination-program .nomination-item {
    margin-bottom: 30px;
    margin-top: 0px;
}

.new-aq.new-aq-fest {
    margin-top: 20px;
    padding-top: 0px;
}

.wdp-lk-notifications-news .wdp-lk-notifications-news-clean {
    color: #BA0000;
}


.ndg-header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ndg-header-left .menu-novoe-desktop-container {
    margin-left: 60px;
}

.ndg-header-socials {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.ndg-header-socials a {
    margin-left: 10px;
}
[data-name="nomin-choose"] {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-toggle {
        right: 20px;
        left: auto;
    }

    .ndg-header-socials {
        display: none;
    }

    .soc-row-f {
        margin-top: 20px;
    }

    body .wdp-ur, body .wdp-footer-col, body .wdp-footer-col .soc-row-f {
        margin-bottom: 0px;
    }
    body .wdp-ur {
        margin-bottom: 0px;
    }
}

.margin-bottom-menu {
    margin-bottom: 15px !important;
}

.mobil-dop {
    padding-top: 60px;
}



/* account */
.wdp-collapse-menu-item {
    border: none !important;
    font-size: 14px;
}

.wdp-lk-collapse-menu-panel {
    padding: 5px 10px;

}

.wdp-lk-collapse-menu-panel img {
    opacity: .6;
}

.wdp-collapse-menu-item.active img {
    opacity: 1;
}

.wdp-collapse-menu-item {
    margin-bottom: 15px !important;

}

.wdp-collapse-menu-item span {
    font-weight: 300;
}

.wdp-collapse-menu-item.active, .wdp-collapse-menu-item:hover {

    box-shadow: none;
}

.wdp-collapse-menu-item.active, .wdp-collapse-menu-item:hover img {
    opacity: 1;
}

.wdp-lk-collapse-menu {
    display: none;
}

/* add game */
body #fest-form .acf-fields.-left>.acf-field:before {
    background: transparent !important;
}

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

body #fest-form .acf-input-wrap input {
    padding: 10px;
    border-radius: 6px !important;
}

body #fest-form .acf-input-wrap input::placeholder {
    opacity: .7;
}

body #fest-form .acf-input textarea::placeholder {
    opacity: .7;
}

body #fest-form .acf-input textarea {
    padding: 10px;
}

body #fest-form .select2-container .select2-selection--single {
    height: auto;
}

body #fest-form .select2-selection__rendered {
    padding: 7px;
    font-size: 14px;
}

body .page-template-fest-add-page .select2-dropdown {
    margin-top: 0px !important;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

body .select2-dropdown .select2-results__option {
    font-size: 14px;
    padding: 15px;
}

body #fest-form .acf-field p.description {
    font-size: 12px;
    line-height: 130%;
    opacity: .5;
    margin-top: 5px;
}

body #fest-form .acf-field p.description strong {
    font-weight: 900;
}

body #fest-form .acf-field-group .acf-field {
    display: flex;
    align-items: center;
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
    right: 15px;
}

body .page-template-fest-add-page .select2-dropdown {
    margin-top: 0px !important;
}

body #fest-form .hide-if-value {
    color: #fff;
}

body #fest-form .acf-gallery .acf-gallery-attachment .margin {
    max-height: 150px;
}

body #fest-form .acf-gallery-attachment {
    width: 33.3%;
}

body #fest-form .acf-button {
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
    box-shadow: none;
    background: transparent;
    position: relative;
    color: #000000;
    border: 1px solid #bf2f16;
}

body #fest-form .acf-button:before {
    display: block;
    content: '';
    width: 40px;
    height: 80px !important;
    background: #bf2f16;
    transform: skew(339deg, 0deg);
    opacity: 0.5;
    position: absolute;
    left: -100px;
    border-radius: 0;
    bottom: 0;
    transition: all 0s ease;
}

body #fest-form .acf-button:after {
    display: block;
    content: '';
    width: 102%;
    height: 41px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    position: absolute;
    top: -2px;
    left: -1%;
}

body #fest-form .acf-radio-list label {
    cursor: pointer;
}

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

body #fest-form .acf-button:hover:before {
    left: 800px;
    transition: all 1.5s ease;
}

body #fest-form .acf-radio-list label:before {
    border: 1px solid #c23016;
    box-shadow: none;
}

body #fest-form .acf-radio-list label:after {
    left: 14px;
    top: 1px;
    bottom: 0;
    margin: auto;
}

body #fest-form .select2-container.-acf .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    margin: 0 3px;
}


body #fest-form .acf-field select {
    height: 42px;
}


body #fest-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto;
}

body #fest-form .acf-input .acf-fields {
    border-top: 1px solid #c23016 !important;
    padding-top: 0px;
    padding-left: 0
}

body #fest-form .acf-fields>.acf-field {
    border: none;
}

body #fest-form .select2-container--default .select2-selection--multiple .select2-selection__clear {
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    height: fit-content;
    position: absolute;
}


body #fest-form .select2-container--default .select2-selection--multiple,
body #fest-form .select2-selection__rendered {
    max-height: 44px;
}

body #fest-form .acf-field select {
    border-radius: 6px;
}

body .radio-socials li label {
    text-transform: uppercase;
}

[data-name="idea"] {
    display: none !important;
}

body #fest-form .acf-field textarea {
    border-radius: 6px;
}

body #fest-form .acf-gallery-toolbar .acf-fr {
    display: none;
}

[data-name="rules"] .acf-label {
    width: 100% !important;
}

body .select2-results li.select2-results__option.select2-results__option--highlighted {
    color: #b33530 !important;
    background: transparent !important;
}

[data-name="rules"] .acf-field>.acf-input {
    width: 20% !important;
}

.acf-label a {
    color: #222 !important;
}

#fest-form [data-name="rules"] .acf-label {
    padding: 0px !important;
    border: none !important;
}

#fest-form [data-name="rules"] .acf-input .acf-fields {
    border-top: 0px solid #ddd !important;
}

#fest-form [data-name="rules"] {
    padding: 20px !important;
}

#fest-form [data-name="rules"] {
    border-top: 1px solid #ddd !important;
    margin-top: 10px !important;
}

.simply-title-game {
    margin-bottom: 10px;
}

@media (max-width: 700px) {
    body #fest-form .acf-gallery .acf-gallery-attachment .margin {
        max-height: 100px;
    }

    body #fest-form .acf-gallery-attachment {
        width: 50%;
    }

    body #fest-form .acf-true-false {
        margin-top: 10px;
    }

    body #fest-form .acf-gallery .acf-gallery-toolbar .acf-hl li {
        float: left;
    }

    body #fest-form .acf-input textarea {
        border-radius: 6px;
    }
}



.welcome-features-title.live img {
    max-height: 65px;
    margin-left: 10px;
}

.welcome-features-title.live {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 1200px) {
    .welcome-features-title.live {
        flex-direction: column-reverse;
    }

}

/* Сетка с 3 элементами для номинаций */
.nomination-grid-3 {
    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-3 .nomination-item {
    width: 31%;
    margin-top: 0;
}

.nomination-grid-3 .nomination-item:nth-child(n+4) {
    margin-top: 40px;
}


.add-game-description {
    text-align: center;
}