@charset "UTF-8";
/**
Theme Name: TamToMy Broker šablona
Text Domain: ttm
Version: 1.24
Requires at least: 6.0
Requires PHP: 7.3
Author: TamToMy Agency s.r.o.
Author URI: https://www.tamtomy.cz/
*/
*:focus{outline: none;}

body.home .under-header{display: none;}

header{
    position: fixed;
    width: 100%;
    padding: 12px 0;
    transition: 350ms;
    z-index: 99;
}
header:before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    height: 100%;
    background: var(--white-color);
    transition: 350ms;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}
header .header-grid{
    position: relative;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .header-grid .box{
    position: relative;
    margin: 0 10px;
}
header .header-grid .box:first-child{
    grid-row: span 2;
}
header .header-grid .box.last{
    margin-left: auto;
}

@media(min-width: 960px) and (max-width: 1280px) {
    header .header-grid:has(.header-nav) {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 1em;
    }

    header .header-grid:has(.header-nav) .box:not(:first-child){
        margin: 0 0 0 auto;
    }
}

header .header-grid .box.last .respo-btn{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    align-items: center;
}
header .header-grid .box.last .respo-btn .box{
    position: relative;
    margin: 0;
}
header .header-grid .box.last .respo-btn .box i{
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--primary-color);
    color: var(--white-color);
    display: block;
    border-radius: 100%;
    transition: 350ms;
}
header .header-grid .box.last .respo-btn .box span{
    display: block;
    margin: 0 0 0 8px;
}
header .header-grid .box.last .respo-btn .box span.small{
    font-size: 10px;
    color: var(--primary-color);
    transition: 350ms;
}
header .header-grid .box.last .respo-btn:hover i{background: var(--secondary-color);}

header .header-nav { display: none; }
header .header-nav ul {
    display: flex;
    align-items: center;
    gap: 1.5em;
    padding: .5em 0;
    margin: 0;
    font-size: 15px;
    list-style: none;
}

header .header-nav ul li a {
    display: block;
    padding: .5em 0;
    color: var(--black-color);
    text-decoration: none;
    transition: 320ms;
}

header .header-nav ul li:hover ul.sub-menu {
    display: flex !important;
}

header .header-nav ul li a:hover {
    color: var(--secondary-color);
}

@media(min-width: 960px) {
    header .header-nav {
        display: block;
    }
    header .header-nav + .respo-btn {
        display: none !important;
    }

    header .header-nav ul.main-menu > li > ul.sub-menu {
        display: none;
        position: absolute;
        background: var(--secondary-color);
        border-radius: 4px;
        font-size: 12px;
        padding: 0;
        min-width: 220px;
        box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
    }

    header .header-nav ul.main-menu ul.sub-menu {
        flex-flow: column;
        align-items: normal;
        gap: 0;
        padding: 0 0 0 1em;
        font-size: 11px;
    }

    header .header-nav ul.main-menu > li > ul.sub-menu li:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    header .header-nav ul.main-menu > li > ul.sub-menu a {
        display: block;
        padding: 14px 12px;
        color: var(--white-color);
    }

    header .header-nav ul.main-menu > li > ul.sub-menu a:hover {
        background: rgba(0,0,0,.2);
    }
}

header .broker-contact{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
}
header .broker-contact li{
    position: relative;
    margin: 0;
    padding: 0 15px;
}
header .broker-contact li:after{
    position: absolute;
    content: '';
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: var(--primary-color);
    opacity: 0.35;
}
header .broker-contact li:nth-last-child(1):after{display: none;}
header .broker-contact li .marvel{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
}
header .broker-contact li .marvel .box{
    position: relative;
    margin: 0;
}
header .broker-contact li .marvel .box i{
    position: relative;
    display: block;
    margin: 0 8px 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: var(--primary-color);
    color: var(--white-color);
    transition: 350ms;
}
header .broker-contact li .marvel .box i:before{font-size: 18px;}
header .broker-contact li .marvel .box span{
    position: relative;
    display: block;
    line-height: 1.1em;
    color: var(--black-color);
}
header .broker-contact li .marvel .box span.small-text{
    color: var(--primary-color);
    font-size: 10px;
}
header .broker-contact li .marvel:hover .box i{background: var(--secondary-color);}

header .social-menu {
    display: inline-flex;
    gap: 12px;
    margin: 0 0 0 12px;
    padding: 0;
    list-style: none;
}

header .social-menu a[href] {
    text-decoration: none;
}

header .social-menu a[href] i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: var(--primary-color);
    color: var(--white-color);
    transition: 350ms;
    text-decoration: none;
}

header .social-menu a[href] i:before {
    font-size: 18px;
}

header .social-menu a[href]:hover {
    text-decoration: none;
}

header .social-menu a[href]:hover i {
    background: var(--secondary-color);
}

header a.logo{
    position: relative;
    width: auto;
    height: 76px;
    display: flex;
    align-items: center;
}
header a.logo img{
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 160px;
    transition: 350ms;
}
.under-header{
    position: relative;
    width: 100%;
    height: 150px;
}

header.small:before, body.fixed-header header:before {width: 100%;}

a:focus{outline: 2px solid black;}
:focus:not(:focus-visible) {
    outline: 0;
}

.ar-smooth{
    position: fixed;
    background: var(--secondary-color);
    color: var(--white-color);
    z-index: 10;
    width: 70px;
    height: auto;
    text-align: center;
    top: 40%;
    right: 0;
    padding: 16px 12px;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-decoration: none;
    transition: 350ms;
    font-weight: 700;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ar-smooth:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0;
    transition: 350ms;
    pointer-events: none;
}
.ar-smooth > i {
    font-size: 24px;
}
.ar-smooth .ar-text{
    writing-mode: vertical-lr;
    margin: 15px auto 0 auto;
    text-align: center;
    font-size: 12px;
    transform: rotate(180deg);
}
.ar-smooth:hover:before{opacity: .2}

.ar-h3{
    position: relative;
    margin: 50px 0 0 0;
    font-size: 28px;
}

.is-vertical{
    position: absolute;
    left: -6%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 14px;
    flex-direction: column;
    transform: rotate(180deg);
    z-index: 20;
    height: 100vh;
    justify-content: center;
}
.is-vertical li{
    position: relative;
    margin: 8px 0;
}
.is-vertical li:after{
    position: absolute;
    content: '';
    top: -9px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--black-color);
    opacity: 0.3;
}
.is-vertical li:nth-child(1):after{display: none;}
.is-vertical li a{
    position: relative;
    display: block;
    text-decoration: none;
    writing-mode: vertical-lr;
    padding: 0 3px;
    box-sizing: border-box;
    color: var(--black-color);
    transition: 350ms;
}
.is-vertical li a:hover{color: var(--secondary-color);}


.section-footer{
    position: relative;
    width: 100%;
    padding: 50px 0 20px 0;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
}
.ar-foo-flex .ar-item h2 {
    color: #fff;
}
.section-footer:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--secondary-color);
}
.ar-foo-flex{
    position: relative;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}
.ar-foo-flex .ar-item{
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
}
.ar-foo-flex .ar-item h2{
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 18px;
}
.ar-foo-flex .ar-item h2 .top-h2-script{display: none;}

.ar-foo-flex .ar-item p{
    position: relative;
    line-height: 1.5em;
}
.ar-foo-flex .ar-item ul.menu{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ar-foo-flex .ar-item ul.menu li{
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.ar-foo-flex .ar-item ul.menu li:nth-last-child(1){border: none;}
.ar-foo-flex .ar-item ul.menu li a{
    position: relative;
    margin: 0;
    padding: 5px 0;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    transition: 350ms;
    color: #fff;
}
.ar-foo-flex .ar-item ul.menu li:nth-child(1) a{padding: 0 0 5px 0;}
.ar-foo-flex .ar-item ul.menu li a:hover{
    padding-left: 10px;
}



.under-title{
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 5px 0;
    display: block;
    padding: 0 0 0 60px;
    color: var(--primary-color);
}
.under-title:before{
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--primary-color);
    display: inline-table;
}

.welcome-section{
    position: relative;
    width: 100%;
}
.welcome-section .broker-content{
    position: relative;
    width: 100%;
    height: 100vh;
    display: table;
}
.welcome-section .broker-content .center-all{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
    z-index: 3;
}
.welcome-section .broker-content .center-all .broker-name{
    position: relative;
    width: calc(50% - 50px);
    pointer-events: auto;
}
.welcome-section .broker-content .center-all .broker-name span{
    position: relative;
    line-height: 1.1em;
    color: var(--black-color);
}
.welcome-section .broker-content .center-all .broker-name:not(.smaller) span{
    display: block;
}

.welcome-section .broker-content .center-all .broker-name span.position{
    display: block;
    padding: 0 0 0 70px;
    margin-bottom: 16px;
}
.welcome-section .broker-content .center-all .broker-name span.position:before{
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 60px;
    height: 2px;
    background: var(--black-color);
}
.welcome-section .broker-content .center-all .broker-name span.name,
.welcome-section .broker-content .center-all .broker-name span.surname{
    font-size: 75px;
    text-transform: uppercase;
}
.welcome-section .broker-content .center-all .broker-name.smaller span.name,
.welcome-section .broker-content .center-all .broker-name.smaller span.surname{
    font-size: 56px;
}
.welcome-section .broker-content .center-all .broker-name.smaller span.name {
    margin-right: .2em;
}
.welcome-section .broker-content .center-all .broker-name div.bio{
    margin: 48px 0 30px;
    font-size: 16px;
    line-height: 1.8;
    padding-right: 48px;
}
.welcome-section .broker-content .photo-broker{
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 50px;
    width: 50%;
    border-radius: 4px;
    background-size: cover;
    background-position: 50% 50%;
}
.welcome-section .broker-content .photo-broker[href]{
    display: block;
    transition: opacity 320ms;
}
.welcome-section .broker-content .photo-broker[href]:hover{
    opacity: .8;
}
.welcome-section .broker-content .photo-broker-fixed{
    bottom: 0;
    border-radius: 0;
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.welcome-section .big-circle,
.welcome-section .small-circle,
.welcome-section .middle-circle{
    position: absolute;
    border-radius: 100%;
    background: #ccc;
    opacity: 0.4;
}

body:not(.render-bg-assets) :is(.big-circle, .small-circle, .middle-circle) {
    display: none;
}

body.render-bg-assets--custom :is(.big-circle, .small-circle, .middle-circle) {
    border-radius: 0;
    background: var(--asset-url);
    opacity: .08;
}

.welcome-section .big-circle{
    left: -10%;
    bottom: 15%;
    width: 500px;
    height: 500px;
}
.welcome-section .small-circle{
    right: 4%;
    bottom: 8%;
    width: 250px;
    height: 250px;
}
.welcome-section .middle-circle{
    width: 200px;
    height: 200px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.estate-info-grid{
    position: relative;
    margin: 80px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.estate-info-grid .box{
    position: relative;
    background: var(--white-color);
    text-align: center;
    padding: 20px 30px;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,0.1);
    pointer-events: auto;
}
.estate-info-grid .box span{
    position: relative;
    display: block;
    line-height: 1.1em;
}
.estate-info-grid .box span.bold{
    font-size: 42px;
    color: var(--primary-color);
}
.estate-info-grid .box span.small{font-size: 12px;}
.estate-info-grid .box:nth-child(1){
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.estate-info-grid .box:nth-last-child(1){
    display: grid;
    place-items: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
}
.estate-info-grid .box a.flop{
    position: relative;
    background: var(--secondary-color);
    color: var(--white-color);
    text-decoration: none;
    display: block;
    padding: 1.125em 1.5em;
    border-radius: .5rem;
    transition: 350ms;
}
.estate-info-grid .box a.flop:after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.24);
    opacity: 0;
    transition: 350ms;
    pointer-events: none;
    border-radius: .5rem;
}
.estate-info-grid .box a.flop:hover:after{
    opacity: 1;
}

.global-grid{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}
.global-grid .gl-item{
    position: relative;
    margin: 0;
    flex-grow: 1;
    flex-basis: 0;
}
.global-grid .gl-item.small{
    flex-grow: 0;
    flex-basis: auto;
    width: 60px;
}
.global-grid .gl-item .image-zone{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background: var(--primary-color);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}
.global-grid .gl-item .image-zone--photo{
    aspect-ratio: 2/3;
    padding: 0;
}
.global-grid .gl-item .image-zone--wide{
    aspect-ratio: 16/9;
    padding: 0;
}
.global-grid .gl-item .image-zone.white{
    background: var(--white-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.global-grid .gl-item .image-zone i{
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
    color: currentColor;
    font-size: 64px;
    transition: 800ms;
}
.global-grid .gl-item .image-zone img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 800ms;
}
.global-grid .gl-item .image-zone--photo img{
    object-position: top;
}
.ar-item:hover .global-grid .gl-item .image-zone :is(img, i){
    scale: 1.12
}
.global-grid .gl-item .square{
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: 350ms;
}
.global-grid .gl-item span.vertical{
    position: absolute;
    right: -20px;
    bottom: 130px;
    display: block;
    width: 100px;
    height: 20px;
    transform: rotate(-90deg);
    color: var(--black-color);
}
.global-grid .gl-item span.vertical:before{
    position: absolute;
    content: '';
    top: 9px;
    left: -70px;
    width: 50px;
    height: 1px;
    background: var(--black-color);
    opacity: 0.5;
}
.global-grid .gl-item span.vertical.big{
    width: 150px;
    right: -47px;
}
.global-grid .gl-item span.vertical.big:before{
    width: 40px;
    left: -55px;
}


.global-grid .gl-item .square:hover{background: var(--secondary-color);}
.global-grid.ar-align-self{align-items: center;}
.global-grid .gl-item span.title{
    position: relative;
    display: block;
    padding: 0 20px 0 0;
    line-height: 1.3em;
    color: var(--black-color);
}

.ar-grid.ar_service_flip a.ar-item{color: var(--primary-color);}

.glitch{
    position: relative;
    padding: 70px 0 60px 0;
    display: block;
    margin-bottom: 0;
}
.glitch h2,
.glitch .gl-item span.title,
.glitch .global-grid .gl-item span.vertical {
    color: #fff;
}
.glitch .global-grid .gl-item span.vertical:before {
    background: #fff;
}
.glitch .global-grid .gl-item .square,
.glitch .slick-prev, .glitch .slick-next {
    background: var(--secondary-color);
}
.glitch .global-grid .gl-item .square:hover,
.glitch .slick-prev:hover, .glitch .slick-next:hover {
    opacity: .8;
}
.glitch .wp-block-group__inner-container{
    position: relative;
    z-index: 1;
}
.glitch .wp-block-group__inner-container:before{
    position: absolute;
    content: '';
    right: -50px;
    top: -20px;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: #666;
    opacity: .24;
    z-index: -1;
}
.glitch:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: -2;
}
.glitch:after{
    position: absolute;
    bottom: 15%;
    left: -40px;
    content: '';
    width: 300px;
    height: 300px;
    background: #333;
    border-radius: 100%;
    z-index: -1;
    opacity: 0.64;
}

body:not(.render-bg-assets) .glitch:after,
body:not(.render-bg-assets) .glitch .wp-block-group__inner-container:before {
    content: none;
    display: none;
}

body.render-bg-assets--custom .glitch:after,
body.render-bg-assets--custom .glitch .wp-block-group__inner-container:before {
    border-radius: 0;
    background: var(--asset-url);
    filter: opacity(.4);
}

.entry-content .wp-block-spacer{margin-bottom: 0;}
.entry-content .wp-block-group__inner-container{z-index: 2;}

.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    margin-bottom: 40px;
}
.news-item{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 4/3;
    min-height: 260px;
}
.news-item:first-child {
    grid-row: span 2;
    grid-column: span 2;
}

@media(min-width: 1301px) {
    .news-item:nth-child(n + 6) {
        display: none;
    }
}

.news-item .news-group{
    position: relative;
    width: 100%;
}
.news-item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 990ms;
}
.news-item:hover img{
    transform: scale(1.1);
}

.news-item .text-field{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 50px 30px 30px 30px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));

}
.news-item .text-field .date{
    position: relative;
    color: #fff;
    font-size: 12px;
}
.news-item .text-field .date span{
    position: relative;
    display: block;
    line-height: 1.1em;
}
.news-item .text-field .date:after{
    position: relative;
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 12px 0;
}
.news-item .text-field h3{
    position: relative;
    margin: 0;
    padding: 0;
    color: var(--white-color);
    font-size: 16px;
    text-transform: uppercase;
}
.wp-block-media-text .wp-block-media-text__media{
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.ar-reference .ar-item{
    background: var(--white-color);
    padding: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: var(--main-color);
}
.ar-reference .ar-item .logic{
    position: relative;
    margin: 0 0 25px 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.ar-reference .ar-item .logic .box{
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
}
.ar-reference .ar-item .logic .box:not(.profile){
    margin-top: .75em;
}
.ar-reference .ar-item .logic .box.profile{
    flex-grow: 0;
    flex-basis: auto;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    background: var(--primary-color);
    border-radius: 4px;
    text-align: center;
}
.ar-reference .ar-item .logic .box.profile i{
    font-size: 22px;
    color: var(--white-color);
}
.ar-reference .ar-item .logic .box .text-side{
    position: relative;
    padding: 0 0 0 20px;
}
.ar-reference .ar-item .logic .box .text-side h3{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.ar-reference .ar-item .logic .box .text-side h4 {
    margin: 0;
}
.ar-reference .ar-item .logic .box .text-side h3 .top-h2-script.bold{display: none;}
.ar-reference .ar-item .logic .box .text-side span.date{
    position: relative;
    display: block;
    font-size: 12px;
    margin-top: 6px;
}

.ar-single-desc a:not([class]){
    position: relative;
    color: var(--primary-color);
}
.ar-single-desc a:hover{
    text-decoration: none;
}

.btn{
    position: relative;
    display: inline-flex;
    padding: 1.25em 2em;
    text-decoration: none;
    color: var(--white-color);
    background: var(--primary-color);
    transition: 350ms;
    box-sizing: border-box;
    border-radius: .5em;
    font-size: 1.125em;
    overflow: hidden;
}
.btn:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.4);
    mix-blend-mode: overlay;
    opacity: 0;
    transition: 350ms;
    border-radius: .5em;
    pointer-events: none;
}
.btn:hover:after{
    opacity: 1;
}


.side-panel{
    position: fixed;
    left: -500px;
    width: 380px;
    padding: 20px 50px 50px 50px;
    box-sizing: border-box;
    height: 100%;
    background: var(--white-color);
    z-index: 9999;
    box-shadow: 0 40px 60px rgba(0,0,0,0.45);
    overflow-y: auto;
    transition: 350ms;
}
.side-panel a.logo{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.side-panel a.logo:after{
    position: relative;
    content: '';
    width: 30%;
    height: 2px;
    background: var(--primary-color);
    margin: 25px auto 45px auto;
    display: block;
}
.side-panel a.logo img{
    display: block;
    width: 100%;
    height: auto;
}
.side-panel ul{
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.side-panel ul > li{
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.side-panel ul > li:nth-last-child(1){border: none;}
.side-panel ul > li > a{
    position: relative;
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
    color: #8f8f8f;
    text-decoration: none;
    transition: 350ms;
}
.side-panel ul > li.current-menu-item > a,
.side-panel ul > li > a:hover{
    color: var(--secondary-color);
}

.side-panel ul > li.current-menu-item ~ li.current-menu-item > a[href*="/#"] {
    color: #8f8f8f;
}

.side-panel ul > li.current-menu-item ~ li.current-menu-item > a:hover {
    color: var(--secondary-color);
}

.side-panel ul > li > ul.sub-menu{
    position: relative;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    background: #eaeaea;
}
.side-panel ul > li > ul.sub-menu li a{
    position: relative;
    display: block;
    font-size: 12px;
    padding: 10px;
}



.side-panel .broker-contact{
    position: relative;
    margin: 0 0 35px 0;
    padding: 0;
    list-style: none;
}
.side-panel .broker-contact > li{
    position: relative;
    margin: 0;
    border: none;
}
.side-panel .broker-contact li > .marvel{
    position: relative;
    display: block;
    padding: 10px 0 10px 50px;
    color: var(--black-color);
}
.side-panel .broker-contact li > .marvel span{
    position: relative;
    margin: 0;
    line-height: 1.1em;
    display: block;
}
.side-panel .broker-contact li > .marvel span.small-text{
    margin: 3px 0 0 0;
    font-size: 12px;
    color: var(--primary-color);
    transition: 350ms;
}
.side-panel .broker-contact li > .marvel i{
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 100%;
    transition: 350ms;
}
.side-panel .broker-contact li > .marvel i:before{
    font-size: 18px;
}
.side-panel .broker-contact li > a.marvel:hover i{background: var(--secondary-color);}
.side-panel .broker-contact li > a.marvel:hover span.small-text{color: var(--secondary-color);}

.side-panel .social-menu{
    position: relative;
    margin: 0 -4px 35px -4px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.side-panel .social-menu li{
    position: relative;
    margin: 0 4px;
}
.side-panel .social-menu li a{
    position: relative;
    line-height: 40px;
    text-align: center;
    transition: 350ms;
    width: 40px;
    height: 40px;
    display: block;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
    padding: 0;
}
.side-panel .social-menu li a i{
    font-size: 18px;
    line-height: 40px;
}
.side-panel .social-menu li a:hover{
    background: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--secondary-color);
}
.side-panel::-webkit-scrollbar {width: 5px;}
/* Track */
.side-panel::-webkit-scrollbar-track {background: transparent;}
/* Handle */
.side-panel::-webkit-scrollbar-thumb {background: #ebebeb;}
/* Handle on hover */
.side-panel::-webkit-scrollbar-thumb:hover {background: #dddddd;}

.side-panel .close{
    position: relative;
    margin: 0 0 35px 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    justify-content: right;
}
.side-panel .close .box{position: relative;}
.side-panel .close .box i,
.side-panel .close .box span{
    position: relative;
    transition: 350ms;
    display: block;
}
.side-panel .close .box i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 100%;
    text-align: center;
    transition: 350ms;
}
.side-panel .close .box span{
    font-size: 12px;
    margin: 0 0 0 7px;
}
.side-panel .close:hover .box i{background: var(--secondary-color);}

.transparent-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: -10;
    transition: 350ms;
}

.side-panel.display{left: 0;}
.transparent-bg.display{
    z-index: 9998;
    background: rgba(0,0,0,0.2);
}

.archive-perex {
    max-width: 1080px;
    margin-bottom: 40px;
}

.container{
    position: relative;
    width: 1480px;
    margin: 0 auto;
}
.container:after{
    position: relative;
    content: '';
    clear: both;
    width: 100%;
    height: 0;
    display: block;
}

body:not(.home) .entry-content {
    font-size: 16px;
    line-height: 1.8;
}

body:not(.home) .entry-content h2 {
    font-size: 2em;
    margin: 0 auto 1em;
}

body:not(.home) .entry-content h3 {
    font-family: 'gotham-book', arial, sans-serif;
    font-size: 1.5em;
}

body:not(.home) .entry-content h4 {
    font-family: 'gotham-bold', arial, sans-serif;
    font-size: 1.25em;
}

body:not(.home) .entry-content h5 {
    font-family: 'gotham-bold', arial, sans-serif;
    font-size: 1.125em;
}

.entry-content ol.with-numbers{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: my-awesome-counter;
}
.entry-content ol.with-numbers li{
    position: relative;
    counter-increment: my-awesome-counter;
    margin: 0 0 35px 0;
    padding: 0 0 0 45px;
    box-sizing: border-box;
}
.entry-content ol.with-numbers li strong{
    font-size: 22px;
    display: block;
}
.entry-content ol.with-numbers li:nth-last-child(1){margin: 0;}
.entry-content ol.with-numbers li:nth-last-child(1):after{display: none;}

.entry-content ol.with-numbers li::before {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: var(--primary-color);
    top: -7px;
    left: 0;
    content: "" counter(my-awesome-counter);
}


.zone-grid{
    position: relative;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.zone-grid .box{
    position: relative;
    margin: 0 20px 40px 20px;
    flex: 1;
    flex-basis: 0;
}
.zone-grid .box.fixed{
    flex: 0;
    flex-basis: auto;
    width: 500px;
}
.zone-grid .box.ar-content-side h2{font-size: 28px;}
.zone-grid .box.ar-content-side .top-h2-script{display: none!important;}


.ar-align-center{
    position: relative;
    text-align: center;
    display: block;
}
.ar-align-center h1.size-404{
    position: relative;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 8rem;
    line-height: 1em;
    color: var(--primary-color);
}
.ar-align-center p.size-404{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 26px;
}
.ar-align-center p.size-small{
    position: relative;
    margin: 10px auto;
    width: 50%;
    font-size: 18px;
}
.ar-align-center a.ar-large-btn{
    position: relative;
    display: table;
    margin: 35px auto 40px auto;
    padding: 15px 35px;
    border: 2px solid var(--black-color);
    color: var(--black-color);
    box-sizing: border-box;
    transition: 350ms;
    text-decoration: none;
    border-radius: 5px;
}
.ar-align-center a.ar-large-btn:hover{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}


ul.ar_breadcrumbs,
div.ar_breadcrumbs > span {
    position: relative;
    margin: 16px -8px 40px;
    padding: 0;
    list-style: none;
    font-size: 11px;
    display: flex;
    text-transform: uppercase;
    flex-wrap: wrap;
}
ul.ar_breadcrumbs li:not(.separator),
div.ar_breadcrumbs > span > * {
    position: relative;
    margin: 0 8px;
}
.ar_breadcrumbs a{
    position: relative;
    display: block;
    color: var(--secondary-color);
}
.ar_breadcrumbs a:hover{text-decoration: none;}

form{
    position: relative;
}
form p{
    position: relative;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
form p br{display: none;}
form p label{
    position: relative;
    margin: 0 10px 20px 10px;
    width: 100%;
}
form p label.half{
    width: calc(100% * (1/2) - 0px - 0px - 20px);
}
form p label.spread{
    font-size: 13px;
    line-height: 1.3em;
}
form p label.spread a{
    color: var(--primary-color);
    text-decoration: underline;
}
form p label.spread a:hover{
    text-decoration: none;
}

form p label span.ar-icon{
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 18px;
    font-size: 18px;
    color: var(--primary-color);
    transition: 350ms;
}
form p label span.wpcf7-form-control-wrap{
    position: relative;
    display: block;
}

form p label .wpcf7-form-control:not(.wpcf7-acceptance){
    position: relative;
    width: 100%;
    border: 2px solid var(--primary-color);
    color: #707070;
    padding: 13px 13px 13px 50px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    transition: 350ms;
}
form p label .wpcf7-form-control.wpcf7-textarea{height: 120px;}
form p label .wpcf7-form-control:not(.wpcf7-acceptance):focus{
    border-color: var(--black-color);
    color: var(--black-color);
}
form p label:focus-within .ar-icon{
    color: var(--black-color);
    left: 14px;
}

form p label .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0
}

form p label .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item > label {
    margin: 0;
}

form p label .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
    color: #969696;
}

form p label .wpcf7-form-control.wpcf7-submit{
    font: inherit;
    padding: 1.25em 0;
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
    cursor: pointer;
}
form p label .wpcf7-form-control.wpcf7-submit:hover{
    border-color: var(--secondary-color);
    background: var(--secondary-color);
}
form p label .wpcf7-form-control.wpcf7-submit:focus{
    color: var(--white-color);
}
form .wpcf7-spinner{
    position: absolute;
    top: 8px;
    left: 0;
}

.wpcf7-not-valid-tip{
    position: relative;
    display: table;
    font-size: 12px;
    color: #fff;
    background: #d10000;
    padding: 4px 8px;
    box-sizing: border-box;
    line-height: 12px;
}

.empty-line{
    position: relative;
    width: 100%;
    height: 60px;
}
.ar-grid{
    position: relative;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ar-line-center{
    align-items: center;
}
.ar-item{
    position: relative;
    margin: 0 15px 30px 15px;
    box-sizing: border-box;
    text-decoration: none;
}
.ar-item.ar-hidden{
    overflow: hidden;
    border-radius: 4px;
}
.has-1-columns .ar-item{width: calc(100% * (1/1) - 0px - 0px - 30px);}
.has-2-columns .ar-item{width: calc(100% * (1/2) - 0px - 0px - 30px);}
.has-3-columns .ar-item{width: calc(100% * (1/3) - 0px - 0px - 30px);}
.has-4-columns .ar-item{width: calc(100% * (1/4) - 0px - 0px - 30px);}
.has-5-columns .ar-item{width: calc(100% * (1/5) - 0px - 0px - 30px);}
.has-6-columns .ar-item{width: calc(100% * (1/6) - 0px - 0px - 30px);}

.ar-item .image-field{
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    background-size: cover;
    background-position: 50% 50%;
    transition: 990ms;
}
.ar-item:hover .image-field{
    transform: scale(1.1);
}
.ar-item .text-feild{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
}
.ar-item .text-feild .date{
    position: relative;
    color: #fff;
    font-size: 12px;
}
.ar-item .text-feild .date span{
    position: relative;
    display: block;
}
.ar-item .text-feild .date:after{
    position: relative;
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 12px 0;
}
.ar-item .text-feild h2{
    position: relative;
    margin: 0;
    padding: 0;
    color: var(--white-color);
    font-size: 16px;
    text-transform: uppercase;
}
.ar-item .text-feild h2:before,
.ar-item .text-feild h2:after{display: none;}
.ar-item .text-feild h2 .top-h2-script{display: none;}



.main-image-holder{
    position: relative;
    width: 100%;
    padding-bottom: 90%;
    border-radius: 4px;
    overflow: hidden;
    background: var(--primary-color);
    box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
}
.main-image-holder--photo{
    aspect-ratio: 2/3;
    padding: 0;
}
.main-image-holder img{
    position: absolute;
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
    display: block;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    border-radius: 4px;
}
.main-image-holder--photo img{
    object-position: top;
}

@media(min-width: 1200px) {
    .worker-detail{padding: 0 80px 0 64px;}
    .worker-detail .desc{text-wrap: balance;}
}
.global-desc{position: relative;}
.global-desc h1{
    position: relative;
    color: var(--black-color);
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 56px;
}
.global-desc span.position{
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black-color);
    margin: 0 0 8px 0;
}
.global-desc .desc{
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 40px 0;
}
.global-desc .desc p{
    position: relative;
}

.broker-information{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.broker-information li{
    position: relative;
    margin: 0 0 15px 0;
}
.broker-information li:nth-last-child(1){margin: 0;}
.broker-information li a{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
    color: var(--main-color);
}
.broker-information li a .item{
    position: relative;
    margin: 0;
    flex-grow: 1;
    flex-basis: 0;
}
.broker-information li a .item.icon{
    flex-grow: 0;
    flex-basis: auto;
    width: 40px;
}
.broker-information li a .item.icon i{
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 100%;
    display: block;
    font-size: 18px;
    transition: 350ms;
}
.broker-information li a .item span{
    position: relative;
    display: block;
    margin: 0 0 0 15px;
}
.broker-information li a .item span.small{
    font-size: 12px;
    color: var(--primary-color);
}
.broker-information li a .item span.bold{
    font-size: 16px;
    color: var(--black-color);
}
.broker-information li a:hover .item.icon i{
    background: var(--secondary-color);
}
.cover-image{
    position: relative;
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
    overflow: hidden;
}
.cover-image--matterport{
    aspect-ratio: 94/53;
}
.cover-image--matterport iframe{
    width: 100%;
    height: 100%;
}
.ar-single-desc{
    position: relative;
    width: 100%;
    font-size: 16px;
}
.ar-single-desc p{
    line-height: 1.5em;
}
.ar-single-desc h2{
    font-size: 28px;
    margin: 0 0 25px 0;
}

.ar-single-desc ol > li,
.ar-single-desc ul > li {
    margin-block-end: .5em;
}

.ar-single-desc ol > li::marker {
    font-weight: 700;
    color: var(--primary-color);
}

.ar-single-desc h2 .top-h2-script{display: none;}

.small-news .ar-item .news-holder{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.small-news .ar-item .news-holder img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 990ms;
}
.small-news .ar-item:hover .news-holder img{
    transform: scale(1.1);
}
.small-news .ar-item .news-holder .text-field{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 20px 20px 20px;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.65));
    font-size: 12px;
    color: var(--white-color);
    box-sizing: border-box;
}
.small-news .ar-item .news-holder .text-field .date{
    position: relative;
    display: block;
}
.small-news .ar-item .news-holder .text-field .date:after{
    position: relative;
    content: '';
    width: 40px;
    height: 2px;
    background: var(--white-color);
    margin: 8px 0;
    display: block;
}
.small-news .ar-item .news-holder .text-field .date span{
    position: relative;
    display: block;
}
.small-news .ar-item .news-holder .text-field h3{
    position: relative;
    margin: 0;
    color: var(--white-color);
    font-size: 12px;
}

.emoty-flex{
    position: relative;
    width: 100%;
    height: 50px;
}

.gallery{
    position: relative;
    margin: 30px -10px 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.gallery li{
    position: relative;
    width: calc(100% * (1/4) - 0px - 0px - 20px);
    margin: 0 10px 20px 10px;
}
.gallery li a{
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: var(--primary-color);
}
.gallery li a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 990ms;
}
.gallery li a:hover img{
    transform: scale(1.1);
}
.gallery .slick-prev,
.gallery .slick-next{
    top: auto;
    bottom: -25px;
    width: 40px;
    height: 40px;
}
.gallery .slick-prev:before,
.gallery .slick-next:before{font-size: 14px;}
.gallery .slick-next {right: 7px;}
.gallery .slick-prev {right: 50px;}
.absolute-hidden{
    position: relative;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 0;
}
.ar-estate-grid{
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ar-estate-grid:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
}
.ar-estate-grid .box{
    position: relative;
    margin: 0;
    box-sizing: border-box;
}
.ar-estate-grid .box span{
    position: relative;
    display: block;
}
.ar-estate-grid .box i{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 4px;
}
.ar-estate-grid .box:nth-child(2){padding: 0 25px;}
.ar-estate-grid .box.last{margin-left: auto;}
.ar-estate-grid .box span.info-text{
    font-size: 14px;
    line-height: 1.1em;
    opacity: 0.75;
}

.metter{
    position: relative;
    width: 100%;
    height: 450px;
}
.video{
    position: relative;
    width: 100%;
    height: 450px;
    background: #000;
}

.ar-estate-grid .box span.high{
    font-size: 18px;
    text-transform: uppercase;
}
.ar-estate-grid .box span.normal{
    font-size: 14px;
}

.add-shadow .global-grid .gl-item .image-zone{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.ven-menu-on{display: none;}

.top-h2-script{
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 70px;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black-color);
    line-height: 1.2em;
    box-sizing: border-box;
    display: none;
}
.top-h2-script:before{
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--black-color);
}
body.blog h1,
body.single.single-post h1,
body.single.single-ar_reference h1{
    margin: 0 0 27px 0;
}


footer{
    position: relative;
}
footer .content-zone{
    position: relative;
    padding: 80px 0 20px 0;
}
footer .creator{
    position: relative;
    width: 100%;
    background: var(--black-color);
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    padding: 25px 0;
    box-sizing: border-box;
}
footer .creator .footer-grid{
    position: relative;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
footer .creator .footer-grid .box{
    position: relative;
    margin: 0 10px;
}
footer .creator .footer-grid .box.last{
    margin-left: auto;
}
footer .creator .footer-grid .box a.creator-logo{
    position: relative;
    display: block;
    width: auto;
    height: auto;
}
footer .creator .footer-grid .box a.creator-logo img{
    display: block;
    width: auto;
    height: 30px;
    filter: invert(100%) sepia(0) contrast(100%);
}

footer .broker-contact{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .broker-contact a[href^=tel] {
    color: inherit;
    text-decoration: inherit;
}

footer .broker-contact span.marvel a[href^=tel] {
    pointer-events: none;
}

footer .broker-contact li{
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
footer .broker-contact li:nth-last-child(1){border: none;}
footer .broker-contact li .marvel{
    position: relative;
    text-decoration: none;
    display: block;
    padding: 13px 0 13px 50px;
}
footer .broker-contact li .marvel i{
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 18px;
    transition: 350ms;
}
footer .broker-contact li .marvel span{
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
}
footer .broker-contact li .marvel span.small-text{
    color: var(--primary-color);
}
footer .broker-contact li .marvel span.big-text{
    font-size: 18px;
    color: var(--black-color);
}
footer .broker-contact li a.marvel:hover i{background: var(--secondary-color);}



@media screen and (min-width: 1960px){
    header:before{width: calc((100vw - 1480px) / 2 + 120px)}
}

@media screen and (max-width: 1760px){
    .is-vertical {left: -4.5%;}
}
@media screen and (max-width: 1700px){
    .is-vertical {
        left: -3%;
        font-size: 13px;
    }
}
@media screen and (max-width: 1630px){
    .container,
    .wp-block-group.alignwide .wp-block-group__inner-container,
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){width: calc(100% - 2rem);}

    .container .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { width: auto !important;}

    .wp-block-group.alignwide .wp-block-group__inner-container .container{width: 100%;}

    .is-vertical {left: -4%;}
    .welcome-section .broker-content .center-all .broker-name span.name,
    .welcome-section .broker-content .center-all .broker-name span.surname{font-size: 66px;}
    .welcome-section .broker-content .center-all .broker-name.smaller span.name,
    .welcome-section .broker-content .center-all .broker-name.smaller span.surname{font-size: 52px;}
}

@media screen and (max-width: 1500px){
    .welcome-section .broker-content .center-all .broker-name span.name,
    .welcome-section .broker-content .center-all .broker-name span.surname{font-size: 60px;}
    .welcome-section .broker-content .center-all .broker-name.smaller span.name,
    .welcome-section .broker-content .center-all .broker-name.smaller span.surname{font-size: 48px;}

    .welcome-section .broker-content .center-all .broker-name div.bio{
        margin: 32px 0 20px;
        padding-right: 0;
    }
}

@media screen and (max-width: 1400px){
    .is-vertical{display: none;}
    .has-5-columns .ar-item {
        width: calc(100% * (1/3) - 0px - 0px - 30px);
    }
    .btn {
        font-size: 1em;
    }
    .estate-info-grid{margin: 40px 0 0 0;}
    .estate-info-grid .box{padding: 20px;}
    .estate-info-grid .box span.bold{font-size: 30px;}
    .estate-info-grid .box a.flop {padding: 7px 15px;}
    .estate-info-grid .box span.small {font-size: 11px;}

    header{padding: 8px 0;}
    header:before{width: 100%;}
    header a.logo { height: 56px; }
    body.home .under-header{
        display: block;
        height: 120px;
    }
    .under-header{height: 120px;}
    .welcome-section .broker-content{
        height: auto;
        min-height: 80vh;
    }
    .welcome-section .broker-content .photo-broker{
        top: 0;
        bottom: 0;
    }
    .welcome-section .broker-content .center-all {padding: 70px 0;}
    .news-item .text-field h3 {font-size: 13px;}
    .welcome-section .broker-content .center-all .broker-name span.name,
    .welcome-section .broker-content .center-all .broker-name span.surname{font-size: 56px;}
    .welcome-section .broker-content .center-all .broker-name.smaller span.name,
    .welcome-section .broker-content .center-all .broker-name.smaller span.surname{font-size: 40px;}
    .welcome-section .broker-content .center-all .broker-name div.bio {
        margin: 24px 0 16px;
        font-size: 14px;
    }
    .zone-grid .box.fixed{width: 400px;}
    .ven-menu-on{display: block;}

}

@media screen and (max-width: 1300px){
    .welcome-section .broker-content .center-all .broker-name span.name,
    .welcome-section .broker-content .center-all .broker-name span.surname {font-size: 50px;}
    h2{font-size: 28px;}
    .top-h2-script {
        margin: 0 0 7px 0;
        padding: 0 0 0 65px;
        font-size: 10px;
    }
    .news-grid{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
        gap: 0;
    }
    .news-grid .news-item{
        position: relative;
        margin: 0 10px 20px 10px;
        width: calc(100% * calc(1/3) - 0px - 0px - 20px);
    }
    .news-grid .news-item img{
        position: absolute;
    }
    .news-item .news-group,
    .news-item:nth-child(2) .news-group {padding-bottom: 80%;}
    .ar-reference .ar-item {padding: 25px;}
    .ar-reference .ar-item .logic .box.profile {
        width: 55px;
        height: 55px;
        line-height: 60px;
    }
    .ar-reference .ar-item .logic .box .text-side {padding: 0 0 0 15px;}
    .ar-reference .ar-item .desc{font-size: 12px;}
    .has-4-columns .ar-item {width: calc(100% * (1/3) - 0px - 0px - 30px);}

    .ar-foo-flex .ar-item{
        flex-grow: 0;
        flex-basis: auto;
        margin: 0 15px 30px 15px;
        width: calc(100% * (1/2) - 0px - 0px - 30px);
    }
}

@media screen and (max-width: 1200px){
    .ar-grid.ar-respo-reverse{flex-direction: column-reverse;}
    .has-2-columns .ar-item {width: calc(100% * (1/1) - 0px - 0px - 30px);}


}

@media screen and (max-width: 1100px){
    .news-grid .news-item {width: calc(100% * calc(1/2) - 0px - 0px - 20px);}
    .zone-grid .box,
    .zone-grid .box.fixed{
        width: 100%;
    }
    .welcome-section .broker-content .center-all .broker-name span.name,
    .welcome-section .broker-content .center-all .broker-name span.surname {font-size: 40px;}
    .estate-info-grid{display: none;}
    .welcome-section .middle-circle{display: none;}
}

@media screen and (max-width: 1000px){
    .wp-block-media-text{display: block;}
    .wp-block-media-text .wp-block-media-text__content{padding: 25px 0;}
    .has-4-columns .ar-item {width: calc(100% * (1/2) - 0px - 0px - 30px);}
    .has-3-columns .ar-item {width: calc(100% * (1/2) - 0px - 0px - 30px);}
    .ar-smooth{display: none;}
}



@media screen and (max-width: 900px){
    header .broker-contact{display: none;}
    header .social-menu{display: none;}
    .has-5-columns .ar-item {width: calc(100% * (1/2) - 0px - 0px - 30px);}
    .glitch .wp-block-group__inner-container:before{display: none;}
}

@media screen and (max-width: 800px){
    footer .creator .footer-grid{
        justify-content: center;
        align-items: center;
    }
    footer .creator .footer-grid .box{
        width: 100%;
        text-align: center;
    }
    footer .creator .footer-grid .box.last{
        margin-left: 10px;
        margin-top: 15px;
    }
    footer .creator .footer-grid .box a.creator-logo img{margin: 0 auto;}
    footer .creator .footer-grid .box p br{display: none;}

    body.home .under-header {
        height: 84px;
    }

    .welcome-section .broker-content{display: block;}
    .welcome-section .broker-content .photo-broker{
        position: relative;
        width: 100%;
        height: 400px;
        background-position: top;
    }
    .welcome-section .broker-content .center-all {
        padding: 40px 0 24px;
    }
    .welcome-section .broker-content .center-all .broker-name{width: 100%;}
    .welcome-section .small-circle{display: none;}
    .welcome-section .big-circle {
        left: -10%;
        bottom: 15%;
        width: 300px;
        height: 300px;
    }

    .ar-foo-flex .ar-item{
        flex-grow: 0;
        flex-basis: auto;
        margin: 0 15px 30px 15px;
        width: calc(100% * (1/1) - 0px - 0px - 30px);
    }
}
@media screen and (max-width: 700px){
    .glitch:after {
        width: 150px;
        height: 150px;
    }
    .news-grid .news-item {width: calc(100% * calc(1/1) - 0px - 0px - 20px);}
    form p label.half{width: calc(100% * (1/1) - 0px - 0px - 20px);}
    .has-5-columns .ar-item {width: calc(100% * (1/1) - 0px - 0px - 30px);}

    .global-grid .gl-item .image-zone.white .anim-lord {
        position: absolute;
        width: 140px;
        height: 140px;
        padding: calc(50% - 70px);
    }
    h1{font-size: 36px;}
    .under-title{
        font-size: 10px;
        padding: 0;
    }
    .under-title:before{display: none;}
    .has-4-columns .ar-item {width: calc(100% * (1/1) - 0px - 0px - 30px);}
    .has-3-columns .ar-item {width: calc(100% * (1/1) - 0px - 0px - 30px);}
}
@media screen and (max-width: 600px){
    .global-desc h1 {font-size: 36px;}
    h2 {font-size: 20px;}
    .top-h2-script {
        margin: 0 0 4px 0;
        padding: 0;
        font-size: 10px;
    }
    .top-h2-script:before{display: none;}

    .side-panel{
        width: 80%;
        left: -90%;
    }
    .welcome-section .broker-content .center-all .broker-name.smaller span.name,
    .welcome-section .broker-content .center-all .broker-name.smaller span.surname {
        font-size: 32px;
    }
    .welcome-section .broker-content .center-all .broker-name.smaller span.name {
        margin-right: .12em;
    }
    .main-image-holder img {
        top: 30px;
        left: 30px;
        bottom: 30px;
        right: 30px;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
    }
    .gallery li {width: calc(100% * (1/2) - 0px - 0px - 20px);}

    .ar-estate-grid .box i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .ar-estate-grid .box:nth-child(2) {padding: 0 15px;}
    .ar-estate-grid .box span.info-text {font-size: 12px;}
    .ar-estate-grid .box span.high,
    .ar-estate-grid .box span.normal{font-size: 14px;}
    footer .broker-contact li .marvel span.big-text {font-size: 16px;}
}
@media screen and (max-width: 520px){
    h1 {font-size: 30px;}
    .global-grid .gl-item .image-zone.white .anim-lord {
        width: 80px;
        height: 80px;
        padding: calc(50% - 40px);
    }
    .side-panel{padding: 20px 30px 30px 30px;}
    .welcome-section .broker-content .photo-broker {
        height: 400px;
        background-size: cover;
    }
}

.AppFooter {
    font-size: .875rem;
    padding-top: 2em;
    padding-bottom: 2em;
    line-height: 1.24;
    color: #eee;
    background: #000;
}

@media (max-width: 640px) {
    .AppFooter {
        line-height: 1;
    }
}

.AppFooter > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}
.AppFooter > div:after {
    content: none;
}

.AppFooter a {
    color: inherit;
    transition: opacity .24s ease;
}

.AppFooter a.u-inlineLink:hover {
    opacity: .8;
    text-decoration: none;
}

.AppFooter small {
    font-size: .75em;
    opacity: .64;
}

.AppFooter-agency {
    display: flex;
    align-items: center;
}

.AppFooter-agency span {
    margin-right: .625em;
}

@media (max-width: 640px) {
    .AppFooter-agency span {
        display: none;
    }
}

.AppFooter-logo {
    display: flex;
    height: 2.5em;
}

@media (max-width: 640px) {
    .AppFooter-logo {
        height: 2em;
    }
}

.AppFooter-logo svg {
    width: auto;
    height: 100%;
}

.c-brand {
    fill: #fff;
}

.c-accent {
    fill: #bbb;
}

body.home .entry-content > .alignwide:not(.glitch) {
    max-width: 1680px;
}

body.home .entry-content > .alignwide > .wp-block-media-text__content {
    place-self: center;
    max-width: 640px;
    padding: 0 32px 40px;
}


body.home .entry-content > .alignwide > .wp-block-media-text__content p {
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 960px) {
    body.home .entry-content > .alignwide > .wp-block-media-text__content p {
        font-size: 16px;
    }
}

body.home .entry-content > .alignwide > .wp-block-media-text__content .wp-block-buttons {
    margin-top: 2em;
}

.loans{
    position: relative;
    background: #fff;
    padding: 60px 40px;
    box-sizing: border-box;
    box-shadow: 0 8px 30px rgba(0,0,0,0.20);
    margin: 32px 0;
}
.loans .slidecontainer{
    position: relative;
    width: 100%;
    padding: 0 64px 0 0;
    box-sizing: border-box;
}
.loans .slidecontainer .how-much{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
}
.loans .slidecontainer .how-much.last{
    margin: 0;
}
.loans .slidecontainer .how-much:after,
.loan .results:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
.loans .slidecontainer .how-much .text,
.loans .slidecontainer .how-much .small-text{
    position: relative;
    width: 50%;
    float: left;
}
.loans .slidecontainer .how-much .text .small-text,
.loans .slidecontainer .how-much .text .big-text{
    position: relative;
    width: 100%;
    display: block;
}
.loans .slidecontainer .how-much .text .small-text{
    font-size: 12px;
    color: #969696;
}
.loans .slidecontainer .how-much .text .big-text{
    font-size: 30px;
}
.loans .slidecontainer .how-much .text.right,
.loans .slidecontainer .how-much .small-text.right{
    text-align: right;
}
.loans .slidecontainer .how-much .small-text{
    font-size: 12px;
}

.loans input[type=range] {
    width: 100%;
    margin: 13px 0 6px 0;
    background-color: transparent;
    -webkit-appearance: none;
}
.loans input[type=range]:focus {
    outline: none;
}
.loans input[type=range]::-webkit-slider-runnable-track {
    background: #e8e8e8;
    border: none;
    width: 100%;
    height: 9px;
    cursor: pointer;
    border-radius: 5px;
}
.loans input[type=range]::-moz-range-track {
    background: #e8e8e8;
    border: none;
    width: 100%;
    height: 9px;
    cursor: pointer;
    border-radius: 5px;
}
.loans input[type=range]::-webkit-slider-thumb {
    margin-top: -7px;
    width: 22px;
    height: 22px;
    background: var(--primary-color);
    border: none;
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: none;
}
.loans input[type=range]::-moz-range-thumb {
    margin-top: -7px;
    width: 22px;
    height: 22px;
    background: var(--primary-color);
    border: none;
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: none;
}

@media screen and (max-width : 780px) {
    .loans .slidecontainer {
        padding: 0 0 40px 0;
    }
}

@media screen and (max-width : 700px){
    .loans{
        padding: 32px 24px 0;
    }

    .loans .slidecontainer .how-much .text .big-text {
        font-size: 22px;
    }
}