/*основные стили рабочего шаблона*/
.content-left-halva {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	
	line-height: 1.5;
	font-size: 16px;
	text-align: justify;
}
.content-left-halva h2 {
    margin-bottom: 26px;
}

.intro-page-halva {
	background: #F2F2F2;
	padding: 15px;
	font-style: italic;
	font-size: 105%;
}
.halva-work-area .halva-content {
	width: 760px;
	float: left;
}
.halva-work-area .halva-sidebar {
	width: 380px;
	float: right;
}
.content-left-halva .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-halva .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-halva .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-halva .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-halva .gradImg img {
	display: block;
	max-width: 90%;
	padding: 7px;
	background-color: white;
	border: 2px solid #ff6825;
	margin: 0 auto;
}
.content-left-halva .pageMenu {
	width: 50%;
	background: #F2F2F2;
	padding: 1px 16px;
}
.content-left-halva .rectangle {
	counter-reset: li; 
	list-style: none; 
	padding: 0;
	text-shadow: 0 1px 1px rgba(26, 4, 4, 0.5);
}
.content-left-halva .rectangle a {
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	margin: .5em 0 .5em 2.5em;
	background: #F1D2CF;
	color: #444;
	text-decoration: none;
	transition: all .3s ease-out;
}
.content-left-halva .rectangle a:hover {
	color: #FFF;
	opacity: 1 !important;
}
     
.content-left-halva .rectangle a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #F26D5F;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.content-left-halva .rectangle a:after {
	position: absolute;
	content: "";
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	transition: all .3s ease-out;
}
.content-left-halva .rectangle a:hover:after {
	left: -.5em;
	border-left-color: #F26D5F;
}
.content-left-halva .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-halva .otziv-left .text:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    border: solid transparent;
    border-top-color: #DA532B;
    border-left-color: #DA532B;
    border-width: 10px;
    left: 10%;
}
.content-left-halva .otziv-left .name {
	font-style: italic;
}
.content-left-halva .otziv-left .text {
	padding: 30px 20px 30px 45px;
	width: 500px;
	background-color: #DB532B;
	color: white;
	box-shadow: 0 5px 2px rgba(0,0,0,0.1);
	position: relative;
	transition: background-color 0.6s linear;
}





.content-left-halva .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-halva .otziv-right .text:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 100%;
	border: solid transparent;
	border-top-color: #153242;
	border-right-color: #153242;
	border-width: 10px;
	right: 10%;
}
.content-left-halva .otziv-right .name {
	font-style: italic;
	text-align: right;
}
.content-left-halva .otziv-right .text {
	padding: 30px 20px 30px 45px;
	width: 500px;
	background-color: #153242;
	color: white;
	margin-left:194px;
	box-shadow: 0 5px 2px rgba(0,0,0,0.1);
	position: relative;
	transition: background-color 0.6s linear;
}


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

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

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

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

}
/*Раздел товаров*/
.goodsList {
	display: -webkit-flex;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
margin-top: 32px;
margin-bottom: 50px;
}
.goodsList > div {
	border: 1px solid #d0d0d0;
	float: left;
	-webkit-box-flex: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: -1px;
	margin-top: -1px;
	padding: 0 5px 12px;
	max-width: 23%;
	min-width: 23%;
	width: 23%;
}
.goodsList .img {
	display: block;
	height: 190px;
	margin: 13px auto 0;
	overflow: hidden;
	text-align: center;
	max-width: 100%;
}
.goodsList .name {
	display: block;
	font-size: 1.15em;
	max-height: 4em;
	line-height: 1.35em;
	overflow: hidden;
	text-align: center;
}
.goodsList .price {
	display: block;
	max-height: 4em;
	line-height: 1.35em;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
.productDetail {
	margin: 25px 0;
}
.productDetail div {
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 40%;
}
.productDetail .details {
	width: 47%;
	line-height: 1.7em;
	margin-left:50px;
}
.productDetail dt {
	float: left;
	margin-right: 3px;
	color: #999;
}
.productDetail dd {
	font-weight: bold;
}
/*Раздел городов*/

.shopList {
	text-align: left;
	border-collapse: separate;
	border-spacing: 5px;
	background: #F2F2F2;
	color: #656665;
	border: 16px solid #F2F2F2;
	width: 100%;
}
.shopList th {
	font-size: 18px;
	padding: 10px;
}
.shopList td {
	background: #F5D7BF;
	padding: 10px;
}
.shopList tr td:first-child {
	font-weight: bold;
}
.totoplink {
	text-align: right;	
}
.totoplink a {
	color: #ACACAC;
	font-size: 90%;
}

/*виджет вопросов*/
.halva-widget-item .vopros-item .fraza {
	font-weight: bold;
	font-style: italic;
}
.halva-widget-item .vopros-item .widget-vopros {
	font-style: italic;
}
.halva-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;
}
/*стили баннеров*/
.content-left-halva .list-serviceLis {margin-left: -11px;margin-bottom: 10px;}
.content-left-halva .list-serviceLis ul {list-style-type: none;margin: 0;padding: 0;}
.content-left-halva .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-halva .list-serviceLis li a {color: #153242;text-decoration: none;padding-top: 130px;display:block;position: relative;z-index: 2; border-bottom: none;}
.content-left-halva .imgTopbanner {margin-bottom: 30px;}
.content-left-halva .imgTopbanner img {display: block;}
.content-left-halva .list-serviceLis li:before {width: 120px;height: 120px;content: "";position: absolute;left: 0;right: 0;top: 0;background: #f2f2f2;}
.content-left-halva .list-serviceLis li a:after {content: "";border: 1px solid #f26d5f;width: 100px;height: 100px;position: absolute;top: 9px;left: 0;right: 0;margin: auto;}
.content-left-halva .list-serviceLis ul:after {content: "";display: block;clear: both;}
.content-left-halva .buttonsFoot {text-align: center;font-size: 17px;line-height: 18px;color: #153242;}
.content-left-halva .buttonsFoot:after {content: "";display: block;clear: both;}

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

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

.content-left-halva .list-serviceLis li a:hover {color: #fc695e;}
.content-left-halva .list-serviceLis li a:hover:after {opacity: .5;}
.content-left-halva .list-serviceLis li.itemMenu-1 a:after {background: url(../images/bn-ic-1-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-2 a:after {background: url(../images/bn-ic-2-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-3 a:after {background: url(../images/bn-ic-3-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-4 a:after {background: url(../images/bn-ic-4-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-5 a:after {background: url(../images/bn-ic-5-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-6 a:after {background: url(../images/bn-ic-6-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-7 a:after {background: url(../images/bn-ic-7-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-8 a:after {background: url(../images/bn-ic-8-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-9 a:after {background: url(../images/bn-ic-9-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-10 a:after {background: url(../images/bn-ic-11-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-11 a:after {background: url(../images/bn-ic-12-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-12 a:after {background: url(../images/bn-ic-13-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-13 a:after {background: url(../images/bn-ic-14-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-14 a:after {background: url(../images/bn-ic-15-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-15 a:after {background: url(../images/bn-ic-16-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-16 a:after {background: url(../images/bn-ic-17-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-17 a:after {background: url(../images/bn-ic-18-min.png) no-repeat center center;}
.content-left-halva .list-serviceLis li.itemMenu-18 a:after {background: url(../images/bn-ic-19-min.png) no-repeat center center;}