@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|PT+Serif:400,400i,700,700i&subset=latin-ext';
/*
	font-family: 'Open Sans', sans-serif;
	font-family: 'PT Serif', serif;
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{height: 100%;}
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1;
	background: #fffefc;
	color: #000;
}
nav ul {
    list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, span{
	display: inline-block;
}
p{
	font-size: 14px;
	line-height: 22px;
	color: #898989;
	margin-bottom: 25px;
}
h1{
	color: #ffffff;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.wrapper{
	width: 1170px;
	margin: 0 auto;
}
.wrapper *{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.header_wrapp{
	width: 1023px;
	margin: 0 auto;
	position: relative;
	height: 100px;
}
.logo{
	position: absolute;
	left: 50%;
	bottom: -90px;
	width: 326px;
	height: 164px;
	margin-left: -161px;
}
.logo a{
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 326px;
	height: 164px;
}
header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fffefc;
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.06);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.06);
	box-shadow: 0 10px 20px rgba(0,0,0,.06);
	z-index: 50;
}
.menu{
	padding-top: 45px;
}
.menu ul li{
	display: inline-block;
	margin-left: 62px;
}
.menu ul li:first-child {
	margin-left: 40px;
}
.menu ul li:nth-child(3n){
	margin-left: 430px;
}
.menu ul li a{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	color: #32b6f1;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.menu ul li a:hover{
	opacity: 0.5;
}
.section{
	min-height: 450px;
	background-size: cover;
	position: relative;
	z-index: 10;
	width: 100%;
}
.section1{
	height: 100vh;
	background: #fff url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
}
.section2{
	background: #fff url(../images/bg2.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 125px;
}
.section3{
	background: #98dd71;
	padding: 65px 0 136px;
}
.section4{
	background: #fff;
	padding: 64px 0 75px;
}
.section5{
	background: #2fc1ff;
	padding: 60px 0 96px;
}
.main{
	padding-bottom: 180px;
}
footer{
	position: absolute;
	width: 100%;
	height: 180px;
	background: #fff;
	bottom: 0;
	left: 0;
}
.tagline{
	font-size: 60px;
	color: #2ebcf9;
	font-style: italic;
	font-family: 'PT Serif', serif;
	margin-bottom: 30px;
}
.tagline b{
	font-style: normal;
	font-weight: 600;
	font-family: 'Open Sans', Tahoma, sans-serif;
}
.first_block{
	width: 770px;
	height: 255px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -127px 0 0 -385px;
	text-align: center;
	z-index: 10;
}
.des_first{
	color: #23205e;
	font-size: 24px;
	line-height: 32px;
}
.button_block a{
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 0 7px 12px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 7px 12px rgba(0,0,0,.2);
	box-shadow: 0 7px 12px rgba(0,0,0,.2);
	margin-left: 30px;
	font-size: 12px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 16px 35px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.button_block{
	margin-top: 40px;
}
.button_block a:first-child{
	margin-left: 0;
}
.button_block a.know{
	background: rgb(136,208,100);
	background: -moz-linear-gradient(top, rgba(136,208,100,1) 0%, rgba(123,187,90,1) 100%);
	background: -webkit-linear-gradient(top, rgba(136,208,100,1) 0%,rgba(123,187,90,1) 100%);
	background: linear-gradient(to bottom, rgba(136,208,100,1) 0%,rgba(123,187,90,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88d064', endColorstr='#7bbb5a',GradientType=0 );
}
.button_block a.know:hover{
	background: rgb(123,187,90);
	background: -moz-linear-gradient(top, rgba(123,187,90,1) 0%, rgba(136,208,100,1) 100%);
	background: -webkit-linear-gradient(top, rgba(123,187,90,1) 0%,rgba(136,208,100,1) 100%);
	background: linear-gradient(to bottom, rgba(123,187,90,1) 0%,rgba(136,208,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bbb5a', endColorstr='#88d064',GradientType=0 );
}
.button_block a.go_main{
	background: rgb(47,193,255);
	background: -moz-linear-gradient(top, rgba(47,193,255,1) 0%, rgba(42,174,230,1) 100%);
	background: -webkit-linear-gradient(top, rgba(47,193,255,1) 0%,rgba(42,174,230,1) 100%);
	background: linear-gradient(to bottom, rgba(47,193,255,1) 0%,rgba(42,174,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fc1ff', endColorstr='#2aaee6',GradientType=0 );
}
.button_block a.go_main:hover{
	background: rgb(42,174,230);
	background: -moz-linear-gradient(top, rgba(42,174,230,1) 0%, rgba(47,193,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(42,174,230,1) 0%,rgba(47,193,255,1) 100%);
	background: linear-gradient(to bottom, rgba(42,174,230,1) 0%,rgba(47,193,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aaee6', endColorstr='#2fc1ff',GradientType=0 );
}
.who_block{
	float: left;
	width: 357px;
}
.who_img_block{
	float: right;
	width: 570px;
	position: relative;
}
.title_wh{
	font-size: 36px;
	color: #88d064;
	font-weight: 600;
	padding-left: 85px;
	position: relative;
	margin-bottom: 65px;
}
.title_wh:after{
	content: '';
	background:url(../images/title_img.png) no-repeat;
	width: 69px;
	height: 69px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
}
.who_text{
	padding-bottom: 28px;
	position: relative;
}
.who_text:before{
	content: '';
	background: #88d064;
	height: 3px;
	width: 56px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.img_who2{
	position: absolute;
	bottom: -106px;
	left: -210px;
	width: 438px;
	height: 515px;
}
.section4 h1{
	color: #88d064;
}
.note_text{
	width: 370px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom: 2px;
}
.note_text:after{
	content: '';
	background: #88d064;
	width: 57px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -29px;
}
.sertificate{
	margin-top: 22px;
}
.sertificate ul{
	text-align: center;
}
.sertificate ul li{
	display: inline-block;
	list-style: none;
	margin-left: 50px;
}
.sertificate ul li:first-child{
	margin-left: 0;
}
.product_list{
	margin-top: 15px;
}
.product_list ul{
	text-align: center;
}
.product_list ul li{
	list-style: none;
	display: inline-block;
	margin-left: 80px;
	vertical-align: bottom;
}
.product_list ul li:first-child{
	margin-left: 0;
}
.product_des{
	margin-top: -65px;
}
.name_p{
	color: #898989;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.mass_prod{
	font-weight: 700;
	color: #2fc1ff;
	font-size: 24px;
}
.contact_block{
	width: 585px;
	width: 850px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 15px 30px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.25);
	box-shadow: 0 15px 30px rgba(0,0,0,.25);
	margin: 55px auto 0;
	padding: 40px 65px 30px;
	box-sizing: border-box;
}
.contact_title{
	font-size: 36px;
	color: #88d064;
	font-weight: 600;
	margin-bottom: 35px;
}
.cr_title{
	font-size: 12px;
	color: #898989;
	line-height: normal;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.left_contact{
	float: left;
	position: relative;
	width: 190px;
	padding-bottom: 5px;
}
.left_contact:before{
	content: '';
	background: #88d064;
	width: 57px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.right_contact{
	/*float: right;*/
	float: left;
	width: 250px;
}
.second_col_contact {
	float: right;
}
.contact_row,
.contact_row a{
	font-size: 13px;
	color: #2b2b2b;
	line-height: normal;
	margin-bottom: 30px;
	text-decoration: none;
	display: block;
}
.contact_list {
	margin-top: 65px;
}
.contact_list ul li{
	list-style: none;
	margin-bottom: 30px;
	overflow: hidden;
}
.photo_c{
	float: left;
	width: 70px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	border-radius: 50%;
}
.photo_c img{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.name_contact{
	font-size: 13px;
	font-weight: 600;
	color: #2fc1ff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.info_c{
	float: left;
	margin-left: 20px;
	width: 160px;
	margin-top: 5px;
}
.position_c{
	font-size: 13px;
	color: #898989;
	margin-bottom: 10px;
}
.mail_c a{
	font-size: 13px;
	color: #2b2b2b;
	display: block;
	text-decoration: none;
}
.logo_footer{
	float: left;
	width: 165px;
	margin-top: 70px;
}
.logo_footer a{
	display: block;
}
.copy_w{
	float: right;
	margin: 85px 0 0 45px;
	color: #d0d1de;
}
.footer_menu{
	float: right;
	margin-top: 85px;
}
.footer_menu ul li{
	display: inline-block;
	list-style: none;
	margin-left: 45px;
}
.footer_menu ul li a{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	color: #32b6f1;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footer_menu ul li a:hover{
	opacity: 0.5;
}
.slider_block{
	width: 970px;
	margin: 0 auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 20px 59px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 20px 59px rgba(0,0,0,.2);
	box-shadow: 0 20px 59px rgba(0,0,0,.2);
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slider_nav .slick-slide{
	width: 242px;
	height: 119px;
	line-height: 119px;
	border-right: #f0f0f0 solid 1px;
	border-bottom: #f0f0f0 solid 1px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #2fc1ff;
	font-weight: 600;
	outline: none;
}
.slider_nav .slick-current{
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #2fc1ff;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.15);
	box-shadow: inset 0 0 4px rgba(0,0,0,.15);
}
.slider_nav .slick-current span{
	color: #ffffff;
}
.slider_nav .slick-slide:first-child{
	-moz-border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
}
.slider_nav .slick-slide:last-child{
	-moz-border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
	border-radius: 0 8px 0 0;
}
.slider_nav span{
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}
.slider_for{
	padding: 30px 60px 30px 30px;
}
.img_slider{
	float: left;
	width: 407px;
}
.text_slider{
	float: right;
	width: 400px;
}
.title_slider{
	margin: 10px 0 30px;
	padding-left: 80px;
	position: relative;
	font-size: 30px;
	color: #2fc1ff;
	font-weight: 600;
	height: 69px;
	line-height: 69px;
}
.title_slider span{
	display: inline-block;
	line-height: 35px;
	vertical-align: middle;
}
.title_slider:before{
	content: '';
	width: 69px;
	height: 69px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -30px;
}
.title_slider.slide1:before{
	background: url(../images/title_img1.png) no-repeat;
	background-size: cover;
}
.title_slider.slide2:before{
	background: url(../images/title_img2.png) no-repeat;
	background-size: cover;
}
.title_slider.slide3:before{
	background: url(../images/title_img3.png) no-repeat;
	background-size: cover;
}
.title_slider.slide4:before{
	background: url(../images/title_img4.png) no-repeat;
	background-size: cover;
}
.slick-dots li{
	margin: 0 4px;
}
.slick-dots li button{
	width: 14px;
	height: 3px;
	background: #fff;
	opacity: 0.2;
	padding: 0;
}
.slick-dots{
	bottom: -68px;
	left: 0;
}
.slick-dots li.slick-active button{
	opacity: 1;
}
.slick-prev, .slick-next{
	width: 20px;
	height: 36px;
	background: url(../images/nav_slider.png) no-repeat;
	top: 40%;
}
.slick-prev{
	background: url(../images/nav_slider.png) no-repeat 0 0;
}
.slick-next{
	background: url(../images/nav_slider.png) no-repeat -21px 0;
}
.slick-prev:hover,
.slick-prev:focus{
	background: url(../images/nav_slider.png) no-repeat 0 0;
}
.slick-next:hover,
.slick-next:focus{
	background: url(../images/nav_slider.png) no-repeat -21px 0;
}
.slick-prev:hover, .slick-next:hover{
	opacity: 0.8;
}
.slick-prev:before,
.slick-next:before{
	content: '';
}
.slick-prev{
	left: -100px;
}
.slick-next{
	right: -100px;
}
.menu_button{
	display: none;
}
.drop_menu{
	display: block;
}
.accordion{
	display: none;
}
.decor_slider{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 477px;
	height: 670px;
}
.decor_slider img{
	display: block;
	width: 100%;
}
#page-preloader{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #98dd71;
	z-index: 100500;
}
#page-preloader .spinner{
	width: 62px;
	height: 62px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/loader.gif) no-repeat;
	margin: -31px 0 0 -31px;
}
.dis_bock{
	padding-top: 40px;
	text-align: center;
	color: #d0d1de;
	font-size: 12px;
}
.dis_bock a{
	text-decoration: none;
	color: #d0d1de;
}

@media only screen and (max-width: 1366px){
	.decor_slider{
		width: 377px;
		height: 530px;
	}
}
@media only screen and (max-width: 1190px){
	.wrapper{
		width: 960px;
	}
	.header_wrapp{
		width: 960px;
	}
	.menu ul li{
		margin-left: 32px;
	}
	.slider_block{
		width: 960px;
	}
	.section3{
		overflow: hidden;
	}
	.footer_menu ul li{
		margin-left: 25px;
	}
	.who_img_block img{
		display: block;
		width: 100%;
	}
	.who_img_block{
		width: 465px;
	}
	.img_who2{
		height: auto;
		width: 345px;
		bottom: -146px;
		left: -110px;
	}
	.decor_slider{
		width: 277px;
		height: 390px;
	}
}
@media only screen and (max-width: 670px){
	.logo{
		float: left;
		position: relative;
		margin: 0;
		width: 150px;
		height: 75px;
		margin-top: 10px;
		z-index: 150;
		left: 0;
		bottom: 0;
	}
	.contact_list {
		margin-top: 0px;
	}
	.logo a{
		background-size: cover;
		width: 150px;
		height: 75px;
	}
	.wrapper{
		width: 96%;
	}
	.header_wrapp{
		width: 96%;
	}
	.contact_block{
		width: 100%;
	}
	.first_block{
		width: 96%;
		margin: -150px auto 0;
		left: 2%;
	}
	.tagline{
		font-size: 35px;
		margin-bottom: 15px;
	}
	.des_first{
		font-size: 18px;
		line-height: 23px;
	}
	.button_block{
		margin-top: 15px;
	}
	.button_block a{
		margin: 10px 0 0;
		display: block;
	}
	.who_block{
		width: 100%;
		float: none;
		text-align: center;
	}
	.title_wh{
		font-size: 30px;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.title_wh:after{
		left: 50%;
		top: -75px;
		margin: 0 0 0 -35px;
	}
	.who_text:before{
		background: none;
	}
	.who_img_block{
		width: 100%;
	}
	.img_who2{
		height: auto;
		width: 200px;
		bottom: -95px;
		left: 50%;
		margin-left: -90px;
	}
	.slider_block{
		width: 100%;
	}
	.slider_nav .slick-current{
		width: 100%;
	}
	.slider_for{
		padding: 15px;
	}
	.note_text{
		width: 100%;
	}
	.sertificate ul li{
		margin-left: 25px;
		width: 80px;
	}
	.sertificate ul li img{
		display: block;
		width: 100%;
	}
	h1{
		font-size: 23px;
	}
	.product_list ul li{
		margin: 0 0 25px 0;
		display: block;
	}
	.product_list ul li:nth-child(3n){
		margin-left: 0;
	}
	.mass_prod{
		font-size: 18px;
	}
	.name_p{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.section5{
		padding: 40px 0 50px;
	}
	.contact_block{
		margin: 20px auto 0;
		padding: 25px 15px;
	}
	.left_contact{
		float: none;
		width: 100%;
		text-align: center;
	}
	.contact_title{
		margin-bottom: 25px;
	}
	.product_list ul{
		margin-top: -100px;
	}
	.left_contact:before{
		background: none;
	}
	.logo_footer{
		float: none;
		margin: 25px auto;
		width: 120px;
	}
	.logo_footer img{
		display: block;
		width: 100%;
	}
	.footer_menu{
		display: none;
	}
	.copy_w{
		float: none;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.main{
		padding-bottom: 120px;
	}
	footer{
		height: 120px;
	}
	.drop_menu{
		display: none;
		height: 100vh;
		width: 80%;
		top: 40px;
		position: absolute;
		right: -2%;
		background: #fffefc;
		box-sizing: border-box;
		text-align: left;
	}
	.menu.open .drop_menu{
		display: block;
	}
	header{
		height: 40px;
	}
	.menu{
		float: right;
		width: 35px;
		padding-top: 10px;
	}
	.menu_button,
	.menu_button a{
		display: block;
	}
	.menu_button a span{
		display: block;
		height: 3px;
		width: 100%;
		background: #000;
		margin-top: 5px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.menu_button a span:first-child{
		margin-top: 0;
	}
	.menu.open .menu_button a span.bm1{
		-moz-transform: scale(1) rotate(45deg) translateX(0) translateY(13px);
		-webkit-transform: scale(1) rotate(45deg) translateX(0) translateY(13px);
		-o-transform: scale(1) rotate(45deg) translateX(0) translateY(13px);
		-ms-transform: scale(1) rotate(45deg) translateX(0) translateY(13px);
		transform: scale(1) rotate(45deg) translateX(0) translateY(13px);
	}
	.menu.open .menu_button a span.bm2{
		opacity: 0;
	}
	.menu.open .menu_button a span.bm3{
		-moz-transform: scale(1) rotate(-45deg) translateX(-2px) translateY(-12px);
		-webkit-transform: scale(1) rotate(-45deg) translateX(-2px) translateY(-12px);
		-o-transform: scale(1) rotate(-45deg) translateX(-2px) translateY(-12px);
		-ms-transform: scale(1) rotate(-45deg) translateX(-2px) translateY(-12px);
		transform: scale(1) rotate(-45deg) translateX(-2px) translateY(-12px);
	}
	.menu.open .menu_button a span{
		margin-left: 10px;
	}
	.menu ul li{
		display: block;
	    padding: 15px 25px;
	    margin-left: 0;
	    border-top: rgba(0,0,0,0.2) solid 1px;
	    text-align: right;
	    margin: 0!important;
	}
	.menu ul li a{
		font-size: 14px;
		font-weight: 600;
	}
	.accordion{
		display: block;
		margin: 0 auto;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #fff;
		-moz-box-shadow: 0 20px 59px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 20px 59px rgba(0,0,0,.2);
		box-shadow: 0 20px 59px rgba(0,0,0,.2);
		padding: 15px;
	}
	.slider_block{
		display: none;
	}
	.accordeon-caption{
		display: block;
		padding: 10px 15px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: #2ebcf9;
		margin: 15px 0;
	}
	.accordeon-caption span{
		color: #fff!important;
		font-weight: 600;
		font-size: 12px;
	}
	.arrow_acc{
		display: inline-block;
		background: url(../images/arrow_accordion.png) no-repeat;
		width: 19px;
		height: 10px;
		float: right;
		background-size: cover;
		-moz-transform: scale(1) rotate(180deg);
		-webkit-transform: scale(1) rotate(180deg);
		-o-transform: scale(1) rotate(180deg);
		-ms-transform: scale(1) rotate(180deg);
		transform: scale(1) rotate(180deg);
	}
	.accordeon-caption.active .arrow_acc{
		-moz-transform: scale(1) rotate(0);
		-webkit-transform: scale(1) rotate(0);
		-o-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
	.title_slider{
		font-size: 18px;
		height: auto;
		line-height: normal;
		padding-left: 60px;
		margin-top: 35px;
	}
	.title_slider:before{
		width: 49px;
		height: 49px;
		margin-top: -24px;
	}
	.title_slider span{
		line-height: 22px;
	}
	.img_accordion{
		margin-top: 25px;
	}
	.img_accordion img{
		display: block;
		width: 100%;
	}
	.section3{
		padding-bottom: 80px;
	}
	.decor_slider{
		width: 90px;
		height: 125px;
		right: auto;
		left: 50%;
		margin-left: -45px;
	}
	#section3{
		min-height: auto;
	}
	.dis_bock{
		padding-top: 10px;
	}
	.right_contact{
		float: none;
		margin: 0 auto;
	}
}






















