/*основные стили рабочего шаблона*/
.content-left-egrn {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.content-left-egrn p {
	line-height: 1.5;
	font-size: 16px;
	text-align: justify;
}
.content-left-egrn h1 {
    line-height: 1.2;
}
.content-left-egrn h2 {
    margin-bottom: 26px;
}
.content-left-egrn .postImg {
	display: block;
	max-width: 90%;
	padding: 10px;
	background-color: white;
	border: 1px solid #99929A;
	margin: 15px auto;
}
.content-left-egrn .intro-page-egrn {
	background: #F2F2F2;
	padding: 15px;
	font-style: italic;
	font-size: 105%;
	width: 100%;
}
.content-left-egrn .importantEgrn {
	display: block;
	border-left: 4px solid #99929A;
	padding: 7px 7px 7px 15px !important;
	margin: 15px 0 15px 30px !important;
	text-indent: 0px !important;
	background-color: #ECEAEA;
}


.egrn-work-area .egrn-content {
	width: 760px;
	float: left;
}
.egrn-work-area .egrn-sidebar {
	width: 380px;
	float: right;
}
.content-left-egrn .halva-question {
	position: relative;
	margin-bottom: 1.5em;
	border: 3px solid #28A8D2;
	padding: 0.6em;
	border-radius: 4px;
	background: #FEFEFE;
	color: #231F20;
	font-weight: bolder;
}
.content-left-egrn .halva-question:before {
	position: absolute;
	top: -18px;
	left: 40px;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-size: 16px;
	font-weight: bold;
	color: #DCC24B;
	background: url(../images//logo-bt-gray.png) #ffffff no-repeat center center;
	width: 140px;
	height: 25px;
	background-size: 140px;
	content: "";
}
.content-left-egrn .halva-answer {
	position: relative;
	margin-bottom: 1.5em;
	border: 3px solid #CADFCF;
	padding: 0.6em;
	margin-left: 50px;
	border-radius: 4px;
	background: #FEFEFE;
	color: #231F20;	
}
.content-left-egrn .halva-answer:before {
	position: absolute;
	top: -14px;
	left: 40px;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-size: 16px;
	font-weight: bold;
	color: #DCC24B;
	background: url(../images//logo-sb-gray.png) #ffffff no-repeat center center;
	width: 140px;
	height: 25px;
	background-size: 130px;
	content: "";
}

.content-left-egrn .gradImg img {
	display: block;
	max-width: 90%;
	padding: 7px;
	background-color: white;
	border: 2px solid #ff6825;
	margin: 0 auto;
}
.content-left-egrn .pageMenu {
	width: 50%;
	background: #F2F2F2;
	padding: 1px 16px;
}
.content-left-egrn .rectangle {
	counter-reset: li; 
	list-style: none; 
	padding: 0;
	text-shadow: 0 1px 1px rgba(26, 4, 4, 0.5);
}
.content-left-egrn .rectangle a {
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	margin: .5em 0 .5em 2.5em;
	background: #D8D8D8;
	color: #444;
	text-decoration: none;
	transition: all .3s ease-out;
}
.content-left-egrn .rectangle a:hover {
	color: #FFF;
	opacity: 1 !important;
}
     
.content-left-egrn .rectangle a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #99929A;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.content-left-egrn .rectangle a:after {
	position: absolute;
	content: "";
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	transition: all .3s ease-out;
}
.content-left-egrn .rectangle a:hover:after {
	left: -.5em;
	border-left-color: #99929A;
}
.content-left-egrn .otziv-left .text:before {
    color: #ffffff;
    content: "“";
    display: block;
    font-size: 80px;
    left: 5px;
    position: absolute;
    font-family: Times New Roman;
	top: -23px;
}
.content-left-egrn .otziv-left .text:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    border: solid transparent;
    border-top-color: #898787;
    border-left-color: #898787;
    border-width: 10px;
    left: 10%;
}
.content-left-egrn .otziv-left .name {
	font-style: italic;
}
.content-left-egrn .otziv-left .text {
	padding: 30px 20px 30px 45px;
	width: 500px;
	background-color: #898787;
	color: white;
	box-shadow: 0 5px 2px rgba(0,0,0,0.1);
	position: relative;
	transition: background-color 0.6s linear;
}





.content-left-egrn .otziv-right .text:before {
    color: #ffffff;
    content: "“";
    display: block;
    font-size: 80px;
    left: 5px;
    position: absolute;
    font-family: Times New Roman;
	top: -23px;
}
.content-left-egrn .otziv-right .text:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 100%;
	border: solid transparent;
	border-top-color: #898787;
	border-right-color: #898787;
	border-width: 10px;
	right: 10%;
}
.content-left-egrn .otziv-right .name {
	font-style: italic;
	text-align: right;
}
.content-left-egrn .otziv-right .text {
	padding: 30px 20px 30px 45px;
	width: 500px;
	background-color: #FFF;
	border: 1px solid #898787;
	margin-left:194px;
	box-shadow: 0 5px 2px rgba(0,0,0,0.1);
	position: relative;
	transition: background-color 0.6s linear;
}





.content-left-egrn a {
	color: #696969;
	font-weight: bolder;
}
.content-left-egrn a:hover {
	opacity: 0.6;
}
.content-left-egrn p {
	margin: 0 0 15px;
}

.content-left-egrn ol.pageOl {
	padding: 20px 0 0 0;
	counter-reset: li;
	list-style: none;
}
.content-left-egrn ol.pageOl > li:before {
    content: counters(li, ".");
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #696969;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.content-left-egrn ol.pageOl > li {
    overflow: hidden;
    background: none;
    position: relative;
    padding: 0 0 20px 35px;
}

.content-left-egrn ul.pageUl {
	margin: 20px 0 15px 0;
}
.content-left-egrn ul.pageUl li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	background: #696969;
}
.content-left-egrn ul.pageUl li {
	overflow: hidden;
	min-height: 22px;
	list-style: none;
	padding: 0 0 20px 30px;
	position: relative;
}
.content-left-egrn a {
	border: none;
}





.egrn-content-faq {
	margin: 30px 0;
}
.egrn-content-faq .bukvi {
	font-weight: bolder;
	font-size: 130%;
}
.egrn-content-faq .otvetName {
	background: #E6E5E5;
	padding: 20px;
}



/*виджеты*/
.egrn-widget-list .egrn-widget-item {
	padding: 20px 25px;
	margin-bottom: 25px;
}
.egrn-widget-item .widget-head {
	text-transform: uppercase;
	color: #5a5a5a;
	font-weight: bold;
	border-bottom: 4px double #898787;
	margin: 0 0 20px;
	padding: 0 0 5px;
}
/*виджет с отзывами*/
.egrn-widget-item .otziv-item {
	font-size: 90%;
}
.egrn-widget-item .otziv-item .otziv-name {
	font-style: italic;
}
.egrn-widget-item .otziv-item .otziv-body {
	background-color: #d7d2d2;
	border: 1px solid #9b9292;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;

}



/*виджет вопросов*/
.egrn-widget-item .vopros-item .fraza {
	font-weight: bold;
	font-style: italic;
}
.egrn-widget-item .vopros-item .widget-vopros {
	font-style: italic;
}
.egrn-widget-item .vopros-item .widget-otvet {
	background-color: #d7d2d2;
	border: 1px solid #9b9292;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
}

.dop-menu-halva .dop-menu-halva-item {
	float: left;
	margin-left: 11px;
	margin-bottom: 15px;
}
.dop-menu-halva .dop-menu-halva-item:first-child {
	margin-left: 0px;
}
/*раздел новостей*/
.egrn-news > div {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin-bottom: 25px;
	padding: 0 15px;
}
.egrn-news div.1-column {
	margin-right: 5%;

}
.egrn-news .column-title {
	font-size: 125%;
	color: #898787;
	font-weight: bold;
	margin-bottom: 15px;
}
.egrn-news .time, .egrn-sidebar .time {
	background-color: #999999;
	padding: 3px;
	border-radius: 2px;
	color: #FFF;
	margin-right: 5px;
}
.egrn-news .zagl-text, .egrn-sidebar .zagl-text {
	font-weight: bold;
}
.egrn-news .zagl, .egrn-sidebar .zagl {
	margin-bottom: 15px;	
}
.egrn-news .more {
	margin-bottom: 25px;	
}
.egrn-sidebar .news-item {
	margin-bottom: 15px;
}
.discFoot .disc {
    background: #898787;
    color: #fff;
    width: 100%;
    padding: 12px 12px;
	font-weight: bold;
}

/*стили баннеров*/
.content-left-egrn .list-serviceLis {margin-left: -11px;margin-bottom: 10px;}
.content-left-egrn .list-serviceLis ul {list-style-type: none;margin: 0;padding: 0;}
.content-left-egrn .list-serviceLis li {float: left;width: 120px;text-align: center;font-size: 19px;line-height: 20px;color: #153242;margin-left: 11px;position: relative;margin-bottom: 15px;}
.content-left-egrn .list-serviceLis li a {border-bottom: none; color: #153242;text-decoration: none;padding-top: 130px;display:block;position: relative;z-index: 2;}
.content-left-egrn .imgTopbanner {margin-bottom: 30px;}
.content-left-egrn .imgTopbanner img {display: block;}
.content-left-egrn .list-serviceLis li:before {width: 120px;height: 120px;content: "";position: absolute;left: 0;right: 0;top: 0;}
.content-left-egrn .list-serviceLis li a:after {content: "";width: 120px;height: 120px;position: absolute;top: 0;left: 0;right: 0;margin: auto;}
.content-left-egrn .list-serviceLis ul:after {content: "";display: block;clear: both;}
.content-left-egrn .buttonsFoot {text-align: center;font-size: 17px;line-height: 18px;color: #153242;}
.content-left-egrn .buttonsFoot:after {content: "";display: block;clear: both;}

.content-left-egrn .buttonsFoot a.white {border: 1px solid #898787;float: left;width: 49%;padding: 12px 0;color: #153242;text-decoration: none;}
.content-left-egrn .buttonsFoot a.white:hover {box-shadow:3px 3px 13px #C5C5C5;-webkit-box-shadow:3px 3px 13px #C5C5C5;}

.content-left-egrn .buttonsFoot a.red {float: right;background: #898787;color: #fff;width: 49%;padding: 12px 0;text-decoration: none;}
.content-left-egrn .buttonsFoot a.red:hover {box-shadow:3px 3px 13px #C5C5C5;-webkit-box-shadow:3px 3px 13px #C5C5C5;}

.content-left-egrn .list-serviceLis li a:hover {color: #6c7b84;}
.content-left-egrn .list-serviceLis li a:hover:after {opacity: .5;}
.content-left-egrn .list-serviceLis li.itemMenu-1 a:after {background: url(../images//egrn/icon-egrn-3.jpg) no-repeat center center;}
.content-left-egrn .list-serviceLis li.itemMenu-2 a:after {background: url(../images//egrn/icon-egrn-8.jpg) no-repeat center center;}
.content-left-egrn .list-serviceLis li.itemMenu-3 a:after {background: url(../images//egrn/icon-egrn-4.jpg) no-repeat center center;}
.content-left-egrn .list-serviceLis li.itemMenu-4 a:after {background: url(../images//egrn/icon-egrn-1.jpg) no-repeat center center;}
.content-left-egrn .list-serviceLis li.itemMenu-5 a:after {background: url(../images//egrn/icon-egrn-2.jpg) no-repeat center center;}
.content-left-egrn .list-serviceLis li.itemMenu-6 a:after {background: url(../images//egrn/icon-egrn-7.jpg) no-repeat center center;}
.content-left-egrn .list-serviceLis li.itemMenu-7 a:after {background: url(../images//egrn/icon-egrn-6.jpg) no-repeat center center;}
.content-left-egrn .list-serviceLis li.itemMenu-8 a:after {background: url(../images//egrn/icon-egrn-10.jpg) no-repeat center center;}
.content-left-egrn .list-serviceLis li.itemMenu-9 a:after {background: url(../images//egrn/icon-egrn-9.jpg) no-repeat center center;}
.content-left-egrn .list-serviceLis li.itemMenu-11 a:after {background: url(../images//egrn/icon-egrn-11.jpg) no-repeat center center;}
