.header-rs-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.header-rs-slider .slick-dots {
    position: absolute;
    bottom:10px;
    left:20px;
    right:20px;
    transform: unset;
    gap:3px;
}
.header-rs-slider .slick-dots li {
    width: 100%;
}
.header-rs-slider .slick-dots li button {
    width: 100%;
}
.apartments-content {
    display: flex;
    gap:24px;
}
.apartments-content-ls {
    width: calc(100% - 552px - 24px);
}
.apartments-content-ls .title-h2 {
    margin-bottom: 18px;
}
.apartments-content-ls-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 16px;    
}
.apartments-content-ls-text > *:last-child {
    margin-bottom: 0;
}
.apartments-content-advs {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap:2px 8px;
}
.apartments-content-advs li {
    width:calc(100% / 4 - 6px);
    position: relative;
    padding-left: 21px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;    
}
.apartments-content-advs li::before {
    content:'';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left:0;
    top:4.5px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 15.5C11.6421 15.5 15 12.1422 15 8C15 3.85785 11.6421 0.5 7.5 0.5C3.35786 0.5 0 3.85785 0 8C0 12.1422 3.35786 15.5 7.5 15.5ZM6.25 11.2474L6.62165 10.8345L11.1216 5.83447L10.3784 5.16553L6.25 9.75256L4.37165 7.66553L3.62835 8.33447L5.87835 10.8345L6.25 11.2474Z' fill='%23DFA437'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.apartments-content-ls .accordion {
    margin-top: 48px;
}
.apartments-content-ls .accordion-item {
    border: 0;
    outline: none;
    margin-bottom: 4px;
}
.apartments-content-ls .accordion-button {
    outline: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color:#000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    padding: 0;
}
.apartments-content-ls .accordion-button:not(.collapsed) {
    background-color: transparent;
    outline: none;
    border:0;
}
.apartments-content-ls .accordion-button::after {
    margin-left: 8px;
}
.apartments-content-ls .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}
.apartments-content-ls .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.apartments-content-map {
    display: block;
    width: 100%;
    height: 540px;
    margin-top: 56px;
    overflow: hidden;
    border-radius: 16px;
}
.apartments-content-map > * {
    width: 100%;
    height: 100%;
}
.apartments-content-rs {
    width: 552px;
}
.apartments-options-list {
    display: flex;
    flex-wrap: wrap;
    gap:7px;
}
.apartments-options-list-item {
    width: calc(100% / 6 - 5.9px);
    height: 226px;
    position: relative;
    border-radius: 16px;
    background-color: #e2e2e2;
    overflow: hidden;
}
.apartments-options-list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
.apartments-options-list-item_filter {
    background: #0000004d;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.apartments-options-list-item_filter .text {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color:#fff;    
    margin: 0;
}
.apartments-list-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.apartments-list-item {
    width: calc(100% / 3 - 6px);
    min-height: 459px;
    height: auto;
    border-radius: 24px;
    background-color: #E4E4E4;
    overflow: hidden;
    position: relative;
    transition: .3s;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.apartments-list-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: .3s;
}
.apartments-list-item:hover img {
    transform: scale(1.1);
}
.apartments-list-item_filter {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background-color:#00000080;
    padding:24px;
}
.apartments-list-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap:12px;
}
.apartments-list-item-title .term {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin: 0;
    color:#fff;
}
.apartments-list-item-title .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;    
    color:#fff;
    margin: 0;
}
.apartments-list-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #fff;
    width: 46px;
    height: 46px;
}
.apartments-list-item-link::after {
    content:'';
    display: block;
    width: 22px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7H20M20 7L14.5 1.5M20 7L14.5 12.5' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.apartments-list-item-top {
    margin-bottom: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap:8px;
}
.apartments-list-item-price {
    width: calc(100% - 114px - 8px);
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:12.5px 14px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;   
    color:#fff; 
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}
.apartments-list-item-unit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12.5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;    
    color:#000;
}
/* BOOKING FORM */
.booking-request-form {
    border: 1px solid #DFA437;
    border-radius: 16px;
    padding: 24px;
}
.booking-request-form .title-h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin: 0;    
}
.booking-price-apart {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left; 
    color:#00000080;   
    margin: 0;
}
.booking-request-form .wpcf7 {
    margin-top: 32px;
}
.booking-request-form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap:32px;
}
.booking-request-form .wpcf7 .form-row {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.booking-request-form .wpcf7 .form-row-label {
    margin-bottom: 0;
}
.booking-request-form .wpcf7 .form-row > .wpcf7-form-control-wrap {
    width: 100%;
}
.booking-request-form .wpcf7 .form-row .form-row-column {
    width: calc(100% / 2 - 5px);
}
.booking-request-form .wpcf7 input,
.booking-request-form .wpcf7 textarea {
    border-color:#00000033;
    width: 100%;
}
.booking-request-form .wpcf7 input:focus,
.booking-request-form .wpcf7 textarea:focus {
    border-color:#DFA437;
}
.booking-request-form .wpcf7 .number-block-field {
    border:1px solid #00000033;
    border-radius: 8px;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 15.5px 16px;
}
.booking-request-form .wpcf7 .number-block-field .number-block-field-label {
    width: calc(100% - 61px);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;    
    color:#00000066;
}
.booking-request-form .wpcf7 .number-block-field .input-number-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 81px;
}
.booking-request-form .wpcf7 .number-block-field .input-number-wrap input {
    padding: 0;
    border:0;
    background-color:transparent;
    margin: 0;
    display: block;
    width: 20px;
    height: 100%;
    outline: none;
    box-shadow: unset;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;    
    color:#000;
}
.booking-request-form .wpcf7 .number-block-field .input-number-wrap input::-webkit-inner-spin-button,
.booking-request-form .wpcf7 .number-block-field .input-number-wrap input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.booking-request-form .wpcf7 .number-block-field .input-number-wrap .plus {
    display: block;
    width: calc(50% - 20px);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;    
    color:#000;
    cursor: pointer;
}
.booking-request-form .wpcf7 .number-block-field .input-number-wrap .plus:hover {
    color:#DFA437;
}
.booking-request-form .wpcf7 .number-block-field .input-number-wrap .minus {
    display: block;
    width: calc(50% - 20px);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;    
    color:#000;
    cursor: pointer;
    transition: .3s;
}
.booking-request-form .wpcf7 .number-block-field .input-number-wrap .minus:hover {
    color:#DFA437;
}
.booking-request-form .wpcf7 .wpcf7-form-control.input-radio  {
    display: flex;
    flex-direction: column;
}
.booking-request-form .wpcf7 .wpcf7-form-control.input-radio .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0;
}
.booking-request-form .wpcf7 .wpcf7-form-control.input-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.booking-request-form .wpcf7 .wpcf7-form-control.input-radio .wpcf7-list-item input {
    -webkit-appearance: none;
    display: block;
    border:0;
    border-radius: 0;
    background-color: unset;
    padding: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.3' x='0.5' y='0.5' width='17' height='17' rx='3.5' stroke='black'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
    margin-right: 10px;
    cursor: pointer;
}
.booking-request-form .wpcf7 .wpcf7-form-control.input-radio .wpcf7-list-item input:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.3' x='0.5' y='0.5' width='17' height='17' rx='3.5' stroke='black'/%3E%3Cpath d='M15.7169 6.43935C16.1074 6.04882 16.1074 5.41566 15.7169 5.02513C15.3263 4.63461 14.6932 4.63461 14.3027 5.02513L15.7169 6.43935ZM14.3027 5.02513L6.52448 12.8033L7.9387 14.2175L15.7169 6.43935L14.3027 5.02513Z' fill='black'/%3E%3Cpath d='M4.4034 7.85356C4.01287 7.46304 3.37971 7.46304 2.98918 7.85356C2.59866 8.24409 2.59866 8.87725 2.98918 9.26778L4.4034 7.85356ZM2.98918 9.26778L6.52472 12.8033L7.93893 11.3891L4.4034 7.85356L2.98918 9.26778Z' fill='black'/%3E%3C/svg%3E ");
}
.booking-request-form .wpcf7 .wpcf7-form-control.input-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color:#000;    
}
.booking-request-form .wpcf7 .acceptance-wrapper input {
    width: 18px;
    height: 18px;
    border: 1px solid #00000033;
    border-radius: 4px;
}
.booking-request-form .wpcf7 .btn-submit {
    border-color:#DFA437;
}
.number-block-field .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 form.sent > *:not(.wpcf7-response-output) {
    display: none;
}
/* END */

@media(max-width:1200px) {
    .apartments-content-ls {
        width: calc(100% - 452px - 24px);
    }
    .apartments-content-rs {
        width: 452px;
    }
    .apartments-options-list-item {
        width: calc(100% / 4 - 5.9px);
    }
    .apartments-list-item-price {
        padding: 12.5px 17px;
        font-size: 18px;
        line-height: 24px;
    }
}
@media(max-width:992px) {
    .header-rs-slider.slick-dotted.slick-slider {
        padding-bottom: 0;
    }
    .apartments-content {
        flex-wrap: wrap;
    }
    .apartments-content-ls {
        width: 100%;
    }
    .apartments-content-rs {
        width: 100%;
    }
    .apartments-list-item {
        width: 100%;
    }
    .apartments-list-item-unit {
        padding: 8.5px;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
}
@media(max-width:768px) {
    .booking-request-form {
        padding:24px 12px;
    }
    .booking-request-form .wpcf7 .btn-submit {
        padding-left: 26px;
        padding-right: 26px;
    }
    .apartments-content-advs li {
        width: calc(100% / 3 - 6px);
    }
    .apartments-content-ls .accordion {
        margin-top: 32px;
    }
    .apartments-content-map {
        margin-top: 32px;
        height: 340px;
    }
    .apartments-options > .title-h2 {
        margin-bottom: 24px;
    }
    .apartments-options-list-item {
        width: calc(100% / 3 - 4.9px);
        height: 156px;
        border-radius: 8px;
    }
    .apartments-options-list-item_filter {
        padding: 12px;
    }
    .apartments-options-list-item_filter .text {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
    }
    .related-aparts > .title-h2 {
        margin-bottom: 24px;
    }
    .apartments-list-item {
        min-height: 344px;
        height: auto;
        border-radius: 16px;
    }
    .apartments-list-item_filter {
        padding: 12px;
    }
    .apartments-list-item-title .term {
        font-size: 18px;
        font-weight: 600;
        line-height: 18px;
    }
    .apartments-list-item-title .title {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }
    .apartments-list-item-link {
        width: 36px;
        height: 36px;
    }
    .apartments-list-item-price {
        padding: 8.5px 12px;
        font-size: 14px;
        line-height: 17px;
    }
    .apartments-list-item-unit {
        padding: 8.5px;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
    }
}
@media (max-width: 420px) {
    .apartments-options-list-item {
        width: calc(100% / 2 - 4.9px);
        height: 156px;
        border-radius: 8px;
    }
}