@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic');
body{
	font-family: 'Open Sans', sans-serif;
}
.section-title h2{
		font-weight: 300;
		font-size: 48px;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 45px
}
header{
	background: url(../img/slide_01_back.jpg);
	background-size: cover;
	padding: 0 0 50px;
	color: #fff
}
.header {
    z-index: 6;
    background: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0,0,0,0.8);
    color: #fff;
	width: 100%;
}
.header .menu{
	display: flex;
    justify-content: space-between;
}
.menu li {
    display: inline-block;
}
.menu li a {
    color: #fff;
}
.menu li a {
    color: #fff;
}
.menu li a:hover, .menu li a:active, .menu li a:focus {
    color: #008787;
	background:none;
}
.fixed {
    position: fixed;
    z-index: 16;
}

header .defib_img{
	padding-top: 75px;
}
header .defib_img img{
	width: 100%;
}
header .title{
	margin-bottom: 20px;
}
header h1{
text-transform: uppercase;
margin-top: 45px;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.62);
word-break: break-word;
    font-size: 34px;
}
header h1 small{
	font-size: 24px;
	text-transform: initial;
	font-weight: 300;
	color: #fff
}
header h1 span.line{
	position: relative;
	font-weight: 600;
	font-size: 50px;
	margin: -10px;
}
header h1 span.line:before{
	border-bottom: 5px solid #ff0002;
	position: absolute;
	content: "";
	width: 100%;
	height: 45%;
}
.new_price {
    background-color: #c00;
    border-bottom: 4px solid #a00000;
    padding: 10px 0 6px 14px;
    border-radius: 20px;
    font-size: 23px;
    font-weight: 300;
    line-height: 26px;
    max-width: 235px;
}
.new_price strong{
	font-size: 45px;
	font-weight: 600
}
.desc_price h1{
	margin-bottom:5px;
	    font-size: 34px;
}

.desc_price a{
	color: #fff;
	text-decoration: underline;
}

/* timer */
.eTimer {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-right: -15px;
    justify-content: space-between;
}
.etUnit{
	box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	border-bottom: 3px solid #900000;
	background-color: #c00;
	padding: 0px 0 5px;
	width: 68px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.etNumber{
	font-size: 36px;
	font-weight: 600;
}
.eTimer .etUnit .etSign {
	text-align: center;
	margin-top: -8px;
}
.eTimer .etSep {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0px 5px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.46);
}
.etTitle {
    font-size: 15px;
    color: #fff;
    width: 90px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 6px;
}

.feature{
	padding: 24px 0;
	clear: both;
}
.feature ul{
	padding: 0;
	list-style: none;
}
.feature ul li{
	margin: 10px 0;
	padding-left: 0;
	padding-right: 30px;
	height: 65px;
}
.feature ul li i{
	float: left;
	margin-right: 15px;
}
.feature ul li span{
	margin-top: 5px;
	margin-left: 80px;
	display: block;
}
.order{
	clear: both;
	padding-top: 20px;
}
.dload a{
	display: block;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 20px;
	width: 100%;
	max-width: 303px;
}
.dload i{
	float: left;
	margin-top: 0px;
	margin-right: 20px;
}
.btn_zakaz{
	width: 100%;
	max-width: 303px;
}
/*video*/
.video-block {
    background-color: #f0f5f9;
}
.video-wrap {
    position: relative;
    width: 100%;
    padding-top: 40%;
    overflow: hidden;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
/*advantages*/
.advantages{
	background-color: #f0f5f9;
}
.advantages h2{
	color: #333333;
}
.defib img{
	width: 100%;
	margin: 30px 0 0;
}
.advantages ul{
	padding: 0;
	list-style: none;
}
.advantages ul li{
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	width: 100%;
	height: 82px;
	margin: 15px 0;
}
.advantages ul li i{
	float: left;
	margin-right: 22px;
}

/*order-page*/
.order-page{
	background: url(../img/slide_03_back.jpg);
	background-size: cover;
	padding: 50px 0 0;
	color: #fff
}
.order-page h2{
	font-size: 45px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.62);
	word-break: break-word;
	text-transform: uppercase;
}
.girl img{
	width: 100%;
}
.order-page form{
	margin-top: 40px;
}
.order-page form label{
	font-size: 16px;
	font-weight: 600;
}
.order-page form input, .order-page form select {
	width: 100%;
	border-radius: 8px;
	border: 0;
	padding: 0 15px;
	font-size: 16px;
	height: 40px;
	font-weight: 600;
	color: #000;
	cursor: pointer;
	outline: none
}
.order-page form input[type=file]{
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
	padding: 0
}
.order-page form button{
	border: 0;
    background: none;
    outline: none;
    margin-top: 10px;
    padding: 0
}
.order-page form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
  font-weight: 500;
}
.order-page form input::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
  font-weight: 500;
}
.order-page form input:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc;
  font-weight: 500;
}
.order-page form input:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
  font-weight: 500;
}

.order-page form .form-item{
	margin-bottom: 20px;
}

/*scheme*/
.scheme{
	background-color: #fff;
	padding-bottom: 30px;
	font-size: 18px;
	font-weight: 300;
}
.scheme i{
	float: left;
	margin-right: 15px;
}
.scheme span{
	display: block;
	margin-top: 25px;
}
.scheme .row div{
	height: 82px;
	margin-bottom: 15px
}
/*payment*/
.payment{
	background: url(../img/schet.png) no-repeat;
    background-size: contain;
    background-position: right;
    padding: 40px 0;
}
.payment h2{
	font-size: 45px;
	color: #333333;
	text-transform: uppercase;
}
.payment form{
	margin-top: 40px;
}
.payment form label{
	font-size: 16px;
	font-weight: 600;
}
.payment form input, .payment form select {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #919191;
	padding: 0 15px;
	font-size: 16px;
	height: 40px;
	font-weight: 600;
	color: #000;
	cursor: pointer;
	outline: none
}
.payment form input[type=file]{
	color: #000;
	font-weight: 500;
	margin-top: 10px;
	border: 0;
	padding: 0
}
.payment form button{
	border: 0;
    background: none;
    outline: none;
    margin-top: 20px;
    padding: 0
}
.payment form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
  font-weight: 500;
}
.payment form input::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
  font-weight: 500;
}
.payment form input:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc;
  font-weight: 500;
}
.payment form input:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
  font-weight: 500;
}

.payment form .form-item{
	margin-bottom: 20px;
}
/*partner*/
.partner h2{
	margin-bottom: 0
}
.block_reviews_items_wrap {
    margin-top: 50px;
}
.block_review_item{
    border-radius: 5px;
	background:#fff;
	padding-top: 15px;
    padding-bottom: 15px;
	color: #333;
	height: 236px;
    overflow: hidden;
}
.review-carousel.owl-carousel .owl-item .block_review_img img{max-width:100%; width:auto;}

.block_review_text_wrap{background:url(../img/covichka_up.png) 0% 0% no-repeat, url(../img/covichka_down.png) 100% 100% no-repeat;}
.block_review_name {
    height: 36px;
    margin-top: 10px;
    color: #132a5e;
}
.block_review_text {
    padding-top: 5px;
	padding-left: 20px;
    padding-right: 20px;
	height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
}
.block_review_post {
    height: 42px;
}
.review-carousel {
    margin-top: 20px;
    margin-bottom: 40px;
}
.review-carousel.owl-theme .owl-nav {
    display: block !important;
}
/*man-order*/
.man-order{
	background: url(../img/slide_03_back.jpg);
	background-size: cover;
	padding: 50px 0 0;
	color: #fff
}
.man-order h2{
	font-size: 45px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.62);
	word-break: break-word;
	text-transform: uppercase;
}
.man-order .man img{
	width: 100%
}
.man-order form{
	margin-top: 15px;
}
.man-order form label{
	font-size: 16px;
	font-weight: 600;
}
.man-order form input,.man-order form textarea{
	width: 100%;
	border-radius: 8px;
	border: 0;
	padding: 0 15px;
	font-size: 16px;
	height: 40px;
	font-weight: 600;
	color: #000;
	cursor: pointer;
	outline: none
}
.man-order form textarea{
	height: 92px;
	padding: 15px
}
.man-order form button{
	border: 0;
    background: none;
    outline: none;
    margin-top: -10px;
    padding: 0
}
.man-order form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
  font-weight: 500;
}
.man-order form input::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
  font-weight: 500;
}
.man-order form input:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc;
  font-weight: 500;
}
.man-order form input:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
  font-weight: 500;
}
.man-order form textarea::-webkit-input-placeholder { /* Firefox 18- */
  color: #cccccc;
  font-weight: 500;
}
.man-order form textarea::-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
  font-weight: 500;
}
.man-order form textarea:-ms-input-placeholder { /* Firefox 18- */
  color: #cccccc;
  font-weight: 500;
}
.man-order form textarea:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
  font-weight: 500;
}

.man-order form .form-item{
	margin-bottom: 20px;
}
/*footer*/
footer{
	background-color: #fff;
	padding: 80px 0;
	font-weight: 300;
	font-size: 18px
}
.up{
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index: 10;
}
.fileBtn{
	background-color: #fff;
    display: inline-block;
    padding: 6px;
    color: #000;
    cursor: pointer;
    border-radius: 8px;
    float: left;
}
.payment .fileBtn{
	border: 1px solid #919191;
}
.fileName{
	float: left;
    margin: 5px 15px;
}
.errors,.errors2 {
	display: block;
    float: left;
    clear: both;
    padding: 17px 0 0;
    font-weight: bold;
    color: #ff0;
}
.errors2 {
	color: #ff5722 !important
}
#confidential {
    padding: 0;
    margin-top: 5px;
}
#confidential a {
    color: inherit;
}

@media (max-width:1200px) and (min-width:992px){
	.dload a {
	    padding: 6px 20px;
	}
	.order-page form,.man-order form {
	    margin-top: 15px;
	}
	.order-page form .form-item,.man-order form .form-item {
	    margin-bottom: 10px;
	}
	.order-page form button,.man-order form button {
	    margin-top: 0px;
	}
	.menu li a {
		padding: 10px 5px;
	}

}
@media (max-width:991px){
	header .defib_img, 
	.girl img,
	.man img{
		display: none
	}
	.order-page form button,.man-order form button {
	    margin-top: 0px;
	}
	.order-page form,.man-order form {
	    margin-bottom: 20px;
	}
	.order-page,.man-order {
	    background: url(../img/slide_03_back.jpg) 79%;
	    background-size: cover;
	}
	.payment{
		background: #eef3f7;
	}
	.header .menu {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.menu li a {
		padding: 5px 15px;
	}
	
}
@media (max-width:767px){
	header h1{
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 45px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.62);
	word-break: break-word;
	}
	header h1 span.line{
		position: relative;
		font-weight: 600;
		font-size: 30px;
		margin: 0;
		white-space: nowrap;
	}
	header h1 small{
		font-size: 18px;
	}
	.new_price{
	    padding: 6px 10px 6px 15px;
		margin: 15px auto;
		max-width: 350px;
	}
	.new_price_wrap {
		max-width: 190px;
		margin: auto;
	}
	.new_price strong {
	    font-size: 35px;
	    font-weight: 600;
	}
	.eTimer {
		max-width: 350px;
		margin: 10px auto;
	}
	.desc_price {
	    margin-left: 0;
	}
	.order{
		text-align: center
	}
	.dload a {
	    margin: 16px auto;
	}
	.section-title h2,
	.order-page h2,
	.payment h2,
	.man-order h2{
		font-size: 32px;
	}
	.order-page,.man-order{
		padding-bottom: 20px;
	}
	.scheme span {
	    padding-top: 25px;
	}
	.block_review_item{height:auto;}
	footer{
		text-align: center;
	}
		
	.header .menu {
		flex-direction: column;
	}
	.menu_link {
		display: flex;
		align-items: center;
	}
	.menu_link button span {
		background: #fff;
	}
}
@media (max-width:680px){
	.feature ul li {
	    float: left;
	    clear: both;
	    width: 100%;
	}
	.advantages ul li{
		font-size: 16px;
	}
}
@media (max-width:420px){
	header{
		background: url(../img/slide_01_back.jpg) 165%;
		background-size: cover;
	}
	.order-page,.man-order{
		background: url(../img/slide_03_back.jpg) 165%;
		background-size: cover;
	}
	.new_price{
		width: 100%;
		font-size: 18px;
	}
	.desc_price {
	    font-size: 18px;
	    text-align: center;
	}
	.advantages ul li{
		font-size: 14px;
	}
	footer{
		text-align: left;
	}
	
}
@media (max-width:374px){
	.eTimer {
		margin-left: -15px;
		margin-right: -15px;
	}
	.etTitle {
    font-size: 13px;
	}
}
@media (min-width:767px){
	.dload{
		padding: 0;
	}
}













/*icon*/

.icon {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    display: block;
}

.icon-btn_send {
    width: 229px;
    height: 53px;
    background-position: 0 0;
}

.icon-btn_send_01 {
    width: 229px;
    height: 53px;
    background-position: 0 -53px;
}

.icon-btn_zakaz {
    width: 303px;
    height: 70px;
    background-position: 0 -106px;
}

.icon-dload_icon {
    width: 28px;
    height: 37px;
    background-position: -229px 0;
}

.icon-icon_01 {
    width: 65px;
    height: 65px;
    background-position: -257px 0;
}

.icon-icon_02 {
    width: 65px;
    height: 65px;
    background-position: -303px -65px;
}

.icon-icon_03 {
    width: 65px;
    height: 65px;
    background-position: -303px -130px;
}

.icon-icon_04 {
    width: 65px;
    height: 65px;
    background-position: 0 -195px;
}

.icon-icon_05 {
    width: 65px;
    height: 65px;
    background-position: -65px -195px;
}

.icon-icon_06 {
    width: 65px;
    height: 65px;
    background-position: -130px -195px;
}

.icon-link {
    width: 185px;
    height: 50px;
    background-position: 0 -260px;
}

.icon-preim_01 {
    width: 82px;
    height: 82px;
    background-position: -195px -176px;
}

.icon-preim_02 {
    width: 82px;
    height: 82px;
    background-position: -277px -195px;
}

.icon-preim_03 {
    width: 82px;
    height: 82px;
    background-position: -185px -277px;
}

.icon-preim_04 {
    width: 82px;
    height: 82px;
    background-position: -267px -277px;
}

.icon-shema_01 {
    width: 82px;
    height: 82px;
    background-position: -368px 0;
}

.icon-shema_02 {
    width: 82px;
    height: 82px;
    background-position: -368px -82px;
}

.icon-shema_03 {
    width: 82px;
    height: 82px;
    background-position: -368px -164px;
}

.icon-shema_04 {
    width: 82px;
    height: 82px;
    background-position: -359px -246px;
}

.icon-up {
    width: 65px;
    height: 69px;
    background-position: 0 -328px;
}


