* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;	
}
body {
	padding: 0;
}
.clear {
	clear: both;
}


.header {
	padding: 30px 0;
}
.header .menu {
	text-align: center;
	padding:15px 0;
}
.menu a {
	font-size: 14px;
	color: #191919;
	margin: 0 2%;
	display: inline-block;
	vertical-align: top;
}
.phone-box {
	text-align: right;	
}
.phone {
	font-size: 23px;
	font-weight: 500;
	color: #2a2a2a;
	line-height: 1.1;
	display: inline-block;
	margin-right: 15px;
}
.btn-lnk {
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	padding: 12px 15px;
	color: white;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background-color: #ec2323;
	box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
}
.btn-lnk:hover {
	background-color: red;
}


.b1 {
	background: url('img/b1.jpg') center top no-repeat;
	background-size: cover;
	padding: 0 0 120px;
}
.b1 .txt {
	max-width: 630px;
	padding-top: 80px;
}

h1 {
	font-size: 50px;
	font-weight: 800;
	color: #2a2a2a;
	line-height: 1.2;
	margin-bottom: 20px;
}
.b1 .sub {	
	color: #2a2a2a;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 55px;
}
.b1 .items {	
	margin-bottom: 20px;
}
.b1 .item {
	padding-left: 60px;	
	background: url('img/li.png') left top no-repeat;
	position: relative;
	margin-bottom: 20px;
	flex: 0 0 47%;
	-webkit-flex: 0 0 47%;
	color: #2a2a2a;
	font-weight: 500;
	font-size: 16px;
}

.form-inl {font-size: 0px;}
.form-inl label {
	font-size: 12px;
	color: #2a2a2a;
	display: block;
	font-weight: 500;
	margin-bottom: 10px;	
}
.form-inl input[name="phone"] {
	padding: 20px;
	font-size: 14px;
	border: 0;
	display: inline-block;
	vertical-align: top;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
}
.form-inl button {	
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #ec2323;
	cursor: pointer;
	border: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 20px;
	max-width: 250px;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
}
.btn1 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 18px 30px;
	background-color: #29b0ed;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	border-bottom: 4px solid #2c94c3;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.btn1:hover {
	background-color: red;
	color: white;
	text-decoration: none;
}


.adv {
	padding: 90px 0 30px;
}
.adv .httl {
	margin-bottom: 60px;
}
.adv .box {
	text-align: center;
	padding: 60px 14% 40px 14%;
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	position: relative;
	min-height: 165px;
}
.adv .box .img {
	height: 68px;
	width: 68px;
	line-height: 68px;
	border-radius: 50%;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
	position: absolute;
	left: 50%;
	margin-left: -34px;
	top: -34px;
}
.adv .box p {
	font-size: 15px;
	line-height: 1.8;
	color: #525252;
	margin-bottom: 0;
}



.b2 {
	padding: 90px 0 70px;
	background-color: #f6f6f6;
}
.httl {
	font-size: 40px;
	line-height: 1.3;
	color: #2a2a2a;
	font-weight: 800;
	margin-bottom: 30px;
}
.txt-box ul {
	margin-bottom: 20px;
}
.txt-box li {
	list-style: none;
	padding-left: 35px;
	background: url('img/li2.png') left top no-repeat;
	margin-bottom: 10px;
	font-size: 14px;
	min-height: 23px;
}
.txt-box p {
	font-size: 14px;
	margin-bottom: 25px;
	color: #2a2a2a;
}
.txt-box .ttl {
	font-size: 18px;
	margin-bottom: 25px;
	color: #2a2a2a;
	font-weight: bold;
}

.b3 {
	padding: 60px 0;	
}
.b3 .item  {
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
	font-size: 21px;
	color: #2a2a2a;
	
}
.b3 .item .c1  {
	flex: 1;
	-webkit-flex: 1;
}
.b3 .item .c2  {
	flex: 0 0 300px;
	-webkit-flex: 0 0 300px;
	text-align: center;
}
.b3 .item .c3  {
	margin-left: auto;
}

.b4 {
	padding: 80px 0 100px;
	background: url('img/b4.jpg') center top no-repeat;
	background-size: cover;
}
.b4 .httl {
	color: white;
	margin-bottom: 60px;
}
.b4 .txt {
	max-width: 530px;
	padding-left: 35px;
}
.b4 .item {
	position: relative;
	padding-left: 140px;
	margin-bottom: 65px;
}
.b4 .item img {
	position: absolute;
	left: 0;
	top: 0;
}
.b4 .item p {
	font-size: 15px;
	line-height: 1.8;
	color: white;
	margin-bottom: 0px;
}
.b4 .btn-lnk {
	font-size: 18px;
	padding: 20px 50px;
}

.faq {
	padding: 90px 0;
	text-align: right;
	background: url('img/faq.jpg') 15% center no-repeat;
	min-height: 650px;
}
.faq .txt {
	max-width: 710px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.faq .item .ttl {
	margin-bottom: 10px;
	padding-right: 70px;
}
.faq .item button {
	padding: 16px 25px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	background-color: #f6f6f6;
	outline: 0;
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
}
.faq .item button:after {
	width: 60px;
	height: 100%;
	background: #f6f6f6 url('img/up.png') center center no-repeat;
	padding: 16px 25px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	background-color: #f6f6f6;
	outline: 0;
	right: -70px;
	top: -1px;
	content: '';
	position: absolute;
}
.faq .item-body {
	padding: 15px 80px 25px 25px;
	font-size: 15px;
	color: #5e5e5e;
}

.b5 {
	background: url('img/b5.jpg') center top no-repeat;
	background-size: cover;
	padding: 120px 0;
	text-align: center;
}
.b5 .box {
	border: 12px solid white;
	border-top: 0;
	position: relative;
	padding: 110px 60px 70px 60px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 670px;
}
.b5 .box:after {
	content: '';
	position: absolute;
	width: 10%;
	height: 12px;
	background-color: white;
	right: 0;
	top: 0;
}
.b5 .box:before {
	content: '';
	position: absolute;
	width: 10%;
	height: 12px;
	background-color: white;
	left: 0;
	top: 0;
}
.b5 .box .ttl {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 800;
	color: white;
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	text-align: center;
}
.b5 .box p {
	font-size: 18px;
	color: white;
	line-height: 1.8;	
	margin-bottom: 50px;
}
.b5 .box .btn-lnk {
	padding: 18px 50px;
	font-size: 18px;
}


.contacts {
	font-size: 0;
}
.contacts .container {
	position: relative;
}
.contacts .box {
	max-width: 540px;
	width: 100%;
	display: inline-block;
	text-align: left;
	padding: 60px 30px 0;
}
.contacts .httl {
	font-size: 40px;
	font-weight: 800;
	color: #2a2a2a;
	display: inline-block;
	line-height: 1;
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.contacts .httl:after {
	content: '';
	position: absolute;
	background-color: #ec2323;
	height: 7px;
	width: 70px;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-radius: 3px;
}
.contacts .addr {
	font-size: 17px;
	color: #363636;
	padding-left: 40px;
	background: url('img/addr.png') left 5px no-repeat;
	margin-bottom: 25px;
}
.contacts .mail {
	font-size: 17px;
	color: #363636;
	padding-left: 40px;
	background: url('img/mail.png') left 5px no-repeat;
	margin-bottom: 40px;
}
.contacts .phones {
	margin-bottom: 30px;
}
.contacts .phones a {
	font-size: 30px;
	color: #272727;
	font-weight: 800;
}
.contacts .btn-lnk {
	padding: 18px;
	text-align: center;
	width: 100%;
	max-width: 250px;
	box-shadow: none;
	margin-bottom: 50px;
}

.priv {
	font-size: 12px;
	color: #979797;
	margin-bottom: 30px;
}
.priv a {
	font-size: 12px;
	color: #979797;
	margin-bottom: 10px;
	text-decoration: underline;
}


.modal-dialog {
	max-width: 400px;
	
}
.modal-content {
position: relative;
background-color: white;
}
.modal-content .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}
.form-ttl {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.form1 input {
	padding: 15px;
	font-size: 15px;
	border: 0;
	border: 1px solid lightgrey;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.form1 button {	
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border:0;
	padding: 15px;
	font-size: 21px;
}

.menu-btn {
	width: 35px;
	  height: 30px;
	  position: relative;	  
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  z-index: 101;
	  display: none;
}
.menu-btn  span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menu-btn.open  span {
background: white;
}
.menu-btn  span:nth-child(1) {
  top: 0px;
}
.menu-btn  span:nth-child(2) {
  top: 12px;
}
.menu-btn  span:nth-child(3) {
  top: 24px;
}
.menu-btn.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 1600px){
	.faq {
		background: url('img/faq.jpg') left center no-repeat;
	}
}
@media screen and (max-width: 1300px){
	.faq {
		background: white;
	}
	.faq .txt {max-width: 100%;}
}
@media screen and (max-width: 1199px){
	
	.header {position: relative;padding-top: 10px;}
	.menu-btn {
		position: absolute;
		left: 15px;
		top: 15px;
		z-index: 101;
		display: inline-block;
	}
	.menu {
		background-color: black;
		padding: 60px 20px 15px 20px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
		display: none;
	}
	.menu.open {
		display: block;
	}
	.menu a {
		text-decoration: none;
		font-size: 18px;
		color: white;
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 5px;
		padding: 0px 10px 5px 10px;
	}
	
	.adv .box {min-height: 210px;}
	.httl {font-size: 31px;}
	h1, .b5 .box .ttl {font-size: 40px;}
	
}
@media screen and (max-width: 991px){
	.b1 {
		background: url('img/b1.jpg') left top no-repeat;
	}
	.adv .box {padding-left: 15px;padding-right: 15px;}
	.contacts .httl {text-align: left;font-size: 31px;}
	.b3 .item {font-size: 16px;}
	.b3 .item {padding: 15px 0;}
	.b4 {
		background: url('img/b4.jpg') left top no-repeat;
	}
	.logo {
		flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.header .d-flex {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center !important;
	}
}
@media screen and (max-width: 768px){
	.adv .box {min-height: auto;margin-bottom: 60px;}
	.b3 .item {display: block;text-align: center;}
	.b3 .item .c2 {padding: 15px 0;}
	.b3 .httl {text-align: center;}
	.contacts .box {padding-bottom: 30px;margin: 0 auto;}	
	.b1 .txt {padding-top: 40px;}
}
@media screen and (max-width: 575px){
	
	
	
	.form-inl input[name="phone"] {
		margin-bottom: 15px;
		border-radius: 0;
		width: 100%;
	
	}
	.form-inl button {
		border-radius: 0;
		width: 100%;
	max-width: 100%;
	}
	h1 {text-align: center;}
	.b1 {
		padding-bottom: 40px;
	}
	
	.b5 .box .ttl {position: static;}
	.b5 .box {padding: 30px 15px;}
	.b5 .box .ttl {font-size: 31px;}
	.b5 .box .btn-lnk, .b4 .btn-lnk {padding: 18px;text-align: center;}
	.b4 {background-size: cover;}
	.b4 .item {padding-left: 0px;margin-bottom: 30px;}
	.b4 .item img {position: static;margin-bottom: 15px;}
	
}
@media screen and (max-width: 400px){
	.header .d-flex {display: block !important;text-align: center;}
	.b1 .items {display: block !important;}
	.phone-box {text-align: center;}
	.header .phone {margin-bottom: 15px;text-align: center;margin-right: 0px;}
}