/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #353535;
}

a {
	text-decoration: none;
}

.block1 {
	min-width: 1000px;
	background: url(images/block1.jpg?i) no-repeat top center; background-size: cover; height: 573px;
}

.inner {
	width: 964px;
	margin: 0 auto;
}

.logo {
	display: block;
	float: left;
	width: 107px;
	height: 107px;
	margin-top: 13px;
}

.topa {
	height: 74px;
	background: #e3e3e3;
	width: 600px;
	border-radius: 0px 4px 4px 0px;
	float: left;
	margin-top: 28px;
	color: #cb0505;
	font-size: 34px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 3px;
	
}

.topa span {
	color: #353535;
	display: block;
	font-size: 12px;
	text-transform: none;
	padding-left: 2px;
}

.topa div, .topa img {
	display: block;
	float: left;
}

.topa img {
	margin-left: 50px;
	margin-top: 9px;
}

.topa .strong {
	font-size: 24px;
	display: block;
	padding-left: 10px;
	height: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 230px;
	overflow: hidden;;
	float: none;
}

.topa .strong phone {
	display: block;
	white-space: nobr;
	width: 230px;
}

.topa a {
	font-size: 13px;
	color: #353535;
	display: table-cell;
	float: left;
	margin-left: 14px;
	height: 22px;
	line-height: 26px;
}

.topa a:hover {
	animation: puls 0.5s ease-out;
    animation-iteration-count: infinite;
}

.topa a.actual {
	font-size: 18px;
	color: #cb0505;
	border-bottom: 1px dashed #cb0505;
	line-height: 22px;
}

.topa a.actual:hover {
	animation: none
}

.phona {
	background: #cb0505 url(images/phona.png) no-repeat left;
	color: #fff;
	height: 59px;
	display: block;
	float: right;
	width: 177px;
	border-radius: 4px;
	padding-left: 73px;
	font-size: 15px;
	padding-top: 18px;
	margin-top: 28px;
	background-position: 16px 20px;
	animation: pulsate 1s ease-out;
	animation-name: pulsate;
    animation-iteration-count: infinite;
	transition: 0.5s
}

.phona:hover {
	background-color: #ec7a00; 
}

@keyframes pulsate {
    100% {-webkit-transform: scale(1.03, 1.03);}
}

@keyframes puls {
    100% {-webkit-transform: scale(1.05, 1.05);}
}


.getphone {
	transition: 0.1s;
}

.block1 h1 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	clear: both;
	font-size: 34px;
	padding-top: 25px;
	font-weight: bold;
}

.block1  .h1_comment {
	text-align: center;
	color: #fff;
	padding-top: 12px;
	font-size: 16px;
}

.pulse_head strong {
	font-weight: normal;
	display: block;
}

.pulse_head strong:hover {
	animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite;
}

.main_links {
	padding-top: 40px;
	margin: 0 auto;
	width: 890px;
	overflow: hidden;
}

.main_links a {
	display: block;
	height: 86px;
	background: #cb0505;
	color: #fff;
	font-size: 20px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 16px;
	float: left;
	margin-bottom: 12px;
	transition: 0.5s;
	transform: translateX(-1000px);
}

.main_links a.trans1000 {
	transform: translateX(1000px);
	margin-left: 12px;
}


.main_links a.blue {
	background: #2154d4;
}
.main_links a.mesto {
	transform: translateX(0px);
}

.main_links a:hover {
	background: #ec7a00;
	animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite;
}

.main_links a span {
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	padding-top: 10px;
}

.block2 {
	height: 284px;
	background: url(images/block2.jpg?i) no-repeat top center; background-size: cover; background-position: center -180px;
	min-width: 1000px;
}

.block2 .head {
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 44px;
	font-weight: bold;
}

.block2 .head_comment {
	font-size: 18px;
	text-align: center;
	padding-top: 30px;
}

.block2 .phone{
	display: block;
	height: 49px;
	border: 1px solid #cb0505;
	font-size: 24px;
	outline: 0;
	padding-left: 52px;
	width: 410px;
	float: left;
	margin-top: 3px;
}

.phone-waiting {
	font-weight: bold; display: block; text-transform: uppercase; color: #fff; background: #cb0505; width: 160px; text-align: center;
	height: 49px;
	line-height: 52px;
	font-size: 18px;
	position: absolute;
	margin-top: 5px;
	margin-left: 303px;
	transition: 0.5s;
}

.phone-waiting:hover {
	background: #ec7a00;
	animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite;
}

.block3 {
	background: #667fbf;
	height: 253px;
	min-width: 1000px;
}

.block3 .head {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	height: 80px;
	line-height: 80px;
	background: #596893;
}

.block3 .items img{
	display: block;
	float: left;
	padding-top: 17px;
}

.block3 .items div {
	float: left;
	color: #fff;
	font-size: 20px;
	width: 644px;
	margin-left: 20px;
	margin-top: 33px;
	line-height: 30px;
	padding-right: 10px;
}

.block3 .items div span {
	display: block;
	float: right;
	font-size: 24px;
	padding-top: 40px;
}

.block4 {
	height: 709px;
	background: url(images/block4.jpg?i) no-repeat top center; background-size: cover;
	min-width: 1000px;
	padding-top: 22px;
}

.block_info .inner {
	width: 841px;
	background: rgba(255,255,255,0.8);
}

.block_info .inner .head {
	font-size: 36px;
	text-align: center;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.block_info .inner .head span {
	display: block;
	font-size: 24px;
	text-transform: none;
}

.block_info .head_comment {
	color: #353535;
	text-align: center;
	font-size: 18px;
}

.block_info .items {
	width: 775px;
	margin: 0 auto;
	padding-top: 28px;
}

.block_info .items span{
	display: block;
	float: left;
	background: #000;
	color: #fff;
	height: 43px;
	line-height: 43px;
	text-align: center;
	margin-bottom: 14px;
}

.block_info .info {
	height: 295px;
	background: #fff;
	border-top: 10px solid #cb0505;
	padding-top: 13px;
	font-size: 16px;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

.block_info .column {
	float: left;
	width: 196px;
}

.block_info .column img {
	display: block;
	margin: 0 auto;
}

.block_info .column a {
	background: #667fbf;
	color: #fff;
	display: block;
	text-align: center;
	height: 47px;
	font-size: 14px;
	padding-top: 6px;
	transition: 0.5s;
}

.block_info .column a:hover {
	background: #ec7a00;
	animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite;
}

.block_info .column div {
	position: absolute;
	margin-left: 217px;
	margin-top: -25px;
	color: #cb0505;
}

.block_info .column span {
	color: #cb0505;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	display: block;
	padding-top: 20px;
}

.block_info .column2 {
	float: left;
	width: 600px;
	padding-left: 20px;
}

.block_info .column2 p {
	text-align: justify;
}

.block_info .form {
	width: 841px;
	margin: 0 auto;
	padding-top: 27px;
}

.block_info .form input {
	display: block;
	float: left;
	width: 231px;
	height: 52px;
	font-size: 18px;
	border: 1px solid #353535;
	background: rgba(255,255,255,0.9);
	padding: 0;
	padding-left: 26px; 
	margin-right: 14px;
}

.block_info .form a {
	color: #fff;
	background: #cb0505;
	display: block;
	height: 52px;
	line-height: 52px;
	float: left;
	width: 295px;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}

.block_info .form a:hover {
	background: #ec7a00;
	animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite;
}

.block_reply {
	background: #667fbf;
	height: 245px;
	min-width: 1000px;
}

.block_reply .head {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	height: 80px;
	line-height: 80px;
}

.block_reply .reply {
	width: 848px;
	margin: 0 auto;
	padding: 10px;
	padding-left: 128px;
	color: #fff;
	font-size: 16px;
	text-align: justify;
	background: rgba(255,255,255,0.1);
}

.block_reply .reply img {
	display: block;
	position: absolute;
	margin-left: -115px;
	margin-top: 10px;
}

.block_reply .reply span {
	display: block;
	color: #d6daee;
	font-size: 14px;
	padding-top: 2px;
}

.block5 {
	height: 629px;
	background: url(images/block5.jpg?i) no-repeat top center; background-size: cover;
	min-width: 1000px;
	padding-top: 32px;
}

.block5 .inner .head {
	line-height: 46px;
	background: rgba(255,255,255,0.9);
	height: auto;
	padding: 10px 44px;
}

.block6 {
	height: 599px;
	background: url(images/block6.jpg?i) no-repeat top center; background-size: cover;
	min-width: 1000px;
	padding-top: 32px;
}

.block6 .inner .head, .block7 .inner .head, .block8 .inner .head, .block9 .inner .head, .block10 .inner .head {
	line-height: 46px;
	background: rgba(255,255,255,0.9);
	height: auto;
	padding: 10px 44px;
}

.block7 {
	height: 599px;
	background: url(images/block7.jpg?i) no-repeat top center; background-size: cover;
	min-width: 1000px;
	padding-top: 32px;
}

.block7.block_info .inner .head span {
	font-size: 21px;
}

.block8 {
	height: 599px;
	background: url(images/block8.jpg?i) no-repeat top center; background-size: cover;
	min-width: 1000px;
	padding-top: 32px;
}

.block9 {
	height: 599px;
	background: url(images/block9.jpg?i) no-repeat top center; background-size: cover;
	min-width: 1000px;
	padding-top: 32px;
}

.block10 {
	background: url(images/block_2ndfl_detail.jpg?i) no-repeat top center; background-size: cover;
	min-width: 1000px;
	padding-top: 32px;
}

.block10 .details {
	width: 850px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	padding: 0;
	margin: 0 auto;
}

.block10 .details .arts,.block10 .details .intap, .block10 .details .faqur {
	display: block;
	float: left;
}

.block10 .details .intap {
	background: #cb0505;
	color: #fff;
	font-size: 18px;
	width: 220px;
	padding: 25px; 
	transition: 1s;
}

.block10 .details .intap:hover {
	background-color: #ec7a00;
	background-position: 7px 5px;
	animation: puls 1s ease-out;
    animation-iteration-count: infinite;
}

.block10 .details .arts {
	background: url(/images/arts_icon.png) no-repeat 22px center;
	height: 96px;
	line-height: 100px;
	width: 194px;
	padding-left: 100px;
	font-size: 17px;
}

.block10 .details .item, .block10 .details .item2 {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
	font-size: 12px;
	clear: both;
}

.block10 .details .item2 {
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}

.block10 .details .item2 .angle{
	display: block;
	position: absolute;
	margin-left: 46px;
	margin-top: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #d8dbef;
}

.block10 .details .item .img, .block10 .details .item2 .img {
	display: block;
	width: 74px;
	float: left;
	margin-right: 12px;
	height: 75px;
}

.block10 .details .item2 .img {
	width: 50px;
	height: 60px;
}

.block10 .details .item2 .img img {
	border-radius: 23px;
}

.block10 .details .item .lnk, .block10 .details .item2 .lnk {
	font-size: 18px;
	display: block; 
	color: #353535;
	transition: 0.3s;
}

.block10 .details .item2 .lnk {
	font-size: 12px;
}

.block10 .details .item a.lnk:hover, .block10 .details .item2 a.lnk:hover {
	color: #ec7a00
}

.block10 .details .item .showvideo {
	display: block; color: #fff; background: #cb0505; width: 230px; height: 40px; line-height: 40px; float: left;
	text-align: center;
	font-size: 14px;
	margin-left: 17px;
	margin-top: 12px;
	transition: 1s;
}

.block10 .buy_2ndfl, .block .buy_2ndfl {
	display: block; color: #fff; background: #cb0505; width: 480px; height: 60px; line-height: 60px;
	text-align: center;
	font-size: 18px;
	transition: 1s;
	margin: 0 auto;
	margin-top: 22px;
	transition: 1s;
}

.block10 .buy_2ndfl:hover, .block .buy_2ndfl:hover {
	background-color: #ec7a00;
	background-position: 7px 5px;
	animation: puls 1s ease-out;
    animation-iteration-count: infinite;	
}

.block10 .details .item .showvideo:hover {
	background-color: #ec7a00;
	background-position: 7px 5px;
	animation: puls 1s ease-out;
    animation-iteration-count: infinite;	
}

.block10 .faqur {
	background: url(/images/faq_icon.png) no-repeat right center;
	height: 96px;
	line-height: 100px;
	width: 184px;
	padding-right: 50px;
	padding-left: 30px;
	font-size: 18px;
}

.block10 .inner .head {
	background: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 36px;
}

.feet .logo {
	display: block;
	float: left;
	margin-top: 70px;
}

.feet .dr-pulse {
	color: #fff;
	float: left;
	margin-top: 90px;
	font-size: 30px;
	padding-left: 26px;
}

.feet .dr-pulse span {
	display: block;
	font-size: 18px;
}

.feet .ugol {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 30px solid #394e82;
	border-bottom: 20px solid transparent;
	float: left;
	margin-top: 96px;
	margin-left: 20px;
}

.feet .links {
	height: 137px;
	background: #394e82;
	float: left;
	padding: 10px;
	padding-left: 14px;
	margin-top: 50px;
}

.feet .links a {
	color: #fff;
	display: block;
}

.feet .fishki {
	width: 190px;
	float: left;
	margin-left: 8px;
	margin-top: 50px;
}

.feet .fishki div {
	color: #fff;
	height: 50px;
	font-size: 14px;
	text-align: center;
	background: #cb0505;
	margin-bottom: 4px;
	line-height: 50px;
}

.feet .fishki div span {
	display: block;
}

.feet .contacts a {
	color: #fff;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	margin-right: 25px;
	padding: 4px 10px;
	padding-left: 40px;
	transition: 0.5s;
	background: rgba(255,255,255,0.1) url(images/email_icon.png) no-repeat left;
	background-size: 30px;
	background-position: 5px 5px;
}

.feet .contacts a:hover {
	background-color: #ec7a00;
	background-position: 7px 5px;
	animation: puls 0.5s ease-out;
    animation-iteration-count: infinite;
}

.phone.err {
	animation: puls 0.1s ease-out;
    animation-iteration-count: 4;
}

.topform {
	position: absolute; width: 245px; background: #fff; 
	margin-left: 8px;
	margin-top: 5px;
	padding-top: 14px;
	display: none;
	border-radius: 4px;
}

.topform input {
	height: 25px;
	padding: 4px;
	outline: 0;
	border: 1px solid #cb0505;
	font-size: 16px;
	display: block;
	width: 160px;
	margin: 0 auto;
}

.topform a {
	color: #fff;
	background: #cb0505;
	text-align: center;
	display: block;
	height: 30px;
	line-height: 30px;
	border-radius: 0px 0px 4px 4px;
	transition: 0.5s;
}

.topform a:hover {
	background-color: #ec7a00;
}

.bottom_articles {
	background: #596893;
	font-size: 12px;
	color: #fff;
}

.bottom_articles a {
	color: #fff;
	font-size: 16px;
	display: block;
	padding-bottom: 4px;
}

.bottom_articles h3 {
	color: #fff;
	padding-top: 30px;
	margin: 0;	
	font-size: 20px;
	padding-bottom: 10px;
}

.bottom_articles .item {
	text-align: justify;
}

.bottom_articles img {
	border-radius: 10px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.bottom_articles table td {
	padding: 10px;
}

.bottom_articles .faq {
	padding: 10px;
	background: rgba(0,0,0,0.1)
}

.bottom_articles .more {
	text-decoration: underline; width: 300px; margin: 0 auto; display: block; background: rgba(255,255,255,0.1); text-align: center;
	height: 30px;
	line-height: 30px;
}

.bottom_articles .more:hover {
	background-color: #ec7a00;
	background-position: 7px 5px;
	animation: puls 1s ease-out;
    animation-iteration-count: infinite;
}

.block6 .btn_buy {
	display: block; float: right; background: #cb0505; color: #fff; text-transform: uppercase; width: 170px; height: 47px; line-height: 47px; text-align: center
}

.block6 .btn_buy div {
	position: absolute;
	color: #fff;
	background: #f49839;
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 0px 0px 0px 100px;
	margin-top: 47px;
	margin-left: 60px;
	padding-left: 10px;
	text-transform: lowercase;
}

.block6 .btn_buy:hover {
	background: #ec7a00;
	animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite;
}

.block_how_2ndfl {
	height: 690px;
	min-width: 1000px;
	background: #3d6894 url(/images/how_work.jpg) no-repeat;
	background-size: 140%;
	background-position: center;
}

.block_how_2ndfl .head {
	text-align: center;
	min-width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-size: 48px;
	line-height: 196px;
}

.block_how_2ndfl .inner div {
	min-width: 255px;
}