@import url('https://fonts.googleapis.com/css2?family=Libertinus+Keyboard&family=Roboto+Slab:wght@100..900&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;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

body {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    line-height: normal;
    color: #121212;
    background: #F5F5F5
}

em {
    font-style: italic;
}

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

.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.header {
    padding: 25px 0;
    background: #121212
}

.header .wrapper {
    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;
}

.header__logo,
.footer__logo {
    font-size: 48px;
    font-family: "Libertinus Keyboard", system-ui;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #E0E0E0;
    text-shadow: 4px 4px 4px rgba(0, 173, 181, 0.6);
}

.header nav a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #E0E0E0;
    padding: 10px 15px;
}

.page__nav {
    padding: 25px 0 10px;
}

.page__nav ul {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.page__nav li {
    display: inline-block;
    font-size: 18px;
    color: #121212;
    font-weight: 700;
    position: relative
}

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

.article__date {
    margin-bottom: 40px;
}

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

.main {
    margin: 30px 0;
}

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

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

.main__block p:last-child {
    padding-right: 25px;
}

.main__block p:last-child::after,
.main__block p:nth-of-type(1)::before {
    content: "";
    background: url("../img/quot.svg") no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 15px;
    width: 25px;
    position: absolute;
}

.main__block p:nth-of-type(1)::before {
    left: 0;
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(-1)
}

.main__block p:last-child::after {
    bottom: -3px;
}

.main h3 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 10px;
}

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

.main b {
    font-weight: 700;
}


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

.main .main__img-left {
    margin-right: 30px;
}

.main .main__img-right {
    margin-left: 30px;
}

.main span {
    display: inline-block;
    color: #b2b2b2;
    margin-bottom: 35px;
}

.main span b {
    color: #121212;
}

.main .line {
    width: 100%;
    border: 2px dashed #121212;
    margin-bottom: 30px;
}

.author {
    padding: 0 0 30px 0;
    text-align: right
}

.author p {
    display: inline-block;
    color: #1565C0;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 5px;
    text-transform: uppercase;
}

.footer {
    background: #121212;
    padding: 30px 0;
}

.footer .wrapper {
    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;
}

.footer__logo {
    margin-bottom: 30px;
}

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

.footer .form__wrap {
    max-width: 480px;
    width: 100%;
}

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

.footer form.active {
    display: none;
}

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

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

.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%);
}

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

.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;
}

.footer form button:hover {
    color: #fff;
}

.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: 16px
}

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

.footer .policy p {
    color: #fff;
}

@media (max-width:991px) {

    .header__logo,
    .footer__logo {
        font-size: 32px;
    }

    .header__logo {
    	margin-bottom: 10px;
    }

    .header .wrapper {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    }

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

    .theme__blog .wrap {
        -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;
    }

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

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

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

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

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

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

    .main .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;
    }

    .main h2 {
        text-align: center;
    }

    .main .main__img-left,
    .main .main__img-right {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:600px) {
    .header nav {
        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: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-decoration: underline;
    }

    .header nav a {
        padding: 7px 0;
    }

    .main h2 {
        font-size: 20px;
    }

    .author .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(26, 26, 26, 0.7);
    color: white;
    padding: 20px;
    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: 20px;
    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: #1A73E8;
    border: none;
    padding: 10px 20px;
    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: #0056b3;
}

#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;
}

.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: 3px;
    }

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