/* новый блок на странице переоформление 2020*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
.wrap {
	background-color: #2F70C0;
	outline: 5px solid #fff;
}
.col-item {
	width: 100%;
	height: 240px;
	
}
.col-item .title{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 0.15px;
	height: 100%;
}
.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	outline: 5px solid #fff;
}
.img1{
	background-image: url(images/img1.png);	
}
.img2{
	background-image: url(images/img2.png);	
}
.img3{
	background-image: url(images/img3.png);	
}
.img4{
	background-image: url(images/img4.png);	
}
.img5{
	background-image: url(images/img5.png);	
}
.img6{
	background-image: url(images/img6.png);	
}
.num {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	letter-spacing: -1.5px;
	font-size: 72px;
	line-height: 150%;
	text-transform: uppercase;
}
.n {
	font-size: 75px;
	line-height: 150%;
	font-family:  serif;
	font-weight: bold;
	letter-spacing: -1.5px;
}
.red{
	background-color: #E31E24;
	width: 100%;
	height: 330px;
	outline: 5px solid #fff;
}
.red .inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.inner .title{
	color: #fff;
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 30px;
	letter-spacing: 0.15px;
	font-family: Open Sans;
}
.inner .phone{
	color: #fff;
	font-family: serif;
	font-style: normal;
	font-weight: 900;
	font-size: 55px;
	line-height: 30px;
	text-decoration: none;
}
.inner .getmodal {
	border: 3px solid #FFFFFF;
	border-radius: 35px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-family: Arial;
	width: 270px;
	display: flex;
	height: 50px;
	align-items: center;
	margin-top: 30px;
	justify-content: center;
}
.n.text{
	font-size: 60px;
}
.block-title{
	text-align: center;
	font-size: 29px;
	line-height: 32px;
	color: #191919;
	font-family: Roboto Condensed;
	padding-top: 30px;
	padding-bottom: 30px;
}
.grey {
	background: #F3F3F3;
	height: 240px;
	text-align: center;
	outline: 5px solid #fff;
	margin-bottom: 30px;
}
.grey img{
	height: 130px;
}
.grey .title {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	margin-top: 20px;

}
@media screen and (max-width: 768px) {
	.inner .title, .inner .phone {
		font-size: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.grey img{
		height: auto;
		width: 40%!important;
	}
	.grey  {
		display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	}

}

.block-moto .img1 {
    background-image: url(/dogovor-kupli-prodazh-avtomobilya/motocikl/img/motocikl.jpg);
}
.block-moto .img2 {
    background-image: url(/dogovor-kupli-prodazh-avtomobilya/motocikl/img/moto.jpg);
}
.block-moto .img3 {
    background-image: url(/dogovor-kupli-prodazh-avtomobilya/motocikl/img/moto2.jpg);
}

.blue-icons-line-moto img{
	max-width:115px;
	
}

.blue-icons-line-moto a{
	font-size: 17px !important;
	
}