body {
	font-family: 'Lato', sans-serif;
	color: #1f1e1e;
	padding-top: 60px;
	overflow-x: hidden;
}

.flex {
	display: flex;
}

.flex.column:not(.reverse) {
	flex-direction: column;
}

.flex.column.reverse {
	flex-direction: column-reverse;
}

.flex.reverse:not(.column) {
	flex-direction: row-reverse;
}

.flex.wrap {
	flex-wrap: wrap;
}

.flex.x-left {
	justify-content: flex-start;
}

.flex.x-center {
	justify-content: center;
}

.flex.x-right {
	justify-content: flex-end;
}

.flex.x-around {
	justify-content: space-around;
}

.flex.x-between {
	justify-content: space-between;
}

.flex.y-up {
	align-items: flex-start;
}

.flex.y-center {
	align-items: center;
}

.flex.y-down {
	align-items: flex-end;
}
.d-block{
    display: block;
}

.bg-white {
	background-color: white;
}

.bg-cover {
	background-size: cover;
}

.bg-fixed {
	background-attachment: fixed;
}

.custom-container {
	width: 1600px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.btn-custom {
	border-radius: 0;
	border: 2px solid black;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	display: inline-flex;
	align-items: center;
	font-weight: 900;
}

.btn-custom:after {
	content: '';
	position: relative;
	display: inline-flex;
	border-width: 5px;
	border-style: solid;
	margin-left: 10px;
	margin-right: -5px;
}

.btn-custom:not(.outline), .btn-custom.outline:hover {
	background-color: black;
	color: white;
}

.btn-custom:not(.outline):after, .btn-custom.outline:hover:after {
	border-color: transparent transparent transparent white;
}

.btn-custom.outline, .btn-custom:not(.outline):hover {
	background-color: white;
	color: black;
}

.btn-custom.outline:after, .btn-custom:not(.outline):hover:after {
	border-color: transparent transparent transparent black;
}

.title {
	display: flex;
	align-items: flex-start;
	padding: 20px 0 0 0;
	position: relative;
}

.title .title-number {
	margin: 0 15px 5px 0;
	padding: 0 2px;
	font-weight: 900;
	line-height: 1;
	position: relative;
	overflow: hidden;
}

.title .title-number:before, .title .title-number:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	border-style: solid;
}

.title .title-number:before {
	border-width: 22px 44px;
	border-color: transparent black black transparent;
}

.title .title-number:after {
	border-width: 21px 42px;
	border-color: transparent white white transparent;
}

.title .title-text {
	font-family: 'Roboto Condensed', sans-serif;
}

.title .title-small,
.title .title-big {
	font-weight: 300;
}

.title .title-big {
	font-size: 50px;
	line-height: 1;
}

.title .title-small {
	font-size: 18px;
}

.text {
	padding: 15px 0;
}

.text ul {
	padding-left: 20px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-container > div {
	padding-top: 15px;
	padding-bottom: 15px;
}

.bg {
	background-size: cover;
	float: left;
	width: 100%;
}

.anchor {
	height: 110px;
	margin-top: -110px;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}

.mockup-navbar-brand {
	width: 305px;
}

.with-arrow {
	position: relative;
}

.with-arrow:after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 75px 0 75px;
	border-color: white transparent transparent transparent;
}

.submenu {
	position: relative;
}

.submenu__label {
	margin-bottom: 0;
	padding: 15px;
	position: relative;
	color: black;
	line-height: 1;
	cursor: pointer;
}

.submenu__label:hover ~ .submenu__list, .submenu__list:hover {
	display: block;
}

.submenu__list {
	display: none;
	list-style: none;
	position: absolute;
	background: white;
	padding: 1.5rem .5rem;
	width: 100%;
	border: 1px solid black;
}

.submenu__link {
	width: 100%;
	display: block;
	line-height: 1.3;
}

.submenu__link:hover {
	text-decoration: none;
}

nav.navbar {
	margin: 0;
	border: none;
	min-height: auto;
}

nav.navbar .navbar-container {
	display: flex;
	justify-content: space-between;
}

nav.navbar .navbar-toggle {
	margin: 0;
	padding: 15px;
	border: none;
}

nav.navbar .navbar-toggle .icon-bar {
	background-color: black;
}

nav.navbar .navbar-brand {
	height: auto;
	padding: 15px;
}

nav.navbar .navbar-brand img {
	height: 100px;
}

nav.navbar .apartamenty {
	width: 170px;
}

nav.navbar .navbar-nav li > a {
	padding: 15px;
	position: relative;
	color: black;
	line-height: 1;
}

section {
	padding: 0 0 40px;
}

section.top {
	padding: 0 0 30px;
}

section.top .bg {
	background-image: url("../img/top.jpg");
}


section.top .main-title {
	color: white;
	line-height: .9;
	font-size: 50px;
	font-weight: 900;
	text-shadow: 4px 5px 6px rgba(0, 0, 0, 0.8);
}


section.standard .text {
	margin-bottom: 7rem;
}

section.offer .bg {
	background-image: url("../img/offer.jpg");
	
	
}section.offer_przytulna .bg {
	background-image: url("../img/przytulna/wizualizacja2.jpg");
}

section.offer_lubelska .bg {
	background-image: url("../img/lubelska/4_middle.png");
	
	
}section.offer_saperska .bg {
	background-image: url("../img/saperska/blur.png");
}

section.visual .gallery {
	padding: 40px 0 0;
	margin-bottom: 100px;
}

section.visual .gallery .gallery-padding {
	padding-top: 15px;
	padding-bottom: 15px;
}

section.visual .gallery .gallery-item:hover:before, section.visual .gallery .gallery-item:hover:after {
	position: absolute;
}

section.visual .gallery .gallery-item:hover:before {
	content: '';
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	left: 50%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
	transform: translateX(-50%);
}

section.visual .gallery .gallery-item:hover:after {
	content: url("../img/search.svg");
	top: 50%;
	left: 50%;
	opacity: 0.5;
	width: 20%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

section.visual .attachment {
	padding-top: 3px;
}

section.visual .attachment .pdf {
	height: 44px;
	margin-left: 2px;
}

section.adv {
	padding: 0 0 60px;
}

section.adv .items .item {
	display: flex;
	align-items: center;
	padding-top: 10px;
}

section.adv .items .item .icon {
	font-size: 30px;
	margin-right: 20px;
}

section.map {
	padding: 0;
	position: relative;
}

section.map #map {
	background-image: url("../img/map.jpg");
	height: 700px;
	width: 100%;
	padding-top: 40px;
}

section.map .visible {
	visibility: visible;
}

section.map .absolute {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	z-index: 1;
	visibility: hidden;
}

section.map .absolute .house {
	position: absolute;
	right: 0;
	bottom: -100px;
}

section.form {
	padding: 30px 0 60px;
	color: white;
}

section.form .header {
	font-size: 30px;
	margin-bottom: 20px;
}

section.form .form-control {
	color: white;
	background-color: #0d0d0d;
	border-color: #404040;
	resize: vertical;
}

section.form .padding {
	padding-top: 15px;
	padding-bottom: 15px;
}

section.privacy-policy .dark-strip {
	height: 42px;
	width: 100%;
	background-color: black;
	margin: 0;
}

section.privacy-policy .privacy-policy-box {
	padding: 3rem;
}

section.privacy-policy .privacy-policy-box .subtitle {
	margin: 2rem 0;
}

section.privacy-policy .privacy-policy-box .rules {
	line-height: 3rem;
}

section.privacy-policy .privacy-policy-box .rules-sub {
	list-style: none;
}

footer {
	background-color: black;
}
.standard-text p{
    margin-bottom: 0.5rem;
}
.sap-desc{
    font-size: 2rem;
    margin: 1rem 0;
    max-width: 100vw;
    padding: 0 2rem
}
@media (min-width: 1200px) {
	section.top .col {
		padding-left: calc(15px + 100% / 12);
	}

	section.details .line {
		position: relative;
	}

	section.details .line:after {
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		height: calc(100% + 60px + 80px);
		right: 20%;
		top: 50%;
		background-color: black;
		transform: translateY(-50%);
		z-index: 2;
	}

	section.details .img {
		float: right;
	}

	section.offer .bg {
		padding-bottom: 400px;
	}

	section.offer_przytulna .bg {
		padding-bottom: 400px;
	}
	
	section.adv .line {
		position: relative;
	}

	section.adv .line:after {
		content: '';
		position: absolute;
		height: 40px;
		width: 1px;
		left: 11%;
		bottom: -50px;
		background-color: black;
	}

	section.top .title .title-number, section.adv .title .title-number, section.visual .title .title-number {
		position: absolute;
		right: 100%;
	}

	section.map .title {
		flex-direction: column;
	}

	section.standard .title {
		flex-direction: column;
	}
    .flats-gallery-a{
        margin-left: 2%;
    }
}

@media (max-width: 1199px) {
	.mockup-navbar-brand {
		display: none;
	}

	section.offer .bg {
		padding-top: 100px;
		padding-bottom: 200px;
	}
	
	section.offer_przytulna .bg {
		padding-top: 100px;
		padding-bottom: 200px;
	}
}

@media (min-width: 992px) {
	header {
		position: sticky;
	}

	nav.navbar .navbar-container {
		align-items: flex-end;
	}

	nav.navbar .navbar-brand img {
		height: 80px;
	}

	nav.navbar .navbar-collapse {
		padding-right: 0;
	}

	nav.navbar .navbar-nav li > a {
		padding: 15px;
		position: relative;
		color: black;
		line-height: 1;
	}

	nav.navbar .navbar-nav li > a:after {
		content: '';
		position: absolute;
		height: 2px;
		width: 0;
		bottom: 8px;
		left: 50%;
		background-color: black;
		transform: translateX(-50%);
		transition: 1s;
	}

	nav.navbar .navbar-nav li > a:hover, nav.navbar .navbar-nav li > a:active, nav.navbar .navbar-nav li > a:focus {
		background-color: transparent;
	}

	nav.navbar .navbar-nav li > a:hover:after, nav.navbar .navbar-nav li > a:active:after, nav.navbar .navbar-nav li > a:focus:after {
		width: 80%;
	}

	.title .title-number {
		font-size: 70px;
	}

	.title .title-number:before {
		border-width: 22px 44px;
	}

	.title .title-number:after {
		border-width: 21px 42px;
	}

	.title .title-big {
		font-size: 50px;
	}

	.title .title-small {
		font-size: 18px;
	}

	section.top .main-title {
		padding: 20% 0 15%;
	}

	section.details .img {
		float: right;
	}

	section.adv .space {
		padding-top: 90px;
	}

	section.visual .rzut {
		margin-top: -200px;
	}

	section.map .house {
		width: 400px;
	}
}

@media (max-width: 991px) {
	.with-arrow:after {
		content: none;
	}
    .br-mobile-none br{
        display: none;
    }
	.submenu__list {
		position: unset;
		display: block;
		padding: 1.5rem 1rem;
		border: none;
	}

	.submenu__link {
		border: 1px solid black;
		padding-left: 1rem;
	}

	.extra-container {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}

	nav.navbar .navbar-header {
		width: 100%;
	}

	nav.navbar .navbar-container {
		flex-direction: column;
	}

	nav.navbar .header-container {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	nav.navbar .navbar-brand img {
		height: 50px;
	}

	.title .title-number {
		font-size: 60px;
	}

	.title .title-number:before {
		border-width: 20px 40px;
	}

	.title .title-number:after {
		border-width: 19px 38px;
	}

	.title .title-big {
		font-size: 28px;
	}

	.title .title-small {
		font-size: 16px;
	}

	section.top .main-title {
		padding: 40% 0;
	}

	section.details .img {
		margin: 0 auto;
	}

	section.adv .flex {
		flex-direction: column-reverse;
	}

	section.adv .space {
		padding-top: 30px;
	}

	section.visual .rzut {
		margin: 20px auto 0;
	}
}

@media (min-width: 768px) {
	section.offer .content {
		padding: 50px 30px 40px;
	}	
	section.offer_przytulna .content {
		padding: 50px 30px 40px;
	}
}

@media (max-width: 767px) {
	section.top .main-title {
		padding: 50% 0;
	}

	section.offer .content {
		padding: 30px 0;
	}
	
	section.offer_przytulna .content {
		padding: 30px 0;
	}

	section.map .house {
		width: 300px;
	}

	section.standard .text {
		margin-bottom: 0;
	}
    .standard-container br{
        display: none !important;
    }
    .sap-desc{
        font-size: 1.5rem;
    }
}