@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
section.section-box .section.featured_section .featured-container .text-side .featured-box .brands img {
margin-bottom: 20px;
}
.smaller {
font-size: 80%;
line-height: 1.2;
display: inline-block;
padding-right: 0;
}
.page-id-64891 section.section-box .section.gallery_section .gallery .item .apartment__caption {
font-family: 'Cinzel', serif;
font-weight: 400;
}
.link__more:not(.collapsed) .collapse__more,
.link__more.collapsed .collapse__less {
display: none;
}
.link__more:not(.collapsed) .collapse__less,
.link__more.collapsed .collapse__rore {
display: inline-block;
}
section.section-box.small-padding .section.featured_section .featured-container {
padding-top: 0;
}
.header__form-toggle {
position: fixed;
right: 20px;
top: 50%;
width: 60px;
height: 60px;
padding: 10px;
background: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border: 1px solid #16573D;
z-index: 999;
}
.header__form--close {
font-size: 21px;
text-align: right;
padding: 0 0 10px 0;
cursor: pointer;
}
.header__form {
position: fixed;
right: -500px;
top: 50%;
transform: translateY(-50%);
width: 100%;
max-width: 450px;
height: auto;
background: white;
transition: right 0.3s ease-in-out;
border: 1px solid #16573D;
z-index: 1000;
padding: 20px;
box-sizing: border-box;
}
.header__form h3 {
margin-bottom: 15px;
}
.arrow-left:before {
content: '<';
background: #fff;
padding: 10px;
}
.arrow-right:before {
content: '>';
background: #fff;
padding: 10px;
}