/*
Theme name: charlotte-immo
Description: Описание
Author: Aleksandrlao
Author URI: https://nomadicsoft.com
*/





*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html {
	font-size: 20px;
}
body {
	background: #fff;
	font: 0.8rem/1.5 'PT Sans', Arial, sans-serif;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1200px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 auto;
	position: relative;
	border-top: 0 solid transparent;
}
.container:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea {
	font-family: 'PT Sans', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #000;
}
input::-moz-placeholder {
	color: #000;
}
input:-moz-placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 1.2rem;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 1.2rem;
	font-family: 'PT Serif', Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
}
.text h3 {
	font-size: 1.4rem;
}
.text h4, .text h5 {
	font-size: 1.2rem;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid #373737;
	padding: 0.4rem;
}
.text ul, .text ol {
	margin: 0 0 1.2rem 1rem;
}
.text li {
	margin-bottom: 0.4rem;
}
.text img {
	display: block;
	max-width: 100%;
	height: auto;
}


.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}


.slick-arrow {
	position: absolute;
	top: calc(0%);
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, .4);
	border: 0px solid #000;
	border-radius: 50%;
	outline: none;
	font-size: 0;
	z-index: 40;
	cursor: pointer;
}
.slick-arrow::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 12px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
	transition: all .3s ease;
}


.popup-pictures .slick-prev {
	left: 8px;
	
}
.popup-pictures .slick-next {
	right: 8px;
}


.slick-next::before {
	left: 8px;
	transform: rotate(-135deg);
}

.slick-arrow:hover {
	background: #fff;
}







/* Header ----------------------------------------------------------------------------- */
.header {
	padding-top: 1rem;
	padding-bottom: 4rem;
	z-index: 40;
}
.header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 77px;
	background: #1D1D1B;
	z-index: -10;
}
.header__logo {
	position: absolute;
	top: 32px;
	left: calc(50% - 80px);
	width: 160px;
	height: 160px;
	background: url('i/bg-logo.jpg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.header__top {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}
.header-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.header-contact__item {
	display: block;
	margin-right: 4rem;
	text-decoration: none;
}
.header-contact__item:last-child {
	margin-right: 0;
}
.header-contact__item img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.header-contact__item:hover {

}



.header__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}
.header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 130px);
	list-style: none;
}
.header__nav li {
	margin: 0 10px;
	position: relative;
}
.header__nav li.menu-item-has-children {
	padding-bottom: 1rem;
	margin-bottom: -1rem;
    padding-right: 10px;
}
.header__nav li.menu-item-has-children::after {
	content: '>';
    position: absolute;
    top: 0;
    right: 0;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	color: #000;
	transform: rotate(90deg);
}
.header__nav a {
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}
.header__nav a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #EE1B24;
	opacity: 0;
	transition: all .3s ease;
}
.header__nav .current-menu-item a::before,
.header__nav a:hover::before {
	width: 100%;
	opacity: 1;
}
.header__nav ul.sub-menu {
	position: absolute;
	top: 20px;
	left: -15px;
	display: block;
	width: 200px;
	padding: 10px 5px;
	background: #fff;
	opacity: 0;
	pointer-events: none;
}
.header__nav li.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	pointer-events: auto;
}
.header__nav ul.sub-menu li {
	border-top: 0.5px solid #EE1B24;
}
.header__nav ul.sub-menu li:first-child {
	border-top: none;
}
.header__nav ul.sub-menu a {
	font-size: 13px;
	line-height: 1.87;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
}





.header__nav-btn {
	display: none;
	width: 32px;
	height: 32px;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	margin-left: 144px;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #000;
	margin: 8px 0 0;
	position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 3px;
	-webkit-border-radius: 3px;
		  border-radius: 3px;
	background: #000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -8px;
}
.header__nav-btn span::after {
	bottom: -8px;
}
.nav-active .header__nav-btn span {
	background: transparent;
}
.nav-active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}












/* Hero ----------------------------------------------------------------------------- */
.hero {
	padding-bottom: 2rem;
}
.hero-ins {
	display: block;
	text-decoration: none;
}
.hero-ins img {
	display: block;
	width: 100%;
	height: auto;
}











/* Main info ----------------------------------------------------------------------------- */
.main-info {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.main-info .container {
	max-width: 910px;
}
.main-info__thumb {
	width: 42%;
	margin-right: -2%;
	position: relative;
	z-index: 10;
}
.main-info__thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.main-info__text {
	width: 60%;
	padding: 2rem 2rem 1rem;
	border: 0.5px solid #000;
	margin-top: 2.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #000;
}







/* Archive-top ----------------------------------------------------------------------------- */
.archive-top {
	padding-top: 1.8rem;
	padding-bottom: 3rem;
	background: #1D1D1B;
	color: #fff;
	overflow: hidden;
}
.archive-top h1 {
	margin-bottom: 2.6rem;
	font-family: 'PT Serif', Arial, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFF;
}
.archive-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 4rem);
	margin-left: -2rem;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFF;
}
.archive-filter__item {
	width: calc(25% - 4rem);
	margin: 0 2rem 1rem;
	position: relative;
}
.archive-filter__item::before {
	content: '';
	position: absolute;
	top: -8px;
	left: -2rem;
	width: 1px;
	height: 34px;
	background: #B4B4B4;
}
.archive-filter__item:first-child::before {
	display: none;
}
.archive-filter__item select {
	display: block;
	width: 100%;
	height: 18px;
	border: none;
	background-color: #1D1D1B;
	outline: none;
	position: relative;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFF;
}
.archive-filter__item-button {
	position: relative;
	cursor: pointer;
}
.archive-filter__item-button::after {
	content: '>';
	position: absolute;
	top: 4px;
	right: 4px;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	pointer-events: none;
	color: #FFF;
	transform: rotate(90deg);
}
.archive-filter__item-body {
	position: absolute;
	top: 24px;
	left: -4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(100% + 8px);
	background-color: #1D1D1B;
	padding: 4px;
	opacity: 0;
	pointer-events: none;
}
.archive-filter__item.active .archive-filter__item-body {
	opacity: 1;
	pointer-events: all;
}
.archive-filter__item-body label {
	width: calc(50% - 8px);
}
.archive-filter__item-name {
	display: block;
	margin-bottom: 4px;
	text-transform: none;
}
.archive-filter__item-body input {
	display: block;
	width: 100%;
}







.archive {
	padding-top: 4rem;
	padding-bottom: 1.5rem;
	overflow: hidden;
}
.archive__list {
	justify-content: flex-start;
	width: calc(100% + 2.5rem);
	margin-left: -1.25rem;
}

.item {
	width: calc(33.3% - 2.5rem);
	margin: 0 1.25rem 2.5rem;
	position: relative;
}
.item__thumb {
	margin-bottom: 2rem;
	position: relative;
}
.item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 84%;
	position: relative;
}
.item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-sticker {
	position: absolute;
	top: 4px;
	right: 12px;
}
.item-sticker__line {
	margin-top: 8px;
}
.item-sticker__line span {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 20px;
	background: #EE1B24;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFF;
}

.item__info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1rem;
	font-size: 13px;
	line-height: 1.24;
	letter-spacing: 0.1em;
	color: #000;
}
.item__excerpt {
	width: calc(100% - 90px);
}
.item__type {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 1.2;
}
.item__city {
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #000;
	text-decoration: none;
}
.item__city::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 15px;
	margin-top: -2px;
	margin-right: 5px;
	background: #000;
	-webkit-mask: url('i/bg-icon-location.svg') center no-repeat;
	mask: url('i/bg-icon-location.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.item__cost {
	width: 90px;
	margin-left: auto;
	text-align: right;
}
.item__title {
	display: block;
	margin-bottom: 1rem;
	font-family: 'PT Serif', Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
.item__title:hover {
	text-decoration: underline;
}
.item-param {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 0.5rem;
	font-size: 11px;
	line-height: 17px;
}
.item-param__block {
	margin-left: 1rem;
	margin-bottom: 0.5rem;
}
.item-param__block:first-child {
	margin-left: 0;
}
.item-param__block::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	background: #000;
	margin-right: 8px;
	-webkit-mask: url('i/bg-icon-home.svg') center no-repeat;
	mask: url('i/bg-icon-home.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.item-param__block--size::before {
	-webkit-mask-image: url("i/bg-icon-size.svg");
	mask-image: url("i/bg-icon-size.svg");
}
.item-param__block--bed::before {
	width: 25px;
	-webkit-mask-image: url("i/bg-icon-bedroom.svg");
	mask-image: url("i/bg-icon-bedroom.svg");
}
.item-param__block--bath::before {
	width: 25px;
	-webkit-mask-image: url("i/bg-icon-bathroom.svg");
	mask-image: url("i/bg-icon-bathroom.svg");
}
.item-param__block--garage::before {
	width: 23px;
	-webkit-mask-image: url("i/bg-icon-garage.svg");
	mask-image: url("i/bg-icon-garage.svg");
}

.item__read-more {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #000;
	text-decoration: underline;
}
.item__read-more:hover {
	text-decoration: none;
}











/* Single ----------------------------------------------------------------------------- */
.single-top {
	padding-top: 1.8rem;
	padding-bottom: 5rem;
	background: #1D1D1B;
	color: #fff;
}
.single-top__info {
	width: 50%;
}
.single-top__subhead {
	margin-bottom: 1rem;
}
.single-top__head {
	padding-bottom: 1.2rem;
	margin-bottom: 1.5rem;
	position: relative;
	font-family: 'PT Serif', Arial, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.single-top__head::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
	background: #fff;
}
.single-top-param {
	padding-bottom: 1.5rem;
}
.single-top-param .item-param__block {
	color: #fff;
}
.single-top-param .item-param__block::before {
	background: #fff;
}
.single-top__photos {
	display: inline-block;
	vertical-align: middle;
	padding-left: 23px;
	position: relative;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.1em;
	color: #FFF;
	text-decoration: underline;
	cursor: pointer;
}
.single-top__photos::before {
	content: '';
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
	width: 17px;
	height: 14px;
	background: #fff;
	-webkit-mask: url('i/bg-icon-photos.svg') center no-repeat;
	mask: url('i/bg-icon-photos.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.single-top__photos:hover {
	text-decoration: none;
}

.single-top__box {
	width: 50%;
	text-align: right;
}
.single-top__ref {
	margin-bottom: 1rem;
}
.single-top__cost {
	margin-bottom: 1.3rem;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #FFF;
}
.single-top__button {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1.6rem;
	padding: 8px 20px 5px;
	background: #fff;
	border: none;
	outline: none;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.1em;
	color: #EE1B24;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s ease;
}
.single-top__button:hover {
	background: #EE1B24;
	color: #fff;
}
.single-top__locate {
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #FFF;
	text-decoration: none;
	text-align: right;
}
.single-top__locate::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 15px;
	margin-right: 5px;
	background: #fff;
	-webkit-mask: url('i/bg-icon-location.svg') center no-repeat;
	mask: url('i/bg-icon-location.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}






/* Single info ----------------------------------------------------------------------------- */
.single-info {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.lowestPrice {
	color:#EE1B24;
}


.single-info__text {
	width: 40%;
}

.single-info__block {
	width: 54%;
	margin-left: auto;
	margin-top: -8rem;
}

.single-info__photo {
	margin-bottom: 0.8rem;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.single-info__photo img {
	display: block;
	width: 100%;
	height: auto;
}


.single-info-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 3rem;
}
.single-info-social__head {
	padding-right: 5px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.single-info-social__item {
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 4px;
	border-radius: 4px;
	position: relative;
	transition: all .3s ease;
}
.single-info-social__item::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	background: #000;
	-webkit-mask: url('i/bg-icon-fb.svg') center no-repeat;
	mask: url('i/bg-icon-fb.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.single-info-social__item--ig::before {
	-webkit-mask-image: url("i/bg-icon-ig.svg");
	mask-image: url("i/bg-icon-ig.svg");
}
.single-info-social__item--mail {
	width: 30px;
}
.single-info-social__item--mail::before {
	width: 24px;
	-webkit-mask-image: url("i/bg-icon-mail.svg");
	mask-image: url("i/bg-icon-mail.svg");
}
.single-info-social__item--print {
	width: 25px;
}
.single-info-social__item--print::before {
	width: 19px;
	-webkit-mask-image: url("i/bg-icon-print.svg");
	mask-image: url("i/bg-icon-print.svg");
}
.single-info-social__item:hover {
	background: #000;
}
.single-info-social__item:hover::before {
	background: #fff;
}

.single-info-advantage__head {
	margin-bottom: 1rem;
	font-family: 'PT Serif', Arial, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
}
.single-info-advantage__list {
	display: flex;
	flex-flow:column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	max-height:100px;
}
.single-info-advantage__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(50% - 40px);
	max-width: 240px;
	margin-bottom: 2px;
}
.single-info-advantage__label {
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.single-info-advantage__value {
	text-align: right;
	line-height: 1.3;
}






/* Single param ----------------------------------------------------------------------------- */
.single-param {
	padding-top: 4rem;
	padding-bottom: 2.5rem;
	background: #1D1D1B;
	color: #fff;
}

.single-param a {

	color:#fff;
	text-decoration: none;
}

.single-param__left {
	width: 36%;
}
.single-param__right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 52%;
}
.single-param__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3px;
}
.single-param__label {
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	padding-top: 0.5em;
}
.single-param__value {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	padding-top: 0.5em;
}

.single-param__line .single-param__label {
	width: calc(100% - 200px);
}
.single-param__line .single-param__value {
	width: 200px;
	text-align: right;
}


.single-param__head {
	margin-bottom: 1.2rem;
	font-family: 'PT Serif', Arial, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.single-param__block {
	padding-bottom: 4rem;
}
.single-param__col {
	width: calc(50% - 1rem);
	max-width: 280px;
}


.single-param__doc {
	width: calc(50% - 1rem);
	max-width: 280px;
}


.single-param__doc .documents {
	display: flex;
	flex-flow:row nowrap;
	align-items: start;
	justify-content: space-between;
}

.single-param__doc .documents .doclist {
	display: flex;
	flex-flow:column nowrap;
	align-items: start;
	justify-content: start;
	min-height: 100px;
}



/* Single bottom ----------------------------------------------------------------------------- */
.single-bottom {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.single-bottom .container {
	align-items: flex-end;
}
.single-bottom__form {
	width: 40%;
}
.single-bottom__head {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #EE1B24;
}
.single-bottom__desc {
	margin-bottom: 2rem;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
}

.single-bottom__thumb {
	width: 50%;
}
.single-bottom__thumb img {
	display: block;
	width: 100%;
	height: auto;
}









.single-units {

}
.single-units__head {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	line-height: 1.4;
}
.single-units__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.2rem;
	margin-bottom: 0.6rem;
	font-size: 13px;
	line-height: 1.4;
	border-bottom: 1px solid #eee;
}


.single-units__line + b {
	margin-top:1.5em;
}

.single-units__line--top {
	padding-top: 1rem;
	border-bottom: 1px solid #333;
	/*border-bottom: 1px solid #1E1E1E;*/
}
.single-units__name {
	width: 24%;
}

.single-units__floor {
	width: 12%;
}

.single-units__size {
	width: 14%;
}
.single-units__teras,
.single-units__tuin {
	width: 11%;
}
.single-units__price,
.single-units__status {
	width: 10%;
}
.single-units__more {
	width: 8%;
	text-align: right;
}
.single-units__more a {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	color: #EE1B24;
	text-decoration: none;
}
.single-units__more a:hover {
	text-decoration: underline;
}












/* Form ----------------------------------------------------------------------------- */
.form__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.form__label {
	margin-bottom: 1rem;
	position: relative;
}
.form__line .form__label {
	width: calc(50% - 0.5rem);
}
.form__label input,
.form__label textarea,
.form__label select {
	display: block;
	width: 100%;
	height: 44px;
	border: 1px solid #000;
	background: #fff;
	padding-left: 20px;
	padding-right: 8px;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #000;
}
.form__label textarea {
	height: 180px;
	padding-top: 8px;
	resize: none;
}

.form__checkbox-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	min-height: 44px;
}
.form__checkbox-list .wpcf7-list-item {
	margin: 4px 0 4px 20px;
	position: relative;
}
.form__checkbox-list .wpcf7-list-item:first-child {
	margin-left: 0;
}
.form__checkbox-list .wpcf7-list-item input {
	display: none;
}
.form__checkbox-list .wpcf7-list-item-label {
	display: block;
	min-width: 120px;
	padding-left: 21px;
	position: relative;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #000;
}
.form__checkbox-list .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #000;
}
.form__checkbox-list .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 9px;
	height: 5px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	opacity: 0;
	transform: rotate(-45deg);
	z-index: 10;
}
.form__checkbox-list .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}


.form__confirm {
	padding-top: 4px;
	margin-bottom: 1.3rem;
}
.form__confirm .wpcf7-list-item {
	margin-left: 0;
}
.form__confirm input {
	display: none;
}
.form__confirm .wpcf7-list-item-label {
	display: block;
	padding-left: 21px;
	position: relative;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #000;
}
.form__confirm .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #000;
}
.form__confirm .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 9px;
	height: 5px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	opacity: 0;
	transform: rotate(-45deg);
	z-index: 10;
}
.form__confirm input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.form__submit {
	position: relative;
}
.form__submit input {
	display: block;
	width: 124px;
	height: 40px;
	background: #EE1B24;
	border: none;
	outline: none;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	transition: all .3s ease;
}
.form__submit input:hover {
	background: #1D1D1B;
}








/* Verkoop ----------------------------------------------------------------------------- */
.verkoop-top {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: #1D1D1B;
	color: #fff;
	text-align: center;
}




/* Verkoop step ----------------------------------------------------------------------------- */
.verkoop-step {
	padding-top: 4rem;
	padding-bottom: 1rem;
	overflow: hidden;
}
.verkoop-step__list {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	position: relative;
}
.verkoop-step__list .slick-prev {
	right: 16px;
}
.verkoop-step__list .slick-next {
	right: 0;
}
.verkoop-step__list .slick-list,
.verkoop-step__list .slick-track {
	overflow: hidden;
}
.verkoop-step-item {
	float: left;
	width: calc(50% - 8rem);
	min-height: 440px;
	margin: 0 6rem 0 1rem;
	position: relative;
	padding: 1.5rem 2rem 0.5rem;
	border: 1px solid #000;
}
.verkoop-step-item__box {
	display: block;
	width: calc(100% - (3rem + 50px));
}
.verkoop-step-item__arrow {
	position: absolute;
	top: calc(50% - 16px);
	right: calc(-4rem - 25px);
	width: 50px;
	height: 33px;
	background: url('i/bg-icon-step.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.verkoop-step-item:last-child .verkoop-step-item__arrow {
	display: none;
}
.verkoop-step-item__head {
	margin-bottom: 1.2rem;
	font-family: 'PT Serif', Arial, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.verkoop-step-item__text h2 {
	font-size: 1rem;
	text-transform: uppercase;
}




/* Verkoop gratis ----------------------------------------------------------------------------- */
.verkoop-gratis {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: #1D1D1B;
	color: #fff;
}
.verkoop-gratis__head {
	width: 100%;
	margin-bottom: 1.6rem;
	font-family: 'PT Serif', Arial, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.verkoop-gratis__text {
	padding-bottom: 1rem;
}
.verkoop-gratis__text h3 {
	font-size: 1rem;
}
.verkoop-gratis .form__label input,
.verkoop-gratis .form__label textarea,
.verkoop-gratis .form__label select {
	background: #1D1D1B;
	border-color: #fff;
	color: #fff;
}
.verkoop-gratis .form__label input::-webkit-input-placeholder {
	color: #fff;
}
.verkoop-gratis .form__label input::-moz-placeholder {
	color: #fff;
}
.verkoop-gratis .form__label input:-moz-placeholder {
	color: #fff;
}
.verkoop-gratis .form__label input:-ms-input-placeholder {
	color: #fff;
}
.verkoop-gratis .form__submit input {
	margin-left: auto;
}
.verkoop-gratis .wpcf7-list-item-label,
.verkoop-gratis .wpcf7-list-item-label {
	color: #fff;
}
.verkoop-gratis .wpcf7-list-item-label::before,
.verkoop-gratis .wpcf7-list-item-label::after,
.verkoop-gratis .wpcf7-list-item-label::before,
.verkoop-gratis .wpcf7-list-item-label::after {
	border-color: #fff;
}














/* Styling ----------------------------------------------------------------------------- */
.styling-top {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: #1D1D1B;
	color: #fff;
}
.styling-top__text {
	text-align: center;
}







.styling-middle {
	padding-top: 4rem;
	padding-bottom: 4rem;
}





.styling-bottom {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: #1D1D1B;
	color: #fff;
	overflow: hidden;
}


.styling-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 2.5rem);
	margin-left: -1.25rem;
}
.styling-gallery__item {
	width: calc(33.3% - 2.5rem);
	margin: 0 1.25rem 2.5rem;
	position: relative;
}
.styling-gallery__item-ins {
	display: block;
	width: 100%;
	padding-top: 68%;
	position: relative;
}
.styling-gallery__item-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}










/* Contact ----------------------------------------------------------------------------- */
.contact {
	padding-top: 4rem;
	padding-bottom: 2rem;
	background: #1D1D1B;
	color: #fff;
}
.contact__head {
	margin-bottom: 4rem;
	text-align: center;
}
.contact__info {
	width: 45%;
}
.contact__box {
	width: 50%;
}
.contact__wrapper h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


.contact-bottom {
	padding-top: 2rem;
	padding-bottom: 3rem;
	background: #1D1D1B;
	color: #fff;
}





/* Team  ----------------------------------------------------------------------------- */


.team {
	padding-top: 4rem;
	padding-bottom: 2rem;
	overflow: hidden;
}
.team__head {
	margin-bottom: 2rem;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
}
.team__text {
	padding-bottom: 1rem;
}
.team__list {
	justify-content: flex-start;
	width: calc(100% + 3rem);
	margin-left: -1.5rem;
}
.team-item {
	width: calc(33.3% - 3rem);
	margin: 0 1.5rem 3rem;
}
.team-item__photo {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 2rem;
}
.team-item__photo-ins {
	display: block;
	width: 100%;
	padding-top: 150%;
	position: relative;
}
.team-item__photo-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-item__name {
	margin-bottom: 1rem;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}
.team-item__posit {
	margin-bottom: 1.6rem;
}
.team-item__desc {
	margin-bottom: 1.6rem;
	position: relative;
}
.team-item__desc::before {
	content: '';
	position: absolute;
	top: -0.8rem;
	left: 0;
	width: 120px;
	height: 1px;
	background: #000;
}
.team-item__desc::after {
	content: '';
	position: absolute;
	bottom: -0.8rem;
	left: 0;
	width: 120px;
	height: 1px;
	background: #000;
}
.team-item__email a,
.team-item__phone a {
	display: block;
	color: #000;
	text-decoration: none;
}





.team-klanten {
	padding-top: 3rem;
	padding-bottom: 1rem;
	overflow: hidden;
	background: #1D1D1B;
	color: #fff;
}
.team-klanten__head {
	margin-bottom: 2rem;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.team-klanten__list {
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 2rem);
	margin-left: -1rem;
}
.team-klanten-item {
	width: calc(33.3% - 2rem);
	min-height: 348px;
	margin: 0 1rem 2rem;
	border: 1px solid #ffff;
	padding: 2rem 1.5rem 1rem;
	font-size: 14px;
	line-height: 1.4;
}





/* vacatures  ----------------------------------------------------------------------------- */


.vacatures {
	padding-top: 4rem;
	padding-bottom: 2rem;
	overflow: hidden;
}
.vacatures__head {
	margin-bottom: 2rem;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
}
.vacatures__text {
	padding-bottom: 1rem;
}
.vacatures__list {
	
	margin-left: -1.5rem;
}

.vacatures-item {

	text-align: center;
}

.vacatures-item ul {

	margin-left:2em;
	list-style-type: none;
	
	
}
.vacatures-item__image img {
	display: block;
	width: 100%;
	position: relative;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.vacatures-item__desc {
	padding:1rem;
	border: solid 1px #EE1B24;
}

.vacatures-item__desc p{
	margin-top:1.5em;
}


.vacatures-item__desc strong{
	color:#EE1B24;
	font-size:1.1rem;
	margin-top:1rem;
	font-weight: 300;
}

/* Footer ----------------------------------------------------------------------------- */
.footer {
	background: #1D1D1B;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #FFF;
}
.footer-top {
	padding-top: 3.4rem;
	padding-bottom: 3.4rem;
}
.footer-top .container {
	align-items: center;
}
.footer__logo {
	display: block;
	width: 363px;
	height: 68px;
	margin-left: 4rem;
	background: url('i/bg-logo-footer.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.footer-contact__item {
	display: block;
	color: #fff;
	text-decoration: none;
}
.footer-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.footer-social__item {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	position: relative;
	transition: all .3s ease;
}
.footer-social__item::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	background: #fff;
	-webkit-mask: url('i/bg-icon-fb.svg') center no-repeat;
	mask: url('i/bg-icon-fb.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.footer-social__item--ig::before {
	-webkit-mask-image: url("i/bg-icon-ig.svg");
	mask-image: url("i/bg-icon-ig.svg");
}
.footer-social__item:hover {
	background: #fff;
}
.footer-social__item:hover::before {
	background: #000;
}

.footer-bottom {
	padding-top: 1rem;
	padding-bottom: 3rem;
	background: #fff;
}
.footer__copyright {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 10px;
	line-height: 2;
	text-transform: capitalize;
	color: #000;
}
.footer__copyright-logo {
	display: block;
	width: 41px;
	height: 32px;
	margin-right: 1rem;
}
.footer__copyright-logo img {
	display: block;
	width: 100%;
	height: auto;
}
.footer__bottom-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
}
.footer__bottom-nav li::before {
	content: '-';
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	color: #000;
}
.footer__bottom-nav li:first-child::before {
	display: none;
}
.footer__bottom-nav a {
	font-size: 10px;
	line-height: 2;
	color: #000;
	text-decoration: none;
}
.footer__bottom-nav a:hover {
	text-decoration: underline;
}






.applic {
	position: fixed;
	top: 36%;
	right: -70px;
	padding: 15px;
	background: #EE1B24;
	border: none;
	outline: none;
	border-radius: 9px 9px 0 0;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.24;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFF;
	transform: rotate(-90deg);
	z-index: 80;
	cursor: pointer;
}
.applic::before {
	content: '<';
	position: absolute;
	top: -12px;
	left: calc(50% - 15px);
	width: 25px;
	height: 25px;
	background: #EE1B24;
	border-radius: 50%;
	line-height: 24px;
	padding-left: 5px;
	text-align: left;
	transform: rotate(90deg);
}
.applic:hover {

}






/* Всплывающие окна */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 96%;
	max-width: 400px;
	max-height: 96vh;
	padding: 25px;
	overflow: hidden;
	overflow-y: visible;
	background: #fff;
	text-align: center;
	z-index: 9999;
}
.popup-pictures {
	max-width: 840px;
	padding: 0px;
}
.popup__close {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 100%;
		  border-radius: 100%;
	position: absolute;
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #363636;
	top: 8px;
	right: 8px;
	cursor: pointer;
	z-index: 80;
}
.popup__close:hover {
	background: #FFF;
	color: #000;
}
.popup__title {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	color: #000;
}

.popup-pictures .slick-arrow {
	top: calc(50%);
}


.popup-pictures .slick-track {
	display: flex !important;
  	align-items: center;
  	justify-content: center;
  	height: 70vh; /* Set the tracks height to 70% of the view port height */
}

.popup-pictures__slider {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.popup-pictures__item {
	float: left;
	width: 100%;
	/*height: 560px;*/
	position: relative;
	display:flex;
	justify-content: center;
}
.popup-pictures__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}



/* Форма */


input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1200px) {

	.header-contact__item {
		margin-right: 3rem;
	}

	.header__nav ul {
		width: calc(50% - 100px);
	}


	.archive__list {
		width: calc(100% + 2rem);
		margin-left: -1rem;
	}
	.item {
		width: calc(33.3% - 2rem);
		margin: 0 1rem 2rem;
	}

	.item-param__block::before {
		margin-right: 6px;
	}


	.single-param__col {
		width: 100%;
	}
	.single-param__block {
		padding-bottom: 3rem;
	}

}











@media screen and (max-width:1050px) {

	.header {
		padding-top: 0.8rem;
		padding-bottom: 2.5rem;
	}
	.header::after {
		height: 56px;
	}
	.header__logo {
		top: 10px;
		left: calc(50% - 60px);
		width: 120px;
		height: 120px;
	}
	.header-contact {
		justify-content: space-between;
	}
	.header__nav {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.header__nav ul {
		width: calc(50% - 60px);
	}
	.header__nav li {
		margin: 0 6px;
	}


	.item {
		width: calc(50% - 2rem);
	}


	.single-bottom .container {
		align-items: center;
	}
	.single-bottom__form {
		width: 50%;
	}
	.single-bottom__thumb {
		width: 46%;
	}


	.verkoop-step__list {
		width: calc(100% + 2rem);
		margin-left: -2rem;
	}
	.verkoop-step-item {
		width: calc(50% - 4rem);
		margin: 0 2rem 3rem;
		padding: 1rem 1rem 0.5rem;
	}
	.verkoop-step-item__arrow {
		right: calc(-2rem - 25px);
	}


	.styling-gallery {
		width: calc(100% + 2rem);
		margin-left: -1rem;
	}
	.styling-gallery__item {
		width: calc(33.3% - 2rem);
		margin: 0 1rem 2rem;
	}


	.team__list {
		width: calc(100% + 2rem);
		margin-left: -1rem;
	}
	.team-item {
		width: calc(33.3% - 2rem);
		margin: 0 1rem 2rem;
	}


	.footer-top {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.footer-bottom {
		padding-bottom: 1rem;
	}


}












@media screen and (max-width:900px) {

	html {
		font-size: 18px;
	}


	.header::after {
		height: 48px;
	}
	.header__logo {
		top: 0;
		left: 1rem;
	}
	.header-contact {
		justify-content: flex-start;
		padding-left: 160px;
	}
	.header__nav {
		position: absolute;
		top: 84px;
		left: 105px;
		width: 200px;
		background: #fff;
		padding: 8px;
		opacity: 0;
		pointer-events: none;
		z-index: 10;
	}
	.nav-active .header__nav {
		opacity: 1;
		pointer-events: auto;
	}
	.header__nav ul {
		display: block;
		width: 100%;
	}
	.header__nav ul.sub-menu {
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
		opacity: 1;
		padding: 0;
	}
	.nav-active .header__nav ul.sub-menu {
		pointer-events: auto;
	}
	.header__nav ul.sub-menu li {
		margin-right: 0;
	}

	.header__nav-btn {
		display: block;
	}


	.single-info,
	.single-bottom,
	.styling-top,
	.styling-middle,
	.styling-bottom,
	.contact {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.single-info__text {
		width: 51%;
	}
	.single-info__block {
		width: 45%;
		margin-top: -6rem;
	}
	.single-info-advantage__line {
		width: 100%;
		max-width: 240px;
		margin-bottom: 2px;
	}


	.single-bottom__form {
		width: 100%;
	}
	.single-bottom__thumb {
		display: none;
	}


	.contact__info,
	.contact__box {
		width: 100%;
	}
	.contact__box {
		padding-top: 1rem;
	}


	.team-item,
	.team-klanten-item {
		width: calc(50% - 2rem);
	}


	.footer__logo {
		margin-left: 0;
	}

}












@media screen and (max-width:750px) {

	.main-info {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.main-info__thumb {
		width: 40%;
		margin-right: -2%;
		margin-top: 4.2rem;
	}
	.main-info__text {
		width: 62%;
		padding: 1rem;
		margin-top: 0;
	}


	.archive-filter__item {
		width: calc(50% - 4rem);
	}


	.archive__list {
		width: calc(100% + 1rem);
		margin-left: -0.5rem;
	}
	.item {
		width: calc(50% - 1rem);
		margin: 0 0.5rem 2rem;
	}
	.item__thumb {
		margin-bottom: 1rem;
	}
	.item-param__block {
		margin-left: 0.8rem;
		margin-bottom: 0.4rem;
	}
	.item-param__block::before {
		margin-right: 4px;
	}


	.single-info__text {
		width: 100%;
		margin-bottom: 2rem;
	}
	.single-info__block {
		width: 100%;
		margin-top: 0;
	}


	.single-top__info {
		width: 64%;
	}
	.single-top__box {
		width: 36%;
	}

	.single-info-advantage__line {
		max-width: 360px;
	}


	.single-units__line--top {
		display: none;
	}
	.single-units__line {
		padding-bottom: 0.4rem;
		border-bottom: 1px solid #1E1E1E;
		margin-bottom: 1rem;
	}
	.single-units__line > *::before {
		content: attr(data-name);
		display: inline-block;
		vertical-align: middle;
		margin-right: 16px;
		color: #1E1E1E;
		font-size: 14px;
		line-height: 1.4;
	}
	.single-units__name,
	.single-units__size,
	.single-units__teras,
	.single-units__tuin,
	.single-units__price,
	.single-units__status,
	.single-units__more {
		width: 100%;
	}
	.single-units__more {
		text-align: left;
	}
	.single-units__more::before {
		display: none;
	}



	.verkoop-top {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.verkoop-step__list {
		width: 100%;
		margin-left: 0;
	}
	.verkoop-step-item {
		width: 100%;
		margin: 0 0 3rem;
		padding: 1rem 1rem 0.5rem;
	}
	.verkoop-step-item__arrow {
		top: calc(100% + 12px);
		right: calc(50% - 25px);
		transform: rotate(90deg);
	}


	.styling-gallery__item {
		width: calc(50% - 2rem);
	}


	.footer__logo {
		width: 280px;
		height: 50px;
	}

	.footer__copyright-logo {
		margin-right: .5rem;
	}

}












@media screen and (max-width:600px) {

	html {
		font-size: 16px;
	}


	.header {
		padding-bottom: 2rem;
	}
	.header::after {
		height: 40px;
	}
	.header__logo {
		width: 88px;
		height: 88px;
	}
	.header-contact__item {
		margin-right: 2rem;
	}
	.header-contact {
		padding-left: 96px;
	}
	.header__nav-btn {
		margin-left: 96px;
	}


	.main-info {
		padding-top: 1rem;
	}
	.main-info__thumb {
		width: 64%;
		margin: 0 auto 2rem;
	}
	.main-info__text {
		width: 100%;
	}


	.archive__list {
		width: 100%;
		margin-left: 0;
	}
	.item {
		width: 100%;
		margin: 0 0 2rem;
	}


	.single-param__left,
	.single-param__right {
		width: 100%;
	}
	.single-param__line {
		padding-right: 40px;
	}
	.single-param__col {
		max-width: 100%;
	}


	.verkoop-step-item {
		margin-bottom: 4rem;
	}
	.verkoop-step-item__arrow {
		top: calc(100% + 16px);
	}

	.form__line .form__label {
		width: 100%;
	}


	.styling-top,
	.styling-middle,
	.styling-bottom,
	.contact {
		padding-top: 1rem;
	}


	.styling-gallery {
		width: 100%;
		margin-left: 0;
	}
	.styling-gallery__item {
		width: 100%;
		margin: 0 0 1rem;
	}


	.team__list,
	.team-klanten__list {
		width: 100%;
		margin: 0;
	}
	.team-item,
	.team-klanten-item {
		width: 100%;
		margin: 0 0 2rem;
	}
	.team-klanten-item {
		min-height: 200px;
	}


	.footer__logo {
		margin: 0 auto 2rem;
	}
	.footer-contact {
		width: calc(100% - 100px);
	}

}












@media screen and (max-width:450px) {

	.header-contact__item {
		width: 100%;
		margin-right: 0;
	}


	.main-info__thumb {
		width: 100%;
		margin: 0 auto 0.5rem;
	}


	.archive-top {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.archive-top h1 {
		margin-bottom: 1.5rem;
	}
	.archive-filter {
		width: 100%;
		margin-left: 0;
	}
	.archive-filter__item {
		width: 100%;
		margin: 0 0 2rem;
	}
	.archive-filter__item::before {
		top: -1rem;
		left: 0;
		width: 100%;
		height: 1px;
		background: #B4B4B4;
	}


	.single-top {
		padding-top: 1rem;
		padding-bottom: 3rem;
	}
	.single-top__info,
	.single-top__box {
		width: 100%;
	}
	.single-top__box {
		margin-top: 2rem;
		text-align: left;
	}
	.single-top__locate {
		text-align: left;
	}

	.form__line .form__label {
		width: 100%;
	}


	.verkoop-top {
		padding-top: 1rem;
	}

}












/* END ============================================================= */