@font-face {
    font-family: PlayfairDisplay;
    font-display: swap;
    src: url(../fonts/PlayfairDisplay-Regular.woff2) format('woff2'),
        url(../fonts/PlayfairDisplay-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: PlayfairDisplay;
    font-display: swap;
    src: url(../fonts/PlayfairDisplay-SemiBold.woff2) format('woff2'),
        url(../fonts/PlayfairDisplay-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Bold.woff2) format('woff2'),
        url(../fonts/Roboto-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Medium.woff2) format('woff2'),
        url(../fonts/Roboto-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.woff2) format('woff2'),
        url(../fonts/Roboto-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: icomoon;
    font-display: swap;
    src: url(../fonts/icomoon.woff2) format('woff2'), url(../fonts/icomoon.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Black.woff2) format('woff2'),
        url(../fonts/Roboto-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: PlayfairDisplay;
    font-display: swap;
    src: url(../fonts/PlayfairDisplay-Medium.woff2) format('woff2'),
        url(../fonts/PlayfairDisplay-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: PlayfairDisplay;
    font-display: swap;
    src: url(../fonts/PlayfairDisplay-Bold.woff2) format('woff2'),
        url(../fonts/PlayfairDisplay-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?aef8go);
    src: url(../fonts/icomoon.woff) format('woff'), url(../fonts/icomoon.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=' icon-'],
[class^='icon-'] {
    font-family: icomoon !important;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-download:before {
    content: '\e90e';
}
.icon-breakfast:before {
    content: '\e900';
}
.icon-calendar:before {
    content: '\e901';
}
.icon-category:before {
    content: '\e902';
}
.icon-chevron__down:before {
    content: '\e903';
}
.icon-chevron__up:before {
    content: '\e903';
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-chevron__left:before {
    content: '\e903';
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icon-chevron__right:before {
    content: '\e903';
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.icon-comment:before {
    content: '\e904';
}
.icon-mail:before {
    content: '\e905';
}
.icon-people:before {
    content: '\e906';
}
.icon-person:before {
    content: '\e907';
}
.icon-phone:before {
    content: '\e908';
}
.icon-pin:before {
    content: '\e909';
}
.icon-policy:before {
    content: '\e90a';
}
.icon-refresh:before {
    content: '\e90b';
}
.icon-search:before {
    content: '\e90c';
}
.icon-today:before {
    content: '\e90d';
}
.icon-home:before {
    content: '\e90f';
}
*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    color: #333;
    overflow-x: hidden;
    -webkit-animation: fade 0.5s;
    animation: fade 0.5s;
}
body.lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
aside,
footer,
header,
main,
nav,
section {
    display: block;
}
li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
a {
    text-decoration: none;
    color: #333;
}
a:active,
a:focus {
    outline: 0;
}
button {
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}
small {
    font-size: 80%;
}
img {
    border-style: none;
}
textarea {
    overflow: auto;
}
[hidden] {
    display: none;
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.wrapper {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}
.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.text-left {
    text-align: left;
}
.wrapper > * {
    min-width: 0;
}
[class*='__container'] {
    max-width: 1300px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 15px;
}
h1 {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    color: #fff;
}
h2.big {
    font-size: 48px;
}
h4 {
    font-size: 24px;
}
h6 {
    font-weight: 600;
    font-size: 16px;
}
p {
    font-size: 14px;
    line-height: 155%;
}
body {
    background-color: #f1f3f5;
}
.comment-reply-title {
    margin-top: 50px;
}
.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
.comment-form-cookies-consent input {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.block-title,
.comment-reply-title {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.block-title h6,
.comment-reply-title h6 {
    position: relative;
    display: inline-block;
    background-color: #f1f3f5;
    padding-left: 20px;
    padding-right: 20px;
    font-style: italic;
    z-index: 2;
}
.block-title::after,
.comment-reply-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.button {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.button__accent {
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    background: rgba(216, 0, 39, 0.4);
}
.button__accent:hover {
    background: rgba(216, 0, 39, 0.7);
}
.button__gray {
    width: 100%;
    background-color: #e9e9e9;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.button__gray:hover {
    background-color: #dcdcdc;
}
.button__gray.big {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #f9f9f9;
}
.button__gray.big:hover {
    background-color: #99ceff;
}
.button__gray:focus {
    background-color: #d0d0d0;
}
.button__chip {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    padding: 10px 30px;
    border-radius: 4px;
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.button__chip:hover {
    background-color: #efefef;
}
.button__chip.current {
    background-color: #99ceff;
}
.button__download {
    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;
    gap: 5px;
    color: #3770c3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.button__download:hover {
    background-color: #f7f7f7;
}
.button__download span {
    color: #333;
    font-size: 24px;
}
.button.view-more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.button__blue {
    padding: 15px 30px;
    background-color: #0098e4;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.burger {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.text-center {
    text-align: center;
}
.grid {
    display: -ms-grid;
    display: grid;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.col-1 {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
}
.col-2 {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
}
.col-3 {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
}
.col-4 {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
}
.col-5 {
    -ms-grid-column-span: 5;
    grid-column: 5 span;
}
.col-6 {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
}
.col-7 {
    -ms-grid-column-span: 7;
    grid-column: 7 span;
}
.col-8 {
    -ms-grid-column-span: 8;
    grid-column: 8 span;
}
.col-9 {
    -ms-grid-column-span: 9;
    grid-column: 9 span;
}
.col-10 {
    -ms-grid-column-span: 10;
    grid-column: 10 span;
}
.col-11 {
    -ms-grid-column-span: 11;
    grid-column: 11 span;
}
.col-12 {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
}
.grid {
    display: -ms-grid;
    display: grid;
}
.grid-1 {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
}
.grid-2 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.grid-3-posts {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}
.grid-4 {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
}
.gap-1 {
    grid-gap: 10px;
}
.gap-2 {
    grid-gap: 20px;
}
.gap-3 {
    grid-gap: 30px;
}
.gap-4 {
    grid-gap: 40px;
}
.gap-5 {
    grid-gap: 50px;
}
.flex-gap-1 {
    gap: 10px;
}
.flex-gap-2 {
    gap: 20px;
}
.flex-gap-3 {
    gap: 30px;
}
.flex-gap-4 {
    gap: 40px;
}
.flex-gap-5 {
    gap: 50px;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tabs__content {
    display: none;
}
.tabs__content--active {
    display: block;
}
textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 120px;
}
form label {
    width: 100%;
    display: block;
    font-size: 16px;
}
form label small {
    color: #fd3d39;
}
form label input,
form label textarea {
    margin-top: 10px;
}
input,
textarea {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    outline: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    font-size: 16px;
    width: 100%;
    background-color: #fff;
}
input.big,
textarea.big {
    padding: 17px 15px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #afafaf;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #afafaf;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #afafaf;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #afafaf;
}
input::placeholder,
textarea::placeholder {
    color: #afafaf;
}
input:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.category-label {
    padding: 5px 10px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 60px;
}
.post-meta {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.post-meta__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
}
.post-meta__info span {
    font-size: 16px;
}
.slider-arrows button {
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slider-arrows button:hover {
    background: rgba(255, 255, 255, 0.8);
}
.slider-arrows button.swiper-button-disabled {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    cursor: not-allowed;
}
.blog-article {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.blog-article__thumbnail {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 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;
}
.blog-article__thumbnail::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.blog-article__thumbnail img {
    width: 220px;
}
.blog-article__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
}
.blog-article__content h6 {
    padding-left: 20px;
    padding-right: 20px;
}
.blog-article__content p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.blog-article__footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.blog-article__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.blog-article__meta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 3;
}
.blog-article__meta a span {
    color: #333;
}
.blog-article__meta span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.blog-article__meta span i {
    font-size: 16px;
}
.hidden {
    display: none;
}
.related-posts .related-body__item {
    position: relative;
    min-height: 200px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.related-posts .related-body__item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.related-posts .related-body__item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.related-posts .related-body__item a {
    position: relative;
    z-index: 2;
    font-family: 'Playfair Display';
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 10px;
}
.related-posts .related-body__item a p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    padding: 20px;
}
.related-posts .related-body__item .post-meta {
    padding: 15px 0;
    padding-bottom: 5px;
    margin-top: auto;
    width: 100%;
    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;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.wp-block-group {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
}
.wp-block-group img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}
.wp-block-group figcaption {
    color: #afafaf;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.wp-block-group p {
    margin-bottom: 30px;
    font-size: 16px;
}
.wp-block-group p:last-child {
    margin-bottom: 10px;
}
table hr {
    opacity: 0;
}
audio {
    width: 100%;
}
.wp-block-audio {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.blog-article__post--video {
    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;
    padding: 20px;
    gap: 20px;
}
.blog-article__post--video figure {
    width: 100%;
}
.blog-article__post--video iframe {
    width: 100%;
    height: 470px;
}
.reply {
    display: none;
}
.footer {
    padding-top: 50px;
    margin-top: 50px;
    background-color: #f9f9f9;
}
.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 90px;
}
.footer__column h6 {
    margin-bottom: 30px;
}
.footer__column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
.footer__column ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.footer__column ul li span {
    color: #afafaf;
    font-size: 24px;
}
.footer__column ul li a {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
}
.footer__socials a img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 24px;
    height: 24px;
}
.footer__socials a img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.footer__copyright {
    margin-top: 50px;
    gap: 50px;
    background-color: #e9e9e9;
    padding: 20px;
    font-size: 14px;
    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: rgba(0, 0, 0, 0.1);
}
.footer__copyright small {
    font-size: 14px;
    color: #333;
}
.header {
    margin-bottom: 30px;
}
.header-top {
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-top .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.header__logo h4 {
    text-transform: uppercase;
    color: #0098e4;
    white-space: nowrap;
    font-size: 38px;
}
.header__logo img {
    width: auto;
    height: 110px;
}
.header__search {
    width: 100%;
    position: relative;
}
.header__search button {
    position: absolute;
    right: 15px;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #afafaf;
    font-size: 24px;
}
.header-language {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 4px;
    padding: 14px;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.header-language .current-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}
.header-language img {
    width: 24px;
    height: 24px;
}
.header-language span {
    font-size: 16px;
}
.header-language.open .header-language__dropdown {
    visibility: visible;
    opacity: 1;
    top: 110%;
}
.header-language__dropdown {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 90%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-language__dropdown img {
    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;
    width: 24px;
    height: 24px;
}
.header-language__dropdown a {
    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;
    gap: 10px;
    text-transform: uppercase;
    padding: 5px;
}
.header-bottom {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #0098e4;
    position: relative;
    z-index: 3;
}
.header-nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-nav .nav-list__item {
    font-size: 16px;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #fff;
    cursor: pointer;
}
.header-nav .nav-list__item.icon-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.header-nav .nav-list__item a[class*='icon-'] {
    font-size: 24px;
    padding: 20px;
    background-color: #0098e4;
}
.header-nav .nav-list__item a[class*='icon-']:hover {
    background-color: #00a9fe;
}
.header-nav .nav-list__item:first-child {
    border-left: 1px solid #fff;
}
.header-nav .nav-list__item a {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.header-nav .nav-list__item--sublist {
    position: relative;
    gap: 5px;
}
.header-nav .nav-list__item--sublist span {
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-nav .nav-list__item--sublist span::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}
.header-nav .nav-list__item--sublist.open .nav-list__sublist {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 1px);
    z-index: 2;
}
.header-nav .nav-list__item--sublist .nav-list__sublist {
    position: absolute;
    top: calc(110% + 1px);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    border-bottom: none;
    width: calc(100% + 2px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}
.header-nav .nav-list__item--sublist .nav-list__sublist li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-nav .nav-list__item--sublist .nav-list__sublist li a {
    padding: 20px;
    display: block;
    text-transform: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #333;
    font-size: 16px;
    text-align: left;
}
.header-nav .nav-list__item--sublist .nav-list__sublist li a:hover {
    color: #ff655e;
}
.header-nav .nav-list__item--sublist .with-sublist {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding: 20px;
    color: #333;
    text-transform: initial;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-nav .nav-list__item--sublist .with-sublist.opened ul {
    display: block;
}
.header-nav .nav-list__item--sublist .with-sublist:hover {
    color: #ff655e;
}
.header-nav .nav-list__item--sublist .with-sublist span {
    font-size: 20px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.header-nav .nav-list__item--sublist .with-sublist ul {
    position: absolute;
    right: calc(-100% + 22px);
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    top: 0;
}
.header-nav .nav-list__item--sublist .with-sublist ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header.sticky {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: fixedHeader 0.4s;
    animation: fixedHeader 0.4s;
    z-index: 5;
}
@-webkit-keyframes fixedHeader {
    from {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fixedHeader {
    from {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.pagination {
    padding: 0 15px;
}
.pagination-list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.pagination-list__item span.current {
    background-color: #ff655e;
    color: #fff;
    border: 1px solid #ff655e;
}
.pagination-list__item:hover a,
.pagination-list__item:hover span {
    background-color: #ff655e;
    color: #fff;
}
.pagination-list__item .next span,
.pagination-list__item .prev span {
    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;
    width: 44px;
    height: 44px;
    font-size: 24px;
}
.pagination-list__item .next span:hover,
.pagination-list__item .prev span:hover {
    border-color: #ff655e;
}
.pagination-list__item a.next,
.pagination-list__item a.prev {
    border: none;
}
.pagination-list__item a,
.pagination-list__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f9f9f9;
    color: #afafaf;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 44px;
    height: 44px;
}
.breadcrumbs,
.breadcrumbs__container {
    margin-bottom: 30px;
}
.breadcrumbs a,
.breadcrumbs__container a {
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.breadcrumbs a:hover,
.breadcrumbs__container a:hover {
    color: #ff655e;
}
.breadcrumbs span,
.breadcrumbs__container span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs__container a,
.breadcrumbs__container span {
    text-transform: uppercase;
    color: #adadad;
}
.breadcrumbs span.breadcrumb_last,
.breadcrumbs__container span.breadcrumb_last {
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 300px;
}
.table-page {
    gap: 0 !important;
}
.table-page .block-title:not(:first-child) {
    margin-top: 50px;
}
.table-page .wp-block-table {
    margin-bottom: 0;
}
.table-page .wp-block-table.no-br table br {
    margin-bottom: 5px;
}
.table-page .wp-block-table.colored-table table,
.wp-block-table.colored-table table {
    background-color: #f9f9f9;
}
.table-page .wp-block-table.white-table table {
    background-color: #fff;
}
.table-page .wp-block-table.colored-header thead {
    background-color: #eaeaea;
}
.table-page .wp-block-table.gray-table table {
    background-color: #eaeaea;
}
.table-page .wp-block-table:not(:last-child) table {
    border-bottom: none;
}
.table-page .wp-block-table:not(:last-child) table tr:last-child td {
    border-bottom: 1px solid transparent;
}
.table-page table {
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    width: 100%;
    background-color: #f9f9f9;
}
.table-page table tfoot,
.table-page table thead {
    text-align: center;
}
.table-page table tfoot th,
.table-page table thead th {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.table-page table tfoot tr,
.table-page table thead tr {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
}
.table-page table tfoot tr td,
.table-page table thead tr td {
    display: block;
    width: 100%;
}
.table-page table tbody br {
    content: '';
    display: block;
    margin-bottom: 20px;
}
.table-page table tbody br:first-child {
    content: '';
    display: block;
    margin-bottom: 20px;
}
.table-page table tbody img {
    max-width: 100%;
}
.table-page table tbody tr td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    line-height: 150%;
}
.table-page table tbody tr td:last-child {
    min-width: 130px;
}
.page-sidebar .sidebar-block {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}
.page-sidebar .sidebar-block:not(:last-child) {
    margin-bottom: 50px;
}
.page-sidebar .sidebar-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.page-sidebar .sidebar-links a span {
    padding: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    line-height: 150%;
}
.page-sidebar .sidebar-links a:hover {
    background-color: #e9e9e9;
}
.page-sidebar .sidebar-links a:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-sidebar .sidebar-links a img {
    padding: 10px;
    width: 50px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-sidebar .recent-video {
    padding: 10px;
}
.page-sidebar .recent-video iframe {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.page-sidebar .sidebar-categories a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.page-sidebar .sidebar-categories a:hover {
    background-color: #e9e9e9;
}
.page-sidebar .sidebar-categories a:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comments__list {
    margin-top: 50px;
}
.comments__list .comment {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.comments__list .comment:not(:last-child) {
    margin-bottom: 20px;
}
.comments__list .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}
.comments__list .comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.comments__list .comment-content {
    margin-top: 20px;
    line-height: 150%;
}
.comments__list .comment .says {
    display: none;
}
.single-title {
    margin-bottom: 50px;
}
.single-title .title-body {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.single-title .title-body::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.single-title .title-body__content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.single-title .title-body__content h1 {
    text-align: center;
}
.hero .page__hero-slider .hero-slider__body .hero-slider__slider {
    position: relative;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero__body
    .slider-hero__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 600px;
    padding-left: 100px;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero__body
    .slider-hero__slide
    .slide-content {
    position: relative;
    z-index: 2;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero__body
    .slider-hero__slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero__body
    .slider-hero__slide
    h1 {
    margin-bottom: 30px;
    margin-top: 10px;
    max-width: 50%;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero__body
    .slider-hero__slide
    .post-meta {
    margin-bottom: 30px;
}
.hero .page__hero-slider .hero-slider__body .hero-slider__slider .slider-hero-controls__dots {
    position: absolute;
    bottom: 30px;
    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;
    z-index: 1;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero-controls__dots
    .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hero
    .page__hero-slider
    .hero-slider__body
    .hero-slider__slider
    .slider-hero-controls__dots
    .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: 12px;
    height: 12px;
}
.hero .page__hero-slider .hero-slider__body .hero-slider__slider .slider-hero-controls__arrows {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50%;
    right: 100px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-wrapper {
    margin-top: 50px;
}
.page-wrapper.with-sidebar .page-wrapper__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 310px;
    grid-template-columns: 1fr 310px;
    grid-gap: 20px;
}
.page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}
.page-content .main-message .message-body {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-content .main-message .message-body img {
    padding: 10px;
    width: 410px;
}
.page-content .main-message .message-body__content {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.page-content .main-message .message-body__content h6 {
    margin-bottom: 20px;
}
.page-content .main-message .message-body__content p:not(:last-child) {
    margin-bottom: 20px;
}
.page-content .main-message .message-body__content em {
    float: right;
}
.page-content .pages-body__item {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 200px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}
.page-content .pages-body__item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.page-content .pages-body__item img {
    width: 50px;
    height: 50px;
}
.page-content .articles__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.page-content .population-chart {
    padding: 90px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.page-content .population-chart__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page-content .population-chart__total span {
    color: #53d86a;
    font-size: 34px;
}
.page-content .population-chart__total h2 {
    color: #fff;
    font-weight: 400;
}
.page-content .population-chart canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 320px;
    max-height: 320px;
}
.page-links {
    counter-reset: section;
}
.page-links__container a .link-count::after {
    counter-increment: section;
    content: counter(section) '.';
}
.single-page__content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    padding: 30px;
    margin-bottom: 70px;
}
.single-page__content h6 {
    margin-bottom: 20px;
}
.single-page__content h6:first-child {
    text-align: center;
}
.single-page__content p:not(:last-child) {
    margin-bottom: 20px;
}
.single-page__content ol,
.single-page__content ul {
    padding-left: 15px;
    margin-bottom: 20px;
}
.single-page__content ol li,
.single-page__content ul li {
    list-style-type: disc;
}
.single-page__content ol li:not(:last-child),
.single-page__content ul li:not(:last-child) {
    margin-bottom: 5px;
}
.single-page__content em {
    font-weight: 600;
/*     float: right; */
}
.documents-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.documents-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.documents-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.documents-item__info {
    gap: 20px;
    padding: 30px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}
a..documents-item__info {
    border-right: none;
}
.documents-item__info img {
    width: 32px;
    height: 32px;
}
.page-content.documents {
    gap: 0;
}
.main-article__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 600px;
    padding-left: 100px;
}
.main-article__body::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.main-article__body h1 {
    margin-bottom: 30px;
    margin-top: 10px;
    max-width: 50%;
}
.main-article__body .post-meta {
    margin-bottom: 30px;
}
.main-article__content {
    position: relative;
    z-index: 2;
}
.contacts-page .form-block {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    padding: 20px;
}
.contacts-page .form-block form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.contacts-page .form-block form label:nth-child(6) {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
}
.contacts-page .form-block form button {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
    font-size: 16px;
}
.contacts-page .form-block form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 12px;
}
.contacts-page .form-block form .wpcf7-response-output {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
    margin-top: 0;
}
.contacts-page table:not(.colored-header) tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.error-page {
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.error-page p {
    max-width: 450px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.blog-article__post--job {
    display: block;
    padding: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.blog-article__post--job:hover {
    background-color: #0098e4;
}
.blog-article__post--job:hover a {
    color: #fff;
}
.blog-article__post--job:hover span {
    color: #fff;
}
.blog-article__post--job:hover svg path {
    fill: #fff;
}
.blog-article__post--job a {
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
}
.blog-article__post--job a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.job-meta {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    color: #afafaf;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.job-meta span {
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.job-meta svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-jobs__header h1 {
    color: #333;
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 20px;
}
.single-jobs__content {
    line-height: 150%;
    font-size: 16px;
    margin-top: 50px;
}
.single-jobs__content ul {
    margin-top: 30px;
    padding-left: 25px;
}
.single-jobs__content ul:not(:last-child) {
    margin-bottom: 50px;
}
.single-jobs__content ul li {
    list-style: disc;
}
.single-jobs__content ul li:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 1300px) {
    h1 {
        font-size: calc(28px + 8 * ((100vw - 320px) / 980));
    }
    h2.big {
        font-size: calc(38px + 10 * ((100vw - 320px) / 980));
    }
    h4 {
        font-size: calc(18px + 6 * ((100vw - 320px) / 980));
    }
    .comment-reply-title {
        margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
    }
    .block-title h6,
    .comment-reply-title h6 {
        padding-left: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .block-title h6,
    .comment-reply-title h6 {
        padding-right: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .button__gray {
        padding-top: calc(12px + 3 * ((100vw - 320px) / 980));
    }
    .button__gray {
        padding-bottom: calc(12px + 3 * ((100vw - 320px) / 980));
    }
    .button.view-more {
        padding-top: calc(12px + 3 * ((100vw - 320px) / 980));
    }
    .button.view-more {
        padding-bottom: calc(12px + 3 * ((100vw - 320px) / 980));
    }
    .button.view-more {
        padding-left: calc(24px + 6 * ((100vw - 320px) / 980));
    }
    .button.view-more {
        padding-right: calc(24px + 6 * ((100vw - 320px) / 980));
    }
    .gap-3 {
        grid-gap: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .gap-4 {
        grid-gap: calc(20px + 20 * ((100vw - 320px) / 980));
    }
    .gap-5 {
        grid-gap: calc(24px + 26 * ((100vw - 320px) / 980));
    }
    .flex-gap-3 {
        gap: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .flex-gap-4 {
        gap: calc(20px + 20 * ((100vw - 320px) / 980));
    }
    .flex-gap-5 {
        gap: calc(24px + 26 * ((100vw - 320px) / 980));
    }
    form label {
        font-size: calc(14px + 2 * ((100vw - 320px) / 980));
    }
    form label input,
    form label textarea {
        margin-top: calc(5px + 5 * ((100vw - 320px) / 980));
    }
    input,
    textarea {
        font-size: calc(14px + 2 * ((100vw - 320px) / 980));
    }
    .post-meta {
        gap: calc(5px + 5 * ((100vw - 320px) / 980));
    }
    .blog-article__content {
        padding-top: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-article__content h6 {
        padding-left: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-article__content h6 {
        padding-right: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-article__content p {
        padding-left: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-article__content p {
        padding-right: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-article__content p {
        padding-bottom: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-article__footer {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-article__meta {
        gap: calc(5px + 5 * ((100vw - 320px) / 980));
    }
    .related-posts .related-body__item a p {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .wp-block-group {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .wp-block-group figcaption {
        margin-bottom: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .wp-block-group p {
        margin-bottom: calc(15px + 15 * ((100vw - 320px) / 980));
    }
    .wp-block-group p {
        font-size: calc(14px + 2 * ((100vw - 320px) / 980));
    }
    .wp-block-audio {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-article__post--video {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-article__post--video iframe {
        height: calc(320px + 150 * ((100vw - 320px) / 980));
    }
    .footer {
        padding-top: calc(30px + 20 * ((100vw - 320px) / 980));
    }
    .footer {
        margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
    }
    .footer__container {
        grid-gap: calc(30px + 60 * ((100vw - 320px) / 980));
    }
    .footer__column h6 {
        margin-bottom: calc(15px + 15 * ((100vw - 320px) / 980));
    }
    .footer__column ul {
        gap: calc(10px + 20 * ((100vw - 320px) / 980));
    }
    .footer__column ul li {
        gap: calc(5px + 5 * ((100vw - 320px) / 980));
    }
    .footer__column ul li a {
        gap: calc(5px + 5 * ((100vw - 320px) / 980));
    }
    .footer__copyright {
        margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
    }
    .footer__copyright {
        gap: calc(20px + 30 * ((100vw - 320px) / 980));
    }
    .header {
        margin-bottom: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .header-top {
        padding-top: calc(15px + 5 * ((100vw - 320px) / 980));
    }
    .header-top {
        padding-bottom: calc(15px + 5 * ((100vw - 320px) / 980));
    }
    .header-top .header__container {
        gap: calc(10px + 20 * ((100vw - 320px) / 980));
    }
    .header__logo {
        gap: calc(10px + 20 * ((100vw - 320px) / 980));
    }
    .header__logo h4 {
        font-size: calc(18px + 20 * ((100vw - 320px) / 980));
    }
    .header__logo img {
        height: calc(60px + 50 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item {
        font-size: calc(14px + 2 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item a[class*='icon-'] {
        padding: calc(15px + 5 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item a {
        padding-bottom: calc(15px + 5 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item a {
        padding-top: calc(15px + 5 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item a {
        font-size: calc(14px + 2 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item--sublist .nav-list__sublist li a {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item--sublist .nav-list__sublist li a {
        font-size: calc(14px + 2 * ((100vw - 320px) / 980));
    }
    .header-nav .nav-list__item--sublist .with-sublist {
        padding: calc(15px + 5 * ((100vw - 320px) / 980));
    }
    .pagination-list__item .next span,
    .pagination-list__item .prev span {
        width: calc(38px + 6 * ((100vw - 320px) / 980));
    }
    .pagination-list__item .next span,
    .pagination-list__item .prev span {
        height: calc(38px + 6 * ((100vw - 320px) / 980));
    }
    .pagination-list__item a,
    .pagination-list__item span {
        width: calc(38px + 6 * ((100vw - 320px) / 980));
    }
    .pagination-list__item a,
    .pagination-list__item span {
        height: calc(38px + 6 * ((100vw - 320px) / 980));
    }
    .breadcrumbs,
    .breadcrumbs__container {
        margin-bottom: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .breadcrumbs span.breadcrumb_last,
    .breadcrumbs__container span.breadcrumb_last {
        width: calc(80px + 220 * ((100vw - 320px) / 980));
    }
    .table-page .block-title:not(:first-child) {
        margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
    }
    .table-page table {
        font-size: calc(14px + 2 * ((100vw - 320px) / 980));
    }
    .table-page table tfoot th,
    .table-page table thead th {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .table-page table tfoot tr,
    .table-page table thead tr {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .table-page table tbody br {
        margin-bottom: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .table-page table tbody br:first-child {
        margin-bottom: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .table-page table tbody tr td {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .page-sidebar .sidebar-block:not(:last-child) {
        margin-bottom: calc(30px + 20 * ((100vw - 320px) / 980));
    }
    .page-sidebar .sidebar-links a span {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .comments__list {
        margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
    }
    .comments__list .comment {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .comments__list .comment-content {
        margin-top: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .single-title {
        margin-bottom: calc(30px + 20 * ((100vw - 320px) / 980));
    }
    .single-title .title-body {
        padding-top: calc(40px + 20 * ((100vw - 320px) / 980));
    }
    .single-title .title-body {
        padding-bottom: calc(40px + 20 * ((100vw - 320px) / 980));
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide {
        height: calc(400px + 200 * ((100vw - 320px) / 980));
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide {
        padding-left: calc(10px + 90 * ((100vw - 320px) / 980));
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide
        h1 {
        margin-bottom: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide
        .post-meta {
        margin-bottom: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .hero .page__hero-slider .hero-slider__body .hero-slider__slider .slider-hero-controls__arrows {
        right: calc(20px + 80 * ((100vw - 320px) / 980));
    }
    .page-wrapper {
        margin-top: calc(30px + 20 * ((100vw - 320px) / 980));
    }
    .page-content {
        gap: calc(30px + 20 * ((100vw - 320px) / 980));
    }
    .page-content .main-message .message-body img {
        width: calc(100px + 310 * ((100vw - 320px) / 980));
    }
    .page-content .main-message .message-body__content {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .page-content .main-message .message-body__content h6 {
        margin-bottom: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .page-content .main-message .message-body__content p:not(:last-child) {
        margin-bottom: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .page-content .pages-body__item {
        gap: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .page-content .population-chart {
        padding: calc(20px + 70 * ((100vw - 320px) / 980));
    }
    .page-content .population-chart canvas {
        max-width: calc(280px + 40 * ((100vw - 320px) / 980));
    }
    .page-content .population-chart canvas {
        max-height: calc(240px + 80 * ((100vw - 320px) / 980));
    }
    .single-page__content {
        padding: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .single-page__content {
        margin-bottom: calc(40px + 30 * ((100vw - 320px) / 980));
    }
    .documents-item {
        padding-right: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .documents-item__info {
        gap: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .documents-item__info {
        padding: calc(12px + 18 * ((100vw - 320px) / 980));
    }
    .documents-item__info {
        font-size: calc(14px + 2 * ((100vw - 320px) / 980));
    }
    .documents-item__info img {
        width: calc(28px + 4 * ((100vw - 320px) / 980));
    }
    .documents-item__info img {
        height: calc(28px + 4 * ((100vw - 320px) / 980));
    }
    .main-article__body {
        height: calc(400px + 200 * ((100vw - 320px) / 980));
    }
    .main-article__body {
        padding-left: calc(10px + 90 * ((100vw - 320px) / 980));
    }
    .main-article__body h1 {
        margin-bottom: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .main-article__body .post-meta {
        margin-bottom: calc(20px + 10 * ((100vw - 320px) / 980));
    }
    .contacts-page .form-block {
        padding: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .contacts-page .form-block form {
        grid-gap: calc(10px + 10 * ((100vw - 320px) / 980));
    }
    .blog-article__post--job {
        padding: calc(15px + 15 * ((100vw - 320px) / 980));
    }
    .job-meta {
        gap: calc(15px + 15 * ((100vw - 320px) / 980));
    }
    .single-jobs__content ul:not(:last-child) {
        margin-bottom: calc(30px + 20 * ((100vw - 320px) / 980));
    }
}
@media (max-width: 1150px) {
    .page-content .population-chart {
        padding: 60px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page-content .population-chart canvas {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: initial;
        left: initial;
    }
}
@media (max-width: 1150px) and (max-width: 1300px) {
    .page-content .population-chart {
        padding: calc(20px + 40 * ((100vw - 320px) / 980));
    }
}
@media (max-width: 1110px) {
    .contacts-page .form-block form {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .contacts-page .form-block form label:nth-child(6) {
        -ms-grid-column-span: 2;
        grid-column: 2 span;
    }
    .contacts-page .form-block form button {
        -ms-grid-column-span: 2;
        grid-column: 2 span;
    }
    .contacts-page .form-block form .wpcf7-response-output {
        -ms-grid-column-span: 2;
        grid-column: 2 span;
    }
}
@media (max-width: 1100px) {
    .blog-article__footer {
        display: none;
    }
}
@media (max-width: 61.99875rem) {
    .burger {
        display: block;
        margin-left: auto;
        position: relative;
        width: 24px;
        min-width: 24px;
        height: 18px;
        cursor: pointer;
        z-index: 5;
    }
    .burger span,
    .burger::after,
    .burger::before {
        content: '';
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #333;
        border-radius: 5px;
    }
    .burger::before {
        top: 2px;
    }
    .burger::after {
        bottom: 2px;
    }
    .burger span {
        top: calc(50% - 1px);
    }
    .burger.active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    .burger.active::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }
    .burger.active::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 1px);
    }
    .footer__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px;
    }
    .footer__logo {
        -ms-grid-column-span: 3;
        grid-column: 3 span;
        -ms-grid-row-align: center;
        -ms-grid-column-align: center;
        place-self: center;
    }
    .header {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .header__logo:last-child {
        display: none;
    }
    .header-bottom {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        padding: 20px 0;
        position: fixed;
        overflow: auto;
        border: none;
        width: 70%;
        right: -70%;
        bottom: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .header-bottom.active {
        right: 0;
    }
    .header-nav .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .header-nav .nav-list__item a[class*='icon-'] {
        color: #fff;
    }
    .header-nav .nav-list__item {
        border: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        color: #333;
        display: inline-block;
    }
    .header-nav .nav-list__item:first-child {
        border: none;
    }
    .header-nav .nav-list__item a {
        text-align: left;
        padding: 0;
        color: #333;
    }
    .header-nav .nav-list__item--sublist.open .nav-list__sublist {
        position: relative;
    }
    .header-nav .nav-list__item--sublist .nav-list__sublist {
        border: none;
    }
    .header-nav .nav-list__item--sublist .nav-list__sublist li {
        border: none;
    }
    .header-nav .nav-list__item--sublist .with-sublist {
        display: inline-block;
    }
    .header-nav .nav-list__item--sublist .with-sublist span::before {
        -webkit-transform: rotate(-90deg) translateX(-3px);
        -ms-transform: rotate(-90deg) translateX(-3px);
        transform: rotate(-90deg) translateX(-3px);
    }
    .header-nav .nav-list__item--sublist .with-sublist ul {
        position: relative;
        right: initial;
        top: initial;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .header-nav .nav-list__item--sublist .with-sublist ul li {
        border-bottom: none !important;
    }
    .header-nav .nav-list__item--sublist .with-sublist ul li:last-child a {
        padding-bottom: 0;
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide
        h1 {
        max-width: 80%;
    }
    .page-wrapper.with-sidebar .page-wrapper__container {
        -ms-grid-columns: 1fr 260px;
        grid-template-columns: 1fr 260px;
    }
    .page-content .main-message .message-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-content.homepage .blog-article__post--home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-content.homepage .blog-article__post--home__thumbnail {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .page-content.homepage .blog-article__post--home__thumbnail img {
        width: 80%;
    }
    .page-content .population-chart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-article__body h1 {
        max-width: 80%;
    }
    .blog-article__post--blog .blog-article__thumbnail img {
        width: 180px;
    }
}
@media (max-width: 61.99875rem) and (max-width: 1300px) {
    .footer__container {
        grid-gap: calc(30px + 10 * ((100vw - 320px) / 980));
    }
    .blog-article__post--blog .blog-article__thumbnail img {
        width: calc(100px + 80 * ((100vw - 320px) / 980));
    }
}
@media (max-width: 47.99875rem) {
    .footer__container {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
        place-items: center;
    }
    .footer__logo {
        -ms-grid-column-span: 1;
        grid-column: 1 span;
    }
    .footer__column {
        text-align: center;
    }
    .footer__column ul li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__column ul li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__logo h4 {
        display: none;
    }
    .page-sidebar {
        display: none;
    }
    .page-wrapper.with-sidebar .page-wrapper__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .page-content .main-message .message-body img {
        width: 50%;
    }
    .page-content.homepage .blog-article__post--home {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .page-content.homepage .blog-article__post--home__thumbnail {
        border-bottom: none;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .page-content.homepage .blog-article__post--home__thumbnail img {
        width: 180px;
    }
}
@media (max-width: 47.99875rem) and (max-width: 1300px) {
    .page-content.homepage .blog-article__post--home__thumbnail img {
        width: calc(100px + 80 * ((100vw - 320px) / 980));
    }
}
@media (max-width: 39.99875rem) {
    input.big,
    textarea.big {
        padding: 15px;
    }
    input,
    textarea {
        padding: 12px 10px;
    }
    .header-language {
        display: none;
    }
    .hero
        .page__hero-slider
        .hero-slider__body
        .hero-slider__slider
        .slider-hero__body
        .slider-hero__slide
        h1 {
        max-width: 100%;
    }
    .hero .page__hero-slider .hero-slider__body .hero-slider__slider .slider-hero-controls__arrows {
        display: none;
    }
    .main-article__body h1 {
        max-width: 100%;
    }
}
@media (max-width: 29.99875rem) {
    .blog-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-article__thumbnail {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .blog-article__thumbnail img {
        width: 100% !important;
    }
    .header-bottom {
        right: -85%;
        width: 85%;
    }
    .single-title .title-body .post-meta {
        display: none;
    }
    .page-content.homepage .blog-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-content.homepage .blog-article__thumbnail {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-right: none;
    }
    .page-content.homepage .blog-article__thumbnail img {
        width: 100%;
    }
    .contacts-page .form-block form {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
    .contacts-page .form-block form label:nth-child(6) {
        -ms-grid-column-span: 1;
        grid-column: 1 span;
    }
    .contacts-page .form-block form button {
        -ms-grid-column-span: 1;
        grid-column: 1 span;
    }
    .contacts-page .form-block form .wpcf7-response-output {
        -ms-grid-column-span: 1;
        grid-column: 1 span;
    }
}
@media (any-hover: hover) {
    .header-nav .nav-list__item:hover {
        background-color: #00a9fe;
    }
    .header-nav .nav-list__item--sublist:hover .nav-list__sublist {
        opacity: 1;
        visibility: visible;
        top: calc(100% + 1px);
        z-index: 2;
    }
    .header-nav .nav-list__item--sublist:hover span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header-nav .nav-list__item--sublist .with-sublist:hover ul {
        opacity: 1;
        visibility: visible;
    }
}
