/* 
 Theme Name: Śnieżna
 Theme URI: https://sniezna.pl/
 Author: Łukasz Adamczyk
 Author URI: lukaszadamczyk.com.pl
 Description: Szablon strony Śnieżna
 Version: 1.0
 */

@font-face {
    font-family: 'Outfit Thin';
    src: url('fonts/Outfit-Thin.eot');
    src: url('fonts/Outfit-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Outfit-Thin.woff2') format('woff2'),
        url('fonts/Outfit-Thin.woff') format('woff'),
        url('fonts/Outfit-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit ExtraLight';
    src: url('fonts/Outfit-ExtraLight.eot');
    src: url('fonts/Outfit-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Outfit-ExtraLight.woff2') format('woff2'),
        url('fonts/Outfit-ExtraLight.woff') format('woff'),
        url('fonts/Outfit-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit Light';
    src: url('fonts/Outfit-Light.eot');
    src: url('fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Outfit-Light.woff2') format('woff2'),
        url('fonts/Outfit-Light.woff') format('woff'),
        url('fonts/Outfit-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit Regular';
    src: url('fonts/Outfit-Regular.eot');
    src: url('fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Outfit-Regular.woff2') format('woff2'),
        url('fonts/Outfit-Regular.woff') format('woff'),
        url('fonts/Outfit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit Medium';
    src: url('fonts/Outfit-Medium.eot');
    src: url('fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Outfit-Medium.woff2') format('woff2'),
        url('fonts/Outfit-Medium.woff') format('woff'),
        url('fonts/Outfit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit SemiBold';
    src: url('fonts/Outfit-SemiBold.eot');
    src: url('fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('fonts/Outfit-SemiBold.woff') format('woff'),
        url('fonts/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit Bold';
    src: url('fonts/Outfit-Bold.eot');
    src: url('fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Outfit-Bold.woff2') format('woff2'),
        url('fonts/Outfit-Bold.woff') format('woff'),
        url('fonts/Outfit-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit ExtraBold';
    src: url('fonts/Outfit-ExtraBold.eot');
    src: url('fonts/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('fonts/Outfit-ExtraBold.woff') format('woff'),
        url('fonts/Outfit-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit Black';
    src: url('fonts/Outfit-Black.eot');
    src: url('fonts/Outfit-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Outfit-Black.woff2') format('woff2'),
        url('fonts/Outfit-Black.woff') format('woff'),
        url('fonts/Outfit-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.garage_price {
    text-align: center;
    font-size: 140%;
    padding-bottom: 3.021vw;
}

.del {
    text-decoration: line-through;
}

.prom {
    font-weight: bold;
    color: red;
    margin-top: -0.83vw;
}

:root {
    --main-color: #2B3539;
    --black-color: #000000;
    --white-color: #ffffff;
    --dark-color: #142F45;
    --dark2-color: #353839;
    --dark3-color: #393939;
    --dark4-color: #848484;
    --dark5-color: #666666;
    --gold-color: #A4986D;
    --green-color: #006958;
    --green2-color: #5E938A;
    --grey-color: #A8A8A8;
    --grey2-color: #FBFBFB;
    --grey3-color: #E7E7E7;
    --grey4-color: #D9D9D9;
    --grey5-color: #F9F9F9;
    --grey6-color: #585858;
    --grey7-color: #bbbbbb;
    --red-color: #dc3232;
    --yellow-color: #ffca00;

    --building-fill-color: rgba(0, 138, 116, 0.50);
    --status-free: #00B934;
    --status-reserved: #884f04;
    --status-sold: #848484;
    --table-border-color: #E6E6E6;
}

body {
    font-family: 'Outfit Light';
    color: var(--main-color);
    font-size: 0.938vw;
    line-height: 1.719vw;
    position: relative;
    overflow-x: hidden;
    position: relative;
}

.grecaptcha-badge {
    display: none !important;
}

sup {
    vertical-align: super;
}

.button,
button {
    background: none;
    border: 0.052vw solid var(--gold-color);
    padding-left: 2.604vw;
    padding-right: 2.604vw;
    color: var(--gold-color);
    text-align: center;
    font-size: 0.729vw;
    line-height: normal;
    font-family: 'Outfit SemiBold';
    text-transform: uppercase;
    display: inline-block;
}

button {
    height: 1.979vw;
    cursor: pointer;
}

.button {
    text-decoration: none;
    padding-top: 0.469vw;
    padding-bottom: 0.469vw;
}

.button2 {
    background-color: var(--green-color);
    border: 0.052vw solid var(--green-color);
    color: var(--white-color);
}

.description {
    text-align: justify;
}

.description b,
.description strong {
    font-family: 'Outfit SemiBold';
}

.description p,
.description ul,
.description ol {
    margin-bottom: 1.563vw;
}

.main-content {
    width: 93.75vw;
    margin: 0 auto;
}

.main-stick {
    padding-top: 6.406vw;
}

header {
    height: 6.406vw;
    position: relative;
    width: 93.75vw;
    margin: 0 auto;
}

header.stick {
    position: fixed;
    background-color: var(--white-color);
    z-index: 100000;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-bottom: 0.052vw solid var(--grey4-color);
    box-shadow: 0 0.677vw 0.427vw 0 rgba(0, 0, 0, 0.05);
}

header .logo {
    fill: none;
    width: 15.365vw;
    height: 4.531vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

header .logo path {
    fill: var(--gold-color);
}

header .menu-menu-1-container {
    height: 100%;
}

header .nav {
    display: flex;
    height: 100%;
    margin-left: 19.896vw;
}

header .nav li {
    height: 100%;
    position: relative;
}

header .nav li a {
    padding-left: 1.563vw;
    padding-right: 1.563vw;
    display: flex;
    height: 100%;
    align-items: center;
    text-decoration: none;
    color: var(--black-color);
    font-family: 'Outfit Light';
    font-size: 0.938vw;
    line-height: normal;
}

header .nav li a:hover,
header .nav li.current-menu-item a,
header .nav li.current_page_ancestor a {
    background-color: var(--green-color);
    color: var(--white-color);
}

header .nav li .sub-menu {
    display: none;
    background: var(--green-color);
    box-shadow: 0 0.677vw 0.427vw 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0;
    min-width: 12.5vw;
    top: 6.354vw;
    z-index: 100;
}

header .nav li:hover .sub-menu {
    display: block;
}

header .nav li .sub-menu li a {
    color: var(--white-color);
    height: auto;
    display: block;
    padding-top: 0.469vw;
    padding-bottom: 0.469vw;
    font-size: 0.885vw;
    line-height: normal;
    border-top: 0.052vw solid var(--green2-color);
}

header .nav li .sub-menu li a:hover,
header .nav li .sub-menu li.current-menu-item a {
    background-color: var(--white-color);
    color: var(--green-color);
}

header .button_apartments {
    width: 13.542vw;
    padding-left: 0.781vw;
    height: 3.021vw;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--green-color);
    color: var(--white-color);
    font-family: 'Outfit SemiBold';
    font-size: 0.833vw;
    line-height: normal;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

header .button_apartments svg {
    width: 2.031vw;
    height: 3.438vw;
    fill: none;
    position: absolute;
    left: 0;
    top: 0;
}

header .button_apartments svg path {
    fill: var(--white-color);
    fill-opacity: 0.4;
}

header .phone {
    width: 14.323vw;
    height: 3.385vw;
    text-align: center;
    position: absolute;
    right: 0;
    top: 3.021vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gold-color);
    font-family: 'Outfit Bold';
    font-size: 1.146vw;
    line-height: normal;
    letter-spacing: 0.16vw;
    text-decoration: none;
    gap: 0.521vw;
}

.breadcrumbs {
    height: 2.083vw;
    background: rgba(208, 208, 208, 0.20);
    margin-bottom: 2.969vw;
    position: relative;
}

.breadcrumbs span {
    background-color: var(--white-color);
    display: inline-block;
    height: 100%;
    font-family: 'Outfit Regular';
    font-size: 0.781vw;
    line-height: normal;
    position: absolute;
    display: flex;
    gap: 0.521vw;
    padding-right: 1.563vw;
    align-items: center;
}

.breadcrumbs span a span {
    color: var(--dark2-color);
    font-family: 'Outfit Regular';
}

.breadcrumbs span span {
    height: auto;
    display: inline-block;
    position: relative;
    padding-right: 0;
    color: var(--gold-color);
    font-family: 'Outfit ExtraBold';
}

.breadcrumbs i {
    font-size: 0.625vw;
}

section.page .page__row {
    display: flex;
    gap: 4.323vw;
}

section.page .page__left {
    width: 46.823vw;
}

section.apartments .page__left {
    width: 47.1vw;
}

section.page .page__left img {
    width: 100%;
    height: auto;
    display: block;
}

section.page .page__right {
    width: 38.594vw;
    padding-top: 2.552vw;
}

section.page h1,
section.page .main_title {
    color: var(--gold-color);
    font-size: 1.042vw;
    line-height: normal;
    font-weight: normal;
    font-family: 'Outfit Regular';
    display: block;
}

section.page .page__title {
    font-family: 'Outfit Bold';
    color: var(--gold-color);
    font-size: 1.875vw;
    line-height: 2.5vw;
    margin-bottom: 1.51vw;
}

section.page .page__button {
    text-align: center;
    padding-top: 2.083vw;
}

footer {
    margin-top: 2.969vw;
    height: 20.469vw;
    background-image: url("img/footer_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

footer.fcontact {
    height: 7.813vw;
}

footer .nav {
    display: flex;
    height: 3.854vw;
    gap: 3.906vw;
    justify-content: center;
    align-items: center;
}

footer .nav li a {
    color: var(--white-color);
    text-decoration: none;
}

footer .nav li .sub-menu {
    display: none;
}

footer .line {
    height: 0.052vw;
    background-color: var(--white-color);
    opacity: 0.23;
}

footer svg.es {
    width: 13.594vw;
    height: auto;
    fill: none;
    position: absolute;
    left: -4.01vw;
    top: -1.042vw;
}

footer svg.es path {
    fill: var(--white-color);
    fill-opacity: 0.7;
}

footer .row {
    margin-top: 2.24vw;
    display: flex;
}

footer .row .block {
    height: 11.198vw;
    border-left: 0.052vw solid rgba(255, 255, 255, 0.23);
    color: var(--white-color);
}

footer .row .block1 {
    width: 49.948vw;
    border-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .row .block1 svg {
    fill: none;
    width: 15.365vw;
    height: auto;
}

footer .row .block1 svg path {
    fill: var(--white-color);
    fill-opacity: 0.55;
}

footer .row .block2 {
    width: 19.531vw;
    padding-left: 4.063vw;
}

footer .row .block3 {
    width: 19.531vw;
    padding-left: 4.063vw;
}

footer .title {
    font-family: 'Outfit Bold';
    font-size: 1.25vw;
    line-height: 2.5vw;
    margin-bottom: 0.417vw;
}

footer .name {
    font-family: 'Outfit Bold';
    font-size: 0.99vw;
    line-height: 2.5vw;
    margin-bottom: 0.729vw;
}

footer .block p {
    font-size: 0.938vw;
    line-height: 1.354vw;
}

footer .block p a {
    color: var(--white-color);
    text-decoration: none;
}

footer .social {
    display: flex;
    gap: 0.625vw;
}

footer .social a {
    width: 1.667vw;
    height: 1.667vw;
    background-color: var(--gold-color);
    color: var(--white-color);
    margin-top: 0.729vw;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

footer .copyright {
    text-align: center;
    color: var(--grey-color);
    margin-top: 1.458vw;
    font-size: 0.833vw;
    line-height: normal;
}

footer .copyright a {
    color: var(--yellow-color);
    text-decoration: none;
    font-size: 130%;
    font-family: 'Outfit SemiBold';
}

section.zone .page__left {
    position: relative;
}

section.zone .zone__tiles {
    position: absolute;
    left: 0;
    top: 0;
}

section.zone .zone__tile {
    width: 9.219vw;
    height: 9.219vw;
    position: absolute;
    text-align: center;
}

section.zone .zone__name {
    color: var(--white-color);
    text-align: center;
    font-family: 'Outfit Regular';
    font-size: 0.781vw;
    line-height: normal;
}

section.zone .zone__svg svg {
    fill: none;
}

section.zone .zone__svg svg path {
    fill: var(--white-color);
}

section.zone1 .zone__tile:nth-child(1) {
    background: rgba(0, 105, 88, 0.90);
    left: 0;
    top: 0;
}

section.zone1 .zone__tile:nth-child(1) svg {
    width: 3.125vw;
    height: auto;
    margin-top: 1.823vw;
    padding-bottom: 0.625vw;
}

section.zone1 .zone__tile:nth-child(2) {
    background: rgba(7, 142, 120, 0.90);
    left: 9.219vw;
    top: 0;
}

section.zone1 .zone__tile:nth-child(2) svg {
    width: 3.385vw;
    height: auto;
    margin-top: 1.719vw;
    padding-bottom: 0.625vw;
}

section.zone1 .zone__tile:nth-child(3) {
    background: rgba(12, 170, 144, 0.90);
    left: 0;
    top: 9.219vw;
}

section.zone1 .zone__tile:nth-child(3) svg {
    width: 3.594vw;
    height: auto;
    margin-top: 1.302vw;
    padding-bottom: 0.104vw;
}

section.zone2 .page__left {
    order: 1;
}

section.zone2 .page__right {
    order: 0;
    padding-left: 3.958vw;
    padding-top: 3.646vw;
}

section.zone2 .zone__tiles {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

section.zone2 .zone__tile:nth-child(1) {
    background: rgba(12, 170, 144, 0.90);
    right: 0;
    bottom: 9.219vw;
}

section.zone2 .zone__tile:nth-child(1) svg {
    width: 3.594vw;
    height: auto;
    margin-top: 1.406vw;
    padding-bottom: 0.625vw;
}

section.zone2 .zone__tile:nth-child(2) {
    background: rgba(7, 142, 120, 0.90);
    right: 9.219vw;
    bottom: 0;
}

section.zone2 .zone__tile:nth-child(2) svg {
    width: 3.75vw;
    height: auto;
    margin-top: 1.979vw;
    padding-bottom: 0.625vw;
}

section.zone2 .zone__tile:nth-child(3) {
    background: rgba(0, 105, 88, 0.90);
    right: 0;
    bottom: 0;
}

section.zone2 .zone__tile:nth-child(3) svg {
    width: 3.281vw;
    height: auto;
    margin-top: 1.771vw;
    padding-bottom: 0.99vw;
}

section.zone3 .zone__tiles {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.521vw;
}

section.zone3 .zone__tile:nth-child(1) {
    background: rgba(7, 142, 120, 0.90);
    left: 0;
    bottom: 9.219vw;
}

section.zone3 .zone__tile:nth-child(1) svg {
    width: 3.229vw;
    height: auto;
    margin-top: 2.031vw;
    padding-bottom: 0.625vw;
}

section.zone3 .zone__tile:nth-child(2) {
    background: rgba(0, 105, 88, 0.90);
    left: 0;
    bottom: 0;
}

section.zone3 .zone__tile:nth-child(2) svg {
    width: 3.438vw;
    height: auto;
    margin-top: 1.667vw;
    padding-bottom: 0.625vw;
}

section.zone3 .zone__tile:nth-child(3) {
    background: rgba(12, 170, 144, 0.90);
    left: 9.219vw;
    bottom: 0;
}

section.zone3 .zone__tile:nth-child(3) svg {
    width: 3.385vw;
    height: auto;
    margin-top: 2.083vw;
    padding-bottom: 0.625vw;
}

section.location {
    position: relative;
    z-index: 20;
}

section.location .page__left {
    position: relative;
}

section.location .location__button {
    width: 7.448vw;
    height: 2.813vw;
    background-color: var(--gold-color);
    color: var(--white-color);
    display: flex;
    position: absolute;
    right: 2.083vw;
    bottom: 2.083vw;
    text-decoration: none;
    font-family: 'Outfit SemiBold';
    font-size: 0.729vw;
    line-height: normal;
    justify-content: center;
    align-items: center;
}

section.location1 .page__row {
    gap: 0;
}

section.location1 .page__right {
    background-color: var(--main-color);
    padding-left: 4.271vw;
    width: 42.656vw;
    padding-top: 2vw;
}


section.location1 .page__right .page__desc {
    padding-right: 3.958vw;
}

section.location1 .page__right .description {
    color: var(--white-color);
}

section.location1 .page__right {
    position: relative;
}

section.location1 .page__right svg.es {
    fill: none;
    width: 10.365vw;
    position: absolute;
    right: -1.875vw;
    bottom: -1.406vw;
}

section.location1 .page__right svg.es path {
    fill: rgba(255, 255, 255, 0.10);
}

section.location2 {
    position: relative;
    z-index: 10;
}

section.location2 .page__left {
    order: 1;
    width: 46.927vw;
}

section.location2 .page__right {
    order: 0;
    padding-left: 3.907vw;
}

section.page video {
    width: 100%;
    height: 36.927vw;
    object-fit: cover;
    display: block;
}

section.about1,
section.about2 {
    margin-bottom: 2.969vw;
}

section.about2 .page__left {
    order: 1;
}

section.about2 .page__row {
    gap: 0;
}

section.about2 .page__right {
    order: 0;
    padding-left: 3.906vw;
    background-color: var(--grey2-color);
    padding-right: 4.323vw;
}

section.about2 .page__left {
    display: flex;
    gap: 1.146vw;
}

section.about2 .page__left img {
    width: 22.917vw;
}

section.about3 {
    margin-bottom: 2.969vw;
}

section.about3 .about3__tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    row-gap: 0%;
    border-top: 0.052vw solid var(--grey3-color);
}

section.about3 .page__row {
    gap: 0;
}

section.about3 .page__titles {
    padding-left: 3.854vw;
}

section.about3 .page__right {
    background-color: var(--grey2-color);
    width: 46.927vw;
}

section.about3 .about3__tile {
    border-right: 0.052vw solid var(--grey3-color);
    border-bottom: 0.052vw solid var(--grey3-color);
    width: 23.333vw;
    height: 11.771vw;
    position: relative;
}

section.about3 .about3__name {
    color: var(--dark-color);
    font-family: 'Outfit Light';
    font-size: 1.042vw;
    line-height: 1.354vw;
    margin-top: 0.938vw;
    margin-left: 2.448vw;
}

section.about3 .about3__svg svg {
    fill: none;
    position: absolute;
    bottom: 1.042vw;
    left: 2.448vw;
}

section.about3 .about3__svg svg path {
    fill: var(--gold-color);
}

section.about3 .about3__tile:nth-child(1) svg {
    width: 3.542vw;
    height: auto;
}

section.about3 .about3__tile:nth-child(2) svg {
    width: 3.021vw;
    height: auto;
}

section.about3 .about3__tile:nth-child(3) svg {
    width: 3.802vw;
    height: auto;
}

section.about3 .about3__tile:nth-child(4) svg {
    width: 3.698vw;
    height: auto;
}

section.about3 .about3__value {
    color: var(--gold-color);
    text-align: right;
    font-family: 'Outfit Bold';
    font-size: 1.563vw;
    line-height: 2.188vw;
    position: absolute;
    bottom: 0.521vw;
    right: 2.135vw;
}

section.about3 .about3__value sup {
    font-family: 'Outfit Light';
    font-size: 1.25vw;
}

section.about4 .page__row {
    gap: 3.958vw;
}

section.about4 .page__right {
    width: 58.49vw;
    padding-top: 0;
}

section.about4 .page__right img {
    width: 100%;
}

section.about4 .page__left {
    width: 31.302vw;
    height: 40.469vw;
    position: relative;
}

section.about4 .about4__rest {
    display: flex;
    margin-top: 3.906vw;
}

section.about4 .page__titles {
    width: 17.188vw;
}

section.about4 .page__desc {
    padding-left: 2.656vw;
    border-left: 0.052vw solid var(--grey4-color);
    width: 34.844vw;
}

section.about4 .page__desc p {
    margin-bottom: 0;
}

section.about4 .page__left img {
    width: 20.833vw;
    height: auto;
    object-fit: cover;
    position: absolute;
}

section.about4 img.about4__img1 {
    top: 0;
    left: 0;
    width: 20.885vw;
}

section.about4 img.about4__img2 {
    bottom: 0;
    right: 0;
}

section.about4 .about4__tiles .about4__tile {
    position: absolute;
    text-align: center;
}

section.about4 .about4__tiles .about4__tile .about4__name {
    color: var(--white-color);
    font-family: 'Outfit Medium';
    font-size: 0.781vw;
    line-height: 1.042vw;
    letter-spacing: 0.078vw;
    text-transform: uppercase;
}

section.about4 .about4__tiles .about4__tile svg {
    fill: none;
}

section.about4 .about4__tiles .about4__tile svg path {
    fill: var(--white-color);
}

section.about4 .about4__tiles .about4__tile:nth-child(2) {
    width: 10.417vw;
    height: 10.156vw;
    background: #006958;
    right: 0;
    top: 0;
}

section.about4 .about4__tiles .about4__tile:nth-child(2) svg {
    width: 3.125vw;
    height: auto;
    margin-top: 1.979vw;
    margin-bottom: 1.146vw;
}

section.about4 .about4__tiles .about4__tile:nth-child(3) {
    width: 10.365vw;
    height: 10.052vw;
    background: #078E78;
    right: 10.417vw;
    top: 10.156vw;
}

section.about4 .about4__tiles .about4__tile:nth-child(3) svg {
    width: 4.063vw;
    height: auto;
    margin-top: 1.406vw;
    margin-bottom: 1.146vw;
}

section.about4 .about4__tiles .about4__tile:nth-child(4) {
    width: 10.417vw;
    height: 10.052vw;
    background: #07A58B;
    right: 0;
    top: 10.156vw;
}

section.about4 .about4__tiles .about4__tile:nth-child(4) svg {
    width: 3.75vw;
    height: auto;
    margin-top: 1.615vw;
    margin-bottom: 1.146vw;
}

section.about4 .about4__tiles .about4__tile:nth-child(5) {
    width: 10.521vw;
    height: 10.052vw;
    background: #006958;
    left: 0;
    bottom: 10.208vw;
}

section.about4 .about4__tiles .about4__tile:nth-child(5) svg {
    width: 3.75vw;
    height: auto;
    margin-top: 1.302vw;
    margin-bottom: 1.146vw;
}

section.about4 .about4__tiles .about4__tile:nth-child(6) {
    width: 10.365vw;
    height: 10.052vw;
    background: #0CAA90;
    left: 10.521vw;
    bottom: 10.208vw;
}

section.about4 .about4__tiles .about4__tile:nth-child(6) svg {
    width: 3.438vw;
    height: auto;
    margin-top: 1.563vw;
    margin-bottom: 1.198vw;
}

section.about4 .about4__tiles .about4__tile:nth-child(7) {
    width: 10.521vw;
    height: 10.208vw;
    background: #007F6A;
    left: 0;
    bottom: 0;
}

section.about4 .about4__tiles .about4__tile:nth-child(7) svg {
    width: 4.531vw;
    height: auto;
    margin-top: 2.188vw;
    margin-bottom: 1.198vw;
}

section.about4 svg.es {
    position: absolute;
    width: 9.844vw;
    fill: none;
    right: -1.354vw;
    bottom: -1.302vw;
}

section.about4 svg.es path {
    fill: rgba(255, 255, 255, 0.58);
}

section.standard .page__titles {
    text-align: center;
}

section.standard .standard__tiles {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    row-gap: 0%;
}

section.standard .standard__tile {
    display: flex;
}

section.standard .standard__image {
    width: 50%;
    position: relative;
}

section.standard .standard__triangle {
    width: 1.667vw;
    height: 100%;
    position: absolute;
}

section.standard .standard__tile .standard__triangle {
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    background-color: var(--white-color);
    right: -0.052vw;
    top: 0;
}

section.standard .standard__tile2 .standard__triangle {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: var(--white-color);
    left: 0;
    top: 0;
}

section.standard .standard__image img {
    width: 100%;
    height: auto;
    display: block;
}

section.standard .standard__rest {
    width: 50%;
    font-size: 0.938vw;
    line-height: 1.458vw;
}

section.standard .page__title {
    margin-bottom: 2.813vw;
}

section.standard .standard__block {
    padding-left: 2.5vw;
    padding-right: 2.396vw;
    padding-top: 1.2vw;
}

section.standard .standard__block h2 {
    color: var(--dark-color);
    font-family: 'Outfit Bold';
    font-size: 1.25vw;
    line-height: normal;
    text-align: left;
    margin-bottom: 1.1vw;
}

section.standard .standard__block .description {
    text-align: left;
}

section.standard .standard__block .description p {
    margin-bottom: 0;
}

section.standard .standard__tile2 .standard__image {
    order: 1;
}

section.standard .standard__tile2 .standard__rest {
    order: 0;
}

section.loans2 .page__left {
    order: 1;
}

section.loans2 .page__right {
    order: 0;
    padding-left: 3.75vw;
    width: 40.729vw;
    padding-top: 0;
}

section.loans2 .page__row {
    gap: 2.344vw;
}

section.loans2 {
    position: relative;
    margin-top: 2.969vw;
}

section.loans2 .page__desc {
    margin-top: 30.104vw;
    color: var(--main-color);
    font-family: 'Outfit Light';
    text-align: justify;
    font-size: 1.2vw;
    line-height: 1.146vw;
}

section.loans2 .page__desc p {
    margin-bottom: 0;
}

.slider-container {
    display: flex;
    align-items: center;
    gap: 1.094vw;
    margin-top: 0.729vw;
    margin-bottom: 0.573vw;
}

.loans input[type="range"] {
    -webkit-appearance: none;
    width: 32.031vw;
    height: 0.104vw;
    background: var(--grey3-color);
    border-radius: 0.26vw;
    outline: none;
    transition: background 0.3s;
}

.loans input[type="range"]:hover {
    background: var(--green-color);
}

.loans input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.042vw;
    height: 1.042vw;
    background: var(--green-color);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
}

.loans input[type="range"]::-webkit-slider-thumb:hover {
    background: var(--green-color);
}

.loans input[type="range"]::-moz-range-thumb {
    width: 1.042vw;
    height: 1.042vw;
    background: var(--green-color);
    border-radius: 50%;
    cursor: pointer;
}

.calculator {
    padding-left: 3.75vw;
    padding-top: 2.5vw;
    width: 61.094vw;
    height: 23.698vw;
    border: 0.052vw solid var(--gold-color);
    background-color: var(--white-color);
    position: absolute;
    left: 0;
    top: 6.042vw;
}

.calculator .calculator__name {
    color: var(--gold-color);
    font-family: 'Outfit Bold';
    font-size: 1.146vw;
    line-height: 2.5vw;
}

.calculator .calculator__info {
    color: var(--main-color);
    font-family: 'Outfit Light';
    font-size: 0.833vw;
    line-height: 1.719vw;
    padding-top: 0.208vw;
}

.calculator .calculator__info2 {
    margin-top: -0.573vw;
    margin-bottom: 0.573vw;
}

.calculator .calculator__row {
    gap: 0.625vw;
    display: flex;
    align-items: center;
}

.calculator .calculator__field {
    display: flex;
    gap: 0.573vw;
    align-items: center;
}

.calculator .calculator__price {
    position: absolute;
    right: 3.906vw;
    top: 0;
}

.calculator input[type='text'] {
    width: 11.146vw;
    height: 2.292vw;
    border-radius: 0.417vw;
    background: var(--grey2-color);
    border: 0;
    padding-left: 1.198vw;
    padding-right: 1.198vw;
    color: var(--gold-color);
    text-align: right;
    font-family: 'Outfit Regular';
    font-size: 1.042vw;
    line-height: 2.5vw;
}

.calculator .calculator__label {
    color: var(--gold-color);
    text-align: right;
    font-family: 'Outfit Bold';
    font-size: 0.885vw;
    line-height: 2.5vw;
}

.calculator .calculator__label2 {
    color: var(--gold-color);
    font-family: 'Outfit Regular';
    font-size: 0.885vw;
    line-height: 2.5vw;
}

.calculator .calculator__block {
    position: relative;
}

.calculator .calculator__percent {
    position: absolute;
    right: 14.531vw;
    top: 0;
}

.calculator .calculator__percent input[type='text'] {
    width: 1.667vw;
    text-align: center;
}

.calculator .calculator__price2 {
    position: absolute;
    right: 3.906vw;
    top: 0;
}

.calculator .calculator__price2 input[type='text'] {
    width: 5.469vw;
}

.calculator .calculator__year {
    position: absolute;
    right: 3.906vw;
    top: 0;
}

.calculator .calculator__result {
    display: flex;
    gap: 0.99vw;
    margin-top: 2.969vw;
    margin-right: 3.75vw;
    justify-content: center;
    align-items: center;
}

.calculator .calculator__result .calculator__value {
    color: var(--gold-color);
    text-align: center;
    font-family: 'Outfit Bold';
    font-size: 1.875vw;
    line-height: 2.5vw;
}

.calculator .calculator__result .calculator__resultinfo {
    color: var(--gold-color);
    font-family: 'Outfit Bold';
    font-size: 1.042vw;
    line-height: 2.5vw;
}

section.contact .contact__row {
    display: flex;
}

section.contact .contact__block {
    width: 19.531vw;
    border-right: 0.052vw solid var(--gold-color);
}

section.contact .contact__block2 {
    border-right: 0;
    padding-left: 4.167vw;
    width: 15.208vw;
    position: relative;
}

section.contact .contact__block2 svg.es {
    width: 18.061vw;
    position: absolute;
    top: -5.417vw;
    right: 0;
    z-index: -1;
}

section.contact .contact__block2 svg.es path {
    fill: var(--grey7-color);
    opacity: 0.1;
}

section.contact .contact__block .contact__title {
    color: var(--dark3-color);
    font-family: 'Outfit Bold';
    font-size: 1.25vw;
    line-height: 2.5vw;
}

section.contact .contact__block .contact__name {
    color: var(--dark3-color);
    font-family: 'Outfit Bold';
    font-size: 0.99vw;
    line-height: 2.5vw;
    margin-top: -0.521vw;
}

section.contact .contact__block .contact__data {
    color: var(--dark3-color);
    font-family: 'Outfit Light';
    font-size: 0.938vw;
    line-height: 1.406vw;
    margin-bottom: 6.458vw;
}

section.contact .contact__block .contact__data a {
    text-decoration: none;
    color: var(--dark3-color);
}

section.contact .social {
    display: flex;
    gap: 0.625vw;
}

section.contact .social a {
    width: 1.667vw;
    height: 1.667vw;
    background-color: var(--gold-color);
    display: flex;
    color: var(--white-color);
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

section.contact1 {
    margin-bottom: 2.969vw;
}

section.contact2 .page__row {
    gap: 0;
}

section.contact2 .page__left {
    order: 1;
}

section.contact2 .page__right {
    order: 0;
    padding-left: 4.063vw;
    padding-right: 4.167vw;
    padding-top: 0;
}

section.contact2 .contact2__info {
    color: var(--green-color);
    font-family: 'Outfit Light';
    font-size: 1.458vw;
    line-height: 2.5vw;
    margin-bottom: 1.563vw;
}

section.contact2 input[type="text"],
section.contact2 input[type="tel"],
section.contact2 input[type="email"],
section.contact2 textarea {
    display: block;
    height: 2.344vw;
    border: 0.052vw solid rgba(83, 83, 83, 0.20);
    color: var(--dark5-color);
    font-family: 'Outfit Regular';
    font-size: 0.938vw;
    line-height: normal;
    padding-left: 0.781vw;
    padding-right: 0.781vw;
    width: calc(100% - 1.667vw);
}

section.contact2 textarea {
    padding-top: 0.781vw;
    padding-bottom: 0.781vw;
    height: 6.667vw;
}

section.contact2 .description p {
    margin-bottom: 0;
    width: 100%;
}

section.contact2 .form_row {
    display: flex;
    gap: 1.302vw;
}

section.contact2 form br {
    display: none;
}

section.contact2 span {
    display: block;
}

section.contact2 label {
    display: block;
    margin-bottom: 0.729vw;
}

section.contact2 label span.label {
    color: var(--dark4-color);
    font-size: 0.885vw;
    line-height: normal;
    letter-spacing: -0.027vw;
    margin-bottom: 0.677vw;
}

.wpcf7-not-valid-tip {
    color: var(--red-color);
    font-size: 0.729vw;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7-list-item input {
    margin: 0;
    padding: 0;
}

.wpcf7-list-item label {
    display: flex !important;
    gap: 0.625vw;
    margin-bottom: 2.604vw !important;
}

.wpcf7-list-item label a {
    color: var(--gold-color);
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.198vw;
    margin-bottom: 1.042vw;
    color: var(--gold-color);
    font-family: 'Outfit SemiBold';
    margin-top: 0.781vw;
}

section.contact2 span {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.781vw;
    padding-right: 0.781vw;
}

.select2-container .select2-selection--single {
    height: 2.5vw;
}

.select2-container--default .select2-selection--single {
    background-color: var(--white-color);
    border: 0.052vw solid rgba(83, 83, 83, 0.20);
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--dark5-color);
    line-height: 2.344vw;
    font-family: 'Outfit Regular';
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0.573vw;
    right: -8.073vw;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.354vw;
    position: absolute;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0.465vw 0.36vw 0 0.36vw;
    height: 0;
    margin-left: -0.208vw;
    margin-top: -0.208vw;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 0.36vw 0.465vw 0.36vw;
}

.mobile_movie {
    display: none;
}

section.home1 video {
    width: 100%;
    height: 788px;
    object-fit: cover;
    display: block;
}

section.home1 {
    position: relative;
}

section.home1 .home1__image img {
    width: 100%;
    height: auto;
    display: block;
}

section.home1 .home1__image img.home1__desktop {
    display: block;
}

section.home1 .home1__image img.home1__mobile {
    display: none;
}

section.home1 .home1__box {
    position: absolute;
    left: 2.083vw;
    bottom: 2.083vw;
    background-color: var(--white-color);
    width: 20.573vw;
    height: 22.448vw;
}

section.home1 .home1__subtitle {
    padding-left: 1.979vw;
    padding-top: 1.979vw;
    padding-bottom: 0.521vw;
    color: var(--gold-color);
    font-family: 'Outfit Medium';
    font-size: 1.25vw;
    line-height: normal;
}

section.home1 h1 {
    padding-left: 1.979vw;
    color: var(--gold-color);
    font-family: 'Outfit Bold';
    font-size: 2.344vw;
    line-height: 2.5vw;
    margin-bottom: 1.979vw;
}

section.home1 .line {
    width: 3.281vw;
    height: 0.156vw;
    background: var(--grey4-color);
    display: inline-block;
}

section.home1 .box__right {
    text-align: right;
    padding-right: 1.563vw;
}

section.home1 .home1__info {
    color: var(--gold-color);
    font-family: 'Outfit SemiBold';
    font-size: 1.042vw;
    line-height: 1.927vw;
    margin-bottom: 1.667vw;
}

section.home1 .home1__price {
    color: var(--gold-color);
    font-family: 'Outfit Bold';
    font-size: 1.823vw;
    line-height: 2.188vw;
}

section.home1 {
    margin-bottom: 2.969vw;
    position: relative;
}

section.home1 .es {
    width: 6.051vw;
    height: auto;
    position: absolute;
    left: 19.688vw;
    top: 8.177vw;
}

section.home1 .es path {
    fill: var(--white-color);
}

section.home2 .page__right {
    order: 0;
    padding-left: 4.01vw;
}

section.home2 .page__left {
    order: 1;
}

section.home2 .home2__button {
    text-align: center;
}

section.home5 {
    margin-bottom: 2.969vw;
}

section.home5 .home5__link {
    text-align: center;
}

section.home6 {
    margin-bottom: 2.969vw;
}

section.home6 .home6__titles {
    padding-left: 4.01vw;
    width: 28.802vw;
    border-right: 0.052vw solid #d9d9d9;
}

section.home6 .home6__titles .page__title {
    margin-bottom: 0;
}

section.home6 .home6__description {
    width: 37.24vw;
}

section.home6 .home6__description p {
    margin-bottom: 0;
}

section.home6 .page__row {
    align-items: center;
    margin-bottom: 2.813vw;
}

section.home6 .home__row {
    display: flex;
    margin-left: 4.01vw;
}

section.home6 .home__tiles {
    width: 28.75vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    row-gap: 0%;
    border-left: 0.052vw solid var(--gold-color);
    border-top: 0.052vw solid var(--gold-color);
}

section.home6 .home__tile {
    width: 14.323vw;
    height: 13.75vw;
    border-right: 0.052vw solid var(--gold-color);
    border-bottom: 0.052vw solid var(--gold-color);
    text-align: center;
}

section.home6 .home__tile .home__name {
    color: var(--dark2-color);
    text-align: center;
    font-family: 'Outfit Regular';
    font-size: 0.938vw;
    line-height: normal;
}

section.home6 .home__tile svg {
    fill: none;
}

section.home6 .home__tile svg path {
    fill: var(--gold-color);
}

section.home6 .home__co1 .home__tile:nth-child(1) svg {
    width: 5.417vw;
    height: auto;
    margin-top: 1.979vw;
    margin-bottom: 1.458vw;
}

section.home6 .home__co1 .home__tile:nth-child(2) svg {
    width: 4.74vw;
    height: auto;
    margin-top: 2.292vw;
    margin-bottom: 1.927vw;
}

section.home6 .home__co1 .home__tile:nth-child(3) svg {
    width: 4.375vw;
    height: auto;
    margin-top: 2.135vw;
    margin-bottom: 0.885vw;
    margin-left: 1.979vw;
}

section.home6 .home__co1 .home__tile:nth-child(4) svg {
    width: 4.635vw;
    height: auto;
    margin-top: 2.656vw;
    margin-bottom: 2.083vw;
}

section.home6 .home__co3 .home__tile:nth-child(1) svg {
    width: 2.865vw;
    height: auto;
    margin-top: 2.396vw;
    margin-bottom: 1.979vw;
}

section.home6 .home__co3 .home__tile:nth-child(2) svg {
    width: 4.896vw;
    height: auto;
    margin-top: 2.604vw;
    margin-bottom: 1.719vw;
}

section.home6 .home__co3 .home__tile:nth-child(3) svg {
    width: 4.01vw;
    height: auto;
    margin-top: 2.604vw;
    margin-bottom: 1.719vw;
}

section.home6 .home__co3 .home__tile:nth-child(4) svg {
    width: 4.635vw;
    height: auto;
    margin-top: 2.604vw;
    margin-bottom: 1.719vw;
}

section.home6 .home__co2 {
    width: 30.833vw;
    height: 27.552vw;
    border-top: 0.052vw solid var(--gold-color);
    border-bottom: 0.052vw solid var(--gold-color);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.home6 .home__co2 svg {
    width: 17.552vw;
    fill: none;
    filter: drop-shadow(0.885vw 1.302vw 2.188vw rgba(0, 0, 0, 0.25));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.home6 .home__co2 svg path {
    fill: var(--white-color);
}

section.home7 {
    margin-bottom: 2.969vw;
}

section.home7 .page__left {
    order: 0;
}

section.home7 .page__right {
    order: 1;
}

section.home8 {
    margin-bottom: 2.969vw;
}

section.home8 .home8__row {
    display: flex;
}

section.home8 .home8__col1 {
    width: 19.375vw;
    margin-left: 3.177vw;
}

section.home8 .home8__button {
    text-align: center;
}

section.home8 .home8__col2 {
    margin-left: 4.375vw;
    width: 39.688vw;
    margin-right: 4.323vw;
}

section.home8 .home8__col3 {
    width: 22.917vw;
    position: relative;
}

section.home8 .home8__col3 svg.es {
    width: 10.885vw;
    height: auto;
    fill: none;
    position: absolute;
    bottom: 0.833vw;
    left: -5.26vw;
}

section.home8 .home8__col3 svg.es path {
    fill: var(--grey5-color);
}

section.home8 .home8__col3 img {
    width: 100%;
    display: block;
}

section.home8 .home8__parameters {
    display: flex;
    align-items: flex-end;
}

section.home8 .home8__parameter {
    padding-left: 1.042vw;
    padding-right: 1.042vw;
    color: var(--green-color);
    font-family: 'Outfit Light';
    font-size: 0.99vw;
    line-height: 2.5vw;
    border-right: 0.052vw solid var(--grey3-color);
}

section.home8 .home8__parameter:nth-child(1) {
    padding-left: 0;
    width: 6.51vw;
}

section.home8 .home8__parameter:nth-child(2) {
    width: 3.438vw;
}

section.home8 .home8__parameter:nth-child(3) {
    width: 8.49vw;
}

section.home8 .home8__parameter:nth-child(4) {
    width: 5.417vw;
}

section.home8 .home8__parameter:nth-child(5) {
    padding-right: 0;
    border-right: 0;
    width: 5.938vw;
}

section.home8 .home8__image {
    text-align: center;
}

section.home8 .home8__image img {
    width: 38.854vw;
    height: auto;
}

section.home8 .home8__link {
    text-align: center;
    display: flex;
    justify-content: center;
}

section.home8 .home8__link a {
    display: flex;
    width: 7.813vw;
    gap: 0.729vw;
    justify-content: center;
    align-items: center;
}

section.home8 .home8__link svg {
    fill: none;
    width: 2.188vw;
    height: auto;
}

section.home8 .home8__link svg path {
    fill: var(--gold-color);
}

section.home8 .home8__link2 {
    display: flex;
    gap: 1.198vw;
    cursor: pointer;
    margin-left: 2.083vw;
    align-items: center;
}

section.home8 .home8__link2 strong {
    color: var(--gold-color);
    font-family: 'Outfit SemiBold';
    font-size: 0.729vw;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

section.home8 .home8__link2 span {
    width: 1.979vw;
    height: 1.979vw;
    border: 0.052vw solid var(--gold-color);
    display: flex;
    color: var(--gold-color);
    justify-content: center;
    align-items: center;
}

section.home8 .home8__block {
    display: none;
}

section.home8 .home8__block.home8__block:first-child {
    display: block;
}

.contactformtop {
    margin-top: 2.969vw;
}

section.interiors1 {
    margin-bottom: 3.958vw;
}

section.interiors2 .page__row {
    gap: 0;
    padding-left: 3.177vw;
    padding-right: 3.177vw;
}

section.interiors2 .page__right {
    padding: 0;
    margin: 0;
    width: 100%;
}

section.interiors2 .page__right .page__titles {
    text-align: center;
}

section.interiors2 .interiors2__images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.042vw;
    row-gap: 0%;
    margin-top: 1.875vw;
}

section.interiors2 .interiors2__images img {
    width: 100%;
    display: block;
}

section.single .page__date {
    color: var(--gold-color);
    font-family: 'Outfit Regular';
    font-size: 1.042vw;
    line-height: normal;
}

section.single .page__left img {
    position: sticky;
    top: 0;
}

section.category .category__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.042vw;
    row-gap: 0%;
}

section.category .category__image img {
    width: 100%;
    height: auto;
    display: block;
}

section.category .category__image {
    position: relative;
}

section.category .category__image .category__date {
    width: 11.094vw;
    height: 1.667vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    background-color: var(--green-color);
    color: var(--white-color);
    font-family: 'Outfit Regular';
    font-size: 0.833vw;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.category .category__title {
    text-align: center;
    width: calc(100% - 2.083vw);
    height: 3.125vw;
    margin-top: 1.094vw;
    padding-left: 1.042vw;
    padding-right: 1.042vw;
}

section.category .category__title a {
    color: var(--dark-color);
    text-align: center;
    font-family: 'Outfit Regular';
    font-size: 1.042vw;
    line-height: 1.563vw;
    text-decoration: none;
    display: block;
    font-weight: normal;
}

section.category .category__more {
    display: block;
    text-align: center;
    margin-bottom: 1.354vw;
}

section.category .category__more svg {
    width: 0.729vw;
    height: 0.26vw;
    fill: none;
}

section.category .category__more svg path {
    fill: var(--green-color);
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a,
.pagination span {
    display: flex;
    width: 2.083vw;
    height: 2.083vw;
    justify-content: center;
    align-items: center;
}

.pagination span {
    color: var(--dark-color);
}

.pagination a {
    color: var(--gold-color);
    text-decoration: none;
}

.pagination a.next,
.pagination a.prev {
    border: 0.052vw solid var(--gold-color);
}

section.single .single__buttons {
    display: flex;
    border-top: 0.052vw solid var(--grey4-color);
    padding-top: 1.667vw;
    margin-top: 3.542vw;
}

section.single .single__button {
    width: 33.33%;
}

section.single .single__button1 a,
section.single .single__button3 a {
    display: flex;
    align-items: center;
    gap: 1.198vw;
    text-decoration: none;
}

section.single .single__button2 {
    text-align: center;
}

section.single .single__button3 a {
    justify-content: flex-end;
}

section.single .single__button1 a span,
section.single .single__button3 a span {
    width: 1.979vw;
    height: 1.979vw;
    border: 0.052vw solid var(--gold-color);
    color: var(--gold-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

section.single .single__button1 a strong,
section.single .single__button3 a strong {
    display: block;
    color: var(--gold-color);
    font-family: 'Outfit SemiBold';
    font-size: 0.729vw;
    line-height: normal;
}

section.gallery .category__title {
    height: auto;
}

section.gallery .gallery__button a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625vw;
    text-decoration: none;
    color: var(--gold-color);
}

section.gallery .gallery__button a div {
    width: 1.979vw;
    height: 1.979vw;
    border: 0.052vw solid var(--gold-color);
    color: var(--gold-color);
    display: flex;
    justify-content: center;
    align-items: center;
}


.budynek-svg {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 0;
}

.budynek-svg svg path {
    fill-opacity: 0;
}

.budynek-svg svg path:hover {
    fill: var(--building-fill-color);
    fill-opacity: 1;
    cursor: pointer;
}

.karta_mieszkania svg g.wolne path {
    fill: var(--status-free);
    fill-opacity: 0.4;
}

.karta_mieszkania svg g.zarezerwowane path {
    fill: var(--status-reserved);
    fill-opacity: 0.5;
}

.karta_mieszkania svg g.sprzedane path {
    fill: var(--status-sold);
    fill-opacity: 0.5;
}

.karta_mieszkania svg g.wolne path:hover {
    fill: var(--building-fill-color);
    fill-opacity: 1;
}

.speech_bubble_stage_1 {
    width: 10.885vw;
    position: absolute;
    left: 16.75vw;
    bottom: 9.417vw;
}

.speech_bubble_stage_2 {
    width: 15.104vw;
    position: absolute;
    right: 21.7vw;
    bottom: 24vw;
}

.budynek-svg-offer .speech_bubble_stage_1,
.budynek-svg-offer .speech_bubble_stage_2 {
    display: none;
}

.speech_bubble {
    width: 14.844vw;
    height: 4.844vw;
    position: fixed;
    border-radius: 0.521vw;
    background-color: var(--white-color);
    display: none;
    pointer-events: none;
    margin-top: 1.042vw;
    margin-left: 1.042vw;
}

.speech_bubble .speech_bubble__building {
    width: 1.302vw;
    height: 100%;
    background-color: var(--grey3-color);
    border-top-left-radius: 0.521vw;
    border-bottom-left-radius: 0.521vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Outfit Medium';
    color: var(--grey6-color);
    font-size: 1.042vw;
    line-height: normal;
    letter-spacing: 0.031vw;
    text-transform: uppercase;
}

.speech_bubble .speech_bubble__levvel {
    width: 1.25vw;
    height: 100%;
    position: relative;
    border-right: 0.052vw solid var(--grey-color);
}

.speech_bubble .speech_bubble__levvel span {
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    width: 3.125vw;
    left: -0.938vw;
    top: 1.979vw;
    color: var(--grey6-color);
    font-family: 'Outfit Medium';
    font-size: 0.677vw;
    line-height: normal;
    letter-spacing: 0.02vw;
    text-transform: uppercase;
}

.speech_bubble .speech_bubble__status {
    color: var(--black-color);
    font-family: 'Outfit Medium';
    font-size: 0.573vw;
    line-height: 1.094vw;
    letter-spacing: 0.017vw;
    text-transform: uppercase;
    padding-left: 0.729vw;
    display: flex;
    align-items: center;
}

.speech_bubble .speech_bubble__col {
    width: 6.354vw;
}

.speech_bubble .speech_bubble__status strong {
    font-size: 0.833vw;
    line-height: normal;
    letter-spacing: 0.025vw;
    text-transform: uppercase;
}

.speech_bubble .speech_bubble__status .speech_bubble__free,
#levelegend_free {
    color: var(--status-free);
}

.speech_bubble .speech_bubble__status .speech_bubble__reserved,
#levelegend_reserved {
    color: var(--status-reserved);
}

.speech_bubble .speech_bubble__status .speech_bubble__sold,
#levelegend_sold {
    color: var(--status-sold);
}

.speech_bubble .speech_bubble__svg {
    width: 5.208vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.speech_bubble .speech_bubble__svg svg path {
    fill: var(--grey-color);
}

.speech_bubble .speech_bubble__svgc svg {
    width: 1.146vw;
    height: 3.385vw;
}

.speech_bubble .speech_bubble__svgd svg {
    width: 3.49vw;
    height: 2.604vw;
}

.speech_bubble .speech_bubble__svge svg {
    width: 2.656vw;
    height: 2.76vw;
}

#svg-area svg {
    display: block;
}

#level-svg {
    width: 100%;
    height: 34.406vw;
    border: 0.052vw solid var(--grey3-color);
    position: relative;
    margin-bottom: 3.021vw;
}

#level-svg-area svg {
    width: 100%;
    height: auto;
    display: block;
}

.level-search-row {
    display: flex;
    gap: 2.917vw;
    margin-top: 3.333vw;
}

.level-search-col1 {
    width: 66.208vw;

}

.level-search-col2 {
    width: 24.725vw;
}

.search {
    width: 100%;
    height: 39.5vw;
    padding-top: 3vw;
    background-color: var(--white-color);
    box-shadow: 0 0.208vw 2.917vw 0 rgba(0, 0, 0, 0.16);
    margin-top: -8.021vw;
    position: relative;
    margin-bottom: 3.021vw;
}

.search svg.es {
    width: 10.946vw;
    position: absolute;
    top: 0;
    right: 0;
}

.search svg.es path {
    fill: var(--grey7-color);
    opacity: 0.1;
}

.search .search__field {
    position: relative;
    z-index: 1;
}

.search .search__col {
    padding-left: 3.281vw;
    padding-right: 3.333vw;
    margin-bottom: 0.625vw;
}


.search .search--col4 {
    margin-bottom: 1.51vw;
}

.search .search--col6 {
    margin-top: 3.563vw;
    text-align: center;
}

.search h2 {
    text-align: center;
    font-weight: normal;
    color: var(--gold-color);
    font-family: 'Outfit Light';
    font-size: 1.458vw;
    line-height: 2.5vw;
}

.search p {
    text-align: center;
    font-family: 'Outfit Regular';
    color: var(--black-color);
    font-size: 0.833vw;
    line-height: 2.5vw;
    letter-spacing: 0.017vw;
    margin-bottom: 1.979vw;
}

.search label {
    display: block;
    margin-bottom: 0.677vw;
    color: var(--dark4-color);
    font-family: 'Outfit Regular';
    font-size: 0.885vw;
    line-height: normal;
    letter-spacing: -0.027vw;
}

.search .select2-container {
    width: 100% !important;
}

.search .select2-container .select2-selection--single {
    height: 2.344vw;
}

.search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.24vw;
}

.search input[type="range"] {
    width: 11.5vw;
}

.search .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0.927vw;
}

.search input[type="range"]::-webkit-slider-thumb {
    width: 0.521vw;
    height: 0.521vw;
}

.level_legend {
    position: absolute;
    right: 1.927vw;
    top: 0.833vw;
    display: flex;
    gap: 1.563vw;
}

.level_legend dl {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0.729vw;
    align-items: center;
}

.level_legend dl dt {
    padding-top: 0.329vw;
}

.level_legend dl dd {
    color: rgba(0, 0, 0, 0.51);
    font-family: 'Outfit Light';
    font-size: 0.938vw;
    line-height: 2.5vw;
}

.level_legend dl dt span.free {
    display: inline-block;
    width: 1.042vw;
    height: 1.042vw;
    background: var(--status-free);
    opacity: 0.5;
}

.level_legend dl dt span.reserved {
    display: inline-block;
    width: 1.042vw;
    height: 1.042vw;
    background: var(--status-reserved);
    opacity: 0.5;
}

.level_legend dl dt span.sold {
    display: inline-block;
    width: 1.042vw;
    height: 1.042vw;
    background: var(--status-sold);
    opacity: 0.5;
}


.apartment-table {
    overflow: auto;
    white-space: nowrap;
    height: 34.5vw;
    margin-bottom: 3.021vw;
}

.apartment-table table {
    width: 100%;
    border-collapse: collapse;
}

.apartment-table table td,
.apartment-table table th {
    border: 0.052vw solid var(--table-border-color);
    text-align: center;
}

.apartment-table table th {
    font-family: 'Outfit Bold';
    color: var(--dark-color);
    font-size: 0.833vw;
    line-height: normal;
    letter-spacing: 0.025vw;
    text-transform: uppercase;
    padding-top: 1.3vw;
    padding-bottom: 1.3vw;
    vertical-align: middle;
}

.apartment-table table td {
    color: var(--black-color);
    font-family: 'Outfit Light';
    font-size: 0.938vw;
    line-height: 2.188vw;
    text-transform: uppercase;
    border: 0.052vw solid var(--table-border-color);
}

.apartment-table table td .button {
    width: 4.844vw;
    padding: 0;
    padding-top: 0.313vw;
    height: 1.25vw;
    color: var(--white-color);
    background-color: var(--gold-color);
    font-family: 'Outfit Medium';
    display: inline-block;
    text-align: center;
    font-size: 0.781vw;
    line-height: normal;
    cursor: pointer;
}

.apartment-table table td:nth-child(1) {
    width: 10%;
}

.apartment-table table td:nth-child(2) {
    width: 10%;
}

.apartment-table table td:nth-child(3) {
    width: 10%;
}

.apartment-table table td:nth-child(4) {
    width: 10%;
}

.apartment-table table td:nth-child(5) {
    width: 10%;
}

.apartment-table table td:nth-child(6) {
    width: 10%;
    text-transform: lowercase;
}

.apartment-table table td:nth-child(7) {
    width: 10%;
    text-transform: capitalize;
}

.apartment-table table td:nth-child(8) {
    width: 10%;
    font-size: 1.042vw;
}

.apartment-table table td:nth-child(9) {
    width: 10%;
    text-transform: lowercase;
}

.apartment-table table td:nth-child(10) {
    width: 10%;
    text-transform: lowercase;
}

.apartment-table table tr:hover td {
    background: var(--gold-bright-color);
}

.apartment-table table th.sort {
    cursor: pointer;
}

.apartment-table table tr:nth-child(even) {
    background-color: var(--grey5-color);
}

.offer-show-projection {
    cursor: pointer;
}

.apartment-table::-webkit-scrollbar {
    width: 0.417vw;
    height: 0.417vw;
    z-index: 100;
}

.apartment-table::-webkit-scrollbar-track {
    background: var(--grey3-color);
}

.apartment-table::-webkit-scrollbar-thumb {
    background: var(--gold-color);
}

.apartment-table::-webkit-scrollbar-thumb:hover {
    background: var(--grey4-color);
}

.apartment-table table td .button {}

.apartment-table table td .button i {
    font-size: 0.677vw;
}

.apartment-table table td.lack {
    color: var(--gold-color);
}

.apartment-table table td.wolne {
    color: var(--status-free);
}

.apartment-table table td.zarezerwowane {
    color: var(--status-reserved);
}

.apartment-table table td.sprzedane {
    color: var(--status-sold);
}

.form_control {
    position: relative;
    display: block;
    justify-content: space-between;
    margin-bottom: 0;
    text-align: center;
}

.form_control .form_control__unit,
.form_control .form_control__separator {
    color: var(--grey8-color);
    font-size: 0.833vw;
    font-family: 'Outfit Light';
    padding-left: 0.208vw;
    padding-right: 0.208vw;
}

.form_control .form_control__separator {
    padding-right: 0.417vw;
}

.form_control input[type="text"].form_control__input {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    height: 0.885vw;
    width: 1.042vw;
    display: inline-block;
    color: var(--grey8-color);
    font-size: 0.833vw;
    font-family: 'Outfit Regular';
    text-align: center;
    cursor: default;
}

.levelegend {
    display: none;
}

.levelegend .levelegend__area {
    border: 0.052vw solid var(--grey3-color);
    background: var(--grey5-color);
    height: 16.406vw;
    padding-left: 2.708vw;
    padding-right: 2.188vw;
}

.levelegend .levelegend--col1 {
    display: flex;
    padding-top: 2.188vw;
    color: var(--dark-color);
    font-family: 'Outfit Light';
    font-size: 1.458vw;
    line-height: 2.5vw;
    margin-bottom: 2.448vw;
}

.levelegend .levelegend__block {
    width: 50%;
}

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

.levelegend .levelegend--col2 .levelegend__block {
    display: flex;
    align-items: center;
    width: 100%;
}

.levelegend .levelegend--col2 .levelegend__block span {
    color: var(--dark-color);
    font-family: 'Outfit Light';
    font-size: 0.938vw;
    line-height: 2.5vw;
    letter-spacing: 0.234vw;
    text-transform: uppercase;
    width: 22.188vw;
    border-right: 0.052vw solid rgba(137, 137, 137, 0.16);
    display: block;
}

.levelegend .levelegend--col2 .levelegend__block strong {
    display: block;
    text-align: right;
    width: 3.385vw;
    font-family: 'Outfit Bold';
    font-size: 1.146vw;
    line-height: 2.5vw;
}

.levelegend .levelegend__image {
    height: 14.948vw;
    width: 100%;
    background-image: url("img/legend_buildings.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

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

.search .form_control {
    position: relative;
    display: block;
    justify-content: space-between;
    margin-bottom: 0.208vw;
    text-align: center;
}

.search .range_container {
    margin-top: -0.781vw;
}

.search .sliders_control {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 1.25vw;
}

.search .range_container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 0.521vw;
    height: 0.521vw;
    background-color: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 0 0 0.052vw var(--grey4-color);
    cursor: pointer;
    border: 0.052vw solid var(--green-color);
    background: var(--green-color);
}

.search .range_container input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 0.521vw;
    height: 0.521vw;
    background-color: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 0 0 0.052vw var(--grey4-color);
    cursor: pointer;
    border: 0.052vw solid var(--green-color);
    background: var(--green-color);
}

.search .range_container input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 0.156vw var(--green-color), 0 0 0.469vw var(--green-color);
    -webkit-box-shadow: inset 0 0 0.156vw var(--green-color), 0 0 0.469vw var(--green-color);
}

.search .range_container input[type="text"] {
    width: 2.604vw;
    height: 1.563vw;
    font-size: 1.042vw;
    border: none;
    padding: 0;
}

.search .range_container input[type=number]::-webkit-inner-spin-button,
.search .range_container input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.search .range_container input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 0.104vw;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: var(--grey3-color);
    pointer-events: none;
    border-radius: 0.521vw;
    z-index: 100;
}

#fromSlider {
    height: 0;
    z-index: 1000;
    margin-top: 0.152vw;
}

.left_social {
    position: fixed;
    top: 18.75vw;
    left: 0.313vw;
}

.left_social a {
    background-color: var(--gold-color);
    color: var(--white-color);
    text-decoration: none;
    display: flex;
    width: 1.979vw;
    height: 1.979vw;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.417vw;
}

.left_social .left_social__info {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-family: 'Outfit SemiBold';
    font-size: 0.677vw;
    line-height: normal;
    letter-spacing: 0.203vw;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 1.042vw;
    color: rgba(0, 0, 0, 0.50);
}

.responsive-menu {
    display: none;
}

.main-img-mobile {
    display: none;
}

.search__desktopname {
    display: inline;
}

.search__mobilename {
    display: none;
}

section.apartments {
    margin-bottom: 2.969vw;
}

section.apartments .apartments__title {
    color: var(--gold-color);
    font-family: 'Outfit Regular';
    font-size: 1.042vw;
    line-height: normal;
}

section.apartments h1 {
    color: var(--gold-color);
    font-family: 'Outfit Bold';
    font-size: 1.875vw;
    line-height: 2.5vw;
    margin-bottom: 0.99vw;
}

section.apartments h1 span {
    text-transform: uppercase;
}

section.apartments .apartments__image {
    border: 0.052vw solid var(--grey3-color);
}

section.apartments .apartments__image img {
    width: 46.929vw;
    height: auto;
    display: block;
}

section.apartments .apartments__status {
    padding-left: 1.042vw;
    padding-right: 1.042vw;
    height: 1.667vw;
    display: inline-block;
    color: var(--white-color);
    text-align: center;
    font-family: 'Outfit SemiBold';
    font-size: 0.885vw;
    line-height: 1.615vw;
    margin-bottom: 2.188vw;
}

section.apartments .apartments__row {
    display: flex;
    gap: 0.781vw;
    margin-bottom: 3.385vw;
}

section.apartments .apartments__block {
    width: 19.792vw;
}

section.apartments .apartments__field {
    display: flex;
    margin-bottom: 0.365vw;
    align-items: center;
    padding-left: 1.458vw;
    padding-right: 1.458vw;
}

section.apartments .apartments__fieldb {
    background-color: var(--grey5-color);
}

section.apartments .apartments__name {
    color: var(--dark-color);
    font-family: 'Outfit Light';
    font-size: 1.042vw;
    line-height: 1.927vw;
    width: 50%;
}

section.apartments .apartments__name sup {
    font-size: 0.63vw;
}

section.apartments .apartments__value {
    width: 50%;
    text-align: right;
    color: var(--gold-color);
    font-family: 'Outfit Bold';
    font-size: 1.042vw;
    line-height: 2.188vw;
}

section.apartments .apartments__value sup {
    font-size: 0.781vw;
}

section.apartments .apartments__valueb {
    text-transform: uppercase;
}

section.apartments .apartments--wolne {
    background-color: var(--status-free);
}

section.apartments .apartments--zarezerwowane {
    background-color: var(--status-reserved);
}

section.apartments .apartments--sprzedane {
    background-color: var(--status-sold);
}

section.apartments .apartments__buttons {
    display: flex;
    gap: 1.406vw;
}

section.apartments .buttona {
    padding-left: 0;
    padding-right: 0;
    width: 2.083vw;
    height: 0.938vw;
}

section.apartments .buttona svg {
    width: 0.833vw;
    height: 0.833vw;
    fill: none;
}

section.apartments .buttonb svg {
    width: 0.938vw;
    height: 0.938vw;
}

section.apartments .buttona svg path,
section.apartments .buttona svg rect {
    fill: var(--gold-color);
}

.form_contact_overlay {
    opacity: 0.8;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    z-index: 190;
    display: none;
}

.modal {
    width: 38.438vw;
    padding-left: 5.208vw;
    padding-right: 5.208vw;
    padding-top: 2.396vw;
    padding-bottom: 2.083vw;
    position: fixed;
    top: 1.313vw;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: var(--white-color);
    z-index: 10000002;
    box-shadow: 0 0.208vw 2.917vw 0 rgba(0, 0, 0, 0.16);
    display: none;
}

.modal .close {
    background-color: var(--gold-color);
    color: var(--white-color);
    position: absolute;
    top: 0;
    right: 0;
    width: 2.083vw;
    height: 2.083vw;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.modal .wpcf7-list-item label {
    margin-bottom: 1.604vw !important;
}

.modal section.page .page__title {
    margin-bottom: 1vw;
}

.modal .wpcf7-not-valid-tip {
    margin-top: -0.313vw;
}

.modal section.contact2 textarea {
    height: 4.667vw;
}

section.empty {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
}

section.empty h1 {
    margin-bottom: 1.042vw;
}

#cmplz-document {
    max-width: 100% !important;
}

section.home4 .home4__map {
    display: block !important;
}

section.home4 .home4__mapmobile {
    display: none !important;
}

.location1__map {
    display: block !important;
}

.location1__mapmobile {
    display: none !important;
}

.about3__img {
    display: block !important;
}

.about3__imgmobile {
    display: none !important;
}

.about4__img {
    display: block !important;
}

.about4__imgmobile {
    display: none !important;
}

.about4__tilemobile {
    display: none;
}

.modal_phone {
    top: auto;
    bottom: 0;
    box-shadow: 0 0.208vw 1.51vw 0 rgba(0, 0, 0, 0.25);
    width: 42.604vw;
    height: 4.219vw;
    padding: 0;
    padding-left: 1.25vw;
    padding-top: 0.938vw;
    z-index: 10000001;
}

.modal_phone .modal__row {
    display: flex;
    align-items: center;
}

.modal_phone .modal__col1 {
    padding-right: 0.99vw;
    border-right: 0.052vw solid var(--gold-color);
}

.modal_phone .modal__col2 {
    padding-left: 0.99vw;
    padding-right: 2.76vw;
}

.modal_phone svg {
    width: 6.979vw;
    height: auto;
}

.modal_phone svg path {
    fill: var(--gold-color);
}

.modal_phone .modal__title {
    color: var(--gold-color);
    font-family: 'Outfit Bold';
    font-size: 1.042vw;
    line-height: 1.458vw;
}

.modal_phone .modal__title2 {
    color: var(--gold-color);
    font-size: 0.781vw;
    line-height: normal;
}

.modal_phone {
    display: block;
}

.modal_phone .contact__area {
    display: flex;
    gap: 0.521vw;
}

.modal_phone .contact__field {
    width: 12.865vw;
}

.modal_phone .contact__field input[type="tel"] {
    height: 1.875vw;
}

.modal_phone .contact__field input[type="tel"].wpcf7-not-valid {
    border: 0.052vw solid var(--red-color);
}

.modal_phone .contact__button .button {
    padding: 0;
    width: 5.052vw;
    height: 2.083vw;
}

.modal_phone .wpcf7-response-output {
    display: none;
}

.modal_phone .wpcf7-not-valid-tip {
    display: none;
}

.modal_phone .close {
    background: none;
    color: var(--green-color);
    font-size: 1.25vw;
}

.modal_phone .modal__info {
    color: var(--grey6-color);
    text-align: center;
    font-family: 'Outfit Regular';
    font-size: 0.625vw;
    line-height: normal;
    margin-top: 0.365vw;
}

.modal_phone_close {
    display: none;
}

.modal_phone .sent .contact__field input[type="tel"] {
    display: none;
}

.modal_phone .sent .contact__button .button {
    display: none;
}

.modal_phone .wpcf7 form.sent .wpcf7-response-output {
    color: var(--green2-color);
    display: block;
    font-size: 0.833vw;
    margin-top: 0;
    margin-bottom: 0;
}

#loading {
    display: none;
}

#loading img {
    width: 1.875vw;
}

.documents svg {
    width: 1.04vw;
    height: auto;
}

.documents svg path {
    fill: var(--black-color);
}

.documents .page__desc div {
    margin-bottom: 0.26vw;
}

.documents .page__desc div a {
    display: flex;
    gap: 14px;
    text-decoration: none;
    color: var(--gold-color);
}

.modal__mobile {
    display: none;
}

@media (max-width: 991px) {
    body {
        font-size: 15px;
        line-height: 22px;
        position: relative;
    }

    footer .nav {
        display: none;
    }

    header .menu-menu-1-container {
        display: none;
    }

    header .button_apartments {
        display: none;
    }

    header .phone {
        display: none;
    }

    .breadcrumbs {
        display: none;
    }

    header {
        height: 110px;
        position: relative;
        width: 100%;
        border-bottom: 1px solid var(--grey4-color);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    }

    header .logo {
        width: 200px;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .hamburger-area {
        cursor: pointer;
        position: fixed;
        right: 15px;
        top: 28px;
        border: 1px solid var(--gold-color);
        padding: 7px;
        padding-top: 4px;
        padding-bottom: 4px;
        cursor: pointer;
        z-index: 10000;
        display: block;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 30px;
        height: 4px;
        background-color: var(--gold-color);
        margin: 6px 0;
        transition: 0.4s;
    }

    .change {
        padding-top: 5px;
        padding-bottom: 3px;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-7px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    .left_social {
        display: none;
    }

    .responsive-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 260px;
        z-index: 999999;
        margin: 0;
        padding: 0;
        background-color: var(--white-color);
        text-align: left;
        overflow: auto;
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 40%);
        opacity: 1;
        transition: 0.3s;
        padding-left: 15px;
        padding-right: 15px;
        font-family: 'Outfit Regular';
        font-size: 16px;
    }

    .responsive-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
    }

    .responsive-menu ul li {
        position: relative;
    }

    .responsive-menu ul li a {
        color: var(--main-color);
        text-decoration: none;
        display: block;
        border-bottom: 1px solid var(--grey3-color);
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
    }

    .responsive-menu .logos {
        text-align: center;
        margin-top: 20px;
        display: block;
        width: 100%;
        margin-bottom: 17px;
    }

    .responsive-menu .logos svg {
        width: 200px;
    }

    .responsive-menu .logos svg path {
        fill: var(--gold-color);
    }

    .responsive-menu ul li ul.sub-menu {
        padding-left: 30px;
        display: none;
    }

    .responsive-menu ul li span {
        position: absolute;
        right: -8px;
        top: 4px;
        width: 30px;
        height: 30px;
        text-align: right;
        z-index: 10000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .responsive-menu ul li ul.sub-menu li a {
        border-bottom: 0;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .responsive-menu ul.sub-menu {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .responsive-menu ul li.current-menu-item ul li a,
    .responsive-menu ul li.current-menu-ancestor ul li a {
        color: var(--main-color);
    }

    .responsive-menu ul li.current-menu-item a,
    .responsive-menu ul li.current-menu-ancestor a {
        color: var(--gold-color);
    }

    .responsive-menu ul li ul li.current-menu-item a {
        color: var(--gold-color);
    }

    .responsive-menu ul li.current-menu-ancestor ul.sub-menu {
        display: block;
    }

    .responsive-menu .contact {
        display: flex;
        gap: 14px;
        text-decoration: none;
        margin-bottom: 5px;
        color: var(--main-color);
        justify-content: center;
        align-items: center;
    }

    .responsive-menu .social {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-top: 13px;
        font-size: 22px;
    }

    .responsive-menu .social a {
        color: var(--gold-color);
    }

    footer .menu-menu-1-container {
        display: none;
    }

    footer {
        margin-top: 20px;
        height: auto;
    }

    footer svg.es {
        display: none;
    }

    footer .row {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    footer .row .block1 {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .row .block1 svg {
        width: 160px;
    }

    footer .row .block2 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    footer .row .block {
        height: auto;
        border-left: 0;
        color: var(--white-color);
        text-align: center;
    }

    footer .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    footer .name {
        font-family: 'Outfit Regular';
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    footer .block p {
        font-size: 15px;
        line-height: 23px;
    }

    footer .row .block3 {
        width: 100%;
        padding-left: 0;
    }

    footer .social {
        display: none;
    }

    footer .line {
        display: none;
    }

    footer .copyright {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 13px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .main-content {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px);
    }

    .main-stick {
        padding-top: 125px;
    }

    section.page .page__row {
        gap: 0;
        flex-wrap: wrap;
    }

    section.page .page__left {
        width: 100%;
    }

    section.page .page__right {
        width: 100%;
        padding-top: 20px;
    }

    .description {
        text-align: left;
    }

    section.page h1,
    section.page .main_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    section.page .page__title {
        font-size: 24px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .description p,
    .description ul,
    .description ol {
        margin-bottom: 20px;
    }

    section.contact .contact__row {
        flex-wrap: wrap;
    }

    section.contact .contact__block {
        width: 100%;
        border-right: 0;
    }

    section.contact .contact__block .contact__title {
        font-size: 20px;
        line-height: 30px;
    }

    section.contact .contact__block .contact__name {
        font-family: 'Outfit Regular';
        font-size: 18px;
        line-height: 23px;
        margin-top: 0;
        margin-bottom: 14px;
    }

    section.contact .contact__block .contact__data {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    section.contact .contact__block2 {
        padding-left: 0;
    }

    section.contact .social {
        gap: 14px;
        margin-bottom: 26px;
    }

    section.contact .social a {
        width: 30px;
        height: 30px;
    }

    section.contact .contact__block2 svg.es {
        display: none;
    }

    section.contact1 {
        margin-bottom: 0;
    }

    section.contact2 .page__right {
        padding-left: 0;
        padding-right: 0;
    }

    section.contact2 .contact2__info {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    section.contact2 .form_row {
        gap: 0;
        flex-wrap: wrap;
    }

    section.contact2 label span.label {
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 7px;
    }

    section.contact2 label {
        margin-bottom: 20px;
    }

    section.contact2 input[type="text"],
    section.contact2 input[type="tel"],
    section.contact2 input[type="email"],
    section.contact2 textarea {
        height: 38px;
        border: 1px solid rgba(83, 83, 83, 0.20);
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 32px);
    }

    .select2-container .select2-selection--single {
        height: 42px;
    }

    section.contact2 span {
        width: auto !important
    }

    section.contact2 .select2 {
        width: calc(100% - 2px) !important;
    }

    section.contact2 .select2-container--default .select2-selection--single {
        border: 1px solid rgba(83, 83, 83, 0.20);
    }

    section.contact2 .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
    }

    section.contact2 .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.contact2 .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 30px;
    }

    section.contact2 .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 4px;
        right: 27px;
    }

    section.contact2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 7px 6px 0 6px;
        height: 0;
        margin-left: 0;
        margin-top: 0;
        width: 0;
    }

    .wpcf7-list-item label {
        gap: 14px;
        margin-bottom: 20px !important;
    }

    section.contact2 .contact__button {
        text-align: center;
        margin-bottom: 20px;
    }

    .button,
    button {
        background: none;
        border: 1px solid var(--gold-color);
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
    }

    button {
        height: 38px;
        cursor: pointer;
    }

    .button {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .button2 {
        background-color: var(--green-color);
        border: 1px solid var(--green-color);
        color: var(--white-color);
    }

    .wpcf7 form .wpcf7-response-output {
        line-height: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .wpcf7-not-valid-tip {
        font-size: 14px;
        margin-top: 2px;
    }

    section.category .category__list {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    section.category .category__image .category__date {
        width: 200px;
        height: 32px;
        font-size: 14px;
    }

    section.category .category__title a {
        font-size: 15px;
        line-height: 23px;
    }

    section.category .category__title {
        width: calc(100% - 30px);
        height: auto;
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.single .page__left img {
        position: relative;
        top: auto;
    }

    section.single .page__date {
        font-size: 18px;
        margin-bottom: 14px;
    }

    section.single .single__button1 a,
    section.single .single__button3 a {
        gap: 0;
    }

    section.single .single__button1 a strong,
    section.single .single__button3 a strong {
        display: none;
    }

    section.single .single__button1 a span,
    section.single .single__button3 a span {
        width: 30px;
        height: 30px;
        border: 1px solid var(--gold-color);
        color: var(--gold-color);
    }

    section.single .single__buttons {
        border-top: 1px solid var(--grey4-color);
        padding-top: 20px;
        margin-top: 10px;
    }

    section.single .single__button1 {
        width: 15%;
    }

    section.single .single__button2 {
        width: 70%;
    }

    section.single .single__button3 {
        width: 15%;
    }

    section.home8 .home8__row {
        flex-wrap: wrap;
    }

    section.home8 .home8__col1 {
        width: 100%;
        margin-left: 0;
    }

    section.home8 .home8__col3 {
        display: none;
    }

    section.home8 .home8__col2 {
        margin-left: 0;
        width: 100%;
        margin-right: 0;
    }

    section.home8 .home8__parameters {
        margin-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    section.home8 .home8__parameter {
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
        line-height: 23px;
        border-right: 1px solid var(--grey3-color);
        padding-left: 10px;
        padding-right: 10px;
    }

    section.home8 .home8__parameter:nth-child(1) {
        padding-left: 0;
        width: 92px;
    }

    section.home8 .home8__parameter:nth-child(2) {
        width: 48px;
    }

    section.home8 .home8__parameter:nth-child(3) {
        width: 114px;
    }

    section.home8 .home8__parameter:nth-child(4) {
        width: 74px;
    }

    section.home8 .home8__parameter:nth-child(5) {
        padding-right: 0;
        border-right: 0;
        width: 80px;
    }

    section.home8 .home8__image img {
        width: 300px;
        height: auto;
    }

    section.home8 .home8__image {
        margin-top: 15px;
    }

    section.home8 .home8__link a {
        width: 101px;
        gap: 0;
    }

    section.home8 .home8__link2 {
        gap: 10px;
        margin-left: 10px;
    }

    section.home8 .home8__link2 strong {
        font-size: 12px;
    }

    section.home8 .home8__link2 span {
        width: 30px;
        height: 30px;
        border: 1px solid var(--gold-color);
    }

    section.interiors2 .interiors2__images {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        margin-top: 10px;
    }

    .calculator {
        margin-top: 20px;
        padding-left: 0;
        padding-top: 0;
        width: calc(100% - 2px);
        height: auto;
        border: 1px solid var(--gold-color);
        position: relative;
        left: 0;
        top: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    section.loans2 .page__right {
        padding-left: 0;
    }

    section.loans2 .page__desc {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 19px;
    }

    .calculator .calculator__name {
        font-family: 'Outfit Regular';
        font-size: 15px;
        line-height: 22px;
    }

    .calculator .calculator__block {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .calculator .calculator__info {
        color: var(--main-color);
        font-family: 'Outfit Light';
        font-size: 14px;
        line-height: 17px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .calculator .calculator__row {
        gap: 0;
        flex-wrap: wrap;
    }

    .calculator .calculator__label2 {
        font-size: 14px;
        line-height: 18px;
    }

    .slider-container {
        gap: 16px;
        margin-top: 6px;
        margin-bottom: 8px;
    }

    .loans input[type="range"] {
        width: 150px;
        height: 3px;
        border-radius: 10px;
    }

    .loans input[type="range"]::-webkit-slider-thumb {
        width: 15px;
        height: 15px;
    }

    .loans input[type="range"]::-webkit-slider-thumb:hover {
        background: var(--green-color);
    }

    .loans input[type="range"]::-moz-range-thumb {
        width: 15px;
        height: 15px;
    }

    .calculator .calculator__result {
        gap: 10px;
        margin-top: 20px;
        margin-right: 0;
    }

    .calculator .calculator__result .calculator__resultinfo {
        font-size: 16px;
        line-height: 23px;
    }

    .calculator .calculator__result .calculator__value {
        font-size: 22px;
        line-height: 33px;
    }

    .calculator .calculator__price {
        right: 15px;
    }

    .calculator .calculator__label {
        font-size: 13px;
        line-height: 15px;
    }

    .calculator input[type='text'] {
        width: 70px;
        height: 33px;
        border-radius: 7px;
        background: var(--grey5-color);
        border: 0;
        padding-left: 15px;
        padding-right: 15px;
        color: var(--gold-color);
        font-size: 15px;
        line-height: 23px;
    }

    .calculator .calculator__price2 input[type='text'] {
        width: 70px;
    }

    .calculator .calculator__block:nth-child(2) .calculator__name {
        margin-bottom: 20px;
    }

    .calculator .calculator__block:nth-child(3) .calculator__name {
        margin-bottom: 20px;
    }

    .calculator .calculator__field {
        gap: 10px;
    }

    section.zone .zone__tiles {
        display: none;
    }

    section.zone2 .page__right {
        order: 1;
        padding-left: 0;
    }

    section.location1 .page__right svg.es {
        display: none;
    }

    section.location2 .page__left {
        order: 0;
        padding-top: 15px;
    }

    section.location1 .page__right {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0px;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    section.about2 .page__left img {
        width: calc(50% - 5px);
    }

    section.about2 .page__left {
        gap: 10px;
        order: 0;
    }

    section.about2 .page__right {
        order: 1;
        padding-left: 0;
        padding-right: 0;
        background: none;
    }

    section.about4 .about4__rest {
        margin-top: 10px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.about4 .page__titles {
        width: 100%;
    }

    section.about4 .page__desc {
        padding-left: 0;
        border-left: 0;
        width: 100%;
    }

    section.about3 .page__titles {
        padding-left: 0;
    }

    section.about3 .about3__tiles {
        grid-template-columns: 1fr;
        border-top: 1px solid var(--grey3-color);
    }

    section.about3 .about3__name {
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
        margin-left: 15px;
    }

    section.about3 .about3__tile {
        border-left: 1px solid var(--grey3-color);
        border-right: 1px solid var(--grey3-color);
        border-bottom: 1px solid var(--grey3-color);
        width: calc(100% - 2px);
        height: auto;
        position: relative;
    }

    section.about3 .about3__svg svg {
        fill: none;
        position: relative;
        bottom: auto;
        left: 15px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    section.about3 .about3__value {
        font-size: 25px;
        line-height: 22px;
        bottom: 10px;
        right: 15px;
    }

    section.about3 .about3__tile:nth-child(1) svg {
        width: 46px;
    }

    section.about3 .about3__tile:nth-child(2) svg {
        width: 44px;
    }

    section.about3 .about3__tile:nth-child(3) svg {
        width: 43px;
    }

    section.about3 .about3__tile:nth-child(4) svg {
        width: 46px;
    }

    section.about4 img.about4__img1 {
        display: none;
    }

    section.about4 img.about4__img2 {
        display: none;
    }

    section.about4 svg.es {
        display: none;
    }

    section.about4 .about4__tiles .about4__tile {
        position: relative;
        text-align: center;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: 175px !important;
        margin-bottom: 0;
    }

    section.about4 .about4__tiles {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0;
        row-gap: 0%;
        margin-right: -15px;
        margin-left: -15px;
    }

    section.about4 .about4__tiles .about4__tile .about4__name {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0;
        padding-bottom: 15px;
    }

    section.about4 .page__left {
        height: auto;
    }

    section.about4 .about4__tiles .about4__tile svg {
        margin-top: 40px !important;
        margin-bottom: 15px !important;
        width: 50px !important
    }

    section.about4 .about4__tiles .about4__tile:nth-child(2) svg {
        margin-bottom: 20px !important;
    }

    section.about4 .about4__tiles .about4__tile:nth-child(3) svg {
        margin-bottom: 19px !important;
    }

    section.about4 .about4__tiles .about4__tile:nth-child(6) svg {
        margin-top: 26px !important;
        margin-bottom: 26px !important;
    }

    section.standard .standard__tiles {
        grid-template-columns: 1fr;
    }

    section.standard .standard__tile .standard__triangle {
        display: none;
    }

    section.standard .standard__tile2 .standard__image {
        order: 0;
    }

    section.standard .standard__tile {
        flex-wrap: wrap;
    }

    section.standard .standard__image {
        width: 100%;
    }

    section.standard .standard__rest {
        width: 100%;
        font-size: 15px;
        line-height: 23px;
        padding-top: 10px;
        padding-bottom: 24px;
    }

    section.standard .standard__block {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    section.standard .standard__block h2 {
        padding-top: 10px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    section.standard .standard__block h2 br {
        display: none;
    }

    footer.fcontact {
        height: auto;
    }

    section.home1 {
        margin-bottom: 20px;
    }

    section.home1 .home1__box {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        height: auto;
    }

    section.home1 .home1__subtitle {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 0px;
        font-size: 16px;
    }

    section.home1 h1 {
        padding-left: 0;
        color: var(--gold-color);
        font-family: 'Outfit Bold';
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 16px;
    }

    section.home1 .box__right {
        text-align: center;
        padding-right: 0;
    }

    section.home1 .line {
        display: none;
    }

    section.home1 .home1__info {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    section.home1 .home1__info br {
        display: none;
    }

    section.home1 .home1__price {
        font-size: 22px;
        line-height: 22px;
    }

    section.about1,
    section.about2 {
        margin-bottom: 10px;
    }

    section.home2 .page__right {
        order: 0;
        padding-left: 0;
    }

    section.home2 .page__left {
        order: 0;
    }

    section.page video {
        height: 300px;
    }

    section.home1 .home1__image img.home1__desktop {
        display: none;
    }

    section.home1 .home1__image img.home1__mobile {
        display: block;
    }

    section.home6 {
        margin-bottom: 20px;
    }

    section.home6 .home6__titles {
        padding-left: 0;
        width: 100%;
        border-right: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    section.home6 .home6__description {
        width: 100%;
        margin-bottom: 20px;
    }

    section.home6 .home__co2 {
        display: none;
    }

    section.home6 .home__row {
        margin-left: 0;
        flex-wrap: wrap;
    }

    section.home6 .home__tiles {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0;
        row-gap: 0%;
        border-left: 1px solid var(--gold-color);
        border-top: 1px solid var(--gold-color);
    }

    section.home6 .home__tile {
        width: calc(100% - 1px);
        height: auto;
        border-right: 1px solid var(--gold-color);
        border-bottom: 1px solid var(--gold-color);
        text-align: center;
    }

    section.home6 .home__co1 .home__tile:nth-child(3),
    section.home6 .home__co1 .home__tile:nth-child(4) {
        border-bottom: 0
    }

    section.home6 .home__tile .home__name {
        font-size: 13px;
        padding-bottom: 20px;
        padding-left: 9px;
        padding-right: 9px;
    }

    section.home6 .home__tile .home__name br {
        display: none;
    }

    section.home6 .home__co1 .home__tile:nth-child(1) svg {
        width: 70px;
        margin-bottom: 15px;
    }

    section.home6 .home__co1 .home__tile:nth-child(2) svg {
        width: 64px;
        margin-bottom: 18px;
    }

    section.home6 .home__co1 .home__tile:nth-child(3) svg {
        width: 60px;
        margin-bottom: 15px;
        margin-left: 20px;
    }

    section.home6 .home__co1 .home__tile:nth-child(4) svg {
        width: 70px;
        margin-bottom: 25px;
    }

    section.home6 .home__co3 .home__tile:nth-child(1) svg {
        width: 40px;
        margin-bottom: 15px;
    }

    section.home6 .home__co3 .home__tile:nth-child(2) svg {
        width: 70px;
        margin-bottom: 20px;
    }

    section.home6 .home__co3 .home__tile:nth-child(3) svg {
        width: 50px;
        margin-bottom: 15px;
    }

    section.home6 .home__co3 .home__tile:nth-child(4) svg {
        width: 55px;
        margin-bottom: 15px;
    }

    section.home6 .home__tile svg {
        margin-top: 20px !important;
    }

    section.about3 .about3__value sup {
        font-size: 14px;
    }

    section.home6 .home6__button {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .budynek-svg {
        display: none;
    }

    .main-img-mobile {
        display: block;
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
        margin-top: -15px;
        position: relative;
    }

    .level-search-row {
        gap: 0;
        margin-top: 0;
        flex-wrap: wrap;
    }

    .level-search-col1 {
        width: 100%;
        order: 1;
    }

    .level-search-col2 {
        width: 100%;
        order: 0;
    }

    .apartment-table {
        width: 100%;
        border: 0;
        margin-bottom: 24px;
    }

    .apartment-table table th {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .apartment-table table td,
    .apartment-table table th {
        border: 1px solid var(--grey7-color);
        padding-top: 5px;
        padding-bottom: 4px;
    }

    .apartment-table table td {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .apartment-table {
        overflow: auto;
        white-space: nowrap;
        height: 400px;
    }

    section.home2b .home2b__button {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .apartment-table::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .apartment-table table td:nth-child(8) {
        font-size: 20px;
    }

    .apartment-table table td .button {
        width: 96px;
        height: 22px;
        font-size: 14px;
        padding-top: 4px;
    }

    .search {
        width: 100%;
        height: auto;
        padding-top: 20px;
        background-color: var(--white-color);
        box-shadow: none;
        margin-top: 0;
        position: relative;
        margin-bottom: 20px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .search h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .search p {
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 0;
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .search {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .search .search__fields {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .search .search__col {
        width: calc(50% - 5px);
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .search .select2-container .select2-selection--single {
        height: 35px;
    }

    .search .select2-container--default .select2-selection--single {
        border: 1px solid var(--grey7-color);
    }

    .search .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3px;
        line-height: 28px;
    }

    .search .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 20px;
        top: 4px;
        right: 13px;
        width: 20px;
    }

    .search .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 8px 7px 0 7px;
        margin-left: 0;
        margin-top: 0;
    }

    .search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 7px 8px 7px;
    }

    .search label {
        margin-top: 10px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .search .range_container {
        margin-top: -7px;
    }

    .search .sliders_control {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .search .form_control {
        margin-bottom: 2px;
    }

    .search .form_control .form_control__unit,
    .search .form_control .form_control__separator {
        color: var(--grey8-color);
        font-size: 13px;
        padding-left: 1px;
        padding-right: 1px;
    }

    .search .form_control .form_control__separator {
        padding-right: 0;
    }

    .search .range_container input[type="range"] {
        height: 2px;
        width: 100%;
        border-radius: 2px;
    }

    .search .range_container input[type=range]::-webkit-slider-thumb {
        width: 10px;
        height: 10px;
        border: 1px solid var(--green-color);
    }

    .search .range_container input[type=range]::-moz-range-thumb {
        width: 10px;
        height: 10px;
        border: 1px solid var(--green-color);
    }

    .search .range_container input[type="text"] {
        width: 20px;
        height: 28px;
        font-size: 16px;
        border: none;
        padding: 0;
    }

    .search__desktopname {
        display: none;
    }

    .search__mobilename {
        display: inline;
    }

    .search .button {
        margin-top: 20px;
    }

    section.home2 .home2__button {
        margin-bottom: 20px;
    }

    section.location2 .page__right {
        padding-left: 0;
    }

    section.home1 .es {
        display: none;
    }

    section.apartments .apartments__title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    section.apartments h1 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    section.apartments .apartments__status {
        padding-left: 20px;
        padding-right: 20px;
        height: 25px;
        ;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    section.apartments .apartments__row {
        gap: 0;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    section.apartments .apartments__block {
        width: 100%;
        margin-bottom: 20px;
    }

    section.apartments .apartments__field {
        margin-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    section.apartments .apartments__name {
        font-size: 17px;
        line-height: 25px;
        width: 70%;
    }

    section.apartments .apartments__value {
        width: 30%;
        font-size: 17px;
        line-height: 24px;
    }

    section.apartments .apartments__value sup {
        font-size: 14px;
    }

    section.apartments .apartments__buttons {
        gap: 14px;
        margin-bottom: 10px;
    }

    section.apartments .buttona svg {
        width: 16px;
        height: auto;
    }

    section.apartments .buttonb svg {
        width: 18px;
        height: auto;
    }

    section.apartments .buttona {
        width: 36px;
        height: 15px;
    }

    .modal {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        top: 0;
    }

    .modal section.contact2 input[type="text"],
    .modal section.contact2 input[type="tel"],
    .modal section.contact2 input[type="email"],
    .modal section.contact2 textarea {
        height: 29px;
        border: 1px solid rgba(83, 83, 83, 0.20);
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 32px);
    }

    .modal section.contact2 label span.label {
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 2px;
    }

    .modal section.contact2 label {
        margin-bottom: 10px;
    }

    .modal section.contact2 textarea {
        height: 50px;
    }

    .modal .wpcf7 form .wpcf7-response-output {
        line-height: 7px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .modal .close {
        width: 40px;
        height: 40px;
    }

    section.empty {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.empty h1 {
        margin-bottom: 20px;
    }

    section.home1,
    section.home2 {
        display: none;
    }

    .search svg.es {
        display: none;
    }

    section.home5 {
        display: none;
    }

    section.home4 .home4__map {
        display: none !important;
    }

    section.home4 .home4__mapmobile {
        display: block !important;
    }

    section.home4 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .location1__map {
        display: none !important;
    }

    .location1__mapmobile {
        display: block !important;
    }

    section.home7 {
        display: none;
    }

    section.home8 {
        display: none;
    }

    section.about3 .page__left {
        width: calc(100% + 34px);
        margin-left: -15px;
        margin-right: -15px;
    }

    .about3__img {
        display: none !important;
    }

    .about3__imgmobile {
        display: block !important;
    }

    .about4__img {
        display: none !important;
    }

    .about4__imgmobile {
        display: block !important;
    }

    section.contact2 .page__left {
        display: none;
    }

    .contactformtop {
        margin-top: 10px;
    }

    section.about4 .page__right {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }


    section.about4 .about4__tiles .about4__tile:nth-child(1) {
        background: none;
    }

    section.about4 .about4__tiles .about4__tile:nth-child(2) {
        background: #006958;
    }

    section.about4 .about4__tiles .about4__tile:nth-child(3) {
        background: #078E78;
    }

    section.about4 .about4__tiles .about4__tile:nth-child(4) {
        background: #07A58B;
    }

    section.about4 .about4__tiles .about4__tile:nth-child(5) {
        background: #006958;
    }

    section.about4 .about4__tiles .about4__tile:nth-child(6) {
        background: #0CAA90;
    }

    section.about4 .about4__tiles .about4__tile:nth-child(7) {
        background: #007F6A;
    }

    .about4__tilemobile {
        display: block;
    }

    section.about4 .about4__tilemobile img {
        width: 100%;
        height: 100%;
    }

    section.about4 .about4__tiles .about4__tile:nth-child(7) svg {
        margin-top: 54px !important;
    }

    section.location .location__button {
        display: none;
    }

    .home1__slider {
        display: none;
    }

    .modal_phone {
        bottom: 0;
        top: auto;
        box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.25);
        height: 134px;
        padding-top: 21px;
    }

    .modal_phone .close {
        font-size: 24px;
    }

    .modal_phone .modal__row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .modal_phone svg {
        width: 96.785px;
        height: auto;
    }

    .modal_phone .modal__col1 {
        padding-right: 13px;
        border-right: 1px solid var(--gold-color);
    }

    .modal_phone .modal__col2 {
        padding-left: 17px;
        padding-right: 0;
    }

    .modal_phone .modal__col3 {
        width: 100%;
        margin-top: 16px;
    }

    .modal_phone .modal__title {
        font-size: 15px;
        line-height: 16px;
    }

    .modal_phone .modal__title2 {
        font-size: 12px;
    }

    .modal_phone .contact__field {
        width: 203px;
    }

    .modal_phone section.contact2 .contact__field input[type="tel"] {
        height: 33px;
    }

    .modal_phone .contact__area {
        gap: 12px;
        justify-content: center;
    }

    .modal_phone .contact__button .button {
        width: 97px;
        height: 37px;
    }

    .modal_phone .modal__info {
        font-size: 11px;
        margin-top: -5px;
    }

    .modal_phone .wpcf7 form.sent .wpcf7-response-output {
        font-size: 16px;
        line-height: 19px;
    }

    section.apartments .apartments__image img {
        width: 100%;
    }

    #loading img {
        width: 32px;
    }

    .mobile_movie {
        width: 100%;
        height: 400px;
        object-fit: cover;
        display: block;
    }

    .prom {
        margin-top: 8px;
        margin-bottom: 5px;
    }

    section.apartments .apartments__name sup {
        font-size: 12px;
    }

    .garage_price {
        font-size: 17px;
        padding-bottom: 20px;
    }

    .documents svg {
        width: 18px;
    }

    .documents .page__desc div {
        margin-bottom: 5px;
    }

    .modal__col1 {
        display: none;
    }

    .modal__col2 {
        display: none;
    }

    .modal_phone {
        height: 207px;
        padding-top: 8px;
    }

    .modal__mobile {
        display: block;
        text-align: center;
    }

    .modal__mobile strong {
        display: block;
        color: var(--main-color);
        font-family: 'Outfit Bold';
        font-size: 20px;
        line-height: 48px;
    }

    .modal__mobile div {
        margin-bottom: 10px;
    }

    .modal__mobile div a {
        color: var(--gold-color);
        text-align: center;
        font-family: 'Outfit Bold';
        font-size: 28px;
        line-height: normal;
        text-decoration: none;
    }

    .modal__mobile span {
        display: block;
        color: var(--main-color);
        text-align: center;
        font-family: 'Outfit Regular';
        font-size: 15px;
        line-height: normal;
    }
}