/* main */

body {
	font-family: Play;
	color: #000;
}

a {
	text-decoration: none;
	color: #48a216;
	outline: 0;
}

a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}

button {
	outline: 0;
}

.br10 {
	margin-bottom: 10px;
}

.br20 {
	margin-bottom: 20px;
}

.br30 {
	margin-bottom: 30px;
}

.button {
	padding: 13px 12px;
	border-radius: 4px;
	background: #48a216;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	font-size: 0.95em;
}

.button:hover {
	text-decoration: none;
	opacity: 0.9;
}

a.button {
    color: #fff;
}

a.button:hover,
a.button:focus,
a.button:active {
	color: #fff;
}

@font-face {
	font-family: Play;
	src: url(../css/fonts/sfp.ttf);
}

#header_top,
#header,
#top_menu,
#slider,
#wrapper,
#footer_top,
#footer_bottom,
#footer_center {
	width: 100%;
}

#header_top_main,
#header_main,
#wrapper,
#footer_top_main,
#footer_bottom_main,
#footer_center_main {
	max-width: 1220px;
	margin: 0 auto;
	box-sizing: content-box;
}

/* HEADER */

#header {
	width: 100%;
}

#header .fa {
	color: #48a216;
}

/* header top */

#header_top {
	text-align: center;
	background: #000000;
	color: #ffffff;
	overflow: hidden;
}

#header_top a {
	color: #000;
}

#header_top_main {
	padding: 3px 10px;
	font-size: 0.9em;
	overflow: hidden;
}

#header_top_address {
	float: left;
	margin: 7px 0 0 0;
	padding-right: 15px;
	font-size: 0.9em;
}

#header_top_address .fa-map-marker:before {
	margin-right: 3px;
    font-size: 1.4em;
}

#header_top_email {
	float: left;
	margin: 7px 0 0 0;
	padding-left: 15px;
}

#header_top_email .fa-envelope:before {
	margin-right: 3px;
    font-size: 1em;
}

#header_top_search {
	float: right;
}

#header_top_search form {
	position: relative;
	width: 230px;
}

#header_top_search input, button {
	border: none;
	outline: none;
	border-radius: 3px;
	box-sizing: border-box;
}

#header_top_search input {
	width: 100%;
	border: 1px solid #242424;
	height: 28px;
	background: #242424;
	color: #000;
	padding: 0 40px 0 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	margin-bottom: 1px;
}

#header_top_search button {
	height: 26px;
	width: 26px;
	position: absolute;
	top: 3px;
	right: 8px;
	background: none;
	cursor: pointer;
	
}

#header_top_search button:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #999;
	font-size: 1.4em;
}

/*header main */

#header_main {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	height: 100px;
	padding: 3px 10px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header_logo {
	float: left;
	margin-top: 26px;
}

#header_logo:hover {
	opacity: 0.7;
}

#header_logo a {
	color: #000;
	text-decoration: none;
}

#header_logo_img  {
	float: left;
	margin-top: -23px;
	padding-right:10px;
}

#header #header_logo_img .fa {
	padding: 5px 9px;
	font-size: 2.3em;
	background: #48a216;
    color: #fff;
    border-radius: 4px;
}

#header_logo_name {
	float: left;
	font-family: Play;
	font-size: 1.9em;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 5px 0 0 0px;
}

#header_callback {
	float: right;
}

#header_callback a {
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}

#header_callback a:hover {
	text-decoration: none;
	border: 0;
}

#header_contact {
	float: right;
	margin: 12px 0 0 0;
	text-align: right;
}

#header_nomer {
	font-size: 1.2em;
	margin-bottom: 7px;
	position:relative;
}

#header_time {
    font-size: 0.85em;
}

#header_zayavka {
	float: right;
	margin: 26px 6% 0 0;
	padding: 10px 5% 10px 0;
	line-height: 1em;
	border-right: 1px solid #ccc;
}

#header_text_name{
	display: flex;
}

#header_text {
	float: right;
	margin: 24px 5% 0 0;
	padding: 10px 5% 10px 0;
	line-height: 120%;
	font-size: 0.9em;
	border-right: 1px solid #ccc;
}

#header_zayavka .fa, #header_calc  .fa  {
	float: left;
	margin-right: 10px;
    font-size: 2em;
}

#header_zayavka:hover {
	opacity: 0.7;
}

#header_zayavka a {
	color: #000;
}

/* TOP MENU */

#top_menu {
	border-top: 1px solid #24242434;
	background-color: #fff;
	
}
#top_menu ul {
	background-color: #fff;
}
#top_menu ul li {
	border-radius: 3px;
}
#top_menu ul li a {
	color: #000;
}


#top_menu ul li:hover,
#top_menu ul li.root-item-selected,
#top_menu ul li.item-selected {
	background: #ff9900;
	color: #fff;
}

#top_menu ul li.item-selected >a {
	color: #fff;
}

/* SLIDER */

.full_width_slider {
  width: 80%;
  background-color: #696969;
  border-radius: 3px;
 display: block;
    margin-left: auto;
    margin-right: auto 
}



/* WRAPPER */

#wrapper {
	min-height: 500px;
	padding: 50px 10px;
	overflow: hidden;
}

/* BREADCRUMB */

#breadcrumb {
	margin: 0 330px 30px 0;
	overflow: hidden;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 20px;
	color: #777;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#breadcrumb a {
	text-decoration: underline;
	font-size: 1.2em;
}

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

#breadcrumb ul {
	list-style: none;
	margin: 0;
}

#breadcrumb ul li {
	background: none;
	float: left;
	margin: 0 10px 0 0;
	font-size: 0.8em;
}

#breadcrumb li + li:before {
	content: "\f105";
	font-family: fontAwesome;
	font-size: 1em;
	margin: 0 10px 0 0;
}

#breadcrumb ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

#breadcrumb ul li:last-child {
	background: none;
	font-size: 0.9em;
	line-height: 1.3;
}


/* SIDEBAR */

#sidebar {
	float: right;
	width: 280px;
}


#sidebar_menu {
	overflow: hidden;
}

#section_element_menu ul.menu-element-list-active2 a.item-selected {
    color: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu > li.menu-section-active2 > a {
    background: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu > li.menu-section-drive-active > a {
    background: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu li a:hover {
    background: #48a216;
}

/* CONTENT */

#content {
	/* margin-right: 330px; */
	overflow: hidden;
}

#content h1 {
	font-size: 1.9em;
    margin: 0 0 22px 0;
}

#content h2 {
	font-size: 1.4em;
    margin: 27px 0 10px 0;
}

#content h3 {
	font-size: 1.3em;
	margin: 27px 0 10px 0;
}

#content h4 {
	font-size: 1.14em;
	margin: 27px 0 10px 0;
}

#content h5 {
	font-size: 1em;
	font-weight: bold;
}

#content p,
#content ul,
#content ol {
	color: #404040;
}

#content p {
	line-height: 1.5;
    margin: 0 0 10px 0;
}

#content table {
	width: 100%;
	border: 1px solid #dedede;
	font-size: 0.9em;
	margin: 20px 0;
}

#content td, #content th {
    border: 0;
    padding: 15px 5px;
	text-align: center;
	border: 1px solid #dedede;
}

#content th {
	text-transform: uppercase;
    padding: 15px 5px;
	background: #48a216;
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
}

#content tr {
	background: #fff;
}

#content table td:first-child {
    text-align: left;
    padding-left: 24px;
}

#content table tr:nth-child(odd) {
	background: #fcfcfc;
}

#content ul, #content ol {
	margin: 10px 0 20px 5%;
}

#content ul {
	list-style: square;
}

#content ol {
	list-style: decimal;
}

#content ul li, #content ol li {
    line-height: 1.5;
}

#content a {
	text-decoration: underline;
}

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

#content img {
    max-width: 100%;
	height: auto;
}

#content b, #content strong {
	font-weight: 600;
}

#content sup {
	position: relative;
	top: -0.5em;
}

#content sub {
	position: relative;
	top: 0.5em;
}

/*FOOTER*/

#footer a {
	color: #888;
}

#footer a:hover {
	color: #ccc;
}

#footer_top,
#footer_bottom {
	width: 100%;
	background: #222;
	overflow: hidden;
}

#footer_top_main,
#footer_bottom_main {
	padding: 35px 10px;
	overflow: hidden;
}

#footer .title {
	font-size: 1.2em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#footer_top_main .kontakty,
#footer_top_main .company,
#footer_top_main .proekty,
#footer_top_main .dopmenu {
	box-sizing: border-box;
}

#footer_top_main {
	border-bottom: 1px solid #888;
	color: #fff;
}

#footer_top_main .kontakty {
	float: right;
	width: 26%;
	padding-right: 5px;
}

#footer_top_main .company,
#footer_top_main .proekty,
#footer_top_main .dopmenu {
	float: left;
	width: 24%;
	padding: 0 5px;
}

#footer_nomer {
	font-size: 1.5em;
	margin-bottom: 15px;
}

#footer_callback {
	margin-bottom: 30px;
}

#footer_callback a {
	padding: 6px 10px;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}

#footer_callback a:hover{
	background: #fff;
	color: #000;
}

#footer_email {
	margin-bottom: 10px;
	font-size: 0.9em;
}

#footer_email a {
	color: #888;
}

#footer_address {
	font-size: 0.9em;
	margin-bottom: 30px;
	color: #888;
}

#footer_top_main .fa {
	color: #888;
	margin-right: 3px;
}

#footer_top_main .footer_menu ul li {
	padding: 0 0 10px 0;
}

#footer_top_main .footer_menu a {
	font-size: 0.95em;
	text-decoration: underline;
}

#footer_social ul li {
	float: left;
	margin-right: 10px;
}

#footer_social ul li a {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #888;
}

#footer_social ul li a:hover {
	border: 1px solid #ccc;
	color: #ccc;
}

#footer_social .fa-vk {
	position: absolute;
	top: 9px;
	left: 8px;
}

#footer_social .fa-facebook {
	position: absolute;
	top: 9px;
	left: 13px;
}

#footer_social .fa-twitter {
	position: absolute;
	top: 9px;
	left: 11px;
}

#footer_social .fa-google-plus{
	position: absolute;
	top: 9px;
	left: 8px;
}

#footer_social ul li:last-child {
	padding-left: 0;
}

#footer_bottom_main {
	padding: 30px 10px;
}

#footer_copyrait {
	float: left;
	margin-top: 1px;
	color: #888;
	font-size: 0.8em;
}

#footer_copyrait a {
	text-decoration: underline;
	margin-right: 10px;
	font-size: 0.9em;
}

#footer_stat {
	float: right;
	margin-right: 50%;
}

/* bitrix */

#header #bx_incl_area_1,
#header #bx_incl_area_2,
#header #bx_incl_area_5,
#header #bx_incl_area_9,
#header #bx_incl_area_10,
#footer #bx_incl_area_22,
#footer #bx_incl_area_23
{
	display: inline;
}

body #content th {
	text-transform: none;
}

#content table td:first-child {
    padding: 10px;
}

#content table td:first-child input {
	width: 100%;
}

.vertical-multilevel-menu li ul ul {
	display: none;
}

#horizontal-multilevel-menu ul ul ul {
	display: none!important;
}


#content table {
	border-collapse: collapse;
    border-spacing: 0;
		    margin-top: 35px;
}

.dataTables_wrapper {
    padding-top: 1px;
}

.add_cart_btn {
    padding: 6px 12px;
    font-size: 0.9em;
}
.add_cart_btn[disabled] {
	opacity: 0.5;
	cursor: default;
	pointer-events: none
}


#content td, #content th {
    padding: 10px 5px;
}

 .section_about {
	display: flex;
	flex-direction: row;
}
.section_about img {
	border-radius: 1.5%;
}
.section_about div {
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.section_about_text_1  {
	display: flex;
	padding-top: 25px;
	width:575px ;
    margin: 25px;
	font-size: 2.0em;
}
.section_about_text_2  {
	display: flex;
	padding-top: 25px;
	width:575px ;
    margin: 25px;
	font-size: 1.2em;
}
section_about_img {
	display: flex;
	margin-top: 250px;
	margin-left: -250px;
}
.section_about_cool {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 100px;
	font-size: 1.1em;

}
.section_about_cool div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 310px;
}
.section_about_ul {
	margin-top: 100px;
}
.section_about_li li {
	list-style: none;
	padding: 0;
}
.section_about_div {
	margin-left: -40px;
}
.section_about_li li {
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 5px;
border-left: 10px solid #ff9900; 
box-shadow: 2px -2px 5px 0  rgba(0,0,0,.1);
font-size: 1.1em;
letter-spacing: 2px;
}
.btn_catalog {
	width: 150px;
	height: 36px;
    border-radius: 3px;
    color: white;
    transition: .2s linear;
    background: #ff9900;
	padding: 1px;
	margin: 1px;
	font-size: 1em;
	cursor: pointer;
	margin-top: -5px;
	margin-bottom: 5px;
}
.btn_catalog:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #e28800;
}
.vk_ico {
	width: 64px ;
	height: 64px;
}
.news-list {
	display: flex;
	flex-direction: column;
}
.news-list img {
	width: 600px ;
	height: 600px ;
}

.news-detail {
	display: flex;
	flex-direction: column;
}
.header_text {
	display: flex;
	flex-direction: row;
}

.header_logo a {
display: flex;
align-items: center;
font-size: 32px;
color: #000;
}

#catalog_section_list {
	margin-top: -40px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.box {
	display: flex;
	flex-direction: column;
	height: 0px;
}
.catalog_index_p {
	font-size: 32px;
}
.index_about {
	display: flex;
  	font-size: 20px;
 	 margin-top: 50px;
}
.index_about img {
	width: 120vw;
	border-radius: 3px;
	margin-left: 5vw;
}
.index_about_text {
	margin-top: 80px;
}
.index_about_text p:last-of-type {
  margin-top: 40px;
}

.index_about_maps {
	margin-top: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.index_about_maps_text {
    display: flex;
	flex-direction: column;
	width: 24vw;

}

.index_about_maps img {
	border-radius: 3px;
	width:400px;
	margin-bottom: 10px;
}
.index_form {
display: flex;
flex-direction: row;
margin-top: 40px;
margin-bottom: 40px;
}
.index_form_text {
	display: flex;
	flex-direction: column;
	width: 40vw;
}


.index_form_left {
	display: flex;
	flex-direction: column;
	
}
.index_form_left textarea {
	height: 200px;
	width: 300px;
}
.index_form_right {
	display: flex;
	flex-direction: column;
}
.index_form_right input {
	margin-left: 20px;
	width: 250px;
	height: 30px;
	margin-bottom: 20px;
}
.feedback1 {
	display: flex;
	flex-direction: row;
}
.index_form_right button {
	display: flex;
	justify-content: center;
	width: 260px;
	margin-left: 20px;
}