/*
 
*/
/*  */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}
embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}
.alignnone {
	display: block;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
/** конец стилей редактора Wordpress **/
body {
	font-weight: 300;
	font-size: 16px;
	font-family: 'MuseoSansCyrl', sans-serif;
	line-height: 1.2;
	color: #121212;
	background: #fff;
}
a {
	color: #3a8ed5;
}
.main_wrapper {
	overflow: hidden;
}
form ::-webkit-input-placeholder {color: #b2b2b2; font: 400 14px 'Open Sans', sans-serif;}
form ::-moz-placeholder          {color: #b2b2b2; font: 400 14px 'Open Sans', sans-serif;}/* Firefox 19+ */
form :-moz-placeholder           {color: #b2b2b2; font: 400 14px 'Open Sans', sans-serif;}/* Firefox 18- */
form :-ms-input-placeholder      {color: #b2b2b2; font: 400 14px 'Open Sans', sans-serif;}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: auto;
  cursor: pointer;
  box-shadow: none;
  opacity: 1;
}
img {
	object-fit: cover;
	max-width: 100%;
	height: auto;
}
.container-fluid {
	max-width: 1140px;
}
.field_error {
	-webkit-box-shadow: 0 0 8px 0 rgba(255, 0, 0, 1);
	-moz-box-shadow:    0 0 8px 0 rgba(255, 0, 0, 1);
	box-shadow:         0 0 8px 0 rgba(255, 0, 0, 1);
	box-shadow:         0 0 8px 0 rgba(255, 0, 0, 1);
	border-color: #cc0000!important;
}
a, button, input[type="submit"], .rfield {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/* Начало header */
header {
    position: relative;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #2a3f48;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    padding-top: 0px;
    height: 80px;
    margin-top: -20px;
}
header.affix-top {
	background: none;
}
header .container-fluid {
	max-width: 1280px;
}
header .left_col {
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}
header .center_col {
	margin-left: 208px;
	margin-right: 290px;
}
header .right_col {
	float: right;
	padding-right: 15px;
	padding-top: 38px;
}
header .main_menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	font-family: 'ProximaNova', sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	width: 1%;
}
header .main_menu li{
	display: inline-block;
}
header .main_menu li a{
	color: #fff;
	display: inline-block;
	padding: 7px 10px;
	border: 1px solid transparent;
	border-radius: 2px;
	line-height: 1;
	text-decoration: none;
}
header .main_menu li a:hover{
	border: 1px solid rgba(255,255,255, 0.23);
}
header .right_col{
	text-align: right;
}
header .right_col .soc{
	display: inline-block;
	vertical-align: middle;
}
header .right_col .soc a{
	display: inline-block;
	border-radius: 50%;
}
header .right_col .soc a:hover{
	background: #f79908;
}
header .right_col .phones{
	font-family: 'ProximaNova', sans-serif;
	font-size: 18px;
	font-weight: 400;
	background: url(img/icon_phone.png) left center no-repeat;
	padding-left: 33px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
}
header .right_col .phones a{
	color: #fff;
}
header .right_col .phones a b{
	font-weight: 700;
}
header .navbar-toggle .icon-bar {
	background: #fff;
}
header .navbar-toggle{
	border: 1px solid #fff;
	padding: 6px;
	border-radius: 2px;
	margin-top: 14px;
}
@media (max-width: 992px){
	header{
		padding: 20px 0 0;
		min-height: 80px;
	}
	header .left_col{
		padding-top: 0;
		margin-bottom: 15px;
	}
	header .center_col{
		margin: 0;
	}
	header .mobile_menu{
		clear: left;
		background: #2a3f48;
	}
	header .right_col{
		float: none;
		padding: 15px 0 0;
		text-align: center;
	}
	header .main_menu{
		display: block;
		width: auto;
		height: auto;
		padding: 10px 0 15px;
	}
	header .main_menu li{
		display: block;
	}

}
@media (max-width: 768px){
	
}
/* Конец header */
/* Начало screen_1 */
.screen_1{
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: cover;
	padding-top: 235px;
	padding-bottom: 125px;
	overflow: hidden;
}
.screen_1:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url(img/screen_1_before_bg.png);
	
}
.screen_1:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(img/screen_1_after_bg.png) center bottom no-repeat;
	height: 125px;
	background-size: 100% 100%;
	z-index: 3;
}
.screen_1 .screen_1_video{
	    min-height: 100%;
    min-width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.screen_1 .screen_1_top{
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	margin-bottom: 82px;
}
.screen_1 .screen_1_top .section_title{
	font-size: 60px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 14px;
	display: inline-block;
	position: relative;
	padding: 0 55px;
	line-height: 1;
}
.screen_1 .screen_1_top .section_title:before, .screen_1 .screen_1_top .section_title:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #f79908;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.screen_1 .screen_1_top .section_title:before{
	left: 0;
}
.screen_1 .screen_1_top .section_title:after{
	right: 0;
}
.screen_1 .screen_1_top p{
	max-width: 660px;
	margin: 0 auto;
	font-size: 18px;
	font-style: 500;
}
.screen_1 .screen_1_action{
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 660px;
	margin: 0 auto 65px;
	text-align: center;
}
.screen_1 .screen_1_action b{
	font-size: 18px;
	font-weight: 700;
	display: block;
}
.screen_1 .screen_1_action span{
	display: block;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 17px;
}
.screen_1 .screen_1_action button {
	height: 54px;
	width: 266px;
	border-radius: 54px;
	background: #f79908;
	border:0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	outline: none;
}
.screen_1 .screen_1_action button:hover {
	opacity: 0.8;
}
@media (max-width: 991px){
	.screen_1{
		padding-top: 180px;
	}
	.screen_1 .screen_1_video {
		display: none;
	}
}
@media (max-width: 767px){
	.screen_1:after{
		height: 70px;
	}
	.screen_1 .screen_1_top .section_title{
		    font-size: 30px;
			line-height: 38px;
	}
	.screen_1 .screen_1_top{
		margin-bottom: 40px;
	}
	
}	
@media (max-width: 480px){
	.screen_1 .screen_1_top .section_title{
		padding: 0;
	}
	.screen_1 .screen_1_top .section_title:before, .screen_1 .screen_1_top .section_title:after{
		display: none;

	}
}
/* Конец screen_1 */

/* Начало screen_2 */
.screen_2{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
    padding-top: 40px;
    padding-bottom: 0px;
}
.screen_2 .section_title{
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 70px;
	text-align: center;
}
.screen_2 .section_title:before{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_before.png) center no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.screen_2 .section_title:after{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_after.png) center no-repeat;
	vertical-align: middle;
	margin-left: 20px;
}
.screen_2 .sc_item{
	text-align: center;
	margin-bottom: 20px;
}
.screen_2 .sc_item .sc_item_icon{
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	font-size: 60px;
	font-family: 'LiteraturnayaBook', sans-serif;
	color: #fff;
	margin-bottom: 5px;
}
.screen_2 .sc_item .sc_item_icon img{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}
.screen_2 .sc_item .sc_item_icon img:nth-child(2){
	opacity: 0;
}
.screen_2 .sc_item:hover img:nth-child(2){
	opacity: 1;
}
.screen_2 .sc_item .sc_item_icon i{
	position: relative;
	z-index: 1;
	font-style: normal;
	line-height: normal;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.screen_2 .sc_item span{
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 11px;
}
.screen_2 .sc_item p{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
	min-height: 80px;
}
.screen_2 .sc_bottom {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 60px;
}
.screen_2 .sc_bottom p {
	margin-bottom: 19px;
}
.screen_2 .sc_items > div:nth-child(4),
.screen_4 .sc_items > div:nth-child(4) {
	margin-left: 16.66666667%;
}
@media (max-width: 767px){
	.screen_2 .section_title {
		margin-bottom: 60px;
	}
	.screen_2 .sc_item {
		margin-bottom: 30px;
	}
	.screen_2 .sc_item p {
		min-height: 0;
	}
	.screen_2 .sc_bottom {
		padding-top: 20px;
	}
	.screen_2 .sc_items > div:nth-child(4),
	.screen_4 .sc_items > div:nth-child(4) {
		margin-left: 0;
	}
}
/* Конец screen_2 */

/* Начало screen_3 */
.screen_3{
	text-align: center;
	color: #fff;
	background-position: top 10px center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 215px;
	padding-bottom: 200px;
}
.screen_3:before{
	content: '';
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(img/screen_3_before_bg.png) top center no-repeat;
	background-size: 100% 100%;
}
.screen_3:after{
	content: '';
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(img/screen_3_after_bg.png) bottom center no-repeat;
	background-size: 100% 100%;
}
.screen_3 .section_title{
	font-size: 60px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 14px;
	display: inline-block;
	position: relative;
	padding: 0 55px;
	line-height: 1;
}
.screen_3 .section_title:before, .screen_3 .section_title:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #f79908;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.screen_3 .section_title:before{
	left: 0;
}
.screen_3 .section_title:after{
	right: 0;
}
.screen_3 p{
	font-size: 18px;
	font-weight: 500;
	max-width: 700px;
	margin: 0 auto 20px;
	min-height: 60px;
}
.screen_3 button{
	height: 54px;
	width: 266px;
	border-radius: 54px;
	background: #f79908;
	border:0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	outline: none;
}
.screen_3 button:hover{
	opacity: 0.8;
}
@media (max-width: 768px){
	.screen_3{
		background-position: top center;
		padding-top: 140px;
		padding-bottom: 130px;
	}
	.screen_3:before, .screen_3:after{
		height: 70px;
	}
	.screen_3 .section_title{
		font-size: 50px;
		padding: 0;
	}
	.screen_3 .section_title:after, .screen_3 .section_title:before{
		display: none;
	}
}
/* Конец screen_3 */

/* Начало screen_4 */
.screen_4{
	padding-top: 50px;
	padding-bottom: 200px;
	position: relative;
}
.screen_4 .container-fluid{
	z-index: 3;
	position: relative;
}
.screen_4 .screen_4_bg:empty{
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	right: 0;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: 2;
}
.screen_4:after{
	content: '';
	height: 125px;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	background: url(img/screen_4_after_bg.png);
	background-size: 100% 100%;
	z-index: 1;
}
.screen_4 .section_title{
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 84px;
	text-align: center;
}
.screen_4 .section_title:before{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_before.png) center no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.screen_4 .section_title:after{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_after.png) center no-repeat;
	vertical-align: middle;
	margin-left: 20px;
}
.screen_4 .sc_items{
	padding-left: 270px;
}
.screen_4 .sc_items .sc_item{
	position: relative;
	width: 260px;
	height: 260px;
	line-height: 250px;
	border-radius: 50%;
	background-size: cover;
	background-position: center; 
	overflow: hidden;
	text-align: center;
	margin: 0 auto 5px;
	border: 5px solid #fff;
}
.screen_4 .sc_items .sc_item:after {
	position: absolute;
	display: block;
	content: '';
	background-color: rgba(0, 0, 0, 0.63);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.screen_4 .sc_items>div:nth-child(1) .sc_item{
	border-color: #1b95d5;
}
.screen_4 .sc_items div:nth-child(2) .sc_item{
	border-color: #000;
}
.screen_4 .sc_items div:nth-child(3) .sc_item{
	border-color: #e22424;
}
.screen_4 .sc_items div:nth-child(4) .sc_item{
	border-color: #ff9b00;
}
.screen_4 .sc_items div:nth-child(5) .sc_item{
	border-color: #0eaf65;
}
.screen_4 .sc_items .sc_item span{
	position: relative;
	line-height: normal;
	vertical-align: middle;
	color: #fff;
	font-weight: 500;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
	z-index: 2;
}
.screen_4 .sc_items .sc_item button{
	line-height: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -70px;
	height: 44px;
	width: 140px;
	border-radius: 44px;
	border: 2px solid #f79908;
	background: transparent;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	opacity: 0;
	outline: none;
	z-index: 2;
}
.screen_4 .sc_items .sc_item:hover span{
	opacity: 0;
}
.screen_4 .sc_items .sc_item:hover button{
	opacity: 1;
}
@media (max-width: 1100px){
	.screen_4 .sc_items{
		max-width: 830px;
		padding-left: 0;
		float: right;
	}
}
@media (max-width: 991px){
	.screen_4 .sc_items .sc_item{
		width: 240px;
		height: 240px;
		line-height: 230px;
	}
	.screen_4_bg {
		background-image: none!important;
	}
}
@media (max-width: 768px){
	.screen_4{
		padding-top: 25px;
		padding-bottom: 100px;
	}
	.screen_4 .section_title{
		margin-bottom: 60px;
	}
	.screen_4 .sc_items{
		float: none;
	}
	.screen_4 .sc_items .sc_item{
		margin-bottom: 10px;
	}
	.screen_4:after{
		height: 70px;
	}
}
/* Конец screen_4 */

/* Начало screen_5 */
.screen_5{
	padding-top: 238px;
	padding-bottom: 145px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -100px;
	text-align: center;
	color: #fff;
	position: relative;
}
.screen_5:after{
	content: '';
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(img/screen_3_after_bg.png) bottom center no-repeat;
	background-size: 100% 100%;
}
.screen_5 .section_title{
	font-size: 60px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 14px;
	display: inline-block;
	position: relative;
	padding: 0 55px;
	line-height: 1;
}
.screen_5 .section_title:before, .screen_5 .section_title:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #f79908;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.screen_5 .section_title:before{
	left: 0;
}
.screen_5 .section_title:after{
	right: 0;
}
.screen_5 p{
	font-size: 18px;
	font-weight: 500;
	max-width: 700px;
	margin: 0 auto 20px;
	min-height: 125px;
}
.screen_5 button,
.screen_51 button{
	height: 54px;
	width: 266px;
	border-radius: 54px;
	background: #f79908;
	border:0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	outline: none;
	color: #ffffff;
}
.screen_5 button:hover,
.screen_51 button:hover{
	opacity: 0.8;
}
@media (max-width: 768px){
	.screen_5{
		margin-top: -55px;
	}
}
@media (max-width: 768px){
	.screen_5{
		background-position: top center;
		padding-top: 140px;
		padding-bottom: 130px;
	}
	.screen_5:after{
		height: 70px;
	}
	.screen_5 .section_title{
		font-size: 50px;
		padding: 0;
	}
	.screen_5 .section_title:after, .screen_5 .section_title:before{
		display: none;
	}
}
/* Конец screen_5 */

/* Начало screen_51 */
.screen_51 {
    padding-top: 37px;
    padding-bottom: 146px;
    position: relative;
    text-align: center;
}
.screen_51 .section_title{
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 48px;
	color: #2a3f48;
	line-height: 1;
	position: relative;
	padding: 0 60px;
	display: inline-block;
}
.screen_51 .section_title:before,
.screen_51 .section_title:after{
	content: '';
	display: block;
	width: 41px;
	height: 5px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.screen_51 .section_title:before{
	left: 0;
	background: url(img/section_title_before.png) center no-repeat;
}
.screen_51 .section_title:after{
	right: 0;
	background: url(img/section_title_after.png) center no-repeat;
}
.screen_51 p {
	margin-bottom: 19px;
	text-align: left;
	color: #293e47;
}
p.screen51-subtitle {
	font-size: 24px;
	color: #293e47;
	text-align: center;
}
.sc51_slider,
.sc512_slider{
	max-width: 1110px;
	margin: 51px auto 28px;
	position: relative;
	padding: 0 0px;
}
.sc51_slider .item img,
.sc512_slider .item img{
	width: 300px;
	height: 250px;
	margin: 0 auto;
	display: block;
}
.sc51_slider .owl-nav .owl-prev,
.sc512_slider .owl-nav .owl-prev,
.sc51_slider .owl-nav .owl-next,
.sc512_slider .owl-nav .owl-next{
	width: 33px;
	height: 63px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	-webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}
.sc51_slider .owl-nav .owl-prev:hover,
.sc512_slider .owl-nav .owl-prev:hover,
.sc51_slider .owl-nav .owl-next:hover,
.sc512_slider .owl-nav .owl-next:hover{
	opacity: 0.8;
}
.sc51_slider .owl-nav .owl-prev,
.sc512_slider .owl-nav .owl-prev{
	left: -10px;
	background: url(img/arrow_prev.png) center no-repeat;
}
.sc51_slider .owl-nav .owl-next,
.sc512_slider .owl-nav .owl-next{
	right: -10px;
	background: url(img/arrow_next.png) center no-repeat;
}
.screen_51 button {
	margin-bottom:50px;
}
.previously {
	font-weight: 700;
	margin-bottom: -23px;
}
.screen_51:after {
    content: '';
    height: 125px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    background: url(img/screen_4_after_bg.png);
    background-size: 100% 100%;
    z-index: 1;
}
@media (max-width: 768px){
	.screen_51 .section_title{
		font-size: 36px;
	}
	.sc51_slider .owl-nav .owl-next,
	.sc512_slider .owl-nav .owl-next{
		right: 0px;
		width: 20px;
		background-size: contain;
	}
	.sc51_slider .owl-nav .owl-prev,
	.sc512_slider .owl-nav .owl-prev{
		left: 0px;
		width: 20px;
		background-size: contain;
	}
	.sc51_slider .item img,
	.sc512_slider .item img {
		width: auto;
		    height: 400px;
	}

}
/* Конец screen_51 */

/* Начало screen_52 */
.screen_52{
	padding-top: 238px;
	padding-bottom: 235px;
	background: url(img/screen_52_bg.jpg) center no-repeat;
	background-size: cover;
	margin-top: -100px;
	text-align: center;
	color: #fff;
	position: relative;
}
.screen_52:after{
	content: '';
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(img/screen_3_after_bg.png) bottom center no-repeat;
	background-size: 100% 100%;
}
.screen_52 .section_title{
	font-size: 60px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 6px;
	margin-bottom: 9px;
	display: inline-block;
	position: relative;
	padding: 0 55px;
	line-height: 1;
}
.screen_52 .section_title:before, .screen_52 .section_title:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #f79908;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.screen_52 .section_title:before{
	left: 0;
}
.screen_52 .section_title:after{
	right: 0;
}
.screen_52 p{
	font-size: 24px;
	font-weight: 700;
	max-width: 700px;
	margin: 0 auto 46px;
}
.screen_52 button{
	height: 54px;
	width: 266px;
	border-radius: 54px;
	background: #f79908;
	border:0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	outline: none;
	color: #ffffff;
}
.screen_52 button:hover{
	opacity: 0.8;
}
@media (max-width: 768px){
	.screen_52{
		background-position: top center;
		padding-top: 140px;
		padding-bottom: 130px;
	}
	.screen_52:after{
		height: 70px;
	}
	.screen_52 .section_title{
		font-size: 50px;
		padding: 0;
	}
	.screen_52 .section_title:after, .screen_52 .section_title:before{
		display: none;
	}
}
/* Конец screen_52 */

/* Начало screen_6 */
.screen_6{
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
}
.screen_6:after {
 
}
/*.screen_6 .section_title{
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 32px;
	text-align: center;
	color: #2a3f48;
}
.screen_6 .section_title:before{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_before.png) center no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.screen_6 .section_title:after{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_after.png) center no-repeat;
	vertical-align: middle;
	margin-left: 20px;
}*/

.screen_6 .section_title{
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 13px;
	margin-bottom: 34px;
	text-align: center;
	color: #2a3f48;
	line-height: 1;
	position: relative;
	padding: 0 60px;
	display: inline-block;
}
.screen_6 .section_title:before, .screen_6 .section_title:after{
	content: '';
	display: block;
	width: 41px;
	height: 5px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.screen_6 .section_title:before{
	left: 0;
	background: url(img/section_title_before.png) center no-repeat;
}
.screen_6 .section_title:after{
	right: 0;
	background: url(img/section_title_after.png) center no-repeat;
}
.screen_6 .sc_items .sc_item{
	text-align: center;
	margin-bottom: 20px;
}
.screen_6 .sc_items .sc_item:nth-child(2),
.screen_6 .sc_items .sc_item:nth-child(3),
.screen_6 .sc_items .sc_item:nth-child(6),
.screen_6 .sc_items .sc_item:nth-child(7){
	padding-top: 80px;
}
.screen_6 .sc_items .sc_item span{
	width: 74px;
	height: 74px;
	line-height: 70px;
	border-radius: 50%;
	border: 2px solid #425669;
	display: inline-block;
	font-size: 36px;
	font-family: 'LiteraturnayaBook', sans-serif;
	color: #425769;
	margin-bottom: 10px;
	position: relative;
}
.screen_6 .sc_items .sc_item span:before,
.screen_6 .sc_items .sc_item span:after{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #425669;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
.screen_6 .sc_items .sc_item span:before{
	left: -4px;
}
.screen_6 .sc_items .sc_item span:after{
	right: -4px;
}
.screen_6 .sc_items .sc_item:nth-child(1) span:before,
.screen_6 .sc_items .sc_item:nth-child(4) span:after,
.screen_6 .sc_items .sc_item:nth-child(5) span:before,
.screen_6 .sc_items .sc_item:nth-child(8) span:after{
	display: none;
}
.screen_6 .sc_items .sc_item p{
	color: #2a3f48;
	max-width: 280px;
	margin: 0 auto;
}
@media (max-width: 768px){
	.screen_6{
		padding-top: 25px;
		padding-bottom: 100px;
	}
	.screen_6:after{
		height: 70px;
	}
	.screen_6 .sc_items .sc_item:nth-child(2), .screen_6 .sc_items .sc_item:nth-child(3), .screen_6 .sc_items .sc_item:nth-child(6), .screen_6 .sc_items .sc_item:nth-child(7){
		padding-top: 0;
	}
	.screen_6 .sc_items .sc_item{
		margin-bottom: 30px;
	}
}
/* Конец screen_6 */

/* Начало screen_7 */
.screen_7{
	position: relative;
	padding-top: 25px;
	padding-bottom: 175px;
	background-color: #0f1212;
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
}
.screen_7:after {
  content: '';
  height: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: url(img/screen_3_after_bg.png) bottom center no-repeat;
  background-size: 100% 100%;
}
/*.screen_7 .section_title {
  font-size: 48px;
  font-family: 'HeinrichScript', sans-serif;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
.screen_7 .section_title:before{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_before.png) center no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.screen_7 .section_title:after{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_after.png) center no-repeat;
	vertical-align: middle;
	margin-left: 20px;
}*/
.screen_7 .section_title{
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
	line-height: 1;
	position: relative;
	padding: 0 60px;
	display: inline-block;
}
.screen_7 .section_title:before, .screen_7 .section_title:after{
	content: '';
	display: block;
	width: 41px;
	height: 5px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.screen_7 .section_title:before{
	left: 0;
	background: url(img/section_title_before.png) center no-repeat;
}
.screen_7 .section_title:after{
	right: 0;
	background: url(img/section_title_after.png) center no-repeat;
}
.sc7_slider{
	max-width: 725px;
	margin: 0 auto 35px;
	position: relative;
}
.sc7_slider .item .item_img{
	width: 352px;
	height: 352px;
	border: 20px solid #fff;
	border-radius: 50%;
	background-size: cover;
	float: left;
	margin-right: 40px;
}
.sc7_slider .item .item_desc{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	height: 352px;
	text-align: left;
}
.sc7_slider .item .item_desc h3{
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 36px;
	line-height: 1;
	font-family: 'HeinrichScript', sans-serif;
	position: relative;
	margin-left: -15px;
}
.sc7_slider .item .item_desc h3 b{
	background: #0F1212;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
}
.sc7_slider .item .item_desc h3:after{
	content: '';
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.sc7_slider .owl-nav .owl-prev,
.sc7_slider .owl-nav .owl-next{
	width: 33px;
	height: 63px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	-webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}
.sc7_slider .owl-nav .owl-prev:hover,
.sc7_slider .owl-nav .owl-next:hover{
	opacity: 0.8;
}
.sc7_slider .owl-nav .owl-prev{
	left: -80px;
	background: url(img/arrow_prev.png) center no-repeat;
}
.sc7_slider .owl-nav .owl-next{
	right: -80px;
	background: url(img/arrow_next.png) center no-repeat;;
}
.screen_7 .owl-numeral{
	text-align: center;
}
.screen_7 .owl-numeral span{
	display: inline-block;
	background: #0F1212;
	padding: 3px 10px;
	color: #fff;
	border-radius: 15px;
	font-size: 14px;
}
@media (max-width: 992px){
	.sc7_slider{
		padding: 0 40px;
	}
	.sc7_slider .owl-nav .owl-next{
		right: -10px;
	}
	.sc7_slider .owl-nav .owl-prev{
		left: -10px;
	}
}
@media (max-width: 768px){
	.screen_7{
		padding-bottom: 130px;
	}
	.screen_7:after{
		height: 70px;
	}
	.screen_7 .section_title{
		margin-bottom: 60px;
	}
	.sc7_slider .item .item_img{
		float: none;
		margin: 0 auto 10px;
		width: 290px;
		height: 290px;
		max-width: 100%;
		border: 15px solid #fff;
	}
	.sc7_slider .item .item_desc{
		height: auto;
		display: block;
	}
	.sc7_slider .item .item_desc h3{
		margin-left: 0;
	}
	.sc7_slider .item .item_desc h3 b{
		padding: 0;
		background: none;
	}
	.sc7_slider .item .item_desc h3:after{
		display: none;
	}
	.sc7_slider{
		padding: 0 15px;
	}
	.sc7_slider .owl-nav .owl-next{
		right: -10px;
		width: 20px;
		background-size: contain;
	}
	.sc7_slider .owl-nav .owl-prev{
		left: -10px;
		width: 20px;
		background-size: contain;
	}

}
/* Конец screen_7 */

/* Начало screen_8 */
.screen_8{
	position: relative;
	padding-top: 32px;
	padding-bottom: 82px;
	background: #fff;
	text-align: center;
}
/*.screen_8 .section_title{
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
	color: #2a3f48;
}
.screen_8 .section_title:before{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_before.png) center no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.screen_8 .section_title:after{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_after.png) center no-repeat;
	vertical-align: middle;
	margin-left: 20px;
}*/
.screen_8 .section_title{
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
	color: #2a3f48;
	line-height: 1;
	position: relative;
	padding: 0 60px;
	display: inline-block;
}
.screen_8 .section_title:before, .screen_8 .section_title:after{
	content: '';
	display: block;
	width: 41px;
	height: 5px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.screen_8 .section_title:before{
	left: 0;
	background: url(img/section_title_before.png) center no-repeat;
}
.screen_8 .section_title:after{
	right: 0;
	background: url(img/section_title_after.png) center no-repeat;
}
.sc8_slider{
	max-width: 1110px;
	margin: 0 auto;
	position: relative;
	padding: 0 80px;
}
.sc8_slider .item img{
	position: relative;
	width: 203px;
	height: 203px;
	border: 18px solid #ffffff;
	margin: 0 auto;
	display: block;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari, Chrome */
	-khtml-border-radius: 50%; /* KHTML */
	border-radius: 50%; /* CSS3 */
	z-index: 10;
}
.sc8_slider .item_cont{
	border: 1px solid #eee;
	padding: 0 20px 19px;
	border-radius: 5px;
	margin-top: -110px;
	padding-top: 100px;
}
.sc8_slider .item_cont h4{
	font-size: 18px;
	font-weight: 700;
	color: #3f5057;
	text-align: center;
	line-height: 1;
	margin-top: 6px;
	margin-bottom: 6px;
}
.sc8_slider .item_cont p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

.sc8_slider .item_cont ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: left;
}
.sc8_slider .item_cont ul li{
	font-size: 14px;
	border-bottom: 1px solid #eee;
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 18px;
	position: relative;
}
.sc8_slider .item_cont ul li:last-child{
	border:0;
}
.sc8_slider .item_cont ul li:before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #f79908;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
}
.sc8_slider .owl-nav .owl-prev,
.sc8_slider .owl-nav .owl-next{
	width: 33px;
	height: 63px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	-webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}
.sc8_slider .owl-nav .owl-prev:hover,
.sc8_slider .owl-nav .owl-next:hover{
	opacity: 0.8;
}
.sc8_slider .owl-nav .owl-prev{
	left: -10px;
	background: url(img/arrow_prev.png) center no-repeat;
}
.sc8_slider .owl-nav .owl-next{
	right: -10px;
	background: url(img/arrow_next.png) center no-repeat;
}
@media (max-width: 768px){
	.screen_8{
		padding-top: 25px;
		padding-bottom: 50px;
	}
	.screen_8 .section_title{
		margin-bottom: 38px;
	}
	.sc8_slider{
		padding: 0 15px;
	}
	.sc8_slider .owl-nav .owl-next{
		right: -10px;
		width: 20px;
		background-size: contain;
	}
	.sc8_slider .owl-nav .owl-prev{
		left: -10px;
		width: 20px;
		background-size: contain;
	}

}
/* Конец screen_8 */

/* Начало screen_9 */
.screen_9{
	text-align: center;
	color: #fff;
	background: url(img/screen_9_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 240px;
	padding-bottom: 166px;
}
.screen_9:before{
	content: '';
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(img/screen_4_after_bg.png) top center no-repeat;
	background-size: 100% 100%;
}
.screen_9:after{
	content: '';
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(img/screen_3_after_bg.png) bottom center no-repeat;
	background-size: 100% 100%;
}

/*.screen_9 .section_title{
	font-size: 60px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 14px;
}
.screen_9 .section_title:before, .screen_9 .section_title:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 2px;
	background: #f79908;
	margin: 0 16px;
}*/

.screen_9 .section_title{
	font-size: 60px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 14px;
	display: inline-block;
	position: relative;
	padding: 0 55px;
	line-height: 1;
}
.screen_9 .section_title:before, .screen_9 .section_title:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #f79908;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.screen_9 .section_title:before{
	left: 0;
}
.screen_9 .section_title:after{
	right: 0;
}


.screen_9 p{
	font-size: 18px;
	font-weight: 500;
	max-width: 700px;
	margin: 0 auto 20px;
	min-height: 66px;
}
.screen_9 .screen_9_action p{
	min-height: 0;
	max-width: 100%;
	margin-bottom: 2px;
}
.screen_9 .screen_9_action span{
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 27px;
}
.screen_9 button{
	height: 54px;
	width: 266px;
	border-radius: 54px;
	background: #f79908;
	border:0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	outline: none;
}
.screen_9 button:hover{
	opacity: 0.8;
}
@media (max-width: 768px){
	.screen_9{
		background-position: top center;
		padding-top: 140px;
		padding-bottom: 130px;
	}
	.screen_9:before, .screen_9:after{
		height: 70px;
	}
	.screen_9 .section_title{
		font-size: 50px;
		padding: 0;
	}
	.screen_9 .section_title:after, .screen_9 .section_title:before{
		display: none;
	}
}
/* Конец screen_9 */

/* Начало screen_10 */
.screen_10{
	position: relative;
	padding-top: 22px;
	padding-bottom: 82px;
	background: #fff;
}
.screen_10 .section_title{
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 55px;
	text-align: center;
	color: #2a3f48;
}
.screen_10 .section_title:before{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_before.png) center no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.screen_10 .section_title:after{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_after.png) center no-repeat;
	vertical-align: middle;
	margin-left: 20px;
}
.screen_10 .sc10_gallery{
	display: none;
}
.gallery_wrapper > div:first-child{
	display: block!important;
}
.screen_10 .sc10_gallery > a {
	display: block;
	height: 260px;
	background-size: cover;
	width: 25%;
	float: left;
	padding: 0 5px;
	border: 5px solid #fff;
}
.screen_10 .sc10_gallery > a:nth-child(4n+1) {
	width: 50%;
}
.screen_10 a.youtube_link {
	position: relative;
	background-size: 200%;
	background-position: center center;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.screen_10 a.youtube_link:before {
	position: absolute;
	content: url(img/video.png);
	top: 10px;
	right: 10px;
	z-index: 10;
}
/*.screen_10 .youtube_link:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.screen_10 .youtube_link:hover:after{
	background: rgba(0,0,0, 0.2);
}*/
.screen_10 a.youtube_link:after{
	position: absolute;
	content: '';
	display: none;
	background: rgba(0, 0, 0, 0.5) url(img/play_icon.png) center center no-repeat ;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	z-index: 9;
}
.screen_10 a.youtube_link:hover::after{
	display: block;
}
.screen_10 a.youtube_link:hover::before{
	display: none;
}
.screen_10 .view_more{
	color: #ffffff;
    display: inline-block;
    width: 266px;
	margin: 20px 0;
	padding: 18px 0;
    border-radius: 54px;
    background: #f79908;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
}
.screen_10 .view_more:hover,
.screen_10 .view_more:focus {
	text-decoration: none;
	opacity: 0.8;
}
@media (max-width: 768px){
	.screen_10{
		padding-bottom: 42px;
	}

}
@media (max-width: 568px){
	.screen_10 .sc10_gallery a{
		width: 100%!important;
		height: 300px;
	}

}
/* Конец screen_10 */

/* Начало screen_11 */
.screen_11{
	text-align: center;
	color: #fff;
	background: url(img/screen_11_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 217px;
	padding-bottom: 152px;
}
.screen_11:before{
	content: '';
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(img/screen_4_after_bg.png) top center no-repeat;
	background-size: 100% 100%;
}
.screen_11:after{
 
}
/*.screen_11 .section_title{
	font-size: 60px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 14px;
}
.screen_11 .section_title:before, .screen_11 .section_title:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 2px;
	background: #f79908;
	margin: 0 16px;
}
*/
.screen_11 .section_title{
	font-size: 60px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 14px;
	display: inline-block;
	position: relative;
	padding: 0 55px;
	line-height: 1;
}
.screen_11 .section_title:before, .screen_11 .section_title:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #f79908;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.screen_11 .section_title:before{
	left: 0;
}
.screen_11 .section_title:after{
	right: 0;
}
.screen_11 p{
	font-size: 18px;
	font-weight: 500;
	max-width: 700px;
	margin: 0 auto 20px;
	min-height: 75px;
}
#wpcf7-f10-o1 {
	max-width: 410px;
	margin: 0 auto;
}
#wpcf7-f10-o1 input[type="text"] {
	height: 54px;
	width: 50%;
	float: left;
	border: 2px solid #f79908;
	background: #fff;
	border-radius: 54px 0 0 54px;
	padding: 0 5px 0 20px;
	font-size: 18px;
	font-weight: 500;
	color: #191616;
	outline: none;
}
#wpcf7-f10-o1 input::-webkit-input-placeholder {color: #999; font-size: 18px;}
#wpcf7-f10-o1 input::-moz-placeholder          {color: #999; font-size: 18px; line-height: 50px;}/* Firefox 19+ */
#wpcf7-f10-o1input:-moz-placeholder           {color: #999; font-size: 18px; line-height: 50px;}/* Firefox 18- */
#wpcf7-f10-o1 input:-ms-input-placeholder      {color: #999; font-size: 18px;}

#wpcf7-f10-o1 [type="submit"] {
	height: 54px;
	width: 50%;
	float: left;
	border-radius: 0 54px 54px 0 ;
	background: #f79908;
	border:0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	outline: none;
	color: #fff;
}
#wpcf7-f10-o1 [type="submit"]:hover,
#wpcf7-f10-o1 [type="submit"]:active,
#wpcf7-f10-o1 [type="submit"]:focus{
	opacity: 0.8;
	outline: none!important;
	color: #fff;
}
@media (max-width: 768px){
	.screen_11{
		background-position: top center;
		padding-top: 140px;
		padding-bottom: 130px;
	}
	.screen_11:before, .screen_11:after{
		height: 70px;
	}
	.screen_11 .section_title{
		font-size: 50px;
		padding: 0;
	}
	.screen_11 .section_title:after, .screen_11 .section_title:before{
		display: none;
	}
}
@media (max-width: 500px){
	.screen_11_form input{
		border-radius: 54px;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.screen_11_form button{
		border-radius: 54px;
		float: none;
		width: 100%;
	}
}
/* Конец screen_11 */


/* Начало screen_12 */
.screen_12{
	position: relative;
	padding-top: 30px;
	padding-bottom: 84px;
	background: #fff;
	text-align: center;
}
/*.screen_12 .section_title{
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 85px;
	text-align: center;
	color: #2a3f48;
}
.screen_12 .section_title:before{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_before.png) center no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.screen_12 .section_title:after{
	content: '';
	width: 41px;
	height: 5px;
	display: inline-block;
	background: url(img/section_title_after.png) center no-repeat;
	vertical-align: middle;
	margin-left: 20px;
}
*/
.screen_12 .section_title{
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 85px;
	text-align: center;
	color: #2a3f48;
	line-height: 1;
	position: relative;
	padding: 0 60px;
	display: inline-block;
}
.screen_12 .section_title:before, .screen_12 .section_title:after{
	content: '';
	display: block;
	width: 41px;
	height: 5px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.screen_12 .section_title:before{
	left: 0;
	background: url(img/section_title_before.png) center no-repeat;
}
.screen_12 .section_title:after{
	right: 0;
	background: url(img/section_title_after.png) center no-repeat;
}
.sc12_slider{
	max-width: 1110px;
	margin: 0 auto;
	position: relative;
	padding: 0 70px;
}
.sc12_slider .item{
	padding: 0 40px;
}
.sc12_slider .item img{
	width: 132px;
	height: 132px;
	float: left;
	margin-right: 25px;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari, Chrome */
	-khtml-border-radius: 50%; /* KHTML */
	border-radius: 50%; /* CSS3 */
}
.sc12_slider .item .item_title{
	height: 132px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.sc12_slider .item .item_title span{
	font-size: 18px;
	font-weight: 700;
	color: #3f5057;
	line-height: 1;
}
.sc12_slider .item .item_title p{
	font-size: 14px;
	color: #3f5057;
	line-height: 1.3;
	margin-bottom: 0;

}
.sc12_slider .item > p{
	color: #3f5057;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 34px;
	text-align: justify;  
	position: relative;
}
.sc12_slider .item > p:before{
	content: url(img/review_icon.png);
	position: absolute;
	left: -35px;
	top: -18px;
}
.sc12_slider .owl-nav .owl-prev,
.sc12_slider .owl-nav .owl-next{
	width: 33px;
	height: 63px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	-webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}
.sc12_slider .owl-nav .owl-prev:hover,
.sc12_slider .owl-nav .owl-next:hover{
	opacity: 0.8;
}
.sc12_slider .owl-nav .owl-prev{
	left: -10px;
	background: url(img/arrow_prev.png) center no-repeat;
}
.sc12_slider .owl-nav .owl-next{
	right: -10px;
	background: url(img/arrow_next.png) center no-repeat;
}
@media (max-width: 992px){
	.sc12_slider .item img{
		float: none;
		margin: 0 auto 10px;
	}
	.sc12_slider .item .item_title{
		height: auto;
		display: block;
		text-align: center;
	}
}
@media (max-width: 768px){
	.screen_12{
		padding-top: 25px;
	}
	.screen_12 .section_title{
		margin-bottom: 58px;
	}
	.sc12_slider{
		padding: 0 15px;
	}
	.sc12_slider .owl-nav .owl-next{
		right: -10px;
		width: 20px;
		background-size: contain;
	}
	.sc12_slider .owl-nav .owl-prev{
		left: -10px;
		width: 20px;
		background-size: contain;
	}

}
/* Конец screen_12 */

/* Начало screen_13 */
.screen_13{
	position: relative;
	background: #fff;
	overflow: hidden;
	 
}
.screen_13 > [id^="ymaps"]{
	width: 100%!important;
}
.screen_13_info{
	font-family: 'ProximaNova', sans-serif;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 240px;
	background: #fff;
	max-width: 328px;
	border-radius: 5px 5px 0 0;
	padding: 24px 35px 21px;
	-webkit-box-shadow: 0px 0px 27px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 27px 1px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 27px 1px rgba(0,0,0,0.17);
}
.screen_13_info img{
	display: block;
	margin: 0 auto 15px;
}
.screen_13_info p{
	font-size: 16px;
	font-weight: 300;
	color: #2a3f48;
	margin-bottom: 21px;
}
.screen_13_info p>b{
	display: block;
	font-weight: 500;
}
.screen_13_info p a{
	font-size: 16px;
	font-weight: 400;
	color: #2a3f48;
	line-height: 1.3;
}
.screen_13_info p a[href^="mailto"]{
	color: #f79908;
	text-decoration: underline;
}
.screen_13_info p a[href^="mailto"]:hover{
	text-decoration: none;
}
.screen_13_info p a b{
	font-weight: 700;
}
@media (max-width: 1200px){
	.screen_13_info{
		margin-left: 0;
		left: auto;
		right: 50px;
	}
}
@media (max-width: 500px){
	.screen_13_info{
		right: auto;
		left: 50%;
		margin-left: -145px;
		width: 290px;
		padding: 10px 20px;
	}
}
/* Конец screen_13 */

/* Начало footer */
footer{
	background: #2a3f48;
	padding: 23px 0;
}
footer .left_col{
	margin-top: -6px;
}
footer .center_col{
	text-align: center;
}
footer .center_col>a{
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.3;
}
footer .center_col>a:hover{
	text-decoration: none;
}
footer .center_col p{
	font-family: 'ProximaNova', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-top: 9px;
	margin-bottom: 0;
}
footer .center_col p a{
	color: #fff;
	text-decoration: none;
}
footer .center_col p a:hover{
	text-decoration: underline;
}

footer .right_col{
	text-align: right;
	padding-top: 2px;
}
footer .right_col .soc{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
}
footer .right_col .soc a{
	display: inline-block;
	border-radius: 50%;
}
footer .right_col .soc a:hover{
	background: #f79908;
}
footer .right_col .phones{
	font-family: 'ProximaNova', sans-serif;
	font-size: 18px;
	font-weight: 400;
	background: url(img/icon_phone.png) left center no-repeat;
	padding-left: 33px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
}
footer .right_col .phones a{
	color: #fff;
}
footer .right_col .phones a b{
	font-weight: 700;
}
@media (max-width: 768px){
	footer .left_col{
		margin: 0 0 15px;
		text-align: center;
	}
	footer .center_col{
		margin-bottom: 15px;
	}
	footer .right_col{
		text-align: center;
	}
}
/* Конец footer */
.modall{
	display: none;
}
.popap_spasibo, .popap_error{
	display: none;
	width: 96%;
	max-width: 400px;
  padding: 40px 30px 30px;
  background: #fff;
  border-radius: 20px;
}
.popap_spasibo .pop_title, .popap_error .pop_title{
	font-size: 42px;
  font-family: 'HeinrichScript', sans-serif;
  text-align: center;
  margin-bottom: 25px;
  display: block;
  line-height: 1;
}
.popap_spasibo p, .popap_error p{
	text-align: center;
  font-size: 18px;
}
.closePopap{
	position: absolute;
	top: 14px;
	right: 14px;
	width: 22px;
	height: 22px;
	background: url(img/icon_close_black.png);
	z-index: 5;
}

.zvonok_popap{
	display: none;
	width: 96%;
	max-width: 400px;
  padding: 40px 30px 30px;
  background: #fff;
  border-radius: 20px;
}
.zvonok_popap .pop_title{
	font-size: 42px;
  font-family: 'HeinrichScript', sans-serif;
  text-align: center;
  color: #121212;
  margin-bottom: 25px;
  display: block;
  line-height: 1;
}
.zvonok_popap input[type="text"],
.zvonok_popap input[type="tel"] {
	height: 54px;
	width: 100%;
	border: 2px solid #f79908;
	background: #fff;
	border-radius: 54px;
	padding: 0 5px 0 20px;
	font-size: 18px;
	font-weight: 500;
	color: #191616;
	outline: none;
	margin-bottom: 15px;
}
.zvonok_popap input::-webkit-input-placeholder {color: #999; font-size: 18px;}
.zvonok_popap input::-moz-placeholder          {color: #999; font-size: 18px; line-height: 50px;}/* Firefox 19+ */
.zvonok_popap input:-moz-placeholder           {color: #999; font-size: 18px; line-height: 50px;}/* Firefox 18- */
.zvonok_popap input:-ms-input-placeholder      {color: #999; font-size: 18px;}

.zvonok_popap input[type="submit"]{
	height: 54px;
	width: 100%;
	border-radius: 54px;
	background: #f79908;
	border:0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	outline: none;
	color: #fff;
}
.zvonok_popap input[type="submit"]:hover,
.zvonok_popap input[type="submit"]:active,
.zvonok_popap input[type="submit"]:focus{
	opacity: 0.8;
	outline: none!important;
	color: #fff;
}

.privacy_policy_popap{
	max-width: 680px;
	width: 96%;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px 17px 30px 30px;
}
.policy_popap_desc{
	max-height: 400px;
	overflow: auto;
}
.policy_popap_desc p{
	margin-bottom: 15px;
	font-size: 15px;
}


div[class*="horse_popap"]{
	max-width: 680px;
	width: 96%;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding-bottom: 30px;
}
div[class*="horse_popap"] .closePopap:empty{
	position: absolute;
	top: 14px;
	right: 14px;
	width: 22px;
	height: 22px;
	background: url(img/icon_close.png);
	z-index: 5;
}

div[class*="horse_popap"] .hp_title{
	height: 293px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	width: 1%;
	padding: 0 10px;
}
div[class*="horse_popap"] .hp_title:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(42,63,72, 0.8);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}
div[class*="horse_popap"] .hp_title:after{
  content: '';
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: url(img/screen_3_after_bg.png) bottom center no-repeat;
  background-size: 100% 100%;
}
div[class*="horse_popap"] .hp_title span{
	position: relative;
	z-index: 2;
	font-size: 48px;
	font-family: 'HeinrichScript', sans-serif;
	margin-top: 0;
	margin-bottom: 32px;
	text-align: center;
	line-height: 1;
	padding: 0 60px;
	display: inline-block;
}
div[class*="horse_popap"] .hp_title span:before, div[class*="horse_popap"] .hp_title span:after{
	content: '';
	display: block;
	width: 41px;
	height: 5px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
div[class*="horse_popap"] .hp_title span:before{
	left: 0;
	background: url(img/section_title_before.png) center no-repeat;
}
div[class*="horse_popap"] .hp_title span:after{
	right: 0;
	background: url(img/section_title_after.png) center no-repeat;
}
div[class*="horse_popap"] .hp_desc{
	padding: 26px 58px 0;
}
div[class*="horse_popap"] .hp_desc p{
	text-align: center;
	margin-bottom: 27px;
}
div[class*="horse_popap"] .hp_desc .hp_desc_title{
	color: #2a3f48;
	font-size: 30px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 11px;
}
div[class*="horse_popap"] .hp_desc .hp_desc_title span{
	display: inline-block;
	background: #fff;
	padding: 0 15px;
	position: relative;
}
div[class*="horse_popap"] .hp_desc .hp_desc_title span:before,
div[class*="horse_popap"] .hp_desc .hp_desc_title span:after{
	content: "";
	width: 330px;
	height: 5px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
/*div[class*="horse_popap"] .hp_desc .hp_desc_title span:before{
	left: -330px;
	background: url(img/hp_desc_title_before.png) center no-repeat;
}
div[class*="horse_popap"] .hp_desc .hp_desc_title span:after{
	right: -330px;
	background: url(img/hp_desc_title_after.png) center no-repeat;
}*/

div[class*="horse_popap"] .cost_table{
	width: 100%;
	margin-bottom: 27px;
}
div[class*="horse_popap"] .cost_table td{
	font-size: 16px;
	padding: 10px 8px;
	vertical-align: middle;
	border: 0;
}
div[class*="horse_popap"] .cost_table td:last-child{
	text-align: right;
}
div[class*="horse_popap"] .cost_table td b{
	display: block;
	font-size: 18px;
	font-weight: 700;
}
div[class*="horse_popap"] button{
	height: 54px;
	width: 280px;
	border-radius: 54px;
	background: #f79908;
	border:0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	outline: none;
	color: #fff;
	margin: 0 auto;
	display: block;
}
div[class*="horse_popap"] button:hover{
	opacity: 0.8;
}
@media (max-width: 768px){
	div[class*="horse_popap"] .hp_desc{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 480px){
	div[class*="horse_popap"] .hp_title span {
		font-size: 44px;
		padding: 0;
	}
	div[class*="horse_popap"] .hp_title span:before,
	div[class*="horse_popap"] .hp_title span:after {
		background-image: none;
	}
}
/** Начало  подключения шрифтов **/
@font-face {
  font-family: "LiteraturnayaBook";
  src: url("fonts/LiteraturnayaBook/Literaturnaya-Book.eot");
  src: url("fonts/LiteraturnayaBook/Literaturnaya-Book.eot@#iefix")format("embedded-opentype"),
  url("fonts/LiteraturnayaBook/Literaturnaya-Book.woff") format("woff"),
  url("fonts/LiteraturnayaBook/Literaturnaya-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "HeinrichScript";
  src: url("fonts/HeinrichScript/HeinrichScript.eot");
  src: url("fonts/HeinrichScript/HeinrichScript.eot@#iefix")format("embedded-opentype"),
  url("fonts/HeinrichScript/HeinrichScript.woff") format("woff"),
  url("fonts/HeinrichScript/HeinrichScript.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "ProximaNova";
  src: url("fonts/ProximaNova/ProximaNovaLight.eot");
  src: url("fonts/ProximaNova/ProximaNovaLight.eot@#iefix")format("embedded-opentype"),
  url("fonts/ProximaNova/ProximaNovaLight.woff") format("woff"),
  url("fonts/ProximaNova/ProximaNovaLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "ProximaNova";
  src: url("fonts/ProximaNova/ProximaNovRegular.eot");
  src: url("fonts/ProximaNova/ProximaNovRegular.eot@#iefix")format("embedded-opentype"),
  url("fonts/ProximaNova/ProximaNovRegular.woff") format("woff"),
  url("fonts/ProximaNova/ProximaNovRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova";
  src: url("fonts/ProximaNova/ProximaNovaSemibold.eot");
  src: url("fonts/ProximaNova/ProximaNovaSemibold.eot@#iefix")format("embedded-opentype"),
  url("fonts/ProximaNova/ProximaNovaSemibold.woff") format("woff"),
  url("fonts/ProximaNova/ProximaNovaSemibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "ProximaNova";
  src: url("fonts/ProximaNova/ProximaNovaBold.eot");
  src: url("fonts/ProximaNova/ProximaNovaBold.eot@#iefix")format("embedded-opentype"),
  url("fonts/ProximaNova/ProximaNovaBold.woff") format("woff"),
  url("fonts/ProximaNova/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "MuseoSansCyrl";
  src: url("fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot");
  src: url("fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot@#iefix")format("embedded-opentype"),
  url("fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff") format("woff"),
  url("fonts/MuseoSansCyrl/MuseoSansCyrl-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "MuseoSansCyrl";
  src: url("fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot");
  src: url("fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot@#iefix")format("embedded-opentype"),
  url("fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff") format("woff"),
  url("fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "MuseoSansCyrl";
  src: url("fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot");
  src: url("fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot@#iefix")format("embedded-opentype"),
  url("fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff") format("woff"),
  url("fonts/MuseoSansCyrl/MuseoSansCyrl-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
/** Конец подключения шрифтов**/