body {
font-family: "Open Sans", sans-serif;
}
.container-fluid {
background-color: #eaeef6;
color: #1d2844;
padding-left: 10%;
padding-right: 10%;
}
.logo-img {
	display: flex;
	justify-content: center;
	}
.header {
	}
.header h3 {
	font-size: 2em;
	font-weight: 500;
	text-align: center;
	line-height: 1.2em;
	margin-top: 1em;
}
.header h4 {
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	}
.main-body {
	margin-bottom: 3em;
	}
.main-body p {
	padding-top: 1em;
	font-size: 1.2em;
	font-weight: 200;
	line-height: 1.7em;
	text-align: center;
}
.main-body h3 {
	font-size: 1.5em;
	font-weight: 500;
	text-align: center;
	line-height: 1.2em;
	margin-top: 2em;
}
.main-body p:first-child {
	margin-top:2em;
}
.main-body b {
	font-weight: 400;
	}
.general-body {
		}	
.general-body p {
	padding-top: 0px;
}

.main-offer {
	padding-left: 10%;
	padding-right: 10%;
	border-left: 2px solid #728ac3;	
}	
.label-new {
	padding-left: 20%;
	margin-bottom: 0.8em;
	font-size: 0.8em;
	font-weight: 700;
	}
.label-new span {
	display: inline;
	background-color: #506eb4;
	color: #eaeef6;
	box-shadow: -10px 0 0 #506eb4, 10px 0 0 #506eb4;
}
.main-offer {
	}
.main-offer p {
	padding-top: 0.2em;
	text-align: left;
	text-indent: 0px;
}	
.main-offer h3 {
	font-size: 1.5em;
	font-weight: 500;
	text-align: left;
	line-height: 1.2em;
	margin-top: 2em;
	/*background-color: #506eb4;*/
	color: #506eb4;
}
.col-md-4 {
	transition: transform 1s;
	background-color: #eaeef6;
}
.col-md-4:hover {
	transform: scale(1.2);
}
.col-md-4 a {
	color: #1d2844;
	text-decoration: none;
}
.offer-block {
	border-left: 2px solid #728ac3;
	padding-left: 10%;
	padding-right: 10%;	
	margin-bottom: 10em;
}
.offer-block h3 {
	padding-bottom: 0.5em;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
}
.offer-block ul {
	padding-left: 20%;
	list-style-type: square;
}
.offer-block li {
	font-size: 1.2em;
	font-weight: 200;
	line-height: 1.5em;
}
.offer-block img {
	max-width: 50%;
	float: right;
}
.photo-offer-block {
	position: relative;
	top: 0;
	left: 0;
}
.photo-offer-block-img {
	position: relative;
	top: 0;
	left: 0;
	}
.photo-offer-block-stamp {
	width: 50%;
	position: absolute;
	top: 30px;
	left: 30px;	
}
.photo-offer-block img {
	padding-top: 2em;
	padding-bottom: 2em;
	max-width: 100%;
	text-align: center;
	}
.comment-italic {
	font-style: italic;
	padding-bottom: 2em;
}

.contacts-for-pc {
	padding-left: 0px;
	padding-right: 0px;
}
.contacts-for-smartphone {
	 padding-left: 0px;
	 padding-right: 0px;
}
.content-connect {
	display: flex;
	justify-content:center;
	align-items: center;	
	}

.content-connect-item {
	display: flex;
	justify-content:center;
	align-items: center;
	padding-left: 1em;
	padding-right: 1em; 
	}
.content-connect-item img {
	float: left;
	}
.content-connect-item h2 {
	text-indent: 1em;
	font-size: 1.5em;
	font-weight: 300;
	margin: 0px;
}
.content-connect-item p {
	float: bottom;
}

.content-connect-item a:link {
	display: flex;
	justify-content:center;
	align-items: center;	
	color: #1d2844;
	text-decoration: none;
	text-indent: 1em;
	font-size: 1.2em;
	font-weight: 300;
}
.content-connect-item a:visited {
	color: #1d2844;
	text-indent: 1em;
	font-size: 1.2em;
	font-weight: 300;
}



.signature {
	font-family: "Marck Script", cursive;
	font-size: 1.5em;
	font-weight: 300;
	font-style: bold;
	margin-bottom: 2em;
	margin-top: 1em;
}
.signature p {
	line-height: 1em;
	margin-bottom: 0px;
	text-align: right;
}
.signature p:first-child {
	margin-top: 2em; 
}
/* Область контактов для компьютеров  */
@media only screen and (min-width: 600px) {
   .contacts-for-smartphone {
	   display: none;
	  }
}
  
/* Стили для для смартфонов */
@media only screen and (orientation: portrait) and (min-device-width: 360px) and (max-device-height: 926px) {
	.container-fluid {
		padding-left: 5%;
		padding-right: 5%;
	}
	.header h3 {
		font-size: 1.5em;
		font-weight: 500;
		text-align: center;
		line-height: 1.2em;
		margin-top: 0.8em;
	}
	.header h4 {
		font-size: 1.2em;
		font-weight: 400;
		text-align: center;
	}
	.main-body p {
		font-size: 1em;
		text-align: justify;
		text-indent: 10%;
	}
	.main-body b {
		font-weight: 400;
		text-decoration: none;
	}
	.main-offer {
		padding-left: 0px;
		padding-right: 0px;
		border: none;
}	
	.main-offer p {
		text-indent: 0px;
	}	
	
	.offer-block {
		border: none;
		padding-left: 10%;
		padding-right: 10%;	
		margin-bottom: 6em;
}

	.offer-block li {
		font-size: 1em;
		font-weight: 200;
		line-height: 1.2em;
}
	.contacts-for-pc {
		display: none;
	}
}

