/*О компании*/
.company{
	background-color: #fff;
	padding: 0 0 40px 0;
}

.company_caption h1{
	padding: 0 0 20px 0;
	margin: 0;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 48px;
	color: #030711;
}

.company_caption h2{
	padding: 70px 0 20px 0;
	margin: 0;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 27px;
	color: #030711;
}

p.company_about{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711;
	margin: 50px 0 0 0;
}

p.company_trassir_text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711;
}

p.company_basip_text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711;
}

.company_about img{
	max-width: 100%;
}

.review1 img{
	max-width: 100%;
}

/*Слайдер*/

.slider_container{
	max-width: 100%;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

.slide_item span{
	position: absolute;
	top: 30%;
	left: 15%;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 46px;
	color: #fff;
}

/*Отзывы 2гис*/
.review-card{
	background-color: #f2f5fa;
	border-radius: 10px;
	padding: 30px;
	margin: 30px 15px;
}

.review-card:hover{
	box-shadow: 1px 10px 15px rgba(99,118,192,.3);
}

.review-card-link:hover{
	text-decoration: none;
}

.review-card-author{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	color: #030711;
}

.review-card-rating{
	color: #ffb81c;
}

.review-card-date{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	color: #030711;
}

.review-card-text-container{
	overflow: auto;
	height: 150px;
}

.review-card-text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #030711;
}