header {
    margin:0;
	background:url('../images/preview.jpg') 50% 50% no-repeat, #1d2126;
	background-size:cover;
	padding:20px 0;
}
.logo-phone {
	color:#fff;
	padding:20px;
}
.logo-phone-inner {
    align-items:center;
	max-width:1366px;
	margin:0 auto;
}
.logo {
    width:calc(100% / 100*60 - 20px);
    justify-content:flex-start;
    align-items:center;  
}
.logo img {
	margin:0;
}
.logo b {
	font-weight:normal;
	margin-left:20px;
	margin-top:0px;
	font-size:14px;
	line-height:120%;
	color:#f9f9f9;
	font-family: "Mulish-Regular", sans-serif;
}
.phone {
	width:calc(100% / 100*40 - 20px);
	justify-content:flex-end;
	text-align:right;
	align-items:center;
	color:#666;
}
.phone strong {
	margin-right:50px;
}
.phone strong span {
	display:block;
}
.phone a {
	position:relative;
	padding-left:5px;
	font-size:20px;
	color:#fff;
}
.phone a:hover {
	color:#fff;
}
.phone a:last-child {
	margin-left:10px;
	font-size:22px;
}
.preview {
	max-width:1366px;
	margin:0 auto;
	padding:150px 20px 0 20px;
	color:#fff;
}
.preview h1 {
	max-width:570px;
	line-height:120%;
	font-size:30px;
	margin-bottom:30px;
}
.preview p {
	font-size:18px;
	color:#fff;
	max-width:400px;
}
.preview p + a {
	background:#d14139;
	color:#fff;
	padding:20px 40px;
	border-radius:10px;
	font-size:18px;
	display:inline-block;
	margin:40px 0;
}
.preview p + a:hover {
	background:#ebe6b1;
	color:#1d2126;
}
.preims {
	padding:140px 0 40px;
}
.preims-inner {
	max-width:1366px;
	margin:0 auto;
}
.preim {
	width:calc(100% / 3 - 20px);	
	padding:0 20px;
}
.preim h2 {
	line-height:110%;
	margin-bottom:30px;
	color:#fff;
}
.preim h2 {
	position:relative;
	font-size:20px;
	padding-left:75px;
	padding-top:2px;
	font-family: "Mulish-Medium";
}
.preim h2:before {
	position:absolute;
	content:'';
	top:0;left:0;
	width:100px;height:100px;
}
.preim:nth-child(1) h2:before {
	background:url('../icons/fasad50.png') 0 0 no-repeat;
}
.preim:nth-child(2) h2:before {
	background:url('../icons/garantia50.png') 0 0 no-repeat;
}
.preim:nth-child(3) h2:before {
	background:url('../icons/vygoda50.png') 0 0 no-repeat;
}
.preim p {
	font-family: "Mulish-Regular";
	font-size:16px;
}

@media screen and (max-width: 1024px) {
	header {
		background:url('../images/preview.jpg') 50% 10% no-repeat, #141c28;
		background-size:contain;
		padding:20px 0;
	}
	.logo, .phone {
		width:100%;
		justify-content:flex-start;
		padding-top:30px;
	}
	.logo {
		padding-top:0;
	}
	.phone img {
		width:35px;
	}
	.preview {
		padding:60px 20px 0 20px;
	}
	.preview h1 {
		max-width:470px;
		font-size:25px;
	}
	.preims {
		padding:40px 0 0;
	}
	.preim {
		width:100%;
		padding:0 0 60px;
	}
	.preim p {
		max-width:100%;
	}
}
@media screen and (max-width: 768px) {
	header {
		background:url('../images/preview-mobile.jpg') 50% 15% no-repeat, #141c28;
		background-size:contain;
		padding:0;
	}
	.preview {
		padding:20px;
	}
	.preview p {
		padding-top:350px;
	}
	.preview .preim p {
		padding-top:0;
	}
}
@media screen and (max-width: 524px) {
	header {
		background:url('../images/preview-mobile.jpg') 50% 20% no-repeat, #141c28;
		background-size:none;
		padding:0;
	}
	.logo b {
		display:none;
	}
	.preview p {
		padding-top:380px;
	}
}
.text2 {
	padding:60px 20px;
}
.text2-inner {
	max-width:1366px;
	margin:0 auto;
	padding:0 40px;
}
.text2 h2 {
	font-size:30px;
}
.text2 ul {
	margin:40px 0 40px 10px;
}
.text2 ul li {
	position:relative;
	padding-left:30px;
	font-family: "Mulish-Bold";
	margin-bottom:5px;
}
.text2 ul li:before {
	position:relative;
	position:absolute;
	content:'';
	top:5px;left:0;
	width:15px;height:15px;
	border-radius:50%;
	background:#fff;
	border:3px solid #d14139;
}
.text2-left {
	width:calc(100% / 3 - 20px);
}
.text2-left a {
	background:#141d29;
	color:#fff;
	border-radius:10px;
	padding:10px 10px;
	text-align:center;
	display:inline-block;
	margin:20px 0 0;
	min-width:320px;
}
.text2-left a:hover {
	background:#d14139;
}
.text2-right {
	width:calc(100% / 3*2 - 20px);
	position:relative;
	height:450px;
}
.text2-right img {
	border:3px solid #fff;
	border-radius:10px;
}
.text2-right img:nth-child(1) {
	position:absolute;
	width:400px;
	height:300px;
	z-index:999;
	top:0;right:150px;
	object-fit:cover;
}
.text2-right1 {
	position:absolute;
	background:#141c28;
	width:400px;height:200px;
	top:125px;right:175px;
	z-index:99;
	border-radius:10px;
	font-size:0;
}
.text2-right img:nth-child(2) {
	position:absolute;
	z-index:1000;
	object-fit:cover;
	width:300px;
	height:300px;
	bottom:25px;right:0;
}
.text2-right2 {
	position:absolute;
	background:#141c28;
	width:300px;height:350px;
	bottom:0;right:25px;
	z-index:99;
	background:#d14139;
	border-radius:10px;
	font-size:0;
}
.text2-bottom {
	width:100%;
	margin:60px 0 20px 0;
	padding:40px 0;
	border-top:1px solid #141c28;
	align-items:center;
}
.text2-bottom strong {
	width:calc(100% / 10 * 4 - 20px);
	font-family: "Mulish-Bold";
	font-weight:normal;
	font-size:18px;
}
.text2-phone {
	width:calc(100% / 10 * 3 - 20px);
	text-align:right;
	color:#141c28;
	font-size:20px;
	position:relative;
}
.text2-phone:before {
	position:absolute;
	content:'';
	top:0;right:180px;
	width:35px;height:35px;
	background:url('../icons/phone.svg') 0 0 no-repeat;
}
.text2-bottom a + a {
	background:#d14139;
	color:#fff;
	padding:20px 0;
	border-radius:10px;
	text-transform:uppercase;
	width:calc(100% / 10 * 3 - 20px);
	text-align:center;
	font-family: "Mulish-Bold";
	font-weight:normal;
}
@media screen and (max-width: 1024px) {
	.text2-inner {
		padding:0;
	}
	.text2-left {
		width:100%;
		margin-bottom:60px;
	}
	.text2-right {
		width:100%;
		margin-bottom:0;
		display:flex;
	}
	.text2-right img:nth-child(1) {
		position:relative;
		width:450px;
		height:400px;
		top:0;right:0;
		object-fit:cover;
	}
	.text2-right1 {
		display:none;
	}
	.text2-right img:nth-child(2) {
		position:relative;
		width:520px;
		height:400px;
		top:0;right:0;
		object-fit:cover;
	}
	.text2-right2 {
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.text2-right img:nth-child(1) {
		position:relative;
		width:300px;
		height:350px;
		top:0;right:0;
		object-fit:cover;
	}
	.text2-right img:nth-child(2) {
		position:relative;
		width:500px;
		height:350px;
		top:0;right:0;
		object-fit:cover;
	}
	.text2 h2 {
		font-size:25px;
		line-height:120%;
		max-width:250px;
	}
	.text2-bottom {
		width:100%;
		margin:0;
		padding:40px 0 20px;
	}
	.text2-bottom strong {
		width:100%;
	}
	.text2-phone {
		width:100%;
		text-align:left;
		margin:30px 0;
		padding:0 0 0 50px;
	}
	.text2-phone:before {
		top:0;right:auto;left:0;
	}
	.text2-bottom a + a {
		padding:20px 40px;
		width:auto;
	}
}
@media screen and (max-width: 524px) {
	.text2-right img:nth-child(1) {
		position:relative;
		width:180px;
		height:300px;
		top:0;right:0;
		object-fit:cover;
	}
	.text2-right img:nth-child(2) {
		position:relative;
		width:500px;
		height:300px;
		top:0;right:0;
		object-fit:cover;
	}
}

.head-line {
	position:relative;
}
.head-line:before {
	background:#1d2126;
	content:'';
	width:100%;
	height:4px;
	top:40px;left:0;
	position:absolute;
}
.head-line-inner {
	max-width:1366px;
	margin:0 auto;
}
.head-line h2 {
	background:#fff;
	padding:20px;
	color:#1d2126;
	z-index:100;
	position:relative;
	display:inline-block;
	font-family: "Mulish-Bold", sans-serif;
}
.uslugi {
	padding:40px 20px;
}
.uslugi-inner {
	max-width:1366px;
	margin:0 auto;
}
.usluga {
	width:calc(100% / 4 - 20px);
	margin-bottom:40px;
	text-align:center;
}
.usluga img {
	width:100%;
	border-radius:10px;
}
.usluga p {
	font-family: "Mulish-Bold", sans-serif;
	font-size:20px;
	padding-top:10px;
}
@media screen and (max-width: 968px) {
	.usluga {
		width:calc(100% / 3 - 10px);
	}
}
@media screen and (max-width: 680px) {
	.usluga {
		width:calc(100% / 2 - 10px);
	}
}
@media screen and (max-width: 450px) {
	.usluga {
		width:100%;
	}
}
.raschet {
	background:#141c28;
	padding:100px 60px;
	max-width:1920px;
	margin:0 auto;
	color:#fff;
	position:relative;
}
.raschet:before {
	position:absolute;
	content:'';
	bottom:-20px;left:50px;
	width:40%;height:20px;
	z-index:99;
	background:#d14139;
	border-radius:0 0 10px 10px;
}
.raschet-inner {
	max-width:1366px;
	margin:0 auto;
	position:relative;
	justify-content:space-between;
}
.raschet-left {
	width:calc(100% / 2 - 20px);
}
.raschet h2 {
	padding:0 0 20px;
	font-size:30px;
	max-width:400px;
	font-family: "Mulish-Medium", sans-serif;
	font-family: "Mulish-Bold", sans-serif;
}
.raschet-right {
	width:calc(100% / 2 - 20px);
	text-align:right;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	font-size:20px;
}
.raschet-right p {
	max-width:400px;
}
.head-h2 {
	padding:80px 20px 40px;
}
.head-h2 h2 {
	max-width:1366px;
	margin:40px auto 40px;
	font-size:30px;
	line-height:120%;
}
.projects-wrapper {
	max-width:1366px;
	margin:0 auto;
	padding:0 20px 100px;
}
@media screen and (max-width: 968px) {
	.raschet {
		padding:60px 20px;
		max-width:1920px;
	}
	.raschet-left, .raschet-right {width:100%;text-align:left;font-size:18px;}
	.raschet-right {align-items:flex-start;margin-top:20px;font-size:18px;}
}

/* Шапка внутренних страниц (политика/соглашение/cookie): без фоновой картинки, фон #1d2126 */
header.subpage {
    margin:0;
	background:#1d2126;
	background-size:cover;
	padding:20px 0;
}
