#inner-page-wrapper > .container.container-vw {
    width: 100%;
}

#inner-page-wrapper {
    margin-top: 30px;
}

.home-properties-slides {
    display: flex;
    flex-wrap: wrap;
}

.home-properties-item {
    display: block !important;
    position: relative;
    width: 50%;
}

.home-properties-password-protected {
    position: relative;
    background: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 35vw;
}

.password-protected-left {
    width: 51.656%;
}

.password-protected-img {
    max-width: 390px;
    margin: 0 auto;
}

.password-protected-img img {
	height: auto;
    object-fit: cover;
}

.password-protected-right {
    width: 48.344%;
    text-align: center;
    padding-top: 20px;
}

.password-protected-label {
    font-size: 29px;
    font-weight: 700;
    color: #af823e;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.password-protected-form {
    position: relative;
    max-width: 165px;
    margin: 0 auto;
}

.password-protected-field {
    display: block;
    margin-bottom: 37px;
}

.password-protected-field label {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #af823e;
    margin-bottom: 10px;
}

.password-protected-field input {
    width: 100%;
    height: 51px;
    background: #000;
    color: #af823e;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2em;
    border: none;
    border-radius: 10px;
    background: url(https://cdn.ritabenelian.com/wp-content/uploads/2025/10/07123218/field-border.png) center/cover no-repeat;
    padding: 0 10px;
    outline: none;
    transition: var(--transition-all);
}

.password-protected-field input[type="submit"]:hover {
	background: #af823e;
	color: #fff;
}

.password-protected-price {
    font-size: 37px;
    font-family: var(--font-family-title);
    letter-spacing: 0.075em;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum";
    color: #af823e;
}

.password-protected-logo {
    max-width: 118px;
    margin: 10px auto 0;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
	.home-properties-password-protected {
	    padding: 0.94vw;
	}

	.password-protected-img {
	    max-width: 24.38vw;
	}

	.password-protected-label {
	    font-size: 1.81vw;
	    margin-bottom: 2.19vw;
	}

	.password-protected-form {
	    max-width: 10.31vw;
	}

	.password-protected-right {
	    padding-top: 1.25vw;
	}

	.password-protected-field {
	    margin-bottom: 2.31vw;
	}

	.password-protected-field label {
	    font-size: 0.94vw;
	    margin-bottom: 0.63vw;
	}

	.password-protected-field input {
	    height: 3.19vw;
	    font-size: 0.94vw;
	    border-radius: 0.63vw;
	    background: url(https://cdn.ritabenelian.com/wp-content/uploads/2025/10/07123218/field-border.png) center/cover no-repeat;
	    padding: 0 0.63vw;
	}

	.password-protected-price {
	    font-size: 2.31vw;
	}

	.password-protected-logo {
	    max-width: 7.38vw;
	    margin: 0.63vw auto 0;
	}
}

@media only screen and (max-width: 991px) {
	.home-properties-item {
	    width: 100%;
	}

	.home-properties-password-protected {
		gap: 30px;
	    height: auto;
	}

	.password-protected-right {
	    padding-top: 0;
	}

	.home-properties-password-protected > div {
		width: 100%;
	}

	.password-protected-logo {
	    margin: 10px auto 30px;
	}
}