/* ===

Theme Name: One Green Way
Version: 1.0
Description: Website development by Koval Web
Author: Koval Web
Author URI: https://kovalweb.com/

=== */
/* === 0. Root === */
:root {
    --font-family: "Haffer";
    --font-size: 16px;
    --font-weight: 300;
    --font-style: normal;
    --line-height: 1.5;
    --heading-font-family: "Noctis";
    --heading-font-weight: 700;
    --heading-line-height: 1.3;
    --accent-color: #186ADC;
    --background-color: #ffffff;
    --text-primary: #000000;
    --link-color: #004D5C;
    --border-color: #000000;
    --placeholder-color: #000000;
    --error-color: #ff3d0d;
    --el-border-radius: 10px;
}

/* === 0.5. Preloader === */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #D3CABE;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111;
    transition: opacity 0.4s;
}

.preloader svg {
    position: absolute;
    width: 5rem;
    height: 5rem;
}

.preloader.preloader-animation-start .preloader-clock,
  .preloader.preloader-animation-start .pci {
    opacity: 1;
}

.preloader.preloader-animation-step2 .preloader-clock {
    transform: scale(0);
}

.preloader.preloader-animation-step2 .preloader-circle-transform {
    transform: scale(1, 1) translate(0, 0);
}

.preloader.preloader-animation-step2 .preloader-circle {
    animation-name: spin;
    animation-delay: 0.15s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.preloader.preloader-animation-end {
    opacity: 0;
}

.preloader-circle-transform {
    transform: scale(1, 0.4545) translate(0, 26%);
    transform-origin: center;
    transition: transform 0.3s;
}

.preloader-clock {
    z-index: 1;
    opacity: 0;
    transition: transform 0.3s, opacity 0.1s;
}

.pci {
    opacity: 0;
    transition: opacity 0.1s;
}

.pci-1 {
    transition-delay: 0.05s;
}

.pci-2 {
    transition-delay: 0.1s;
}

.pci-3 {
    transition-delay: 0.15s;
}

.pci-4 {
    transition-delay: 0.2s;
}

.pci-5 {
    transition-delay: 0.25s;
}

.pci-6 {
    transition-delay: 0.3s;
}

.pci-7 {
    transition-delay: 0.35s;
}

.pci-8 {
    transition-delay: 0.4s;
}

.pci-9 {
    transition-delay: 0.45s;
}

.pci-10 {
    transition-delay: 0.5s;
}

.pci-11 {
    transition-delay: 0.55s;
}

.pci-12 {
    transition-delay: 0.6s;
}

.fast-preloader {
    transition: opacity 0.3s;
}

.fast-preloader.preloader-animation-step2 .preloader-circle {
    animation-duration: 0.5s;
}

.fast-preloader .pci-1 {
    transition-delay: 0.025s;
}

.fast-preloader .pci-2 {
    transition-delay: 0.05s;
}

.fast-preloader .pci-3 {
    transition-delay: 0.075s;
}

.fast-preloader .pci-4 {
    transition-delay: 0.1s;
}

.fast-preloader .pci-5 {
    transition-delay: 0.125s;
}

.fast-preloader .pci-6 {
    transition-delay: 0.15s;
}

.fast-preloader .pci-7 {
    transition-delay: 0.175s;
}

.fast-preloader .pci-8 {
    transition-delay: 0.2s;
}

.fast-preloader .pci-9 {
    transition-delay: 0.225s;
}

.fast-preloader .pci-10 {
    transition-delay: 0.25s;
}

.fast-preloader .pci-11 {
    transition-delay: 0.275s;
}

.fast-preloader .pci-12 {
    transition-delay: 0.3s;
}

@keyframes spin {
    from {
        transform: scale(1, 1) translate(0, 0) rotate(0deg);
    }

    to {
        transform: scale(1, 1) translate(0, 0) rotate(360deg);
    }
}

@media (min-width: 767px) {
    .preloader svg {
        width: 6.875rem;
        height: 6.875rem;
    }
}

/* === 1. Reset === */
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, footer, header, main, nav, section {
    display: block;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button {
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

/* === 2. Content === */
@font-face {
    font-family: "Haffer";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Haffer"), url("../fonts/Haffer/Haffer-Light.woff2") format("woff2");
}

@font-face {
    font-family: "Haffer";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Haffer"), url("../fonts/Haffer/Haffer-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Haffer";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Haffer"), url("../fonts/Haffer/Haffer-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "Haffer";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Haffer"), url("../fonts/Haffer/Haffer-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Noctis";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noctis"), url("../fonts/Noctis/Noctis-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Noctis";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noctis"), url("../fonts/Noctis/Noctis-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Noctis";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Noctis"), url("../fonts/Noctis/Noctis-Bold-Italic.woff2") format("woff2");
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: var(--font-size);
}

html, body {
    height: 100%;
}

body {
    position: relative;
    font-size: 1.125rem;
    width: 100%;
    min-width: 320px;
    line-height: var(--line-height);
    font-family: var(--font-family), sans-serif;
    font-weight: var(--font-weight);
    overflow-x: hidden;
    color: var(--text-primary);
    fill: var(--text-primary);
    margin: 0;
    padding: 0;
    opacity: 1;
    background-color: var(--background-color);
}

body.overflow-hidden {
    overflow: hidden;
}

.main {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

header ul, header ol, footer ul, footer ol, aside ul, aside ol, nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: var(--link-color);
    text-decoration: underline;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
    color: var(--link-color);
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.list-style-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
}

table.table-border {
    border: 1px solid var(--border-color);
}

table.table-border td {
    border-right: 1px solid var(--border-color);
}

table.table-secondary tr:nth-child(even) {
    background-color: transparent;
}

table.table-secondary tbody tr {
    border-bottom: 1px solid var(--border-color);
    transition: all 0.2s;
}

table.table-secondary tbody tr:first-child {
    border-top: 1px solid var(--border-color);
}

table.table-secondary tbody tr:hover {
    background-color: #F0F4F8;
}

table.table-bordered tr:nth-child(even) {
    background-color: transparent;
}

table.table-bordered td {
    border: 1px solid var(--border-color);
}

table.table-bordered thead tr th {
    color: var(--text-primary);
    border: 1px solid var(--border-color);
}

table td, table th {
    padding: 1rem;
}

table tr:nth-child(even) {
    background-color: #F0F4F8;
}

table thead tr {
    border-bottom: 1px solid var(--border-color);
}

table thead tr th {
    font-weight: bold;
    font-size: 1rem;
}

table tfoot {
    font-weight: 600;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .table-responsive {
        position: relative;
        width: 100%;
        overflow-y: auto;
    }

    .table-responsive table {
        width: 650px;
    }

    .table-responsive-outer {
        position: relative;
    }

    .table-responsive-outer::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0.625rem;
        height: 100%;
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), #fff);
    }

    .table-container::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0.875rem;
        height: 0.875rem;
    }

    .table-container::-webkit-scrollbar-thumb {
        border-radius: var(--el-border-radius);
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font-family), sans-serif;
    font-weight: var(--heading-font-weight);
    line-height: normal;
    padding: 0;
    margin: 0 0 2rem 0;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

p {
    margin: 0 0 2rem 0;
}

mark {
    padding: .2em;
    background-color: var(--accent-color);
    color: var(--background-color);
}

blockquote {
    position: relative;
    margin: 3rem 0;
}

blockquote p {
    position: relative;
    font-family: var(--heading-font-family), sans-serif;
    font-weight: var(--heading-font-weight);
    font-size: 1.125rem;
    line-height: var(--heading-line-height);
    padding: 0 1.5rem 0 2rem;
    margin-bottom: 0 !important;
}

blockquote p::before, blockquote p::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 9px;
    background-image: url("../img/svg-icons/quote.svg");
}

blockquote p::before {
    left: 0;
    top: 0.5rem;
}

blockquote p::after {
    right: 0;
    bottom: 2rem;
}

blockquote cite {
    display: block;
    font-size: 0.875rem;
    text-align: center;
    font-style: normal;
    margin-top: 1.25rem;
}

.content > * {
    margin-bottom: 2rem;
}

.content > *:last-child {
    margin-bottom: 0;
}

.content blockquote {
    margin-bottom: 3rem;
}

.content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
    margin-top: 0;
}

.content ul, .content ol {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

.content ul li, .content ol li {
    position: relative;
    display: flex;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
}

.content ul li::before, .content ol li::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.content ul li::before {
    content: "";
    top: 0.625rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--text-primary);
}

.content ol {
    counter-reset: item;
}

.content ol li::before {
    content: counter(item) ".";
    counter-increment: item;
    list-style: var(--line-height);
    font-family: var(--heading-font-family), sans-serif;
    line-height: 1.33;
}

.content .wp-block-image img {
    margin: 0;
}

.content img {
    display: block;
    margin: 2.5rem 0;
    max-width: 100%;
    height: auto;
}

@media (min-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        line-height: var(--heading-line-height);
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2.25rem;
    }

    h4 {
        font-size: 1.75rem;
    }

    h5 {
        font-size: 1.5rem;
    }

    h6 {
        font-size: 1.25rem;
    }

    blockquote p {
        font-size: 1.575rem;
    }

    blockquote cite {
        font-size: 1rem;
        margin-top: 1.5rem;
    }

    h2, h3, h4, h5, h6 {
        margin: 2.5rem 0;
    }
}

@media (min-width: 1200px) {
    blockquote p {
        font-size: 2.1vw;
    }
}

@media (min-width: 1601px) {
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3.75rem;
    }

    h3 {
        font-size: 3.25rem;
    }

    h4 {
        font-size: 2.75rem;
    }

    h5 {
        font-size: 2rem;
    }

    h6 {
        font-size: 1.625rem;
    }

    blockquote cite {
        font-size: 1.125rem;
        margin-top: 1.5rem;
    }
}

@media (min-width: 1920px) {
    blockquote p {
        font-size: 2.5rem;
    }
}

/* === 3. Layouts === */
.header {
    position: fixed;
    left: 1.5rem;
    top: 1.5rem;
    z-index: 10;
}

.header.header-white .logo {
    fill: var(--background-color);
}

.logo {
    display: block;
    height: 15px;
    fill: var(--text-primary);
    text-decoration: none;
    transition: fill 0.2s;
}

.logo svg {
    display: block;
    height: 100%;
}

.menu-btn {
    position: fixed;
    top: 0.75rem;
    right: 1rem;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    fill: var(--background-color);
    text-transform: uppercase;
    cursor: pointer;
    transition: fill 0.2s;
    z-index: 9;
}

.menu-btn.menu-btn-white {
    color: var(--background-color);
    fill: var(--text-primary);
}

.menu-btn.menu-btn-white .menu-btn-icon {
    background-color: var(--background-color);
}

.menu-btn:hover .menu-btn-icon {
    transform: none;
}

.menu-btn:hover .menu-btn-icon > svg rect {
    width: 100%;
}

.menu-btn:hover .menu-btn-text {
    transform: translateX(-0.5rem);
}

.menu-btn-text {
    transform: translateX(0.75rem);
    transition: all 0.25s;
}

.menu-btn-icon {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    margin-left: 0.325rem;
    background-color: var(--text-primary);
    transform: scale(0.2667);
    transition: all 0.25s;
}

.menu-btn-icon > svg {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    margin: auto;
}

.menu-btn-icon > svg rect {
    transition: width .25s 0s,transform .25s 0s;
}

.menu-btn-icon > svg rect:first-child {
    transform-origin: center 0.625rem;
    transform: rotate(180deg);
}

.decor {
    display: none;
}

.mm-open .main-menu {
    transform: none;
    opacity: 1;
}

.mm-open .main-menu.main-menu-transition {
    transition: transform 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}

.mm-open .menu-btn .menu-btn-icon {
    transform: none;
}

.mm-open .menu-btn .menu-btn-icon > svg rect {
    width: 100%;
}

.mm-open .menu-btn .menu-btn-icon > svg rect:nth-child(1) {
    transform: rotate(45deg) translate(0.125rem, 0.0625rem);
}

.mm-open .menu-btn .menu-btn-icon > svg rect:nth-child(2) {
    transform: rotate(-45deg) translate(-0.75rem, 0.0625rem);
}

.mm-open .menu-btn .menu-btn-text {
    transform: translateX(-0.5rem);
}

.mm-open .menu-btn.menu-btn-white {
    color: var(--text-primary);
    fill: var(--background-color);
}

.mm-open .menu-btn.menu-btn-white .menu-btn-icon {
    background-color: var(--text-primary);
}

.mm-open .header.header-white .logo {
    fill: var(--text-primary);
}

.mm-open .decor.decor-white {
    fill: var(--text-primary);
}

.main-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #D3CABE;
    transform: translateY(-150%);
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 8;
}

.main-menu.main-menu-transition {
    transition: transform 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
}

.mm-container {
    position: relative;
    padding: 5rem 1.5rem 3rem;
    min-height: 100%;
}

.mm-list {
    font-family: var(--heading-font-family), sans-serif;
    font-size: 1.875rem;
    font-weight: var(--heading-font-weight);
    text-transform: uppercase;
    line-height: 1.66;
}

.mm-list > li.active > a::before, .mm-list > li:hover > a::before {
    opacity: 1;
}

.mm-list > li > a {
    position: relative;
    display: block;
    text-decoration: none;
    color: var(--text-primary);
}

.mm-list > li > a::before {
    content: "";
    position: absolute;
    left: -1rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.125rem;
    background-color: #DA8000;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s;
}

.mm-contacts {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mm-contacts .socials {
    justify-content: center;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mmc-heading {
    font-size: 1.75rem;
    font-family: var(--heading-font-family), sans-serif;
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
}

.mmc-content {
    font-size: 1.125rem;
    margin: 2rem 0;
    max-width: 18.5rem;
}

.mmc-content p {
    margin-bottom: 1.5rem;
}

.mmc-content a {
    display: inline-flex;
    text-decoration: none;
    color: var(--text-primary);
}

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

.socials {
    display: flex;
}

.socials li {
    margin-left: 1.25rem;
}

.socials li:first-child {
    margin-left: 0;
}

.socials li a {
    position: relative;
    display: flex;
    width: 3.75rem;
    height: 3.75rem;
    fill: var(--text-primary);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    transition: fill 0.25;
}

.socials li a svg {
    position: relative;
    display: block;
    margin: auto;
    z-index: 2;
}

.socials li a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--text-primary);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    z-index: 1;
    transition: transform .25s;
}

.socials li a:hover {
    fill: var(--background-color);
}

.socials li a:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.mm-circle {
    display: none;
}

.mm-footer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 0.9375rem;
    margin-top: 2rem;
}

.mm-footer .lang {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.5rem;
}

.mm-list-secondary {
    display: flex;
}

.mm-list-secondary li {
    margin-left: 1.25rem;
}

.mm-list-secondary li:first-child {
    margin-left: 0;
}

.mm-list-secondary li a {
    display: block;
    text-decoration: none;
    color: #000;
    opacity: 0.4;
}

.mm-list-secondary li a:hover {
    opacity: 1;
}

.copyright {
    color: #000;
    opacity: 0.4;
}

.lang {
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
}

.lang li {
    margin-left: 1.25rem;
}

.lang li:first-child {
    margin-left: 0;
}

.lang li.active a, .lang li.active span, .lang li:hover a, .lang li:hover span {
    opacity: 1;
}

.lang li a, .lang li span {
    display: block;
    text-decoration: none;
    color: var(--text-primary);
    opacity: 0.4;
    transition: all 0.2s;
}

.section {
    position: relative;
    padding: 4rem 0;
}

.section.section-pt-none {
    padding-top: 0;
}

.section.section-pb-none {
    padding-bottom: 0;
}

.section.section-p-none {
    padding: 0;
}

.section-overflow-hidden {
    overflow: hidden;
}

.section-dark {
    background-color: #004D5C;
    color: var(--background-color);
}

.section-bgc {
    background-color: #D3CABE;
}

.section-heading {
    margin-bottom: 2rem;
    font-kerning: none;
}

.section-heading h1, .section-heading h2 {
    position: relative;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 1.2;
    margin: 0;
}

.section-heading.section-heading-margin-min {
    margin-bottom: 2.5rem;
}

.heading-center {
    text-align: center;
}

.section-desc {
    font-kerning: none;
}

.el-margin-top {
    display: block;
    margin-top: 2rem;
}

.page-start .container {
    width: 100%;
}

.page-header {
    position: relative;
    background: #004D5C;
    color: #fff;
    padding: 2rem 1.5rem 3rem 1.5rem;
    overflow: hidden;
}

.page-header.page-header-green {
    background: #0E3F01;
}

.page-header.page-header-red {
    background: #8D2311;
}

.page-heading-outer {
    margin-bottom: 2rem;
}

.page-heading-outer.pgo-mb-none {
    margin-bottom: 0;
}

.page-heading {
    font-size: 2.25rem;
    margin: 0;
}

.page-thumbnail {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.page-thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ph-dec, .ph-leaf, .ph-stairs {
    display: none;
}

.ph-sun {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    height: 3rem;
    width: 3rem;
    background: #DA8000;
    border-radius: 50%;
    z-index: 2;
}

.page-content {
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ph-sun {
        top: 7.125vw;
        right: 22.75vw;
        height: 10vw;
        width: 10vw;
    }

    .ph-sun.ph-sun-stairs {
        top: 3.9vw;
        right: 25vw;
    }

    .ph-dec,
  .ph-leaf,
  .ph-stairs {
        display: block;
        position: absolute;
        right: 0;
        width: auto;
        fill: var(--text-primary);
        z-index: 1;
    }

    .ph-dec {
        bottom: 0;
        height: 26.875vw;
    }

    .ph-leaf {
        top: 0;
        height: 29.125vw;
    }

    .ph-stairs {
        top: 0;
        height: 100%;
    }
}

@media (max-width: 479.98px) {
    .page-start .container {
        padding: 0;
    }

    .page-heading br {
        display: none;
    }
}

@media (min-width: 480px) {
    .page-header {
        padding: 3rem 3rem 4rem 3rem;
    }
}

@media (min-width: 767px) {
    .page-heading {
        font-size: 6.125vw;
        max-width: 64vw;
    }

    .page-header {
        min-height: 30.625vw;
        padding: 6.25vw 0 4.45vw 10.25vw;
    }

    .page-heading-outer {
        margin-bottom: 3rem;
    }

    .page-thumbnail {
        margin: 3rem 0;
    }
}

@media (min-width: 1440px) {
    .page-heading-outer {
        margin-bottom: 4rem;
    }

    .page-thumbnail {
        margin: 4rem 0;
    }
}

@media (min-width: 1700px) {
    .page-start {
        display: flex;
        align-items: center;
        min-height: 100vh;
    }

    .page-heading-outer {
        margin-bottom: 5.5rem;
    }

    .page-thumbnail {
        margin: 5.5rem 0;
    }
}

@media (min-width: 1800px) {
    .page-header {
        min-height: 34.375rem;
        padding: 7rem 0 5rem 11.5rem;
    }

    .page-heading {
        font-size: 6.875rem;
        max-width: 72rem;
    }

    .ph-sun {
        top: 8rem;
        right: 25.625rem;
        height: 11.375rem;
        width: 11.375rem;
    }

    .ph-sun.ph-sun-stairs {
        top: 4.6875rem;
        right: 30rem;
    }

    .ph-dec {
        height: 88%;
    }

    .ph-leaf {
        height: 95%;
    }

    .page-content {
        max-width: 900px;
    }
}

@media (min-height: 980px) and (min-width: 1600px) {
    .page-start {
        min-height: 980px;
    }
}

.footer {
    position: relative;
    width: 100%;
    padding: 3rem 0;
    background-color: #f0f4f8;
}

/* === 4. Components === */
.btn-group {
    display: flex;
}

.btn-group.btn-group-center {
    justify-content: center;
}

.section-btn {
    margin-top: 2rem;
}

.btn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family), sans-serif;
    font-size: 1.125rem;
    font-weight: var(--font-weight);
    color: var(--text-primary);
    fill: var(--text-primary);
    background: transparent;
    min-width: 8.75rem;
    width: 8.75rem;
    height: 8.75rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1rem;
    outline: none;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s, fill 0.3s;
}

.btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    background-color: var(--text-primary);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s;
}

.btn span {
    position: relative;
    display: block;
    width: 100%;
    transition: opacity 0.1s;
    z-index: 1;
}

.btn span + svg {
    margin-top: 0.875rem;
}

.btn svg {
    position: relative;
    z-index: 1;
}

.btn.btn-white {
    color: var(--background-color);
    fill: var(--background-color);
    border-color: var(--background-color);
}

.btn.btn-white::before {
    background-color: var(--background-color);
}

.btn.btn-white:hover {
    color: var(--text-primary);
    fill: var(--text-primary);
}

.btn.btn-downloads {
    padding-top: 2.5rem;
}

.btn.btn-loader::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 6px;
    margin-left: -12px;
    margin-top: -3px;
    background-image: url("../img/three-dots.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.1s;
}

.btn.btn-loading {
    color: var(--background-color);
    fill: var(--background-color);
}

.btn.btn-loading::before {
    transform: translate(-50%, -50%) scale(1);
}

.btn.btn-loading::after {
    opacity: 1;
}

.btn.btn-loading span {
    opacity: 0;
}

.btn:hover {
    color: var(--background-color);
    fill: var(--background-color);
}

.btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.btn:focus {
    outline: none;
}

.btn-link-outer {
    display: flex;
}

.btn-link-outer .btn-link {
    display: flex;
}

.btn-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text-primary);
    fill: var(--text-primary);
    transition: opacity 0.25s;
}

.btn-link.btn-link-li svg {
    margin-left: 0;
    margin-right: 10px;
}

.btn-link span, .btn-link svg {
    display: block;
}

.btn-link svg {
    margin-left: 10px;
}

.btn-link:hover {
    color: var(--text-primary);
    opacity: 0.5;
}

*::-webkit-input-placeholder,
*::placeholder {
    color: var(--placeholder-color);
    opacity: 1;
    font-weight: 300;
}

.form-control,
.form-label {
    font-size: 1.125rem;
    width: 100%;
    padding: 1rem 0;
    line-height: 1.2;
    transition: all 0.2s;
}

.form-control {
    position: relative;
    display: block;
    font-family: var(--font-family), sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--border-color);
    background-color: transparent;
    outline: none;
    color: var(--text-primary);
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-label {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    color: var(--placeholder-color);
    border-bottom: 1px solid transparent;
    transform: none;
    z-index: 1;
}

textarea {
    height: auto;
    resize: none;
}

.select {
    position: relative;
}

.select select {
    padding-right: 2rem;
}

.select::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1rem;
    height: 0.625rem;
    background-image: url("../img/svg-icons/arrow-down.svg");
    background-repeat: no-repeat;
    margin-top: -0.3125rem;
    pointer-events: none;
}

.select.open .select-dropdown {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.select-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
    border: 1px solid var(--border-color);
    background-color: #fff;
    list-style: none;
    margin: 0.375rem 0 0 0;
    padding: 0.75rem 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: all 0.2s;
}

.select-dropdown li {
    cursor: pointer;
    padding: 0.5rem 1.5rem;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.select-dropdown li:hover, .select-dropdown li.selected {
    opacity: 1;
}

.section-bgc .select-dropdown {
    background-color: #D3CABE;
}

.form-field {
    position: relative;
    margin-bottom: 2rem;
}

.form-field .form-control
.form-label {
    margin: 0;
}

.form-field.form-field-bordered .form-control,
  .form-field.form-field-bordered .form-label {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.form-field.form-field-bordered .form-control {
    border: 1px solid var(--border-color);
}

.form-field.form-field-bordered .form-label {
    border: 1px solid transparent;
}

.form-field.focus .form-label {
    opacity: 0;
    visibility: hidden;
    transform: translateX(1rem);
}

.form-field.form-field-checkbox div.error {
    top: -16px;
}

.form-field div.error {
    position: absolute;
    left: 0;
    top: -11px;
    font-size: 11px;
    line-height: 1;
}

.form-field-errors {
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

.input-states-labelled {
    display: block;
    line-height: 1;
}

.form-field-group {
    position: relative;
}

.form-field-group.focus .form-field-label {
    opacity: 0;
    visibility: hidden;
    transform: translateX(1rem);
}

.required {
    color: var(--error-color);
}

/* Begin checkbox */
.checkbox {
    position: relative;
}

.checkbox-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.checkbox-input:checked + .checkbox-label .checkbox-ico {
    background-color: var(--text-primary);
}

.checkbox-input:checked + .checkbox-label .checkbox-ico svg {
    opacity: 1;
}

.checkbox-label {
    position: relative;
    line-height: 1.25rem;
    font-weight: var(--font-weight);
    margin: 0;
    font-size: 0.875rem;
    display: flex;
    cursor: pointer;
    color: var(--text-primary);
    transition: color 0.2s;
}

.checkbox-label a {
    display: inline-flex;
}

.checkbox-ico {
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    margin-right: 0.625rem;
    border: 1px solid var(--border-color);
    fill: var(--background-color);
    color: var(--text-primary);
    transition: all 0.2s;
}

.checkbox-ico svg {
    margin: auto;
    width: 0.625rem;
    height: 0.625rem;
    opacity: 0;
    transition: all 0.2s;
}

/* End checkbox */
.section-form-success .form-success-desc,
.section-form-success .form-success-check {
    display: block;
}

.section-form-success .contact-form {
    display: none;
}

.form-success-desc,
.form-success-check {
    display: none;
}

.form-success-check {
    min-width: 150px;
    width: 150px;
    min-height: 150px;
    height: 150px;
    margin: 2.5rem auto 0;
}

.form-success-check svg {
    display: block;
    width: 100%;
    height: 100%;
}

.breadcrumbs {
    display: block;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 1rem;
}

.breadcrumbs a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

.breadcrumbs a:hover {
    color: var(--text-primary);
}

.breadcrumbs.breadcrumbs-white {
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumbs.breadcrumbs-white a {
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumbs.breadcrumbs-white a:hover {
    color: #fff;
}

.breadcrumbs.breadcrumbs-white .breadcrumb_last,
    .breadcrumbs.breadcrumbs-white .last {
    color: #fff;
}

.breadcrumbs .breadcrumb_last,
  .breadcrumbs .last {
    color: var(--text-primary);
}

.breadcrumbs-mt {
    margin-top: 1rem;
}

@media (min-width: 767px) {
    .breadcrumbs {
        font-size: 1rem;
    }

    .breadcrumbs-mt {
        margin-top: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs {
        font-size: 1.125rem;
    }

    .breadcrumbs-mt {
        margin-top: 2rem;
    }
}

.pagination {
    position: relative;
    margin-top: 3rem;
    font-size: 0.875rem;
}

.pagination-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.pagination-list li {
    margin-right: 0.625rem;
}

.pagination-list li:last-child {
    margin-right: 0;
}

.pagination-list li a, .pagination-list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-decoration: none;
    border-radius: 50%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.5);
    fill: rgba(0, 0, 0, 0.5);
    transition: all 0.2s;
}

.pagination-list li a > svg, .pagination-list li span > svg {
    height: 0.75rem;
}

.pagination-list li a:hover {
    border-color: var(--text-primary);
    color: var(--text-primary);
    fill: var(--text-primary);
}

.pagination-list li.active a, .pagination-list li.active span {
    background: var(--text-primary);
    border-color: var(--text-primary);
    color: var(--background-color);
    fill: var(--background-color);
}

@media (min-width: 767px) {
    .pagination {
        font-size: 1rem;
        margin-top: 4rem;
    }

    .pagination-list li a, .pagination-list li span {
        width: 3.25rem;
        height: 3.25rem;
    }

    .pagination-list li a > svg, .pagination-list li span > svg {
        height: 0.875rem;
    }
}

@media (min-width: 1200px) {
    .pagination {
        margin-top: 4.75rem;
    }
}

@media (min-width: 1440px) {
    .pagination {
        font-size: 1.125rem;
        margin-top: 5.5rem;
    }

    .pagination-list li a, .pagination-list li span {
        width: 3.75rem;
        height: 3.75rem;
    }

    .pagination-list li a > svg, .pagination-list li span > svg {
        height: 1rem;
    }
}

.modal,
.modal-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 1.5rem;
    z-index: 100000;
    transition: all 0.2s 0.2s;
}

.modal.init {
    display: block;
}

.modal.show {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0s;
}

.modal.show .modal-dialog {
    transform: none;
    opacity: 1;
}

.modal-backdrop {
    background-color: #000;
    z-index: 99999;
    transition: opacity .15s linear;
}

.modal-backdrop.show {
    transform: none;
    opacity: 0.8;
    visibility: visible;
}

.modal-form-success .modal-form {
    display: none;
}

.modal-form-success .modal-form-success {
    display: flex;
}

.modal-dialog {
    display: flex;
    align-items: center;
    max-width: 510px;
    margin: 1.5rem auto;
    min-height: calc(100% - 3rem);
    transform: scale3d(0.75, 0.75, 1);
    opacity: 0;
    transition: all .2s;
}

.modal-content {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.modal-header {
    padding: 3rem 3rem 0;
}

.modal-heading {
    font-family: var(--heading-font-family), sans-serif;
    font-weight: var(--heading-font-weight);
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

.modal-desc {
    font-size: 1rem;
    text-align: center;
    margin: 1rem 0 0;
}

.modal-body {
    padding: 1.5rem 2rem 2.5rem 2rem;
}

.modal-close {
    display: flex;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    fill: var(--text-primary);
    z-index: 1;
}

.modal-close rect:nth-child(1) {
    transform: rotate(45deg) translate(6px, -13px);
}

.modal-close rect:nth-child(2) {
    transform: rotate(-45deg) translate(-12px, 5px);
}

.modal-form-success {
    display: none;
    margin-top: 1rem;
}

/* 5 General */
.items {
    margin-bottom: -2rem;
}

.item {
    margin-bottom: 2rem;
}

.container-wide,
.container {
    position: relative;
    padding: 0 1.5rem;
}

.el {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.el::after {
    content: "";
    float: left;
    margin-top: 100%;
}

.el-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.img-container {
    --img-height: 100%;
}

.img-container::after {
    margin-top: var(--img-height);
}

.img-cover {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@keyframes circleText {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* === 6. Sections === */
.form-btn {
    margin: 2.5rem auto 0;
}

@media (min-width: 767px) and (min-height: 550px) {
    .contacts-horizontal {
        min-width: 100vw;
    }

    .contacts-horizontal {
        display: flex;
        align-items: center;
        height: 100vh;
    }
}

@media (min-width: 767px) {
    .contact-form {
        position: relative;
        max-width: 45rem;
        padding: 0 4rem 2.5rem 0;
        margin: 0 auto;
    }

    .contact-form .form-field-textarea,
    .contact-form textarea {
        height: 100%;
    }

    .contact-form .form-field-textarea,
    .contact-form .form-field-checkbox {
        margin: 0;
    }

    .form-row {
        display: flex;
        margin: 0 -1rem;
    }

    .form-col {
        width: 50%;
        padding: 0 1rem;
    }

    .form-btn {
        position: absolute;
        right: 0;
        bottom: -1.5rem;
        background-color: #D3CABE;
    }
}

@media (min-width: 1024px) {
    .contact-form {
        max-width: 72rem;
    }

    .contacts-page {
        display: flex;
        align-items: center;
        min-height: 100vh;
    }
}

@media (min-width: 1200px) {
    .form-btn {
        bottom: -2.5rem;
    }

    .contact-form {
        padding-right: 6rem;
    }
}

@media (min-width: 1350px) {
    .form-row {
        margin: 0 -1.5rem;
    }

    .form-col {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1540px) {
    .contact-form {
        padding: 0 5rem 2.5rem;
        max-width: 87.5rem;
    }
}

@media (min-width: 1601px) {
    .form-row {
        margin: 0 -2rem;
    }

    .form-col {
        padding: 0 2rem;
    }
}

@media (min-height: 1024px) and (min-width: 1024px) {
    .contacts-page {
        min-height: 1024px;
    }
}

.contacts-git {
    position: relative;
    display: flex;
    min-height: 500px;
}

.contacts-git::before, .contacts-git::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
}

.contacts-git::before {
    left: 0;
    background-image: url("../img/cbg.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.contacts-git::after {
    right: 0;
    background-color: #DA8000;
}

.cgit {
    position: relative;
    text-transform: uppercase;
    font-family: var(--heading-font-family), sans-serif;
    width: 240px;
    height: 240px;
    font-size: 7rem;
    font-weight: bold;
    fill: var(--text-primary);
    margin: auto;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
}

.cgit svg {
    display: block;
    width: 100%;
    height: 100%;
    animation: circleText 20s linear infinite;
}

.contacts-img {
    display: none;
}

.contacts-content {
    display: flex;
    justify-content: center;
}

.contacts-content .section-heading {
    margin-bottom: 2.5rem;
}

.contacts-content .socials {
    margin-top: 2.5rem;
}

.cc-content {
    font-size: 1.125rem;
    margin: 2rem 0;
}

.cc-content p {
    margin-bottom: 1.5rem;
}

.cc-content a {
    display: inline-flex;
    text-decoration: none;
    color: var(--text-primary);
}

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

@media (min-width: 480px) {
    .contacts-git {
        min-height: 100vh;
    }
}

@media (min-width: 767px) {
    .cgit {
        width: 45vh;
        height: 45vh;
    }

    .contacts-content .section-heading {
        margin-bottom: 3rem;
    }

    .contacts-content .socials {
        margin-top: 3rem;
    }
}

@media (min-width: 992px) {
    .cgit {
        width: 55vh;
        height: 55vh;
    }
}

@media (min-width: 1024px) {
    .contacts {
        position: relative;
    }

    .contacts::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5vw;
        width: 100%;
        background-color: #D3CABE;
    }

    .contacts.section {
        padding-bottom: 0;
    }

    .contacts-row {
        display: flex;
        align-items: center;
    }

    .contacts-content {
        width: 50%;
        padding: 0 2rem 2.5vw 0;
    }

    .contacts-img {
        display: block;
        width: 50%;
    }
}

@media (min-width: 1920px) {
    .contacts {
        position: relative;
    }

    .contacts::before {
        height: 96px;
    }

    .contacts-content {
        padding-bottom: 48px;
    }
}

@media (min-height: 1024px) {
    .contacts-git {
        min-height: 1024px;
    }

    .cgit {
        width: 564px;
        height: 564px;
    }
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -3rem;
}

.news-item {
    position: relative;
    font-size: 1rem;
    max-width: 25.5rem;
    margin-top: 3rem;
}

.news-item-img {
    display: block;
    height: 25rem;
}

.news-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-item-details {
    padding-top: 2rem;
}

.news-item-title {
    margin: 0.5rem 0 1.25rem;
    line-height: 1.3;
    font-size: 1.875rem;
    font-weight: bold;
}

.news-item-title a {
    display: block;
    text-decoration: none;
    color: var(--text-primary);
    transition: color 0.2s;
}

.news-item-title a:hover {
    color: var(--link-color);
}

.news-item-date {
    opacity: 0.5;
}

.news-item-desc {
    margin: 0 0 1.125rem 0;
    opacity: 0.5;
}

.news-item-desc p {
    margin: 0;
}

.news-item-link {
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.25rem;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--text-primary);
}

.news-item-link:hover {
    color: var(--text-primary);
    opacity: 0.4;
}

.n2l, .n4l {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.n3l {
    -webkit-line-clamp: 3;
}

.n4l {
    -webkit-line-clamp: 4;
}

@media (min-width: 767px) {
    .news-list {
        max-width: 46rem;
        margin: -3rem auto 0;
        justify-content: space-between;
    }

    .news-item {
        width: 100%;
        max-width: 21rem;
    }
}

@media (min-width: 1024px) {
    .news-list {
        max-width: 55rem;
    }

    .news-item {
        max-width: 25.5rem;
        font-size: 1.125rem;
    }

    .news-item-title {
        font-size: 2rem;
    }

    .news-item-img {
        height: 30rem;
    }
}

@media (min-width: 1350px) {
    .news-list {
        max-width: 100%;
        margin: 0;
    }

    .news-item {
        max-width: 25.5rem;
        margin-top: 0;
    }

    .news-item:nth-child(3n+2) {
        margin-top: 4rem;
    }
}

@media only screen and (min-width: 1500px) {
    .news-item {
        max-width: 28rem;
    }

    .news-item:nth-child(3n+2) {
        margin-top: 6rem;
    }

    .news-item-title {
        font-size: 2.5rem;
    }
}

.article-footer {
    margin-top: 3rem;
}

.article-share {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 2rem;
}

.article-share > div {
    margin-right: 1rem;
}

.article-share ul {
    display: flex;
}

.article-share ul li {
    margin-right: 1rem;
}

.article-share ul li:last-child {
    margin-right: 0;
}

.article-share ul li a {
    display: flex;
    width: 32px;
    height: 32px;
    fill: var(--text-primary);
}

.article-share ul li a > svg {
    margin: auto;
}

.article-share ul li a:hover {
    opacity: 0.5;
}

.article-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-nav .btn-link {
    margin-right: 3rem;
}

.article-nav .btn-link:last-child {
    margin-right: 0;
}

@media (min-width: 600px) {
    .article-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .article-share {
        margin-bottom: 0;
    }
}

@media (min-width: 767px) {
    .article-footer {
        margin-top: 4rem;
    }

    .article-footer {
        margin-top: 4rem;
    }
}

@media (min-width: 1601px) {
    .article-footer {
        margin-top: 5rem;
    }
}

/* === 7. Cookie === */
.cookie-message {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.25rem 1rem;
    opacity: 0;
    visibility: hidden;
    color: var(--background-color);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 111111;
    transition: all 0.2s;
}

.cookie-message::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: var(--text-primary);
    z-index: -1;
}

.cookie-message.open {
    opacity: 1;
    visibility: visible;
}

.cmc-heading {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
}

.cmc-desc p {
    display: block;
    margin: 0;
}

.mc-btn {
    white-space: nowrap;
    margin-left: 1.5rem;
    min-width: 11.25rem;
}

@media only screen and (max-width: 576px) {
    .cookie-message {
        display: block;
        padding: 1rem;
    }

    .cmc-desc {
        margin-bottom: 1rem;
    }

    .mc-btn {
        margin-left: 0;
    }
}

/* === 8. Media === */
@media (min-width: 480px) {
    .section-heading {
        margin-bottom: 2.25rem;
    }

    .section-heading h1, .section-heading h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 767px) {
    .section {
        padding: 5.75rem 0;
    }

    .section-heading {
        margin-bottom: 2.75rem;
    }

    .section-heading h1, .section-heading h2 {
        font-size: 2.75rem;
    }

    .section-heading.section-heading-large {
        margin-bottom: 3.5rem;
    }

    .section-heading.section-heading-large h1, .section-heading.section-heading-large h2 {
        font-size: 3.5rem;
    }

    .el-margin-top,
  .section-btn {
        margin-top: 2.75rem;
    }

    .logo {
        height: 1.25rem;
    }

    .mm-open .menu-btn .menu-btn-text {
        transform: translateX(-1.25rem);
    }

    .menu-btn {
        right: 2rem;
        top: 1.125rem;
    }

    .menu-btn:hover .menu-btn-text {
        transform: translateX(-1.25rem);
    }

    .menu-btn-icon {
        width: 3.25rem;
        height: 3.25rem;
        margin: 0;
        transform: scale(0.2667);
    }

    .menu-btn-icon > svg {
        width: 1.375rem;
        height: 1.375rem;
    }

    .decor {
        display: block;
        position: fixed;
        z-index: 9;
        fill: var(--text-primary);
        pointer-events: none;
        transition: all 0.2s;
    }

    .decor svg {
        display: block;
        height: 100%;
    }

    .decor.decor-white {
        fill: var(--background-color);
    }

    .decor.decor-lt, .decor.decor-lb {
        left: 2rem;
    }

    .decor.decor-lt {
        top: 2rem;
        height: 1.75rem;
    }

    .decor.decor-lb {
        height: 1.625rem;
    }

    .decor.decor-lb, .decor.decor-rb {
        bottom: 2rem;
    }

    .decor.decor-rb {
        right: 2rem;
        height: 1.75rem;
    }

    .header {
        left: 50%;
        top: 2.25rem;
        transform: translateX(-50%);
    }

    .container {
        width: 100%;
        max-width: 101.5rem;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .container-wide {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .mm-main {
        display: flex;
        margin: auto 0;
        width: 100%;
    }

    .mm-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 5.5rem 2rem;
    }

    .mm-list {
        width: 50%;
        font-size: 2.5rem;
        line-height: 1.625;
    }

    .mm-list > li > a::before {
        left: -1.375rem;
        width: 0.625rem;
        height: 0.625rem;
        margin-top: 0;
    }

    .mmc-heading {
        font-size: 2rem;
    }

    .mm-contacts {
        position: relative;
        display: flex;
        align-items: center;
        width: 50%;
        margin: 0;
        border: none;
        padding: 0 0 0 4rem;
    }

    .mm-contacts::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #000;
        opacity: 0.1;
    }

    .mm-contacts .socials {
        justify-content: flex-start;
        padding: 0;
        border: none;
    }

    .mmc-content {
        margin: 2rem 0;
    }

    .mm-footer .lang {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: auto;
        margin: 0;
    }

    .form-success-check {
        width: 15.625vw;
        height: 15.625vw;
    }
}

@media (min-width: 767px) and (min-height: 550px) {
    .horizontal-sections {
        position: relative;
        overflow: hidden;
    }

    .horizontal-sections .pin-wrap,
    .horizontal-sections .animation-wrap {
        display: flex;
        position: relative;
        z-index: 1;
        height: 100vh;
    }

    .horizontal-sections .section {
        height: 100vh;
    }
}

@media (min-width: 767px) and (min-height: 740px) {
    .mm-list {
        line-height: 1.75;
    }
}

@media (min-width: 767px) and (min-height: 800px) {
    .mm-list {
        line-height: 2;
    }
}

@media (min-width: 1024px) and (max-height: 700px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .mm-container {
        padding: 5.5rem 6.5rem 2.25rem;
    }

    .mm-list > li > a::before {
        left: -1.875rem;
    }
}

@media (min-width: 1200px) {
    .section-heading {
        margin-bottom: 4.166vw;
    }

    .section-heading h1, .section-heading h2 {
        font-size: 4.166vw;
    }

    .section-heading.section-heading-large {
        margin-bottom: 5vw;
    }

    .section-heading.section-heading-large h1, .section-heading.section-heading-large h2 {
        font-size: 5.73vw;
    }

    .el-margin-top,
  .section-btn {
        margin-top: 4.166vw;
    }

    .btn {
        min-width: 10rem;
        width: 10rem;
        height: 10rem;
    }

    .section {
        padding: 7.5rem 0;
    }

    .mm-contacts {
        padding-left: 7rem;
    }

    .mm-list {
        font-size: 3rem;
    }

    .mmc-heading {
        font-size: 2.5rem;
    }

    .mmc-content {
        margin: 2.75rem 0;
    }

    .checkbox-label {
        font-size: 0.9375rem;
    }
}

@media (min-width: 1200px) and (min-height: 750px) {
    .header {
        top: 3rem;
    }

    .logo {
        height: 1.5rem;
    }

    .menu-btn {
        right: 2.75rem;
        top: 1.875rem;
    }

    .menu-btn-icon {
        width: 3.75rem;
        height: 3.75rem;
    }

    .menu-btn-icon > svg {
        width: 1.5625rem;
        height: 1.5625rem;
    }

    .decor.decor-lt, .decor.decor-lb {
        left: 2.75rem;
    }

    .decor.decor-lt {
        top: 2.75rem;
        height: 2rem;
    }

    .decor.decor-lb {
        height: 1.875rem;
    }

    .decor.decor-lb, .decor.decor-rb {
        bottom: 2.75rem;
    }

    .decor.decor-rb {
        right: 2.75rem;
        height: 2rem;
    }

    .mm-container {
        padding: 7rem 10rem 3rem;
    }

    .mmc-content {
        margin: 3.5rem 0;
    }
}

@media (min-width: 1350px) {
    .section {
        padding: 7rem 0;
    }

    .mm-circle {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        text-transform: uppercase;
        font-family: var(--heading-font-family), sans-serif;
        width: 500px;
        height: 500px;
        margin-right: -250px;
        font-weight: bold;
        font-size: 6.5rem;
        fill: var(--text-primary);
        border-radius: 50%;
        overflow: hidden;
        z-index: 2;
        pointer-events: none;
    }

    .mm-circle svg {
        display: block;
        width: 100%;
        height: 100%;
        animation: circleText 20s linear infinite;
    }
}

@media (min-width: 1460px) {
    .mm-circle {
        width: 560px;
        height: 560px;
        margin-right: -280px;
    }
}

@media (min-width: 1601px) {
    body {
        font-size: 1.25rem;
    }

    .form-control,
  .form-label,
  .btn {
        font-size: 1.25rem;
    }

    .section {
        padding: 8rem 0;
    }

    .mm-circle {
        width: 66vh;
        height: 66vh;
        margin-right: -36vh;
    }

    .form-field {
        margin-bottom: 2.5rem;
    }

    .form-field.form-field-bordered .form-control,
    .form-field.form-field-bordered .form-label {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1800px) {
    html {
        font-size: 16px;
    }

    body {
        font-size: 1.375rem;
    }

    .form-control,
  .form-label,
  .btn {
        font-size: 1.375rem;
    }

    .form-control,
  .form-label {
        padding: 1.25rem 0;
    }

    .section {
        padding: 10rem 0;
    }

    .section-btn {
        margin-top: 4rem;
    }

    .menu-btn {
        right: 4.375rem;
    }

    .decor.decor-lt, .decor.decor-lb {
        left: 4.375rem;
    }

    .decor.decor-lt {
        top: 2.8125rem;
    }

    .decor.decor-lb, .decor.decor-rb {
        bottom: 2.8125rem;
    }

    .decor.decor-rb {
        right: 4.375rem;
    }

    .mm-container {
        max-width: 1920px;
        margin: 0 auto;
    }

    .mm-circle {
        width: 680px;
        height: 680px;
        margin-right: -340px;
    }
}

@media (min-width: 1920px) {
    .section-heading {
        margin-bottom: 5rem;
    }

    .section-heading h1, .section-heading h2 {
        font-size: 5rem;
    }

    .section-heading.section-heading-large {
        margin-bottom: 6rem;
    }

    .section-heading.section-heading-large h1, .section-heading.section-heading-large h2 {
        font-size: 6.875rem;
    }

    .el-margin-top,
  .section-btn {
        margin-top: 5rem;
    }

    .form-success-check {
        width: 300px;
        height: 300px;
    }
}
