/* page zone start*/
.page__img {
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	height: 930px;
}
.page__content {
	background-color: white;
	padding: 65px 83px;
	flex: 0 0 90%;
	min-height: 490px;
	box-sizing: border-box;
}
.page__container {
	display: flex;
	height: auto;
	margin-top: -360px;
}
.page__grayside {
	flex: 0 0 10%;
	min-height: calc(100% - 360px);
	margin-top: 360px;
	background-color: #f6f6f6;
}
.breadcrumbs {
	font-size: 14px;
}
.breadcrumbs__link {
	color: #12398a;
}
.breadcrumbs__item {
	color: black;
	display: inline;
}
.page__content h1 {
	margin: 60px 0px;
}

.lizing-new {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.lizing-block {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
}


@media screen and (max-width:1400px) and (min-width:1101px) {
	.page__img {
		height: 690px;
	}
	.page__grayside {
		flex: 0 0 10%;
		margin-top: 130px;
	}
	.page__container {
		/*margin-top: -130px;*/
	}
	.page__content {
		min-height: 360px;
	}

}

@media screen and (max-width:1100px) and (min-width:801px) {
	.page__img {
		height: 470px;
	}
	.page__container {
		/*margin-top: 0px;*/
	}
	.page__content {
		min-height: 130px;
		flex: 0 0 100%;
		padding: 40px;
	}
	.page__grayside {
		flex: 0 0 0;
		display: none;
	}
}

@media screen and (max-width:800px) {
	.page__img {
		height: 360px;
	}
	.page__container {
	/*	margin-top: 0px;*/
	}
	.page__content {
		min-height: 130px;
		flex: 0 0 100%;
		padding: 40px;
	}
	.page__grayside {
		flex: 0 0 0;
		display: none;
	}
	.leasing-table {
    font-size: 16px;
    line-height: 24px;
    color: #12398a;
    overflow: scroll;
    display: block;
}

}
/* page zone end*/
.spoiler__header__img {
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
}
.spoiler p, .spoiler b, .desc {
	font-size: 16px;
	line-height: 24px;
	color: #12398a;
}
.spoiler {
	height: auto;
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin-top: 20px;
}
.spoiler__header {
	display: grid;
	grid-template-columns: 80px 300px 1fr;
	cursor: pointer;
	user-select: none;
}
.spoiler__header__content {
	padding: 40px 40px 40px 40px;
}
.spoiler__icon {
	background-image: url('/img/plus.png');
	background-repeat: no-repeat;
	background-position: center;
}
.spoiler__body {
	display: none;
	padding: 0 40px 40px 40px;
}
.spoiler__body a {
	color: #21bcff;
}
.spoiler__body a:hover {
	color: #ff6f00;
}

.double__container {
	color: #12398a;
	display: grid;
	grid-template-columns: 3fr 4fr;
	grid-gap: 90px;
	margin-top: 40px;
}
.btn {
	display: inline-block;
}
.double__container > div > b, .double__container > div > p, li {
	font-size: 16px;
	line-height: 24px;
	color: #12398a;
}
.double__container div:nth-child(2) {
	padding-left: 90px;
	border-left: solid 1px #d2d2d2;
}
h2 {
	color: black;
	font-size: 28px;
	font-weight: 400;
	margin: 100px 0 40px 0;
}
h3 {
	color: #12398a;
	font-size: 20px;
	font-weight: 400;
	margin: 40px 0 40px 0;
}
.double__container h2 {
	margin: 0px 0 40px 0;
}
ul {
	list-style: square;
}
.leasing-table {
	font-size: 16px;
	line-height: 24px;
	color: #12398a;
}
.leasing-table span {
	font-size: 16px;
	line-height: 24px;
	color: #ff6f00;
}

.leasing__container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 10px;
}
.leasing__container a {
	font-size: 16px;
	line-height: 24px;
	color: #12398a;
}
.leasing__container a:hover {
	color: #ff6f00;
}
@media screen and (max-width:1400px) {
	.leasing__container {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width:1100px) {
	.double__container div:nth-child(2) {
		padding: 0;
		border-left: none;
	}
	.double__container {
		grid-template-columns: 100%;
		grid-gap: 0px;
		margin-top: 0px;
	}
	.double__container h2 {
		margin: 100px 0 40px 0;
	}
	.double__container div:first-child h2 {
		margin: 40px 0 40px 0;
	}
}
@media screen and (max-width:800px) {
	.spoiler__header {
		grid-template-columns: 80px 150px 1fr;
	}
	.spoiler__header__img {
		background-size: 80%;
	}
	.leasing__container {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 700px) {
	.lizing-new {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.lizing-block {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
			flex: 0 1 100%;
	}
}

@media screen and (max-width:576px) {
	.spoiler__header {
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.spoiler__header__img {
		height: 50px;
		width: 160px;
		margin-left: 20px;
	}
	.spoiler__header__content {
		width: 100%;
	}
	.spoiler__header__content {
		padding: 10px 19px 40px 20px;
	}
	.spoiler__icon {
		width:40px;
		height: 40px;
		position: absolute;
		top: 10px;
		right: 10px;
	}
}

@media screen and (max-width:400px) {
.spoiler__header {
    grid-template-columns: 30px 105px 1fr;
}
.spoiler__header__content {
    padding: 26px 0px 35px 13px;
}

.spoiler__header {
    display: flex;
    flex-wrap: wrap;
	position: relative;
}
.spoiler__header__img {
    height: 50px;
    width: 160px;
	margin-left: 20px;
}
.spoiler__header__content {
	width: 100%;
}
.spoiler__header__content {
    padding: 10px 19px 40px 20px;
}
.spoiler__icon {
	width:40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
}

}
