@charset "UTF-8";
/**
Theme Name: TAMTOMY
Text Domain: alcapone
Version: 3.0
Requires at least: 4.7
Requires PHP: 6.0.0
Theme URI: https://www.tamtomy.cz
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: 30px 0;
    z-index: 99;
    transition: 350ms;
}
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.last{
    margin-left: 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(--brown-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(--brown-color);
    transition: 350ms;
}
header .header-grid .box.last .respo-btn:hover i{background: var(--hover-color);}

header .broker-contact{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: 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(--brown-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(--brown-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(--brown-color);
    font-size: 10px;
}
header .broker-contact li .marvel:hover .box i{background: var(--hover-color);}

header a.logo{
    position: relative;
    width: auto;
    height: auto;
    display: block;
}
header a.logo img{
    display: block;
    width: auto;
    height: 40px;
    transition: 350ms;
}
.under-header{
    position: relative;
    width: 100%;
    height: 150px;
}
header.small{padding: 15px 0;}
header.small:before{width: 100%;}


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

.ar-smooth{
    position: fixed;
    background: var(--brown-color);
    color: var(--white-color);
    z-index: 10;
    width: 70px;
    height: auto;
    text-align: center;
    top: 40%;
    right: 0;
    padding: 15px;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-decoration: none;
    transition: 350ms;
}
.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{background: var(--hover-color)}

.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(--hover-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(--hover-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(--brown-color);
}
.under-title:before{
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--brown-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;
    z-index: 3;
}
.welcome-section .broker-content .center-all .broker-name{
    position: relative;
    width: calc(50% - 50px);
}
.welcome-section .broker-content .center-all .broker-name span{
    position: relative;
    display: block;
    line-height: 1.1em;
    color: var(--black-color);
}
.welcome-section .broker-content .center-all .broker-name span.position{
    padding: 0 0 0 70px;
}
.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: 82px;
    text-transform: uppercase;
}
.welcome-section .broker-content .center-all .broker-name span.bio{
    margin: 30px 0;
    padding-right: 50px;
    line-height: 1.5em;
}
.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 .big-circle,
.welcome-section .small-circle,
.welcome-section .middle-circle{
    position: absolute;
    border-radius: 100%;
    background: #ccc;
    opacity: 0.4;
}

.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: 40px 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);
}
.estate-info-grid .box span{
    position: relative;
    display: block;
    line-height: 1.1em;
}
.estate-info-grid .box span.bold{
    font-size: 42px;
    color: var(--brown-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){
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
}
.estate-info-grid .box a.flop{
    position: relative;
    background: var(--brown-color);
    color: var(--white-color);
    text-decoration: none;
    display: block;
    padding: 14px 25px;
    border-radius: 3px;
    transition: 350ms;
}
.estate-info-grid .box a.flop:hover{
    background: var(--hover-color);
}

.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(--brown-color);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}
.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.white .anim-lord{
    position: absolute;
    width: 80px;
    height: 80px;
    padding: calc(50% - 40px);
}
.global-grid .gl-item .image-zone i{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: var(--white-color);
    font-size: 48px;
    transform: translate(-50%, -50%);
}
.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: 990ms;
}
.ar-item:hover .global-grid .gl-item .image-zone img{
    transform: scale(1.1);
}
.global-grid .gl-item .square{
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: var(--brown-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(--hover-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(--brown-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: #ed2b3b;
}
.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(--brown-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;
}
.entry-content .wp-block-spacer{margin-bottom: 0;}
.entry-content .wp-block-group__inner-container{z-index: 2;}

.glitch .wp-block-button__link {
    color: #fff !important;
    border-color: #fff !important;
}

.wp-block-button__link{transition: 350ms;}
.wp-block-button__link:hover{background: var(--hover-color)!important; color: #fff!important; border-color: var(--hover-color)!important;}

.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas:
    "one one two three"
    "four five two six"
    ". . . .";
}
.news-item{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    min-height: 260px;
}
.news-item.step-1{grid-area: one;}
.news-item.step-2{grid-area: two;}
.news-item.step-3{grid-area: three;}
.news-item.step-4{grid-area: four;}
.news-item.step-5{grid-area: five;}
.news-item.step-6{grid-area: six;}

.news-item .news-group{
    position: relative;
    width: 100%;
}
.news-item:nth-child(2) .news-group{padding-bottom: 170%;}
.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: center;
}
.ar-reference .ar-item .logic .box{
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
}
.ar-reference .ar-item .logic .box.profile{
    flex-grow: 0;
    flex-basis: auto;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--brown-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{
    position: relative;
    color: var(--brown-color);
}
.ar-single-desc a:hover{
    text-decoration: none;
}




.btn{
    position: relative;
    display: table;
    padding: 15px 25px;
    border: 2px solid var(--black-color);
    text-decoration: none;
    color: var(--black-color);
    transition: 350ms;
    box-sizing: border-box;
    border-radius: 4px;
}
.btn:hover{
    background: var(--hover-color);
    color: var(--white-color);
	border-color: var(--hover-color);
}


.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(--brown-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(--hover-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(--brown-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(--brown-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(--hover-color);}
.side-panel .broker-contact li > a.marvel:hover span.small-text{color: var(--hover-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(--brown-color);
    color: var(--brown-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(--hover-color);
    color: var(--white-color);
    border-color: var(--hover-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(--brown-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(--hover-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);
}


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



.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(--brown-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(--brown-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(--hover-color);
    border-color: var(--hover-color);
    color: var(--white-color);
}


.ar_breadcrumbs{
    position: relative;
    margin: 0 -4px 40px -4px;
    padding: 0;
    list-style: none;
    font-size: 10px;
    display: flex;
    text-transform: uppercase;
    flex-wrap: wrap;
}
.ar_breadcrumbs li{
    position: relative;
    margin: 0 4px;
}
.ar_breadcrumbs li a{
    position: relative;
    display: block;
    color: var(--hover-color);
}
.ar_breadcrumbs li 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(--brown-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(--brown-color);
    transition: 350ms;
}
form p label span.wpcf7-form-control-wrap{
    position: relative;
    display: block;
}

form p label .wpcf7-form-control{
    position: relative;
    width: 100%;
    border: 2px solid var(--brown-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: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-submit{
    padding: 13px 0;
    background: var(--brown-color);
    color: var(--white-color);
    border-color: var(--brown-color);
    cursor: pointer;
}
form p label .wpcf7-form-control.wpcf7-submit:hover{
    border-color: var(--hover-color);
    background: var(--hover-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(--brown-color);
    box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 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;
}

.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: 14px;
    margin: 0 0 30px 0;
}
.global-desc .desc p{
    position: relative;
    line-height: 1.5em;
}

.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(--brown-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(--brown-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(--hover-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) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 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%;
}
.ar-single-desc p{
    line-height: 1.5em;
}
.ar-single-desc h2{
    font-size: 28px;
    margin: 0 0 25px 0;
}

.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: 10px;
}

.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(--brown-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(--brown-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(--brown-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(--brown-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(--hover-color);}



@media screen and (min-width: 1960px){
    header:before{width: 26%}
}

@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: 86%;}

    .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;}
}

@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 span.bio{
        margin: 20px 0;
        padding-right: 0;
        line-height: 1.3em;
    }
}

@media screen and (max-width: 1400px){
    .is-vertical{display: none;}
    .has-5-columns .ar-item {
        width: calc(100% * (1/3) - 0px - 0px - 30px);
    }
    .btn {
        padding: 10px 20px;
        font-size: 12px;
    }
    .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: 15px 0;}
    header:before{width: 100%;}
    body.home .under-header{
        display: block;
        height: 120px;
    }
    .under-header{height: 120px;}
    .welcome-section .broker-content{
        height: auto;
        margin-bottom: 70px;
    }
    .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 span.bio {
        margin: 15px 0;
        font-size: 12px;
    }
    .estate-info-grid{margin: 30px 0 0 0;}
    .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%;
    }
    .wp-block-button__link{font-size: 12px;}
    .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;}
    .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;}

    .welcome-section .broker-content{display: block;}
    .welcome-section .broker-content .photo-broker{
        position: relative;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .welcome-section .broker-content .center-all {
        padding: 40px 0 0 0;
    }
    .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%;
    }
    .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: 300px;}
}

.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;
}

.say_it-title {
    margin: 1.25rem 0 0.5rem;
}
.say_it-subtitle {
    display: inline-block;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 700px) {
    .say_it-subtitle {
        font-size: 1.5rem;
    }
}

.u-columnsOffset {
    gap: 2em max(4em, 6vw);
}