* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: none;
    font-family: 'Inter', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

html {
    scroll-behavior: smooth;

}

body {
    margin: 0;
    background-color: #0F0003;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;

}

::-webkit-scrollbar {
    background-color: #23232d;
    border-radius: 8px;
    height: 4px;
    width: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #484f69;
    border-radius: 8px;
    -webkit-transition: .2s;
    transition: .2s;
}

a {
    text-decoration: none;
}

.topnav {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    align-items: center;
    font-weight: 800;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background-color: #000512b3;
    border-radius: 0px 0px 10px 10px;
    border-right: 1px solid #041131;
    border-bottom: 1px solid #041131;
    border-left: 1px solid #041131;
    max-width: 1040px;
}

.topnav .topnav__a {
    color: #B76C00;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /* transition: color 0.3s; */
}

.logo-container {
    display: flex;
    flex-direction: row;
    gap: 5px;
    text-align: center;
    align-items: center;
}

.logo-container > a {
    font-size: 0;
}

.nav-content a:hover {

    border-radius: 6px;
    color: #E68700;
}

#menu-active {
    font-weight: 700;
    color: white;
}

.topnav .icon {
    display: none;
    margin-top: -10px;
    cursor: pointer;
}

.nav-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    width: -webkit-fill-available;
}

.nav-container {
    position: sticky;
    top: 0;
    z-index: 99;
    display: flex;
    width: 100%;
    justify-content: center;
}

.logo a {
    display: flex;
    align-items: center;
}

h1 {
    color: #B76C00;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

h2 {
    color: #B76C00;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.cap h1 {
    text-align: center;
}

.cap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: radial-gradient(33.78% 33.78% at 50.00% 100.00%, #3C010E 0%, #0F0003 100%);
    height: fit-content;
    width: 100%;
    padding: 40px 0;
    margin-bottom: 20px;
}

.cap_post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    height: fit-content;
    width: 100%;
    padding: 40px 0 0 0;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.cap_post h1 {
    text-align: left;
    color: #fff;
    max-width: 860px;
}


.post-title {
    color: #BAAF9F;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    max-width: 860px;
}

.description {
    color: #BAAFA0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    max-width: 860px;
    padding: 0 20px;
}

.date-post {
    font-size: 14px;
    color: #756769;
    font-weight: 500;


}

.platform-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1040px;

}

.platform-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-radius: 20px;
    background: linear-gradient(180deg, #231D1E 0%, rgba(35, 29, 30, 0.00) 100%);
    padding: 20px;
    gap: 40px;

}

.navigation-container {

    background-color: #000512b3;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    position: sticky;
    z-index: 1;
    top: 65px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1040px;

}


.platform-card img {
    max-width: 200px;
}

.right-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.right-content ol, .right-content ul {
    margin-left: 20px;
}

.right-content h3 {
    color: #fff;
}


.btns-platforms-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.btn-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    width: fit-content;
    align-items: center;
}

.social-btn {
    border-radius: 12px;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #fff;
    font-size: 16px;
    transition: 0.2s;
    height: 42px;
}

.social-btn img {
    width: 24px !important;
}

.soon {
    opacity: 0.4;
}

#vk {
    background: linear-gradient(180deg, #0068E0 0%, #003F88 100%);
    box-shadow: 0px 0px 1px 1px rgba(0, 113, 244, 0.35) inset;
}

#vk:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 113, 244, 0.35) inset;
}

#yandex {
    background: linear-gradient(180deg, #DB492F 0%, #AE1A00 100%);
    box-shadow: 0px 0px 1px 1px #FC3F1D inset;
}

#yandex:hover {
    box-shadow: 0px 0px 10px 5px #FC3F1D inset;
}

#tg {
    background: linear-gradient(180deg, #1397D2 0%, #177CA9 100%);
    box-shadow: 0px 0px 1px 1px #34AADF inset;
}

#tg:hover {
    box-shadow: 0px 0px 10px 5px #34AADF inset;
}

#soon {
    background: #261F20;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}


#normal {
    background: var(--unnamed, linear-gradient(180deg, #1B3480 0%, #111F48 100%));
    box-shadow: 0px 0px 1px 1px rgba(0, 113, 244, 0.35) inset;
}

#normal:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 113, 244, 0.35) inset;
}

#pc, #android, #vkontakte {
    padding-top: 135px;
    margin-top: -135px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

.btn-container p {
    color: #B76C00;
    text-align: center;
    font-size: 14px;
    font-weight: 500;


}

.title-platform, li {
    color: #BAAF9F;
    font-size: 16px;
    font-weight: 500;
}

.head-post {
    padding: 20px 20px 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.head-post img {
    border-radius: 20px;
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 5px;
    color: #756769;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs a, .read-header a, .mini-news-header a {
    color: #00CDFA;
    text-decoration: none;
    transition: 0.2s;
    font-size: 14px;
    cursor: pointer;
}

.breadcrumbs a:hover, .read-header a:hover, .mini-news-header a:hover {
    color: #2ED9FF;
    text-decoration: underline;
}

#desabled-breadcrumbs {
    color: #756769;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}


.chips-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1024px;
}

.chips {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 14px;
    background: rgba(217, 217, 217, 0.30);
    color: #BAAFA0;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

#chips-active {
    background: rgba(237, 184, 68, 0.60);
    color: #FEFEFE;
}

.chips:hover {
    background: rgba(217, 217, 217, 0.44);
    color: #ECDDC8;

}

.main-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: calc(100vh - 52px);
    padding-top: 61px;
}

.post-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content;
    gap: 20px;
    padding: 40px 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    flex: auto;
    max-width: 1040px;
}

.post-page-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
    gap: 20px;
    padding: 40px 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    flex: auto;
    max-width: 1040px;
}

.card-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    background-color: #302829;
}

.cover-card {

    width: 100%;
    height: 100%;
    /* background-size: cover; 
    background-position: center;
    background: url(@Model.ImageUrl);  */
}

.page-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
    background-color: #302829;
    border-radius: 20px;
}

.homepage_post-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 0 0 60px 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1040px;
}

.post-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1040px;
    background-color: #231D1E;
    border-radius: 20px;
    word-wrap: break-word;
    hyphens: auto;
}

.post-content ol {
    padding: 10px 25px;
}

.post-content ul {
    padding: 10px 25px;
}

.read-container {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;


}

/* .read-container div:nth-child(even){
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;

} */
.read-more {
    max-width: 1040px;
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
}

.mini-news-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1040px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mini-news-header h2 {
    font-size: 36px;
}

.read-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;


}

.post-content img {
    border-radius: 16px;
    max-width: 100%;
}

.post-content h2 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}

.post-content h1 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}

.post-content h3 {
    color: #fff;

}

.post-content p, .post-content ul, .post-content li {
    color: #BAAF9F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 860px;

}

.post-content ul {
    padding-left: 30px;
}


.post-content iframe, .post-content img, .post-content figure, .post-content figure audio {
    width: 100% !important;
    max-width: 800px !important;
}

.post-content figure audio, .post-content figure figcaption {
    max-width: 800px;
    width: 100%;
    color: #FEFEFE;
}

.post-content a {
    color: #00CDFA;
    text-decoration: none;
    cursor: pointer;
}

.post-content a:hover {
    text-decoration: underline;
}


.post-content li {
    padding-bottom: 10px;
}

.post-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #231D1E;
    cursor: pointer;
    transition: 0.3s;
    height: min-content;
}

.post-card:hover {
    background: #372D2F;
}

.post-card h1 {
    font-size: 20px;
    color: #fff;
    padding: 20px;

}

.head-card {
    height: 95px;
    overflow: hidden;
    margin-bottom: 10px;
}


.title-card {
    font-size: 14px;
    font-weight: 500;
    color: #BAAF9F;
    padding: 20px;
    height: 72px;
    overflow: hidden;
}

.date-card {
    font-size: 14px;
    color: #756769;
    font-weight: 500;
    padding: 20px;


}

.paginator {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    gap: 10px;
    margin-right: auto;
    margin-bottom: 20px;

}

.page {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 14px;
    color: #BAAFA0;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.pages {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.navigation-right,
.navigation-left {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.left:hover,
.right:hover {
    background: rgba(156, 156, 156, 0.3);


}

.left, .right {
    cursor: pointer;
    display: flex;
    width: 33px;
    justify-content: center;
    border-radius: 50px;
    transition: 0.3s;
}

.right {
    transform: rotate(180deg);
}

#page-active {
    background: rgba(237, 184, 68, 0.60);
    color: #FEFEFE;
}

.page:hover {
    background: rgba(217, 217, 217, 0.30);
    color: #ECDDC8;

}

.button-play {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 23px;
    position: relative;
    overflow-x: hidden;
    height: 40px;
    border-radius: 6px;
    border: 1px solid var(--accent-btn-stroke-green, #034B09);
    background: var(--accent-btn-gradient-green-normal, linear-gradient(180deg, #00860C 0%, #005208 100%));
    /* accent_btn_inner_glow_green_normal */
    box-shadow: 0px 0px 15px 4px #00FF19 inset;
    transition: box-shadow 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.button-play-main {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 26px;
    padding: 8px 20px;
    font-weight: 700;
    position: relative;
    overflow-x: hidden;
    border-radius: 6px;
    border: 1px solid var(--accent-btn-stroke-green, #034B09);
    background: var(--accent-btn-gradient-green-normal, linear-gradient(180deg, #00860C 0%, #005208 100%));
    /* accent_btn_inner_glow_green_normal */
    box-shadow: 0px 0px 15px 4px #00FF19 inset;
    transition: box-shadow 0.3s;
    cursor: pointer;
}

.button-play:hover, .button-play-main:hover {
    box-shadow: 0px 0px 15px 8px #00FF19 inset;
}

.button-play .flare, .button-play-main .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 4s infinite linear;
}

.footer {
    padding: 14px 20px;
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    font-size: 9px;
    font-weight: 600;
    line-height: 11px;

    color: #7a7369;
    /* background: #000000; */
    max-width: 1040px;
    margin: 0 auto;

}

.footer .legal_links {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;

}

.legal_links_link {
    color: #7a7369;
    text-decoration: none;
    cursor: pointer;
    font-size: 10px;
}

.footer .legal_links_link:hover {
    color: #BAAFA0;
    text-decoration: underline;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    80% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@media screen and (max-height: 560px) {
    .screen-container h1 {
        font-size: 50px;
    }

    .main-img {
        height: 60vh;
        width: auto;
    }

}

@media screen and (max-width: 360px) {
    .paginator {
        display: grid;
        justify-items: center;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 33px;
        transition: 0.2s;

    }

    .pages {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .navigation-left {
        grid-column-start: 1;
        grid-row-start: 2;
        grid-row-end: 2;

    }

    .navigation-right {
        grid-column-start: 2;
        grid-row-start: 2;
        grid-row-end: 2;

    }
}

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

    .platform-card {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .right-content h2 {
        text-align: center;

    }

    .platform-card img {
        width: 160px;
    }

    .btns-platforms-row {
        justify-content: center
    }

    .footer {
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        padding: 8px;
    }

    .nav-content {
        display: none;

    }

    .main-img {
        display: none;
    }

    .nav-content.show {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-top: 40px;
    }

    .topnav .icon {
        display: block;
        transition: none;
        background: url(imgs/Menu.svg) no-repeat center;
        background-size: cover;
        height: 32px;
        width: 32px;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
    }
}

@media screen and (max-width: 900px) {
    .post-container, .homepage_post-container, .read-container {
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (max-width: 540px) {
    .post-container, .homepage_post-container, .read-container {
        grid-template-columns: 1fr;
    }

    .card-img {
        height: 280px;
    }


}

@media screen and (max-width: 580px) {
    .page-img {
        height: 280px;
    }
}

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


    .topnav.responsive {
        position: fixed;
        overflow: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;

    }

    .topnav.responsive .icon {
        position: absolute;
        transition: none;
        height: auto;
        margin-top: 8px;
        right: 10px;
        height: 32px;
        width: 32px;
        background-image: url(imgs/Close.svg);
    }

    .topnav.responsive a {
        float: none;
        display: block;
        font-size: 22px;
    }

    .button-play {
        text-align: center;
        font-size: 24px;
        width: 100%;
        max-width: 200px;
        margin-bottom: 20px;
        margin-top: 20px;
        order: 1;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    .logo {
        height: 46px;
    }

}

@media screen and (max-width: 800px) {
    .logo-container {
        flex-direction: column;
        align-items: baseline;
    }

    .navigation-container {
        top: 81px;
    }

    .navigation-container a {
        font-size: 14px;
    }

    .logo-container a {
        font-size: 0 !important;
    }
}
