/* STILE SITE */
/* GLAVNAYA STRANICA */
/* kompaniya */
#content .index_plus {
	margin: 30px 0;
}
#content .index_plus_block {
	margin: 20px 0 25px;
}
#content .index_plus_block .left {
	float: left;
}
#content .index_plus_block .block {
	margin-left: 55px;
}
#content .index_plus  .fa {
	margin: 3px 0 0 10px;
	font-size: 2.5em;
	color: #fdca19;
}
#content .index_plus .title {
	font-size: 1.1em;
	margin-bottom: 0;
}
#content .index_plus .text {
	font-size: 1em;
	margin-bottom: 0;
}
/* shagi zakaza */
#content ol.index_zakaz {
	margin: 20px 0 30px;
	counter-reset: myCounter;
}
#content ol.index_zakaz li {
	list-style: none;
}
#content ol.index_zakaz li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: white;
	background: #fdca19;
	display: inline-block;
	text-align: center;
	margin: 5px 10px;
	line-height: 37px;
	width: 37px;
	height: 37px;
	font-size: 1.2em;
}
/* blok vybor remonta */
#vybor_remonta {
	width: 100%;
	margin: 30px 0 40px;
	text-align: center;
	overflow: hidden;
}
#vybor_remonta .block {
	float: left;
	width: 31%;
	margin-left: 20px;
	border: 1px solid #ccc;
	background: #f7f7f7;
}
#vybor_remonta .first_block {
	margin-left: 0;	
}
#vybor_remonta h3 {
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
}
#vybor_remonta .cena {
	padding: 20px 0;
	background: #fdca19;
	font-size: 1.2em;
}
#vybor_remonta .raboty {
	margin: 0;
	padding: 30px 20px 10px 20px;
	font-size: 0.9em;
	text-align: left;
}
#vybor_remonta .raboty p {
	margin-bottom: 7px;
}
#vybor_remonta .raboty .fa {
	margin-right: 3px;
	color: #fdca19;
}
#vybor_remonta .raboty_no {
	display: none;
}
#vybor_remonta .zakaz {
	padding: 15px 0;
	background: #393838;
}
#vybor_remonta .zakaz a {
	color: #fdca19;
	text-decoration: none;
}
#vybor_remonta .zakaz a:hover {
	text-decoration: underline;
}
#vybor_remonta .zakaz a:hover {
	text-decoration: underline;
}
#vybor_remonta button.button_raboty {
	width: 175px;
	margin: 0 0 30px;
	background: #a5a5a5;
	border: 1px solid #a5a5a5;
	color: #fff;
	border-radius: 4px;
	padding: 7px 15px;
	cursor: pointer;
}
#vybor_remonta button.button_raboty:hover {
	opacity: 0.7;
}
/* STRANICA AKCII */
#content .block_promo {
	width: 500px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 15px 10px -14px #9d9cab;
	margin: 0 auto 50px auto;
}
#content .block_promo_text_1 {
	padding: 5px 20px 10px 20px;
	font-style: italic;
	font-size: 0.8em;
	color: #666666;
}
#content .block_promo_text_2 {
	padding: 0 20px 10px 20px;
	font-size: 1.2em;
}
#content .block_promo_text_2 a {
	color: #000;
}
#content .block_promo_text_2 p {
	margin: 10px 0 0 0;
	color: #000;
	font-size: 0.7em;
}
/* STRANICA USLUGI */
#content .block_uslugi {
	overflow: hidden;
}
#content .block_uslugi_1, #content .block_uslugi_2 {
	float: left;
	width: 330px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 15px 10px -14px #9d9cab;
	margin-bottom: 50px;
}
#content .block_uslugi_1 {
	margin-right: 5%;
}
#content .block_uslugi_text {
	padding: 5px 20px 10px 20px;
}
#content .block_uslugi_text a {
	font-style: italic;
	font-size: 0.8em;
}
#content .block_uslugi_text h2{
	margin: 10px 0;
	font-size: 1.2em !important;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif !important;
}
/* STRANICA CENY */
#content .accordion table td:first-child {
	width: 70%;
}
/* STRANICA PORTFOLIO */
#portfolio .portfolio_block {
	overflow: hidden;
	background: #f7f7f7;
    padding: 30px 20px;
	border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
#portfolio .portfolio_block img {
	float: left;
	width: 300px;
	height: 215px;
	border-radius: 4px;
}
#portfolio .portfolio_block img:hover {
	opacity: 0.7;
}
#portfolio .portfolio_block .text {
	margin-left: 320px;
}
#portfolio .portfolio_block .text p {
	margin-bottom: 5px;
}
/* PORTFOLIO VNUTRENNIE STRANICY */
#portfolio_top {
	overflow: hidden;
	background: #f7f7f7;
    padding: 20px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
#portfolio_top img {
	float: left;
	width: 400px;
	height: 300px;
	border-radius: 4px;
	margin-top: 4px;
}
#portfolio_top .text {
	width: 360px;
	margin-left: 420px;
}
#portfolio_top .text p {
	margin-bottom: 7px;
}
#portfolio_top .text p > span {
	font-weight: 600;
}
#portfolio_top button.button_submit {
	margin: 20px 0 0 0;
}
#portfolio_top form {
	background: none;
}
#content .fotogallery_block {
	margin: 20px 0;
	overflow: hidden;
}
#content .fotogallery_block ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#content .fotogallery_block ul  li {
	float: left;
	width: 200px;
	height: 150px;
	padding: 2px;
}
#content .fotogallery_block img {
	width: 100%;
	height: 100%;
}
#content .fotogallery_block img:hover {
	opacity: 0.5;
}
/* STRANICA USLUGI VNUTR */
/* SLAYDER */
#slider {
	height: 340px;
	max-width: 100%;
	position: relative;
	margin-bottom: 30px;
}
#slider_slick {
	position: relative;
}
#slider_slick img {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 340px;
}
#slider_slick .slick-dots {
    top: 310px;
	right: 570px;
	width: 200px;
	z-index: 2;
}
#slider ul.slick-dots {
	margin: 0;
	padding: 0;
}
#slider ul.slick-dots li {
	background-image: none;
	padding: 0;
}
#slider_slick li button {
	content: "";
	background-color: transparent;
	color: transparent;
	font-size: 20px;
}
#slider_slick .slick-dots li button:before {
	opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
	color: transparent;
}	
#slider_slick li.slick-active button:before {
	content: "";
	width: 10px;
    height: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.5);
}	
#slider_slick .slick-prev, #slider_slick  .slick-next {
	position: absolute;
	top: 275px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	z-index: 1;
}
#slider_slick .slick-prev:before, #slider_slick  .slick-next:before {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.8);
}
#slider_slogan {
	position: absolute;
	top: 40px;
	left: 30px;
	color: #fff;
	font-size: 2.5em;
	padding: 20px;
	width: 300px;
	z-index: 2;
}
#slider_slogan2, 
#slider_slogan3 {
	position: absolute;
	bottom: 40px;
	left: 30px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	padding: 20px;
	width: 350px;
	z-index: 2;
}
#slider_slogan2 span,
#slider_slogan3 span {
	color: red;
	font-weight: 600;
}
#slider_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
/* karusel */
#content .carousel_block {
	margin: 20px 0;
}
#content .carousel_block_title {
	overflow: hidden;
}
#content .carousel_block_title h2 {
	margin: 0;
	display: inline-block;
}
#content .carousel_button {
	height: 30px;
	float: right;
}
#content .carousel_block_title a {
	padding: 0 15px 3px 15px;
	border: 1px solid #fdca19;
	background: #fdca19;
	color: #fff;
	font-size: 1.4em;
	text-decoration: none;
}
#content .carousel_block_title a:hover {
	opacity: 0.7;
}
ul#carousel_block_img {
	margin: 20px 0;
	list-style: none;
}
ul#carousel_block_img li {
	float: left;
	width: 230px;
	height: 170px;
	padding: 15px;
	background: #f7f7f7;
}
ul#carousel_block_img img {
	width: 100%;
	height: 100%;
}
ul#carousel_block_img img:hover {
	opacity: 0.5;
}
/* stranica kontakty */
#contacts {
	overflow: hidden;
	margin-left: 10px;
}
#contacts .fa {
	font-size: 2em;
	color: #fdca19;
	margin-right: 15px;
}
#contacts p {
	margin-bottom: 30px;
}
#contacts p > span {
	font-weight: 600;
}

#contacts .map {
	width: 100%;
	height: auto;
}

#contacts_form {
	float: right;
	margin:0 0 0 20px;
}
/* SIDEBAR */
/* fiksirovannyy */
#sidebar_fixed {
	margin: 30px 0 0 0;
	width: 250px;
}
#sidebar .sticky-wrapper {
	z-index: 1;
}
#color_panel {
	z-index: 11;
}
/* slayder */
#sidebar_photo_block img {
	width: 100%;
	height: 170px;
}
#sidebar_photo_block {
	margin: 30px 0;
	padding: 15px 0 30px;
	background: #f7f7f7;
	border-radius: 4px;
}
#sidebar_photo_block .title {
	font-size: 1.1em;
	margin: 0 0 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
#sidebar_photo_block .prevarr, #sidebar_photo_block .nextarr {
	font-size: 2em;
	color: #ccc;
	text-shadow: 0 0 1px #000;
}
#sidebar_photo {
	position: relative;
}
#sidebar_photo_block .nextarr {
	position: absolute;
	bottom: 69px;
	right: 4px;
	cursor: pointer;
}
#sidebar_photo_block .prevarr {
	position: absolute;
	bottom: 68px;
	left: 4px;
	z-index: 1;
	cursor: pointer;
}
/* knopki sidebar */
#sidebar_zamer,
#sidebar_calc {
	cursor: pointer;
}
#sidebar_zamer:hover,
#sidebar_calc:hover {
	opacity: 0.7;
}
/* vyzov zamerchik */
#sidebar_zamer {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: 140px;
}
#sidebar_zamer .bg {
	position: absolute;
	top: 23px;
	width: 100%;
	height: 85px;
	background: #49a01f;
	border-radius: 4px;
}
#sidebar_zamer .text {
	position: absolute;
	left: 10px;
	top: 15px;
	color: #fff;
	font: 600 0.95em/130% Arial;
	text-transform: uppercase;
}
#sidebar_zamer  .img {
	position: absolute;
	top: 0;
	right: 10px;
	width: 190px;
	height: 135px;
	background: url(../images/zamer_sidebar.png) no-repeat;
	background-size:  190px auto;
}
/* kalkulyator */
#sidebar_calc {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: 140px;
}
#sidebar_calc .bg {
	position: absolute;
	top: 23px;
	width: 100%;
	height: 85px;
	background: #49a01f;
	border-radius: 4px;
}
#sidebar_calc .text {
	position: absolute;
	left: 10px;
	top: 15px;
	color: #fff;
	font: 600 0.95em/130% Arial;
	text-transform: uppercase;
}
#sidebar_calc  .img {
	position: absolute;
	top: 7px;
	right: 10px;
	width: 105px;
	height: 115px;
	background: url(../images/calc_sidebar.png) no-repeat;
	background-size:  auto 115px;
}
/* STRANICA NEWS */
/* share */
#content .block_friends {
	margin: 15px 0 0 0;
	border-top: 1px solid #ccc;
}