@import url('https://fonts.googleapis.com/css2?family=Engagement&family=Ledger&display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

section {
    position: relative;
}

body {
    font-family: "Ledger", serif;
    font-size: 16px;
    line-height: normal;
    color: #1E1E24;
    background: #F8FAFC
}

em {
    font-style: italic;
}

.clearfix {
    content: "";
    clear: both;
    display: table;
}

.overflow {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrap-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1024px;
    width: 100%;
    position: relative;
}

.main-inner {
    background: #FCFCFD;
    max-width: 992px;
    margin: 0 auto 30px;
    padding: 20px 0 0;
    -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.block_header {
    padding: 25px 0;
    margin-bottom: 14px;
    background: #1E1E24;
    -webkit-box-shadow: 0 14px 32px -8px rgba(30, 30, 36, 0.22);
    box-shadow: 0 14px 32px -8px rgba(30, 30, 36, 0.22);
}

.social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #F9FAFB;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.social-btn {
    -webkit-box-shadow: 0 6px 14px rgba(147, 51, 234, 0.75);
    box-shadow: 0 6px 14px rgba(147, 51, 234, 0.75)
}

.social-btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.social-btn.fb:hover {
    background: #1877F2;
}

.social-btn.x:hover {
    background: #000000;
}

.social-btn.ig:hover {
    background: radial-gradient(circle at 30% 30%,
        #fdf497 0%, #fd5949 45%, #d6249f 70%, #285AEB 100%);
}

.block_header .wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_header-logo,
.block_footer-logo {
    font-size: 48px;
    font-family: "Engagement", cursive;
    font-weight: 700;
    letter-spacing: 3px;
    color: #F9FAFB;
    text-shadow: 0 4px 8px rgba(147, 51, 234, 0.75)
}

.block_header nav a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #F9FAFB;
    padding: 7px;
    text-shadow: 0 4px 8px rgba(147, 51, 234, 0.75)
}

.block_page-nav {
    padding: 20px 0;
}

.block_page-nav ul {
    width: 100%;
    position: relative;
}

.block_page-nav li {
    display: inline-block;
    font-size: 18px;
    color: #1E1E24;
    font-weight: 700;
    position: relative
}

.block_page-nav li:first-child {
    color: #1565C0;
    text-decoration: underline;
}

.block_article-date {
    margin-bottom: 25px;
    font-size: 14px;
    opacity: 0.5;
}

.block_theme h2 {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.main {
    margin: 30px auto;
}

.block_main {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_main-text p:nth-of-type(1) {
    text-indent: 20px;
}

.block_main p:last-child {
    padding-right: 20px;
}

.main h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.main p {
    position: relative;
    margin-bottom: 15px;
}

.main b {
    font-weight: 700;
}


.main img {
    max-width: 420px;
    width: 100%;
    margin-bottom: 15px;
}

.main .block_main-leftimg {
    margin-right: 20px;
    display: inline-block;
    float: left;
}

.main .block_main-rightimg {
    margin-left: 20px;
    display: inline-block;
    float: right;
}

.main .line {
    width: 100%;
    border: 1px solid #1E1E24;
    margin-bottom: 30px;
}

.block_author {
    padding: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.block_author-info {
    padding-left: 25px;
    text-align: right;
}

.block_author .social-btn {
    background: #1E1E24
}

.block_author p {
    display: inline-block;
    color: #1565C0;
    text-decoration: underline;
}

.block_footer {
    background: #1E1E24;
    padding: 30px 0;
}

.block_footer .wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_footer-logo {
    margin-bottom: 30px;
}

.block_footer-sub {
    color: #F9FAFB;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}

.block_footer .form-wrapper {
    max-width: 480px;
    width: 100%;
}

.block_footer .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 30px;
}

.block_footer form.active {
    display: none;
}

.block_footer form.active+.success {
    display: block;
}

.block_footer .success {
    display: none;
    text-transform: uppercase;
    background-color: #262626;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #F9FAFB;
    padding: 0 10px;
    margin-bottom: 30px;
}

.block_footer form:after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #4f4f4f;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.block_footer form input {
    width: 50%;
    height: 100%;
    padding: 0 15px;
    background-color: #262626;
    color: #F9FAFB;
    text-align: center;
    outline: none;
    border: none;
}

.block_footer form button {
    font-size: 16px;
    font-weight: 700;
    width: 50%;
    height: 100%;
    background-color: #262626;
    color: #929292;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
}

.block_footer form button:hover {
    color: #F9FAFB;
}

.block_footer .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.block_footer .policy a {
    color: #F2F2F2;
    cursor: pointer;
    text-decoration: underline;
    margin: 0 0 10px 0;
    padding: 0
}

.block_footer .policy p {
    color: #F9FAFB;
}

@media (max-width:991px) {
    .block_header-logo,
    .block_footer-logo {
        font-size: 32px;
    }

    .block_header-logo {
        margin-bottom: 10px;
    }

    .block_header nav a {
        font-size: 16px;
    }

    .block_theme .wrap-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right-color: #cda470;
        padding: 0 20px 20px;
    }

    .block_theme .block_theme-colum {
        margin: 0 auto;
    }

    .block_theme .block_theme-colum span {
        margin-top: 10px;
    }

    .block_theme .block_theme-cont {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .block_theme .block_theme-cont h1 {
        text-align: center;
    }

    .block_theme .block_theme-cont span {
        display: inline-block;
        text-align: center;
    }

    .block_main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main h2 {
        text-align: center;
    }

    .main .block_main-leftimg, .main .block_main-rightimg {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
}

@media (max-width:600px) {
    .block_header .wrap-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block_theme h2 {
        font-size: 22px;
    }

    .wrap-inner .block_author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block_author-info {
        padding: 20px 0 0 0;
        text-align: center;
    }
}

#consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(26, 26, 26, 0.7);
    color: white;
    padding: 10px;
    text-align: center;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1000;
}

#consent-message {
    max-width: 90%;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.5;
}

#consent-message a {
    color: #ECECEC;
}

#consent-message a:hover {
    text-decoration: underline;
}

.consent-buttons {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.consent-button {
    background-color: #9333EA;
    border: none;
    border-radius: 6px;
    padding: 10px;
    margin: 5px;
    color: white;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 150px;
    font-size: 1rem;
}

.consent-button:hover {
    background-color: #7C29C7;
}

#additional-settings {
    display: none;
    text-align: left;
    margin-top: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}

.switch input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #9333EA;
}

.switch span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
}

@media (max-width: 480px) {
    .consent-button {
        padding: 10px;
        margin: 2px;
        font-size: 14px;
    }

    #consent-message {
        font-size: 0.8rem;
    }
}