

/* Start:/bitrix/templates/tmpl/components/bitrix/menu/innermenu/style.css?16692893672275*/
/* Left menu*/
.menu_mob-wrapper {
	display:none;
}
.menu_mob-wrapper .phone {
	display:none;
}
.menu_mob-wrapper .menu_mob span {
	display:block;
}

ul.left-menu {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	list-style:none;
	margin:0; padding:0;
	max-width: 1280px;
    margin: auto;
    margin-bottom: 8px;
	position: relative; /*IE bug*/
	border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
	background: #FFFFFF;
    z-index: 150;
}

ul.left-menu li {
	padding: 10px 16px;
}

ul.left-menu li a {
	font-family: 'El Messiri', sans-serif;
    font-weight: 500;
	font-size: 18px;
	color:#8e8261;
    line-height: 20px;
	text-decoration:none;
}

ul.left-menu li a:hover {
	color: #557b3b;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
	color: #557b3b;
}


@media screen and (max-width: 768px) {
  ul.left-menu {
	display:none;
  }
  .menu_mob-wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    z-index: 100;
    font-family: 'El Messiri', sans-serif;
    font-size: 18px;
  }
  .inner_wrap .menu_mob-wrapper-fixed {
	position: fixed;
    background: #f8f7f4;
    justify-content: space-between;
  }
  .menu_mob-wrapper-fixed .phone {
	display:block;
  }
  .menu_mob-wrapper-fixed .menu_mob span {
	display:none;
  }
  .inner_wrap .left-menu-fixed {
	position: fixed !important;
    top: 50px;
    width: 100%;
  }
  .menu_mob {
	z-index: 150;
	display: flex;
	justify-content:center;
  }
  .menu_mob .menu_mob__icon {
	margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .menu_mob hr {
	width: 28px;
    height: 0px;
    border: 1px solid #557b3b;
    margin: 0;
    margin: 5px 0px 5px 0px;
    transition: all 0.3s;
    background-color: #557b3b;
  }
  .menu_mob hr.rotate {
	display:none;
	transition: all 0.3s;
	width:20px;
	border: 1px solid #557b3b;
  }
  .menu_mob hr.rotate:first-child {
	display:block;
	transform: rotate(45deg) translate(8px, 1px);
  }
  .menu_mob hr.rotate:last-child {
	display:block;
	transform: rotate(-45deg) translate(3px, 3px);
  }
}




/* End */


/* Start:/bitrix/templates/tmpl/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1771343221155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /bitrix/templates/tmpl/components/bitrix/menu/innermenu/style.css?16692893672275 */
/* /bitrix/templates/tmpl/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1771343221155 */
