

/* Start:/bitrix/templates/stroymash_default/js/fancybox/jquery.fancybox.css?15113867434892*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 35;
}

.fancybox-skin {
	position: relative;
	background: #FAFAFA;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.fancybox-opened {
	z-index: 30;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/stroymash_default/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/stroymash_default/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/stroymash_default/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 20;
	background: url('/bitrix/templates/stroymash_default/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/stroymash_default/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/stroymash_default/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/stroymash_default/components/bitrix/news.list/partners/style.css?151138674387*/
.reviews {
margin: 0 auto;
width: 960px;
}

.reviews li{
float: left;
margin: 20px 0;
}
/* End */


/* Start:/bitrix/templates/stroymash_default/components/foxtheme/feedbackmod.form/popup/style.css?15113867434666*/
.alx_feed_back_default form
{
	padding: 0px;
	margin: 0px;
}
.alx_feed_back_default .alx_feed_back_form_error_block
{
	padding: 10px 10px 9px 10px;
	margin: 0px 0px 27px 0px;
	background-image:url(/bitrix/templates/stroymash_default/components/foxtheme/feedbackmod.form/popup/images/bg_mess.png);
	background-position:0px 0px;
	border:1px solid #959595 !important;
}
*html .alx_feed_back_default .alx_feed_back_form_error_block
{
	-background-image:url(/bitrix/templates/stroymash_default/components/foxtheme/feedbackmod.form/popup/images/spacer.gif);
	-background-position:0px 0px;
}
.alx_feed_back_default .alx_feed_back_form_error_block td
{
	vertical-align:top;
	text-align:left;
}
.alx_feed_back_default .alx_feed_back_form_error_pic
{
	vertical-align:top;
	text-align:left;
	width:10px;
	padding-left:1px !important;
	padding-top:3px !important;
	border-right:1px solid #D7D7D7 !important;
	padding-right:11px !important;
}
.alx_feed_back_default .alx_feed_back_form_error_block .alx_feed_back_form_title_error
{
	margin: 0px 0px 4px 0px;
}
.alx_feed_back_default .alx_feed_back_form_error_block .alx_feed_back_form_error_td_list
{
	padding-left:10px;
}
.alx_feed_back_default .alx_feed_back_form_error_block .alx_feed_back_form_mess_ok_td_list
{
	padding-left:10px;
	vertical-align:middle;
}
.alx_feed_back_default .alx_feed_back_form_error_block ul
{
	padding: 0px;
	margin: 0px;
	background:transparent !important;
}
.alx_feed_back_default .alx_feed_back_form_error_block ul li:before
{
	content: '' !important;
}
.alx_feed_back_default .alx_feed_back_form_error_block ul li
{
	padding: 0px 0px 4px 8px;
	margin: 0px;
	list-style:none !important;
	background:transparent !important;
}
.alx_feed_back_default .alx_feed_back_form_error_block ul li span
{
	position:relative;
	z-index:1;
	margin-left:-8px;
}
.alx_feed_back_default .alx_feed_back_form_feedback_poles
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.alx_feed_back_default .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.alx_feed_back_default .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_name
{
	padding: 0px;
	margin: 0px 0px 6px 0px;

}


.alx_feed_back_default .alx_feed_back_form_feedback_poles .alx_feed_back_form_file_input_add
{
	ie-dummy:expression(this.hideFocus=true);
}
.alx_feed_back_default .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg_calendar
{
	position:relative;
	z-index:2;
	zoom:1;
}
.alx_feed_back_default .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_inputtext_bg_calendar .alx_feed_back_form_calendar_icon
{
	position:absolute;
	top:3px;
	right:5px;
}
.alx_feed_back_form_hint
{
	margin-top: 5px;
}

.alx_feed_back_default .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_element_bg {
	margin-left: 20px;
}
.alx_feed_back_default .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_element_bg .alx_feed_back_form_checkbox {
	margin-bottom: 8px;
}
.alx_feed_back_default .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_element_bg .alx_feed_back_form_checkbox input {
	vertical-align: baseline;
	margin: 0 !important;
}
.alx_feed_back_default .alx_feed_back_form_feedback_poles .alx_feed_back_form_item_pole .alx_feed_back_form_element_bg .alx_feed_back_form_checkbox label {
	vertical-align: middle;
}

.radio {    display: inline-block;}

.radio label {
	display: inline-block!important;
	cursor: pointer!important;
	position: relative!important;
	padding-left: 25px!important;
	margin-right: 15px!important;
	font-size: 13px!important;
	padding: 0 15px 5px 0px!important;
}


.radio input[type=radio] {
	display: none;
}
.radio label:before {
	content: "\2713";
	text-align: center;
	display: inline-block;
	color: #F1F1F1;
	width: 19px;
	height: 19px;
	font-size: 13px!important;
	margin-right: 10px;
	background-color: #F5F5F5;
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8));
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.radio label:before {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}
.radio input[type=checkbox] {
	display: none;
}
.checkbox label:before {
	border-radius: 3px;
}
.radio input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 13px;
	color: #F87045;
	text-align: center;

}
/* End */


/* Start:/bitrix/templates/stroymash_default/styles.css?15210284592845*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}



body {
	padding-top: 0px;
	background: #f3eef3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3eef3 0%, #f2edf3 100%, #207cca 100%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3eef3), color-stop(100%, #f2edf3), color-stop(100%, #207cca), color-stop(100%, #7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3eef3 0%, #f2edf3 100%, #207cca 100%, #7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3eef3 0%, #f2edf3 100%, #207cca 100%, #7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3eef3 0%, #f2edf3 100%, #207cca 100%, #7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3eef3 0%, #f2edf3 100%, #207cca 100%, #7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3eef3', endColorstr='#7db9e8', GradientType=0 ); /* IE6-8 */
}

.yelov{color:#ffe482;}

.italic{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 13px;
	font-style: italic;
	}

/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:  "";
}
blockquote, q {
quotes: "" "";
} 

.cf{
	clear:both;
	}
	
.clear{
	clear:both;
	}
/*********************resset del*******************************************************/
a{
	color:#ffe482;
	text-decoration:none;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 13px;
}

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

h1{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 20px;
	color:#534954;
	padding:0  0 15px 0;
}
	
body h2{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 20px;
	color:#534954;
	padding:15px  0;
}
	
body h2{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 20px;
	color:#534954;
	padding:15px  0;
}
	
h3{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 18px;
	color:#534954;
	padding:10px  0;
}

h4, h5, h6{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 16px;
	color:#534954;
	padding:10px  0;
}

strong, b {font-weight:bold;}
i, em {font-style: italic;}

.textfull img{
  padding: 3px 10px 10px 10px;
}

table.tex tr td {
    padding: 6px 10px 6px 10px!important;
}
/* End */


/* Start:/bitrix/templates/stroymash_default/template_styles.css?167576810936154*/
header {
	width: 100%;
	min-height: 367px;
	height: 100%;
	background: #483e49 url(/bitrix/templates/stroymash_default/images/hb.jpg) repeat-x center bottom;
	/*opacity:;*/
}


@font-face {
    font-family: JakobC; /* ��� ������ */
    src: url(/bitrix/templates/stroymash_default/fonts/JakobC_B.ttf); /* ���� � ����� �� ������� */
   }

.font_email {
	/*font-family:JakobC;*/
	font-family: 'PT Sans', sans-serif, arial;
	font-size:14px;
	color:#fde910;
	/*-webkit-text-stroke: 0.2px black;*/
	text-shadow: 0px 0px 14px black;
	text-decoration:underline;
	font-weight: bold;
}

.font_town_header {
	/*font-family:JakobC;*/
	font-family: 'PT Sans', sans-serif, arial;
	font-size:40px;
	/*color:#ffe482;*/
	text-shadow: 0px 0px 14px black;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fde910;
}

.font_email:hover {
text-decoration:none;
}


section{
min-height: 400px;
}

.mess_form p{
  text-align: center;
  margin: 10px 0 15px 0;
}

.captcha_text_form {
  width: 200px;
  height: 28px;
  float: left;
  margin: 0 0 10px 0px;
  -moz-box-shadow: inset 2px 4px 5px #ececec;
  -webkit-box-shadow: inset 2px 4px 5px #ececec;
  box-shadow: inset 2px 4px 5px #ececec;
  padding: 0 0 0 10px;
  border: 1px solid #dcd2dc;
  color: #665c67;
  line-height: 31px;
}


.textfull ul li{
  font-family: 'PT Sans', sans-serif, arial;
  font-size: 14px;
  color: #665c67;
  margin: 0 0 8px 15px;
  list-style: disc;
}

.services-detail ul li{
  font-family: 'PT Sans', sans-serif, arial;
  font-size: 14px;
  color: #665c67;
  margin: 0 0 8px 15px;
  list-style: disc;
}


.mf-text {
	font-size: 13px;
	font-family: 'PT Sans', sans-serif, arial;
	color: #665c67;
 }

body p,.news-detail{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	color:#665c67;
	margin:0 0 15px 0;
	line-height:15px;
}

#h11 {
  margin-left: 350px;
}

.textfull img{
  padding: 3px 10px 10px 0;
}

h1.h1-italic ,h1.h1-italic a{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 24px;
	color:#534954;
	text-decoration:none;
	padding:0 0 20px 0 !important;
	float:;
	width:100%;
	display:block;
	}
h1.h1-italic a:hover{
	text-decoration:underline;
	color:#df9800 ;
}
.read_more_block:hover{
	color:#df9800;
	}
 a.read_more{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px!important;
	font-weight: bold;
	color:#534954;
	text-decoration:none;
	padding:10px 0 0 0;
	}
 a.read_more:hover{
	color:#df9800;
	text-decoration:underline;
	transition:        0.3s  ease-out   0.1s;
-moz-transition:       0.3s  ease-out   0.1s;
-webkit-transition:    0.3s  ease-out   0.1s;
	}
	
.map-level-0 a{
color:#665c67;
}

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

.sect-container {
	width: 660px;
	margin: 0 auto;
}

.textadb {
	border-left: 1px dashed #cecece;
	padding:0 0 0 29px;
	min-height:865px;
	overflow:hidden;
}

/**header
*****************************************************/
.main_container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.card_company {
	/*background: url(/bitrix/templates/stroymash_default/images/kraski.png) no-repeat center bottom;
	/*background: url(/bitrix/templates/stroymash_default/images/card_company.png) no-repeat 0 0px;
	left: 0px;
	right: 0px;
	min-height: 340px;
	margin: -14px auto 0 auto;
	width: 960px;*/
	height: 300px;
	width: 100%;
	background-size: 450px;
}
.stripe_grey {
	height: 32px;
	width: 100%;
	background: url(/bitrix/templates/stroymash_default/images/stripe_grey.jpg) repeat-x;
}
.text_right {
	text-align: right;
}

.iheader {
	width: 100%;
	height: 55px;
	background: url(/bitrix/templates/stroymash_default/images/bg-menu2.jpg) repeat-x;
	float: left;
}
.opasity {
	height: 14px;
	width: 100%;
	background: #4A454A;
	opacity: 0.1;
}
.cf {
	clear: both;
}
.color-f {
	color: #fff;
}
#logo {
	margin: 0px 0 5px 0;
}
.text {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 16px;
	font-style: italic;
	color: #c9baca;
}
/************************************************************
nav**/
.nav-justified {
	background: url(/bitrix/templates/stroymash_default/images/bg-menu2.jpg) repeat-x;
	overflow: hidden;
	height: 53px;
	width: 960px;
}
.nav-justified li {
	height: 53px;
	display: table-cell;
	}
	
    .nav-justified li.first-child a,
    .nav-justified li  .menu-li1{
	background:none !important;
	}
	
.nav-justified li   a {
	color: #6f5a70;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	display: table-cell;
	vertical-align: middle;
	width: 143px;
	height: 53px;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	font-weight: bold;
	background: url(/bitrix/templates/stroymash_default/images/border.jpg) no-repeat left 6px;
}


.nav-justified li.active:first-child  a,
.nav-justified li.active:first-child a:hover{
background: url(/bitrix/templates/stroymash_default/images/border.jpg) no-repeat right 6px !important;
}
.nav-justified li:first-child a,
.nav-justified li:first-child a:hover,
.nav-justified  li a.menu-li1:hover{
background:none !important;
}

.nav-justified li a:visibility {
 background: none !important;
 color: #ffe482;
 text-shadow: 0px 0px 0px #fff;
}
.nav-justified li.active a,
 .nav-justified  li a:hover{
	background: url(/bitrix/templates/stroymash_default/images/border.jpg) no-repeat left 6px !important;
}
.nav-justified .active,
 .nav-justified .active:hover,
 .nav-justified .active:focus,
 .nav-justified li:hover {
	background: #483e49 url(/bitrix/templates/stroymash_default/images/bg-menu-hover.jpg) repeat-x;
	height: 53px;
}

.col-md-6 {
	width: 50%;
	float: left;
}
.col-md-logo {
	width: 100%;
	text-align: center;
}
.bt-example {
	background: url(/bitrix/templates/stroymash_default/images/callback.png) no-repeat 0 7px;
	width: 145px;
	float: right;
	clear: both;
	height: 45px;
	padding:5px 0 0 0;
}
.text_right .btn{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	font-style: italic;
	background: none;
	cursor: pointer;	
    text-decoration:none;
    color: #ffe482;
    border-bottom: 1px dotted #ffe482;
	padding: 5px 0px;
    float:right;
}

.text_right .btn:hover {
	border: none;
    text-decoration:none;

}

.btn-text {
	background: url(/bitrix/templates/stroymash_default/images/btn-1.png) no-repeat 0 0 !important;
	width: 100px;
	height: 35px;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	color: #6f5970;
	text-shadow: 0px 1px 0px #fff;
	border: none;
	margin: 10px 0 0 0;
	display: block;
	text-align: center;
	padding: 8px 0 0 0;
	font-style: normal;
}
.btn-text:hover {
	background: url(/bitrix/templates/stroymash_default/images/btn-1.png) no-repeat 0 -44px !important;
	box-shadow: rgb(255,255,102);
	text-decoration: none;
	color: #6F6B59;
}
.blockquote-top {
	/*border-left: 2px solid #cabbca;*/
	padding: 0 0 0 40px;
}
.blockquote-top p {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 16px;
	font-style: italic;
	color: #C9BACA;
}

.iphone {
	font-family: arial, sans-serif!important;
	font-size: 24px!important;
	color: white!important;
	background: url(/bitrix/templates/stroymash_default/images/bg-phone.png) no-repeat 0px 2px!important;
	min-width: 255px!important;
	float: right!important;
	  padding: 13px 0 0px 0!important;
	  margin: 36px 12px 0!important;
	min-height: 34px!important;
}

.iphone a {
  color: #fff;
  font-size: 25px;
  font-family: 'PT Sans', sans-serif, arial;
  min-width: 255px;
  padding: 15px 0 0px 0;
  margin: 0px 0 0;
  min-height: 31px;
}

.iphone a:hover {
  color: #fff;
  text-decoration: none;
}

.work_time {
	float: right;
	color: #fff;
	height: 122px;
	display: block;
	float: right;
	border-right: 2px solid #cabbca;
	padding: 0 15px 0 0;
}
.time {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	color: #fff;
	background: url(/bitrix/templates/stroymash_default/images/stripe.png) no-repeat right 20px;
	padding: 0 0 10px 0;
	height: px;
	margin: 0 0 0px;
}
.days {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	color: #c9baca;
	padding-top: 10px;
}
.email {
	margin: 15px 0 0 0;
}
.text_right .email {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	font-style: italic;
	color:#ffe482;
	text-decoration: none;
}
.text_right .email:hover {
	text-decoration: underline;
}
.feedback {
	border-right: 2px solid #cabbca;
	padding: 0 15px 0 0;
	height: 80px;
	margin: 40px 0 38px 0;
	display: block;
}
/***********************************************************
	**blok_guarantee**/
.blok_guarantee {
	height: 58px;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	font-style: normal;
	color: #655c67;
	margin: 19px 20px 0 20px;
	padding: 3px 0 10px;
	float: left;
}
.blok_guarantee.image-1 {
	background: url(/bitrix/templates/stroymash_default/images/sprait-kartinok.png) no-repeat 0px -5px;
	width: 230px;
}
.blok_guarantee.image-2 {
	background: url(/bitrix/templates/stroymash_default/images/sprait-kartinok.png) no-repeat 10px -69px;
	width: 196px;
}
.blok_guarantee.image-3 {
	background: url(/bitrix/templates/stroymash_default/images/sprait-kartinok.png) no-repeat 8px -136px;
	width: 196px;
}
.blok_guarantee.image-4 {
	background: url(/bitrix/templates/stroymash_default/images/sprait-kartinok.png) no-repeat 8px -211px;
	width: 196px;
}
.blok_guarantee.image-last-child {
	background: url(/bitrix/templates/stroymash_default/images/sprait-kartinok.png) no-repeat 15px -281px;
	width: 175px;
}
.blok_guarantee.image-last-child p {
	border-right: none;
	padding: 0 0 0 0;
	float: right;
}
.blok_guarantee.image-last-child p {
	padding: 0 0 0 100px;
	float: right;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	font-style: normal;
	color: #655c67;
}
body .blok_guarantee p {
	border-right: 1px dashed #cecece;
	padding: 0 10px 0 100px;
	float: right;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	font-style: normal;
	color: #655c67;
	display: block;
}


.blok_guarantee .img-last p {
	border: none;
}
/************************************************************************
**/
.stripe_grey {
	height: 32px;
	width: 100%;
	background: url(/bitrix/templates/stroymash_default/images/stripe_grey.jpg) repeat-x;
}
.headliniya {
	background: url(/bitrix/templates/stroymash_default/images/head-liniya.jpg) repeat-x 0 center;
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	height:2px;
}
.headliniya-padd{
padding:15px 0;
}
.headliniya-padd-2{
padding:12px 0;
}


.leftCol {
	float: left;
	width: 330px;
	margin: 0px;
	padding: 0px;
	min-height:800px;
}
.row {
	width: 100%;
}
.col-md-4 h2 {}
.marg{
margin:0 0 15px 0;
}


.col-md-4,
.column-home {
	float: left;
	height: auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 16px;
	padding-top: 0;
	width: 303px;
}
/*.razdel-list:nth-child(3n+3) .headliniya-dashed,*/
.column-home .razdel-list:nth-child(3n+3) .headliniya-dashed ,
.razdel-list:last-of-type .headliniya-dashed{
     display:none;
	 }
.col-md-4:nth-child(3n+3),
.column-home-last   {
    float: left;
	height: auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 303px;
}

.col-md-4 h2,
.column-home h2 ,
.column-home-last h2{
	font-family: 'PT Sans', sans-serif, arial;
    font-size:18px;
	color: #534954;
}
.col-md-4 p ,
.column-home p,
.column-home-last p{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	color: #665c67;
	margin: 0 0 15px 0;
	line-height: 15px;
}
.col-md-4 a ,
.column-home a,
.column-home-last a{
	text-decoration: none;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 16px;
	color: #EFA539;
	font-weight: normal;
}
.col-md-4 a:hover ,
.column-home a:hover,
.column-home-last a:hover{
	color: #534954;
	text-decoration: underline;
	transition: 0.3s ease-out 0.1s;
-moz-transition: 0.3s ease-out 0.1s;
-webkit-transition: 0.3s ease-out 0.1s;
}
.dotted {
	width: 100%;
	border-bottom: 1px dotted #cdcdcd;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
}
.dotted:last-of-type{
	width: 100%;
	border-bottom: none !important;
	margin: 0 0 15px 0;
}
.dotted img, .dotted-none img {
	margin: 0 0 9px 0;
}
/**NEWS-LIST
*************************************************************/
.NEWS.NEWS-FIRST {
	height: 115px;
	margin: 0 0 18px 0;
}
.NEWS {
	height: 90px;
	margin: 0 0 18px 0;
}
.headliniya-news {
	padding: 0 0 15px 0;
	float: left;
	border-bottom: 1px dotted #cdcdcd;
	width: 100%;
	margin-bottom: 5px;
}
.NEWS .DATA {
	width: 58px;
	height: 58px;
	float: left;
	text-align: center;
	background: url(/bitrix/templates/stroymash_default/images/DATA-BG.jpg) no-repeat 0 4px;
	padding: 15px 0 0 0;
}
.NEWS .DATA span {
	font-family: 'PT Sans', sans-serif, arial;
	color: #ffe482;
	text-transform: lowercase;
	display: block;
	font-size: 14px;
}

.NEWS .DATA span.FONT-MAX {
	font-size: 20px;
	color: #ffe482;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'PT Sans', sans-serif, arial;
	display: block;
	font-weight: bold;
}

.NEWS a {
	float: left;
	margin: 7px 0 0 15px;
	font-style: normal;
	padding: 0;
}
.NEWS a:hover {
	font-style: normal;
}
.news-text {
	padding: 0 10px;
	display: block;
	width: 220px;
	float: right;
	max-height: 58px;
}
/** 
*********************************************************/
.bren {
	float: left;
	position: relative;
	width: 100%;
	padding:15px 0;
	margin:0px 0 0 0;
	min-height:50px;

}
.bren p, .bren #bx_incl_area_18{
	width: 616px;
	padding: 0 0px 0px 10px;
	margin: 0 0 0 0;
	float: left;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	font-style: italic;
	color: #665c67;
	border-left: 1px solid #e6b02d;
}
.bren .button {
	position: absolute;
	top: -3px;
	padding: 28px 0 0 20px;
	width: 325px;
	height: 58px;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 22px;
	color: #fff;
	border: none;
	background: url(/bitrix/templates/stroymash_default/images/button-bg.png) no-repeat -6px  13px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}
.bren .button:hover {
	background: url(/bitrix/templates/stroymash_default/images/button-bg.png) no-repeat -6px -62px;
}



/*********************************************************/
.band-bottom {
	margin-top: 45px;
	height: 180px;
	border-bottom: 2px solid #fff;
	border-top: 1px solid #fff;
	width: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTlkZWVhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZGVlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
/** .footer
*********************************************************/
footer {
	width: 100%;
	height: 110px;
	position: relative;
	background: #3f3940 url(/bitrix/templates/stroymash_default/images/bg-footer.jpg) repeat 0 0;
	padding: 20px 0 35px 0;
}

.footer-content {
height: 135px;
}

.footer-content p {
	color: #9b939d;
}

footer .logo-foter{
width: 100%;
float:left;
}
footer .logo-foter span {
	margin: 0 0 10px 0;
	float: left;
	display: block;
	height: 45px;
}
footer .logo-foter a:hover {
	text-decoration: none;
	text-shadow: 0px 2px 9px #9b939d;
	opacity: 1;
	color: #fff;
}
/**   bottom-block-menu
**************************************************************/
 .menu-bottom {
	float: left;
	width: 150px;
	margin: 5px 0 0;
}
.menu-bottom a {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	color: #9b939d;
	line-height: 22px;
	padding-left: 10px;
}
.menu-bottom a:hover {
	color: #ffe482;
}
.menu-bottom li {
	color: #fff;
	font-size: 14px;
	background: url(/bitrix/templates/stroymash_default/images/bg-li-bottom.png) no-repeat 0 9px;
}

.weblogo {
	width: 109px;
	float: left;
	margin: 10px 25px 0 10px;
}
.spinner {
	width: 88px;
	float: left;
	margin: 10px 0 0 0;
}
/* bread-crumbs
**************************************************/	
.bread-crumbs {
	padding: 15px 0 0 0;
}
.bread-crumbs a {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 13px;
	color: #df9800;
	text-decoration: underline;
}
.bread-crumbs a:hover {
	text-decoration: none;
	color: #333;
}
.bread-crumbs span {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 13px;
	color: #665c67;
}
/*  razdel-list projekts 
****************************************************************/
.NEWS-BLOCK .razdel-list {
	margin: 0px;
}
.NEWS-BLOCK .razdel-list .prev-text {
	width: 645px;
	height: 200px;
	margin: 0 0 0 15px;
	float: right;
}
.NEWS-BLOCK .razdel-list .prev-img {
	width: 300px;
	float: left;
}

.NEWS-BLOCK .razdel-list .prev-img img{
	padding: 3px;
	box-shadow: 0 0 2px;
	-moz-box-shadow: 0 0 2px;
	-webkit-box-shadow: 0 0 2px;
	background: #fff;
}

.NEWS-BLOCK .razdel-list h3 a {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 24px;
	color: #534954;
	text-decoration: none;
	padding: 0 0 20px 0;
	float: left;
	width: 100%;
	display: block;
	font-weight: normal;
}
.NEWS-BLOCK .razdel-list h3 a:hover {
	text-decoration: underline;
	color: #df9800;
	transition: 0.3s ease-out 0.1s;
	-moz-transition: 0.3s ease-out 0.1s;
	-webkit-transition: 0.3s ease-out 0.1s;
}
.NEWS-BLOCK .read_more_block:hover {
	color: #df9800;
	text-decoration: none;
		transition: 0.3s ease-out 0.1s;
	-moz-transition: 0.3s ease-out 0.1s;
	-webkit-transition: 0.3s ease-out 0.1s;
}
.NEWS-BLOCK .razdel-list a.read_more {
	font-size: 14px;
	font-family: 'PT Sans', sans-serif, arial;
	font-weight: normal;
	color: #534954;
	text-decoration: underline;
	padding: 10px 0 0 0;/*position:absolute;*/
}
.NEWS-BLOCK .razdel-list a.read_more:hover {
	color: #df9800;
	text-decoration: none;
	transition: 0.3s ease-out 0.1s;
	-moz-transition: 0.3s ease-out 0.1s;
	-webkit-transition: 0.3s ease-out 0.1s;
}
.headliniya-dashed {
	border-top: 1px dashed #cdcdcd;
	min-height: 2px;
	float: left;
	padding: 5px 0;
	margin: 10px 0;
	width: 100%;
}
.read_more_block {
	margin: 20px 0 0 0;
}
/* post-info
**************************************************/	

.post-info li {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	float: left;
	color: #665c67;
	background: url(/bitrix/templates/stroymash_default/images/bg-published.png) no-repeat 0 5px;
	padding: 5px 0px 5px 18px;
	margin: 0 20px 0 0;
	list-style: none!important;
}

li.fio {
	list-style: none!important;
}

.post-info li.fio:nth-child(0){
	background: url(/bitrix/templates/stroymash_default/images/bg-fio.png) no-repeat 0 8px;

}

.post-info li.fio:nth-child(2){
	background: url(/bitrix/templates/stroymash_default/images/bg-fio.png) no-repeat 0 8px;
	list-style: none!important;
}

.post-info li span {
	font-size: 14px;
	font-family: 'PT Sans', sans-serif, arial;
	color: #df9800;
}

.pagination-block {
	width: 100%;
	height: 35px;
}
.wrap-pagination {
	width: 285px;
	margin: 0 auto;
	height: 26px;
}
.pagination {
	width: px;
	border: 1px solid #e9dee9;
	display: table-cell;
	margin: 0 auto;
}
.pagination li {
	display: table-cell;
}
.pagination li.active a {
	background: #e9dee9;
	color: #665c67;
	padding: 0 10px;
}
.pagination li a:hover {
	background: none;
}
.pagination li.first.active a, .pagination li.first.active a:hover {
	background: none;
	color: #e9dee97;
	padding: 0 10px;
}
.pagination li.first a {
	border-right: 1px solid #e9dee9;
	display: table-cell;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif, arial;
	color: #df9800;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	height: 26px;
	text-decoration: none;
	padding: 0 10px;
}
.pagination li.last a {
	border-right: none;
	display: table-cell;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif, arial;
	color: #df9800;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	height: 26px;
	text-decoration: none;
	padding: 0 10px;
}
.pagination li a {
	padding: 0 10px;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif, arial;
	color: #df9800;
	border-right: 1px solid #e9dee9;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	height: 26px;
	text-decoration: none;
}
/* .sertifikate
**************************************************/	
.sertifikate {
	margin: 0 0 15px;
	text-align: center;
	border: 1px solid #dcd2dc;
	padding: 15px 25px 15px 15px;
	background: #fff;
	height: 435px;
}
.sertifikate img {
	padding: 3px;
	border: 1px solid #dcd2dc;
 margin:
}
.sertifikate p {
	text-align: center;
	font-size: 13px;
}
/* guest-block
**************************************************/	
.col-md-12 {
	width: 100%;
	float: left;
}

/* .form-block
**************************************************/	
.form-block {
	float: left;
	width: 100%;
	position: relative;
	margin: 30px 0 60px 0;
}
.form-block span {
	color: #fe2021;
}
.left-form {
	width: 330px;
	float: left;
	margin: 0 0px 0 0;
}
.right-form {
	width: 625px;
	float: right;
}
.form-block .left-form label {
	height: 25px;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif, arial;
	color: #665c67;
	width: 65px;
	vertical-align: middle;
	text-align: right;
	float: left;
	line-height: 30px;
}
.form-block  label {
	height: 25px;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif, arial;
	color: #665c67;
	width: 75px;
	vertical-align: middle;
	text-align: right;
	line-height: 30px;
	margin: 0 10px 0 0;
}
.form-block .input-E-mail input {
	width: 210px;
	height: 28px;
	float: left;
	margin: 0 0 0 10px;
	-moz-box-shadow: inset 2px 4px 5px #ececec;
	-webkit-box-shadow: inset 2px 4px 5px #ececec;
	box-shadow: inset 2px 4px 5px #ececec;
	padding: 0 0 0 10px;
	border: 1px solid #dcd2dc;
	color: #c7b4c5;
}

.form-block .input-fio input {
	width: 210px;
	height: 28px;
	float: left;
	margin: 0 0 4px 10px;
	-moz-box-shadow: inset 2px 4px 5px #ececec;
	-webkit-box-shadow: inset 2px 4px 5px #ececec;
	box-shadow: inset 2px 4px 5px #ececec;
	padding: 0 0 0 10px;
	border: 1px solid #dcd2dc;
	color: #c7b4c5;
}
.form-block textarea {
	width: 523px !important;
	float: right;
	height: 64px;
	-moz-box-shadow: inset 2px 4px 5px #ececec;
	-webkit-box-shadow: inset 2px 4px 5px #ececec;
	box-shadow: inset 2px 4px 5px #ececec;
	padding: 5px 0 0 10px !important;
	border: 1px solid #dcd2dc;
	color: #665C67;
}
.input-comments {
	float: right;
}
.input-button input {
	float: right;
	margin: 10px 0 0 0;
	width: 97px;
	height: 33px;
	text-align: center;
	background: url(/bitrix/templates/stroymash_default/images/btn-input.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif, arial;
	color: #c7b4c5;
	text-shadow: 0px 1px 0px #fff;
}
.input-button input:hover {
	background: url(/bitrix/templates/stroymash_default/images/btn-input.png) no-repeat 0 -47px;
	color: #6f5970;
}

.read_more_block:hover {
	color: #534954;
}

/* .projects-block
**************************************************/	
.projects {
	margin: 0 0 15px;
	text-align: center;
	border: 1px solid #dcd2dc;
	padding: 15px 25px 15px 15px;
	background: #fff;
	height: 50px;
}
.projects img {
	padding: 3px;
	border: 1px solid #dcd2dc;
}
.projects p {
	text-align: center;
	font-size: 12px;
	height:35px;
    overflow:hidden;
}

.projects h4 {
	margin: 3px 0 5px 0;
}

.projects .read_more_block{
	margin:0px;
}

.projects .read_more_block a{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 16px;
	font-weight: bold;
	color: #df9800;
	text-decoration: none;
	padding: 10px 0 0 0;
}

.projects .read_more_block a:hover{
	text-decoration: underline;
	color: #534954;
}
/* left-block
**************************************************/	
.left-block {
	padding:0 20px 0 0;
}

.left-block  h2{
	padding-bottom: 5px;
	font-weight: 500;
	font-size: 20px;
	border-bottom: 1px solid #545954;
}

.left-block .nav-left {
	margin: 10px 0 20px 0;
}

.nav-left li{
  list-style: none!important;
}

.left-block li {
	background: none;
	border-top: 1px solid #f3eef3;
	border-bottom: 1px solid #f3eef3;
}
.left-block li:hover, .left-block li.active {
	background: #e9dee9;
	border-top: 1px solid #decede;
	border-bottom: 1px solid #fff;
}
.left-block a, .left-block a:hover {
	color: #534954;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	font-size: 16px;
}
/* block-text
**************************************************/	
.col-md-8 {
	width: 630px;
	float: right;
}
.block-text h3 {
	float: none;
}
.block-text img {
	margin: 10px 0 20px 0;
}
.block-text {
    width: 630px;
	float: right;
}
.block-text .social {
}
/* carusel
**************************************************/	
body .col-md-4 h2.contakt-info {
	padding: 15px 0 !important;
}
/* .contakt-block
**************************************************/	
.bg-name-post {
	background: url(/bitrix/templates/stroymash_default/images/pecaty.png) no-repeat right 55px;
}

.contakt-block .form-block {
	float: left;
	width: 100%;
	position: relative;
	margin: 0px 0 60px 0;
}
.contakt-block .form-block span {
	color: #fe2021;
}
.float {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding-bottom: 15px;
}
.contakt-block label {
	height: 25px;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif, arial;
	color: #665c67;
	width: 75px;
	vertical-align: middle;
	text-align: right;
	float: left;
	line-height: 30px;
}
.contakt-block .input-E-mail input {
	width: 210px;
	height: 28px;
	float: left;
	margin: 0 0 0 10px;
	-moz-box-shadow: inset 2px 4px 5px #ececec;
	-webkit-box-shadow: inset 2px 4px 5px #ececec;
	box-shadow: inset 2px 4px 5px #ececec;
	padding: 0 0 0 10px;
	border: 1px solid #dcd2dc;
	color: #665c67;
}
.contakt-block .input-phone input {
	width: 210px;
	height: 28px;
	float: left;
	margin: 0 0 0 10px;
	-moz-box-shadow: inset 2px 4px 5px #ececec;
	-webkit-box-shadow: inset 2px 4px 5px #ececec;
	box-shadow: inset 2px 4px 5px #ececec;
	padding: 0 0 0 10px;
	border: 1px solid #dcd2dc;
	color: #665c67;
}
.contakt-block .form-block .input-fio input {
	width: 210px;
	height: 28px;
	float: left;
	margin: 0 0 4px 10px;
	-moz-box-shadow: inset 2px 4px 5px #ececec;
	-webkit-box-shadow: inset 2px 4px 5px #ececec;
	box-shadow: inset 2px 4px 5px #ececec;
	padding: 0 0 0 10px;
	border: 1px solid #dcd2dc;
	color: #665c67;
}
.contakt-block textarea {
	width: 543px;
	float: right;
	height: 100px;
	-moz-box-shadow: inset 2px 4px 5px #ececec;
	-webkit-box-shadow: inset 2px 4px 5px #ececec;
	box-shadow: inset 2px 4px 5px #ececec;
	padding: 0 0 0 0px;
	border: 1px solid #dcd2dc;
	color: #665c67;
}
.contakt-block .input-comments {
	float: right;
}
.contakt-block .input-button input {
	float: left;
	margin: 10px 0 0 95px;
	width: 97px;
	height: 33px;
	text-align: center;
	background: url(/bitrix/templates/stroymash_default/images/btn-input.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif, arial;
	color: #6f5970;
	text-shadow: 0px 1px 0px #fff;
}
.contakt-block .input-button input:hover {
	text-align: center;
	background: url(/bitrix/templates/stroymash_default/images/btn-input.png) no-repeat 0 -47px;
	color: #6f5970;
}
/*error
**************************************************/	
.error-page {
	width: 100%;
	height: 100%;
	background: url(/bitrix/templates/stroymash_default/images/bg-error-page.jpg) repeat 0 0;
}
.error-page p {
	text-align: center;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif, arial;
	font-weight: bold;
	color: #fff;
}
.error-page p a {
	text-align: center;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif, arial;
	font-weight: bold;
	color: #ffe482;
	text-decoration: underline;
}
.error-page p a:hover {
	text-decoration: none;
}
.error {
	position: relative;
	text-align: center;
}
.info-error {
	position: absolute;
	top: 500px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
/** popup
*****************************************************************************/

.popup {
	position:relative;
	width: 360px;
	min-height:380px;
	text-align: center;
	background-color: #f8f6f9;
	border: 0px solid #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	box-shadow:0 7px 13px -4px #000000;
	-webkit-box-shadow: 0 7px 13px -4px #000000;
	-moz-box-shadow: 0 7px 13px -4px #000000;
	-ms-box-shadow:0 7px 13px -4px #000000;
	-o-box-shadow:0 7px 13px -4px #000000;
}
.overlay:target+.popup {
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.popup .info-popup {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	color: #665c67;
	text-align: center;
	margin: 10px 0 15px 0;
}
.popup h4 {
	right:0px;
	margin:0 auto;
	height: 32px;
	padding: 14px 0 0px;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #ffe482;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	font-style: normal;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.close {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: #f8f5f8;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 20px;
	font-style:normal;
}

.close:before {
	color: #a896a9;
	content: "X";
	font-size: 13px;
	font-style:normal;
	line-height: 20px;
}
.close:hover {
	text-decoration: none;
	background-color: #FFE482;
}
.popup p, .popup div {
	margin-bottom: 0px;
}
.popup label {
	height: 25px;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 13px;
	color: #665c67;
	width: 75px;
	vertical-align: middle;
	text-align: right;
	float: left;
	line-height: 30px;
	margin:0 5px 0 0;
}
.popup span {
	color: #fe2021;
}
.popup .input-E-mail, .popup .input-fio, .popup .input-phone, .popup .input-comments {
	padding: 0 0px;
	width:310px;
	float:left;
}
.popup .input-E-mail input {
	width: 200px;
	height: 28px;
	float: left;
	margin: 0 0 10px 0px;
	-moz-box-shadow: inset 2px 4px 5px #ececec;
	-webkit-box-shadow: inset 2px 4px 5px #ececec;
	box-shadow: inset 2px 4px 5px #ececec;
	padding: 0 0 0 10px;
	border: 1px solid #dcd2dc;
	color: #665c67;
	line-height: 31px;
}
.popup .input-phone input {
	width: 200px;
	height: 28px;
	float: left;
	margin: 0 0 10px 0px;
	-moz-box-shadow: inset 2px 4px 5px #ececec;
	-webkit-box-shadow: inset 2px 4px 5px #ececec;
	box-shadow: inset 2px 4px 5px #ececec;
	padding: 0 0 0 10px;
	border: 1px solid #dcd2dc;
	color: #665c67;
}
.popup .input-fio input {
	width: 200px;
	height: 28px;
	float: left;
	margin: 0 0 10px 0px;
	-moz-box-shadow: inset 2px 4px 5px #ececec;
	-webkit-box-shadow: inset 2px 4px 5px #ececec;
	box-shadow: inset 2px 4px 5px #ececec;
	padding: 0 0 0 10px;
	border: 1px solid #dcd2dc;
	color: #665c67;
	line-height: 31px;
}



.popup .input-comments {
	float: left;
}
.popup .input-button input {
	float: left;
	margin: 10px 0 0 80px;
	width: 97px;
	height: 33px;
	text-align: center;
	background: url(/bitrix/templates/stroymash_default/images/btn-input.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 14px;
	color: #6f5970;
	text-shadow: 0px 1px 0px #fff;
}
.popup .input-button input:hover {
	background: url(/bitrix/templates/stroymash_default/images/btn-input.png) no-repeat 0 -47px;
	cursor: pointer;
}
/* lightbox
**************************************************/	
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView, #overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView, * html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}
/**carousel
******************************************************************************/

.container-carusel {
	width: 960px;
	margin: 0 auto;
}
.wrapper-rotator{
	position:relative;
	width:960px;
	margin:0 auto;
	}
.carousel li {
	float: left !important;
	margin:20px 0;
}
.prev {
	height: 35px;
	position: absolute;
	left: 0px;
	top:16px;
	background: url(/bitrix/templates/stroymash_default/images/arrows-h.png) no-repeat 0 -35px;
	border:none;
	width:15px;
	cursor:pointer;
}
.next {
	height: 35px;
	position: absolute;
	background: url(/bitrix/templates/stroymash_default/images/arrows-h.png) no-repeat 0 0px;
	border:none;
	right: 0px;
	top:16px;
	width:15px;
	cursor:pointer;
}
/*error
**************************************************/	
.error-page {
	width: 100%;
	height: 100%;
	background: url(/bitrix/templates/stroymash_default/images/bg-error-page.jpg) repeat 0 0;
}
.error-page p {
	text-align: center;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.error-page p a {
	text-align: center;
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffe482;
	text-decoration: underline;
}
.error-page p a:hover {
	text-decoration: none;
}
.error {
	position: relative;
	text-align: center;
}
.info-error {
	position: absolute;
	top: 500px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}

#copyright {
font-family: 'PT Sans', sans-serif, arial;
font-size: 13px;
color: #9b939d;
padding-left: 10px;
width: 220px;
}

.reviews {
  margin: 0 auto;
  width: 960px;
}

.reviews li{
  float: left;
  margin: 20px 5px 0px;
}

.foxcopy {
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 13px;
	color: #9b939d;
	line-height: 22px;
	margin: 110px 0 0 0;
	float: right;
}
.foxcopy a{
	font-family: 'PT Sans', sans-serif, arial;
	font-size: 13px;
	color: #9b939d;
	text-decoration: none;
}

.foxcopy a:hover{
	color: #9b939d;
	text-decoration: underline;
}

.read_more a{
text-decoration: none;
font-family: 'PT Sans', sans-serif, arial;
font-size: 14px!important;
color: #EFA539;
font-weight: normal;
}

.read_more a:hover{
color: #534954;
text-decoration: underline;
transition: 0.3s ease-out 0.1s;
-moz-transition: 0.3s ease-out 0.1s;
-webkit-transition: 0.3s ease-out 0.1s;
}


.mf-captcha {
  margin-left: 80px;
}

.pop_div_block {
  width: 340px;
}

.form_mess_ok {
  color: #83B74D;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif, arial;
}

.form_error_block {
  color: #E54949;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif, arial;
}

.pop_head h4 {
  padding: 0 0 10px;
  font-family: 'PT Sans', sans-serif, arial;
  font-size: 20px;
  text-align: center;
}

.subm_form {
  float: left;
  margin: 10px 0 0 80px;
  width: 97px;
  height: 33px;
  text-align: center;
  background: url(/bitrix/templates/stroymash_default/images/btn-input.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  font-family: 'PT Sans', sans-serif, arial;
  font-size: 14px;
  color: #6f5970;
  text-shadow: 0px 1px 0px #fff;
}

.subm_form:hover {
	background: url(/bitrix/templates/stroymash_default/images/btn-input.png) no-repeat 0 -47px;
	cursor: pointer;
}


.info-popup {
  text-align: center;
}

.form_inputtext {
  width: 200px;
  height: 28px;
  margin: 0 0 10px 0px;
  -moz-box-shadow: inset 1px 1px 2px #ececec;
  -webkit-box-shadow: inset 1px 1px 2px #ececec;
  box-shadow: inset 1px 1px 2px #ececec;
  padding: 0 0 0 10px;
  border: 1px solid #dcd2dc;
  color: #665c67;
}

textarea.textarea_popup {
  width: 202px;
  float: left;
  height: 90px;
  -moz-box-shadow: inset 1px 1px 2px #ececec;
  -webkit-box-shadow: inset 1px 1px 2px #ececec;
  box-shadow: inset 1px 1px 2px #ececec;
  border: 1px solid #dcd2dc;
  color: #665c67;
  padding: 5px 0 0 8px;
  resize: none;
}

.form_name {
  height: 25px;
  font-family: 'PT Sans', sans-serif, arial;
  font-size: 13px;
  color: #665c67;
  width: 75px;
  vertical-align: middle;
  text-align: right;
  float: left;
  line-height: 20px;
  margin: 0 5px 0 0;
}

.back_form_name {
height: 25px;
  font-family: 'PT Sans', sans-serif, arial;
  font-size: 13px;
  color: #665c67;
  width: 75px;
  vertical-align: middle;
  text-align: right;
  float: left;
  line-height: 18px;
  margin: 0 5px 0 0;
}

table.tex tr td {
border: 1px solid #665c67;
padding: 12px 10px 0px 10px;
}

table.tex
 {
border-collapse: collapse;}

.phone_left_header {
	position:absolute;
	top:80px;
	left:0;
}

.phone_right_header {
	position:absolute;
	top:80px;
	right:0;
	text-align: right;
}

#logo a:hover {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: none;
}

#logo a:hover span {
	color: #fe1f45!important;
}
/* End */
/* /bitrix/templates/stroymash_default/js/fancybox/jquery.fancybox.css?15113867434892 */
/* /bitrix/templates/stroymash_default/components/bitrix/news.list/partners/style.css?151138674387 */
/* /bitrix/templates/stroymash_default/components/foxtheme/feedbackmod.form/popup/style.css?15113867434666 */
/* /bitrix/templates/stroymash_default/styles.css?15210284592845 */
/* /bitrix/templates/stroymash_default/template_styles.css?167576810936154 */
