/* Fonts */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Variables */
:root {
	/* Colors */
    --color-black: #000000;
    --color-black-rgb: 0 0 0;
    --color-black-10: rgb(var(--color-black-rgb) / 10%);
    --color-black-20: rgb(var(--color-black-rgb) / 20%);
	--color-white: #FFFFFF;
    --color-white-rgb: 255 255 255;
    --color-white-10: rgb(var(--color-white-rgb) / 10%);
    --color-white-20: rgb(var(--color-white-rgb) / 20%);
    --color-white-30: rgb(var(--color-white-rgb) / 30%);
    --color-white-40: rgb(var(--color-white-rgb) / 40%);
    --color-blue: #14C0E9;
    --color-blue-2: #099DC7;
    --color-main-blue: #14456E;
    --color-dark-blue: #0C3455;
    --color-disabled-blue: #5B7D9A;
    --color-gray: #6E6E6E;
    --color-light-gray: #F0F0F0;
    --color-gray-2: #E0E0E0;
    --color-light-gray-2: #FBFBFB;
    /* Fonts */
    --font-family-primary: 'Montserrat';
    --font-family-secondary: 'Manrope';
    /* Container */
    --container-width: 85rem;
    --container-padding: 1rem;
    /* Swiper */
    --swiper-theme-color: var(--color-main-blue);
    --swiper-navigation-size: 1.5rem;
    --swiper-navigation-sides-offset: 1rem;
    --swiper-pagination-bullet-horizontal-gap: 0.15625rem;
    --swiper-pagination-bullet-inactive-color: var(--color-black);
    --swiper-pagination-bullet-inactive-opacity: 0.1;
    --swiper-pagination-bullet-width: 0.5625rem;
    --swiper-pagination-bullet-height: 0.4375rem;
    --swiper-pagination-bullet-size: 0.5625rem;
    --swiper-pagination-bullet-border-radius: 0.4375rem;    
}

@media (min-width: 992px) {
    :root {
        /* Swiper */
        --swiper-navigation-size: 2.5rem;
    }
}

/* Normalize */
html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    scrollbar-gutter: stable;
}

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

main,
header,
footer {
    display: block;
}

hr {
    overflow: visible;
    height: 0;
}

:where(ul[class]) {
    list-style: none;
}

:where(ul, ol):where([class]) {
    padding-left: 0;
}

a {
    display: inline-block;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    shape-margin: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    border-style: none;
}

video {
    max-width: 100%;
    height: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 0.0625rem dotted ButtonText;
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal;
    color: inherit;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -0.125rem;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

details {
    display: block;
}

[hidden] {
    display: none;
}

[fill] {
    fill: currentColor;
}

[stroke] {
    stroke: currentColor;
}

svg * {
    transition-property: fill, stroke;
}

body {
    background-color: var(--color-white);
    font-family: var(--font-family-secondary);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -2%;
    color: var(--color-gray);
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: var(--font-family-primary);
    font-weight: 700;
    letter-spacing: -2%;
    color: var(--color-black);
}

h1 {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
}

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

h2 {
    font-size: 1.5rem;
    line-height: 1.1;
}

@media (min-width: 992px) {
    h2 {
        font-size: 3.5rem;
    }
}

h3 {
    font-size: 1.5rem;
    line-height: 1.15;
}

@media (min-width: 992px) {
    h3 {
        font-size: 3rem;
    }
}

h4 {
    font-size: 1.25rem;
    line-height: 1.25;
}

@media (min-width: 992px) {
    h4 {
        font-size: 2rem;
    }
}

h5 {
    font-size: 1.25rem;
    line-height: 1.3;
}

@media (min-width: 992px) {
    h5 {
        font-size: 1.5rem;
    }
}

h6 {
    font-size: 1rem;
    line-height: 1.35;
}

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

/* Container */
.container {
    max-width: calc(var(--container-width) + 2 * var(--container-padding));
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

/* Title */
.subtitle {
    text-transform: uppercase;
    font-family: var(--font-family-secondary);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: 0;
}

@media (min-width: 992px) {
    .subtitle {
        font-size: 1.25rem;
    }
}

/* Link */
.link {
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-family: var(--font-family-primary);
    font-weight: 600;
    color: var(--color-main-blue);
}

.link:hover {
    color: var(--color-blue);
}

.link:active {
    color: var(--color-disabled-blue);
}

.link[disabled] {
    pointer-events: none;
    color: var(--color-black-20);
}

.link-white {
    color: var(--color-white);
}

.link-white:hover {
    color: var(--color-disabled-blue);
}

/* Button */
.btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8.214vw;
    padding-right: calc(8.214vw + 0.257vw + 21.561vw);
    background-color: transparent;
    border: 0;
    border-radius: 3.081vw;
    text-transform: uppercase;
    font-family: var(--font-family-primary);
    font-weight: 600;
    font-size: 5.134vw;
    line-height: 1;
    color: var(--color-white);
    cursor: pointer;
}

@media (min-width: 390px) {
    .btn {
        padding: 2rem;
        padding-right: calc(2rem + 1px + 5.25rem);
        border-radius: 0.75rem;
        font-size: 1.25rem;
    }
}

.btn:focus-visible {
    outline: 0;
}

.btn:before,
.btn:after,
.btn span:after {
    content: '';
    height: 100%;
    background-color: var(--color-main-blue);
    border-radius: inherit;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all .3s;
}

.btn:before {
    width: calc(100% - 0.257vw - 21.561vw);
    left: 0;
}

@media (min-width: 390px) {
    .btn:before {
        width: calc(100% - 1px - 5.25rem);
    }
}

.btn:after {
    width: 21.561vw;
    right: 0;
}

@media (min-width: 390px) {
    .btn:after {
        width: 5.25rem;
    }
}

.btn span:after {
    width: 0.771vw;
    height: 47.62%;
    top: 50%;
    right: 21.561vw;
    transform: translateY(-50%);
}

@media (min-width: 390px) {
    .btn span:after {
        width: 3px;
        right: 5.25rem;
    }
}

.btn svg {
    width: 5.134vw;
    height: 5.134vw;
    position: absolute;
    right: 8.214vw;
}

@media (min-width: 390px) {
    .btn svg {
        width: 1.25rem;
        height: 1.25rem;
        right: 2rem;
    }
}

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

.btn:hover:before,
.btn:hover:after,
.btn:hover span:after {
    background-color: var(--color-blue);
}

.btn[disabled] {
    pointer-events: none;
    color: var(--color-white-40);
}

.btn[disabled]:before,
.btn[disabled]:after,
.btn[disabled] span:after {
    background-color: var(--color-disabled-blue);
}

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

.btn:active:before,
.btn:active:after,
.btn:active span:after {
    background-color: var(--color-dark-blue);
}

.btn-white {
    color: var(--color-main-blue);
}

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

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

.btn-white:active:before,
.btn-white:active:after,
.btn-white:active span:after {
    background-color: var(--color-blue-2);
}

/* Season */
[data-season]:not(.active) {
    display: none;
}

/* Social */
.social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.social a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-black);
}

.social a:hover {
    color: var(--color-blue);
}

.social a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--color-light-gray);
    color: var(--color-main-blue);
    transition: all 0.3s;
}

@media (min-width: 992px) {
    .social a i {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.social a:hover i {
    background-color: var(--color-blue);
    color: var(--color-white);
}

.social a i svg {
    width: 1.0625rem;
    height: 1.0625rem;
    transition: inherit;
}

.social a span {
    display: none;
}

@media (min-width: 992px) {
    .social a span {
        display: inline-block;
    }
}

/* Content */
.text-block > *:not(:last-child) {
    margin-bottom: 1rem;
}

.text-block strong, 
.text-block b {
    font-weight: 700;
    color: var(--color-black);
}

.text-block em,
.text-block i {
    font-style: italic;
}

.text-block blockquote {
    padding-left: 1rem;
    border-left: 0.25rem solid var(--color-main-blue);
    font-style: italic;
}

.text-block a:not([class]) {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: var(--color-main-blue);
}

.text-block a:not([class]):hover {
    color: var(--color-blue);
}

.text-block ul {
    padding-left: 1.25rem;
    list-style-type: disc;
}

.text-block ol {
    padding-left: 1.25rem;
    list-style-type: decimal;
}

/* Header */
.header {
    width: 100%;
    padding: 1rem 0;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transition: all 0.3s;
}

@media (min-width: 992px) {
    .header {
        padding: 1.25rem 0;
    }
}

.header.scrolled:not(.active),
.error404 .header,
.single .header,
.archive .header,
.blog .header {
    background-color: var(--color-black-20);
    backdrop-filter: blur(0.75rem);
}

.admin-bar .header {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .header {
        top: 46px;
    }
}

@media (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.header-logo {
    position: relative;
    z-index: 1;
    flex: 0 0 9.9375rem;
    max-width: 9.9375rem;
    transition: none;
}

@media (min-width: 992px) {
    .header-logo {
        flex: 0 0 13.3125rem;
        max-width: 13.3125rem;
    }
}

.header.active .header-logo {
    filter: brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(4634%) hue-rotate(183deg) brightness(97%) contrast(86%);
}

.header-nav {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
    height: 100vh;
    padding: 5rem 2.75rem 3rem;
    overflow: auto;
    background-color: var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

@media (min-width: 390px) {
    .header-nav {
        padding: 5rem 3.75rem 3rem;
    }
}

@media (min-width: 992px) {
    .header-nav {
        display: flex;
        flex-direction: row;
        gap: 0;
        height: auto;
        padding: 0;
        background: transparent;
        position: static;
    }
}

@media (max-width: 782px) {
    .admin-bar .header-nav {
        height: calc(100vh - 46px);
    }
}

.header.active .header-nav {
    display: flex;
}

.header .menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    width: 100%;
    padding: 0.25rem;
    background-color: var(--color-light-gray);
    border: 0;
    border-radius: 1.75rem;
    backdrop-filter: blur(0.75rem);
}

@media (min-width: 992px) {
    .header .menu {
        flex-direction: row;
        align-items: center;
        gap: 0;
        width: auto;
        margin-left: auto;
        background-color: var(--color-white-10);
        border: 1px solid var(--color-white-40);
        border-radius: 6.25rem;
    }
}

.header .menu li a {
    display: block;
    padding: 0.875rem;
    border-radius: 2rem;
    background-color: var(--color-white);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--color-gray);
}

@media (min-width: 992px) {
    .header .menu li a {
        display: inline-block;
        padding: 0.5rem;
        background-color: transparent;
        text-align: left;
        color: var(--color-white);
    }
}

@media (min-width: 1200px) {
    .header .menu li a {
        padding: 0.5rem 1rem;
    }
}

.header .menu li a:hover,
.header .menu li a.active {
    background-color: var(--color-main-blue);
    color: var(--color-white);
}

@media (min-width: 992px) {
    .header .menu li a:hover {
        background-color: var(--color-white);
        color: var(--color-black);
    }
}

.header-social a i {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 992px) {
    .header-social {
        display: none;
    }
}

.header-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.625rem;
    margin: auto 0 0 0;
}

@media (min-width: 992px) {
    .header-btns {
        justify-content: flex-end;
        gap: 1.5rem;
        flex: 0 0 13.3125rem;
        max-width: 13.3125rem;
        margin: 0 0 0 auto;
    }
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-left: 0.5rem;
    font-family: var(--font-family-primary);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-black);
}

@media (min-width: 992px) {
    .header-phone {
        color: var(--color-white);
    }
}

.header-phone:hover {
    color: var(--color-blue);
}

.header-phone svg {
    width: 0.75rem;
    height: 1.3125rem;
    flex: 0 0 0.75rem;
    color: var(--color-disabled-blue);
    fill: none;
    transition: inherit;
}

@media (min-width: 992px) {
    .header-phone svg {
        color: inherit;
    }
}

.header-phone:hover svg {
    color: inherit;
}

.btn-season {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 2.25rem;
    height: 1.25rem;
    padding: 0.125rem;
    border: 0;
    border-radius: 6.25rem;
    background-color: var(--color-main-blue);
    cursor: pointer;
}

.btn-season span[data-season] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s;
}

.btn-season span.active {
    background-color: var(--color-white);
}

.btn-season svg {
    width: 0.625rem;
    height: 0.625rem;
    color: var(--color-white);
    fill: none;
    opacity: 0.6;
}

.btn-season span.active svg {
    color: var(--color-main-blue);
    opacity: 1;
}

.header .btn-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 1.5rem;
    height: 1.125rem;
    border: 0;
    cursor: pointer;
}

@media (min-width: 992px) {
    .header .btn-menu {
        display: none;
    }
}

.header .btn-menu span,
.header .btn-menu:before,
.header .btn-menu:after {
    display: inline-block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--color-white);
    transition: all 0.3s;
}

.header .btn-menu:before,
.header .btn-menu:after {
    content: '';
    position: absolute;
    left: 0;
}

.header .btn-menu:before {
    top: 0;
}

.header .btn-menu:after {
    bottom: 0;
}

.header.active .btn-menu span {
    transform: scale(0) translate(0, -50%);
}

.header.active .btn-menu:before,
.header.active .btn-menu:after {
    background-color: var(--color-main-blue);
}

.header.active .btn-menu:before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.header.active .btn-menu:after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

/* Footer */
.footer {
    position: relative;
    background-color: var(--color-main-blue);
    background-image: url('../images/footer-lines.png'), url('../images/footer-bg.png');
    background-position: 50% 0;
    background-size: 200% auto, 100% auto;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
    .footer {
        background-size: auto, 100% auto;
    }
}

.footer a:hover {
    color: var(--color-white);
}

.footer-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.5rem;
    padding: 3rem 0 1.5rem;
}

@media (min-width: 992px) {
    .footer-row {
        grid-template-columns: repeat(4, 1fr);
        padding: 7.5rem 0 3rem;
    }
}

.footer h6 {
    margin-bottom: 0.5rem;
    color: var(--color-white);
}

@media (min-width: 992px) {
    .footer h6 {
        margin-bottom: 1.5rem;
    }
}

.footer .menu {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-contact {
   display: flex;
   flex-direction: column;
   gap: 0.5rem; 
}

@media (min-width: 480px) {
    .footer-address {
        max-width: 75%;
    }
}

.footer-social {
    margin-bottom: 1.5rem;
}

.footer-social a i {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--color-white-10);
    color: var(--color-white);
}

.footer-col .btn {
    display: none;
}

@media (min-width: 768px) {
    .footer-col .btn {
        display: inline-flex;
    }
}

.footer-link {
    display: flex;
    padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .footer-link {
        display: none;
    }
}

.footer-link .btn {
    width: 100%;
}

@media (min-width: 480px) {
    .footer-link .btn {
        width: auto;
    }
}

.footer-copyright {
    padding: 1.5rem 0 1.375rem;
    border-top: 1px solid var(--color-white-20);
    text-align: center;
}

@media (min-width: 992px) {
    .footer-copyright {
        padding: 2rem 0 2.875rem;
    }
}

.footer-logo {
    padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .footer-logo {
        padding-bottom: 1.125rem;
    }
}

/* Hero */
.hero-block {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 31.25rem;
    height: 100vh;
}

.hero-block:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--color-black-20);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 5.75rem 0 2.5rem;
}

.hero-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    text-align: center;
}

@media (min-width: 992px) {
    .hero-body {
        gap: 1.5rem;
    }
}

.hero .subtitle {
    position: relative;
    margin: 0 auto;
    padding: 0 4.625rem;
    color: var(--color-white);
}

.hero .subtitle:before,
.hero .subtitle:after {
    content: '';
    width: 3.625rem;
    height: 2.125rem;
    background-size: 100% auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero .subtitle:before {
    background-image: url('../images/title-arrow-left.svg');
    left: 0;
}

.hero .subtitle:after {
    background-image: url('../images/title-arrow-right.svg');
    right: 0;
}

.hero-title {
    color: var(--color-white);
}

.hero-bottom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: flex-end;
    gap: 1rem;
}

@media (min-width: 992px) {
    .hero-bottom {
        grid-template-columns: repeat(3, 1fr);
    }
}

.hero-scroll {
    position: relative;
    display: none;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--color-white);
    margin-right: auto;
    padding: 1.125rem 2.5rem;
    border: 0;
    border-radius: 0 1rem 0 0;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    transition: all 0.3s;
}

@media (min-width: 992px) {
    .hero-scroll {
        display: inline-flex;
    }
}

.hero-scroll:hover {
    color: var(--color-blue);
}

@media (min-width: 992px) {
    .hero-scroll:before,
    .hero-scroll:after {
        content: '';
        width: 2rem;
        height: 2rem;
        background-color: transparent;
        border-radius: 1rem;
        box-shadow: -1rem 1rem 0 0 var(--color-white);
        position: absolute;
        z-index: 1;
    }

    .hero-scroll:before {
        top: 0;
        left: 0;
        transform: translateY(-100%);
    }

    .hero-scroll:after {
        bottom: 0;
        right: 0;
        transform: translateX(100%);
    }
}

.hero-scroll svg {
    width: 0.8125rem;
    height: 0.875rem;
    fill: none;
    color: var(--color-gray);
    transition: inherit;
}

.hero-scroll:hover svg {
    color: var(--color-blue);
}

.hero-social {
    display: none;
    justify-content: center;
    margin: 2.5rem auto;
}

@media (min-width: 992px) {
    .hero-social {
        display: flex;
    }
}

.hero-social a i {
    background-color: var(--color-white);
}

.hero-link {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 1rem;
    padding: 0 1rem;
}

@media (min-width: 992px) {
    .hero-link {
        position: relative;
        justify-self: end;
        width: auto;
        margin: 0 0 0 auto;
        padding: 1rem;
        border-radius: 1rem 0 0 0;
        background-color: var(--color-white);
    }
}

@media (min-width: 992px) {
    .hero-link:before,
    .hero-link:after {
        content: '';
        width: 2rem;
        height: 2rem;
        background-color: transparent;
        border-radius: 1rem;
        box-shadow: 1rem 1rem 0 0 var(--color-white);
        position: absolute;
        z-index: 1;
    }

    .hero-link:before {
        top: 0;
        right: 0;
        transform: translateY(-100%);
    }

    .hero-link:after {
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
    }
}

.hero-link .btn {
    width: 100%;
}

@media (min-width: 480px) {
    .hero-link .btn {
        width: auto;
    }
}

@media (min-width: 992px) {
    .hero-link .btn:not(:hover) {
        color: var(--color-white);
    }

    .hero-link .btn:not(:hover):before, 
    .hero-link .btn:not(:hover):after, 
    .hero-link .btn:not(:hover) span:after {
        background-color: var(--color-main-blue);
    }

    .hero-link .btn:active:before, 
    .hero-link .btn:active:after, 
    .hero-link .btn:active span:after {
        background-color: var(--color-dark-blue);
    }
}

/* Features */
.features {
    padding: 3rem 0 4rem;
}

@media (min-width: 992px) {
    .features {
        padding: 7.5rem 0;
    }
}

.features-top {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .features-top {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 3rem;
    }
}

@media (min-width: 992px) {
    .features-top {
        margin-bottom: 5rem;
    }
}

@media (min-width: 768px) {
    .features-top__left,
    .features-top__right {
        max-width: calc(50% - 1rem / 2);
    }
}

@media (min-width: 992px) {
    .features-top__left {
        max-width: 37.25rem;
    }  
}

.features-top__right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: auto;
}

@media (min-width: 992px) {
    .features-top__right {
        gap: 1.5rem;
        max-width: 29.0625rem;
    }
}

@media (min-width: 768px) {
    .features-title {
        margin-bottom: 3rem;
    }
}

.features-note {
    text-transform: uppercase;
    line-height: 1.35;
    letter-spacing: 0;
}

@media (min-width: 992px) {
    .features-note {
        font-size: 1.25rem;
    }
}

.features-top__left .features-note {
    display: none;
}

@media (min-width: 768px) {
    .features-top__left .features-note {
        display: block;
    }
}

.features-top__right .features-note {
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .features-top__right .features-note {
        display: none;
    }
}

.features .subtitle {
    color: var(--color-main-blue);
}

@media (min-width: 992px) {
    .features-text {
        font-size: 1.25rem;
    }
}

.features-slider .container {
    padding: 0;
}

@media (min-width: 480px) {
    .features-slider .container {
        padding: var(--container-padding);
    }
}

.features-slider .swiper {
    margin-left: var(--container-padding);
}

@media (min-width: 480px) {
    .features-slider .swiper {
        margin-left: 0;
    }
}

.features-slider .swiper-slide {
    height: auto;
}

.feature-item {
    position: relative;
    max-width: 20.5rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 9rem;
}

.feature-item__bg {
    width: 100%;
    height: 9rem;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.feature-item__bg svg {
    width: 100%;
    fill: var(--color-white);
    stroke: var(--color-gray-2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.features-slider .swiper-slide:nth-child(3n) .feature-item__bg svg {
    transform: scaleX(-1);
}

.feature-item__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background-color: var(--color-white);
    height: 100%;
    padding: 0 1.625rem 2.875rem;
    border: 1px solid var(--color-gray-2);
    border-top: 0;
    border-radius: 0 0 0.75rem 0.75rem;
    text-align: center;
}

.feature-item__icon {
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
}

.feature-item__title {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0;
}

.feature-item__text > *:not(:last-child) {
    margin-bottom: 0.5rem;
}

.features-slider .swiper-pagination {
    position: static;
    padding-top: 1.5rem;
}

/* Houses */
.houses {
    position: relative;
    padding: 3rem 0 1rem;
    background-color: var(--color-main-blue);
    background-image: url('../images/houses-gradient.png'), url('../images/houses-lines.png'), url('../images/houses-bg.png');
    background-position: 0 0, 50% 0, 50% 100%;
    background-size: 150% auto, auto, 100% auto;
    background-repeat: no-repeat;
    color: var(--color-white);
}

@media (min-width: 992px) {
    .houses {
        background-size: auto, auto, 100% auto;
    }
}

@media (min-width: 992px) {
    .houses {
        padding: 7.5rem 0;
    }
}

.houses-title {
    margin-bottom: 1.5rem;
    text-align: center;
}

@media (min-width: 992px) {
    .houses-title {
        margin-bottom: 4rem;
    }
}

.houses-title h2 {
    color: var(--color-white);
}

.houses-items {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 992px) {
    .houses-items {
        padding: 0 0.5rem;
    }
}

.house-item__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

@media (min-width: 992px) {
    .house-item__inner {
        flex-direction: row;
        gap: 1.25rem;
    }
}

@media (min-width: 992px) {
    .house-item__inner:not(.house-item__nolink) {
        --r: 1rem;
        --s: 1rem;
        --x: 18.25rem;
        --y: 4.25rem;
        --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
        --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0);
        --_d: (var(--s) + var(--r));
    }
}

.house-item__inner:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--color-white-10);
    border: 1px solid var(--color-white-20);
    border-radius: 1rem;
    backdrop-filter: blur(1rem);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (min-width: 992px) {
    .house-item__inner:not(.house-item__nolink):after {
        mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
        mask-repeat: no-repeat;
    }
}

.house-item__images {
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .house-item__images {
        width: 51.525%;
        height: 29.25rem;
    }
}

.house-item__image {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 76.69%;
    border-radius: 0.5rem;
}

@media (min-width: 768px) {
    .house-item__image {
        padding-bottom: 49.623%;
    }
}

@media (min-width: 992px) {
    .house-item__image {
        padding-bottom: 69.232%;
    }
}

.house-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 992px) {
    .house-item__images .swiper-nav {
       --swiper-navigation-sides-offset: 1.25rem;   
    }
}

.house-item__images .swiper-pagination {
    --swiper-pagination-bottom: 1rem;
    --swiper-pagination-bullet-horizontal-gap: 0.075rem;
    --swiper-pagination-bullet-width: 1.5rem;
    --swiper-pagination-bullet-height: 1.5rem;
    --swiper-pagination-bullet-size: 1.5rem;
    --swiper-pagination-bullet-border-radius: 50%;   
    --swiper-pagination-bullet-inactive-color: var(--color-white);
    --swiper-pagination-bullet-inactive-opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .house-item__images .swiper-pagination {
        --swiper-pagination-bottom: 1.25rem;
        --swiper-pagination-bullet-horizontal-gap: 0.09375rem;
    }
}

.house-item__images .swiper-pagination-bullet {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid transparent;
}

.house-item__images .swiper-pagination-bullet:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--swiper-pagination-bullet-inactive-color);
    border-radius: 50%;
    position: absolute;
}

@media (min-width: 992px) {
    .house-item__images .swiper-pagination-bullet:after {
        width: 0.625rem;
        height: 0.625rem;
    }
}

.house-item__images .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 1.5rem;
    border-color: var(--swiper-pagination-bullet-inactive-color);
}

.house-item__images .swiper-pagination-bullet-active:after {
    background-color: var(--swiper-pagination-bullet-inactive-color);
}

.house-item__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media (min-width: 992px) {
    .house-item__content {
        width: calc(100% - 1.25rem - 51.525%);
    }
}

@media (min-width: 992px) {
    .house-item__top {
        padding: 0.25rem 0.25rem 0 0;
    }
}

.house-item__topline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .house-item__topline {
        flex-direction: row-reverse;
    }
}

.house-item__label {
    background-color: var(--color-blue-2);
    padding: 0.4375rem 0.75rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
}

@media (min-width: 992px) {
    .house-item__label {
        flex: 0 0 auto;
        max-width: 7rem;
        margin-left: auto;
    }
}

.house-item__title {
    color: var(--color-white);
}

@media (min-width: 992px) {
    .house-item__title {
        margin: 0.75rem auto 0 0;
    }
}

@media (min-width: 992px) {
    .house-item__text {
        font-size: 1.25rem;
    }
}

.house-item__body {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

@media (min-width: 992px) {
    .house-item__body {
        padding-right: 0.25rem;
    }
}

.house-item__subtitle {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .house-item__list--col-2 {
        column-count: 2;
        column-gap: 0.5rem;
        max-width: 92%;
    }
}

.house-item__list li {
    display: flex;
    gap: 0.75rem;
    break-inside: avoid;
    margin-bottom: 0.5rem;
}

.house-item__list:not(.active) li:nth-child(n+4) {
    display: none;
}

@media (min-width: 768px) {
    .house-item__list:not(.active) li:nth-child(n+4) {
        display: flex;
    }
}

.house-item__list li picture {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.house-item__list li span {
    color: rgba(255, 255, 255, 0.8);
}

.house-item__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    min-height: 5.25rem;
    margin-top: auto;
    padding-top: 1rem;
}

@media (min-width: 992px) {
    .house-item__bottom {
        padding-top: 1.875rem;
    }
}

.house-item__prices {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
}

@media (min-width: 992px) {
    .house-item__prices {
        max-width: 18.25rem;
    }
}

.house-item__prices > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    gap: 0.5rem;
    width: calc(50% - 0.5rem / 2);
    padding: 1rem 1rem 0.75rem;
    background-color: var(--color-white-10);
    border: 1px solid var(--color-white-20);
    border-radius: 0.75rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

.house-item__prices h6 {
    font-size: 1.25rem;
    color: var(--color-white);
}

.house-item__link {
    width: 100%;
}

@media (min-width: 480px) {
    .house-item__link {
        width: auto;
    }
}

@media (min-width: 992px) {
    .house-item__link {
        position: relative;
        width: 19.25rem;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .house-item__link > span,
    .house-item__link > span:before,
    .house-item__link > span:after {
        background-color: transparent;
        border: 1px solid var(--color-white-30);
        position: absolute;
        z-index: -1;
    }

    .house-item__link > span {
        width: 100%;
        height: 100%;
        border-radius: calc(1rem - 1px) 0 0 0;
        border-right: 0;
        border-bottom: 0;
    }

    .house-item__link > span:before,
    .house-item__link > span:after {
        content: '';
        width: 1rem;
        height: 1rem;
        border-top: 0;
        border-left: 0;
        border-radius: 0 0 calc(1rem - 1px) 0;
    }

    .house-item__link > span:before {
        top: -1rem;
        right: -1rem;
    }

    .house-item__link > span:after {
        left: -1rem;
        bottom: -1rem;
    }
}

.house-item__link .btn {
    width: inherit;
}

@media (min-width: 992px) {
    .house-item__link .btn {
        position: relative;
        right: -1rem;
        bottom: -1rem;
    }
}

.house-item__list + .link {
    margin: 0.5rem 0;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .house-item__list + .link {
        display: none;
    }
}

/* Services */
.services {
    padding: 3rem 0 1.5rem;
}

@media (min-width: 992px) {
    .services {
        padding: 7.5rem 0 2rem;
    }   
}

.services-title {
    margin-bottom: 1.5rem;
    text-align: center;
}

@media (min-width: 992px) {
    .services-title {
        margin-bottom: 4rem;
    }
}

.services-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .services-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem 1rem;
    }
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .service-item {
        flex-direction: column-reverse;
        gap: 1rem;
    }
}

@media (min-width: 768px) {
    .service-item:first-child {
        grid-column: 1 / span 2;
        flex-direction: row;
    }
}

.service-item__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: var(--color-light-gray-2);
    border: 1px dashed var(--color-gray-2);
    border-radius: 1rem;
}

@media (min-width: 480px) {
    .service-item__body {
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .service-item__body {
        padding: 1.25rem;
    }
}

@media (min-width: 768px) {
    .service-item:first-child .service-item__body {
        max-width: 27.5rem;
    }
}

@media (min-width: 992px) {
    .service-item__text {
        font-size: 1.25rem;
    }
}

.service-item__text > *:not(:last-child) {
    margin-bottom: 0.5rem;
}

.service-item__prices {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    font-size: 0.875rem;
    color: var(--color-black);
}

@media (min-width: 768px) {
    .service-item__prices {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem 3rem;
    }
}

@media (min-width: 992px) {
    .service-item__prices {
        gap: 1rem 6rem;
        font-size: 1rem;
    }
}

.service-item__prices > div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.service-item__prices > div:only-child {
    grid-column: 1 / span 2;
}

.service-item__prices > div:not(:first-child) {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px dashed var(--color-gray-2);
}

@media (min-width: 768px) {
    .service-item__prices > div:not(:first-child) {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
}

@media (min-width: 768px) {
    .service-item__prices > div:nth-child(2):before {
        content: '';
        width: 0;
        height: 100%;
        border: 1px dashed var(--color-gray-2);
        position: absolute;
        left: 50%;
    }
}

.service-item__body .btn {
    margin-top: auto;
}

@media (min-width: 768px) {
    .service-item:not(:first-child) .service-item__body .btn {
        display: none;
    }
}

.service-item__img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 69.755%;
    border-radius: 1rem;
}

@media (min-width: 480px) {
    .service-item__img {
        padding-bottom: 68.453%;
    }
}

@media (min-width: 768px) {
    .service-item:first-child .service-item__img {
        height: 100%;
        padding-bottom: 36.765%;
    }
}

@media (min-width: 768px) {
    .service-item:not(:first-child) .service-item__img {
        --r: 1rem;
        --s: 1rem;
        --x: 18.25rem;
        --y: 4.25rem;
        --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
        --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0);
        --_d: (var(--s) + var(--r));
    }
}

.service-item__img:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--color-black-20);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (min-width: 768px) {
    .service-item:not(:first-child) .service-item__img:after {
        mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
        mask-repeat: no-repeat;
    }
}

.service-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
    .service-item:not(:first-child) .service-item__img img {
        mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
        mask-repeat: no-repeat;
    }
}

.service-item__img .btn {
    display: none;
}

@media (min-width: 768px) {
    .service-item__img .btn {
        display: inline-flex;
        max-width: 19.25rem;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
}

.service-item:first-child .service-item__img .btn {
    display: none;
}

/* Activities */
.activities {
    position: relative;
    padding: 1.5rem 0;
}

@media (min-width: 992px) {
    .activities {
       padding: 2rem 0 3.75rem;
    }
}

.activities:before {
    content: '';
    width: 55.25rem;
    height: 69.0625rem;
    background: url('../images/activities-bg.png') 0 / contain no-repeat;
    position: absolute;
    bottom: -75%;
    right: 0;
    z-index: -1;
}

@media (min-width: 992px) {
    .activities:before {
        bottom: -50%;
    }
}

.activities-title {
    margin-bottom: 1.5rem;
    text-align: center;
}

@media (min-width: 992px) {
    .activities-title {
        margin-bottom: 2rem;
        text-align: left;
    }
}

.activities-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media (min-width: 992px) {
    .activities-items {
        gap: 0.5rem 1rem;
    }
}

.activity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    order: 1;
    width: calc(50% - (0.5rem * 1 / 2));
    padding: 1rem;
    background-color: var(--color-white);
    border: 1px dashed var(--color-gray-2);
    border-radius: 1rem;
    text-align: center;
}

@media (min-width: 992px) {
    .activity-item {
        flex-direction: row;
        gap: 0.75rem;
        width: calc(24.902% - (1rem * 2 / 3));
        padding: 1.25rem;
        text-align: left;
    }
}

.activity-item:nth-child(3n+1) {
    order: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .activity-item:nth-child(3n+1) {
        align-items: flex-start;
        order: 1;
        width: calc(50.1961% - (1rem * 2 / 3));
    }
}

.activity-item__icon {
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
}

@media (min-width: 992px) {
    .activity-item:not(:nth-child(3n+1)) .activity-item__title {
        font-size: 1rem;
    }
}

.activity-item__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

@media (min-width: 992px) {
    .activity-item__body {
        align-items: flex-start;
    }
}

.activity-item__subtitle {
    color: var(--color-black);
}

.activity-item__text {
    font-size: 0.875rem;
}

@media (min-width: 992px) {
    .activity-item__text {
        font-size: 1rem;
    }
}

/* Gallery */
.gallery {
    --swiper-nav-width: 62.644vw;
    padding: 1.5rem 0 3rem;
}

@media (min-width: 992px) {
    .gallery {
        padding: 3.75rem 0 7.5rem;
    }
}

.gallery-title {
    margin-bottom: 1.5rem;
    text-align: center;
}

@media (min-width: 992px) {
    .gallery-title {
        margin-bottom: 4rem;
    }
}

.gallery-slider {
    padding: 0 1rem;
}

@media (min-width: 480px) {
    .gallery-slider {
        padding: 0;
    }
}

@media (min-width: 480px) {
    .gallery-slider-container {
        max-width: calc(var(--swiper-nav-width) + (3rem + var(--swiper-navigation-size)) * 2);
        margin: 0 auto;
    }
}

.gallery-item {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 15.625rem;
    border-radius: 1rem;
}

@media (min-width: 992px) {
    .gallery-item {
        padding-bottom: 34.375rem;
    }
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 480px) {
    .gallery .swiper-nav {
        width: var(--swiper-nav-width);
        height: var(--swiper-navigation-size);
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 1;
        transform: translateY(-50%);
    }
}

@media (min-width: 480px) {
    .gallery .swiper-button-prev {
        transform: translateX(-100%);
    }
}

@media (min-width: 480px) {
    .gallery .swiper-button-next {
        transform: translateX(100%);
    }
}

@media (min-width: 480px) {
    .gallery .swiper-button-prev,
    .gallery .swiper-button-next {
        --swiper-navigation-sides-offset: -2rem;
    }
}

.gallery .swiper-pagination {
    position: static;
    padding-top: 1.5rem;
}

@media (min-width: 992px) {
    .gallery .swiper-pagination {
        padding-top: 4rem;
    }
}

/* Contact */
.contact {
    position: relative;
    background-color: var(--color-light-gray);
    height: 37.5rem;
}

@media (min-width: 992px) {
    .contact {
        height: 50rem;
    }
}

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

.contact-block {
    max-width: var(--container-width);
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding: 1rem;
    border-radius: 1rem;
    background: var(--color-white);
    transform: translateX(-50%);
    position: absolute;
    bottom: 1rem;
    left: 50%;
    z-index: 1;
}

@media (min-width: 992px) {
    .contact-block {
        padding: 2.5rem;
        bottom: 2.5rem;
    }
}

.contact-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .contact-top {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .contact-top {
        margin-bottom: 2rem;
    }
}

.contact-top h4 {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .contact-top h4 {
        font-size: 2rem;
    }
}

.contact-social {
    justify-content: center;
}

@media (min-width: 992px) {
    .contact-social {
        justify-content: flex-start;
        gap: 2.5rem;
    }
}

.contact-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .contact-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding-top: 1rem;
    padding-left: 1rem;
    border-top: 1px solid var(--color-light-gray);
    border-left: 1px solid var(--color-light-gray);
    border-top-left-radius: 1rem;
}

@media (min-width: 992px) {
    .contact-item {
        gap: 1rem;
        padding-top: 2rem;
        padding-left: 2rem;
    }
}

.contact-item a {
    text-transform: uppercase;
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0;
    color: var(--color-black);
}

@media (min-width: 992px) {
    .contact-item a {
        max-width: 75%;
        font-size: 1rem;
    }
}

.contact-item a:hover {
    color: var(--color-blue);
}

/* Recent Posts */
.recent-posts {
    padding: 3rem 0;
}

@media (min-width: 992px) {
    .recent-posts {
        padding: 7.5rem 0;
    }
}

.recent-posts__top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .recent-posts__top {
        justify-content: space-between;
        margin-bottom: 4rem;
    }
}

.recent-posts__slider .swiper-slide {
    height: auto;
}

.post-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    height: 100%;
    padding: 1rem;
    background-color: var(--color-light-gray-2);
    border-radius: 1.25rem;
}

@media (min-width: 992px) {
    .post-item {
       gap: 1rem;
       padding: 1.25rem;
   }
}

.post-item__img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 62.087%;
    border-radius: 0.625rem;
}

.post-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.post-item__date {
    text-transform: lowercase;
}

.post-item__title {
    flex-grow: 1;
    max-height: 2.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (min-width: 992px) {
    .post-item__title {
        max-height: 3.375rem;
    }
}

.post-item .link {
    margin-top: auto;
}

.recent-posts .swiper-nav {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
}

@media (min-width: 992px) {
    .recent-posts .swiper-nav {
       display: flex;
    }
}

.recent-posts .swiper-button-prev,
.recent-posts .swiper-button-next {
    position: static;
    background-color: var(--color-light-gray);
}

.recent-posts .swiper-pagination {
    position: static;
    padding-top: 2rem;
}

@media (min-width: 992px) {
    .recent-posts .swiper-pagination {
        display: none;
    }
}

.recent-posts__link {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .recent-posts__link {
        margin-top: 3rem;
    }
}

/* 404 */
.error-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-height: 100svh;
    padding: 8rem 0 4rem;
    text-align: center;
}

.error-404__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 37.5rem;
    margin: 0 auto;
}

.error-404__code {
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-size: 8rem;
    line-height: 1;
    color: var(--color-main-blue);
}

@media (min-width: 992px) {
    .error-404__code {
        font-size: 12rem;
    }
}

.error-404__title {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .error-404__title {
        font-size: 2.5rem;
    }
}

.error-404__text {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color-gray);
}

@media (min-width: 992px) {
    .error-404__text {
        font-size: 1.125rem;
    }
}

.error-404 .btn {
    margin-top: 1rem;
}

/* Archive */
.archive-posts {
    padding: 8rem 0 3rem;
}

@media (min-width: 992px) {
    .archive-posts {
        padding: 10rem 0 5rem;
    }
}

.archive-posts__header {
    margin-bottom: 1.5rem;
    text-align: center;
}

@media (min-width: 992px) {
    .archive-posts__header {
        margin-bottom: 3rem;
    }
}

.archive-posts__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .archive-posts__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (min-width: 992px) {
    .archive-posts__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.archive-posts__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 2rem;
    padding-top: 2rem;
}

@media (min-width: 992px) {
    .archive-posts__pagination {
        margin-top: 3rem;
        padding-top: 3rem;
    }
}

.archive-posts__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.5rem;
    border-radius: 0.625rem;
    font-family: var(--font-family-primary);
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-gray);
    transition: all 0.3s;
}

.archive-posts__pagination .page-numbers:hover {
    background-color: var(--color-light-gray);
    color: var(--color-main-blue);
}

.archive-posts__pagination .page-numbers.current {
    background-color: var(--color-main-blue);
    color: var(--color-white);
}

.archive-posts__pagination .page-numbers svg {
    width: 0.4375rem;
    height: 0.4375rem;
}

.archive-posts__empty {
    text-align: center;
    color: var(--color-gray);
    padding: 3rem 0;
}

/* Single Post */
.single-post-template  {
    padding: 5rem 0 3rem;
}

@media (min-width: 992px) {
    .single-post-template {
        padding: 9rem 0 5rem;
    }
}

.single-post__header {
    max-width: 56.25rem;
    margin: 0 auto 2rem;
    text-align: center;
}

@media (min-width: 992px) {
    .single-post__header {
        margin-bottom: 3rem;
    }
}

.single-post__date {
    text-transform: lowercase;
    color: var(--color-gray);
    margin-bottom: 1rem;
}

.single-post__title {
    font-size: 1.75rem;
    line-height: 1.15;
}

@media (min-width: 992px) {
    .single-post__title {
        font-size: 3rem;
    }
}

.single-post__thumbnail {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 50%;
    border-radius: 1.25rem;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .single-post__thumbnail {
        border-radius: 1.5rem;
        margin-bottom: 3rem;
    }
}

.single-post__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.single-post__content {
    max-width: 50rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-gray);
}

@media (min-width: 992px) {
    .single-post__content {
        font-size: 1.125rem;
    }
}

.single-post__content h2 {
    font-size: 1.25rem;
    margin: 2rem 0 1rem;
    text-transform: none;
}

@media (min-width: 992px) {
    .single-post__content h2 {
        font-size: 1.5rem;
    }
}

.single-post__content h3 {
    font-size: 1.125rem;
    margin: 1.5rem 0 0.75rem;
    text-transform: none;
}

@media (min-width: 992px) {
    .single-post__content h3 {
        font-size: 1.25rem;
    }
}

.single-post__content h4,
.single-post__content h5,
.single-post__content h6 {
    font-size: 1rem;
    margin: 1.5rem 0 0.75rem;
    text-transform: none;
}

@media (min-width: 992px) {
    .single-post__content h4,
    .single-post__content h5,
    .single-post__content h6 {
        font-size: 1.125rem;
    }
}

.single-post__content p {
    margin-bottom: 1rem;
}

.single-post__content p:last-child {
    margin-bottom: 0;
}

.single-post__content img {
    border-radius: 0.625rem;
    margin: 1.5rem 0;
}

.single-post__content a {
    color: var(--color-main-blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.single-post__content a:hover {
    color: var(--color-blue);
}

.single-post__content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.single-post__content ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.single-post__content ul li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
}

.single-post__content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--color-blue);
}

.single-post__content ol li {
    margin-bottom: 0.5rem;
}

.single-post__content ol li::marker {
    color: var(--color-blue);
    font-weight: 700;
}

.single-post__content blockquote {
    border-left: 3px solid var(--color-main-blue);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: var(--color-black);
    background-color: var(--color-light-gray-2);
    border-radius: 0 0.625rem 0.625rem 0;
}

.single-post__footer {
    max-width: 50rem;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid var(--color-gray-2);
}

@media (min-width: 992px) {
    .single-post__footer {
        margin-top: 3rem;
        padding-top: 3rem;
    }
}

.single-post__footer .link {
    display: inline-flex;
    align-items: center;
}

.single-post__footer .link svg {
    fill: currentColor;
}

/* Booking */
.booking-popup {
    max-width: 56.4375rem;
    width: 100%;
    padding: 2rem 1rem 1rem;
    border-radius: 1rem;
}

@media (min-width: 992px) {
    .booking-popup {
        padding: 4rem;
    }
}

.booking-top {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 95%;
    margin: 0 auto 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .booking-top {
        max-width: 82%;
    }
}

.booking-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.booking-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    gap: 0.5rem;
    order: 0;
    width: 100%;
    padding: 1rem;
    background-color: var(--color-light-gray-2);
    border: 1px dashed var(--color-gray-2);
    border-radius: 1rem;
}

@media (min-width: 992px) {
    .booking-item {
        gap: 1rem;
        width: calc(50% - 0.5rem / 2);
        padding: 1.25rem;
    }
}

.booking-item:nth-child(2) {
    order: 1;
}

@media (min-width: 992px) {
    .booking-item:nth-child(2) {
        order: 0;
    }
}

.booking-item a:hover {
    color: var(--color-blue);
}

.booking-item__title {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0;
}

@media (min-width: 992px) {
    .booking-item__title {
        font-size: 1rem;
    }
}

.booking-item__text ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding-left: 0;
    list-style-type: none;
}

.booking-item__text ul li {
    position: relative;
    padding-left: 1.875rem;
}

.booking-item__text ul li:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background: url('../images/icons/check-icon.svg') 50% / contain no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.booking-item__social {
    margin-top: 0.5rem;
}

@media (min-width: 992px) {
    .booking-item__social {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 1rem;
        margin-top: 0;
    }
}

/* Fancybox */
.fancybox__container {
    --fancybox-backdrop-bg: rgba(0, 0, 0, .75);
    --f-html-color: var(--color-gray);
    --f-close-button-color: var(--color-black);
    --f-close-button-hover-color: var(--color-black);
    --f-close-button-width: 1rem;
    --f-close-button-height: 1rem;
    --f-close-button-svg-width: 1rem;
    --f-close-button-svg-height: 1rem;
    --f-close-border-radius: 2px;
}

.fancybox__slide.has-html {
    padding-left: 1rem;
    padding-right: 1rem;
}

.f-button.is-close-button {
    top: 1rem;
    right: 1rem;
}

@media (min-width: 992px) {
    .f-button.is-close-button {
        top: 1.25rem;
        right: 1.25rem;
    }
}

/* Swiper */
.swiper-button-prev,
.swiper-button-next {
    margin-top: 0;
    background-color: var(--color-white);
    border-radius: 50%;
    transition: all 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--color-main-blue);
    color: var(--color-white);
}

.swiper-button-prev svg, 
.swiper-button-next svg {
    width: 0.4125rem;
    height: 0.4125rem;
}

@media (min-width: 992px) {
    .swiper-button-prev svg,
    .swiper-button-next svg {
        width: 0.625rem;
        height: 0.625rem;
    }
}

.swiper-pagination-bullet {
    transition: all .3s;
}

.swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 2.4375rem;
}