@font-face {
 	font-family: Rouble; 
	src: url(../fonts/rouble.otf); 
}

.for_mobile {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	color: #141414;
	outline: none;
}

html, body {
	height: 100%;
}

.hidden {
	display: none!important;
}

.footer_hack {
	min-height: 100%;
    position: relative;
    padding-bottom: 240px;
    overflow-y:hidden;
}

a {
	text-decoration: underline;
	color:#6e7074;
}

a:hover {
	text-decoration: none;
	color: #6e7074;
}

a:visited, a:visited p.news_title {
	color: #551A8B;
}

:focus::-webkit-input-placeholder {color:transparent;}
:focus::-moz-placeholder          {color:transparent;}
:focus:-moz-placeholder           {color:transparent;}
:focus:-ms-input-placeholder      {color:transparent;}


/*input[name="phone"]:focus::-webkit-input-placeholder {
	color: #bfbfbf;
}
input[name="phone"]:focus::-moz-placeholder {
	color: #bfbfbf;
}
input[name="phone"]:focus:-moz-placeholder {
	color: #bfbfbf;
}
input[name="phone"]:focus:-ms-input-placeholder {
	color: #bfbfbf;
}*/

.page_content {
	clear: both;
	/*margin-bottom: 20px;*/
}

.page_content .wrapper {
	/*padding-right: 80px;*/
}

.page_content p {
	font-size:14px;
	line-height: 24px;
	margin: 15px 0;
	text-align: left;
} 

.page_content ul li {
	font-size: 14px;
	overflow: hidden;
	padding-left: 28px; 
	line-height: 24px;
	margin: 10px 0;
	position: relative;
}

.page_content ul li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background: #141414;
	left: 20px;
	top:10px;
	border-radius: 50%;
}

.page_content .img_left {
	margin-right: 15px;
	margin-bottom:15px;
}

img {
	max-width: 100%;
}

html {
	min-width: 1000px;
}

li {
	list-style: none;
}

.clearfix {
	clear: both;
	float: none;
	height: 0;
}

.wrapper {
	width: 960px;
	padding: 0 5px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.rouble {
	font-family: Rouble;
	color: inherit;
}
h1 {
	font-size: 48px;
	font-weight: 500;
	color: #356187;
	margin: 10px 0 20px;
	clear: both;
}

h2 {
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #37375d;
}

h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.09em;
	color: #093b7b;
	margin-top: 15px;
}

h4 {
	font-size: 18px;
	font-weight: 500;
	color: #093b7b;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

h2.white {
	color: #fff;
}

.table {
	display: table;
	table-layout: fixed;
}

.tr {
	/*display: table-row;*/
	vertical-align: top;
}

.td {
	display: table-cell;
} 

textarea {
	background: #ebebeb;
	padding: 5px 10px;
	border-radius: 6px;
	outline: none;
	border:none;
}

input {	
	padding: 0 10px;
	border: none;
	outline: none;
	border-radius: 6px;
	font-size: 14px;
	background: #ebebeb;
	text-align: left;
}

input[type="submit"] {
	text-align: center;
    background: #ff4639!important;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border: none!important;
}

button[type="submit"] {
	text-align: center;
    background: #ff4639!important;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 6px;
	padding: 0 10px;
	border: none;
	outline: none;
	display: block;
	line-height: 50px;
	font-weight: 500;
}

a.button {	
	text-align: center;
    background: #ff4639!important;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 6px;
	padding: 0 10px;
	border: none;
	outline: none;
	display: block;
	line-height: 50px;
	font-weight: 500;
	text-decoration: none;
}

input[type="submit"]:hover, button[type="submit"]:hover, a.button:hover {
	background: #ff6257!important;
}

textarea {
	border-radius: 5px;
	border:none;
	padding: 10px;
	font-size: 14px;
}

.arrows {
	position: absolute;
	width: 46px;
	height: 46px;
	z-index: 2;
	background: url(../img/arrow_backward_dark.png) no-repeat;
}

.arrow-right {
	background: url(../img/arrow_forward_dark.png) no-repeat;
}

.arrows_white {
	position: absolute;
	width: 46px;
	height: 46px;
	background: url(../img/arrow_backward_white.png) no-repeat;
	z-index: 2;
}

.arrow_white-right {
	background: url(../img/arrow_forward_white.png) no-repeat;
}

#breadcrumb {
	margin-top: 20px;
}

#breadcrumb li {
	display: inline-block;
	font-size: 14px;
}

#breadcrumb li a {
	color:#141414;
}

#breadcrumb li a:hover {
	color: #a9cedc;
}

#breadcrumb li + li:before{
  content:  '/';
  margin:   0 2px;
}

.img_left {
	float: left;
}

.page_content .pagination {
	text-align: center;
	clear: both;
}

.page_content .pagination li {
	display: inline-block;
	margin: 0 2px;
	list-style: none;
	padding-left: 0;
	padding: 4px 11px 2px;
}

.page_content .pagination li.control {
	margin: 0 15px;
	padding-left: 0;
	padding-right: 0;
}

.page_content .pagination li.active {
	color:#fff;
	background:#2a3a59;
	border-radius: 6px;
}

.page_content .pagination li:before {
	display: none;
}

.page_content .pagination li a {
	text-decoration: none;
	color:#141414;
}

.page_content .pagination li.active a {
	color:#fff;
}

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

header {
	padding-top: 10px; 
}

header .top {
	position: relative;
	padding: 4px 0;
	background: #141414;
	height: 39px;
}

header .top_basket  {
    font-size: 14px;
    line-height: 1;
    min-width: 110px;
    padding-left: 50px;
    background: url(../img/top_basket.png) left center no-repeat;
    float: right;
    min-height: 31px;
    box-sizing: content-box;
    text-align: left;
}

header .top_basket .empty {
	line-height: 31px;
}

header .top_basket .not_empty span.order {
	color: #6e7074; 
	text-decoration: underline;
}

header .top_basket div a:hover span.order {
	text-decoration: none;
}

header .top_basket div a {
	font-size:14px;
	color: #6e7074;
	text-decoration: underline;
	display: inline-block;
}

header .top_basket div span {
	color: #6e7074;
	font-size: 14px;
}

header .top_basket div a span {
	color: #37375d;
	display: inline-block;
	text-align: center;
	text-decoration: underline;
}

header .top_basket div a:hover, header .top_basket div a:hover span {
	text-decoration: none;
}

header .right {
	float: right;
	text-align: right;
	margin-top: 17px;
}

header .top_search-form {
	position: relative;
	float: left;
}

header .top_search-form input[type="submit"] {
	background:  url(../img/search.png) center center no-repeat!important;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 7px;
	top:0px;
	border-radius: 0;
	padding: 0;
}

header .top_search {
	height: 30px;
	font-size:13px;
	font-weight: 300;
	color: #141414;
	border: 1px solid #c5c5c5;
	padding: 0 32px 0 15px;
	width: 320px;
	background: #ffffff;
	border-radius: 7px;
	/*box-shadow: inset 0px 1px 2px 1px lightgrey;*/
	margin: 0 0 0 auto;
    display: block;
}	

header .top_search::-webkit-input-placeholder {color:#bfbfbf;}
header .top_search::-moz-placeholder          {color:#bfbfbf;}/* Firefox 19+ */
header .top_search:-moz-placeholder           {color:#bfbfbf;}/* Firefox 18- */
header .top_search:-ms-input-placeholder      {color:#bfbfbf;}

header .top_search:focus::-webkit-input-placeholder {color:transparent;}
header .top_search:focus::-moz-placeholder          {color:transparent;}/* Firefox 19+ */
header .top_search:focus:-moz-placeholder           {color:transparent;}/* Firefox 18- */
header .top_search:focus:-ms-input-placeholder      {color:transparent;}

header .logo {
	width: 366px;
	float: left;
	height: 105px;
}

header .logo img {
	display: block;
	margin: 0 auto;
}

/*header .phones_service, header .phones_shop {
	display: inline-block;
	vertical-align: top;
	width: 150px;
}*/

header .phones_service {
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 15px;
	position: relative;
	float: right;
}

header .phone:before {
	position: absolute;
    content: "";
    left: -23px;
    top: -1px;
    background: url(../img/sprite_contacts.png) no-repeat;
    height: 20px;
    width: 20px;
    background-position: 0 -21px;
}

header .phone {
	display: inline-block;
	font-size: 16px;
	color: #093b7b;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	margin-left: 40px;
	letter-spacing: 1px;
}

header .phone:first-child {
	margin-left: 0px;
}

header .phones_service .title, header .phones_shop .title {
	display: block;
	position: relative;
	font-size: 10px;
	line-height: 13px;
	color: #525252;
	text-transform: uppercase;
	margin-bottom: 2px;
	letter-spacing: 0.02em;
}

header .phones_service .title:before, header .phones_shop .title:before {
	position: absolute;
    content: "";
    left: -23px;
    top: -4px;
    background: url(../img/sprite_contacts.png) no-repeat;
    height: 20px;
    width: 20px;
    background-position: 0 -21px;
}



header .contacts {
	float: right;
	width: 560px;
}

header .call_button {
	background: #37375d;
	text-decoration: none;
	color:#ffffff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	position: relative;
	/*margin: 10px 0 0;*/
	margin-bottom: 10px;
	display: inline-block;
	/*width: 210px;*/
	border-radius: 6px;
	padding: 7px 25px;
	float: right;
}

header .call_button:hover {
	text-decoration: underline;
}

.wrapper_menu {
	width: 100%;
	text-align: center;
}

.top_menu {
	background-color: #356187;
	text-align: center;
	margin-top: 10px;
}

.top_menu li {
	text-align: center;
	display: inline-block;
}

.top_menu li a {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.04em;
	text-decoration: none;
	display: block;
	padding: 0 20px; 
	position: relative;
	text-transform: uppercase;
	height: 55px;
	line-height: 55px;
}

.top_menu li a:hover, .top_menu li.active a {
	/*color: #a6dfe4;*/
	background-color: #37375d;
}

.banner {
	position: relative;
	height: 489px;
	background: url(../img/banner_top.png) center top no-repeat;
	padding-top: 30px;
}

.banner .eye {
	position: absolute;
	right: 0;
	bottom: 105px;
	width: 	100px;
}

.banner.banner_top {
	height: 500px;
}

.banner_title1 {
	color: #fefefe;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
}

.banner_title1 span {
	/*display: block;*/
	color: #fefefe;
	font-size: 30px;
}

.banner_title2 {
	font-size: 55px;
	font-weight: 700;
	color: #fefefe;
	/*background-color: rgba(39, 49, 72, 0.5);*/
	text-transform: uppercase;
	display: inline-block;
}

.advantages {
	margin-top: 10px;
	margin-bottom: 30px;
	width: 690px;
}

.advantages li {
	background: url(../img/banner_check.png) left center no-repeat;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0;
    padding-left: 35px;
}


.banner_form {
	background: rgba(145, 168, 174, 0.8);
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
}

/*.banner .banner_form {
	position: absolute;
	right: 5px;
	top: -70px;
	width: 320px;
	height: auto;
	bottom: 0;
}*/
/*
.banner .banner_form .wrapper {
	width: 100%;
	padding: 85px 50px;
	height: auto;
}*/

.banner_form p {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	float: left;
	text-transform: uppercase;
	margin-top: 24px; 
	line-height: 24px;
}

/*.banner .banner_form p {
	float: none;
}*/

.banner_form form {
	position: relative;
	float: right;
	margin-top:24px;
}

/*.banner .banner_form form {
	float: none;
}*/

.banner_form form div {
	display: inline-block;
	margin: 0 5px;
}

/*.banner .banner_form form div {
	display: block;
	margin: 15px 0;
}*/

.banner_form form div label {
	color: #fff;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

.banner_form form input {
	height: 42px;
	width: 220px;
}

.banner_form form input[type="text"] {
	background: #fff;
}

.banner_form form input[type="submit"] {
    width: 230px;
    font-weight: 300;
}

/*.banner .banner_form form input {
	width: 100%;
}*/

.content {
	width: 700px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

.main_s2 {
	padding: 45px 0;
	background: #fff;
	text-align: center;
}

.main_s2 p {
	font-weight: 300;
	font-size: 16px;
	margin: 20px 0;	
	letter-spacing: 0.04em;
	line-height: 24px;
	text-align: left;
}

.reasons {
	/*background: url(../img/5reasons.png) center center no-repeat;*/
	/*background-color: #efeeee;*/
	padding: 30px 0 50px;
}

.reasons_wrapper {
	text-align: center;
}


.reasons_wrapper h2 {
	text-align: center;
	padding: 30px 0 25px; 
	color: #1e2f51;
}


.reasons .reason_div {
	width: 300px;
	min-height: 165px;
	/*padding: 60px 0 0;*/
	display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    margin: 0 8px;
    text-align: center;
    color: #403f3f;
    text-align: center;
}

.reasons .reason_div:nth-child(2) {
	margin-left: 0;
}

.reasons .reason_div:nth-child(4) {
	margin-right: 0;
}

.reasons .reason_div:nth-child(5), .reasons .reason_div:nth-child(6) {
	margin: 30px  40px 0;
}

.reasons .reason_div:nth-child(6) {
	width: 320px;
}

.reasons span.reason {
	font-size: 18px;
	font-weight: 700;
	color: #093b7b;
	display: block;
	padding-top: 70px;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	height: 110px;
	line-height: 56px;
	text-align: center;
}

/*.reasons span.reason:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100px;
	left: 50%;
	top: 0;
	margin-left: -50px;
	background: #a6dfe4;
}*/

.clients {
	padding: 40px 0;
}

.clients .wrapper {
	padding: 0 55px;
}

.clients h2 {
	text-align: center;
	margin-bottom: 30px;
}


.clients-ul {
	font-size: 0;
}

.clients-ul li {
	position: relative;
    display: inline-block;
    margin: 0 10px;
    height: 100%;
    width: 200px;
    height: 115px;
    line-height: 115px;
    vertical-align: top;
    text-align: center;
    background: #fff;
}

.clients-ul li img {
	max-height: 80%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.clients-control {
	position: relative;
}

.clients-control .arrow-left {
	left:-55px;
	top:36px;
}

.clients-control .arrow-right {
	right:-55px;
	top:36px;
}

.certificates {
	background: url(../img/certificates.png) center center no-repeat;
	padding: 50px 0 30px;
	position: relative;
	z-index: 2;
	font-size: 0;
}

.certificates .caroufredsel_wrapper {
	box-sizing: content-box;
	padding: 0px 0 15px 10px;
}

.certificates .wrapper {
	padding: 0 95px;
}

.certificates h2 {
	text-align: center;
	margin-bottom: 10px;
}

.certificates-ul {
	margin-left: 20px;
	padding-top: 0px;
	margin-left: 10px!important;
}

.certificates-ul li {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px 0 0;
    height: 325px;
    width: 230px;
}

.certificates-ul li a {
	display: block;
}

.certificates-ul li img {	
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 6px 10px 0 rgba(49, 0, 85, 0.55);
}

.certificates-control  {
	position: relative;
}

.certificates-control .arrow_white-left {
	left:-95px;
	top:130px;
}

.certificates-control .arrow_white-right {
	right:-95px;
	top:130px;
}

.news {
	padding:30px 0 40px;
	background: #f6f6f6;
}

.news .wrapper {
	padding: 0;
}

.news h2 {
	text-align: center;
	margin-bottom: 25px;
}

.news ul.table {
	border-spacing: 10px;
}

@supports (width: (100% + 12px)) {
	.news ul.table {
		width: calc(100% + 12px);
		margin-left: -6px;
	}
}


ul.news_list {
	margin-bottom: 20px;
}

.news ul.news_list li {
	width: 306px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    height: 305px;
    margin-bottom: 0;
    overflow: initial;
    position: relative;
    background: #fff;
}

.news_list li a .img {
	display: block;
	position: relative;
}

.news_list li a:hover .img:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
	background: rgba(255, 255, 255, 0.5);
}

.news ul li:before {
	display: none;
}

.news ul.news_list li a {
	text-decoration: none;
}

.news ul.news_list li img {
	display: block;
}

.news .news_date {
	position: absolute;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 16px;
	margin:0;
	width: 100%;
	background-color: #356187;
	bottom: 0;
	text-align: right;
	/*border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;*/
}

.news .news_title {
	margin: 15px 20px 0;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	/*bottom: 0;*/
}

a.all_news {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: right;
	margin-right: 18px;
	padding: 2px 0;
	margin-top: 25px;
	clear: both;
	color: #356187;
	position: relative;
}


.banner_bottom {
	background: url(../img/banner_bottom.png) center center no-repeat;
	height: 250px;
}

.banner_bottom p {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top:78px;
	left: 0;
	line-height: 50px;
	text-align: center;
}

.banner_bottom p span {
	display: block;
	font-weight: 700;
	font-size: 45px;
	color: #ff4639;
	/*margin-left: 110px;*/
}

section.contacts {
	font-size: 0;
	padding: 50px 0;
}

section.contacts .title {
	color: #ff4639;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 25px;
}

section.contacts .main_contacts {
	display: inline-block;
	vertical-align: top;
	width: 470px;
	margin-right: 10px;
	padding: 0 50px 0 20px;
	font-size: 16px;
}

section.contacts .main_contacts .phone {
	border-bottom: 1px solid #ff4639;
	padding-bottom: 25px;
	margin-bottom: 28px;
	position: relative;
	padding-left: 20px;
}

section.contacts .main_contacts .phone:before {
	content: "";
	position: absolute;
    left: 0px;
    top: 1px;
    background: url(../img/sprite_contacts.png) no-repeat;
    height: 20px;
    width: 20px;
    background-position: 0 -21px;

}

section.contacts .main_contacts .phone a {
	color: #37375d;
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	display: inline-block;
	margin: 0 12px;
}

section.contacts .main_contacts .address, section.contacts .main_contacts .email {
	color: #4a5969;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	padding-left: 33px;
	margin-bottom: 12px;
}

section.contacts .main_contacts .email a {
	color: #4a5969;
}

section.contacts .main_contacts .address:before, section.contacts .main_contacts .email:before {
	content: "";
	position: absolute;
    left: 0px;
    top: 3px;
    background: url(../img/sprite_contacts.png) no-repeat;
    height: 20px;
    width: 20px;
    background-position: -19px 0;	
}

section.contacts .main_contacts .email:before {

    background-position: 0 0;	
}

section.contacts form {
	display: inline-block;
	vertical-align: top;
	width: 470px;
	padding: 0 20px 0 30px;
}

section.contacts form div {
	float: left;
	clear: left;
}

section.contacts form input {
	display: block;
	height: 40px;
	width: 175px;
	margin: 15px 0;
	width: 100%;
}

section.contacts form input:first-child {
	margin-top: 0;
}

section.contacts form input[type="submit"] {
	float: right;
	width: 230px;
	height: 50px;
	margin: 0;
}

section.contacts form .popup_polite {
	float: left;
	text-align: left;
	width: 175px;
	margin: 0;
}

section.contacts form textarea {
	float: right;
	display: block;
	width: 230px;
	margin: 0 0 15px;
	height: 150px;
	min-height: 150px;
	max-width: 230px;
	min-width: 230px;
}

footer {
	background: #ebebeb;
	font-size: 16px;
	position: absolute;
	bottom: 30px;
	width: 100%;
	height: 210px;
}

footer .top_menu {
	margin-bottom: 25px;
	margin-top: 0;
	z-index: 2;
}

footer .top_menu li a {
	height: 35px;
	line-height: 35px;
}

footer .top_menu li a {
	color: #fdfdfd;
	font-weight: 400;
}

footer .wrapper { 
	height: auto;
}

footer .td {
	vertical-align: top;
	padding-left: 30px;
}

footer .td.contacts {
	padding-top: 20px;
}

footer .td.logo {
	padding-top: 0;
	padding-left: 10px;
	width: 366px;
}

footer .phone:hover {
	/*color: #a6dfe4;*/
}

footer .address {
	width: 320px;
	padding-right: 15px;
	padding-top: 20px;
	padding-left: 70px;
}

footer p, footer a {
	color: #1e2f51;
	font-size: 15px;
	line-height: 20px;
}

footer a.sec {
	display: block;
	margin-top: 3px;
}

footer p {
	margin-bottom: 25px;
}

footer a:hover {
	color: #1e2f51;
}

footer .call_button {
	background: #9ec65e;
	text-decoration: none;
	color:#000000;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	position: relative;
	margin: -4px 0 17px;
	display: inline-block;
	width: 210px;
	border-radius: 6px;
	padding: 5px 0;
    letter-spacing: 0.04em;
    width: 230px;
    float: right;
    margin-top: 20px;
}

footer .call_button:hover {
	text-decoration: underline;
	color:#2c3e50;
}


footer .phones_service, footer .phones_shop {
	float: left;
	width: 158px;
	margin-right: -7px;
	margin-top: 8px;
}

footer .phones_service {
	margin-right: 85px;
	margin-left: 22px;
	margin-top: 0;
}

footer .phone {
	display: block;
	font-size: 18px;
	color: #093b7b;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
}

footer .phone:before {
	position: absolute;
    content: "";
    left: -23px;
    top: -1px;
    background: url(../img/sprite_contacts.png) no-repeat;
    height: 20px;
    width: 20px;
    background-position: 0 -21px;
}

footer .phones_service .title, footer .phones_shop .title {
	display: block;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	color: #525252;
	text-transform: uppercase;
	margin-bottom: 2px;
	letter-spacing: 0.02em;
}

footer .phones_shop .title {
	margin-bottom: 7px;
}

footer .phones_service .title:before, footer .phones_shop .title:before {
	position: absolute;
    content: "";
    left: -23px;
    top: 50%;
    margin-top: -10px;
    background: url(../img/sprite_contacts.png) no-repeat;
    height: 20px;
    width: 20px;
    background-position: 0 -21px;
}

.top_search-results {
	position: absolute;
    background: #fff;
    border: 1px solid #cecece;
    display: none;
    padding: 15px 20px 10px 10px;
    z-index: 3;
    width: 100%;
    text-align: left;
    top: 30px;
    border-radius: 5px;
}

.top_search-results a {
	display: block;
	font-weight: 300;
	font-size: 13px;
	padding-left: 15px;
	margin: 10px 0;
	text-decoration: none;
	color: #141414;
}

.top_search-results a:first-child {
	margin-top: 0;
}

.top_search-results a:hover {
	color: #a9cedc;
    text-decoration: none;
    background: url(../img/search_arrow.png)  left center no-repeat;
}

.top_search-results a.top_search-showall {
    padding: 10px 10px 0 10px;
    margin: 0;
    margin-left: -5px;
    border-top: 1px solid #ebebeb;
    font-weight: 400;
}

.top_search-results a.top_search-showall:hover {
	background: none;
}

.page_content.news {
	background: none;
	padding:0;
	margin: 0;
}

.reviews {
}

.reviews .wrapper {
	padding: 20px 60px;
}

.reviews h2 {
	text-align: center;
	margin-bottom:-25px;
}

.reviews ul {
	font-size: 0;
}

.reviews ul li {
	display: inline-block;
	position: relative;
	padding: 75px 0 20px;
	vertical-align: top;
	margin: 0 5px;
}

.reviews ul li .review_content {
	width: 360px;
	margin-left: auto;
	padding: 45px 15px 25px 90px;
	background: #fff;
	position: relative;
}

.review_content .review_name {
	color: #356187;
	font-size: 16px;
	font-weight: 500;	
	margin-bottom:15px;
}

.review_content .review_post {
	color:#ff4639;
	font-size:16px;
	font-style: italic;
	margin-bottom: 17px;
	padding-bottom: 12px;
	position: relative;
	border-bottom: 1px solid #ff4639;
}


.review_content .review_text {
	font-size: 14px;
	line-height: 24px;
}

.review_content .review_certificate {
	position: absolute;
	left: -50px;
	top: 114px;
	border: 1px solid #f0efef;
}

.review_type1 .review_content {
	min-height: 320px;
}

.review_type1 .review_content .review_certificate {
	max-height: 170px;
}

.reviews ul li.review_type3 .review_content {
	margin: 0 auto;
}

.review_content .review_avatar {
	position: absolute;
	left: -50px;
	top:-30px;
	width: 120px;
}

.reviews ul li.review_type2 {
	padding-top: 85px;
	min-height: 355px;
}

.reviews ul li.review_type2 .review_content {
	padding-left: 90px;
	padding-right: 35px;	
}

li.review_type2 .review_content .review_certificate {
	top: -40px;
	max-height: 200px;
}
.reviews ul li.review_type3 .review_content {
	padding-right: 15px;
	padding-left: 35px;
}

.reviews-control  {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.reviews-control .arrow-left {
	left: 0px;
	top:50%;
	margin-top: -85px;
}

.reviews-control .arrow-right {
	right: 0px;
    top: 50%;
    margin-top: -85px;
}

.bottom_form {
	background: #ebebeb;
}

.bottom_form .content {
	padding: 25px 0 35px;
	/*border-top:1px solid #2a3a59;*/
	width: 790px;
}

.bottom_form_noborder .bottom_form .content {
	border:none;
	width: 810px;
}

.bottom_form h2 {
	text-align: center;
	margin-bottom: 15px;
	color: #1e2f51;
}

.bottom_form form {
	position: relative;
}

.bottom_form form div {
	display: inline-block;
	margin: 0 23px;
}

.bottom_form form div:first-child {
	margin-left:0;
}

.bottom_form form div:nth-child(3) {
	margin-right: 0;
}

.bottom_form form div label {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

.bottom_form form input {
	height: 42px;
	width: 230px;
	background: #fff;
	/*border: 1px solid #6e7074;*/
}

.bottom_form form input[type="submit"] {
    width: 230px;
}

.catalog_left a:visited {
	color: #37375d!important;
}

.catalog_left {
	width: 230px;
	float: left;
}

.catalog_left ul li {
	list-style: none;
	padding-left:0;
}

.catalog_left ul li:before {
	display: none;
}


.catalog_menu > li > a {
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	line-height: 17px;
	padding: 10px 0 10px 5px; 
	display: block;
	color: #37375d;
} 

.catalog_menu > li > a:visited {
	color: #37375d!important;
}



.catalog_menu > li:hover > a {
	background: #a9cedc;
}

ul.catalog_menu > li {
	margin: 0;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	overflow: visible;
}

ul.catalog_menu > li > a { 
	padding-right: 20px;
}

.catalog_menu > li > ul {
	display: none;
} 

ul.catalog_menu > li:hover ul {
	display: block;
}

ul.catalog_menu > li > ul {
	position: absolute;
	width: 720px;
	height: auto;
	top:0;
	left:230px;
	background: #ebebeb;
	border:1px solid #e1e1e1;
	z-index: 5; 
	padding: 10px 20px;
	-webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}

ul.catalog_menu > li > ul > li {
	display: inline-block;
	width: 100%;
	margin: 0;
	line-height: 17px;
}

ul.catalog_menu > li > ul > li > a {
	font-size: 14px;
	font-weight: 500;	
	text-decoration: none;
	color: #373232;
}

ul.catalog_menu > li > ul > li > a:hover {
	text-decoration: underline;
	color: #356187;
}

ul.catalog_menu > li > ul > li > ul {
	padding-left: 20px;
}

ul.catalog_menu > li > ul > li > ul > li {
	margin: 0;
}

ul.catalog_menu > li > ul > li > ul > li > a {
	text-decoration: none;
	font-size:13px;
	color: #373232;
}

ul.catalog_menu > li > ul > li > ul > li > a:hover {
	text-decoration: underline;
	color: #356187;
} 

.catalog_right .subcats {
	width: 630px;
	float: right;
}

.catalog_right {
	float: right;
	width: 700px;
}

.catalog_right .subcats li {
    width: 310px;
    float: left;
    height: 85px;
    border: 1px solid #141414;
    border-radius: 6px;
    background:#fff;
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    padding-left: 0;
    margin: 5px 0;
}

.catalog_right .subcats li:hover {
	box-shadow: 0px 3px 10px 0px rgba(20,20,20, 0.4);	
}

.catalog_right .subcats li:before {
	display: none;
}


.catalog_right .subcats li:nth-child(2n-1) {
	margin-right: 10px;
	margin-left: auto;
}

.catalog_right .subcats li a {
	display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #141414;
}

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


.catalog_right .subcats li img {
	width: 70px;
	margin-top:5px;
}

.catalog_right .subcats li .td {
	width: 90px;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
}

.category_top {
	width: 630px;
	float: right;
	margin: 0 0 25px;
}

.category_top > div {
	color:#141414;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;	
	border-left: 3px solid #e1e1e1;
	vertical-align: baseline;
	padding-left: 10px;
}

.category_top img {
	display: block;
	margin-bottom: 10px;
}

.subcat_desc {
	width: 630px;
	float: right;
}
.subcat_desc h2 {
	padding-top:40px;
}

.ms2_product {
 	display: table; 	
	table-layout: fixed;
	border-spacing: 0;
	border: 1px solid #e1e1e1;
	background: #fff;	
	margin:10px 0;
 }

.products-list .ms2_product {
	width: 100%;
}

.ms2_product > div {
	display: table-cell;
	padding: 15px 0;
}

.products-list .ms2_product .ms2_product_img {
	vertical-align: middle;
	width: 160px;
	padding-right: 15px;
	text-align: center;
}

.products-list .ms2_product .ms2_product_img img {
	width: 115px;
}

.products-list .ms2_product .ms2_product_form {
	vertical-align: middle;
	width: 213px;
	text-align: center;
}

.products-list .ms2_product .ms2_product_form form a.product_title {
	display: none;
}

.ms2_product a.product_title {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #356187;
}

.ms2_product a.product_title:hover {
	text-decoration: underline;
}

.products-list .ms2_product .ms2_product_desc {
	padding-right: 8px;
	text-overflow: ellipsis; 
}

.products-list .ms2_product .ms2_product_desc p {
	margin:15px 0;
	font-size: 13px;
	line-height: 16px;
}

.ms2_product a.one_click_buy {
	display: block;
	font-size: 16px;
	color: #356187;
}

.ms2_product .ms2_product_form button {  
	width: 170px;
	clear: both;
}

.products-list .ms2_product .ms2_product_form button {
	margin: 20px auto 5px;	
}

.products-block .ms2_product .ms2_product_form button {
	margin: 20px 0 5px;	
}

.price {
	font-size: 16px;
	font-weight: 500;
	color: #356187;
	margin-right: 20px;
	display: block;
}

.products-list .ms2_product .ms2_product_form .price {
    text-align: right;
}

.products-block .ms2_product {
	float:left;
	width: 345px;
	clear: left;
	height: 165px;
}

.products-block .ms2_product .zero_price {
    margin-top: 10px;
    display: block;
}

.products-block .ms2_product:nth-child(2n) {
	margin-left:10px;
	float: right;
	clear: right;
}

.products-block .ms2_product .ms2_product_desc {
	display: none;
} 

.products-block .ms2_product .ms2_product_img {
	width: 150px;
	padding-right: 10px;
	text-align: center;
	vertical-align: middle;
}

.products-block .ms2_product .ms2_product_img img {
	width: 109px;
}

.products-block .ms2_product a.one_click_buy {
	width: 170px;
	text-align: center;
}

.products-block .ms2_product a.product_title {
	display: block;
	margin-bottom: 3px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product {
	width: 700px; 
	float: right;
}

.product .product_desc {
	float: right;
	width: 300px;
}

.product_gallery {
	float: left;
	margin-right: 10px;
}

.product_gallery img {
	background: #fff;
}

.product button[type="submit"] {
	width: 180px;
	margin: 20px 0 5px;
} 

.product .params {
	margin-top: 15px;
}

.product .params > div {
	padding:10px;
	width: 50%;
	float: left;
	display: table;
}

.product .params > div span {
	display: table-cell;
	vertical-align: middle;
}

.product .params > div span:last-child {
	text-align: right;
}

.product .params > div:nth-child(4n), .product .params > div:nth-child(4n+1) {
	background: #ebebeb;
}

.product_gallery .gallery_thumb {
	float: left;
	margin-top:10px;
	margin-right: 10px;
	margin-bottom:15px;
}

#msCart { 
	margin-top: 15px;
}

#msCart .table {
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 100%;
}


#msCart .tr .td {
	padding: 10px 0; 
	vertical-align: middle; 
}

#msCart  .header, #msCart  .footer {
	background: #d4e6ed;
}

#msCart  .header {
	border-radius: 6px 6px 0 0;
}

#msCart .header .td {
	font-size: 16px;
	font-weight: 500;
	color: #555;
	line-height: 50px;
}

#msCart .td.image {
	width: 120px;
}

#msCart .td.image img {
	width: 50px;
}

#msCart .td.title {
	width: 180px;
	padding-right: 10px;
	text-align: left;
}

#msCart .title a {
	color:#141414;
	font-weight: 500;
	text-decoration: none;
}

#msCart .title a:hover{
	text-decoration: underline;
}

#msCart .td.desc {
	width: 250px; 
	padding-right: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}

#msCart .td.count {
	width: 205px;
}

#msCart .td.table_price  {
	width: 125px;
	text-align: right;
	padding-right: 30px;
	color: #141414;
}

#msCart .header .td.table_price {
	text-align: right;
	padding-right: 30px;
	color: #555;
}

#msCart .td.remove  {
	width: 70px;
}

#msCart .remove button {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 auto;
    background: url(../img/close_white.png)!important;
}

#msCart .remove button:hover {
	background: url(../img/close_blue.png)!important;
}
#msCart .tr {
	border-bottom:1px solid #f0f0f0;	
}

#msCart .tr:last-child, #msCart .tr:nth-last-child(2), #msCart .tr:first-child  {
	border:none;
}

#msCart .footer {
	border-radius: 0 0 6px 6px;
}


#msCart  .footer .td {
	line-height: 75px;
	text-align: right;
	padding-right: 85px;
	color:#555;
	font-size: 16px;
	font-weight: 500;
	width: 950px;
}

#msCart  .footer .td span {
	color: #555;
}

#msCart .td {text-align:center;}
.js #msCart [type="submit"][value="cart/change"] {display: none;}


.button_count {
	width: 30px;
	height: 30px;
	background: url(../img/form_minus.png) center center no-repeat;
	display: inline-block;
	border:none;
	cursor: pointer;
	vertical-align: middle;
}

.button_count.inc {
	background: url(../img/form_plus.png) center center no-repeat;
}

input.count_field {
	width: 45px!important;
	height: 40px;
	background: #ebebeb;
	text-align: center;
	padding: 0;
	margin: 0 10px;
}

.popup_mask {
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.5);
	z-index: 99;
}

.popup {
	left: 50%;
	top:50%;
	display: none;
	position: fixed;
	border:1px solid #9e9993;
	border-radius: 6px;
	padding: 25px;
	z-index: 100;
	background: #fff;
	box-shadow: 0 0 10px 0px rgba(102, 99, 130, 0.55);
}

.popup .popup_close {
	position: absolute;
	top:15px;
	right: 15px;
	width: 16px;
	height: 16px;
	background: url(../img/close_white.png) center center no-repeat;
}

.popup .popup_close:hover {
	background-image: url(../img/close_blue.png);
}

.popup h4 {
	text-transform: uppercase;
	color: #356187;
	font-weight: 500;
}

.popup label {
	display: block;
	font-size: 16px;
	margin: 20px 0 5px;
}

.popup input {
	width: 250px;
	height: 42px;
}

.popup input[type="submit"] {
	margin-top:20px;
	height: 50px;
}

.popup.callback {
	margin-left:-150px;
	margin-top:-170px;
}

.popup.success {
    width: 300px;
    margin-top: -100px;
    margin-left: -150px;
    padding: 25px 35px 25px 25px;
}

.cart_payment, .cart_delivery {
	display: none;
}

#msOrder {
	width: 710px;
	position: relative;
	margin: 15px 0 25px;
}

#msOrder > div {
	padding: 0 20px;
}

#msOrder .safe_data {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: -10px;
	position: relative;
}

#msOrder label {
	margin: 20px 0 5px;
	display: block;
	font-size: 16px;
}

#msOrder .safe_data label:first-child {
	margin-top: 10px;
}

#msOrder input {
	height: 40px;
	background: #ebebeb;
	width: 310px;
}

#msOrder input#city {
	width: 100%;
}

#msOrder textarea {
	background: #ebebeb;
	width: 100%;
	max-width: 100%;
}

#msOrder button {
	width: 310px;
	margin: 15px 0;
}

#msOrder .safe_data .safe {
	position: absolute;
	top:20px;
	right: 25px;
	padding-right: 45px;
	width: 220px;
	background: url(../img/safe.png) right center no-repeat;
	font-size: 16px;
	line-height: 24px;
	color: #959595;
	text-align: right;
}

#msOrder .required_desc {
	font-size: 16px;
}

#msOrder .required_desc p {
	color:#898989;
	margin: 5px 0;
}


#msMiniCart .empty {display:block;}
#msMiniCart .not_empty {display: none;}
#msMiniCart.full .empty {display:none;}
#msMiniCart.full .not_empty {display: block;}

#msOrder .error {border: 1px solid red!important;}

.phone_order {
	width: 630px;
	padding: 20px;
	padding-right: 150px;
	color: #363636;
	border:1px solid #363636;
	border-radius: 6px;
	text-align: right;
	margin-bottom: 15px;
}

.phone_order > span {
	padding: 5px 0;
	padding-left: 35px;
	font-weight: 500;
	font-size: 16px;
	color: #363636;
	background:url(../img/call.png) left center no-repeat;
}

.phone_order .phones {
	float: right;
	margin-left: 10px;
}

.phone_order .phones a {
	display: block;
	font-size: 18px;
	text-decoration: none;
	color: #141414;
}

.error404 p {
	font-size: 16px;
}

.error404 .img_left {
	margin-right: 30px;
}

.error404 .title404 {
	font-weight: 500;
	color: #00a1fd;
	padding-top: 40px;
    display: block;
}

.thanks_page {
	padding: 35px 0;
	padding-left: 120px;
	background: url(../img/thanks.png) left center no-repeat;
	font-size: 16px;
	width: 450px;
	margin-bottom: 25px;
}

.delivery {
	margin-bottom: 45px;
}

.delivery .img_left {
	width: 47%;
	margin:0;
}

.delivery .img_left ul {
	margin-top: 15px;
}

.delivery .img_left:nth-child(2) {
	margin-left: 5%;
}

.news ul.services_list {
	font-size: 0;
}

.news ul.services_list li {
	width: 220px;
	height: 172px;
    vertical-align: top;
    padding-left: 0;
    display: inline-block;
    margin:0 10px 15px;
    text-align: center;
    overflow: initial;
}

.news ul.services_list.three li {
	width: 268px;
	height: auto;
	background: none;
	margin: 0 23px 15px;
} 

.news ul.services_list.three li .news_title {
	color: #141414;
	border:none;
	padding-top: 10px;
	text-align: center;
}

.news ul.services_list.three li a:hover .news_title {
	color: #141414;
	text-decoration: underline;
}

.news ul.services_list.three li .news_title:after  {
	display: none;
}

.news ul.services_list.three li:hover .news_title {
	text-decoration: underline;
}

.news ul li:before {
	display: none;
}

.news ul.services_list li {
	/*height: 230px;*/
}

.news ul.services_list li a {
	text-decoration: none;
}

.news ul.services_list li a:hover {
	text-decoration: none;
}

.news ul.services_list li img {
	display: block;
	max-width: none;
}

.services_list li a .img {
	/*border-radius: 50%;*/
    display: block;
    overflow: hidden;
    height: 172px;
    margin: 0 auto;
    position: absolute;
}

.news ul.services_list.three li .img {
	border-radius: 0;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.news ul.services_list.three li .img:after {
	display: none;
}

.news ul.services_list.three li a:hover .img:after{
	display: block;
}

.news ul.services_list li .news_title {
	color: #37375d;
	font-size: 16px;
	font-weight: 500;
	margin:0;
	margin-bottom: 2px;
	padding: 65px 0 8px;
	position: relative;
	z-index: 10;
}

.news ul.services_list li .news_title:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ff4639;
}

.services_list li a .img:after {
	content: "";
    position: absolute;
    top: 50%;
    margin-top: -95px;
    left: 50%;
    margin-left: -95px;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    background: rgba(240, 241, 242, 0.8);
    z-index: 5;
}

.news ul.services_list li a:hover .news_title, .news ul.services_list li a:hover .news_price {
	color: #ffffff;
}

.services_list li a:hover .news_price {
	color: #ffffff;	
}

.services_list li a:hover .img:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
    background: rgba(1, 1, 53, 0.3);
    border-radius: 0;
}

.news ul.services_list li .news_price {
    font-size:16px;
    color:#37375d;
    font-weight:500;
    padding: 3px 0;
    position: relative;
	z-index: 10;
}

.popup.one_click_buy {
	width: 465px;
	margin-left: -230px;
	margin-top:-180px;
}

.popup.one_click_buy  form .right {
	float: right;
	width: 250px;
}

.popup.one_click_buy .one_click_title, .popup.one_click_buy .one_click_price {
	font-weight: 500;
	font-size: 16px;
	color: #356187;
	line-height: 24px;
}

.popup.one_click_buy .one_click_title {
	color: #356187; 
}

.popup.one_click_buy .one_click_img {
    width: 150px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    float: left;
}

.popup.one_click_buy .one_click_img img {
	display: block;
	height: auto;
}

.popup.one_click_buy h4 {
	margin-bottom: 15px;
}

.popup.one_click_buy .counter {
	width: 140px; 
	text-align: right;
}

.popup.one_click_buy_service {
	width: 550px;
	margin-left: -275px;
	margin-top:-180px;
}

.popup.one_click_buy_service  form div.submit {
	clear: both;
	text-align: center;
}

.popup.one_click_buy_service  form .right {
	float: right;
	clear: right;
}


.popup.one_click_buy_service .one_click_img {
    width: 200px;
    border: 1px solid #ebebeb;
    float: left;
    clear: left;
    margin-top: 22px;
    /*margin-bottom: 20px;*/
}

.popup.one_click_buy_service .one_click_img img {
	display: block;
}

.popup.one_click_buy_service h4 {
	margin-bottom: 5px;
	text-align: center;
}

.popup.one_click_buy_service > p {
	text-align: center;
}

#msProduct.ms2_product {
	display: block;
    border: none;
    background: transparent;
    margin: 0;
}

#msProduct.ms2_product > div {
	display: block;
	padding:0;
}

.banner .title1 {
	color: #fff;
	font-size: 55px;
	text-transform: uppercase;
	letter-spacing: 0.04;
	font-weight: 500;
}

.banner .title1 span {
	display: block;
	width: 662px;
	font-size: 30px;
	font-weight: 500;
	line-height: normal;
	color: #000;
	margin-top: 5px;
	background: url(../img/title1.png) bottom center no-repeat;
	padding: 6px 25px;
}



.banner .title3 {
	font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 160px;
    width: 529px;
    height: 95px;
    right: 0;
    background: url(../img/title3.png) center center no-repeat;
    padding: 25px 60px 25px 10px;
    text-align: right;
}

.banner_top_form {
    width: 320px;
    padding: 10px 50px 5px;
    margin-top: 15px;
    background-color: rgba(53, 97, 135, 0.7);
}

.banner_top_form >div {
	margin: 15px 0;
}

.banner_top_form input {
    height:40px;
    width: 100%;
}

.banner_top_form input[type="text"] {
	background: #fff;
}

.banner_top_form input[type="submit"] {
    height:50px;
}

.banner_pluses {
	position: absolute;
    top: 242px;
    right: 0;
    width: 445px;

}

.banner_pluses .banner_plus {
    background: url(../img/banner_check.png) left center no-repeat;
    color: #fff;
    font-size: 16px;
    margin: 15px 0;
    padding: 5px 0;
    padding-left: 30px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}

.banner_pluses .banner_plus:first-letter {
	text-transform: uppercase;
}

.news.solutions {
    background: #ebebeb;
    /*padding: 30px 0 20;*/
}

.service_content h2 {
	text-align: center;
}


.service.page_content {
	text-align: center; 
	background: #ebebeb; 
	padding-bottom: 20px;
	padding-top: 1px;
}

.service_result {
    padding: 30px 0 15px;
    margin: 0;
    /*margin-top: 25px;*/
    background: url(../img/results_top.png) top center no-repeat, url(../img/results_bottom.png) bottom center no-repeat #476f8e;
}

.service_result h2 {
    margin-bottom: 15px;
    color: #ffffff;
}

.service_result .wrapper {
    padding: 0 60px;
}

.service_result h2 {
    text-align:center;
}

.service_result img {
    display:block;
    height:390px;
    margin: 0 auto;
}

.page_content ul.results-ul > li:before {
    display:none;
}

.page_content ul.results-ul > li {
    padding-left:0;
    background:#fff;
    position:relative;
    padding-bottom:15px;
    display: inline-block;
    width: 840px;
    vertical-align: top;
}

.page_content ul.results-ul > li .img_left p{
    font-size:14px;
    line-height:20px;
    margin:10px 0;
}

.results-control {
	position: relative;
}

.results-control .arrow_white-left {
	left:-60px;
	top:450px;
}

.results-control .arrow_white-right {
	right:-60px;
	top:450px;
}

.service_result .result_title {
	font-size: 24px;
	color: #356187;
	margin: 0;
	position: absolute;
	top: 0;
	background: #fff;
	width: 100%;
	padding: 15px 25px;
	text-align: center;
}


.page_content ul.results-ul > li .img_left {
    width:50%;
    padding-left:25px;
    margin:0;
    padding-right:25px;
    position: relative;
}

.page_content ul.results-ul > li .img_left.two:after {
	display: none;
}

.page_content ul.results-ul > li .img_left .task_title, .page_content ul.results-ul > li .img_left .small_result_title, .page_content ul.results-ul > li .img_left .done_title {
    font-size:16px;
    font-weight:500;
    color: #ffffff;
    background: url(../img/sprite_results.png) left 25px top 7px no-repeat;
    background-color: #356187;
    padding: 9px 0;
    padding-left:55px;
    line-height:21px;
    width: 420px;
    margin: 0;
    margin-left: -25px;
}

.page_content ul.results-ul > li .img_left .small_result_title {
    background-position-y: -69px;
    width: 400px;
}

.page_content ul.results-ul > li .img_left .done_title {
    background-position-y: -30px;
}

.page_content ul.results-ul > li .img_left ul li {
    padding-left: 14px;
    line-height: 20px;
    margin: 7px 0;
}

.page_content ul.results-ul > li .img_left ul li:before {
    left:6px;
    top: 7px;
    background: #000;
}

.filter {
	display: block;
    position: relative;
    height: 150px;
    background: #d4e6ed;
    border-radius: 5px;
}

.filter p {
	margin:0;
}

.page_content .filter_title {
	color:#000;
	font-weight: 500;
	font-size: 16px;
}

.filter .sort {
	top:15px;
	left: 40px;
	position: absolute;
}
.filter .sort .price_sort {
	color: #141414;
	font-size: 14px;
	position: relative;
	margin-right:40px;
}

.filter .sort .price_sort:after {
	content: "";
	position: absolute;
	right: -20px;
	top:5px;
	width: 10px;
	height: 6px;
}

.filter .sort .price_sort.low:after {
	background: url(../img/sort_up.png) center center no-repeat;
}
.filter .sort .price_sort.hight:after {
	background: url(../img/sort_down.png) center center no-repeat;
}

.filter .brand {
	position: absolute;
    bottom: 20px;
    left: 40px;
}


.filter .brand  select {
	height: 35px;
	border: 1px solid #6e7074;
	border-radius: 6px;
	width: 230px;
	padding-left: 15px; 
	background: url(../img/sort_down.png) right 15px center no-repeat #fff;
}

select::-ms-expand {
 	display:none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.block_or_list {
	position: absolute;
	right: 37px;
	bottom:22px; 
}

.block_or_list .display_type {
	width: 32px;
	height: 32px;
	float: right;
}

.block_or_list .display_type.block {
	background: url(../img/block.png) center center no-repeat;
	margin-left: 10px;
}
.block_or_list .display_type.list {
	background: url(../img/list.png) center center no-repeat;
}

.block_or_list .display_type.block.active {
	background: url(../img/block_active.png) center center no-repeat #37375d;
}
.block_or_list .display_type.active.list {
	background: url(../img/list_active.png) center center no-repeat #37375d;
}

.filter .show_by {
	position: absolute;
	width: 150px;
	right: 80px;
	top:15px;
}


.filter .show_by a {
	color:#141414;
	margin-right: 13px;
	font-size: 14px;
}

.filter .show_by a.active {
	font-weight: 900;
}

.filter .price_borders {
	position: absolute;
    top: 71px;
    left: 320px;
	font-size: 14px;
}

.filter .price_borders  input {
	width: 70px;
    height: 35px;
    border: 1px solid #6e7074;
    margin-right: 10px;
    background: #fff;
}

.filter .price_borders .rouble {
	font-size: 18px;
	margin-left: -10px;
}

.numbers {
	/*background: #ebebeb;*/
	display: block;
}

.numbers .table {
    border-spacing: 50px 50px;
    width: 1050px;
    margin-left: -50px;
}

.numbers .td {
	width: 33%;
	vertical-align: top;
	/*text-align: center;*/
}

.numbers .td .center_hack {
    /*margin: 0 auto;*/
    text-align: left;
    display: table;
    border-spacing: 0;
    width: auto;
    position: relative;
    margin-bottom: 20px;
}

.numbers .more4 .td {
	width: 25%;
}

.numbers .td .count {
	font-size: 45px;
	font-weight: bold;
	color: #356187;
	float: left;
	line-height: 51px;
}

.numbers .td .who {
	font-size: 20px;
	font-weight: bold;
	color: #356187;	
	line-height: 23px;
	padding-top: 1px;
	text-transform: uppercase;
	float: left;
}

.numbers .td .rouble {
	font-size: 30px;
	color: #356187;
}

.numbers .td div {
	/*background-color: #9ec65e;*/
	margin: 0 auto;
	position: relative;
}

.numbers .td > div:before {
	content: '';
	width: 100px;
	height: 2px;
	left: 50%;
	position: absolute;
	bottom: -5px;
	transform: translateX(-50%);
	background-color: #ff4639;
}

.numbers .td .number_desc {
	clear: both;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #020202;
	margin-top: 5px;
	text-align: center;
}

.page_content .cart_empty {
	/*margin: 35px 0 20px; */
	font-size: 18px;
	font-weight: 500;
	margin: 30px 0;
	margin-left: 90px;
	padding: 30px 0;
	padding-left: 80px;
	background: url(../img/cart_empty.png) left center no-repeat;
}

.polite {
	position: absolute;
	bottom: 0;
	background: #141414;
	height: 30px;
	width: 100%;
	padding: 6px 0;
}

.polite a {
	color: #fefefe;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 300;
}

.polite a:hover {
	text-decoration: none;
}

.popup_polite {
	font-size: 12px;
	font-weight: 300;
	margin: 10px auto 0;
	color: #363636;
	text-align: center;
	display: block;
}

.popup_polite a {
	color: #363636;
}

.banner_form form div.popup_polite, .bottom_form form div.popup_polite {
	display: block;
	margin-top: 10px;
}

.banner .popup_polite, .banner .popup_polite a {
	color: #e1e1e1;
}

.main_contacts form div.popup_polite {
	text-align: left;
	color: #a1a1a1;
}

.main_contacts form div.popup_polite a {
	color: #a1a1a1;
}

.popup.callback {
	width: 300px;
}

.main_content {
	margin-top: 25px;
	background: url('../img/main-img.png') center center no-repeat;
	height: 368px;
	line-height: 368px;
}

.main_content img {
	display: inline-block;
	vertical-align: middle;
}

.main_content > div {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	width: 500px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
	

.main_content > div p {
	font-size: 16px;
}

.service_content {
	background: #fff;
	font-size: 0;
	margin-bottom: 25px;
}

.service_content div {
	display: inline-block;
	vertical-align: middle;
	width: 544px;
	padding: 25px 30px 25px 45px;
	font-size: 16px;
	line-height: 24px;
}

.service_content img {
	display: inline-block;
	vertical-align: middle;
	width: 406px;
}

.page_content.service h2 {
	margin-bottom: 25px;
}