@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/RobotoLight/RobotoLight.eot");
    src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/RobotoMedium/RobotoMedium.eot");
    src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/RobotoBold/RobotoBold.eot");
    src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
a {
	color: #000;
	font-weight: bold;
}
a:hover {
	color: #fc8c28;
	font-weight: bold;
}
body {
	 font-family: "RobotoRegular";
}
.navbar-default {
    background-color: #232323;
    border-color: #232323;
}
.navbar-brand img{
	max-width: 150px;
	position: relative;
	 top: -6px;

	
}
@media (max-width: 768px){
	.navbar {
		border-radius: 0px;
	}
	#top_contacts a {
		display: block;
	}
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
#menu {
	background-color: #232323;
	min-height: 20px;
	text-align: center;
    width: 100%;
	display: block;
	position: relative;
}
#menu a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "RobotoBold";
}
#menu a:hover {
	color: #fc8c28;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "RobotoBold";
}
#menu .navbar-default .navbar-nav > .active > a, 
#menu .navbar-default .navbar-nav > .active > a:hover, 
#menu .navbar-default .navbar-nav > .active > a:focus {
    color: #fc8c28;
    background-color: transparent;
}
#menu .nav li:last-child a {
	padding-right: 0px;
}
.top_header {
	display: block;
	width: 100%;
	z-index: 999;
	position: fixed;
}
#top_contacts {
	width: 100%;
	background-color: #000;
	color: #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;

}
#top_contacts a {
	color: #ddd;
	text-decoration: none;
}
#top_contacts div:nth-child(1) {
	text-align: left;
}
#top_contacts div:nth-child(2) {
	text-align: center;
}
#top_contacts div:nth-child(3) {
	text-align: center;
}
#top_contacts div:nth-child(4) {
	text-align: right;
}
#main_slider {
	padding-top: 80px;
}
#myCarousel_1 .item {
	min-height: 550px;
	background-position: center;
	background-size: cover;
}
#about_us_1 {
	position: relative;
	background-color: #fc8c28;
	font-family: "RobotoBold";
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.main_about_us {
	display: block;
	font-family: "RobotoBold";
	font-size: 100px;
	text-align: center;
	color: #fff;
}
.icon_about_us_1 {
	display: block;
	position: absolute;
    top: 65px;
    left: 115px;
	background-image: url(../images/about_ico_1.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
}
.icon_about_us_2 {
	display: block;
	position: absolute;
    top: 65px;
    left: 145px;
	background-image: url(../images/about_ico_2.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
}
.icon_about_us_3 {
	display: block;
	position: absolute;
    top: 65px;
    left: 115px;
	background-image: url(../images/about_ico_3.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
}
#about_us_2 {
	position: relative;
	background-color: #e87c1c;
	color: #fff;
	width: 100%;
}
#work h2{
	text-align: center;
	text-transform: uppercase;
	font-family: "RobotoBold";
}
.work_row {
	width: 100%;

}
#work img {
	padding-top: 50px;
}
.work_row h4 {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	display: block;
	min-height: 50px;
	font-family: "RobotoBold";
}
#work img {
	min-height: 155px;
    display: block;
}
.work_row p {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.work_block_1 {
	background-color: #186d28;
	min-height: 370px;
	border-right: 2px solid #fff;
		color: #fff;
}
.work_block_2 {
	background-color: #1f8c31;
	min-height: 370px;
	border-right: 2px solid #fff;
		color: #fff;
}
.work_block_3 {
	background-color: #28aa3e;
	min-height: 370px;
	border-right: 2px solid #fff;
		color: #fff;
}
.work_block_4 {
	background-color: #3cbc54;
	min-height: 370px;
	border-right: 2px solid #fff;
		color: #fff;
}
.work_block_5 {
	background-color: #54d46e;
	min-height: 370px;
		color: #fff;
}
#problems h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: "RobotoBold";
}
.problem_description {
	width: 100%;
	background-color: #28ab3e;
	min-height: 50px;
}
.problems_row {
	width: 100%;
}
.problems_row img {
	padding-top: 30px;
}
.problems_block_1 {
	width: 20%;
	float: left;
}
.problems_block_2 {
	width: 20%;
	float: left;
}
.problems_block_3 {
	width: 20%;
	float: left;
}
.problems_block_4 {
	width: 20%;
	float: left;
}
.problems_block_5 {
	width: 20%;
	float: left;
}
.problem_img {
	min-height: 170px;
    display: block;
}
.problems_row h5 {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	display: block;
	min-height: 50px;
	font-family: "RobotoBold";
	color: #000;
}
.problem_description {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
    margin-top: 15px;
}
 #insert > div {
          display: none;
}
#whywe h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: "RobotoBold";
}
#cost {
	background-color: #f1f1f1;
	padding-bottom: 15px;
}	  
#cost h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: "RobotoBold";
}	  
#cost .row .col-lg-4:nth-child(2) {
	border-right: 1px solid #d2d2d2;
}
#cost .result-input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 28px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 0px solid #ccc;
    border-bottom: 2px solid #28ab3e;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cost .res_desc {
	font-size: 10px;
	color: grey;
}
#cost .cost_change .radio:nth-child(1) {
	background-image: url(../images/metrotile.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center 48px;
}
#cost .cost_change .radio:nth-child(2) {
    background-image: url(../images/iko.png);
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: center 45px;
}
#cost .cost_change .radio:nth-child(3) {
	/*background-image: url(../images/ondo.png);*/
	background-repeat: no-repeat;
    background-position: center 40px;
	background-size: 35%;
}
#cost .radio {
	position: relative;
    display: inline-block;
	font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100px;
    min-width: 250px;
	background-color: #e6e5e5;
	padding: 10px;
	cursor: pointer;
}
#cost input {
	outline:none;
}
#cost .radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
#cost .radio__text {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
#cost .radio__text:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
#cost .radio__text:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #28ab3e;
    opacity: 0;
    transition: .2s;
}
#cost .radio input:checked + .radio__text:after {
  opacity: 1;
}
#cost .radio input:focus + .radio__text:before {
  box-shadow: none;
}
#cost .cost_change {
	display: block;
	position: relative;
}
#cost .cost_callback {
	padding-bottom: 15px;
	text-align: center;
}
#cost .checkbox {
	padding-bottom: 20px;
}
#cost .checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
#cost .checkbox__text {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}
#cost .checkbox__text:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: none;
  transition: .2s;
}
#cost .checkbox__text:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: none;
  transition: .2s;
}
#cost .checkbox input:checked + .checkbox__text:before {
  background: #9FD468;
}
#cost .checkbox input:checked + .checkbox__text:after {
  left: 26px;
}
#cost .checkbox input:focus + .checkbox__text:before {
  box-shadow: none;
}
#cost .checkbox span {
	color: #28ab3e;
	text-decoration: underline;
}
footer {
	background-color: #232323;
}
footer h3 {
	text-align: left;
	text-transform: uppercase;
	font-family: "RobotoBold";
	color: #fff;
}
footer .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #3d3d3d;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
}
footer a {
	color: #fff;
	font-weight: bold;
}
footer a:hover {
	color: #fc8c28;
	font-weight: bold;
}
#blog h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: "RobotoBold";
}	
#portfolio h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: "RobotoBold";
}	
.port_elem{
	margin-bottom: 48px;
	font-family: "RobotoRegular";
}
.port_elem .intro_img{
	width: 500px;
	/*margin-right: 30px;*/
	float: left;
	position: relative;
}
.port_elem .intro_img img{
	max-width: 100%;
}
.port_elem .intro_img .readmore{
	position: absolute;
	bottom: 5px;
    width: 260px;
    left: 50%;
    margin: 0;
    margin-left: -130px;
    text-align: center;
    background: #fc8c28;
    border-radius: 7px;
}
.port_elem .intro_img .readmore a{
    color: #fff;

}
.port_elem .cfields{
	width: 400px;
	float: left;
	background: #f7f7f7;
	padding-left: 30px;
}
.cfields .table td{
	border: 0;
	vertical-align: top;
}
.portfolio_main .page-header{
	text-align: center;
	text-transform: uppercase;
}
.user_pagination li{
	 display: inline;
	 padding: 10px;
}
.user_active{
	 font-size: 22px;
	 color: #fc8c28;
	 
}
.user_pagination a {
	color: #000;
}
.user_pagination a:hover {
	 color: #fc8c28;
	 text-decoration: none;
}
.user_pagination a.active {
	color: #fc8c28;
}
.contacts p {
	color: #fff;
}
.mw100 *{
	max-width: 100%;
}
.komposit input{
	display: none;
}
.komposit label{
	background-image: url(../images/komposit.png);
	background-repeat: no-repeat;
}
.komposit label.activ{
	background-image: url(../images/komposit_act.png);
	background-repeat: no-repeat;
}
.bitum input{
	display: none;
}
.bitum label{
	background-image: url(../images/bitum.png);
	background-repeat: no-repeat;
}
.bitum label.activ{
	background-image: url(../images/bitum_act.png);
	background-repeat: no-repeat;
}
.bitum2 input{
	display: none;
}
.bitum2 label{
	background-image: url(../images/bitum2.png);
	background-repeat: no-repeat;
}
.bitum2 label.activ{
	background-image: url(../images/bitum2_act.png);
	background-repeat: no-repeat;
}
.metall input{
	display: none;
}
.metall label{
	background-image: url(../images/metall.png);
	background-repeat: no-repeat;
}
.metall label.activ{
	background-image: url(../images/metall_act.png);
	background-repeat: no-repeat;
}
.sel>div{
	position: relative;
	height: 250px;
}
.sel>div:after{
	display: block;
	content: "";
	background: url(../images/sel_arr.png);
	width: 41px;
	height: 23px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -15px;
}
#cost .calc_form label{
    height: auto;
    margin-top: 35px;
}
#cost .ha label {
    height: auto;
    /*margin-top: 35px;*/
}
.owl-prev {
    position: absolute;
    top: 95px;
    left: -35px;
}
.owl-next {
    position: absolute;
    top: 95px;
    right: -35px;
}
.komposit_form {display: none;}
.bitum_form {display: none;}
.bitum2_form {display: none;}
.metall_form {display: none;}

input.phone_sub {
    margin-top: 25px;
	background: #fc8c28;
	color: #fff;
}
.ha .input-group{
	width: 100%;
}
.ha .input-group input{
	    border-radius: 6px;
}
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}

.accordion {
    overflow:hidden;
    /*box-shadow:0px 1px 3px rgba(0,0,0,0.25);*/
    /*border-radius:3px;*/
    /*background:#f7f7f7;*/
}

/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    /*border-bottom:1px solid #1a1a1a;*/
    /*background:#333;*/
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    text-shadow:0px 1px 0px #1a1a1a;
    color:#000;
}

.accordion-section-title.active, .accordion-section-title:hover {
    /*background:#4c4c4c;*/
    /* Type */
    text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}
.accordion-section .accordion-section-title{

}
.accordion-section .accordion-section-title:after{
	display: block;
	width: 41px;
	height: 23px;
	float: right;
	content: "\25bc";
}
.accordion-section .accordion-section-title.active:after{
	content: "\25b2";
}
.accordion-section-title .num{
	width: 33px;
	height: 33px;
	border-radius: 50%;
	color: #fff;
	background: #fc8c28;
	font-size: 21px;
	font-family: "RobotoBold";
	text-align: center;
	line-height: 33px;
	float: left;
	margin-right: 15px;
}
.accordion-section-title.active .num{
	background: #28ab3e;
}
.markers{
	position: relative;
}
.markers a{
	position: absolute;
	width: 64px;
}
#komplekt h2{
	text-align: center;
    text-transform: uppercase;
    font-family: "RobotoBold";
}
#komplekt label{
	height: 97px;
	display: block;
}
#komplekt .simpleForm label{
	height: auto;
}
#komplekt .simpleForm input{
	    width: 70%;
	    border-radius: 6px;
        height: 40px;
        outline: 0;
        border: 1px solid #eaeaea;
        padding: 0 15px;
}
#komplekt .simpleForm input[type="submit"]{
	background: #fc8c28;
	color: #fff;
}
.komplect_komposit_form{display: none;}
.komplect_bitum_form{display: none;}
.komplect_bitum2_form{display: none;}
.komplect_metall_form{display: none;}
.visible{display: block;}
.gm-style-iw img {
    max-height: 100px;
}
.label_height label{
	height: 97px;
	display: block;
}
.label_height input{
	display: none;
}
.map_komposit label{
	background-image: url(../images/check_komposit.png);
}
.map_komposit input:checked+label{
	background-image: url(../images/check_komposit_act.png);
}
.map_bitum label{
	background-image: url(../images/check_bitum.png);
}
.map_bitum input:checked+label{
	background-image: url(../images/check_bitum_act.png);
}
.map_bitum2 label{
	background-image: url(../images/check_bitum2.png);
}
.map_bitum2 input:checked+label{
	background-image: url(../images/check_bitum2_act.png);
}
.map_metall label{
	background-image: url(../images/check_metall.png);
}
.map_metall input:checked+label{
	background-image: url(../images/check_metall_act.png);
}
#phocamaps-box div.pmbox-grey{
	background: #fff !important;
}
.form_zakaz .row{
    margin-top: 10px;
    padding-top: 10px;
}
.form_zakaz{
	background-color: #28ab3e;
    background-size: cover;
}
.form_zakaz p{
	color: #fff;
}
.form_zakaz label{
	color: #fff;
}
.form_info{
	text-align: center;
}
.form_info p{
	font-family: "RobotoBold";
	font-size: 30px;
}
div#result{
	width: 100%;
}
div#result input{
	border: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #d7d7d7;
    font-size: 36px;
    color: #000;
    font-family: "RobotoLight";
    padding: 10px;
    box-sizing: initial;
}
div#result+span{
	font-family: "RobotoRegular";
	font-size: 12px;
	color: #a5a5a5;
}
.slide-title {
	position: absolute;
    background-color: #fc8c28;
    display: block;
    width: 100%;
    bottom: 1px;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.yjmediaslider .slide .slide-details .buttons {
	position: relative;
}
div.col-sm-3.scripted.offset-sm-1.komposit{
	    margin-left: 140px;
}
.item-image {
	padding: 15px;
}
#blog {
	background-color: #28ab3e;	
}
#blog h2 {
	color: #fff;
}
.bt-center a {
	min-height: 200px;
	display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
}
/* Блок солнечные панели */
#solar {
	min-height: 500px;
	background-image: url(../images/solar_bg.png);
    background-size: cover;
	background-attachment: fixed;
}
#solar h2{
	    text-align: center;
    text-transform: uppercase;
    font-family: "RobotoBold";
}
#solar h4 {
	text-align: center;
}
#solar .price_s {
	font-size: 32px;
	font-family: "RobotoBold";
	text-align: center;
	padding: 15px;
	background-color: #28ab3e;
	color: #fff;
}
#solar .price_s div {
	font-size: 19px;
	text-align: center;
	background-color: #28ab3e;
	color: #fff;
}
#solar .solar_bg {
	background-color: rgba(255,255,255,.6);
}
#solar .order_text {
	text-align: center;
	font-size: 18px;
	font-family: "RobotoBold";
	padding-top: 15px;
	padding-bottom: 15px;
}
#solar p {
	text-align: center;
}
#solar .undr {
	font-weight: bold;
	text-decoration: underline;
}
.s_comp {
	text-align: center;
	font-weight: bold;
}
.s_comp > .col-sm-4 {
	position: relative;
	font-size: 16px;
}
.s_comp > .col-sm-4 > .number {
	text-decoration: none;
	color: #fc8c28;
	font-family: "RobotoBold";
	font-size: 28px;
}
@media (max-width: 767px) {
	.problems_block_1 {
	    display: block;
    float: none;
    width: 100%;
	}
	.problems_block_2 {
	    display: block;
    float: none;
    width: 100%;
	}
	.problems_block_3 {
	    display: block;
    float: none;
    width: 100%;
	}
	.problems_block_4 {
	    display: block;
    float: none;
    width: 100%;
	}
	.problems_block_5 {
	    display: block;
    float: none;
    width: 100%;
	}
	.accordion-section-title {
		display: none;
	}
	.markers img {
		width: 100%;
		height: auto;
	}
	.yjmediaslider .slide .play-video {
		position: absolute;
		top: 15%;
		width: 100%;
		text-align: center;
		font-size: 60px;
	}
	.yjmediaslider a.prev {
		display: block;
		position: relative;
		left: 0px;
		top: 10%;
		margin-top: 0px; 
		width: 50px;
		height: 50px;
		text-indent: -4200px;
		background-image: url(../images/prev.png);
		margin-right: 10px;
	}
	.yjmediaslider a.next {
		display: block;
		position: relative;
		right: 0px;
		top: 10%;
		margin-top: 0px;
		width: 50px;
		height: 50px;
		text-indent: -4200px;
		background-image: url(../images/next.png);
	}
	.form_zakaz img {
		width: 100%;
	}
	.form_zakaz p {
		    font-size: 18px;
	}
}