/* SIDEBAR */

/* slider photo */

#sidebar_photo_block {
	position: relative;
	margin-bottom: 50px;
	padding: 15px 0;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-radius: 4px;
}

#sidebar_photo_block .title {
	font-size: 1.1em;
	margin: 0 0 10px 15px;
	text-transform: uppercase;
}

#sidebar_photo_block img {
	width: 100%;
	height: auto;
	padding: 0 0 45px;
}

#sidebar_photo_block .prevarr, #sidebar_photo_block .nextarr {
	font-size: 2em;
	color: #ccc;
}

#sidebar_photo_block .prevarr:hover, #sidebar_photo_block .nextarr:hover {
	color: #aeaeae;
}

#sidebar_photo {
	position: relative;
}

#sidebar_photo_block .nextarr {
	position: absolute;
	bottom: 0;
	right: 15px;
	cursor: pointer;
}

#sidebar_photo_block .prevarr {
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: 1;
	cursor: pointer;
}

#sidebar_photo_block .portfolio {
	position: absolute;
	bottom: 24px;
	left: 15px;
}

#sidebar_photo_block .portfolio a {
	text-decoration: underline;
}

#sidebar_photo_block .portfolio a:hover {
	text-decoration: none;
}

/* slider otzyvy */

#sidebar_otzyv_block {
	position: relative;
	margin-bottom: 50px;
	padding: 15px;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-radius: 4px;
}

#sidebar_otzyv_block .title {
	font-size: 1.1em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#sidebar_otzyv_block .text {
	color: #404040;
	font-size: 0.9em;
	padding: 0 0 45px;
}

#sidebar_otzyv_block .name_date {
	margin: 5px 0;
}

#sidebar_otzyv_block .name {
	font-weight: 600;
	margin-right: 10px;
}

#sidebar_otzyv_block .date {
	font-style: italic;
}

#sidebar_otzyv_block .prevarr, #sidebar_otzyv_block .nextarr {
	font-size: 2em;
	color: #ccc;
}

#sidebar_otzyv_block .prevarr:hover, #sidebar_otzyv_block .nextarr:hover {
	color: #aeaeae;
}

#sidebar_otzyv {
	position: relative;
}

#sidebar_otzyv_block .nextarr {
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

#sidebar_otzyv_block .prevarr {
	position: absolute;
	bottom: 0;
	right: 35px;
	z-index: 1;
	cursor: pointer;
}

#sidebar_otzyv_block .all_otzyv {
	position: absolute;
	bottom: 24px;
	left: 15px;
}

#sidebar_otzyv_block .all_otzyv a {
	text-decoration: underline;
}

#sidebar_otzyv_block .all_otzyv a:hover {
	text-decoration: none;
}

/* FIX */

/* sidebar fixed */

#sidebar_fixed {
	margin: 0;
	width: 250px;
}

#sidebar .sticky-wrapper {
	z-index: 1;
}

/* kalkulyator */

#sidebar_calc {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: 140px;
}

#sidebar_calc .bg {
	position: absolute;
	top: 23px;
	width: 100%;
	height: 85px;
	background: #48a216;
	border-radius: 4px;
}

#sidebar_calc .text {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #fff;
	font: 600 0.9em/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;
}

/* vyzov zamerchika */

#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: 15px;
	top: 15px;
	color: #fff;
	font: 600 0.9em/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;
}