* {
	margin: 0;
	padding: 0;
	font: inherit;
}

html{
    width: 100%;
	height: 100%;
    min-width: 700px;
}

body{
	height: 100%;
    width: 100%;
    background-color: #ecf0f1;
}
.wrapper
{
    position: relative;
    min-height: 100%;
}
.header_and_cont{
    padding-bottom: 130px;
}

.clear{
	clear: both;
}
/* header of the site */
.header
{
    height: 90px;
    width: 100%;
    background-color: #ddebf3;
    box-shadow: 0px 1px 3px #383838;
    z-index: 3;
}

.logo{
    float: left;
    height: 80px;
    width: 120px;
    background-image: url("../image/logo-slide.png");
    background-repeat: no-repeat;
    margin-left: 50px;
    margin-top: 5px;
}
/* user Menu */
/*  */
.user_menu{
    padding-top: 11px;
    float: right;
    margin-top: 25px;
    margin-right: 50px;
    border-radius: 5px;
}
.nav {
	margin: 0px 0;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0 0px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	*display:inline; /* ie7 */
}
.nav a {
    font-family: sans-serif;
	padding: 11px 10px;
	text-decoration: none;
	color:#181515; 
	line-height: 100%;
    font-size: 1.2em;
}
.nav a:hover {
	color: #0c7ff2;
}
.nav .current a {
	background: #f35c5c;
	color: #fff;
    border-radius: 5px;
}
/* menu on center */
.nav ul {
	text-align: center;
}
/* media */
@media screen and (max-width: 970px) {
	.nav {
		position: relative;
        margin-left: 200px;
        margin-right: 10px;
		min-height: 40px;
        z-index: 3;
	}	
	.nav ul {
		width: 220px;
		padding: 7px 0;
		position: absolute;
		top: -12px;
		left: 0px;
        border: solid 1px #aaa;
        background: #ddebf3 url(../image/icon-menu.png) no-repeat 10px 18px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
		display: none; /* скрыть все <li> пункты */
		margin: 0px;
	}
	.nav .current {
		display: block; /* показывать только текущие активные <li> пункты */
	}
	.nav a {
		display: block;
		padding: 10px 10px 10px 36px;
		text-align: left;
        color: #222224;
	}
	.nav .current a {
		background: none;
		color: #222224;
	}
 
	/* при наведении на пункты меню */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(../image/icon-check.png) no-repeat 10px 10px;
	}
    /* адаптивное меню по центру */
	.nav ul {
		left: auto;
		right: 20px;
	}
 
}
/* middle content */
.middle
{
    width: 100%;
    padding-bottom: 50px;
    background-color:  #ddebf3;
}
/* SLIDER STYLE */
#wrapper {
    width: 100%;
    padding: 2px 0;
    
}
.rslides {

}
p{
    text-align: center;
    margin: 0 auto;
}
.caption {
    display: block;
    position: absolute;
    z-index: 2;
    text-shadow: none;
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba( 27, 37, 69, 0.751 );
    left: 0;
    right: 0;
    bottom: 0;
    padding: 90px 20px;
    margin: 0;
    max-width: none;
}
/* CONTEN ON SLIDER */
.image_logo{
    background-image: url("../image/logo.png");
    height: 75px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}
#h3{
    font-size: 115%;
    padding: 15px 0;
}
#h1{
    font-size: 35px;
    color: #feb939;
    padding: 10px 0;
    font-family: sans-serif;
}
#h2{
    font-size: 2em;
}

/* MAIN CONTEN after SLIDER */
.content_main{
    padding-top: 20px;
    padding-bottom: 70px;
    background-color: #ddebf3;
    box-shadow: 0px -3px 2px #3d3d3d;
}
.head_works{
    width: 90%;
    text-align: center;
    font-size: 1.7em;
    color: #0b0f1d;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.conteiner{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 100%;
}
.left{
    float: left;
    margin-left: 100px;
}
.center_right{
    float: left;
    margin-left: 100px;
}
/* blocks HOW to WORKS */
.individual img{
    float: left;
}
.individual h4{
    float: left;
    margin-left: 10px;
    margin-top: 26px;
    height: 64px;
}
.software img{
    float: left;
}
.software h4{
    float: left;
    margin-left: 10px;
    margin-top: 26px;
    height: 64px;
}
.quality img{
    float: left;
}
.quality h4{
    float: left;
    margin-left: 10px;
    margin-top: 26px;
    height: 64px;
}
.clients img{
    float: left;
}
.clients h4{
    float: left;
    margin-left: 10px;
    margin-top: 26px;
    height: 64px;
}

#foot{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* BLOCK for QUESTION */
.block_quest{
    padding: 20px 0;
    background-color: #bcd6d6;
}
.block_quest span{
    margin-left: 180px;
    font-size: 118%;
}
.block_quest a{
    margin-left: 30px;
    display: inline-block;
    background-color: #fdba34;
    width: 180px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    color: #262626;
    font-family: sans-serif;
    border-radius: 5px;
}
.block_quest a:hover{
    background-color: #fbd488;
}
/* FOOTER */
.footer{
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background-color: #9cc3c3;
    
}
.footer span{
    color: #4f4f4f;
}
/**/
/* PAGE ABOUT_US STYLE */
.header_about{
    margin-top: 2px;
    width: 100%;
    padding: 20px 0;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #bcd6d6;
    text-align: center;
    font-family: sans-serif;
    color: #2d2d2d;
}
.content_about{
    background-color: #ddebf3;
}
.top_about{
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.text_top{
    
    width: 90%;
    margin: auto;
    margin-top: 20px;
    font-size: 1.0em;
}
.text_top p{
    text-align: justify;
    font-family: sans-serif;
    line-height: 1.5;
}
.weight{
    font-weight: bold;
}
.middle_about{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    margin: auto;
}
.left_about{
    float: left;
}
.right_about{
    width: 55%;
    float: left;
    margin-left: 20px;
}
.right_about p {
    text-align: justify;
    font-family: sans-serif;
    line-height: 1.5;
}
.bottom_about{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 50px;
}
.bottom_about p{
    text-align: justify;
    font-family: sans-serif;
    line-height: 1.5;
}

/* PAGE OUR PRODUCTS STYLEs */
.content_products{
    background-color: #ddebf3;
}
.product{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo_product{
    margin-top: 15px;
    margin-left: 15px;
    width: 180px;
    height: 75px;
}
.product_about p{
    margin-top: 10px;
    text-align: justify;
    font-family: sans-serif;
    line-height: 1.5;
}
.list_product{
    margin-left: 30px;
    text-align: justify;
    font-family: sans-serif;
    line-height: 1.5;
}

/* ORDER LINKS */
.order_links{
    
    width: 180px;
    margin-top: 15px;
    margin-left: 30px;
    font-size: 115%;
}
.order_links a{
    display: inline-block;
    background-color: #fdba34;
    width: 180px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    color: #262626;
    font-family: sans-serif;
    border-radius: 5px;
}
.order_links a:hover{
    background-color: #fbd488;
}
/* CLIENTS PAGE STYLE*/
.header_clients{
    margin-top: 2px;
    width: 100%;
    padding: 20px 0;
    font-size: 1.05em;
    background-color: #bcd6d6;
    text-align: center;
    font-family: sans-serif;
    color: #2d2d2d;
}
.list_clients{
    margin-left: 200px;
    text-align: justify;
    font-family: sans-serif;
    line-height: 1.5;
}
.list_clients a{
    text-decoration: none;
    color: #0471d1;
}
.list_clients a:hover{
    color: #1c93fb;
}
/* CONTENT OF CLIENTS PAGE */
/* TOP PART OF CONTENT */
.content_clients{
   background-color: #ddebf3;
    padding: 20px 0;
}
.top_clients{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 85%;
    margin: auto;
}
.left_picture{
    float: left;
}

.text_right{
    width: 50%;
    float: left;
    margin-left: 10px;
}
.text_right p {
    text-align: justify;
    font-family: sans-serif;
    line-height: 1.5;
}
/* MIDDLE PART OF CONTENT */

.middle_clients{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 85%;
    margin: auto;
}
.right_picture{
    float: left;
    margin-left: 20px;
}
.text_left{
    width: 47%;
    float: left;
}
.text_left p {
    text-align: justify;
    font-family: sans-serif;
    line-height: 1.5;
}
.bottom_clients{
    width: 85%;
    padding-top: 5px;
    padding-bottom: 50px;
}
.bottom_clients p{
    text-align: justify;
    font-family: sans-serif;
    line-height: 1.5;
}
/**/
/* SAFETY PAGE STYLE*/
.header_safety{
    margin-top: 2px;
    width: 100%;
    padding: 20px 0;
    font-size: 1.1em;
    background-color: #bcd6d6;
    text-align: center;
    font-family: sans-serif;
    color: #ea2e2e;
}
.content_safety{
    width: 100%;
    background-color: #ddebf3;
}
.block_list_safety {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: justify;
    font-family: sans-serif;
    line-height: 1.5;
    margin: auto;
}
.list_safety{
    list-style: numeric;
}
.safety_text{
    width: 90%;
    padding-top: 5px;
    padding-bottom: 80px;
    font-family: sans-serif;
    line-height: 1.5;
    margin: auto;
}
.safety_text p{
    text-align: justify;
}
/* CONTACTS PAGE STYLE */
.header_cont{
    margin-top: 2px;
    width: 100%;
    height: 60px;
    padding: 15px 0;
    font-size: 1.1em;
    background-color: #bcd6d6;
    text-align: center;
    font-family: sans-serif;
    color: #252222;
}
.text_header_cont{;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.header_cont img{
    float: left;
    
}
.header_cont h4{
    float: left;
    margin-top: 20px;
}

/* CONTENT OF PAGE SUPPORT  */
.support_content{
    width: 100%;
    padding-bottom: 30px;
    
}
.block_adress_cont_form{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}
.address_office{
    float: left;
    margin-left: 100px;
    margin-top: 20px;
    width: 250px;
    padding: 20px 15px;
    background-color: #c9e5f2;
    border-radius: 5px;
    font-family: sans-serif;
}
.address_office:hover{
    background-color: #d5ebf5;
    box-shadow: 1px 1px 10px #606060;
}
.address_office h2{
    font-size: 1.4em;
    color: #0000ad;
}
.address_office span{
    font-size: 1.2em;
    color: #19191e;
}
.contact_form{
    float: left;
    margin-top: 20px;
    margin-left: 100px;
    padding: 20px 30px;
    background-color: #c9e5f2;
    border-radius: 5px;
    max-width: 450px;
}
.contact_form:hover{
    background-color: #d5ebf5;
    box-shadow: 1px 1px 10px #606060;
}
#contact_form input{
    width: 400px;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 108%;
}
textarea{
    margin-top: 10px;
    width: 412px;
    height: 100px;
    resize: none;
    padding: 10px 10px;
    font-size: 105%;
}
.g-recaptcha{
    margin-top: 10px;
}

input[type="file"]{
    width: 210px;
    background-color: #f4f4f4;
}
input[type="submit"]{
    background-color: #fdba34;
    width: 150px !important;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #262626;
    font-family: sans-serif;
    border-radius: 5px;
    border: none;
}
input[type="submit"]:hover{
    background-color: #fbd488;
    cursor: pointer;
}
.errors_message{
    text-align: center;
    color: #ff4b19;
    font-size: 105%;
    font-weight: bold;
    font-family: sans-serif;
}

.papka24 {
    background: url("../image/papka24.jpg");
    color: #000;
    display: block;
    width: 38px;
    height: 250px;
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 99999;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px -5px #75B94A;
    border-right: 1px solid #64AE31;
    border-bottom: 1px solid #64AE31;
}

.info_papka24{
	position: fixed;
	z-index: 2147483647;
	top: 233.297px;
	left: 49px;
	display: none;
	text-align: center;
	font-family: Corbel;
	
}

.tooltipsy{
	padding: 10px;
	max-width: 300px;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(100, 174, 49);
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 10px;
	text-shadow: none;
}