/* COLORS */

:root {
    --nav-height: 84.4px;

    --red: #BE1E2D;
    --bordo: #461111;
    --brick: #A13333;
    --bcc-1: #BE1E2D;

    --black: #1D1D1D;
    --antracyte: #16171D;
    --graphite: #313235;
    --content: #3F3F3F;
    --input: #979797;
    --bg: #F6F6F8;
}

/* COLORS */

/* FONTS */

/* Alegreya Regular */
@font-face {
    font-family: 'Alegreya';
    src: url('../fonts/Alegreya-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Alegreya Regular */
@font-face {
    font-family: 'Alegreya';
    src: url('../fonts/Alegreya-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Alegreya Medium */
@font-face {
    font-family: 'Alegreya';
    src: url('../fonts/Alegreya-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Alegreya SemiBold */
@font-face {
    font-family: 'Alegreya';
    src: url('../fonts/Alegreya-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Alegreya Bold */
@font-face {
    font-family: 'Alegreya';
    src: url('../fonts/Alegreya-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* Alegreya Sans Regular */
@font-face {
    font-family: 'Alegreya Sans';
    src: url('../fonts/AlegreyaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Alegreya Sans Medium */
@font-face {
    font-family: 'Alegreya Sans';
    src: url('../fonts/AlegreyaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Alegreya Sans SemiBold */
/* @font-face {
    font-family: 'Alegreya Sans';
    src: url('../fonts/AlegreyaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

/* Alegreya Sans Bold */
@font-face {
    font-family: 'Alegreya Sans';
    src: url('../fonts/AlegreyaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Alegreya Sans SC Light */
@font-face {
    font-family: 'Alegreya Sans SC';
    src: url('../fonts/AlegreyaSansSC-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Alegreya Sans SC Regular */
@font-face {
    font-family: 'Alegreya Sans SC';
    src: url('../fonts/AlegreyaSansSC-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Alegreya Sans SC Medium */
@font-face {
    font-family: 'Alegreya Sans SC';
    src: url('../fonts/AlegreyaSansSC-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Alegreya Sans SC SemiBold */
/* @font-face {
    font-family: 'Alegreya Sans SC';
    src: url('../fonts/AlegreyaSansSC-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

/* Alegreya Sans SC Bold */
@font-face {
    font-family: 'Alegreya Sans SC';
    src: url('../fonts/AlegreyaSansSC-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* FONTS */

/* DEFAULTS */

html {
    height: 100%;
    scroll-behavior: smooth;
    background: #fff;
}

body {
    background: #fff;
    font-family: "Alegreya", "Arial", sans-serif;
    color: var(--content);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
    font-variant-numeric: lining-nums tabular-nums;
}

@media (max-width:1024px) {
    body {
        font-size: 16px;
    }
}

img,
object,
embed {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    outline: none !important;
}

strong,
b {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Alegreya Sans", "Arial", sans-serif;
    color: var(--black);
    font-weight: 300;
    line-height: 1;
    margin: 0;
}

h1,
.h1 {
    font-family: "Alegreya Sans SC", "Arial", sans-serif;
    font-size: 96px;
}

h2,
.h2 {
    font-family: "Alegreya Sans SC", "Arial", sans-serif;
    font-size: 48px;
}

h3,
.h3 {
    font-size: 32px;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 24px;
    font-weight: 500;
}

h5,
.h5,
h6,
.h6 {
    font-size: 14px;
}

@media (max-width:1440px) {

    h1,
    .h1 {
        font-size: 64px;
    }

    h2,
    .h2 {
        font-size: 36px;
    }

    h3,
    .h3 {
        font-size: 26px;
    }
}

ul,
ol {
    font-weight: 500;
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none !important;
    transition: color .3s ease;
}

p a {
    color: var(--red);
}

img {
    max-width: 100%;
    height: auto;
}

picture {
    display: flex;
    /* height: auto; */
    height: 100%;
}

input[type='submit'],
button {
    outline: none !important;
    background-color: transparent;
    cursor: pointer;
}

body.nav-opened {
    overflow: hidden !important;
}

*::selection {
    color: #fff;
    background: var(--red);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.container {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

body.wide-container .container,
.container-wide {
    max-width: 1650px;
}

body.search-results .container-md,
.container-md {
    max-width: 1350px;
}

.container-sm {
    max-width: 1260px;
}

ul.wp-block-list {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.wp-block-list li {
    position: relative;
    list-style-type: none;
    padding-left: 36px;
}

ul.wp-block-list li::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/list-check.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

@media (max-width:991px) {
    ul.wp-block-list li {
        padding-left: 20px;
    }

    ul.wp-block-list li::before {
        left: 0;
    }
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-left: 15px;
    padding-right: 15px;
}

.is-layout-constrained.alignwide> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--wide-size);
    padding-left: 15px;
    padding-right: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    transition: padding .3s ease;
}

.grecaptcha-badge {
    display: none !important;
}

.w-100 {
    width: 100%;
}

/* btns */

.btn {
    color: #fff;
    font-family: 'Alegreya Sans SC';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-transform: capitalize;
    font-variant-numeric: lining-nums proportional-nums;
    padding: 13px 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 0;
    transition: color .3s ease, background .3s ease, border .3s ease;
    position: relative;
    text-align: center;
}

.btn svg {
    min-width: 12px;
}

.btn svg path {
    fill: #fff;
    stroke: #fff;
}

.btn svg path.no-fill {
    fill: transparent;
}

.btn svg path.no-stroke {
    stroke: transparent;
}

.btn-normal {
    background: var(--red);
}

.btn-normal:hover,
.btn-normal:active,
.btn-normal:focus-within {
    background: var(--brick);
    color: #fff;
}

.btn-normal-white {
    background: #fff;
    color: var(--antracyte);
    gap: 26px;
}

.btn-normal-white svg path {
    fill: var(--antracyte);
    stroke: var(--antracyte);
    transition: fill .3s ease, stroke .3s ease;
}

.btn-normal-white:hover,
.btn-normal-white:active,
.btn-normal-white:focus-within {
    background: var(--antracyte);
    color: #fff;
}

.btn-normal-white:hover svg path,
.btn-normal-white:active svg path,
.btn-normal-white:focus-within svg path {
    fill: #fff;
    stroke: #fff;
}

.btn-outline {
    border: 1px solid var(--graphite);
    color: var(--graphite);
    background-color: var(--bcc-1);
    padding: 19px 40px;
    gap: 26px;
    z-index: 4;
}

.btn-primary {
    padding: 20px 40px;
    gap: 26px;
    background: var(--graphite);
    z-index: 4;
}

.btn-white {
    padding: 20px 40px;
    gap: 26px;
    background: var(--brick);
    z-index: 4;
    color: var(--graphite);
}

.btn-outline svg path {
    fill: var(--graphite);
    stroke: var(--graphite);
}

.btn-white svg path {
    fill: var(--graphite);
    stroke: var(--graphite);
}

.btn-graphite {
    padding: 20px 40px;
    gap: 26px;
    background: var(--brick);
    z-index: 4;
    color: #fff;
}

.btn-graphite svg path {
    fill: #fff;
    stroke: #fff;
}

.btn-outline::before,
.btn-graphite::before,
.btn-primary::before,
.btn-white::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 46px) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 46px) 100%, 0 100%);
    z-index: -1;
    transition: clip-path 0.3s ease;
}

.btn-primary::before {
    background-color: var(--brick);
}

.btn-white::before {
    background-color: #fff;
}

.btn-outline::before {
    background-color: #fff;
}

.btn-graphite::before {
    background-color: var(--graphite);
}

.btn-normal-white.has-icon:not(.icon-reverse),
.btn-outline.has-icon:not(.icon-reverse),
.btn-graphite.has-icon:not(.icon-reverse),
.btn-white.has-icon:not(.icon-reverse),
.btn-primary.has-icon:not(.icon-reverse) {
    padding-right: 32px;
}

.btn-normal-white.has-icon.icon-reverse,
.btn-outline.has-icon.icon-reverse,
.btn-graphite.has-icon.icon-reverse,
.btn-white.has-icon.icon-reverse,
.btn-primary.has-icon.icon-reverse {
    padding-left: 32px;
}

.btn-normal-white svg,
.btn-outline svg,
.btn-graphite svg,
.btn-white svg,
.btn-primary svg {
    max-width: 12px;
    height: auto;
}

.btn-outline:hover::before,
.btn-outline:active::before,
.btn-outline:focus-within::before,
.btn-graphite:hover::before,
.btn-graphite:active::before,
.btn-graphite:focus-within::before,
.btn-white:hover::before,
.btn-white:active::before,
.btn-white:focus-within::before,
.btn-primary:hover::before,
.btn-primary:active::before,
.btn-primary:focus-within::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100%), calc(100%) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100%), calc(100%) 100%, 0 100%);
}

.btn-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.icon-reverse {
    flex-direction: row-reverse;
}

/* btns */

.hvr-stroke {
    transition: stroke .3s ease;
}

.hvr-fill {
    transition: fill .3s ease;
}

/* nav sticky */

.navbar-default {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: top .3s ease, box-shadow .3s ease, background .3s ease;
    transition: top .3s ease, box-shadow .3s ease, background .3s ease;
    z-index: 1002;
    background-color: #fff;
}

body.admin-bar .navbar-default {
    top: 32px;
}

/* nav sticky */

/* nav */

.nav-wrapper {
    padding: 20px 0;
    transition: padding .3s ease;
}

.nav-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-wrapper .main-logo {
    transition: transform .3s ease;
    position: relative;
    z-index: 9;
    max-width: 55px;
    height: auto;
}

.nav-wrapper .hamburger {
    display: none;
}

.nav-wrapper-scroll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.navbar-nav {
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 40px;
    padding: 0;
    margin: 0;
    scrollbar-width: thin;
}

.navbar-nav a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.64px;
    font-family: 'Alegreya Sans';
    font-weight: 400;
}

.navbar-nav .menu-item-type-custom a {
    font-weight: 700;
}

.nav-primary .home-url {
    display: flex;
    align-items: center;
}

.navbar-nav li.active>a,
.navbar-nav a:hover {
    color: var(--red);
}

.nav-primary .nav-social {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.nav-primary .nav-social a {
    width: calc(50% - 1px);
    max-width: 40px;
    border: 1px solid rgba(151, 151, 151, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    height: auto;
    transition: background .3s ease;
}

.nav-primary .nav-social a:hover {
    background-color: var(--brick);
}

.nav-primary .nav-social a:hover svg path {
    transition: fill .3s ease, stroke .3s ease;
}

.nav-primary .nav-social a:hover .hvr-stroke path {
    stroke: #fff
}

.nav-primary .nav-social a:hover .hvr-fill path {
    fill: #fff
}

.navbar-nav>li {
    position: relative;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 208px;
    width: auto;
    padding: 32px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 32px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
    z-index: 100;
    pointer-events: none;
}

.navbar-nav>li>.dropdown-menu {
    background: rgba(246, 246, 248, 0.95);
    backdrop-filter: blur(7.5px);
}

.navbar-nav li:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu li.dropdown {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dropdown-menu li.is-title>a {
    color: var(--input);
    font-size: 15px;
    text-transform: capitalize;
    pointer-events: none;
}

.dropdown-menu a {
    display: block;
    color: var(--black);
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s;
    white-space: nowrap;
}

.dropdown-menu .menu-item-type-custom a {
    font-weight: 400;
}

.dropdown-menu a:hover {
    color: var(--red);
}

.dropdown-menu .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    min-width: auto;
    transform: none;
    visibility: visible;
    opacity: 1;
    padding: 0;
}

.dropdown-menu .dropdown-menu a {
    padding-left: 40px;
    position: relative;
}

.dropdown-menu .dropdown-menu a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/subnav-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .3s ease;
}

.dropdown-menu .dropdown-menu a:hover::before {
    transform: translateY(-50%) translatex(10px);
}

/* nav search */

.navbar-default .nav-search {
    position: relative;
}

.navbar-default .search-toggle {
    background: var(--bg);
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: tranform .3s ease, background .3s ease, opacity .3s ease;
}

.navbar-default .nav-search.active .search-toggle,
.navbar-default .search-toggle:hover {
    background: var(--red);
}

.navbar-default .nav-search.active .search-toggle svg path,
.navbar-default .search-toggle:hover svg path {
    fill: var(--bg);
}

.navbar-default .search-dropdown {
    position: absolute;
    right: 0;
    top: 120%;
    width: 320px;
    padding: 8px 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    background: var(--bg);
    transition: .25s;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.navbar-default .nav-search.active .search-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-default .search-dropdown input {
    flex: 1;
    border-bottom: 1px solid var(--red) !important;
    background: transparent !important;
    font-family: 'Alegreya Sans';
    /* padding-inline: 0 !important; */
}

.navbar-default .search-dropdown button {
    display: none;
}

/* nav search */

@media (min-width:1200px) {
    .hamburger-logo {
        display: none;
    }
}

@media (max-width:1199px) {

    .nav-primary {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        transform: translateX(100%);
        transition: transform .3s ease;
        padding: 32px 32px 64px;
        background-color: #fff;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 64px;
        /* gap: 32px; */
        overflow: hidden;
    }

    .nav-wrapper-scroll {
        max-height: calc(100dvh - var(--nav-height));
        min-height: calc(100dvh - var(--nav-height));
        height: calc(100dvh - var(--nav-height));
        padding-bottom: 80px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 32px;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: thin;
        width: 100%;
    }

    .nav-primary.active {
        transform: translateX(0);
    }

    .navbar-nav li.active>a,
    .navbar-nav a:hover {
        color: var(--red);
    }

    .nav-wrapper {
        padding: 12px 0;
        position: relative;
    }

    .nav-wrapper .hamburger {
        display: none;
        flex-direction: column;
        cursor: pointer;
        z-index: 99;
    }

    .nav-wrapper .bar {
        width: 24px;
        height: 2px;
        background-color: var(--graphite);
        margin: 4px 0;
        transition: 0.4s;
    }

    .nav-wrapper .hamburger {
        display: flex;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        height: 100%;
        width: 100%;
    }

    .nav-menu-wrapper {
        width: 100%;
        padding: 0;
    }

    .nav-menu-wrapper.active nav {
        transform: translateX(0);
    }

    .nav-wrapper .bar.active:nth-child(1) {
        transform: rotate(-45deg) translate(-8px, 6px);
    }

    .nav-wrapper .bar.active:nth-child(2) {
        opacity: 0;
    }

    .nav-wrapper .bar.active:nth-child(3) {
        transform: rotate(45deg) translate(-8px, -6px);
    }

    .nav-menu-wrapper {
        border-bottom: 0;
    }

    .nav-primary .home-url {
        display: none;
    }

    .menu-menu-glowne-container {
        width: 100%;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .navbar-nav>li {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .navbar-nav>li>a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    /* dropdown */

    .dropdown-menu a {
        white-space: normal;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent;
        backdrop-filter: none;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        gap: 24px;
        padding-left: 32px;
        transition: max-height .35s ease;
    }

    .navbar-nav li.active>.dropdown-menu {
        max-height: 500px;
    }

    .dropdown-menu li.dropdown {
        gap: 8px;
    }

    .dropdown-menu .dropdown-menu {
        position: relative;
        overflow: auto;
        max-height: 500px;
        padding-left: 0;
    }

    .dropdown-menu .dropdown-menu a {
        padding-left: 32px;
    }

    .dropdown-menu .dropdown-menu a:hover::before {
        transform: translateY(-50%) translatex(8px);
    }

    /* nav search */

    .navbar-default .search-dropdown {
        position: relative;
        right: auto;
        top: auto;
        padding: 0;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        width: 100%;
    }

    .navbar-default .search-dropdown form {
        display: flex;
        align-items: center;
    }

    .navbar-default .search-dropdown input {
        padding: 14px 16px !important;
    }

    .navbar-default .search-toggle {
        display: none;
    }

    .navbar-default .nav-search {
        display: flex;
        align-items: center;
    }

    .navbar-default .search-dropdown button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        width: 49px;
        aspect-ratio: 1;
        border: 0;
        background-color: transparent;
        transition: background .3s ease;
        border-bottom: 1px solid var(--red);
    }

    .navbar-default .search-dropdown button:hover {
        background-color: var(--red);
    }

    .navbar-default .search-dropdown button:hover svg path {
        fill: var(--bg)
    }

    /* nav search */
}

@media (max-width:380px) {
    .nav-primary {
        padding: 32px 16px 64px;
    }
}

/* nav */

/* footer */

footer {
    background-color: var(--graphite);
    color: var(--input);
    font-family: 'Alegreya Sans';
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

footer a:hover {
    color: #fff;
}

footer .footer-upper {
    padding: 88px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

footer .footer-upper-wrapper {
    display: flex;
}

footer .footer-info-column {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 16px;
    line-height: 1.37;
}

footer .footer-social {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-social a {
    width: 50px;
    aspect-ratio: 1;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    transition: background .3s ease;
}

footer .footer-social a:nth-child(2) {
    background: rgba(190, 30, 45, 0.50);
}

footer .footer-social a:nth-child(4) {
    background: rgba(255, 255, 255, 0.10);
}

footer .footer-social a:hover {
    background-color: var(--brick);
}

footer .footer-nav-column {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .footer-nav-column .h5,
footer .footer-nav-column h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.44px;
    line-height: 1.36;
}

footer .footer-nav-column ul {
    list-style-type: disclosure-closed;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 26px;
}

footer .footer-nav-column li {
    transition: color .3s ease;
}

footer .footer-nav-column li.active,
footer .footer-nav-column li:hover {
    color: #fff;
}

footer .footer-nav-column a {
    padding-left: 8px;
}

footer .footer-lower {
    padding: 36px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
}

footer .footer-lower em {
    font-style: normal;
    color: var(--brick);
}

footer .footer-copy {
    font-size: 16px;
}

footer .footer-lower ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 80px;
}

@media (max-width:1440px) {
    footer .footer-upper {
        padding: 64px 0;
    }

    footer .footer-info-column {
        width: 30%;
    }

    footer .footer-nav-column {
        width: 25%;
    }

    footer .footer-lower ul,
    footer .footer-lower {
        gap: 40px;
    }
}

@media (max-width:1024px) {
    footer .footer-upper-wrapper {
        flex-wrap: wrap;
        gap: 16px;
    }

    footer .footer-upper-wrapper>* {
        width: calc(50% - 8px);
    }

    footer .footer-lower {
        flex-wrap: wrap;
        padding: 16px 0;
        gap: 16px;
    }

    footer .footer-lower ul {
        gap: 16px;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    footer .footer-lower ul,
    footer .footer-lower ul a {
        font-size: 16px;
    }

    footer .footer-copy {
        text-align: center;
        width: 100%;
    }

    footer .footer-lower ul .li-separator:first-child {
        display: none;
    }

}

@media (max-width:679px) {
    footer .footer-upper-wrapper>* {
        width: 100%;
    }

    footer .footer-lower ul {
        flex-direction: column;
        gap: 8px;
    }

    footer .footer-lower .li-separator {
        display: none;
    }

    footer .footer-logo svg {
        max-width: 90px;
        height: auto;
    }
}

/* footer */

main {
    padding-top: 102px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

main>section:last-child:not(.cta-block) {
    margin-bottom: 64px;
}

body.admin-bar main {
    padding-top: 132px;
}

@media (max-width:1199px) {
    main {
        padding-top: 85px;
    }

    main>section:last-child:not(.cta-block) {
        margin-bottom: 32px;
    }
}

/* breadcrumb */

.breadcrumb {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.80);
    font-family: "Alegreya Sans SC";
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.breadcrumb {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.80);
}

.breadcrumb a:hover {
    color: #fff;
}

@media (max-width:991px) {

    .breadcrumb,
    .breadcrumb a {
        font-size: 18px;
    }
}

/* breadcrumb */

/* back-top */

.scrollTop {
    position: fixed;
    bottom: 24px;
    right: 150px;
    background-color: var(--brick);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, clip-path .3s ease;
    z-index: 4;
}

.scrollTop::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    z-index: -1;
    transition: clip-path 0.3s ease;
    background-color: var(--antracyte)
}

.scrollTop:hover::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100%), calc(100%) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100%), calc(100%) 100%, 0 100%);
}

.scrollTop.is-visible {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width:1900px) {
    .scrollTop {
        right: 24px;
    }
}

@media (max-width:1024px) {
    .scrollTop {
        width: 36px;
        height: 36px;
    }

    .scrollTop svg {
        max-width: 12px;
        height: auto;
    }

    .scrollTop::before {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
    }
}

/* back-top */

/* block-title */

.block-title {
    position: relative;
}

.block-title.title-inner {
    margin-left: 50px;
}

.block-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 35px;
    background-image: url(../images/title-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.block-title h1,
.block-title h2 {
    color: var(--antracyte);
    padding-top: 25px;
    padding-left: 32px;
    line-height: 0.95;
}

@media (max-width:991px) {
    .block-title.title-inner {
        margin-left: 0;
    }
}

/* block-title */

/* inputs */

.search-dropdown input,
.search-input-wrapper input:not([type="submit"]),
.search-input-wrapper textarea,
.acf-block-preview textarea,
.wp-front textarea,
.acf-block-preview input:not([type="submit"]),
.wp-front input:not([type="submit"]) {
    padding: 14px 16px;
    color: var(--input);
    background-color: #fff;
    border: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    max-height: 50px;
}

.wp-front textarea {
    max-height: 100%;
    height: 80px;
    width: 100%;
    min-height: 50px;
    resize: vertical;
}

.custom-select {
    width: 100%;
    padding: 16px;
    border: 0;
    appearance: none;
    /* background-color: #fff;
    background-image: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 13px; */
    font-size: 16px;
    color: var(--input);
    height: 100%;
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-family: 'Alegreya';
    line-height: 1;
    font-weight: 400;
    max-height: 50px;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px;
    color: var(--input);
    background-color: #fff;
    border: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    background-image: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 13px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.styledSelect:active,
.styledSelect.active {
    background-color: #fff;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid transparent;
    background-color: white;
    font-size: 16px;
    font-family: 'Alegreya';
    line-height: 1;
    font-weight: 400;
    max-height: 400px;
    overflow: auto;
}

.options li {
    padding: 16px;
}

.options li:hover {
    background-color: var(--brick);
    color: white;
}

/* inputs */

/* single post/event */

.single-blog-post {
    padding: 96px 0 64px;
}

div.single-review-post {
    padding: 0 0 64px;
}

div.single-review-post .post-thumb {
    line-height: 0.8;
    position: relative;
}

div.single-review-post .post-thumb img {
    aspect-ratio: 1320 / 200;
    object-fit: cover;
}

div.single-event-post .post-thumb {
    aspect-ratio: 1320 / 490;
    line-height: 0.8;
    position: relative;
}

div.single-review-post .post-thumb::before,
div.single-event-post .post-thumb::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
}

div.single-expert-wrapper-outer,
div.single-event-wrapper-outer {
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 100%;
}

.single-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px;
}

.single-post-content {
    width: calc(66.66666667% - 16px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

div.single-komisje-post .single-post-content {
    gap: 48px;
}

.single-post-content.without-sidebar {
    width: 100%;
}

.single-post-sidebar {
    width: calc(33.33333334% - 16px);
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 102px;
}

body.admin-bar .single-post-sidebar {
    top: var(--nav-height);
}

.post-sidebar-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    background: #F6F6F6;
}

.post-sidebar-box>h3 {
    font-size: 24px;
    font-weight: 500;
    color: #1D1D1D;
}

.blog-search .blog-search-input {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.blog-search .blog-search-input button {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: auto;
    border: 0;
    cursor: pointer;
    position: relative;
    background: var(--red);
}

.blog-search .blog-search-input button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    z-index: 0;
    transition: clip-path 0.3s ease;
    background-color: var(--antracyte);
}

.blog-search .blog-search-input button:hover::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100%), calc(100%) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100%), calc(100%) 100%, 0 100%);
}

.blog-search .blog-search-input button svg {
    width: 14px;
    height: 14px;
    aspect-ratio: 1;
    z-index: 4;
    position: relative;
}

.blog-categories-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-categories-list a {
    color: var(--content);
    font-size: 16px;
    padding: 17px 16px;
    line-height: 1;
    background-color: #fff;
    display: flex;
    width: 100%;
    transition: color .3s ease, background .3s ease;
}

.blog-categories-list a.active,
.blog-categories-list a:hover {
    background-color: var(--brick);
    color: #fff;
}

.share-post-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.share-post-wrapper.wrapper-mobile {
    display: none;
}

.share-post-single {
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    transition: background .3s ease;
}

.share-post-single:nth-child(2) {
    background-color: var(--red);
}

.share-post-single:nth-child(4) {
    background: var(--input)
}

.share-post-single:hover {
    background-color: var(--brick);
}

.single-blog-post .post-thumb {
    position: relative;
    line-height: 0.8;
    margin-bottom: 8px;
}

.single-blog-post .post-thumb.post-promoted {
    border: 1px solid var(--red);
    position: relative;
    padding: 20px;
}

.single-blog-post .post-thumb.post-promoted::before {
    content: 'ARTYKUŁ SPONSOROWANY';
    position: absolute;
    right: 5px;
    top: 5px;
    font-family: 'Alegreya';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--red);
    width: auto;
    height: auto;
    text-align: right;
}

.single-blog-post .post-thumb img {
    aspect-ratio: 872 / 340;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.single-blog-post .post-thumb .cat-badges {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.single-blog-post .post-thumb .badge-single {
    background-color: #1d1d1d;
    padding: 8px 16px;
    color: #FFF;
    font-family: "Alegreya Sans";
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.8px;
    transition: background .3s ease;
}

.single-blog-post .post-thumb .badge-single:hover {
    background-color: var(--brick);
}

.single-blog-post .post-date {
    color: #A0A1A6;
    font-family: "Alegreya Sans";
    font-size: 16px;
    line-height: 1.5;
}

.current-post-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.single-expert-post .current-post-title {
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.single-expert-post .post-data {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-expert-post .post-thumb {
    min-width: 230px;
    max-width: 230px;
    aspect-ratio: 1;
    width: 100%;
    display: flex;
    position: relative;
}

.single-expert-post .post-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 999px;
}

.single-expert-post .post-data p {
    text-transform: uppercase;
}

.single-expert-post .post-data div {
    display: flex;
    flex-direction: column;
}

.single-expert-post .post-data div:last-child {
    padding: 4px 0;
}

.current-post-title h1 {
    color: #1d1d1d;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 16px;
}

.single-expert-post .current-post-title h1 {
    margin: 0;
}

.current-post-title .post-author {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #A0A1A6;
    font-family: "Alegreya Sans";
    font-size: 16px;
    line-height: 1;
}

.current-post-title .author-thumb {
    width: 48px;
    height: 48px;
    aspect-ratio: 1;
}

.current-post-title .author-thumb img {
    border-radius: 999px;
}

.single-post-wrapper .post-tags {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 32px;
}

.single-post-wrapper .post-tags>p {
    font-size: 24px;
    font-weight: 500;
    color: #1d1d1d;
}

.single-post-wrapper .post-tags-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.single-post-wrapper .post-tag-single {
    border: 1px solid var(--input);
    background: #F6F6F6;
    padding: 7px 16px;
    color: var(--content);
    font-size: 16px;
    line-height: 1;
    transition: background .3s ease, color .3s ease;
}

.single-post-wrapper .post-tag-single:hover {
    background-color: var(--input);
    color: #fff;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid rgba(29, 29, 29, 0.10);
    border-bottom: 1px solid rgba(29, 29, 29, 0.10);
}

.post-navigation a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1d1d1d;
    font-weight: 700;
    font-family: 'Alegreya Sans';
}

.post-navigation a svg path {
    transition: stroke .3s ease;
}

.post-navigation a:hover {
    color: var(--brick);
}

.post-navigation a:hover svg path {
    stroke: var(--brick);
}

.post-navigation a.prev-post {
    margin-right: auto;
}

.post-navigation a.next-post {
    margin-left: auto;
}

.author-data-wrapper {
    background: #F6F6F6;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.author-data-wrapper .author-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.author-data-wrapper .author-text h3 {
    color: #1d1d1d;
    font-size: 24px;
    font-weight: 500;
}

.author-data-wrapper .author-image {
    min-width: 112px;
    display: flex;
    align-items: center;
}

.author-data-wrapper .author-social {
    min-width: 50px;
    display: flex;
    flex-direction: column;
}

.author-data-wrapper .author-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    transition: background .3s ease;
    min-width: 50px;
}

.author-data-wrapper .author-social a.social-fb {
    background-color: #1d1d1d;
}

.author-data-wrapper .author-social a.social-in {
    background-color: #fff
}

.author-data-wrapper .author-social a:hover {
    background-color: var(--brick);
}

.post-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.post-content h3 {
    font-size: 24px;
    font-weight: 500;
}

.post-content p {
    padding: 8px 0;
}

.post-content p:empty {
    display: none;
}

.post-content h3+p {
    margin-top: -8px;
}

.post-content blockquote {
    display: flex;
    align-items: center;
    padding: 32px;
    gap: 32px;
    border: 1px solid var(--input);
    font-size: 20px;
    margin: 8px 0;
}

.post-content blockquote>* {
    margin: 0;
}

.post-content blockquote img {
    min-width: 64px;
}

.event-post-back a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0A0A0A;
    font-family: "Alegreya Sans";
    font-size: 18px;
    font-weight: 700;
}

.event-post-back a svg path {
    transition: stroke .3s ease;
}

.event-post-back a:hover {
    color: var(--brick);
}

.event-post-back a:hover svg path {
    stroke: var(--brick);
}

.post-sidebar-item .cat-badges h3 {
    font-size: 24px;
    color: #1d1d1d;
    font-weight: 500;
}

.post-sidebar-item .cat-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.post-sidebar-item .cat-badges a {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.7px;
    font-family: 'Alegreya Sans';
    color: #fff;
    background-color: var(--bordo);
}

.post-sidebar-item.post-sidebar-cat-wrapper .tax-single {
    width: 100%;
    /* border-collapse: collapse; */
    border-spacing: 0 16px;
    table-layout: fixed;
}

.post-sidebar-item.post-sidebar-cat-wrapper .tax-single th {
    text-align: left;
    width: 25%;
}

.post-sidebar-item.post-sidebar-cat-wrapper .tax-single td {
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.post-sidebar-item.post-sidebar-cat-wrapper .tax-single td .item {
    background-color: var(--content);
    padding: 4px 8px;
    color: #fff;
    font-size: 16px;
    font-family: 'Alegreya Sans';
}

.price-box-price {
    font-size: 48px;
    text-align: center;
    color: var(--red);
    font-family: "Alegreya Sans SC";
    font-weight: 500;
    padding: 8px 0;
    line-height: 1.2;
}

.location-box-content {
    font-size: 20px;
    font-family: 'Alegreya Sans';
}

.post-sidebar-box.box-dark {
    background-color: var(--antracyte);
    padding-bottom: 64px;
    background-image: url(../images/event-agenda-box-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff;
    gap: 0;
}

.post-sidebar-box.box-dark h3 {
    color: #fff;
    font-size: 20px;
    line-height: 2;
}

.agenda-box-content p,
.agenda-box-content ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: 'Alegreya Sans';
    line-height: 2;
}

.experts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.experts-wrapper .expert-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.experts-wrapper .expert-thumb {
    width: 64px;
    max-width: 64px;
    min-width: 64px;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.experts-wrapper .expert-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    aspect-ratio: 1;
}

.experts-wrapper .expert-content strong {
    font-size: 18px;
}

.experts-wrapper .expert-content {
    font-size: 14px;
}

@media (max-width:991px) {

    div.single-expert-post,
    div.single-event-post,
    .single-blog-post {
        padding: 48px 0;
    }

    .current-post-title h1 {
        font-size: 32px;
    }

    .post-content h2 {
        font-size: 24px;
    }

    .post-content h3 {
        font-size: 20px;
    }

    div.single-event-wrapper-outer {
        gap: 48px;
    }

    .single-post-sidebar,
    .single-post-content {
        width: 100%;
    }

    .single-post-sidebar {
        gap: 24px;
    }

    .post-sidebar-box {
        gap: 16px;
        padding: 16px;
    }

    .post-sidebar-box.box-dark {
        padding-bottom: 32px;
    }

    .post-content blockquote {
        padding: 16px;
        gap: 16px;
        font-size: 18px;
    }

    .price-box-price {
        font-size: 28px;
        padding: 0;
    }

    .single-post-wrapper .post-tags {
        padding: 16px;
        gap: 16px;
    }

    .single-post-wrapper .author-data-wrapper {
        padding: 16px;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .single-post-wrapper .post-tags-wrapper {
        gap: 8px;
    }

    .single-post-wrapper .post-tags>p {
        font-size: 18px;
    }

    .single-post-wrapper .post-tag-single {
        padding: 4px 12px;
    }

    .author-data-wrapper .author-text {
        order: 3;
        width: 100%;
    }

    .author-data-wrapper .author-social {
        min-width: 100px;
        flex-direction: row;
    }

    .author-data-wrapper .author-image {
        min-width: 64px;
        max-width: 64px;
    }

    .single-blog-post .post-thumb img {
        aspect-ratio: 872 / 450;
    }

    .share-post-wrapper.wrapper-desktop {
        display: none;
    }

    .share-post-wrapper.wrapper-mobile {
        display: flex;
    }
}

@media (max-width:768px) {
    .single-expert-post .current-post-title {
        flex-wrap: wrap;
    }

    .single-expert-post .post-data {
        width: 100%;
        gap: 12px;
    }

    div.single-review-post .post-thumb img {
        aspect-ratio: 1320 / 400;
    }
}

/* single post/event */

/* single lodge/loża */

body.single-loze-regionalne .blog-posts .blog-wrapper,
div.single-lodge-post .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

div.single-lodge-post .post-content p:empty {
    display: block;
    padding: 0;
    height: 20px;
}

div.single-lodge-post .post-content {
    gap: 8px;
}

@media (max-width:1199px) {

    body.single-loze-regionalne .blog-posts .blog-wrapper,
    div.single-lodge-post .content-wrapper {
        gap: 32px;
    }
}

/* single lodge/loża */

/* single komisje branżowe */

.chairman-block {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: flex-start;
}

.chairman-block .chairman-image {
    width: calc(30% - 24px);
    position: sticky;
    top: 120px;
    display: flex;
}

.chairman-block .chairman-image img {
    max-width: 235px;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 999px;
}

.chairman-block .chairman-content {
    width: calc(70% - 24px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.chairman-block .chairman-content h3 {
    font-size: 24px;
    font-weight: 500;
}

.chairman-block .chairman-content h4 {
    font-family: 'Alegryea';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: var(--content);
}

.chairman-block .chairman-content .text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chairman-block .chairman-content .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.chairman-block .chairman-content .contact-wrapper a {
    display: flex;
    align-items: center;
    gap: 4px;
}

.chairman-block .chairman-content .contact-wrapper a:hover {
    color: var(--red);
}

.chairman-block .chairman-content .btn-wrapper {
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width:1199px) {
    .chairman-block .chairman-content .btn-wrapper {
        padding: 8px 0;
    }
}

@media (max-width:768px) {
    .chairman-block {
        gap: 24px;
    }

    .chairman-block .chairman-image {
        position: relative;
        top: auto;
    }

    .chairman-block .chairman-image,
    .chairman-block .chairman-content {
        width: 100%;
    }
}

/* single komisje branżowe */

/* blog posts */

.blog-posts .blog-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.blog-posts .search-input-wrapper button::before {
    background-color: var(--graphite);
}

.blog-posts .posts {
    display: flex;
    flex-wrap: wrap;
    gap: 64px 40px;
}

.blog-posts .posts-related {
    gap: 40px;
}

.blog-posts .posts>a {
    width: calc(33.33333333% - 30px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-posts .posts-related>a {
    width: calc(50% - 30px);
}

.blog-posts .single-post.post-promoted {
    border: 1px solid var(--red);
    position: relative;
    padding: 20px;
}

.blog-posts .single-post.post-promoted::before {
    content: 'ARTYKUŁ SPONSOROWANY';
    position: absolute;
    right: 5px;
    top: 2px;
    font-family: 'Alegreya';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--red);
    width: auto;
    height: auto;
    text-align: right;
}


.blog-posts .post-thumb {
    position: relative;
    line-height: 0.8;
}

.blog-posts .post-thumb::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease;
    opacity: 1;
    background: rgba(0, 0, 0, 0.20);
}

.blog-posts .single-post:hover .post-thumb::before {
    opacity: 0;
}

.blog-posts .post-thumb img {
    aspect-ratio: 640 / 340;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.blog-posts .posts:not(.posts-related) .post-thumb img {
    aspect-ratio: 413 / 230;
}

.blog-posts .post-thumb .cat-badges {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    pointer-events: none;
}

.blog-posts .post-thumb .badge-single {
    background-color: #1d1d1d;
    padding: 8px 16px;
    color: #FFF;
    font-family: "Alegreya Sans";
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.8px;
    transition: background .3s ease;
}

.blog-posts .post-thumb .badge-single:hover {
    background-color: var(--brick);
}

.blog-posts .post-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-posts .post-date {
    color: #A0A1A6;
    font-family: "Alegreya Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.blog-posts .single-post h3 {
    color: #1d1d1d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .3s ease;
}

.blog-posts .single-post:hover h3 {
    color: var(--brick);
}

.blog-posts .post-author {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #A0A1A6;
    font-family: "Alegreya Sans";
    font-size: 16px;
    line-height: 1;
    margin-top: 8px;
}

.blog-posts .author-thumb {
    width: 32px;
    height: 32px;
    aspect-ratio: 1;
}

.blog-posts .posts-related .author-thumb {
    width: 48px;
    height: 48px;
}

.blog-posts .author-thumb img {
    border-radius: 999px;
}

.blog-posts .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(29, 29, 29, 0.10);
    border-bottom: 1px solid rgba(29, 29, 29, 0.10);
    padding: 32px 0;
}

.pagination:empty {
    display: none;
}

.blog-posts .next,
.blog-posts .prev {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1D1D1D;
    font-family: "Alegreya Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66;
    transition: color .3s ease;
    text-transform: capitalize;
}

.blog-posts .next svg path,
.blog-posts .prev svg path {
    transition: stroke .3s ease;
}

.blog-posts .next:hover,
.blog-posts .prev:hover {
    color: var(--bcc-1);
}

.blog-posts .next:hover svg path,
.blog-posts .prev:hover svg path {
    stroke: var(--bcc-1);
}

.blog-posts .pagination-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

}

.blog-posts .pagination-numbers>* {
    color: #1d1d1d;
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    border-radius: 999px;
    transition: color .3s ease, background .3s ease;
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-posts .pagination-numbers a:hover,
.blog-posts .pagination-numbers span.current {
    color: #fff;
    background-color: var(--brick);
}

@media (max-width:1199px) {
    .blog-posts .posts>a {
        width: calc(50% - 20px);
    }
}

@media (max-width:991px) {
    .blog-posts {
        padding: 32px 0;
    }

    .blog-posts .blog-wrapper {
        gap: 32px;
    }

    .blog-posts .posts-related>a {
        width: 100%;
    }

    .blog-posts .posts>a {
        gap: 8px;
    }
}

@media (max-width:768px) {
    .blog-posts .posts {
        gap: 40px;
    }

    .blog-posts .posts>a {
        width: 100%
    }

    .blog-posts .post-author {
        margin-top: 0;
    }

}

/* blog posts */

/* search results */

.search-results-block {
    padding: 64px 0;
}

.search-block-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.search-phrase {
    display: flex;
    align-items: center;
    padding: 8px 0;
    gap: 8px;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Alegreya Sans';
    line-height: 1.36;
    letter-spacing: 0.44px;
    color: #1d1d1d;
}

.search-phrase strong {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Alegreya Sans SC';
}

.search-results-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.search-results-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Alegreya Sans';
    font-size: 16px;
    font-weight: 400;
}

.results-title {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Alegreya Sans';
    letter-spacing: 0.44px;
    color: #1d1d1d;
    margin-bottom: 16px;
    padding: 8px 0;
}

.search-results-list .result-title {
    color: var(--red);
}

.search-results-list .result-date {
    color: var(--input);
}

.search-results-list .result-icon {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.search-box {
    background: #F6F6F6;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.search-box-title {
    font-size: 24px;
    font-weight: 500;
    color: #1d1d1d;
}

.search-box-content form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.search-box-item {
    flex: 1 auto;
    min-width: 200px;
    max-width: 200px;
}

.search-box-item.box-sort {
    min-width: 160px;
    max-width: 160px;
    margin-left: auto;
}

.search-box-item.search-input-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 300px;
    max-width: 300px;
}

.search-input-wrapper input[type="search"] {
    width: 100%;
}

.search-input-wrapper button {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 100%;
    border: 0;
    cursor: pointer;
    position: relative;
    background: var(--red);
}

.search-input-wrapper button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    z-index: 0;
    transition: clip-path 0.3s ease;
    background-color: var(--antracyte);
}

.search-input-wrapper button:hover::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100%), calc(100%) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100%), calc(100%) 100%, 0 100%);
}

.search-input-wrapper button svg {
    width: 14px;
    height: 14px;
    aspect-ratio: 1;
    z-index: 4;
    position: relative;
    stroke: white;
}

@media (max-width:1260px) {
    .search-box-item.search-input-wrapper {
        max-width: 100%;
        flex: 2;
    }

    .search-box-item {
        flex: 1;
    }

    .search-box-item.box-sort,
    .search-box-item {
        max-width: 100%;
    }
}

@media (max-width:1199px) {
    .search-results-block {
        padding: 48px 0;
    }

    .search-block-wrapper {
        gap: 48px;
    }

}

@media (max-width:991px) {
    .search-results-block {
        padding: 32px 0;
    }

    .search-block-wrapper {
        gap: 32px;
    }

    .search-box {
        padding: 16px;
        gap: 16px;
    }

}

@media (max-width:479px) {
    .search-box-item {
        min-width: 100%;
    }
}

/* search results */

/* 404 */

.error-page {
    padding: 64px 0;
}

.error-page-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.error-page .btn-wrapper {
    justify-content: center;
}

/* 404 */

/* event posts */

.events {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

.has-loader {
    position: relative;
}

.has-loader::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    z-index: 99;
    transition: opacity 0.3s;
    pointer-events: none;
}

.has-loader.loading::before {
    opacity: 1;
}

.has-loader.loading::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #1D1D1D;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div.single-event {
    background: #FFF;
    box-shadow: 0 4px 15px 0 rgba(30, 33, 190, 0.10);
    padding: 32px;
    display: flex;
    align-items: stretch;
    gap: 64px;
}

div.single-event .post-thumb {
    position: relative;
}

div.single-event:hover .post-thumb::before {
    opacity: 0;
}

div.single-event .post-thumb,
div.single-event .post-thumb img {
    aspect-ratio: 1;
    max-width: 320px;
    min-width: 320px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.single-event .post-register-wrapper {
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.single-event .post-register-wrapper .btn-wrapper {
    margin-top: auto;
}

div.single-event .price-wrapper {
    padding: 16px 0;
    color: var(--red);
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 24px;
    font-weight: 500;
}

div.single-event .btn {
    white-space: nowrap;
    width: 100%;
}

div.single-event .btn svg {
    min-width: 10px;
}

div.single-event .post-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

div.single-event h3 {
    color: #1d1d1d;
    line-height: 1.1;
    padding: 8px 0;
}

div.single-event .event-data-wrapper {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

div.single-event .event-data-wrapper>p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.single-event .event-data-single {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 16px;
    font-weight: 500;
    line-height: 1.66;
}

div.single-event .event-data-single svg {
    min-width: 16px;
}

div.single-event .cat-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

div.single-event .badge-single {
    color: #fff;
    padding: 8px 16px;
    color: #FFF;
    font-family: "Alegreya Sans";
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.7px;
}

.search-boxes {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.search-box-years {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.search-box-years a.btn-normal-white:hover,
.search-box-years a.btn-normal-white.active {
    background-color: var(--brick);
    color: #fff;
}

.search-box-years a.see-more-years {
    color: var(--content);
}

.search-box-years .year-hidden:not(.active) {
    display: none;
}

.search-box-months-wrapper {
    margin: 0 auto;
}

.search-box-months {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
}

.search-box-months::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 6px;
    background-color: #fff;
}

.search-box-month-single {
    position: relative;
    border-radius: 999px;
    border: 5px solid #FFF;
    width: 64px;
    height: 64px;
    aspect-ratio: 1;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: capitalize;
    color: var(--content);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background .3s ease, color .3s ease, box-shadow .3s ease;
    cursor: pointer;
    background: #F6F6F6;
}

.search-box-month-single:hover,
.search-box-month-single.active {
    background: var(--brick);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10);
    color: #fff;
}

@media (max-width:1440px) {
    div.single-event {
        gap: 32px;
    }
}

@media (max-width:1199px) {

    div.single-event .post-thumb,
    div.single-event .post-thumb img {
        max-width: 240px;
        min-width: 240px;
    }

    .search-box-months {
        gap: 16px;
        flex-wrap: wrap;
    }

    .search-box-months::before {
        display: none;
        content: none;
    }
}

@media (max-width:991px) {
    div.single-event {
        flex-wrap: wrap;
        padding: 16px;
        gap: 16px 32px;
    }

    div.single-event .post-content-wrapper {
        max-width: calc(100% - 32px - 240px);
    }

    div.single-event .post-register-wrapper {
        min-width: 100%;
    }
}

@media (max-width:768px) {
    div.single-event .post-content-wrapper {
        max-width: 100%;
    }

    div.single-event .post-thumb,
    div.single-event .post-thumb img {
        max-width: 100%;
        min-width: 100%;
        aspect-ratio: 4/2;
    }
}

/* event posts */

/* contact form */

.wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
}

.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px;
}

.wpcf7-form .form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.wpcf7-form .form-wrapper>* {
    width: 100%;
}

.wpcf7-form p {
    width: 100%;
    color: #A0A1A6;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
}

.wpcf7-form h2,
.wpcf7-form h3 {
    width: 100%;
    color: #1d1d1d;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.28px;
}

.wpcf7-form .form-column {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.wpcf7-form label {
    display: flex;
    flex-direction: column;
    gap: 0;
    color: #1D1D1D;
    font-family: Alegreya;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    width: 100%;
}

.wpcf7-form label>span:not(.wpcf7-form-control-wrap) {
    padding: 8px 8px 0;
    color: #1D1D1D;
    font-family: Alegreya;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    width: 100%;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
    font-family: Alegreya;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px solid rgba(22, 23, 29, 0.10);
    padding: 8px;
    color: #1d1d1d;
}

.wpcf7-form .wpcf7-text::placeholder,
.wpcf7-form .wpcf7-textarea::placeholder {
    color: var(--input);
}

.wpcf7-form .form-column>* {
    width: calc(50% - 16px);
}

.wpcf7-form .wpcf7-submit {
    padding: 20px 67px 20px 40px;
    border: 0;
    color: #fff;
    background: transparent;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}

.wpcf7-form .form-submit {
    position: relative;
    background: var(--graphite);
    z-index: 9;
    font-family: 'Alegreya Sans SC';
}

.wpcf7-form .form-submit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 46px) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 46px) 100%, 0 100%);
    z-index: 1;
    transition: clip-path 0.3s ease;
    background-color: var(--brick);
}

.wpcf7-form .form-submit:hover::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100%), calc(100%) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100%), calc(100%) 100%, 0 100%);
}

.wpcf7-form .form-submit::after {
    content: '';
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/btn-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 9px;
    height: 9px;
    z-index: 4;
}

.wpcf7-form .wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}

.wpcf7-form-control.wpcf7-checkbox {
    margin: 0 8px;
}

.wpcf7-list-item {
    color: var(--content);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66;
    margin: 0;
}

.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
    padding: 0;
    position: relative;
    padding-left: 34px;
}

.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--red);
    width: 20px;
    height: 20px;
    border-radius: 999px;
}

.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--red);
    width: 14px;
    height: 14px;
    border-radius: 999px;
    opacity: 0;
    transition: opacity .3s ease;
}


.wpcf7-list-item input[type="checkbox"] {
    display: none;
}

.wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

@media (max-width:768px) {
    .wpcf7-form .form-column {
        gap: 16px;
    }

    .wpcf7-form .form-column>* {
        width: 100%;
    }
}


@media (max-width:479px) {

    .wpcf7-form .wpcf7-submit,
    .wpcf7-form .form-submit {
        width: 100%;
    }
}

/* contact form */

/* modal hello */

/* ===== OVERLAY ===== */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

/* ===== MODAL ===== */
#modal-hello {
    position: relative;
    width: 817px;
    height: 576px;
    max-width: 95vw;
    max-height: 90vh;
    background: #F6F6F8;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    transform: translateY(16px) scale(0.98);
    transition: transform 0.3s ease;
}

.modal-overlay.is-open #modal-hello {
    transform: translateY(0) scale(1);
}

#modal-hello .modal-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #F6F6F8;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
}

#modal-hello .modal-content {
    width: 50%;
    flex-shrink: 0;
    padding: 52px 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#modal-hello .modal-heading {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
}

#modal-hello .modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(18, 12, 13, 0.15);
    background: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

#modal-hello .modal-close:hover {
    background: #f3f0f0;
}

#modal-hello .modal-data {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

#modal-hello .modal-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#modal-hello .modal-text-wrapper strong {
    font-weight: 700;
}

body.modal-open {
    overflow: hidden;
}

@media (max-width:991px) {
    #modal-hello .modal-content {
        width: 100%;
    }
}

/* modal hello */

/* sticky banner */

.sticky-banner {
    background: linear-gradient(90deg, #A13333 0%, #3B1313 100%);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 46px 32px;
    z-index: 999;
}

.sticky-banner.position-bottom {
    position: sticky;
    bottom: 0;
}

.sticky-banner .banner-content {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sticky-banner .banner-content * {
    color: #fff;
    text-transform: none;
}

.sticky-banner .sticky-title {
    font-family: 'Alegreya Sans';
    letter-spacing: 2.8px;
}

.sticky-banner .sticky-description {
    font-family: 'Alegreya';
    letter-spacing: 4.8px;
}

@media (max-width:991px) {
    .sticky-banner .banner-content {
        flex-direction: column;
        gap: 16px;
    }

    .sticky-banner {
        padding: 16px;
    }

    .sticky-banner .sticky-title {
        letter-spacing: 1.5px;
    }

    .sticky-banner .sticky-description {
        letter-spacing: 2px;
    }
}

/* sticky banner */