/*
CSS Credit: https://www.Ftemplate.ru
*/

   
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #606060;
	background: #ffffff url(images/templatemo_main_bg.jpg) repeat-x;
}
h1{ color:#404040; 
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal; /* bold|bolder|lighter|normal */
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
}

h2{ color:#d43f3f; 
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal; /* bold|bolder|lighter|normal */
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 12px 0px;
	text-align: left;
}

h3{ color:#606060; 
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold; /* bold|bolder|lighter|normal */
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	text-align: left;
}

h4{ color:#606060; 
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold; /* bold|bolder|lighter|normal */
	margin: 10px 0px 3px 0px;
	padding: 10px 0px 3px 0px;
	text-align: left;
}

p2{ color:#606060; 
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal; /* bold|bolder|lighter|normal */
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	text-align: left;
}

a:link, a:visited {
	color: #6a9a1f;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
} 
a:active, a:hover {
	color: #d43f3f;
	text-decoration: underline;
	font-size: 15px;
} 

/* button_up */
.scrollup {
width:40px;
height:40px;
opacity:0.7;
position:fixed;
bottom:50px;/* отступ снизу */
right:100px;/* отступ справа */
display:none;
text-indent:-9999px;
background: url('images/icon_top.png') no-repeat;
}

/* end button_up */


p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_0 { clear: both; width: 100%; height: 0px; font-size: 1px;	}
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_25 { margin-right: 25px; }
.margin_right_60 { margin-right: 60px; }

.border_bottom {
	border-bottom: 1px solid #6a9a1f;
}


.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 10px 10px 10px 10px; /* Отступы вокруг картинки */
   }
   .rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 10px 0 10px 10px; /* Отступы вокруг картинки */
   }


.rc_btn_01 a {
	clear: both;
	float: left;
	padding-left: 30px;
	margin-top: 11px;
	display: block;
	width: 220px;
	font-size: 12px;
	background: url(images/templatemo_icon_01.png) no-repeat;
	color: #958d88;
	font-weight: bold;
	text-decoration: none;
}

.rc_btn_02 a {
	clear: both;
	display: block;
	float: right;
	text-align: center;
	width: 106px;
	height: 28px;
	padding-top: 8px;
	background: url(images/templatemo_button_01.png) no-repeat;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* header */
#templatemo_header_wrapper {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background: url(images/template_header_bg.png) repeat-x;
}

#templatemo_header {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(images/template_header_bg_01.png)  no-repeat;
}

#templatemo_header #site_title_section {
	float: left;
	width: 300px;	
	margin-left: 30px;
	text-align: center;
	background: url(images/logo_300x115.png)  no-repeat;
}

#templatemo_header #site_title_slogan {
	float: left;
	width: 120px;	
	margin-left: 350px;
	margin-top: 45px;
	text-align: left;
	font-size: 14px;
	color: #e6e6e6;
	}

#site_title_section #site_title {
	margin-top: 30px;
	padding: 10px 0;
	font-size: 30px; 
	color: #4379ab;
	font-weight: bold;
}

#site_title_section #salogon {
	font-size: 14px;
	margin-left: 20px;
	color: #333333;
}

#templatemo_header #search_section {
	float: right;
	font-size: 30px;
	color: #ffffff;
	margin-top: 5px;
	margin-right: 5px;
	width: 400px;
}

/* end of header */

/* callme */
.button_callme a {
 font: bold 12px Verdana, Arial, sans-serif;
 text-decoration: none;
 text-indent: 10px;
 color: #FFFFCC; 
 background: url(images/callme_button.png);
 display: block;
 width: 95px;
 line-height: 70px;
 height: 70px;
}


.button_callme a:hover{
 background-position: 0px -70px;
 text-decoration: none;
 color: #FFFFCC;
}
/* end of callme */

/* buy_callme */
.button_buy_now a {
 font: bold 12px Verdana, Arial, sans-serif;
 text-decoration: none;
 text-indent: 10px;
 color: #FFFFCC; 
 background: url(images/buy_now.png);
 display: block;
 width: 200px;
 line-height: 70px;
 height: 51px;
}


.button_buy_now a:hover{
 background-position: 0px -51px;
 text-decoration: none;
 color: #FFFFCC;
}
/* end of buy_callme */

/* produkciya_callme */
.button_call_now a {
 font: bold 12px Verdana, Arial, sans-serif;
 text-decoration: none;
 text-indent: 10px;
 color: #FFFFCC; 
 background: url(images/prod_call.png);
 display: block;
 width: 170px;
 line-height: 70px;
 height: 37px;
}


.button_call_now a:hover{
 background-position: 0px -37px;
 text-decoration: none;
 color: #FFFFCC;
}
/* end of produkciya_callme */


/* produkciya_calc */
.button_calc_now a {
 font: bold 12px Verdana, Arial, sans-serif;
 text-decoration: none;
 text-indent: 10px;
 color: #FFFFCC; 
 background: url(images/prod_calc.png);
 display: block;
 width: 170px;
 line-height: 70px;
 height: 37px;
}


.button_calc_now a:hover{
 background-position: 0px -37px;
 text-decoration: none;
 color: #FFFFCC;
}
/* end of produkciya_calc */

#templatemo_social {
	width: 820px;
	padding: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	color: #CCC;
}

#templatemo_social a {
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
}

/* inst_button */
.button_inst a {
 width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
 font: bold 12px Verdana, Arial, sans-serif;
 text-decoration: none;
 text-indent: 10px;
 color: #FFFFCC; 
 background: url(images/inst_30x30.png);
 display: block;
 width: 30px;
 line-height: 60px;
 height: 30px;
}

.button_inst a:hover{
 background-position: 0px -30px;
 text-decoration: none;
 color: #FFFFCC;
}
/* end of inst_button */

/* inst_tube */
.button_tube a {
width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
 font: bold 12px Verdana, Arial, sans-serif;
 text-decoration: none;
 text-indent: 10px;
 color: #FFFFCC; 
 background: url(images/tube_30x30.png);
 display: block;
 width: 30px;
 line-height: 60px;
 height: 30px;
}

.button_tube a:hover{
 background-position: 0px -30px;
 text-decoration: none;
 color: #FFFFCC;
}
/* end of inst_button */

/* inst_rutube */
.button_rutube a {
width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
 font: bold 12px Verdana, Arial, sans-serif;
 text-decoration: none;
 text-indent: 10px;
 color: #FFFFCC; 
 background: url(images/rutube_30x30.png);
 display: block;
 width: 30px;
 line-height: 60px;
 height: 30px;
}

.button_rutube a:hover{
 background-position: 0px -30px;
 text-decoration: none;
 color: #FFFFCC;
}
/* end of inst_button */


/* up */
.button_up a {
 float: right;
 font: bold 12px Verdana, Arial, sans-serif;
 text-decoration: none;
 text-indent: 10px;
 color: #FFFFCC; 
 background: url(images/up.png);
 display: block;
 width: 35px;
 line-height: 35px;
 height: 35px;
}


.button_up a:hover{
 background-position: 0px -35px;
 text-decoration: none;
 color: #FFFFCC;
}
/* end of up */

/* banner main*/
#templatemo_banner_wrapper_main {
	clear: both;
	width: 100%;
	height: 520px;
	margin: 0 auto;
	background: url(images/main_fon.png) repeat-x;
}

#templatemo_banner_main {
	width: 920px;
	height: 260px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(images/templatemo_banner_bg.png) no-repeat;
}

#banner_header_01_main {
	padding: 65px 0 15px 0;
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
}

#banner_header_02_main {
	margin-left:10px;
	margin-bottom: 20px;	
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

#banner_text_main {
	color: #f0f0f0;
	width: 500px;
	margin-left: 10px;
	font-size: 14px;
}

#banner_text_main p {
	margin-bottom: 20px;
}
/* end of banner main */





/* banner */
#templatemo_banner_wrapper {
	clear: both;
	width: 100%;
	height: 260px;
	margin: 0 auto;
	background: url(images/templatemo_banner_bg_repeat.png) repeat-x;
}

#templatemo_banner_1 {
	width: 920px;
	height: 260px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(images/templatemo_banner_bg_1.png) no-repeat;
}

#templatemo_banner_2 {
	width: 920px;
	height: 260px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(images/templatemo_banner_bg_2.png) no-repeat;
}

#templatemo_banner_3 {
	width: 920px;
	height: 260px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(images/templatemo_banner_bg_3.png) no-repeat;
}

#templatemo_banner_4 {
	width: 920px;
	height: 260px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(images/templatemo_banner_bg_2.png) no-repeat;
}

#templatemo_banner_5 {
	width: 920px;
	height: 260px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(images/templatemo_banner_bg_2.png) no-repeat;
}

#templatemo_banner_6 {
	width: 920px;
	height: 260px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(images/templatemo_banner_bg_6.png) no-repeat;
}
#banner_header_01 {
	padding: 65px 0 15px 0;
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
}

#banner_header_02 {
	margin-left:10px;
	margin-bottom: 20px;	
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

#banner_text {
	color: #f0f0f0;
	width: 500px;
	margin-left: 10px;
	font-size: 14px;
}

#banner_text p {
	margin-bottom: 20px;
}
/* end of banner */
#templatemo_banner_light {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: url(images/templatemo_banner_bg_repeat_mini.png) repeat-x;
}
/* menu */
#templatemo_menu_wrapper {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: url(images/templatemo_menu_bg.png) repeat-x;
}

#templatemo_menu {
	clear: both;
	width: 980px;
	height: 50px;
	margin: 0 auto;
}

#templatemo_menu ul {
	float: left;
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#templatemo_menu ul li {
	display: inline;
}

#templatemo_menu ul li a {
	position: relative;
	float: left;
	display: block;
	height: 30px;
	width: 126px; /* ширина основного меню */
	padding-top: 20px;
	margin-right:10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/templatemo_menu_button.png) bottom right no-repeat;
	color: #333333;	
	outline: none;
}

#templatemo_menu ul li a span {
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 50px;
	bottom: 0px;
	left: 0px;
	background: url(images/templatemo_menu_button_left.png) left bottom no-repeat;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #6a9a1f;
	height: 35px;
	padding-top: 15px;
	background: url(images/templatemo_menu_button_hover.png) bottom right no-repeat;
}

#templatemo_menu li a:hover span, #templatemo_menu li .current span	{
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 55px;
	bottom: 0px;
	left: 0px;
	background: url(images/templatemo_menu_button_hover_left.png) bottom right no-repeat;	
}
/* end of menu*/

/* content */
#templatemo_content_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

#templatemo_content {
	width: 960px;
	margin: 0 auto;
	padding: 40px 20px;
}

#templatemo_content #content_left {
	float: left;
	width: 210px;
	height: auto;
	margin: 0 35px 0 0;
	padding:  0 34px 0 0;
	border-right: 1px solid #6a9a1f;
}

#templatemo_content #content_right {
	float: right;
	width: 680px;
	margin: 0px;
	background: url(images/templatemo_content_top.jpg) top repeat-x;
	text-align: justify;
}

.content_header_01 {
	font-size: 22px;
	color: #4895c8;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(images/templatemo_horizontal_divider_01.jpg) bottom repeat-x;	
}

.content_header_02 {
	font-size: 22px;
	color: #4895c8;
	padding-bottom: 10px;
	background: url(images/templatemo_horizontal_divider_01.jpg) bottom repeat-x;	
}

#content_left .content_left_section {
	clear: both;
	text-decoration: none;
}

.left_menu_section {
	border-left: 8px solid #b5c476;
	padding-left: 10px;
	background: #ffffff;
	margin-top: 0px;
	text-decoration: none;
}
.left_menu_section a{
	text-decoration: none;
}
.content_left_section p {
	text-align: justify;
}

.news_date {
	font-size: 12px;
	font-weight: bold;
	color: #4895c8;
}

.news_title {
	font-size: 12px;
	font-weight: bold;
	color: #fbb239;
}

.content_left_section form {
	padding: 0px;
	margin: 10px 0 0px 0;
}

.content_left_section #search_field {
	padding: 5px 0 0 0;
	height: 20px;
	width: 190px;
	margin-bottom: 10px;
}

.content_left_section #subscribe_button {
	float: right;
	width: 106px;
 	height: 36px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	background: url(images/templatemo_button_01.png) no-repeat; 
	color: #ffffff;
	border: none;
}

#content_right .content_right_section {
	clear: both
}

.content_right_section p {
	text-align: justify;
	padding-bottom: 10px;
}

#content_right .content_right_280_section {
	float: left;
	width: 280px;
	font-size: 14px;
}

.content_right_280_section .image_wrapper {
	background: #333;
	padding: 9px;
	margin-bottom: 10px;
}

.content_right_280_section .image_wrapper img {
	border: 1px solid #000;
}

.content_right_280_section ul {
	margin: 10px 0 0 0;
	padding: 0px;
}

.content_right_280_section ul li {
	border-left: 5px solid #999;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	list-style:none;
}

.content_right_w620_wrapper {
	border: 1px solid #000;
}

.content_right_w620_inner {
	padding: 30px 28px;
	color: #ffffff;
	background: #333;
	border: 1px solid #666;
}

.content_right_w620_inner .image_wrapper {
	border: 1px solid #ffffff;
	background: #cccccc;
	padding: 4px;
	margin-bottom: 5px;
}

.image_wrapper img {
	border: none;
}

.box_w170 {
	float: left;
	width: 170px;
}
/* Цепочка навигации */
#right_navigation {
	float: right;
	width: 680px;
	padding: 0px 0px 0px 0px;
	margin: -30px 0px 0px 0px;
	font-size: 12px;
	text-align: left;
	color: #a0a0a0;
	}

.B_crumbBox  {
	padding:0;
	margin: 0px 0px 0px 0px;
	}

.B_crumbBox li {
	display:inline-block;
	list-style:none;
	background:none;
	padding:0;
	margin: 0px 0px 0px 0px;
	}
	
	.B_crumbBox a {
 color: #606060;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	padding:0;
	margin:0;
}


.B_crumbBox a:hover{
 color: #606060;
	text-decoration: underline;
	font-size: 12px;
	padding:0;
	margin:0;
}
/* Конец Цепочка навигации */
/* end of content right */


/* Боковая кнопка калькулятора */
.follow a {
	margin: 0px;
	z-index: 2;
	position: fixed;
	top: 290px;
	right: 0px;
	width: 40px;
	height: 40px;
	font: bold 12px Verdana, Arial, sans-serif;
	text-decoration: none;
	text-indent: 10px;
	color: #FFFFCC; 
	background: url(callme/templates/default/calc_bttn.png);
	display: block;
	width: 40px;
	line-width: 40px;
	width: 40px;
}


.follow a:hover{
	background-position: -40px 0px;
	width: 45px;
	text-decoration: none;
	color: #FFFFCC;
}
/* КОНЕЦ. Боковая кнопка калькулятора */

/* Боковая кнопка звонка новая */
.follow_call a {
	margin: 0px;
	z-index: 2;
	position: fixed;
	top: 150px;
	right: 0px;
	width: 40px;
	height: 130px;
	font: bold 12px Verdana, Arial, sans-serif;
	text-decoration: none;
	text-indent: 10px;
	color: #FFFFCC; 
	background: url(callme/templates/default/bttn.png);
	display: block;
	width: 40px;
	line-width: 40px;
	width: 40px;
	cursor: pointer;
}


.follow_call a:hover{
	background-position: -40px 0px;
	width: 45px;
	text-decoration: none;
	color: #FFFFCC;
	cursor: pointer;
}
/* КОНЕЦ. Боковая кнопка звонка новая */

/* footer */
#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	height: 190px;
	margin: 0 auto;
	background: url(images/templatemo_footer.png) repeat;
}

#templatemo_footer {
	width: 980px;
	padding: 10px 10;
	margin: 0 auto;
	text-align: center;
	color: #CCC;
}

#templatemo_footer a {
	color: #FFF;
	font-weight: normal;
	font-size: 20px;
}
#templatemo_copyright {
	width: 980px;
	padding: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	color: #CCC;
}

#templatemo_copyright a {
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
}	
	
	#templatemo_content #content_regions {
	float: right;
	width: 980px;
	margin: 0px;
	font-size: 12px;
	text-align: justify;
}
.content_regions {
	color: #606060;
	text-decoration: none;
	font-size: 12px;
}
.content_regions a{
	text-decoration: none;
	color: #606060;
	font-size: 12px;
}
.content_regions a:hover{
	text-decoration: none;
	color: #d43f3f;
	font-size: 12px;
}
/* end of footer */
