@font-face {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 500;
    src: url("src/fonts/Cormorant-Medium.ttf") format("truetype");
}
@font-face {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 600;
    src: url("src/fonts/Cormorant-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url("src/fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url("src/fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url("src/fonts/Raleway-Medium.ttf") format("truetype");
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url("src/fonts/Raleway-SemiBold.ttf") format("truetype");
}

* {
    outline: none!important;
    box-sizing: border-box;
    box-shadow: unset;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color:#1C1C1C;
    background-color: #fff;
    min-height:100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
}

input {
    -webkit-appearance: none;
    outline: none;
    box-shadow: unset;
}

h1 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 130%;
    color: #1C1C1C;  
    margin: 0;  
}
h2 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    color: #1C1C1C;  
    margin: 0; 
    margin-bottom: 45px; 
    display: block;
    width: 100%;
}
.page-default-content h2.title-h2 {
    /* margin: 45px 0;  */
    margin-bottom: 45px; 
}

.btn,
.button {
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    background-color: #CEA280;
    border-radius: 36px;
    padding:11px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.btn:hover,
.button:hover {
    border-color:#CEA280;
    background: #fff;
    color:#CEA280;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: unset;
}

a {
    color:#1C1C1C;
    text-decoration-color: #1C1C1C;
    outline: none;
    transition: .3s;
}
a:hover {
    color:#1C1C1C;
    text-decoration-color: transparent;
}

/* HEADER */
body.home header {
    position: absolute;
    top:0;
    left:0;
    right:0;
    background: unset;
    padding: 15px 0;
    z-index: 22;
    margin-bottom: 44px;
}
header {
    padding: 9px 0;
    background:#fff;
    margin-bottom: 44px;
    position: absolute;
    left: 0;
    right: 0;
}
.post-type-archive-rent header {
    margin-bottom: 0;
}
header .logo {
    display: block;
    width: 148px;
    height: 82px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    margin-right: auto;
    position: relative;
    z-index: 22;
    position: relative;
}
header .logo img {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: .3s;
}
body.home header .logo img.desc {
    opacity: 1;
    z-index: 12;
    transform: scale(1.8);
}
body.home header .logo img.mob {
    opacity: 0;
    z-index: -12;
    transform: scale(1.9);
}
header .logo img.desc {
    opacity: 0;
    z-index: -12;
    transform: scale(1.8);
}
header .logo img.mob {
    opacity: 1;
    z-index: 12;
    transform: scale(1.9);
}
.menu-popup {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
}
ul.menu {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-right:62px
}
ul.menu .menu-item a {
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    display: block;
    transition: .3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-right: 45px;
    cursor: pointer;
}
body.home ul.menu .menu-item a {
    color: #FFFFFF;
}
ul.menu .menu-item a {
    color:#444444;
}
ul.menu .menu-item a:hover,
body.home ul.menu .menu-item a:hover {
    color:#CEA280;
    text-decoration: none;
}
ul.menu .menu-item:last-child a {
    margin-right: 0;
}
.telefon {
    font-family: 'Lato';
    padding:8px 20px;
    text-decoration: none;
    outline: none;
    display: inline-flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    transition: .3s;
    border-radius: 36px;
    border:1px solid transparent;
    cursor: pointer;  
    box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.17);
}
body.home header .telefon {
    color: #FFFFFF;  
    box-shadow: unset;
}
header .telefon {
    color:#444444;
}
.telefon:hover,
body.home header .telefon:hover {
    color:#CEA280;
    text-decoration: none;
}
header .menu-triger {
    display: none;
}
header .menu-triger .box-sub-btn {
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 9999;
}
header .menu-triger .box-sub-btn > span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    padding: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
body.home header .menu-triger .box-sub-btn > span {
    background: #fff;
}
header .menu-triger .box-sub-btn > span {
    background-color: #444444;
}
header .menu-triger .box-sub-btn span:nth-child(1) {
    top: 0px;
}
header .menu-triger .box-sub-btn span:nth-child(2),
header .menu-triger .box-sub-btn span:nth-child(3) {
    top: 8.3px;
}
header .menu-triger .box-sub-btn span:nth-child(4) {
    top: 16px;
}
header .menu-triger .box-sub-btn.rotate > span {
    background: #fff;
}
header .menu-triger .box-sub-btn.rotate > span:nth-child(1) {
    top: 8.5px;
    width: 0%;
    left: 50%;
}
header .menu-triger .box-sub-btn.rotate > span:nth-child(2) {
    transform: rotate(45deg);
}
header .menu-triger .box-sub-btn.rotate > span:nth-child(3) {
    transform: rotate(-45deg);
}
header .menu-triger .box-sub-btn.rotate > span:nth-child(4) {
    top: 8.5px;
    width: 0%;
    left: 50%;
}
body header,
body.admin-bar header 
{
    position: sticky!important;
    top: 0;
    left: 0;
    right: 0;
    transition: .5s;
    z-index: 1;
}
body.home header,
body.admin-bar.home header
{
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    transition: .5s;
    z-index: 1;
}
/* header.header-fixed, */
body.home header.header-fixed
{
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    /* animation-name: show_header;
    animation-duration: 0.5s; */
    opacity: 1;
    background: #fff;
    z-index: 9999;
    box-shadow: 0px 6px 34px -4px rgb(34 60 80 / 20%);
    transition: .5s;
}
/* body.admin-bar header.header-fixed
 {
    position: fixed!important;
    top: 32px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    opacity: 1;
    box-shadow: 0px 6px 34px -4px rgb(34 60 80 / 20%);
} */
header.header-fixed ul.menu .menu-item a {
    color:#1C1C1C;
}
header.header-fixed ul.menu .menu-item a:hover {
    color:#CEA280;
}
header.header-fixed .telefon,
body.home header.header-fixed .telefon {
    color:#1C1C1C;
}
header.header-fixed .telefon:hover,
body.home header.header-fixed .telefon:hover {
    color:#CEA280;
}
body.home header.header-fixed .logo img.desc {
    opacity: 0;
    z-index: -12;
}
body.home header.header-fixed .logo img.mob {
    opacity: 1;
    z-index: 12;
}
/* header.header-fixed .logo {
    width: 90px;
    height: 42px;
} */
body.home header.header-fixed .menu-triger .box-sub-btn > span {
    background-color: #1C1C1C;
}
/* END */

/* INTRO */
body:not(.home) main {
    /* padding-top:100px; */
}
body.home .intro {
    height: 100vh;
    min-height: 700px;
}
.intro {
    height: 595px;
    min-height: 400px;
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}
.intro-slider,
.intro-slider .slick-list,
.intro-slider .slick-track,
.intro-slider .slick-slide > div {
    height: 100%;
}
.intro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.intro-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #00000040;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.intro .title-h1 {
    color:#fff;
    margin-bottom: 5px;
    text-align: center;
}
.intro .title-h1 br {
    display: none;
}
.intro .subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 65px;
}
.filter-form-wrapper {
    width: 100%;
    max-width:1150px;
    background: #F1ECE6;
    box-shadow: 0px 0px 20px rgba(37, 37, 37, 0.1);
    border-radius: 138px;
    padding:16px 20px;
    margin: auto;
}
body.home .filter-form-wrapper {
    position: unset;
    transform: unset;
    padding: 0;
    border-radius: unset;
    background: unset;
    height: 103px;
}
.filter-form-wrapper {
    position: absolute;
    left: calc((100% - 1320px) / 2 + 12px);
    right:calc((100% - 1320px) / 2 + 12px);
    bottom:0;
    transform: translateY(50%);
}
.filter-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #F1ECE6;
    border: 0.6px solid rgba(68, 68, 68, 0.5);
    border-radius: 81px;
    /* padding:7px 0px 7px 10px; */
}
.filter-form .input-text {
    padding: 7px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #898989;
    outline: none;
    border: 0;
    background: transparent;
}
.filter-form .input-text:-internal-autofill-selected {
    background-color: transparent!important;
}
.filter-form .input-text.address {
    width: calc(100% - 190px - 190px - 190px - 115px);
    padding-left:29px;
    border-right: 0.7px solid rgba(68, 68, 68, 0.266667);
}
.filter-form .input-text.date {
    width: 190px;
    border-right: 0.7px solid rgba(68, 68, 68, 0.266667);
}
.filter-form .input-text.date:last-of-type {
    border-right: 0;
}
/* .filter-form .input-text::placeholder {
    color: #898989;
} */
.accordion-input-panel-wrapper {
    height: 35px;
    width: 190px;
    /* width: 100%; */
    position: relative;
    border-right:0.7px solid rgba(68, 68, 68, 0.266667);
}
.accordion-input-panel {
    position: absolute;
    top:0;
    left:0;
    right:0;
}
.accordion-input-heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #898989;
    height: 100%;
    width: 100%;
    padding:7px 20px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    position: relative;
}
.accordion-input-heading::after {
    position: absolute;
    top:50%;
    right:20px;
    content:'';
    display: block;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4.5 4L8 1' stroke='%23444444' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
}
.accordion-input-heading.in::after {
    transform: translateY(-50%) rotate(180deg);
}
.accordion-input-collapse {
    display: none;
    background: #F1ECE6;
    padding: 7px 0;
    border: 0.7px solid rgba(68, 68, 68, 0.266667);
    border-top: 0;
    margin: 0 -1px;
}
.accordion-input-collapse-input {
    cursor: pointer;
    padding:7px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #898998;
    cursor: pointer;
    transition: .3s;
}
.accordion-input-collapse-input:hover {
    color:#CEA280;
}
.filter-form .button {
    margin:1px;
}
/* END */

/* CAT CITY */
.cat-city {
    padding:60px 0;
    background-color: #F1ECE6;
}
.cat-city .title-h2 {
    margin-bottom: 8px;
}
.cat-city .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
    margin-bottom: 45px;
}
.cat-city-list {
    display: flex;
    flex-wrap: wrap;
}
.cat-city-list-item {
    margin-right:50px;
    width:calc(100% / 3 - 34px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    transition: .3s;
    cursor: pointer;
}
.cat-city-list-item:last-child {
    margin-right: 0;
}
.cat-city-list-item_img {
    transition: .3s;
    width: 100%;
    height: 318px;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 18px;
}
.cat-city-list-item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.cat-city-list-item:hover .cat-city-list-item_img img {
    transform: scale(1.1);
}
.cat-city-list-item_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #1C1C1C;
    margin-bottom: 0;
    transition: .3s;
}
.cat-city-list-item:hover .cat-city-list-item_title {
    color:#CEA280;
}
/* END */

/* CATALOG */
.catalog {
    margin-top: 150px;
}
.catalog .title-h2, h2 {
    text-align: start;
}
.catalog-list {
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px 10px;
    width: calc(100% + 40px);
}
.catalog-list-item {
    transition: .3s;
    width:calc(100% / 4 - 40px);
    margin:0 20px 40px;
    background: #FFFFFF;
    border-radius: 25px;
    overflow: hidden;
}
.catalog-list-item:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.catalog-list-item_img {
    display: block;
    outline: none;
    overflow: hidden;
    height: 231px;
    border-radius: 0px 0px 25px 25px;
}
.catalog-list-item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.catalog-list-item_img:hover img {
    transform: scale(1.1);
}
.catalog-list-item_content {
    padding:11px 38px 16px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 231px);
}
.catalog-list-item_address {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #1C1C1C;
    margin-bottom: 7px;
}
.catalog-list-item_address::before {
    content:'';
    display: block;
    width: 15px;
    height: 20px;
    position: absolute;
    top:0px;
    left:-23px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='22' viewBox='0 0 16 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4645 7.74194C15.4645 12.0968 9.72299 21 8.0218 21C6.28517 21 0.579102 12.0968 0.579102 7.74194C0.579102 4 3.9106 1 8.0218 1C12.133 1 15.4645 4.03226 15.4645 7.74194Z' stroke='%231C1C1C' stroke-opacity='0.5'/%3E%3Cpath d='M8.02184 10.0323C9.58774 10.0323 10.8572 8.87687 10.8572 7.45162C10.8572 6.02637 9.58774 4.87097 8.02184 4.87097C6.45594 4.87097 5.18652 6.02637 5.18652 7.45162C5.18652 8.87687 6.45594 10.0323 8.02184 10.0323Z' stroke='%231C1C1C' stroke-opacity='0.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.catalog-list-item_mini-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
    margin-bottom: 5px;
}
.catalog-list-item_points {
    padding:0;
    list-style-type: none;
    margin-bottom: 32px;
}
.catalog-list-item_points li {
    position: relative;
    padding-left:13px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}
.catalog-list-item_points li:last-child {
    margin-bottom: 0;
}
.catalog-list-item_points li::before {
    content:'';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CEA280;
    position: absolute;
    left:0;
    top:5px;
}
.catalog-list-item_status {
    margin-top: auto;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.catalog-list-item-stars {
    display: flex;
    align-items: center;
    margin-right: 14px;
}
.catalog-list-item-stars span {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54883 0L10.5379 5.26229L16.1573 5.52786L11.7672 9.04571L13.2511 14.4721L8.54883 11.384L3.84655 14.4721L5.33045 9.04571L0.940376 5.52786L6.55976 5.26229L8.54883 0Z' fill='%231C1C1C' fill-opacity='0.2'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 2px;
}
.catalog-list-item-stars span:last-child {
    margin-right: 0;
}
.catalog-list-item-stars.active-5 span:nth-child(-n + 1) {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54883 0L10.5379 5.26229L16.1573 5.52786L11.7672 9.04571L13.2511 14.4721L8.54883 11.384L3.84655 14.4721L5.33045 9.04571L0.940376 5.52786L6.55976 5.26229L8.54883 0Z' fill='%23FFB800' fill-opacity='0.5'/%3E%3C/svg%3E ");
}
.catalog-list-item-stars.active-5 span:nth-child(-n + 2) {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54883 0L10.5379 5.26229L16.1573 5.52786L11.7672 9.04571L13.2511 14.4721L8.54883 11.384L3.84655 14.4721L5.33045 9.04571L0.940376 5.52786L6.55976 5.26229L8.54883 0Z' fill='%23FFB800' fill-opacity='0.5'/%3E%3C/svg%3E ");
}
.catalog-list-item-stars.active-5 span:nth-child(-n + 3) {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54883 0L10.5379 5.26229L16.1573 5.52786L11.7672 9.04571L13.2511 14.4721L8.54883 11.384L3.84655 14.4721L5.33045 9.04571L0.940376 5.52786L6.55976 5.26229L8.54883 0Z' fill='%23FFB800' fill-opacity='0.5'/%3E%3C/svg%3E ");
}
.catalog-list-item-stars.active-5 span:nth-child(-n + 4) {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54883 0L10.5379 5.26229L16.1573 5.52786L11.7672 9.04571L13.2511 14.4721L8.54883 11.384L3.84655 14.4721L5.33045 9.04571L0.940376 5.52786L6.55976 5.26229L8.54883 0Z' fill='%23FFB800' fill-opacity='0.5'/%3E%3C/svg%3E ");
}
.catalog-list-item-stars.active-5 span:nth-child(-n + 5) {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54883 0L10.5379 5.26229L16.1573 5.52786L11.7672 9.04571L13.2511 14.4721L8.54883 11.384L3.84655 14.4721L5.33045 9.04571L0.940376 5.52786L6.55976 5.26229L8.54883 0Z' fill='%23FFB800' fill-opacity='0.5'/%3E%3C/svg%3E ");
}
.catalog-list-item-reviews {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(28, 28, 28, 0.5);
    text-decoration-color: transparent;
    outline: none;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
}
.catalog-list-item-reviews:hover {
    color:rgba(28, 28, 28, 0.5);
    text-decoration-color: rgba(28, 28, 28, 0.5);
}
.catalog-list-item-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
}
/* END */

/* REVIEWS */
.reviews {
    padding:60px 0 60px;
}
.reviews .title-h2 {
    color:#fff;
}
.reviews-list {
    margin-bottom: 45px;
}
.reviews-list .slick-track {
    display: flex;
}
.reviews-list .slick-list {
    margin:0 -25px;
}
.reviews-list .slick-slide {
    margin:0 25px;
    height: auto;
}
.reviews-list .slick-slide > div {
    height: 100%;
}
.reviews-list .slick-prev,
.reviews-list .slick-prev:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.469668 6.53033C0.176775 6.23743 0.176775 5.76256 0.469668 5.46967L5.24264 0.696697C5.53553 0.403804 6.01041 0.403804 6.3033 0.696697C6.59619 0.98959 6.59619 1.46446 6.3033 1.75736L2.06066 6L6.3033 10.2426C6.59619 10.5355 6.59619 11.0104 6.3033 11.3033C6.01041 11.5962 5.53553 11.5962 5.24264 11.3033L0.469668 6.53033ZM31 6.75L0.999998 6.75L0.999998 5.25L31 5.25L31 6.75Z' fill='%23ffffff' fill-opacity='1'/%3E%3C/svg%3E");
}
.reviews-list .slick-next,
.reviews-list .slick-next:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5303 5.46967C30.8232 5.76256 30.8232 6.23744 30.5303 6.53033L25.7574 11.3033C25.4645 11.5962 24.9896 11.5962 24.6967 11.3033C24.4038 11.0104 24.4038 10.5355 24.6967 10.2426L28.9393 6L24.6967 1.75736C24.4038 1.46447 24.4038 0.989593 24.6967 0.696699C24.9896 0.403806 25.4645 0.403806 25.7574 0.696699L30.5303 5.46967ZM0 5.25L30 5.25V6.75L0 6.75L0 5.25Z' fill='%23ffffff' fill-opacity='1'/%3E%3C/svg%3E");
}
.reviews-list-item {
    background: #CEA280;
    border-radius: 25px;
    padding:25px 15px 50px;
    height: 100%;
}
.reviews-list-item_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.reviews-list-item_content {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    padding-right: 12px;
}
.reviews-list-item_content {
    max-height: 230px;
    height: 100%;
    overflow: auto;
}
.reviews-list-item_content::-webkit-scrollbar {
    height: 0;
    width: 3px;
}
.reviews-list-item_content::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #ffffff67;
}
.reviews-list-item_content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #fff;
}
/* END */

/* BLOG */
.blog-section {
    /* margin-top: 150px; */
    padding:42px 0 57px;
    background-color: #F1ECE6;
}
.blog-slider .slick-list {
    margin:0 -25px;
}
.blog-slider .slick-slide {
    margin:0 25px
}
.blog-slider-item {
    display: flex;
    flex-direction: column;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
.blog-slider-item_img {
    width: 100%;
    height: 298px;
    border-radius: 25px;
    overflow: hidden;
    transition: .3s;
    margin-bottom: 18px;
}
.blog-slider-item_img img {
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.blog-slider-item:hover .blog-slider-item_img img {
    transform: scale(1.1);
}
.blog-slider-item_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
    text-decoration: none;
    transition: .3s;
}
.blog-slider-item:hover .blog-slider-item_title {
    color:#CEA280;
    text-decoration: none;
}
/* END */

/* CALLBACK */
.callback {
    margin-top: 150px;
    margin-bottom: 150px;
}
.post-type-archive-rent .callback {
    margin-top: 30px;
}
.callback-form {
    display:flex;
    flex-direction: row;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(28, 28, 28, 0.2);
    border-radius: 25px;
    overflow: hidden;
}
.callback-form-rs {
    width: 647px;
    height: auto;
    border-radius: 25px 0px 0px 25px;
    overflow: hidden;
}
.callback-form-rs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.callback-form-ls {
    padding:41px 65px 64px;
    width:calc(100% - 647px);
}
.callback-form .title-h2 {
    font-size: 34px;
    text-align: center;
}
.callback-form-row {
    display: flex;
    align-items: flex-start;
}
.callback-form-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 2);
}
.pfModalQrImg {
    display: block;
    width: 100%;
    height: auto;
}
.pfModalQrCodeItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 6px;
}
.pfModalQrCodeTitle {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: rgb(33, 33, 33);
    font-weight: 500;
    margin-bottom: 16px;
}
.pfModalQrCodeTitle span {
    margin-left: 12px;
}
.pfModalContinueBtn {
    width: 100%;
    max-width: 190px;
    min-height: 46px;
    box-shadow: rgba(89, 104, 143, 0.06) 0px 1px 5px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.17px;
    color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    margin-bottom: 32px;
    overflow-wrap: break-word;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pfModalContinueBtnTelegram {
    background: rgb(42, 171, 238);
    color: rgb(255, 255, 255);
}
.pfModalContinueBtnWhatsapp {
    background: rgb(94, 209, 105);
    color: rgb(255, 255, 255);
}
.pfModalOrMobile {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    margin-bottom: auto;
    max-width: 200px;
    text-align: center;
    overflow-wrap: break-word;
}
.pfModalOrMobileTelegram {
    color: rgb(42, 171, 238);
}
.pfModalOrMobileWhatsapp {
    color: rgb(94, 209, 105);
}
.pfModalQrImg {
    width: 225px;
    height: 225px;
    border: 4px solid rgb(255, 255, 255);
    border-radius: 8px;
}
@media(max-width:576px) {
    .pfModalQrImg {
        width: 100%;
        height: auto;
    }
    .pfModalQrCodeTitle {
        font-size: 16px;
    }
    .callback-form .title-h2 {
        font-size: 24px;
        text-align: center;
    }
}
/* END */

/* WPCF7 */
.wpcf7 {
    height: 100%;
}
.wpcf7-form {
    display: flex;
    flex-direction: column;
}
.wpcf7-form .title-h2 {
    margin-bottom: 35px;
}
.wpcf7-form span {
    display: block;
}
.wpcf7-form > span {
    width: 100%;
    max-width: 244px;
}
.wpcf7-form .input-text {
    width: 100%;
    outline: none;
    transition: .3s;
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    letter-spacing: 0.02em;
    color: #898989;
    padding-bottom: 11px;
    border: 0;
    border-bottom: 1px solid #898989;
    margin-bottom: 18px;
    border-radius: 0px;
}
.wpcf7-form .input-text:focus {
    border-bottom-color:#CEA280;
}
.wpcf7-form .btn {
    margin-right: auto;
}
.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-spinner {
    display: none;
}
.wpcf7-form.invalid .input-text {
    border-bottom-color:#dd5959;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #F1ECE6;
    box-shadow: 0px 0px 20px rgba(37, 37, 37, 0.1);
    border:unset!important;
    padding: 20px 25px;
    font-size: 14px;
    color: #242424;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.wpcf7 form.sent {
    height: 100%;
}
.wpcf7 form.sent > *:not(.wpcf7-response-output) {
    display: none!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    border: unset !important;
    margin:auto;
}
.wpcf7 form.sent .wpcf7-response-output::before {
    content:'';
    display: block;
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='35' fill='%23292929'/%3E%3Cline x1='18.4142' y1='32.1759' x2='30.4987' y2='44.2603' stroke='white' stroke-width='4'/%3E%3Cline x1='29.2928' y1='45.8792' x2='53.5862' y2='21.5858' stroke='white' stroke-width='4'/%3E%3C/svg%3E");
    margin-bottom: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}
.acceptance-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .acceptance-wrapper .wpcf7-form-control-wrap {
    width: auto;
  }
  .acceptance-wrapper .accept {
    width:auto;
    margin: 0 7px;
    display: block;
  }
  
  .acceptance-wrapper .wpcf7-acceptance {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 0.5px solid #CEA280;
    border-radius: 0;
    cursor: pointer;
    display: block;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    margin-right:11px;
  }
  .acceptance-wrapper .wpcf7-acceptance > span {
    display: none;
  }
  .acceptance-wrapper .wpcf7-acceptance::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.17283 1.70696C6.11817 1.65327 6.02952 1.65326 5.97484 1.70697L2.47387 5.18473L1.17283 3.90696C1.11817 3.85327 1.02952 3.85326 0.974844 3.90697C0.920169 3.96066 0.920169 4.04772 0.974844 4.10142L2.37488 5.47642C2.40114 5.5022 2.43674 5.51669 2.47387 5.51669C2.511 5.51669 2.54661 5.50219 2.57286 5.47641L6.17282 1.90141C6.22751 1.84772 6.22751 1.76065 6.17283 1.70696Z' fill='white' stroke='white' stroke-width='0.44'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .acceptance-wrapper > span:not(.wpcf7-form-control-wrap),
  .acceptance-wrapper > span:not(.wpcf7-form-control-wrap) a {
    width: calc(100% - 27px);
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #858585;
    transition: .3s;
    
  }
  .acceptance-wrapper > span:not(.wpcf7-form-control-wrap) a {
    text-decoration-color: transparent;
    cursor: pointer;
  }
  .acceptance-wrapper > span:not(.wpcf7-form-control-wrap) a:hover {
    text-decoration-color: #858585;
  }
  .acceptance-wrapper .wpcf7-acceptance.checked {
    background: #CEA280;
    border: 0.5px solid #CEA280;
  }
  .acceptance-wrapper .wpcf7-acceptance.checked::after {
    visibility: visible;
    opacity: 1;
  }
/* END */

/* SLICK */
.slick-arrow {
    outline: none;
    opacity: 1;
    width: 30px;
    height: 30px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.slick-arrow::before {
    display: none;
}
.slick-next,
.slick-next:focus {
    top:calc(100% + 15px);
    right:0;
    transform: unset;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5303 5.46967C30.8232 5.76256 30.8232 6.23744 30.5303 6.53033L25.7574 11.3033C25.4645 11.5962 24.9896 11.5962 24.6967 11.3033C24.4038 11.0104 24.4038 10.5355 24.6967 10.2426L28.9393 6L24.6967 1.75736C24.4038 1.46447 24.4038 0.989593 24.6967 0.696699C24.9896 0.403806 25.4645 0.403806 25.7574 0.696699L30.5303 5.46967ZM0 5.25L30 5.25V6.75L0 6.75L0 5.25Z' fill='%231C1C1C' fill-opacity='0.3'/%3E%3C/svg%3E ");
}
.slick-prev,
.slick-prev:focus {
    top:calc(100% + 15px);
    left:unset;
    right:55px;
    transform: unset;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.469668 6.53033C0.176775 6.23743 0.176775 5.76256 0.469668 5.46967L5.24264 0.696697C5.53553 0.403804 6.01041 0.403804 6.3033 0.696697C6.59619 0.98959 6.59619 1.46446 6.3033 1.75736L2.06066 6L6.3033 10.2426C6.59619 10.5355 6.59619 11.0104 6.3033 11.3033C6.01041 11.5962 5.53553 11.5962 5.24264 11.3033L0.469668 6.53033ZM31 6.75L0.999998 6.75L0.999998 5.25L31 5.25L31 6.75Z' fill='%231C1C1C' fill-opacity='0.3'/%3E%3C/svg%3E ");
}
.slick-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5303 6.53033C30.8232 6.23743 30.8232 5.76256 30.5303 5.46967L25.7574 0.696697C25.4645 0.403804 24.9896 0.403804 24.6967 0.696697C24.4038 0.98959 24.4038 1.46446 24.6967 1.75736L28.9393 6L24.6967 10.2426C24.4038 10.5355 24.4038 11.0104 24.6967 11.3033C24.9896 11.5962 25.4645 11.5962 25.7574 11.3033L30.5303 6.53033ZM6.55671e-08 6.75L30 6.75L30 5.25L-6.55671e-08 5.25L6.55671e-08 6.75Z' fill='%23CEA280'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
    outline: none;
}
.slick-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.469667 5.46967C0.176775 5.76256 0.176775 6.23744 0.469667 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.469667 5.46967ZM31 5.25L0.999998 5.25V6.75L31 6.75V5.25Z' fill='%23CEA280'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
    outline: none;
}
/* END */

/* FOOTER */
footer {
    margin-top: auto;
    background: #F1ECE6;
}
.footer-top {
    padding:18px 0 18px;
}
.footer-top .logo {
    width: 148px;
    height: 82px;  
    display: block;
}
.footer-top .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
footer ul.menu {
    list-style-type: none;
    padding: 0;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-right: 0;
}
footer ul.menu > li.menu-item {
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer ul.menu > li.menu-item > a,
body.home footer ul.menu > li.menu-item > a {
    text-decoration: none;
    outline: none;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #292929;
    margin: 0;
    margin-bottom: 0px;
    cursor: pointer;
    transition: .3s;    
}
footer ul.menu > li.menu-item > .sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer ul.menu > li.menu-item > .sub-menu a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1C1C1C;
    cursor: pointer;
    outline: none;
    transition: .3s;
    margin-bottom: 12px;
}
footer ul.menu > li.menu-item > .sub-menu a:hover {
    color:#CEA280;
}
.footer-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-label {
    font-weight: 500;
    font-size: 20px;
    line-height: 155%;
    text-align: right;
    letter-spacing: 0.02em;
    color: #292929;
    margin-bottom: 21px;
    text-decoration: none;
    outline: none;
    transition: .3s;
    cursor: pointer;
}
.footer-label:hover {
    color:#CEA280;
}
.footer-item .telefon {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 155%;
    text-align: right;
    letter-spacing: 0.02em;
    color: #292929;
    margin-bottom: 12px;
    box-shadow: unset;
}
.footer-item .telefon:hover {
    color:#CEA280;
}
.footer-item .email {
    text-decoration: none;
    display: block;
    outline: none;
    cursor: pointer;
    transition: .3s;
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    text-align: right;
    letter-spacing: 0.02em;
    color: #292929;
}
.footer-item .email:hover {
    color:#CEA280;
}
.footer-bottom {
    padding: 18px 0;
    border-top: 1px solid rgba(28, 28, 28, 0.5);
}
.footer-bottom > * > * {
    text-decoration: none;
    outline: none;
    transition: .3s;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 0.02em;
    color: #303030;    
    margin: 0;
}
.footer-bottom .trade-mark {
    margin-right: 152px;
}
.footer-bottom .privacy {
    text-decoration-color: transparent;
    margin-left: auto;
}
.footer-bottom .privacy:hover {
    color:#303030;
    text-decoration-color: #303030;
}
footer .social-links {
    list-style-type: none;
    outline: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 18px;
}
footer .social-links li a {
    display: block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
    width: 25px;
    height: 25px;
    margin-left:16px;
}
footer .social-links li a svg {
    width: 100%;
    height: 100%;
}
@media(max-width:1400px) {
    footer ul.menu > li.menu-item {
        margin-right: 40px;
    }
	.footer-item {
		align-items: flex-start;
		margin-top:25px;
	}
	ul.menu .menu-item a {
		margin-right:25px;
	}
	body.home header .telefon {
		white-space:nowrap;
	}
}
@media(max-width:1200px) {
	footer ul.menu {
		margin-top: 25px;
		flex-wrap: wrap;
	}
	footer ul.menu > li.menu-item,
	ul.menu > li.menu-item {
		margin-top:12px;
	}
	ul.menu {
		flex-wrap:wrap;
		margin-left:24px;
	}
}
@media(max-width:576px) {
	.footer-item .email {
		text-align:start;
	}
	footer ul.menu > li.menu-item > a, body.home footer ul.menu > li.menu-item > a {
		white-space:pre-wrap;
		text-align:start;
	}
}
/* END */

/* BNOVO */
#booking_iframe #booking_iframe_iframe {
    /* padding-left:calc((100% - 1320px) / 2);
    padding-right:calc((100% - 1320px) / 2); */
}
#booking_iframe #booking_iframe_iframe body {
    padding-left:calc((100% - 1320px) / 2);
    padding-right:calc((100% - 1320px) / 2);
}
/* END */

/* menu-active page */
ul.menu .menu-item.current-menu-item a,
header.header-fixed ul.menu .menu-item.current-menu-item a {
    color:#CEA280;
}
/* end */

/* page default content */
.page-default-content h2:not(.title-h2) {
    font-size: 32px;
}
@media(max-width:768px) {
    .page-default-content h2:not(.title-h2) {
        font-size: 24px;
    }   
}
/* END */


/* PRIVACY POLICY */
.privacy-policy .page-default-content h2 {
    margin-bottom: 24px;
    margin-top: 44px;
}
.privacy-policy .page-default-content h2:first-of-type {
    margin-top: 0;
}
/* END */

/* PAYMENT */
.page-template-page-payment main {
    padding-top: 0px;
}
.payment .intro {
    height: 766px;
    overflow: hidden;
    margin-bottom: 82px;
}
.payment .intro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.payment .intro .subtitle {
    color:#fff;
}
.payment-content-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.payment-content-col:nth-child(2) {
    border-radius: 25px;
    width: 620px;
    overflow: hidden;
}
.payment-content-col:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.payment-content-col:nth-child(1) {
    width: calc(100% - 620px);
    padding-right: 100px;
}
.payment-content-col {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}
.payment-content-col p {
    margin-bottom: 13px;
}
.payment-content-col ul {
    list-style-type: none;
    padding: 0;
    margin: 55px 0 0;
    display: flex;
    justify-content: space-between;
}
.payment-content-col ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 3 - 10px);
}
.payment-content-col ul li .icon {
    display: flex;
    align-items: flex-start;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
}
.payment-content-col ul li .title {
    color: #404040;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.payment-service {
    max-width: 880px;
    margin: auto;
}
.payment-service .title {
    color: #1E1E1E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 30px;
}
.payment-service-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.payment-service-ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 44px;
}
.payment-service-ul li .icon {
    display: block;
    width: 32px;
    height: 42px;
    margin-right: 16px;
}
.payment-service-ul li .icon svg,
.payment-service-ul li .icon img {
    width: 100%;
    height: auto;
}
.payment-service-ul li .text {
    display: flex;
    flex-direction: column;
    width: calc(100% - 42px - 16px);
}
.payment-service-ul li .text .strong {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 3px;
}
.payment-service-ul li .text .simple {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
.payment-content {
    margin-bottom: 140px;
}
.payment-plan {
    padding:43px 0 61px;
    background-color: #F1ECE6;
}
.payment-plan .title-h2 {
    color: #1E1E1E;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 45px;
}
.payment-plan-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.payment-plan-col:first-child {
    max-width: calc(550px - 64px);
}
.payment-plan-col:last-child {
    max-width: calc(785px - 64px);
}
.payment-plan-col-item {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
}
.payment-plan-col-item .title {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
}
.payment-plan-col-item ul {
    margin-bottom: 0;
    padding-left: 20px;
}
.payment-plan-col-item ul li {
    margin-bottom: 5px;
}
.payment-plan-col-item ul li::marker {
    color:#CEA280;
    font-size: 19px;
}
@media(max-width:1200px) {
    .payment-content-col:nth-child(1) {
        width: calc(100% - 320px);
        padding-right: 100px;
    }
    .payment-content-col:nth-child(2) {
        width: 320px;
        height: 100%;
    }
}
@media(max-width:992px) {
    .payment .intro {
        height: 566px;
    }
    .payment-content-col:nth-child(1) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .payment-content-col:nth-child(2) {
        width: 100%;
        height: 100%;
    }    
    .payment-content-row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 70px;
    }
    .payment-content {
        margin-bottom: 90px;
    }
    .payment-plan-col:first-child {
        margin-bottom: 32px;
    }
}
@media(max-width:576px) {
    .payment-content-col ul {
        flex-direction: column;
        align-items: center;
    }
    .payment-content-col ul li {
        width: 100%;
        max-width: 320px;
    }
    .payment .intro .subtitle {
        margin-bottom: 0;
    }
}
/* END */

/* BLOG */
section.blog {
    margin-top: 44px;
}
.blog .title-h2 {

}
.blog-list {
    display: flex;
    flex-wrap: wrap;
    margin:0 -25px;
}
.blog-list__item {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: column;
    margin:0 25px 50px;
    width: calc(100% / 3 - 50px);
}
.blog-list__item_img {
    width: 100%;
    height: 298px;
    border-radius: 25px;
    overflow: hidden;
    transition: .3s;
    margin-bottom: 18px;
}
.blog-list__item_img img {
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-list__item:hover .blog-list__item_img img {
    transform: scale(1.1);
}
.blog-list__item_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #1C1C1C;
    text-decoration: none;
    transition: .3s;
}
.blog-list__item:hover .blog-list__item_title {
    color: #CEA280;
    text-decoration: none;
}
.blog-single {
    margin-top: 50px;
}
.blog-single .title-h2 {
    font-size: 36px;
}
.blog-sin-content img {
    margin:0 0px 25px 0;
    overflow: hidden;
    border-radius: 25px;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.blog-single-ls {
    width: calc(100% - 300px);
    padding-right: 50px;
}
.blog-single-rs {
    width: 300px;
    position: relative;
}
.similar-list {
    position: sticky;
    top:102px;
    left:0;
}
.similar-list-label {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color:#1C1C1C;
    margin-bottom: 24px;
}
.similar-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    outline: none;
    transition: .3s;
    cursor: pointer;
    margin-bottom: 24px;
}
.similar-item-img {
    border-radius: 25px;
    width: 100%;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
    margin-bottom: 12px;
}
.similar-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.similar-item:hover .similar-item-img img {
    transform: scale(1.1);
}
.similar-item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1C1C1C;
    text-decoration: none;
    transition: .3s;
}
.similar-item:hover .similar-item-title {
    color:#CEA280;
}
@media(max-width:1200px) {
    .blog-list__item_title {
        font-size: 19px;
    }
}
@media(max-width:992px) {
    .blog-single-rs {
        width: 100%;
    }
    .blog-single-ls {
        width: 100%;
        padding: 0;
    }
    .similar-list {
        display: flex;
        flex-wrap: wrap;
        margin: 36px -6px 0;
    }
    .similar-list-label {
        width: 100%;
    }
    .similar-item {
        width:calc(100% / 2 - 12px);
        margin: 0 6px 24px;
    }
}
@media(max-width:768px) {
    .blog-list__item {
        width: calc(100% / 2 - 50px);
    }
}
@media(max-width:576px) {
    .blog-list {
        margin: 0;
    }
    .blog-list__item {
        width: 100%;
        margin: 0 0 40px;
    }
    .blog-single .title-h2 {
        font-size: 26px;
    }    
    .similar-item-title {
        font-size: 15px;
    }
    .similar-item-img {
        border-radius: 15px;
    }
}
@media(max-width:414px) {
    .blog-list__item_img {
        height: 200px;
        width: 100%;
    }
}
/* END */

/* REKVIZITI */
.rekviziti-table {
    margin-top: 36px;
}
.rekviziti-table-row {
    display: flex;
    margin-bottom: 12px;
}
.rekviziti-table-col:first-child {
    font-weight: 600;
    width: 30%;
}
.rekviziti-table-col:last-child {
    width: 70%;
    padding-left: 20px;
}
/* END */

.become-a-host_form .wpcf7-form > span {
	max-width: inherit;
}
.become-a-host_form .wpcf7-form span {
	display: inline;
}
.become-a-host_form .wpcf7-submit {
	width: max-content;
}
.become-a-host_form  .wpcf7-spinner {
	display:none !important;
}
.become-a-host_form .wpcf7-text, .become-a-host_form .wpcf7-email, .become-a-host_form .wpcf7-tel {
    padding: 10px;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: solid 1px #cea281;
    border-radius: 4px;
}
.become-a-host_form .wpcf7-submit {
    padding: 10px;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 4px;
    background: #cea281;
    border: #cea281;
    color: #fff;	
}
.become-a-host_form .wpcf7-submit:hover {
	background:#eabc99;
}
.become-a-host_form .wpcf7-acceptance input {
    -webkit-appearance: auto;
}
.become-a-host_form .wpcf7-list-item {
	margin-left:0;
	padding-left:0;
}

/* about advs */
.payment-about-advs {
    padding: 46px 41px;
    border-radius: 24px;
    background: #FCF8F1;
    overflow: hidden;
    margin-bottom: 100px;
}
.advs-list {
    display: flex;
    gap:10px;
    align-items: flex-start;
    justify-content: space-between;
}
.advs-list .adv-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.advs-list .adv-item-value {
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
    text-align: left;    
    margin-bottom: 10px;
    color: #CEA280;
}
.advs-list .adv-item-value::after {
    content:"+";
    display: inline-block;
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
    text-align: left;   
    color: #CEA280;
}
.advs-list .adv-item-excerpt {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;    
    margin: 0;
    max-width: 302px;
    color:#404040;
}
@media(max-width:992px) {
    .payment-about-advs {
        margin-bottom: 70px;
    }
    .advs-list {
        gap: 24px;
        flex-direction: column;
    }
    .advs-list .adv-item-value {
        font-size: 44px;
        line-height: 44px;
    }
    .advs-list .adv-item-excerpt {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 768px) {
    .payment-about-advs {
        padding: 32px 12px;
    }
    .advs-list .adv-item-value,
    .advs-list .adv-item-value::after {
        font-size: 34px;
        line-height: 34px;
    }
    .advs-list .adv-item-excerpt {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
    }
}