@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap');

* {
	outline:none;
}

body {
	margin:0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #313131;
}

button, input, textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}

a {
	text-decoration: none;
}

 h2 {
	position: relative;
	font-size: 0.8em;
    text-transform: uppercase;
}

 h2:before {
	content: '';
    width: 100px;
    height: 1px;
    background: black;
    left: -110px;
    display: block;
    position: absolute;
    top: 50%;
}

.container {
	width:95%;
	margin:0 auto;
}

header {
	position: fixed;
	z-index: 10;
	width:100%;
	background:#313131;
	color:white;
	top:0;
	padding: 10px 0;
	height: 86px;
}

.logo {
	width:240px;
}

#navbar {
    position: fixed;
    z-index: 9;
    width: 220px;
    height: 100%;
    background: #fdfdfd;
    top: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

#navbar ul li {
	margin:15px 0;
}

#navbar ul li a {
	color: #313131;
    text-transform: uppercase;
    font-size: 14px;
}

#navbar .social {
	position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

#navbar .social a {
	display: inline-block;
	margin:0px 10px;
	font-size: 22px;
    color: #313131;
}

#navbar .free-cons {
	margin-top: 20px;
}

#navbar .free-cons .fa {
	font-size: 27px;
    color: #313131;
}

#navbar .free-cons a {
	font-weight: bold;
	font-size: 16px;
}

#page {
	margin-left: 260px;
    margin-top: 106px;
}

.header-blocks {
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.header-block2 {
	margin-left: 10%;
}

.header-block3 {
	margin-left: auto;
	margin-right: 25px;
}

.header-block3 span {
	font-size: 12px;
}

.header-block4 {
	text-align: right;
}

.header-block4 .dolg {
	display: inline-block;
    border: 1px solid #dd3333;
    color: #dd3333;
    padding: 5px 10px;
    font-weight: bold;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
}

.header-block4 div {
	font-weight: bold;
    font-size: 18px;
}

.header-block4 span {
	font-size: 12px;
    display: block;
    text-align: right;
}

.nav-btn {
	display: none;
}

.section1 {
	background: url(img/sec1.jpg);
	background-size: cover;
	padding: 5%;
	background-position: 60%;
}

.section1 h1 {
	color: #313131;
	font-size: 3.2em;
	width: 70%;
}

.section1 h1 span {
	color:#dd3333;
}

.section1 ul {
    color: #313131;
    font-size: 16px;
}

.section1 ul li {
	margin:10px 0;
}

.section1 .sub {
	font-weight: bold;
	border-top:2px solid #dd3333;
	max-width: 40%;
    padding-top: 10px;
    margin-top: 30px;
    color: #dd3333;
}

.section1 .consult {
	font-size: 2.8em;
    margin-top: 40px;
    color: #313131;
    width:80%;
}

.section1 .consult img {
	position: relative;
    top: 8px;
}

.section1 .btn {
	display: inline-block;
    padding: 12px 20px;
    border: 1px solid #313131;
    color: #313131;
    text-transform: uppercase;
    margin-top: 35px;
    font-weight: bold;
}

.section1 .vozvrat {
	margin-top: 10px;
}

.section1_1 {
	padding: 5%;
}

.section1_1 .items {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.section1_1 .item {
	padding: 10px;
}

.section1_1 .num {
	font-size: 30px;
    font-weight: bold;
    color: #dd3333;
}

.section1_1 .text {

}

.section2 {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    background: #313131;
    color: white;
}

.section2 .item {
	padding: 20px;
}

.section2 .btn {
    color: #dd3333;
    border:1px solid #dd3333;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.section2 h3 {
	font-size: 23px;
	margin: 0;
	margin-bottom:15px;
}

.section2 h3 span {
	font-weight: normal;
    color: #dd3333;
}

.section3 {
	padding:5%;
}

.section3 .items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:50px;
}

.section3 .item {
	background:#dd3333;
	color: white;
	padding: 40px 10px;
	width:30%;
	height:200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.section3 .item h3 {
	font-size: 1.3em
}

.section3 .item .fa {
	font-size: 40px;
}

.section4 {
	padding:5%;
}

.section4 .items {
	display: flex;
	justify-content: space-between;
}

.section4 .item {
	width: 46%;
}

.section4 .item h3 {
	font-size: 1.9em
}

.section4 .btn {
	display: inline-block;
    padding: 12px 20px;
    border: 1px solid #313131;
    color: #313131;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
}

.section4 .dobro-block {
	margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.section4 .dobro-block-item {
	width:50%;
	padding: 5%;
	color:white;
}

.section4 .dobro-block-item:nth-child(1) {
	margin-right: 20px;
	text-align: right;
	background:#dd3333;
}

.section4 .dobro-block-item:nth-child(2) {
	background:#313131;
}

.section4 .dobro-block-item .fa {
	font-size: 50px;
	margin:50px 0;
}

.section4 .dobro-block-item h3 {
	margin-bottom: 60px;

}

.section4 .dobro-block-item ul {
	list-style: none;
	margin:0;
	padding:0;
}

.section4 .dobro-block-item ul li {
	display: flex;
	margin:10px 0;
}

.section4 .dobro-block-item:nth-child(1) ul .fa {
	font-size: 20px;
	margin:0;
	font-size: 20px;
    margin-left: 25px;
}

.section4 .dobro-block-item:nth-child(1) ul li span {
	margin-left: auto;
}

.section4 .dobro-block-item:nth-child(2) ul li {
}


.section4 .dobro-block-item:nth-child(2) ul .fa {
	font-size: 20px;
	margin:0;
	font-size: 20px;
    margin: 0;
    margin-right: 25px;
}

.section5 {
	padding:5%;
}

.section5 .items {
	display: flex;
	margin-top: 50px;
}

.section5 .item {
	padding: 10px;
    margin: 10px;
    box-shadow: 0px 0px 13px 0px #efecec;
    width: 33%;
    border: 1px solid #f1f1f1;
}

.section5 .item .price {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-top: 8px;
    font-size: 18px;
    color:#868686;
}

.section5 .item h3 {
	text-align: center;
}

.section5 .item li {
	margin:10px 0;
}

.section6 {
	padding: 5%;
}

.section6 .items {
	display: flex;
	margin-top: 50px;
}

.section6 .item {
	width: 33%;
	margin:10px;
}

.section6 .item .num {
	font-weight: bold;
    font-size: 40px;
}

.section7 {
	padding: 5%;
}

.section7 .anketa {
	background:#d9d28e;
	color:white;
	padding: 5% 20%;
	text-align: center;
}

.section7 .anketa h3 {
	font-size: 23px;
}

.section7 .anketa ul {
	width: 50%;
    text-align: left;
    margin: 40px auto;
}

.section7 .anketa ul li {
	margin:15px 0;
}

.section7 .anketa .btn {
	display: inline-block;
    padding: 12px 20px;
    border: 1px solid #313131;
    color: #313131;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
}

.section7 .call-title {
	text-align: center;
    margin-top: 90px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #dd3333;
}

.section7 .call-text {
	font-size: 22px;
	text-align: center;
}

.section7 .phone {
	text-align: center;
	margin-top: 22px;
	font-weight: bold;
	font-size: 22px;
}

.section7 .free {
	text-align: center;
}

.section8 {
	padding:5%;
	background: #313131;
	color:white;
}

.section8 .title {
	text-align: center;
    font-size: 20px;
}

.section8 .ogrn {
	text-align: center;
    margin-top: 20px;
}

.section8 .location {
	text-align: center;
	margin-top: 30px;
}

.section8 .contacts {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid white;
    padding-bottom: 30px;
    margin-top: 30px;
}

.section8 .contacts .item {
	width:33%;
	font-weight: bold;
	text-align: center;
}

.section8 .contacts .item .fa {
	margin-right: 10px
}

.section8 .social {
	text-align: center;
	margin-top: 30px;
}

.section8 .social a {
	color: #d9d28e;
    margin: 13px;
    font-size: 26px;
}

#form {
	background: #fff3b9;
    padding: 20px;
    margin: 20px;
    box-shadow: 0px 0px 14px 0px #d0d0d0;
}

#form .btn {
	width: 125px;
    background: #dd3333;
    border: none;
    display: inline-block;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

#form input {
	width: calc(100% - 24px);
    display: block;
    margin: 10px 0;
    padding: 10px;
    border:none;
}

.blocker {
	z-index: 99;
}

.result_ok {
	text-align: center;
	display: none;
}

@media(max-width:980px) {
	.header-block2 {
		display: none;
	}

	.header-block3 {
	}

	.section5 .items {
		flex-direction: column;
	}

	.section5 .item {
		width:auto;
	}

	.section6 .items {
		flex-direction: column;
	}

	.section6 .item {
		width:auto;
	}

	.section7 .anketa {
		padding: 20px
	}

	.section8 .contacts {
		flex-direction: column;
	}

	.section8 .contacts .item {
		width: auto;
	}
}

@media(max-width: 768px) {
	a {
		color: #dd3333;
	}
	
	.hidden {
		overflow: hidden;
	}

	header {
		height:auto;
	}

	.header-blocks {
		flex-direction: column;
	}

	.header-block3 {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.header-block4 span {
		text-align: center;
	}

	#navbar {
		width: 100%;
		padding: 0;
		left:-100%;
		transition: .5s;
	}

	#navbar.active {
		left:0;
	}

	#navbar ul {
		padding: 20px;
    	margin-top: 180px;
	}

	#navbar .social {
		bottom: 20px;
	}

	#page {
		margin-top: 280px;
		margin-left: 0;
	}

	.nav-btn {
		display: block;
		position: relative;
    	height: 20px;
    	width: 40px;
    	margin:10px 0;
	}

	.nav-btn.active span {
		    transform: rotate(48deg);
		    top:7px;
	}

	.nav-btn.active span:after {
		opacity:0;
	}

	.nav-btn.active span:before {
		transform: rotate(85deg);
		top:0;
	}

	.nav-btn span {
		position:absolute;
		width:100%;
		height:3px;
		background:white;
		top:10px;
		transition: .5s;
	}

	.nav-btn span:before {
		content: '';
		position: absolute;
		width:100%;
		height:100%;
		top:-10px;
		background:white;
		transition: .5s;
	}

	.nav-btn span:after {
		content: '';
		position: absolute;
		width:100%;
		height:100%;
		bottom:-10px;
		background:white;
		transition: .5s;
	}

	.header-block4 {
		text-align: center;
	}

	.section1 h1 {
		font-size: 2.2em;
		width:100%;
	}

	.section1 .consult {
		font-size: 2.2em;
		width: 100%;
	}

	.section1 .sub {
		max-width: 80%;
	}


	.section1_1 .items {
		flex-direction: column;
	}

	.section2 .item:nth-child(2) {
		display: none;
	}

	.section3 .items {
		flex-direction: column;
	}

	.section3 .item {
		width: 100%;
		margin:10px 0;
	}

	.section4 .items {
		flex-direction: column;
	}

	.section4 .item {
		width:100%;
	}

	.section4 .dobro-block {
		flex-direction: column;
	}

	.section4 .dobro-block-item {
		width:90%;
		margin:10px 0 !important;

	}

	.section7 .anketa ul {
		width:auto;
	}

}