﻿@charset "utf-8";

html,
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(images/bg.jpg) repeat-x top center #fff;
	color: #505050;
	line-height: 1.48em;
}

:focus {
	outline: none;
}


h1 {
	color: #25609b;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	color: #25609b;
	font-size: 22px;
	font-weight: normal;
}

h3,
h4,
h5 {
	font-size: 17px;
	font-weight: normal;
	color: #25609b;
}

a {
	color: #2b6aa9;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

img {
	border: none;
}

.main {
	min-height: 100%;
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}

.container {
	width: 928px;
	margin: 0 auto;
	position: relative;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor: pointer;
}




/*------------------------header-----------------------*/

#header {
	width: 100%;
	float: left;
	height: 170px;
	position: relative;
}

#header .logotip {
	position: absolute;
	top: 20px;
	left: 1px;
}

#header nav {
	position: absolute;
	top: 113px;
	left: 0;
}

#header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header nav ul li {
	margin: 0;
	padding: 0 30px 0 31px;
	background: url(images/icon_nav_r.gif) no-repeat 0 11px;
	float: left;
}

#header nav ul li:first-child {
	padding-left: 0;
	background: none;
}

#header .operating_mode {
	position: absolute;
	top: 33px;
	left: 335px;
	line-height: 1.6em;
}

#header .operating_mode span {
	font-weight: bold;
	color: #ff0000;
}

#header .tel {
	position: absolute;
	top: 34px;
	right: 0;
	width: 330px;
	font-size: 18px;
	color: #2b6aa9;
}

#header .tel img {
	float: left;
	padding-right: 8px;
	position: relative;
	top: -4px;
}

.tel a,
.tel_emergency a {
	text-decoration: none;
}

#header .tel_emergency {
	position: absolute;
	top: 60px;
	right: 0;
	width: 330px;
	font-size: 18px;
	color: #ffa200;
	line-height: 1.6em;
}

#header .tel_emergency img {
	float: left;
	padding-right: 8px;
	position: relative;
	top: 2px;
}

.coop_buttom {
	padding-top: 5px;
}

/*------------------------wrapper----------------------*/

#wrapper {
	width: 100%;
	float: left;
}

#wrapper nav {
	width: 100%;
	float: left;
	height: 41px;
	/* background: url(images/nav.png) repeat-x; */
	background: linear-gradient(to bottom, #ffcf00 0%, #ffa700 100%);

	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	behavior: url(PIE.htc);
	text-align: center;
	margin-bottom: 31px;
}

#wrapper nav ul {
	margin: 11px 0 0;
	padding: 0;
	list-style: none;
}

#wrapper nav ul li {
	margin: 0 9px;
	padding: 0;
	display: inline-block;
	text-shadow: 0 -1px 0 #e5ab00;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

#wrapper nav ul li a {
	color: #fff;
	text-decoration: none;
}

#wrapper nav ul li a:hover {
	text-decoration: underline;
}

/*------------------------left colomn------------------*/

#leftColomn {
	width: 210px;
	float: left;
}

#leftColomn aside {
	width: 190px;
	float: left;
	background: #fff;
	-webkit-box-shadow: 0 0 3px #D3D3CB;
	-moz-box-shadow: 0 0 3px #D3D3CB;
	box-shadow: 0 0 3px #D3D3CB;
	behavior: url(PIE.htc);
	padding: 20px 10px;
	position: relative;
	z-index: 1;
	margin-bottom: 18px;
}

#leftColomn aside header {
	width: 150px;
	float: left;
	color: #ffa200;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
	position: relative;
	z-index: 1;
}

#leftColomn aside:first-child header:before {
	position: absolute;
	top: -27px;
	left: -28px;
	position: absolute;
	background: url(images/aside_before.png) no-repeat;
	content: "";
	z-index: -1;
	width: 60px;
	height: 189px;
}

#leftColomn aside header img {
	float: left;
	margin-top: -5px;
	margin-right: 9px;
	margin-bottom: -20px;
}

#leftColomn aside header span {
	margin-left: 47px;
	display: block;
}

#leftColomn aside ul {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}

#leftColomn aside ul li {
	margin: 0 0 0 31px;
	padding: 4px 0 3px 16px;
	background: url(images/aside_marker.gif) no-repeat 0 11px;
	font-weight: bold;
}

#leftColomn aside ul li.all a {
	color: #ff0000;
}

.banner_leftColomn {
	width: 180px;
	float: left;
	height: 368px;
	position: relative;
	background: url(images/banner_leftColomn.png) no-repeat top center;
	margin: 8px 0 0 15px;
}

.banner_leftColomn ol {
	padding: 10px;
	list-style: none;
	counter-reset: point;
	/* задаем переменную для счетчика */
}

.banner_leftColomn ol li {
	margin-bottom: 10px;
	margin-left: -27px;
	padding-left: 37px;
	position: relative;
	color: #fff;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	width: 160px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.21);
}

.banner_leftColomn ol li:before {
	content: counter(point);
	/* выводим значение переменной */
	counter-increment: point 1;
	/* увеличваем счетчик на 1 */
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0px;
	background: url(images/list_style_ol.png) no-repeat;
	width: 33px;
	padding: 8px 0;
	color: #ff0000;
	text-align: center;
}

.banner_leftColomn .years {
	width: 90px;
	position: absolute;
	bottom: 62px;
	left: 42px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.banner_leftColomn .years span {
	font-size: 24px;
	display: block;
	width: 100%;
}

#leftColomn aside.shadow,
#leftColomn aside.shadow2 {
	z-index: 200;
	background: #fff;
	padding: 17px 17px 14px;
	width: 176px;
	position: relative;
}

#leftColomn aside.shadow a,
#leftColomn aside.shadow2 a {
	color: #25609b;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2em;
}

#leftColomn aside.shadow a:hover span,
#leftColomn aside.shadow2 a:hover span {
	text-decoration: underline;
}

#leftColomn aside.shadow a img,
#leftColomn aside.shadow2 a img {
	position: absolute;
	right: 17px;
	top: 16px;
}

#leftColomn aside.shadow a span {
	color: #ffa200;
	font-size: 16px;
	font-weight: 700;
	display: block;
}

#leftColomn aside.shadow2 a span {
	color: #ffa200;
	font-size: 16px;
	font-weight: 700;
	display: block;
	padding: 0 0 0 20px;
}

#leftColomn aside.shadow a:before,
#leftColomn aside.shadow2 a:before {
	position: absolute;
	display: block;
	top: 7px;
	left: -9px;
	background: url(images/shadow-column-sm.png) no-repeat;
	content: "";
	z-index: -1;
	width: 65px;
	height: 75px;
}

#goodshare {
	padding: 0px;
	float: left;
	margin: 0px 0 20px 2px;
}

#goodshare .vk,
#goodshare .ok,
#goodshare .yt,
#goodshare .tw,
#goodshare .fb,
#goodshare .gg {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	margin-right: 5px;
	background: url(images/v.png) 0 0 no-repeat;
}

#goodshare .ok {
	background: url(images/o.png) 0 0 no-repeat;
}

#goodshare .yt {
	background: url(images/y.png) 0 0 no-repeat;
	margin-right: 0;
}

#goodshare .tw {
	background: url(images/t.png) 0 0 no-repeat;
}

#goodshare .fb {
	background: url(images/f.png) 0 0 no-repeat;
}

#goodshare .gg {
	background: url(images/g.png) 0 0 no-repeat;
}

#goodshare .vk:hover,
#goodshare .ok:hover,
#goodshare .yt:hover,
#goodshare .tw:hover,
#goodshare .fb:hover,
#goodshare .gg:hover {
	background-position: 0 -30px;
}

/*------------------------content----------------------*/

#content {
	width: 691px;
	float: right;
}

.centerColomn {
	width: 511px;
	float: left;
}

.action_header {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

.action_header .action_link {
	width: 153px;
	height: 26px;
	background: url(images/header_action.png) no-repeat;
	color: #fff;
	font-size: 24px;
	padding: 9px 0 0 17px;
	float: left;
	text-decoration: none;
	display: inline-block;
}

#content a.more {
	background: #ffea00;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(PIE.htc);
	color: #505050;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff6cb;
	font-weight: bold;
	padding: 3px 12px;
	margin-top: 3px;
}

#content a.more img {
	margin-left: 5px;
	display: inline-block;
}

#content .yashare-auto-init {
	float: right;
}

#content .slider {
	width: 511px;
	float: left;
	height: 287px;
	position: relative;
	-webkit-box-shadow: 0 0 3px #D3D3CB;
	-moz-box-shadow: 0 0 3px #D3D3CB;
	box-shadow: 0 0 3px #D3D3CB;
	behavior: url(PIE.htc);
	background: #fff;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

#content .slider .slider_cont {
	width: 501px;
	height: 253px;
	margin: 5px 0 0 5px;
	position: relative;
	overflow: hidden;
	background: url(images/slider_bg.gif) repeat-x left bottom;
	text-align: right;
}

#content .slider .slider_cont img {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0px;
}

#content .slider .slider_cont header {
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
	line-height: 1.19em;
	margin-right: 20px;
}

#content .slider .slider_cont header span {
	font-weight: normal;
}

#content .slider .slider_cont .orange_text {
	color: #ffa200;
	font-size: 18px;
	line-height: 1.23em;
	margin-top: 25px;
	margin-right: 20px;
}

#content .slider .slider_cont .other_text {
	background: url(images/hr.png) no-repeat right top;
	font-size: 18px;
	font-style: italic;
	color: #737373;
	padding-left: 20px;
	margin-top: 8px;
	padding-top: 17px;
	margin-right: 20px;
}

#content .slider .slider_list {
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
}

#content .slider .slider_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .slider .slider_list ul li {
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(images/slider_list.png) no-repeat left top;
	cursor: pointer;
}

#content .slider .slider_list ul li.active {
	background-position: left bottom;
	cursor: auto;
}

#content .title {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

#content .title h1,
#content .title h2,
#content .title h3,
#content .title h4,
#content .title h5 {
	display: inline-block;
	margin: 5px 0;
}

.video_box {
	width: 511px;
	float: left;
	padding-bottom: 9px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}

.video_box section {
	margin: 0 0 15px 15px;
	float: left;
	width: 248px;
}

.video_box section:first-child {
	margin-left: 0;
}

.catalog {
	width: 100%;
	float: left;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
}

.catalog .colomn {
	width: 45%;
	margin-right: 5%;
	float: left;
}

.catalog .colomn header {
	width: 100%;
	float: left;
	color: #ffa200;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.catalog .colomn header img {
	float: left;
	position: relative;
	top: -5px;
	margin-right: 8px;
	margin-bottom: -15px;
}

.catalog .colomn header span {
	margin-left: 38px;
	display: block;
}

.catalog .colomn ul {
	list-style: none;
	margin-bottom: 15px;
}

.catalog .colomn ul li {
	padding-bottom: 5px;
	font-weight: bold;
}

.catalog .colomn ul li span {
	background-color: #ffea00;
}

.catalog2 {
	width: 100%;
	float: left;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}

.catalog2 .colomn {
	width: 45%;
	margin-right: 2%;
	float: left;
}

.catalog2 .colomn header {
	width: 100%;
	color: #ffa200;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.catalog2 .colomn img {
	position: relative;
	top: -5px;
	margin-right: 8px;
	margin-bottom: -15px;
}

.catalog2 .colomn header span {
	margin-left: 8px;
	display: block;
}

.catalog2 .colomn ul {
	float: right;
	list-style: none;
	margin-bottom: 30px;
}

.catalog2 .colomn ul li {
	padding-bottom: 5px;
	font-weight: bold;
}

#content .button-block {
	margin-top: 18px;
}

#content .button {
	width: 200px;
	border-radius: 6px;
	display: block;
	float: left;
	margin-left: 22px;
	margin-bottom: 18px;
	background: url(images/blue-button.png) 0 0 repeat-x;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#content .button-block_left {
	margin-top: 10px;
}

#content .button-block_left .button:first-child {
	margin-left: 22px;
}

#content .button:first-child {
	margin-left: 0;
}

#content .button:hover {
	background-position: 0 -24px;
}

.rigthColomn {
	width: 153px;
	float: right;
}

.rigthColomn .banner_rigtColomn {
	width: 100%;
	float: left;
	margin-top: 3px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 3px;
	margin-bottom: 19px;
}

.rigthColomn .banner_rigtColomn.inner {
	margin-top: 2px;
	border: none;
}

.rigthColomn .banner_rigtColomn section {
	background: #fff;
	padding: 9px 5px 10px 9px;
	width: 139px;
	color: #ff0000;
	font-size: 18px;
	position: relative;
	-webkit-box-shadow: 0 0 3px #D3D3CB;
	-moz-box-shadow: 0 0 3px #D3D3CB;
	box-shadow: 0 0 3px #D3D3CB;
	behavior: url(PIE.htc);
	text-transform: uppercase;
	font-weight: bold;
	min-height: 31px;
	line-height: 1.2em;
	margin-bottom: 18px;
}

.rigthColomn .banner_rigtColomn section.insurance {
	padding: 11px 5px 2px 6px;
	width: 142px;
}

.rigthColomn .banner_rigtColomn section.insurance img {
	margin-top: -5px;
}

.rigthColomn .banner_rigtColomn section:before {
	position: absolute;
	right: -8px;
	top: 0;
	width: 8px;
	height: 38px;
	background: url(images/banner_before.png) no-repeat;
	content: "";
}

.rigthColomn .banner_rigtColomn section img {
	float: right;
	margin-left: -10px;
}

.rigthColomn .banner_rigtColomn section a span {
	color: #25609b;
	font-size: 16px;
	text-transform: none;
	line-height: 1.35em;
	display: inline-block;
	padding-bottom: 2px;
}

.rigthColomn .banner_rigtColomn section a {
	color: #ff0000;
	text-decoration: none;
}


.our_work {
	width: 153px;
	float: left;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 25px;
	margin-bottom: 10px;
}

.our_work .our_work_title {
	width: 143px;
	height: 24px;
	margin-bottom: 18px;
	background: url(images/our_work_title.png) no-repeat;
	float: left;
	color: #fff;
	padding: 7px 0 0 10px;
	font-size: 17px;
	font-weight: bold;
}

.our_work section {
	width: 147px;
	padding: 3px;
	-webkit-box-shadow: 0 0 3px #D3D3CB;
	-moz-box-shadow: 0 0 3px #D3D3CB;
	box-shadow: 0 0 3px #D3D3CB;
	behavior: url(PIE.htc);
	float: left;
	margin-bottom: 18px;
}

.our_work section img {
	width: 147px;
	float: left;
}

#content .rigthColomn a.more {
	float: left !important;
}

.councils {
	width: 100%;
	float: left;
}

.councils h3 {
	font-weight: bold;
}

.councils section {
	width: 100%;

	margin-bottom: 15px;
}

.councils2 {
	width: 100%;
	float: left;
	margin: -5px 0 30px 0;
}

.councils2 h3 {
	font-weight: bold;
}

.councils2 section {
	width: 100%;

	margin-bottom: 15px;
}

article {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

article.inner {
	width: 646px;
	padding: 10px 20px;
	-webkit-box-shadow: 0 0 3px #D3D3CB;
	-moz-box-shadow: 0 0 3px #D3D3CB;
	box-shadow: 0 0 3px #D3D3CB;
	behavior: url(PIE.htc);
	background: #fff;
}

.geo-img {
	width: 147px;
	height: 111px;
	margin-right: 7px;
	margin-top: 10px;
	padding: 2px;
	text-align: center;
	float: left;
	-webkit-box-shadow: 0 0 3px #D3D3CB;
	-moz-box-shadow: 0 0 3px #D3D3CB;
	box-shadow: 0 0 3px #D3D3CB;
	behavior: url(PIE.htc);
}

.geo-link {
	margin: 7px 0;
	font-weight: bold;
	float: left;
	width: 147px;
	text-align: center;
	margin-right: 13px;
}

.faq_num {
	margin-bottom: 15px;
}

.faq_num a {
	font-weight: bold;
}

.faq_answ {
	padding: 10px 0 0 14px;
}


/*------------------------footer-----------------------*/

.footer_bg {
	width: 100%;
	height: 207px;
	background: url(images/footer.jpg) repeat-x top center;
	float: left;
	position: relative;
	z-index: 1;
	margin-top: -207px;
}

.hfooter {
	width: 100%;
	float: left;
	height: 180px;
}

footer {
	width: 100%;
	float: left;
	height: 109px;
	position: relative;
	z-index: 3;
	margin-top: -109px;
}

footer nav {
	position: absolute;
	top: 0;
	left: 238px;
}

footer nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer nav ul li {
	margin: 0 29px 0 0;
	padding: 0;
	float: left;
}

footer .copy {
	position: absolute;
	top: 42px;
	left: 238px;
	font-weight: bold;
}

footer .counter {
	position: absolute;
	top: 0;
	right: 0;
}

footer .tel {
	width: 345px;
	top: 42px;
	right: 0;
	position: absolute;
	font-size: 14px;
	background: url(images/icon_tel_footer.png) no-repeat;
	padding-left: 27px;
}

footer .money {
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	line-height: 18px;
	position: absolute;
	left: 00px;
	top: -20px;
}

footer .money>a {
	position: relative;
	top: 10px;
	left: 0px;
}

footer .money img {
	position: relative;
	top: 16px;
	margin-left: 5px;
}

/*------------------------catalog----------------------*/

section.goods {
	width: 48%;
	margin-right: 2%;
	height: 205px;
	line-height: 1.8em;
	float: left;
}

section.goods .name {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

section.goods span {
	color: #FFA200;
	font-size: 18px;
	text-decoration: none;
}

section.goods img {
	width: 100px;
	height: 150px;
	border: 1px solid #e3e3e3;
	float: left;
	margin: 0 10px 0 0;
}

.products-uslugi {
	padding: 15px 15px 7px 15px;
	margin: 10px 0 20px 0;
	border: #f0eeee 1px solid;
	border-collapse: separate;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 1px #f1f0f0;
	-moz-box-shadow: 0px 0px 3px 1px #f1f0f0;
	box-shadow: 0px 0px 3px 1px #f1f0f0;
}

section.pgoods {
	width: 48%;
	margin-right: 2%;
	line-height: 1.8em;
	float: left;
}

section.pgoods .name {
	width: 100%;
	float: left;
	margin-bottom: 3px;
	padding-left: 25px;
}

section.pgoods span {
	color: #FFA200;
	font-size: 18px;
	text-decoration: none;
}

section.pgoods img {
	width: 100px;
	height: 150px;
	float: left;
	margin: 0 10px 0 0;
}

section.works {
	width: 48%;
	margin-right: 2%;
	line-height: 1.8em;
	float: left;
}

section.works .name {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

section.works span {
	color: #FFA200;
	font-size: 18px;
	text-decoration: none;
}

section.cat_new {
	width: 48%;
	margin-right: 2%;
	line-height: 1.8em;
	text-align: center;
	float: left;
}

section.cat_new .name {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

section.cat_new span {
	color: #FFA200;
	font-size: 18px;
	text-decoration: none;
}

section.cat_new img {
	border: 1px solid #e3e3e3;
	padding: 4px;
}


section.our_works {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 3%;
	text-align: center;
	float: left;
}

section.our_works img {
	border: 1px solid #e3e3e3;
	padding: 4px;
	object-fit: cover;
}

section.our_works2 {
	width: 31%;
	margin-right: 2%;
	margin-bottom: 3%;
	text-align: center;
	float: left;
}

section.our_works2 img {
	border: 1px solid #e3e3e3;
	padding: 4px;
}

/*------------------------END--------------------------*/

.breadcrumb {
	font-size: 12px;
	margin: 0px 0px 13px 0px;
}

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

.navigations {
	color: #757575;
	text-align: center;
	margin: 15px 0;
}

.navigations a:link {
	text-decoration: none;
	color: #9c9c9c;
	background-color: #f1f1f1;
	border: 1px solid #cbcbcb;
	padding: 3px 6px;
	font-size: 11px;
}

.navigations a:visited,
.navigations a:active {
	text-decoration: none;
	color: #9c9c9c;
	background-color: #f4f4f4;
	border: 1px solid #cbcbcb;
	padding: 3px 6px;
	font-size: 11px;
}

.navigations a:hover {
	background-color: #ffb900;
	color: #ffffff;
	border-color: #ed9e00;
}

.navigations span {
	text-decoration: none;
	background-color: #fff;
	padding: 3px 6px;
	border: 1px solid #b9b9b9;
	color: #b9b9b9;
	font-size: 11px;
}

.navigations span.nav_ext {
	border: none;
	background: transparent;
}

.attention,
.information {
	border: #f0eeee 1px solid;
	border-collapse: separate;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 1px #f1f0f0;
	-moz-box-shadow: 0px 0px 3px 1px #f1f0f0;
	box-shadow: 0px 0px 3px 1px #f1f0f0;
	color: #ffa700;
	font-weight: bold;
	padding: 1px 15px 1px 88px;
}

.attention span {
	font-weight: bold;
}

.attention a {
	color: #2b6aa9;
}

.attention a:hover {
	color: #2b6aa9;
	text-decoration: none;
}

.calc,
.action {
	border: #f0eeee 1px solid;
	border-collapse: separate;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 1px #f1f0f0;
	-moz-box-shadow: 0px 0px 3px 1px #f1f0f0;
	box-shadow: 0px 0px 3px 1px #f1f0f0;
	color: #ffa700;
	font-weight: bold;
	padding: 1px 15px 1px 88px;
}

.calc a {
	text-decoration: none;
}

.attention.toilet {
	background: url(images/toilet.png) no-repeat 9px 14px;
}

.attention.toilet2 {
	background: url(images/toilet.png) no-repeat 9px 7px;
	padding: 4px 15px 8px 88px;
}

.attention.itoilet {
	background: url(images/itoilet.png) no-repeat 9px 14px;
	padding: 4px 15px 2px 88px;
}

.attention.radiator {
	background: url(images/radiator.png) no-repeat 9px 19px;
	padding: 1px 15px 1px 88px;
}

.attention.vanna {
	background: url(images/vanna.png) no-repeat 9px 12px;
	padding: 15px 15px 13px 92px;
}

.attention.poloten {
	background: url(images/poloten.png) no-repeat 12px 20px;
	padding: 6px 15px 2px 92px;
}

.attention.vodost {
	background: url(images/vodost.png) no-repeat 9px 22px;
	padding: 6px 15px 3px 92px;
}

.attention.dush {
	background: url(images/dush.png) no-repeat 9px 12px;
	padding: 6px 15px 8px 92px;
}

.attention.iradiator {
	background: url(images/iradiator.png) no-repeat 9px 19px;
	padding: 4px 15px 2px 88px;
}

.attention.truby_stoyaki {
	background: url(images/truby_stoyaki.png) no-repeat 9px 7px;
	padding: 4px 15px 8px 88px;
}

.attention.radiator {
	background: url(images/radiator.png) no-repeat 9px 19px;
	padding: 1px 15px 1px 88px;
}

.calc.rollet {
	background: url(images/calc.png) no-repeat 51px 11px;
	padding: 0px 15px 11px 138px;
	color: #fca402;
}

.action.direct {
	background: url(images/action_direct.jpg) no-repeat 25px 50%;
	padding: 5px 15px 8px 128px;
	color: #fca402;
	line-height: 20px;
}

.calc.rollet p {
	padding: 10px 0 0 49px;
	font-size: 16px;
}

.action.direct p {
	padding: 3px 0 0 3px;
	font-size: 14px;
}

.action.direct p span {
	color: #ff0010;
}

.calc.rollet p span {
	text-transform: uppercase;
	font-size: 16px;
}

.calc.rollet a {
	color: #fca402;
}

.attention.rollet {
	background: url(images/rollet.png) no-repeat 11px 11px;
	padding: 1px 15px 15px 88px;
}

.attention.sanshkaf {
	background: url(images/rollet.png) no-repeat 11px 11px;
	padding: 1px 15px 15px 88px;
}

.attention.balkon {
	background: url(images/rollet.png) no-repeat 11px 11px;
	padding: 1px 15px 11px 88px;
}

.attention.dver {
	background: url(images/dver.png) no-repeat 11px 14px;
	padding: 1px 15px 14px 88px;
}

.attention.smesitel {
	background: url(images/smesitel.png) no-repeat 9px 24px;
	padding: 6px 15px 3px 98px;
}

.cont_border {
	border-bottom: 1px solid #dfdfdf;
	margin: 20px 0;
}

.intro_uslugi {
	float: left;
	border: #f0eeee 1px solid;
	border-collapse: separate;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 1px #f1f0f0;
	-moz-box-shadow: 0px 0px 3px 1px #f1f0f0;
	box-shadow: 0px 0px 3px 1px #f1f0f0;
	color: #ffa700;
	padding: 10px 5px 20px 20px;
	margin: 5px 15px 5px 0px;
	line-height: 18px;
}

.intro_uslugi .title {
	font-weight: bold;
	text-align: center;
	padding: 2px 2px 2px 0px;
}

.clr {
	clear: both;
}

span.yellow {
	background: #ffea00;
	border-radius: 1.3em;
	-moz-border-radius: 1.3em;
	-webkit-border-radius: 1.3em;
	color: #505050;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff6cb;
	line-height: 2.0em;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: center;
	width: 2.0em;
}

#content a.more,
#content a.more2,
#content a.more3 {
	background: #ffea00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(PIE.htc);
	color: #505050;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff6cb;
	font-weight: bold;
	padding: 3px 12px;
	margin-top: 3px;
}

#content a.more img,
#content a.more2 img {
	margin-left: 5px;
	display: inline-block;
}

#content a.more {
	float: right;
}

#content a.more2 {
	float: left;
}

#content a.more3 {
	height: 20px;
	text-decoration: underline;
}

section.cat {
	width: 31%;
	margin-right: 2%;
	text-align: center;
	line-height: 1.8em;
	float: left;
}

section.cat .name {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

section.cat span {
	color: #FFA200;
	font-size: 18px;
	text-decoration: none;
}

section.cat img {
	border: 1px solid #e3e3e3;
	margin: 0 10px 0 0;
}

section.goods3 {
	width: 31%;
	margin-right: 2%;
	text-align: center;
	line-height: 1.8em;
	float: left;
}

section.goods3 img {
	border: 1px solid #e3e3e3;
	padding: 4px;
}

section.goods4 {
	width: 48%;
	margin-right: 2%;
	line-height: 1.8em;
	text-align: center;
	float: left;
}

section.goods4 .name {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

section.goods4 span {
	color: #FFA200;
	font-size: 18px;
	text-decoration: none;
}

section.goods4 img {
	margin: 0 10px 0 0;
	text-align: center;
}

section.goods4 .desc {
	text-align: left;
	margin: 0 0 20px 0;
}

.video_img {
	border: 1px solid #e3e3e3;
	padding: 4px;
}

.without_img {}

.right_img {
	float: right;
	padding: 4px 0 4px 4px;
}

.right_img2 {
	float: right;
	padding: 8px 0 0 10px;
}

.left_img {
	float: left;
	padding: 0 4px 4px 4px;
}

a.more_catlink {
	background: url(images/aside_marker.gif) no-repeat 0 6px;
	padding-left: 14px;
}

/*----------  Доработки по блоку со спецпредложениями  ----------*/
#leftColomn aside.orangeBlock {
	padding: 0;
	width: 210px;
	background-color: #fff;
}

#leftColomn aside.orangeBlock .ins {
	margin: 1px;
	padding: 20px 10px 0px;
	background: url(images/aside_top.png) 0 0 repeat-x, url(images/aside_bottom.png) left bottom repeat-x;
	padding-bottom: 17px;
}

#leftColomn aside.orangeBlock .ins:before,
#leftColomn aside.orangeBlock .ins:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

#leftColomn aside.orangeBlock .ins:after {
	clear: both;
}

#leftColomn aside.orangeBlock header {
	color: #ff7800;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	position: relative;
	z-index: 1;
}

#leftColomn aside.orangeBlock header img {
	float: left;
	margin-top: -5px;
	margin-right: 9px;
	position: relative;
	top: -7px;
	right: -2px;
	margin-bottom: -20px;
}

#leftColomn aside.orangeBlock ul {
	margin-top: 10px;
}

#leftColomn aside.orangeBlock ul li {
	margin: 0 0 0 28px;
	padding: 4px 0 3px 16px;
	background: url(images/aside_marker_orange.png) no-repeat 0 8px;
}

#leftColomn aside.orangeBlock footer {
	clear: both;
	float: none;
	height: auto;
	margin-top: 1px;
}

#leftColomn aside.orangeBlock .BTN {
	/* background: url(images/aside_BTN.png) 0 0 repeat-x; */
	background: linear-gradient(to bottom, #ff9d00 0%, #ff7800 100%);
	display: block;
	height: 38px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	line-height: 38px;
	width: 208px;
	margin: 0 1px 1px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
}

#leftColomn aside.orangeBlock .BTN span:before {
	content: ">  ";
	font-size: 9px;
	margin-right: 7px;
	position: relative;
	top: -1px;
}

#leftColomn aside.orangeBlock .BTN span:after {
	content: "  <";
	margin-left: 7px;
	font-size: 9px;
	position: relative;
	top: -1px;
}


.bid {
	padding: 20px 15px 7px 15px;
	margin: 14px 0 20px 0;
	border: #f0eeee 1px solid;
	border-collapse: separate;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	clear: both;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px 1px #f1f0f0;
	-moz-box-shadow: 0 0 3px 1px #f1f0f0;
	box-shadow: 0 0 3px 1px #f1f0f0;
}

.bid label {
	font-weight: bold;
	display: block;
	width: 87px;
	padding-top: 10px;
	margin-right: 10px;
	text-align: right;
	float: left;
}

.bid input[type="text"] {
	float: left;
}

.bid .CLM_1x2 {
	width: 50%;
	float: left;
}

.bid .smPadd {
	padding: 0;
}

.bid input[type="submit"] {
	width: 208px;
	height: 38px;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	/* background: url(images/aside_BTN.png) 0 0 repeat-x; */
	background: linear-gradient(to bottom, #ff9d00 0%, #ff7800 100%);
	position: relative;
}

.bid input[type="submit"]:after,
.bid input[type="submit"]:before {
	content: "<";
	display: block;
	height: 10px;
	width: 10px;
	color: red;
	position: absolute;
	left: 12px;
	z-index: 100;
	top: 10px;
}

.bid .BTN {
	float: left;
	margin-left: 97px;
	position: relative;
}

.bid .BTN:before {
	content: "> ";
	font-size: 9px;
	position: absolute;
	top: 12px;
	left: 22px;
	color: #fff;
	z-index: 100;
	display: block;
}

.bid .BTN:after {
	content: " <";
	font-size: 9px;
	display: block;
	z-index: 100;
	position: absolute;
	top: 12px;
	color: #fff;
	right: 22px;
}

.bid__checkbox label {
	width: 100%;
	font-weight: normal;
	padding: 0;
	float: none;
	text-align: left;
}

.R {
	clear: both;
	margin-bottom: 18px;
}

.R:before,
.R:after,
.title:before,
.title:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.R:after,
.title:after {
	clear: both;
}

input[type="text"],
textarea {
	background: #f7f7f7;
	border: 1px solid #d3d3d3;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	min-width: 178px;
}

textarea {
	width: 486px;
	height: 70px;
}

.jcarousel-wrapper {
	margin: 38px auto 20px;
	position: relative;
}

.jcarousel {
	overflow: hidden;
	position: relative;
	width: 550px;
	margin-left: 53px;
}

.jcarousel ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 20000em;
}

.jcarousel li {
	float: left;
	width: 136px !important;
	height: 133px;
	margin-right: 13px;
	margin-left: 3px;
	/*overflow:hidden;*/
	padding: 15px;
	border: #f0eeee 1px solid;
	border-collapse: separate;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px 1px #f1f0f0;
	-moz-box-shadow: 0 0 3px 1px #f1f0f0;
	box-shadow: 0 0 3px 1px #f1f0f0;
	position: relative;
}

.jcarousel .text {
	color: #000;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}

.jcarousel .more {
	text-align: right;
	margin-top: 5px;
}

.jcarousel .more a {
	color: #f89e00;
	position: relative;
}

.jcarousel .more a:hover {
	text-decoration: none;
}

.jcarousel .more a:after {
	position: absolute;
	left: -10px;
	top: -2px;
	color: #000;
	content: "\203A";
	font-size: 12px;
}

.jcarousel .price {
	background: url(images/price.png) 0 0 no-repeat;
	height: 35px;
	width: 129px;
	line-height: 35px;
	text-align: center;
	padding-right: 10px;
	/*position: absolute;*/
	position: relative;
	left: -19px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.jcarousel img {
	display: inline;
	/*height: auto !important;*/
	/*max-width: 100%;*/
	width: 295px;
	text-align: center;
	height: 181px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
	background: url(images/carousel-left.png) 0 0 no-repeat;
	border-radius: 30px;
	box-shadow: 0 0 4px #f0efe7;
	color: #fff;
	font: 24px/27px Arial, sans-serif;
	height: 38px;
	cursor: pointer;
	margin-top: -15px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	top: 54%;
	width: 38px;
	z-index: 100;
}

.jcarousel-control-prev {
	left: 4px;
}

.jcarousel-control-next {
	right: 4px;
	background: url(images/carousel-right.png) 0 0 no-repeat;

}

.stoyak_img {
	height: 117px;
	background: url(images/stoyak-otkluch.png) no-repeat;
	padding: 70px 0 0 230px;
	font-size: 18px;
	color: #ffa200;
	line-height: 1.3em;
}

.stoyak_counter {
	position: relative;
	bottom: 88px;
	left: 365px;
	font-size: 20px;
	font-size: 20px;
	color: #ffa200;
}

.four_img div {
	float: left;
	width: 20%;
	text-align: center;
}

.five_img div {
	float: left;
	width: 25%;
	text-align: center;
}

.five_img2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 20px;
	padding: 10px;
	margin: 1em 0;
}

.five_img2 div {
	flex: 1 1 calc(25% - 20px); 
	text-align: center;
}

@media (min-width: 480px) and (max-width: 767px) {
	.five_img2 div {
		flex: 1 1 calc(33.33% - 20px);
	}
}

@media (max-width: 479px) {
	.five_img2 div {
		flex: 1 1 calc(50% - 20px);
	}
}

@media (max-width: 300px) {
	.five_img2 div {
		flex: 1 1 calc(100% - 20px);
	}
}

.five_img2 a {
	display: inline-block;
}

.five_img2 img {
	border: 1px solid #d3d3d3;
}

.two_img div {
	float: left;
	width: 50%;
	text-align: center;
}

.three_img div {
	float: left;
	width: 30%;
	text-align: center;
}

.viza_master {
	padding-top: 15px;
}

.sreda {
	padding-bottom: 25px;
}

/*NEW STYLE begin*/
section.goods2 {
	width: 48%;
	margin-right: 2%;
	line-height: 1.8em;
	text-align: center;
	float: left;
}

section.goods2 .name {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

section.goods2 .name span {
	color: #FFA200;
	font-size: 18px;
	text-decoration: none;
}

section.goods2 img {
	border: 1px solid #e3e3e3;
	margin: 0 10px 0 0;
	text-align: center;
}

section.goods2 .desc {
	text-align: left;
	margin-bottom: 20px;
}

.goods {
	margin-top: 18px;
	margin-right: -2%;
}

.goodsDefault {}

.goodsDefault>.goods2 {
	width: 46%;
	margin-right: 4%;
	margin-bottom: 17px;
}

.goodsDefault>section {
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	position: relative;
	padding: 52px 23px 23px;
}

.goodsDefault>section .name {
	margin-bottom: 23px;
}

.goodsDefault>section .price {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-align: center;
	margin-bottom: 13px;
	margin-top: 3px;
}

.goodsDefault>section .price strong {
	font-size: 24px;
}

.goodsDefault>section .desc {
	margin-top: 24px;
	border-top: 1px solid #eaeaea;
	padding: 0;
	padding-top: 13px;
	list-style: none;
	line-height: 1.4em;
	letter-spacing: 0.4px;
}

.goodsDefault>section .desc li+li {
	margin-top: 8px;
}

.goodsDefault>section .desc span {
	padding-right: 4px;
}

.goodsDefault>section.action:after {
	content: "Акция";
	display: block;
	text-shadow: 0 -1px 0 red;
	color: white;
	font-family: Arial;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	width: 122px;
	height: 35px;
	z-index: 100;
	background: url("images/action.png") 0 0 no-repeat;
	top: -1px;
	left: 50%;
	padding: 0;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
	margin-left: -61px;
}

.alert {
	padding: 18px 27px;
	margin-top: 13px;
	margin-right: 16px;
	clear: both;
}

.alert>*:first-child {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.alert>*:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.alertDefault {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/*NEW STYLE end*/