﻿/* Eric Meyer's CSS Reset */
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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, 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;
}
/* End of Eric Meyer's CSS Reset */


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/17px 'PT Sans', Arial, sans-serif;
	width: 100%;
	text-align: center;
	color: #3399cc;
}
.wrapper {
	width: 1130px;
	display: inline-block;
	text-align: left;
	position: relative;
}

strong, b{
	font-weight: 700;
}

.content p{
	padding: 0 0 20px;
}

 input, 
 textarea {
     outline:none;
}

a{transition: all 0.2s;}


/* Header
-----------------------------------------------------------------------------*/

.header {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    padding: 0 0 10px;
    position: relative;
    z-index: 3;
}

.header .logo{
	float: left;	
	margin: 14px 0 0;
}

.header .logo img{
	height: 49px;
	width: auto;
}

.header_right{
	float: right;
	margin: 22px 0 0;
}

.header_right .phone{
	font-size: 20px;
	color: #0099cc;
	font-weight: 700;
	line-height: 31px;
	float: right;
	border-left: 2px solid #0099cc;
	padding: 0 0 0 20px;
}

.main_menu {
    float: left;
}

.main_menu li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.main_menu li a{
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	line-height: 31px;
	padding: 0 15px;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 3px;
}

.main_menu li a:hover{
	border: 1px solid #3399ff;
	background-color: #3399ff;
	color: #ffffff;
}

.main_menu li.active a{
	color: #3399ff;
	border: 1px solid #3399ff;
	border-radius: 3px;
}

.main_menu li.active a:hover{
	color: #ffffff;
}

.search{
	float: left;
}

.search .search_open_btn{
	margin: 0 6px 0 5px;
}

.search .search_open_btn:before{
	font-size: 20px;
	color: #0099cc;
	margin: 0 6px 0 0px;
	padding: 0 15px;
	line-height: 31px;
	cursor: pointer;
	content: "\f002";
	display: inline-block;
    font-family: FontAwesome;
	font-weight: 100;
}

.expandable_search_form {
    border-bottom: 1px solid #0099cc;
    color: #0099cc;
    display: none;
    height: 50px;
    line-height: 50px;
    padding: 20px 0 15px;
    position: absolute;
	top: 0;
    width: 100%;
}

.expandable_search_form form:before{
	content: "\f002";
	font-size: 24px;
    font-family: FontAwesome;
	font-weight: 100;
}

.expandable_search_form form{
	display: inline-block;
	width: 100%;
	line-height: 55px;
}

.expandable_search_form input[type="text"]{
	line-height: 30px;
	border: 0 none;
	width: 80%;
	color: #0099cc;
	font-size: 18px;
	padding: 0 20px;
}

.expandable_search_form input[type="submit"] {
	color: #0099cc;
	border: 1px solid #0099cc;
	line-height: 30px;
	padding: 0 30px;
	background-color: #ffffff;
	border-radius: 3px;
	right: 0;
	position: absolute;
	margin-top: 13px;
	cursor: pointer;
	transition: all 0.2s;
}

.expandable_search_form input[type="submit"]:hover {
	color: #ffffff;
	background-color: #0099cc;
}



/* Middle
-----------------------------------------------------------------------------*/
.content {
}

.anythingSlider{
	width: 100%;
}

.anythingSlider-default {
    margin: 0 auto;
    padding: 0;
}

.anythingSlider-default .anythingWindow {
    border: 0 none;
}

.anythingControls {
    display: inline-block !important;
    position: relative;
    text-align: center;
    top: -55px;
    z-index: 99;
}

.main_slider .slide_img_bg_wrapper img {
    height: auto;
    position: relative;
    top: -200px;
    width: 100%;
}

.main_slider .slide_content {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.main_slider .slide_content .wrapper {
    padding: 50px 0 0;
}

.slide_text_wrapper {
    color: #ffffff;
    float: left;
    width: 730px;
}

.main_slider .slide_content .wrapper .slide_text {
    margin: 0 0 20px;
    max-height: 150px;
    overflow: hidden;
    padding: 20px 0;
    width: 730px;
}

.main_slider h2 {
    font-size: 72px;
	line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
}

.main_slider .slide_description{
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
}

.main_slider .slide_image {
    background-color: #ffffff;
    border: 8px solid #aadbeb;
    border-radius: 200px;
    float: right;
    height: 360px;
    line-height: 360px;
    text-align: center;
    width: 360px;
}

.main_slider .slide_image img {
    height: 266px;
    margin-top: 49px;
    width: auto;
}

.main_slider .slider_more_btn{
	line-height: 37px;
	padding: 0 17px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.main_slider .slider_more_btn:after {
    content: "\f054";
    display: inline-block;
    margin: 0 0 0 22px;	
    font-family: FontAwesome;
	font-weight: 100;
}

.main_slider .slider_more_btn:hover{
	background-color: #ffffff;
	color: #0099cc;
	opacity: 0.7;
}

.main_slider {
    height: 504px;
    width: 100%;
}

.main_slider .slide_img_bg_wrapper{
	position: relative;
}

.main_slider .slide_img_bg_wrapper:after{
	content: "";
	background: url("../img/blue-white-mask.png") repeat scroll 0 0 transparent;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.main_slider .anythingSlider-default .anythingControls a {
    background-color: #c1e5f0;
	text-indent: -9999px;
	border-radius: 20px;
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0 4px;
}

.main_slider .anythingSlider-default .anythingControls a.cur {
    background: none repeat scroll 0 0 #ffffff;
	border: 4px solid #aaddee;
}

.main_slider .anythingSlider-default .anythingControls a:hover{
    background: none repeat scroll 0 0 #ffffff;
}

.content{
	
}

.use_list{
	margin: 30px 0 0;
}

.use_list .wrapper  > div {
    background-color: #ffffff;
    display: inline-block;
    height: 120px;
    padding: 18px 0 0;
    vertical-align: top;
    width: 277px;
	font-size: 12px;
	color: #336699;
	overflow: hidden;
	z-index: 4;
	position: relative;
	margin: 1px;
	border-radius: 9px;
}

.use_list .wrapper  > div a{
	background: url("../img/use1.png") no-repeat 18px 0 transparent;	
	padding: 0 0 18px 108px;
	display: table-cell;
	vertical-align: middle;
	height: 78px;
	font-size: 22px;
	color: #0099cc;
	line-height: 26px;
	width: 150px;
	font-weight: 700;
	text-decoration: none;
}

.use_list .wrapper  > div a:hover{
	text-decoration: underline;
}

.use_list .wrapper  > div.use1 a{
	background: url("../img/svg/use1.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use2 a{
	background: url("../img/svg/use2.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use3 a{
	background: url("../img/svg/use3.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use4 a{
	background: url("../img/svg/use4.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use5 a{
	background: url("../img/svg/use5.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use6 a{
	background: url("../img/svg/use6.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use7 a{
	background: url("../img/svg/use7.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use8 a{
	background: url("../img/svg/use8.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use9 a{
	background: url("../img/svg/use9.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use10 a{
	background: url("../img/svg/use10.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use11 a{
	background: url("../img/svg/use11.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use12 a{
	background: url("../img/svg/use12.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list .wrapper  > div.use13 a{
	background: url("../img/svg/use13.svg") no-repeat scroll 18px 0 / 76px auto transparent;
}

.use_list  .wrapper > div p{
	display: none;
	padding: 0 18px 18px;
	background-color: #ffffff;
	width: 241px;
	position: relative;
	left: -1px;
	border-radius: 0 0 9px 9px;
	border: 1px solid #0099cc;
	border-top: none;
}

.use_list .use1 h3{
	background: url("../img/use1.png") no-repeat 18px 0 transparent;
}

.use_list .wrapper > div:hover{
	overflow: visible;
	z-index: 5;
	border: 1px solid #0099cc;
	border-bottom: none;
	margin: 0 0 1px 0;
}

.use_list .wrapper > div:hover p{
	display: block;
}

.use_list_more_btn {
    border: 1px solid #0099cc;
    border-radius: 9px;
    color: #0099cc;
    display: inline-block;
    font-size: 24px;
    line-height: 73px;
    margin: 18px 0 0 18px;
    padding: 0 30px 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.use_list_more_btn:after{
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
	margin: 0 0 0 20px;
	font-weight: 100;
}

.use_list_more_btn:hover {
    background-color: #0099cc;
	color: #ffffff;
}


.facts_about_us {
    background: url('../img/bg1.jpg') no-repeat scroll center 0px #96cae3;
	background-size: cover;
	color: #ffffff;
	padding: 40px 0 50px;
}

.facts_about_us .section{
	width: 25%;
	float: left;
	text-align: center;
}

.facts_about_us h2{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	padding: 0 0 50px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 700;
}

.section_wrapper{
    display: inline-block;
	width: 100%;
	padding: 0 0 45px;
}

.facts_about_us .section {
	width: 24.5%;
	float: left;
	text-align: center;
	border-left: 1px solid #ffffff;
}

.facts_about_us .section:first-child {
	border-left: 0 none;
}

.facts_about_us .section .numbers{
	font-size: 48px;
	line-height: 48px !important;
	font-weight: bold;
	width: 100%;
	display: inline-block;
	padding: 0 0 20px;
	line-height: 30px;
}

.facts_about_us .section p{
	font-size: 24px;
	line-height: 30px;
	width: 250px;
	display: inline-block;
	padding: 0;
}

.clients_reviews{	
	color: #0099cc;
	padding: 0 0 50px;
}

.clients_reviews h2{
	font-size: 24px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	line-height: 100px;
	text-transform: uppercase;
}

.clients_reviews ul li{
	width: 940px;
	padding: 30px 0 0;
}	

.client_said{
	padding: 20px 0 0;
}

.clients_reviews .client_information {
	float: left;
	text-align: center;
	border: 1px solid #0099cc;
	border-radius: 9px;
	overflow: hidden;
	margin: 0 50px 0 0;
	width: 290px;
}

.clients_reviews .name{
	font-size: 18.5px;
	font-weight: 700;
	padding: 15px 0;
}

.clients_reviews .position{
	font-size: 15.2px;
	font-weight: 700;
	padding: 0;
}

.clients_reviews .anythingSlider-default .back a:before{
	content: "\f053";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: 100;
}

.clients_reviews .anythingSlider-default .forward a:before {
	content: "\f054";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: 100;
}

.clients_reviews .anythingSlider-default .arrow a {
	font-size: 60px;
	color: #0099cc;
	text-decoration: none;
}

.clients_reviews .anythingSlider-default .back {
  left: -95px;
  margin-top: 50px;
}

.clients_reviews .anythingSlider-default .forward {
  right: -95px;
  margin-top: 50px;
}

.clients_reviews .client_said h3{
	font-size: 22px;
	padding: 0 0 30px;
}

.clients_reviews .client_said .surname{
	font-size: 22px;
    font-weight: bold;
    text-align: right;
    font-style: italic;
    float: right;
}

.sales_department{
	  background: url('../img/bg2.jpg') no-repeat scroll center 0px #96cae3;
	  background-size: cover;
}

.sales_department .wrapper{
	  position: relative;
}
.sales_department .contacts p{
	text-transform: none;
	font-family: 'PT Sans';
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;

}
.sales_department .contacts{
	color: #ffffff;
	font-size: 40px;
	text-align: left;
	font-weight: 700;
	line-height: 25px;
	float: left;
	padding: 0 0 90px;
}

.sales_department .contacts h2{
	font-size: 36px;
	line-height: 36px;
	padding: 40px 0;
	text-transform: none;
	font-family: 'PT Sans';
	font-weight: 700;
}

.sales_department .show_form_order_btn{
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	border-radius: 9px;
	line-height: 117px;
	padding: 0 35px;
	display: inline-block;
	top: 50%;
	position: absolute;
	margin-top: -58px;
	right: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.sales_department .show_form_order_btn:after{
	content: "\f1d9";	
	font-family: FontAwesome;
	margin: 0 0 0 20px;
	font-weight: 100;
}

.sales_department .show_form_order_btn:hover{
	background-color: #ffffff;
	color: #0099cc;
	opacity: 0.7;
}

.inner_page_title{
	background: url('../img/bg3.jpg') no-repeat scroll center bottom #96cae3;
	background-size: cover;
	color: #ffffff;
}

.inner_page_title h1{
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	padding: 15px 0 15px;
}

.breadcrumbs {
    border-top: 1px solid #ffffff;
    display: inline-block;
    min-width: 265px;
}

.breadcrumbs li{
	display: inline-block;
	line-height: 32px;
	font-size: 12px;
}

.breadcrumbs li:before{
	content: "\f054";
	font-family: FontAwesome;
	font-size: 7px;
	margin: 0 4px 0 3px;
	font-weight: 100;
}

.breadcrumbs li:first-child:before{
	content: "\f015";
	font-size: 12px;
}

.breadcrumbs li a, .breadcrumbs li{
	color: #ffffff;
	text-decoration: none;
}

.breadcrumbs li a:hover{
	text-decoration: underline;
}






/* Footer
-----------------------------------------------------------------------------*/
.footer {
	padding: 30px 0;
	border-top: 10px solid #0099cc;
}

.footer_top {
    display: inline-block;
    width: 100%;
	line-height: 66px;
}

.footer .logo {
    float: left;
    width: 212px;
}

.footer .logo img{
    height: auto;
    width: 212px;
}

.footer_menu{
	font-size: 13.5px;
	float: right;
}

.footer_menu ul{
	display: inline-block;
}

.footer_menu li{
	display: inline-block;
	margin: 0 50px 0 0;
}

.footer_menu li a{
	text-decoration: none;
	color: #0099cc;
	text-transform: uppercase;
}

.top_btn{
	font-size: 14px;
	color: #3399cc;
	line-height: 31px;
	border: 1px solid #3399cc;
	border-radius: 3px;
	padding: 0 15px;
	display: inline-block;
	cursor: pointer;
}

.top_btn:after {
    content: "\f077";
    display: inline-block;
    font-family: FontAwesome;
    margin: 0 0 0 22px;
	font-weight: 100;
}	

.top_btn:hover{
	color: #ffffff;
	background-color: #3399cc;
	transition: 0.2s;
}

.footer_bottom,
.footer_bottom a{
	font-size: 14px; 
	color: #0099cc;
}

.footer_bottom a{
	text-decoration: none;
}

.copyright{
	float: left;
}

.footer_bottom  .sotial_links{
	float: right;	
}

.footer_bottom  .sotial_links ul{
	float: right;	
}

.footer_bottom  .sotial_links li {
	display: inline-block;
	margin: 0 0 0 10px;
}

.footer_bottom  .sotial_links li a{
	display: inline-block;
    font-family: FontAwesome;
	font-weight: 100;	
}

.vk:before{
	content: "\f189";
    display: inline-block;
}

.facebook:before{
	content: "\f230";
    display: inline-block;
}

.twitter:before{
	content: "\f099";
    display: inline-block;
}

.main_content{
	padding: 35px 0 100px;
}

/* Inner page
-----------------------------------------------------------------------------*/

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 0 30px;
	text-transform: uppercase;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
	padding: 0 0 13px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.pagination{
	width: 100%;
	text-align: center;
	line-height: 23px;
	font-size: 16px;
	margin: 20px 0;
}

.pagination ul{
	display: inline-block;
}

.pagination ul li{
	display: inline-block;
}

.pagination ul li a{
	font-weight: 700;
	padding: 0 15px;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #39C;
	line-height: 23px;
	display: inline-block;
}

.pagination ul li.active a{
	font-weight: 700;
	padding: 0 15px;
	border-color: #39F;
	color: #39C;
	text-decoration: none;
}

.pagination ul li a:hover{
	font-weight: 700;
	text-decoration: none;
}



.pagination .previous_arrow:before,
.pagination .next_arrow:before{
	cursor: pointer;
	content: "\f053";
	display: inline-block;
    font-family: FontAwesome;
	font-weight: 100;
	position: relative;
	bottom: -1px;
	margin: 0 10px;
	color: #39C;
}
.pagination .previous_arrow:visited,
.pagination .next_arrow:visited{
	cursor: pointer;
	content: "\f053";
	display: inline-block;
    font-family: FontAwesome;
	font-weight: 100;
	position: relative;
	bottom: -1px;
	margin: 0 10px;
	color: #39C;
}

.pagination .next_arrow:before{
	content: "\f054";
}


/* Search page*
-----------------------------------------------------------------------------*/


.search_page h2{
	font-size: 24px;
	
}

.search_result{
	margin-top: 50px;
}

.search_page .search_result_title{
	font-size: 20px;
	font-weight: 700;
	color: #3399cc;
	margin-bottom: 25px;
	display: inline-block;
}

.search_page .search_result_title:hover{
	text-decoration: none;
}



/* News page*
-----------------------------------------------------------------------------*/


.news_page{

}

.news_page .left_column{
	width: 840px;
	float: left;
}

.news_page .right_column{
	width: 265px;
	float: right;
}

.news {
    display: inline-block;
    margin: 0 0 60px;
    width: 100%;
}

.news_preview_img{
	float: left;
	width: 262px;
	height: 262px;
	overflow: hidden;
}

.news_preview_img img{
	width: auto;
	height: 262px;
}

.news_preview_text{
	float: right;
	width: 550px;
}

.news_preview_text .news_title_link h2 {
	font-size: 24px;
	height: 50px;
	padding: 0 0 10px;
	overflow: hidden;
}

.news_preview_text .news_title_link{
	font-size: 24px;
	font-weight: 700;
	padding: 0 0 40px;
	color: #3399cc;
	text-decoration: none;
}

.publish_date{
	font-size: 14px;
	float: left;
	margin: 14px 0 0;
}

.preview_information .reed_more{
	border: 1px solid #3399ff;
	border-radius: 3px;
	text-transform: uppercase;
	color: #3399cc;
	text-decoration: none;
	float: right;
	font-weight: 700;
	line-height: 28px;
	padding: 0 53px;
}

.preview_information .reed_more:hover{
	border: 1px solid #3399ff;
	background-color: #3399ff;
	color: #ffffff;
}

.sotial_bloks_wrapper{
	border: 1px solid #3399ff;
	border-radius: 3px;
	padding: 15px;
}

.sotial_blok{
	margin: 0 0 20px;
}

.block_title h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.news_preview_text p{
	height: 135px;
	overflow: hidden;
	margin: 0 0 15px;
}

.single_news img{
	max-width: 850px;
	height: auto;
}



/* Contacts page*
-----------------------------------------------------------------------------*/


#map-canvas {
	width: 100%;
	height: 300px;
}

.contacts_page .main_content{
	padding-top: 0;
}

.contact_form{
	float: left;
	width: 560px;
}

.contact_info{
	float: right;
	width: 550px;
}

.contacts_page .main_content .wrapper{
	padding-top: 40px;
}

.contact_form input[type="text"],
.contact_form input[type="email"]{
	width: 525px;
	height: 36px;
	padding: 0 12px;
	line-height: 36px;
	border: 1px solid #99ccff;
	border-radius: 3px;
	color: #3399cc;
	margin: 0 0 17px;
}

.contact_form textarea {
    border: 1px solid #99ccff;
    border-radius: 3px;
    color: #3399cc;
    font: 14px/17px 'PT Sans', Arial, sans-serif;
    height: 250px;
    margin: 0 0 17px;
    padding: 12px;
    resize: none;
    width: 525px;
}

.contact_form input[type="submit"],
.captcha{
	float: right;
	border: 1px solid #99ccff;
    border-radius: 3px;
	height: 41px;
}

.contact_form input[type="submit"]{
	margin: 0 9px 0 30px;
	text-transform: uppercase;
	padding: 0 34px;
	color: #3399cc;
	font-size: 18px;
	font-weight: 700;
	font-family: "PT Sans",Arial,sans-serif;
	background-color: #ffffff;	
	line-height: 38px;
	cursor: pointer;
	transition: all 0.2s;
	height: 43px;
}

.contact_form input[type="submit"]:hover{
	color: #ffffff;
	background-color: #3399cc;	
}

.contact_info > div{
	margin-bottom: 20px;
}

.contact_info p {
    font-size: 18px;
    padding: 0 0 3px;
}

.contact_info span{
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}

.phone span:before{
	content: "\f095";
	font-family: 'FontAwesome';
	font-weight: 100;
}

.address span:before{
	content: "\f041";
	font-family: 'FontAwesome';
	height: 50px;
	font-weight: 100;
}

.email span:before{
	content: "\f003";
	font-family: 'FontAwesome';
	font-weight: 100;
}

.contact_info div span:before{
	width: 47px;
	float: left;
	color: #99ccff;
	font-size: 24px;
	font-weight: 400;
}



/* About us page*
-----------------------------------------------------------------------------*/


.about_us_page h2{
	font-size: 24px;
	width: 100%;
	text-align: center;
}

.partners .wrapper{
	padding: 40px 0;
}

.partner_logo{
	display: inline-block;
	margin: 0 0 30px;
}

.partners .logo_wrapper{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 185px;
	height: 100px;
}

.partners .logo_wrapper img{
	max-height: 85px;
	width: auto;
}

.vacancies .vacancies_list{
	width: 645px;
	float: left;
}

.vacancies_list li{
	border: 1px solid #3399cc;
    border-radius: 3px;
	width: 100%;
	margin: 0 0 15px;
}

.vacancies_list li h5{
	font-size: 25px;
	line-height: 46px;
	height: 46px;
	font-weight: 700;
	width: 100%;
	cursor: pointer;
}


.vacancies_list li h5:before{
	content: "\f067";
	font-family: 'FontAwesome';
	font-size: 36px;
	width: 47px;
	float: left;
	border-right: 1px solid #3399cc;
	line-height: 48px;
	margin-right: 20px;
	text-align: center;
	height: 46px;
	font-weight: 100;
}

.vacancies_list li.opened h5:before{
	content: "\f068";
}

.vacancies_list .vacancy_information{
	display: none;
}

.vacancies_list li.opened h5{
	border-bottom: 1px solid #3399cc;
}

.vacancies_list li.opened h5{
	border-bottom: 1px solid #3399cc;
}

.vacancy_information{
	padding: 25px 23px;
}

.vacancy_main_information{
	font-size: 18px;
	line-height: 25px;
}

.vacancy_main_information .title {
    display: inline-block;
    font-weight: 700;
    min-width: 175px;
}

.vacancy_main_information .description:before{
	content: "- ";
}

.vacancy_description h3{
	padding-top: 40px;
}

.vacancy_description p{
	padding: 0 0 10px;
}



.vacancies .vacancies_form{
	float: right;
	width: 415px;
	background-color: #3399cc;
	color: #ffffff;
	padding: 20px;
}

.vacancies .vacancies_form p{
	padding: 0 0 28px;
}

.vacancies_form .show_vacancies_form_btn{
	line-height: 47px;
	width: 100%;
	background-color: #ffffff;
	color: #3399cc;
	font-size: 28px;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	transition: all 0.2s;
}

.vacancies_form .show_vacancies_form_btn:after{
	content: "\f234";
	font-family: 'FontAwesome';
	font-size: 25px;
	margin: 0 0 0 10px;
	display: inline-block;
	font-weight: 100;
}

.vacancies_form .show_vacancies_form_btn:hover{
	background-color: #3399cc;
	color: #ffffff;
}



/* Products page*
-----------------------------------------------------------------------------*/


.products_page .inner_page_title {
    background: url("../img/bg4.jpg") no-repeat scroll center bottom / cover #96cae3;
}

.products_page .left_column{
	width: 260px;
	float: left;
}

.select_form_block {
    border: 1px solid #99ccff;
    border-radius: 3px;
    padding: 12px;
}

.select_form_block .input_label {
    display: inline-block;
	position: relative;
	width: 100%;
}

.select_form_block label:before {
    content: "";
	border: 1px solid #3399ff;
	width: 14px;
	height: 14px;
	line-height: 12px;	
	font-family: FontAwesome;
	display: inline-block;
	font-size: 16px;
	position: absolute;
	left: 7px;
	top: 12px;
	font-weight: 100;
}

.select_form_block input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    border: 2px solid #3399ff;    
    margin-top: -1px;
  	margin-left: -1px;
}

.select_form_block label:hover:before {
	cursor: pointer;
    border: 2px solid #3399ff;    
    margin-top: -1px;
  	margin-left: -1px;
}

.select_form_block input[type="checkbox"] {
	position: absolute;
	left: -99999px;
}

.select_form_block label {
	background-size: 29px;
	background-position: 37px center;
	background-repeat: no-repeat;
    display: table-cell;
    font-size: 13px;
    height: 40px;
    line-height: 15px;
    padding: 0 0 0 80px;
    vertical-align: middle;
    width: 165px;
}

.product_select_form .obrabotka_ruk + label{
	background-image: url("../img/svg/use1.svg");
}

.product_select_form .obrabotka_miagkoi_mebeli + label{
	background-image: url("../img/svg/use2.svg");
}

.product_select_form .oroshenie_poverhnostei + label{
	background-image: url("../img/svg/use3.svg");
}

.product_select_form .obrabotka_kogi + label{
	background-image: url("../img/svg/use4.svg");
}

.product_select_form .obrabotka_detskih_igrushek + label{
	background-image: url("../img/svg/use5.svg");
}

.product_select_form .obrabotka_kafelinih_poverhnostey + label{
	background-image: url("../img/svg/use6.svg");
}

.product_select_form .obrabotka_korpusnoi_mebeli + label{
	background-image: url("../img/svg/use7.svg");
}

.product_select_form .obrabotka_medicinskogo_instrumenta + label{
	background-image: url("../img/svg/use8.svg");
}

.product_select_form .obrabotka_tualetov_i_vannih + label{
	background-image: url("../img/svg/use9.svg");
}

.product_select_form .obrabotka_stekliannih_poverhnostei + label{
	background-image: url("../img/svg/use10.svg");
}

.product_select_form .obrabotka_stomatologicheskogo_instrumenta + label{
	background-image: url("../img/svg/use11.svg");
}

.product_select_form .ustranenie_zapahov_givotnih + label{
	background-image: url("../img/svg/use12.svg");
}

.product_select_form .obrabotka_kogi_cheloveka + label{
	background-image: url("../img/svg/use13.svg");
}

.product_select_form input[type="submit"],
.product_select_form input[type="reset"]{
	border: 1px solid #3399ff;
	border-radius: 3px;
	line-height: 33px;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	color: #3399ff;
	font-weight: 700;
	text-align: center;
	background-color: transparent;
	font-family: 'PT Sans';
	font-size: 18px;
	cursor: pointer;
	margin: 0 0 12px;
	transition: 0.2s;
}

.product_select_form input[type="submit"]{
	margin-top: 30px;
}

.product_select_form input[type="submit"]:hover,
.product_select_form input[type="reset"]:hover{
	color: #ffffff;
	background-color: #3399ff;
}


.renge_slider .irs {
    height: 70px;
}

.irs-line {
    top: 40px;
	border: 1px solid #3399ff;
	height: 5px;
	border-radius: 5px;
	left: 3.4188%;
    width: 92.5%;
}

.renge_slider .irs-bar{
	background-color: #3399ff;
	height: 5px;
	border-radius: 5px;
	top: 41px;
}

.renge_slider .irs-from{
	left: 21px !important;
	visibility: visible !important;
	width: 75px;
	line-height: 23px;
	border: 1px solid #3399ff;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	color: #3399cc;
	font-weight: 700;
}

.irs-to{
	left: 135px !important;
	visibility: visible !important;
	width: 75px;
	line-height: 23px;
	border: 1px solid #3399ff;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	color: #3399cc;
	font-weight: 700;	
}

.irs-single{
	visibility: hidden !important;
}

.irs-from:before{
    position: absolute;
	content: "от";
    left: -21px;
	font-weight: 400;
}

.irs-to:before{
    position: absolute;
	content: "до";
    left: -27px;
	font-weight: 400;
}

.irs-slider{
	top: 47px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	background: url("../img/irs-slider-bg.png") no-repeat scroll 0 0 transparent;
}

.irs-slider.from{
	background-position: 3px -23px;
}

.irs-slider.to{
	background-position: -27px -23px;
}

#volume .irs-to:after {
    content: "Л";
    font-weight: 700;
    position: absolute;
    right: -20px;
}

#price_for_litre .irs-to:after {
    content: "\f158";
    font-weight: 400;
    position: absolute;
    right: -20px;
	font-family: FontAwesome;
}

.select_form_block h4 {
    margin: 25px 0;
	cursor: pointer;
	display: inline-block;
}

.select_form_block h4.closed{
	border-bottom: 1px solid #3399cc;
}

.select_form_block h4:after {
    content: "\f0d8";
	font-family: FontAwesome;
	font-weight: 100;
	padding-left: 10px;
}

.select_form_block h4.closed:after {
    content: "\f0d7";
}

.select_form_block .filter:first-child  h4{
    margin: 0 0 15px;
}




.products_page .right_column{
	width: 865px;
	float: right;
}

.sort_menu{
	border: 1px solid #99ccff;
    border-radius: 3px;
	margin: 0px 0px 25px 25px;
	color: #39C;
	width: 805px;
	padding: 3px 15px;
}

.sort_menu ul{
	display: inline-block;
}

.sort_menu li{
	display: inline-block;
	margin: 0 0 0 5px;
	color: #39C;
	line-height: 24px;
	position: relative;
}

.sort_menu li a{
	display: inline-block;
	color: #39C;
	line-height: 24px;
	border: 1px solid transparent;
	padding: 0 9px 0 26px;
	position: relative;
	z-index: 2;
	background: #ffffff;
}

.sort_menu li a:hover{
	border: 1px solid #3399ff;
    border-radius: 3px;
	background: transparent;
}

.sort_menu li:before{
	content: "\f077";
	font-weight: 100;
	font-family: FontAwesome;
	position: absolute;
	left: 9px;
}
.sort_menu li.active:before{
	content: "\f078";
	font-weight: 100;
	font-family: FontAwesome;
	position: absolute;
	left: 9px;
}
.sort_menu li.desc_active:before{
	content: "\f077";
	font-weight: 100;
	font-family: FontAwesome;
	position: absolute;
	left: 9px;
}
.sort_menu li.active > a{	
	border: 1px solid #3399ff;
    border-radius: 3px;
    background: transparent;
}
.sort_menu li.desc_active > a{	
	border: 1px solid #3399ff;
    border-radius: 3px;
    background: transparent;
}

.sort_menu .products_quantity{
	float: right;
	line-height: 26px;
	font-weight: 700;
}

.product_preview{
	width: 258px;
	height: 370px;
	border: 1px solid #99ccff;
    border-radius: 3px;
	display: inline-block;
	margin: 0 0 25px 25px;
	position: relative;
}

.product_preview:hover{
	border: 2px solid #3399ff;
	margin: -1px -1px 24px 24px;
}

.product_preview:hover .product_preview_img img{
	height: 180px;
	opacity: 1;
}

.product_preview a{
	color: #3399cc;
	text-decoration: none;
}

.product_preview_img {
    display: table-cell;
    height: 218px;
    text-align: center;
    vertical-align: middle;
    width: 258px;
	border-bottom: 1px solid #99ccff;	
}

.product_preview_img img{
	width: auto;
	height: 168px;
	transition: all 0.2s;
	opacity: 0.8;
}

.product_preview_text{
	padding: 9px;
}

.product_preview h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 0 5px;
}

.product_preview .preview_description{
	height: 35px;
	overflow: hidden;
	margin: 0 0 5px;
}

.products_list_bottom_text{
	padding: 25px 0 0 25px;
}

.preview_guaranty{
	margin-bottom: 5px;
}

.preview_guaranty_term{
	font-weight: 700;	
}

.preview_price_title{
	width: 80px;
	display: inline-block;
}

.preview_price_number {
    background-color: #3399cc;
    border-radius: 5px;
    color: #ffffff;
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    width: 150px;
}

.preview_price_number:after {
    font-family: FontAwesome;
	content: "\f158";
	padding-left: 6px;
	font-weight: 100;
}

/* Singl product page*
-----------------------------------------------------------------------------*/

.singl_product_page .inner_page_title {
    background: url("../img/bg4.jpg") no-repeat scroll center bottom / cover #96cae3;
}

.product_img_section{
	width: 555px;
	float: left;
}

.product_title_price_section{
	width: 550px;
	float: right;
}

.product_title_price_section p{
	font-size: 18px;
	line-height: 23px;
}

.product_use_list{
	margin: 0 0 20px;
}

.product_use_list span{    
    display: inline-block;
    height: 90px;
    width: 90px;
	margin: 0 20px 0 0;
}

.price .rub:after{
	font-family: FontAwesome;
	content: "\f158";
	font-weight: 100;
}

.product_use_list span.use1{
	background: url("../img/svg/use1.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use2{
	background: url("../img/svg/use2.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use3{
	background: url("../img/svg/use3.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use4{
	background: url("../img/svg/use4.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use5{
	background: url("../img/svg/use5.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use6{
	background: url("../img/svg/use6.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use7{
	background: url("../img/svg/use7.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use8{
	background: url("../img/svg/use8.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use9{
	background: url("../img/svg/use9.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use10{
	background: url("../img/svg/use10.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use11{
	background: url("../img/svg/use11.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use12{
	background: url("../img/svg/use12.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.product_use_list span.use13{
	background: url("../img/svg/use13.svg") no-repeat scroll 0 0 / 90px auto transparent;
}

.sliderkit-panels{
	width: 425px;
	height: 360px;
	text-align: center;
	
}

.photosgallery-vertical .sliderkit-panel {
    width: 425px;
    height: 360px;
    border: 1px solid #39F;
    left: 5px;
    top: 5px;
	border-radius: 3px;
}

.photosgallery-vertical .sliderkit-panel img{
	margin-top: 0px;
}

.photosgallery-vertical .sliderkit-nav {
    right: 0;
}

.photosgallery-vertical .sliderkit-nav-clip ul li img{
	width:auto;
	height:85px;
	margin-bottom: 0;
}

.photosgallery-vertical .sliderkit-nav-clip ul li a {
    display: table-cell;
    height: 110px;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    width: 110px;
	border: 1px solid #3399ff;
	border-radius: 3px;
	opacity: 0.7;
}

.photosgallery-vertical .sliderkit-nav-clip ul li{
	margin: 0 0 13px;
}

.photosgallery-vertical {
    height: 377px;
    width: 555px;
}

.photosgallery-vertical .sliderkit-nav-clip {
    left: 0;
    top: 6px;
}

.photosgallery-vertical .sliderkit-nav-clip ul li.sliderkit-selected a,
.photosgallery-vertical .sliderkit-nav-clip ul li a:hover{
    opacity: 1;
	border: 1px solid #3399ff;
	border-radius: 3px;
}

.singl_product_page h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-transform: none;
}

.price_section {
    display: inline-block;
    margin: 0 0 28px;
}

.price {
    border: 1px solid #3399ff;
    border-radius: 3px;
    float: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    padding: 0 33px;
}

.price_description {
    display: inline-block;
    line-height: 36px;
    padding: 0 0 0 12px;
}

.rub{
	font-weight: 400;
	padding-left: 8px;
}

.size_section{
	line-height: 30px;
}

.size_description{
	float: left;
	
}

.product_description_section {
    display: inline-block;
    margin: 40px 0 0;
	width: 100%;
}

.select_size li{
	display: inline-block;
	border: 1px solid #99ccff;
    border-radius: 3px;
	padding: 0 12px;
	font-size: 18px;
	text-decoration: underline;
	margin: 0 0 0 13px;
	cursor: pointer;
	color: #0099cc;
}

.select_size li.selected{
	font-weight: 700;
	text-decoration: none;
	border-color: #3399ff;
}

.tab_content_panel h3{
	font-size: 18px;
	font-weight: 700;
}

.tab_content_panel{
	padding: 35px 0;
	display: none;
}

.tab_menu{
	border-bottom: 1px solid #3399ff;
}

.tab_menu li{
	display: inline-block;
	margin: 0 13px 0 0;
}

.tab_menu li a{
	font-size: 18px;
	color: #3399cc;
	line-height: 36px;
	display: inline-block;
	padding: 0 11px;
	border: 1px solid #99ccff;
	border-radius: 3px 3px 0 0;
	border-bottom: 0 none;
	text-align: center;
}

.tab_menu li a.active{
	font-weight: 700;
	text-decoration: none;
	border-color: #3399ff;
}

.tab_menu li a:hover{
	text-decoration: none;
	border-color: #3399ff;
}

.tab_content_panel#description  table {
    text-align: center;
    width: 100%;
	border-spacing: 2px;
    border-collapse: separate;
	margin: 0 0 30px;
	font-size: 16px;
	font-weight: 700;
}

.tab_content_panel#description  table td{
	border: 2px solid #3399ff;
	padding: 12px;
	vertical-align: middle;
}

.tab_content_panel#description  table tr td:first-child{
	border-color: #99ccff;
}

.tab_content_panel#description  table tr td[rowspan]:first-child + td{
	border-color: #99ccff;
}

.download_btn_conteiner{
	line-height: 64px;
	display: inline-block;
	padding: 0 22px;
	border: 1px solid #99ccff;
	border-radius: 3px;
	width: 1082px;
	font-size: 22px;
	font-weight: 700;
	text-align: right;
	margin-top: 20px;
}

.download_btn_conteiner span{
	float: left;
}

.download_btn{
	line-height: 36px;
	display: inline-block;
	padding: 0 37px;
	border: 1px solid #99ccff;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	color: #3399cc;
	font-size: 24px;
}

.download_btn:after{
	font-family: FontAwesome;
	content: "\f019";
	font-weight: 100;
	margin: 0 0 0 10px;
}

.download_btn:hover{
	color: #ffffff;
	background-color: #3399cc;
}

#testimonies .fancybox{
	height: 224px;
	width: 258px;
	border: 1px solid #99ccff;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	color: #3399ff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	margin: 0 19px 67px 0;
	padding: 17px 0;
	vertical-align: top;
}

#testimonies img{
	height: 224px;
	width: auto;
}

#testimonies .fancybox p {
  position: relative;
  bottom: -25px;
}

#testimonies .fancybox p:hover{
  text-decoration: underline;
}

.tab_content_panel#characteristics table{
	width: 100%;
	vertical-align: top;
}

.tab_content_panel#characteristics table p{
	width: 380px;
	margin: 0 0 10px;
	padding: 0;
	border-bottom: 1px dotted #3399cc;
	display: inline-block;
}

.tab_content_panel#characteristics table p span{
	background-color: #ffffff;
	position: relative;
	bottom: -5px;
}

.tab_content_panel#characteristics table .char_name{
	display: inline-block;
	padding: 0 5px 0 0;
	max-width: 240px;
}

.tab_content_panel#characteristics table .char_data{
	width: 110px;
	float: right;
	padding: 0 0 0 5px;
}

.tab_content_panel#characteristics table h3{
	font-size: 16px;
	padding: 20px 0 5px;
}

.tab_content_panel#characteristics table{
	margin: 0 0 50px;
}

/*------  Popup Form style   ------------------------------------------------*/

.form_wrapper{
	display: none;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	position: fixed;
	line-height: 100%;
}

.form_wrapper:before{
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.overlay{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/overlay-bg.png) repeat 0 0 transparent;
	position: fixed;
}

.form_wrapper .form{
	position: relative;
	z-index: 101;
	background-color: #ffffff;
	padding: 17px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 6px;
	text-align: left;
}

.form_top{
	
}

.form_wrapper .form h3{
	display: inline-block;
	color: #3399ff;
	font-size: 34px;
}

.close {
    background-color: #ffffff;
    color: #3399ff;
    cursor: pointer;
    float: right;
	border-radius: 20px;
	border: 1px solid #3399ff;
}

.close:hover{
	color: #ffffff;
	background-color: #3399ff;
}

.close:before{
	content: "\f00d";
	font-family: FontAwesome;
	font-weight: 100;
	font-size: 21.5px;
	line-height: 25px;
	height: 26px;
	width: 26px;	
	text-align: center;
	float: right;
}

.product_form_wrapper{
	border-top: 1px solid #3399ff;
	border-bottom: 1px solid #3399ff;
}

.form .alerts {
    border-radius: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	height: 100%;
	background: url(../img/overlay-bg.png) repeat 0 0 transparent;
	display: none;
}

.form .alerts .form_top {
    text-align: left;
	border-bottom: 1px solid #3399ff;
	padding-bottom: 10px;
}

.form .alerts > div {
    padding: 17px;
    text-align: center;
	display: none;
	border-radius: 6px;
	background-color: #ffffff;
}

.form .alerts p{
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #3399ff;
	width: 745px;
	line-height: 30px;
	padding: 50px 0;
	display: block;
	margin: 0 auto;
}

.products_list {
  height: 541px;
  display: inline-block;
  border-right: 1px solid #3399ff;
  overflow: auto;
  width: 410px;
}

.form_poduct_item {
    clear: both;
    cursor: pointer;
    display: inline-block;
    margin-top: 14px;
    transition: all 0.3s ease 0s;
    width: 375px;
}

.form_poduct_item.selected{
	border: 1px solid #3399ff;
}

.form_poduct_item.selected .form_poduct_item_img{
	border: 0 none;
	border-right: 1px solid #3399ff;
}

.form_poduct_item.selected .form_poduct_item_img img{
	display: none;
}

.form_poduct_item.selected .form_poduct_item_img:before{
	content: "\f00c";
	font-size: 48px;
	font-family: FontAwesome;
}

.form_poduct_item.selected .price_section{
	display: none;
}

.form_poduct_item.selected .form_poduct_item_info h4{
	display: inline-block;
    height: auto;
    max-height: 42px;
    vertical-align: middle;
}

.form_poduct_item.selected .form_poduct_item_info{
	height: 78px;
    line-height: 72px;
}





.form_poduct_item:hover{
	background-color: #3399ff;
}

.form_poduct_item:hover .form_poduct_item_info h4,
.form_poduct_item:hover .form_poduct_item_info .price_description,
.form_poduct_item:hover .form_poduct_item_info .price{	
	color: #ffffff;
}

.form_poduct_item:hover .form_poduct_item_info .price{	
	border-color: #ffffff;
}


.form_wrapper form{
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.form_poduct_item_img{
	float: left;
	border: 1px solid #3399ff;
	width: 88px;
	height: 88px;
	text-align: center;
	line-height: 88px;
	background-color: #fff;
}

.form_poduct_item_img img{
	height: 78px;
	width: auto;
	vertical-align: middle;
}

.form_poduct_item_info{
	float: right;
	width: 240px;
	color: #3399ff;
	padding: 5px 24px 5px 0;
	display: inline-block;
}

.form_poduct_item_info h4 {
    color: #3399ff;
    font-size: 19px;
    font-weight: 700;
    height: 41px;
    overflow: hidden;
    text-align: left;
}

.form_poduct_item_info .price{
	width: 148px;
	line-height: 34px;
	padding: 0;
	float: right;
	color: #3399ff;	
	text-align: center;
}

.form_poduct_item_info .price_section {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.form_poduct_item_info .price_description {
	line-height: 18px;
	padding: 0;
	width: 80px;
	text-align: right;
	float: left;
	display: block;
	color: #3399ff;
}

.form form{
	padding: 15px 0 10px 15px;
}

.form form .selected_products span{
	display: block;
	font-size: 19px;
	font-weight: 700;
	color: #3399ff;
	line-height: 36px;
}

.form form .selected_products_area{
	border: 1px solid #3399ff;
	border-radius: 3px;
	width: 475px;
	height: 80px;
	padding: 3px;
	overflow: auto;
}

.form form .selected_products_area p{	
	width: 310px;
	line-height: 20px;
	text-align: center;
	padding: 25px 80px;
}

.form form .selected_products_area .selected_product{
	background-color: #3399ff;
	color: #ffffff;
	font-size: 14px;
	border-radius: 3px;
	padding: 0 6px;
	height: 22px;
	line-height: 22px;
	margin: 0 3px 3px 0;
	float: left;
	font-weight: 400;
}

.form form .selected_product .remove{
	float: right;
	line-height: 19px;
}

.form form .selected_product .remove:after{
	content: "\f00d";
	font-family: FontAwesome;
	font-weight: 100;
	font-size: 14px;
	line-height: 22px;
	width: 22px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	text-align: right;
}

.input{
	clear: both;
	margin: 3px 0 0;
}

.input span{
	display: block;
	font-size: 19px;
	font-weight: 700;
	color: #3399ff;
	line-height: 36px;
}

.input input{
	width: 467px;
	height: 27px;
	line-height: 27px;
	border: 1px solid #3399ff;
	border-radius: 3px;
	padding: 0 8px;
	color: #3399ff;
}

.alert input{
	color: #ff0000;
	border-color: #ff0000;
}

.alert span{
	color: #ff0000;
}

.form form p{
	line-height: 32px;
	color: #3399ff;
}

.form form input[type="submit"]{
	text-transform: uppercase;
	height: 38px;
	line-height: 37px;
	padding: 0 70px;
	border: 1px solid #3399ff;
	border-radius: 3px;
	background-color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	color: #3399ff;
	float: right;
	cursor: pointer;
	font-family: 'PT Sans', Arial, sans-serif;
}

.form form input[type="submit"]:hover{
	background-color: #3399ff;
	color: #ffffff;
}

.form form .captcha{
	float: left;
	border-color: #e6e6e6;
}

/*----rezume form style-----------------------------------------------------------*/


.cv_form  .form_top{
	border-bottom: 1px solid #3399ff;
	padding: 5px 0 15px;
}

.cv_form form input[type="submit"] {
	height: 50px;
	line-height: 50px;
	padding: 0 60px;
}

.cv_form .captcha {
	width: 215px;
	height: 48px;
	margin-right: 12px;
}

.cv_form .captcha img{
	width: 215px;
	height: 48px;
}

.cv_form form {
  padding: 0 0 5px;
}

.cv_form .input input {
  width: 484px;
  font-size: 16px;
}

.cv_form  select{
	width: 500px;
	height: 30px;
	line-height: 27px;
	border: 1px solid #3399ff;
	border-radius: 3px;
	padding: 0 8px;
	color: #3399ff;
	font-size: 16px;
}

.cv_form  select option{
	line-height: 35px;
}

.input_wrapper{
	width: 484px;
	height: 30px;
	line-height: 30px !important;
	border: 1px solid #3399ff;
	border-radius: 3px;
	padding: 0 8px;
	color: #3399ff;
	font-size: 16px !important;
	font-weight: 400 !important;
	position: relative;
}

.cv_form  input[type="file"]{
	border: none;
	width: auto;
	float: right;
	cursor: pointer;
	position: absolute;
	right: 0;
	opacity:0;
	filter:alpha(opacity:0);
}

.input_wrapper:after{
	content: "Выберите файл с резюме на устройстве";
	position: absolute;
	left: 0;
	padding: 0 0 0 8px;
}

.input_wrapper:before{
	content: "Обзор";
	position: absolute;
	right: 0;
	padding: 0 20px 0 35px;
	font-weight: 700;
	text-transform: uppercase;
	border-left: 1px solid #3399ff;
	background: url(../img/file-input-bg.png) no-repeat 7px 7px transparent;
}
a.loop {
  position: absolute;
  top: 15px;
  left: 15px;
  opacity: 0.7;
  z-index: 9999999;
  transform: rotate(90deg);;
}
a.loop:hover{
opacity: 1;
}
a.loop img {
  width: 25px;
}

.bx-composite-btn {
	display: none;
}
.input_wrapper_new{
	width: 484px;
	height: 30px;
	line-height: 30px !important;
	border: 1px solid #3399ff;
	border-radius: 3px;
	padding: 0 8px;
	color: #3399ff;
	font-size: 16px !important;
	font-weight: 400 !important;
	position: relative;
}

.input_wrapper_new:after{
	content: "Файл выбран";
	position: absolute;
	left: 0;
	padding: 0 0 0 8px;
}

.input_wrapper_new:before{
	content: "Обзор";
	position: absolute;
	right: 0;
	padding: 0 20px 0 35px;
	font-weight: 700;
	text-transform: uppercase;
	border-left: 1px solid #3399ff;
	background: url(../img/file-input-bg.png) no-repeat 7px 7px transparent;
}
/*.sort_menu li:before

*/