﻿
/*------------------------------------------------------------------------------------------------*/
/*                                           BASIC                                                */
/*------------------------------------------------------------------------------------------------*/
body
{
	background: #ffffff;
	margin:0;
	padding:0;
	font-family:Arial;
}

#conteiner
{
	width:1250px;
	border:1px solid #E2E2E2;
	margin:0 auto;
	padding:0;
	margin-top:-20px;
}

/*---------------------------------------------------------------------------*/
/*                                    BUTTONS                                */
/*---------------------------------------------------------------------------*/
#form_block form input[type="submit"],
#readmore,
div a.btn
{
	font-family:MicraDi,Calibri;
	font-size:23px;
	color:#c22326;
    text-align: center;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(217,217,217,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(217,217,217,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(217,217,217,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(217,217,217,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(217,217,217,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(217,217,217,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	border:1px solid rgba(226,226,226,1);
	border-radius:10px;
	text-decoration:none;
	cursor: pointer;
}

#form_block form input[type="submit"]:hover,
#readmore:hover,
div a.btn:hover
{
	background: #f5f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2RiZGNlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2I4YmFjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2RkZGZlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-8 */

}

/*---------------------------------------------------------------------------*/
/*                                    BLOCKS                                 */
/*---------------------------------------------------------------------------*/

.blocks
{
    display: block;
    width: 100%;
    position: relative;
    padding:0;
    margin: 0;
}

.right_col
{
    display: block;
	width:30%;
    margin-right: 0;
    margin-top: 40px;
    margin-left: 70%;
    text-align: center;
    font-size:25px;
    font-family:MicraDi,Verdana;
    color: #ffffff;
    background: #f53d3d;
    padding: 10px 0;
}

/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Header                                               */
/*------------------------------------------------------------------------------------------------*/
#header
{
	background:url('../img/header.png')  #ffffff no-repeat top left;
	background-size:100%;
	padding-top:20px;
	margin:0;
}

#header p#logo
{
	width:auto;
	text-align:right;
	padding:15px 25px 33px 0;
	margin:0;
	background:url('../img/logo.png')  rgba(222,218,221,0.58) no-repeat 30px center;
	font-size:16px;
	font-family:MicraDi;
	color:#842a2a;
}

#header p#tel_header
{
	display:block;
	width:auto;
	text-align:right;
	padding:370px 30px 0 0;
	margin:0;
	font-size:48px;
	font-family:MicraDi,Arial;
	color:#b0aeae;
}

#header p#adress_header
{
	display:block;
	width:auto;
	text-align:right;
	padding:5px 30px 0 0;
	margin:0;
	font-size:32px;
	font-family:MicraDi,Verdana;
	color:#f53c3c;
}

#header p#adress_header span
{
	font-size:20px;
}

#header p#adress_header span span
{
	font-size:15px;
}

#call_back, #call_back1
{
	display:block;
	width:100%;
	background:url('../img/logo2.png') #464444 no-repeat 10px center;
	color:#ffffff;
	margin-top:100px;
}

#call_back1
{
	position:fixed;
	top:0;
	left:0;
	margin:0 auto;
	font-family:Stencil,Arial;
	font-size:40px;
	text-align:right;
	padding:0;
	display:none;
	z-index:18;
}

#call_back1 p
{
	padding:0;
	margin:0;
}

#call_back1 p a, #call_back p a
{
	text-decoration:none;
	color:#ffffff;
}

#call_back p
{
	font-family:Stencil,Arial;
	font-size:40px;
	text-align:right;
}

div a#call_back_btn, div a#call_back_btn_1
{
    font-size: 16px;
	float:right;
	padding:5px 10px;
	margin:12px 30px 10px 30px;
    font-family:MicraDi,Verdana;
}

#up_a
{
	display:block;
	padding:0;
	width:30px;
	height:25px;
	margin-right:30px;
	margin-top:10px;
	background:url('../img/up.png') no-repeat top left;
	float:right;
}


.soc_btn
{
	display:block;
	float:right;
	width:36px;
	height:36px;
	margin:8px 10px 0 0;
}

.soc_btn:hover
{
	opacity:0.8;
}

#vk
{
	background:url('../img/vk.png') no-repeat center center;
}

#fb
{
	background:url('../img/facebook.png') no-repeat center center;
}

#gp
{
	background:url('../img/google.png') no-repeat center center;
}

/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Action                                               */
/*------------------------------------------------------------------------------------------------*/
#action p#action_logo
{
    margin-top: 100px;
	display:block;
	width:auto;
	text-align:center;
	padding:0;
	margin:0;
	font-size:70px;
	font-family:MicraDi,Arial;
	color:#db3838;
}

#action p#action_text
{
	margin-top: 80px;
    display:block;
	max-width:50%;
	text-align:center;
	font-size:30px;
	font-family:Calibri;
	color:#9c9898;
}

#action p#timer_text
{
	display:block;
	font-size:25px;
	font-family:Calibri;
	color:#9c9898;
    padding-left: 40px;
	margin-top:50px;
}

#action p#action_text span.asp
{
	color:#dc2222;
}

#action p#action_text span.asp1
{
	font-size:45px;
}

#action p#action_text span.asp2
{
	font-size:38px;
}

#action_form
{
	display:block;
	width:100%;
	background:#ede8e8;
	color:#db3c3c;
}

#action_form p
{
	font-family:MicraDi,Arial;
	font-size:30px;
	text-align:center;
	padding:15px;
}

div a#action_btn
{
	float:right;
	padding:5px 10px;
    font-size:23px;
	width:300px;
	margin:11px 80px 11px 0px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

/* --------------------------- Timer --------------------------- */

#timetoevent
{
    display:block;
    float: right;
    margin-top: 60px;
    margin-right: 50px;
}

#t_second
{
    display: none;
}

.timer
{
    position:relative;
	display:block;
    float:left;
    font-size: 120px;
    margin:0 0 0 20px;
	background:url('../img/timer_bg.png') no-repeat top center;
    font-family: Antonio;
	color:#9D9D9D;
	width:180px;
	height:226px;
}

.timer span
{
	display:inline-block;
	width:50%;
	text-align:center;
	vertical-align:middle;
	padding-top:25px;
}

.timer_t
{
	display:block;
	font-family:Arial;
	font-size:25px;
	text-align:center;
	color:#9D9D9D;
	float:right;
}

#m
{
	padding-right:100px;
}

#h
{
	padding-right:120px;
}

#d
{
	padding-right:140px;
}

#t_day
{
	color:#db3838;
}

#t_day .timer_t
{
	padding-left:45px;
}

#t_hour .timer_t
{
	padding-left:45px;
}

#t_minute .timer_t
{
	padding-left:45px;
}

/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Services                                             */
/*------------------------------------------------------------------------------------------------*/
#carousel
{
	margin-top:100px;
	display:block;
	position:relative;
	width:100%;
	clear:right;
	height:500px;
	background:url('../img/carousel_bg.png');
}

#carousel a
{
	display:block;
	width:40px;
	height:100%;
	position:absolute;
	top:0;
}

#carousel a:hover
{
	opacity:0.7;
}

.car_l
{
	background:url(../img/left_s.png) no-repeat left center;
	left:20px;
}

.car_r
{
	background:url(../img/right_s.png) no-repeat right center;
	right:20px;
}

.roundabout-holder 
{
    padding: 0;
    margin: 0 auto;
    height: 500px;
    width: 700px;
}
		
.roundabout-moveable-item 
{
    height: 430px;
    width: 600px;
    cursor: pointer;
    display:block;
}
		
.roundabout-moveable-item img 
{
    height: 100%;
    width: 100%;
}

/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Working                                              */
/*------------------------------------------------------------------------------------------------*/
#working
{
	background:url(../img/mech.png) no-repeat 100px 200px;
}

#working ul
{
	font-family:Arial;
	font-size:24px;
	color:#a49e9e;
	list-style-image: url('../img/boob.png');
	margin-top:40px;
	margin-bottom:100px;
	margin-left:220px;
}

#working ul li span
{
	font-size:34px;
	color:#ff2424;
}

#li2
{
	margin-left:280px;
	margin-top:45px;
}

#working #li2 span
{
	font-size:28px;
}

#li3
{
	margin-left:450px;
	margin-top:20px;
}

#working #li3 span
{
	font-size:26px;
}

#li4
{
	margin-left:420px;
	margin-top:60px;
}

#working #li4 span
{
	font-size:26px;
}

#li5
{
	margin-left:300px;
	margin-top:90px;
}

#question_form
{
	display:block;
	width:100%;
	background:#e41212;
}

#question_form p
{
	font-family:MicraDi,Arial;
	font-size:30px;
	text-align:center;
	text-align:center;
	padding:15px;
	color:#ffffff;
}

div a#question_btn_1, div a#question_btn_2
{
	float:right;
	padding:10px 10px;
	width:300px;
	margin:12px 80px 12px 0px;
	font-size:16px;
    /*color:#c32327;*/
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}


/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Benefits                                             */
/*------------------------------------------------------------------------------------------------*/
#benefits
{
	background:url('../img/scales.png') no-repeat 90% 60px;
}

#benefits .right_col
{
	margin-left:0;
}

#readmore
{
	display:block;
	width:260px;
	margin:60px 30px;
	font-size:20px;
	padding:5px;
	text-decoration:none;
	text-align:center;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}


#benefits div
{
	margin-top:100px;
	margin-left:30px;
}

#benefits div p
{
	font-family:Arial;
	font-size:26px;
	color:#afaeae;
	list-style-image: url('../img/boob.png');
}

#benefits div p span
{
	color:#f53c3c;
}

#benefits div.more
{
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
    color: #626262;
    display:none;
}

#benefits div.more ul
{
    margin-top: 0;
    padding-top: 0;   
}

#benefits div.more span
{
    font-size:20px;  
}

/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Why                                                  */
/*------------------------------------------------------------------------------------------------*/
#why .right_col
{
	width:50%;
	margin-left:50%;
}

#why h1
{
	font-size:50px;
	text-align:center;
	color:#8a8787;
	font-weight:normal;
	margin-top:80px;
	line-height: 1;
}

#why h1 span
{
	font-size:80px;
}

#why div
{
	width:100%;
	padding:0;
	margin-top:50px;
	background:url(../img/liudmila.jpg) no-repeat right top;
}

#why div table
{
	padding-top:50px;
	padding-bottom:100px;
	background:rgba(255,255,255,0.5);
}

#why div table tr
{
	font-size:25px;
	color:#8a8787;
	line-height: 1;
}

#why div table tr td.td1
{
	font-size:70px;
	color:#ff2525;
	font-family:MicraDi,Arial;
	padding:15px 20px;
}

/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Achievement                                          */
/*------------------------------------------------------------------------------------------------*/
#achievement .right_col
{
	margin-top:60px;
}

#left_block
{
	display:block;
	position:relative;
	float:left;
	width:35%;
	margin: 10px 100px;
}

#left_block a
{
	display:block;
	width:40px;
	height:380px;
}

#left_block a#left_a
{
	background:url(../img/left_s.png) no-repeat left center;
	float:left;
}

#left_block a#right_a
{
	background:url(../img/right_s.png) no-repeat left center;
	float:right;
}

#left_block a:hover
{
	opacity:0.7;
}

#left_block img
{
	margin:0 30px;
}

#right_block
{
	display:block;
	margin:0 200px 0 700px;
	height:300px;
}

#right_block h1
{
	font-size:80px;
	color:#cfc6c6;
	font-family:MicraDi,Arial;
	text-align:center;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:0;
}

#right_block h4
{
	font-size:20px;
	color:#f53c3c;
	font-family:Arial;
	text-align:right;
	font-weight:normal;
	clear:right;
	padding-top:20px;
}

#right_block p
{
	font-size:16px;
	color:#9f9c9c;
	font-family:Arial;
	text-align:justify;
	font-weight:normal;
}

#right_block a
{
	display:block;
	padding:0;
	width:15px;
	height:15px;
	border:3px solid #cccccc;
	border-radius:50%;
	float:right;
	margin-left:10px;
}

#right_block a.active, #right_block a:hover
{
	border:3px solid #d54343;
}

/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Form                                                 */
/*------------------------------------------------------------------------------------------------*/
#form_block
{
	margin-top:150px;
	background:url(../img/form_bg.png) no-repeat left top;
}

#form_block h1
{
	padding-top:30px;
	font-family:MicraDi,Verdana;
	font-size:55px;
	text-align:center;
	font-weight:normal;
	color:#db3838;
	line-height: 1;
}

#form_block h1 span
{
	font-family:Verdana;
	font-size:58px;
}

#form_block h2
{
	font-family:MicraDi,Verdana;
	font-size:43px;
	text-align:center;
	font-weight:normal;
	color:#6f6a6a;
}

#form_block p
{
	font-size:18px;
	color:#c1bfbf;
	font-family:Arial;
	text-align:justify;
	font-weight:normal;
	padding:0 30px;
}

#form_block h3
{
	padding-top:0px;
	font-family:Arial;
	font-size:40px;
	text-align:center;
	font-weight:normal;
	color:#d54343;
	line-height: 1;
	margin-bottom:10px;
}

#form_block table
{
	margin:0 15px;
}

#form_block table tr
{
	font-size:20px;
	color:#827c7c;
	line-height: 1;
	text-align:justify;
}

#form_block table tr td
{
	margin-bottom:10px;
}

#form_block table tr td.td1 span
{
	display:block;
	font-size:30px;
	color:#d54343;
	font-family:Arial;
	width:40px;
	height:35px;
	text-align:center;
	padding-top:5px;
	border:2px solid #dfdfdf;
	border-radius:50%;
	margin-right:10px;
}

#form_block form
{
	width:50%;
	float:right;
	padding-right:0;
}

#form_block form p
{
	padding-left:41%;
	font-size:25px;
	color:#d54343;
	margin-bottom:0;
	margin-top:0;
}

#form_block form input, #form_block form textarea
{
	width:93%;
	float:right;
	margin-top:8px;
	padding:5px;
	font-size:18px;
	font-family:Arial;
	border:1px solid #dfdfdf;
	background:#dfdfdf;
	color:#000000;
}

#form_block form input:focus, #form_block form textarea:focus
{
	outline-color:#d54343;
	background:#E6E6E6;
	color:#d54343;
}

#form_block form textarea
{
	margin-bottom:10px;
	height:100px;
}

#form_block form input#submit_button
{
	display:block;
	font-size:18px;
	padding:0px;
	float:none;
	font-family:Arial;
	width:250px;
	margin-left:210px;
	border-radius:5px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}


/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Price                                                */
/*------------------------------------------------------------------------------------------------*/
#price
{
	clear:right;
	background:url(../img/logo_t.png) no-repeat left top;
}

 #price h1
 {
	font-family:MicraDi,Verdana;
	text-align:center;
	color:#db3838;
	font-size:60px;
	margin-top:130px;
}

#price table tr td
{ 
    padding: 10px;
    color: #000000;
    border:1px solid #dfd5d5;
    font-size:25px;
}

#price  .th_class td
{ 
    padding: 10px;
    color: #c22326;
    font-size:30px;
	font-family:MicraDi,Verdana;
    text-align: center;
	background:#dfd5d5;
}

#price  table#first .th_class td
{ 
    padding: 20px;
}

#price  table#first tr td.td_class1,
#price  table#first tr td.td_class2, 
#price  table#first tr td.td_class3, 
#price  table#first tr td.td_class4
{
	font-size: 20px;
	font-weight:normal;
	color:#c82626;
	text-align:center;
	padding-left:50px;
	padding-right:50px;
}

#price  table#first tr td.td_class1
{
	padding-left:130px;
	padding-right:130px;
}


#price  table tr .td_class1
{
    font-size: 20px;
	color:#807878;
    width: 40%;
}

#price  table tr .td_class1 span
{
    font-size: 25px;
	color:#484747;
}

.td_class2
{
    width: 20%;
}

.td_class3
{
    width: 20%;
}

.td_class4
{
    width: 20%;
}

#price  table tr .td_class2, 
#price  table tr .td_class3, 
#price  table tr .td_class4
{
    text-align: center;
	font-size:40px;
}

#price  table tr .td_class5
{
	text-align:center;
	
}

#price  table tr .red
{
	color:#e93e3d;
}

#price  table tr .white
{
	color:#ffffff;
	background:#dfd5d5;
}

#price  table tr.last td
{
	font-family:Arial !important;
	font-size:25px;
	padding:5px;
}

#download_form
{
	display:block;
	width:100%;
	background:#454242;
}

#download_form p
{
	font-family:MicraDi,Arial;
	font-size:30px;
	text-align:center;
	text-align:center;
	padding:15px;
	color:#ffffff;
}

#download_btn
{
	float:right;
	padding:10px 10px;
	width:300px;
	margin:12px 80px 12px 0px;
	font-size:16px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}


/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Reviews                                              */
/*------------------------------------------------------------------------------------------------*/
#reviews h1
{
	font-size:50px;
	color:#db3939;
	font-family:MicraDi,Verdana;
	text-align:center;
	padding-left:100px;
	padding-right:100px;
	font-weight:normal;
}

#reviews div.rew_block
{
	display:block;
	padding:30px;
	margin-top:30px;
}

#reviews div.rew_block p
{
	font-size: 20px;
	color:#6f6a6a;
	text-align:justify;
	line-height: 1;
	padding:0;
	margin:0;
}

#reviews div.rew_block span
{
	font-size: 30px;
	color:#e93f3e;
}

#reviews #rew_b1,
#reviews #rew_b3
{
	border-top:20px solid #dfd5d5;
	border-bottom:20px solid #dfd5d5;
	padding-left:200px;
}

#reviews #rew_b2
{
	border-top:20px solid #e51212;
	border-bottom:20px solid #e51212;
	padding-right:200px;
}

#reviews #rew_b1 span
{
	padding-left: 73%
}

#reviews #rew_b3 span
{
	padding-left: 80%;
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
}

#reviews  #rew_b1
{
	background:url(../img/man1.jpg) no-repeat left top;
}

#reviews #rew_b2
{
	background:url(../img/man2.jpg) no-repeat right top;
}

#reviews #rew_b3
{
	background:url(../img/woman.jpg) no-repeat left top;
	padding-bottom:10px;
}

/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Map                                                  */
/*------------------------------------------------------------------------------------------------*/
#map h1
{
    font-size:60px;
	color:#db3838;
	font-family:MicraDi,Verdana;
	text-align:center;
	font-weight:normal;
}

#cont_soc
{
    position: absolute;
    display: block;
    left: 100px;
}

#contacts
{
    display: block;
    color:#ffffff;
    background: #e41112;
    font-size: 18px;
    padding: 30px;
}

#contacts p
{
    padding: 0px;
    margin:0;
}

#contacts p span
{
    font-size: 15px;
}

.f28
{
    font-size:22px;
    padding-bottom: 5px;
}

#contacts a
{
    color:#000000;
    text-decoration: none;
}

#cont_soc .pluso
{
    padding-left: 10px;
    padding-right: 30px;
    border-bottom: 20px solid #e41112;
    border-radius:0px;
}

#footer
{
    width:auto;
    margin-top: 20px;
    padding: 15px;
    text-align: center;
    color:#928f8f;
    background: #ded5d5;
}

#footer a
{
    color:#000000;
    text-decoration: none;
}


/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Form little                                          */
/*------------------------------------------------------------------------------------------------*/
#form_block_l
{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	background: rgba(255,255,255,0.8);
	top:0;
	left:0;
	z-index:20;
}


#form_block_l form
{
	width:500px;
	margin:100px auto;
	padding: 30px;
	background:#ffffff;
	border:3px solid #d54343;
	border-radius:20px;
}

#close_form
{
	display:block;
	font-size:20px;
	font-family:MicraDi,Verdana;
	float:right;
}

#close_form:hover
{
	cursor: pointer;
	color: #d54343;
}

#form_block_l form p
{
	padding-left:10px;
	font-size:25px;
	color:#d54343;
	margin-bottom:10px;
	margin-top:0;
}

#form_block_l form input, #form_block_l form textarea
{
	width:94%;
	margin:8px 3%;
	padding:5px;
	font-size:18px;
	font-family:Arial;
	border:1px solid #dfdfdf;
	background:#dfdfdf;
	color:#000000;
	clear:right;
}

#form_block_l form input:focus, #form_block_l form textarea:focus
{
	outline-color:#d54343;
	background:#E6E6E6;
	color:#d54343;
}

#form_block_l form textarea
{
	margin-bottom:10px;
	height:100px;
}

#form_block_l form input#submit_button_l
{
	display:block;
	font-size:18px;
	padding:5px;
	float:none;
	width:200px;
	margin:20px auto;
	margin-bottom:0;
	border-radius:10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	font-family:MicraDi,Verdana;
	font-size:18px;
	color:#c22326;
    text-align: center;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(217,217,217,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(217,217,217,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(217,217,217,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(217,217,217,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(217,217,217,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(217,217,217,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	border:1px solid rgba(226,226,226,1);
}

#form_block_l form input#submit_button_l:hover
{
	background: #f5f6f6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2RiZGNlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2I4YmFjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2RkZGZlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-8 */
}

#result, #result_big
{
	display:block;
	margin:auto;
	padding:5px;
	text-align:center;
	color:#d54343;
	font-size:20px;	
}

#radio
{
	display:none;
}

/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*                                           Footer                                               */
/*------------------------------------------------------------------------------------------------*/

{
	
}