

/* Start:/bitrix/templates/shm_new/components/bitrix/menu/top_multilevel/style.css?16175551564382*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	min-height:27px;
	list-style:none;
	font-size:11px;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{
	
}

/*Links*/
#horizontal-multilevel-menu a
{
	transition: all 0.3s ease 0s;
	display: block;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

@media only screen and (min-width: 1024px) {
	#horizontal-multilevel-menu a {
		padding: 17px;
	}
}

@media only screen and (min-width: 768px) {

	#horizontal-multilevel-menu li 
	{
		float:left;
	}

}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{

	color:#b8360f;
	font-weight:bold;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item,
#horizontal-multilevel-menu li ul a:hover
{
	color: #b8360f;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/shm_new/components/bitrix/menu/top_multilevel/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/shm_new/components/bitrix/menu/top_multilevel/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background: #212e3d;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li 
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
	padding: 10px;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{

}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
}

#horizontal-multilevel-menu li ul ul
{
	margin:-41px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/bitrix/templates/shm_new/template_styles.css?170041275425822*/
table {
	border-collapse:collapse;
	padding: 0;
}

table tr td {
	vertical-align: middle;
	text-align:left;
}

ul {
	list-style:none;
}


.clr {
	clear:both;
}

.error {
	color:red;
}

.red {
	color: red;
}

.corner {
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	background-image: url(/bitrix/templates/shm_new/i/corners.png);
	background-repeat: no-repeat;
}

.tr {
	top: 0;
	right: 0;
	background-position: 0 0;
}

.tl {
	top: 0;
	left: 0;
	background-position: 0 -4px;
}

.br {
	bottom: -1px;
	right: 0;
	background-position: 0 -8px;
}

.bl {
	bottom: -1px;
	left: 0;
	background-position: 0 -12px;
}

.right-header {
	float: right;
}

.topmenu {
	margin: 0 0 12px;
	float: right;
}

.topmenu ul {

}

.topmenu ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 21px;
}

.topmenu ul li a {
	color: #4e4e4e;
	display: block;
	padding: 0 7px;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 24px;
}

.topmenu ul li a img {
	top: 3px;
	position: relative;
}

.small_cart {
	float: right;
	position: relative;
	top: 5px;
	right: 10px;
}

.small_cart a {
	display: block;
	line-height: 15px;
	background: url(/bitrix/templates/shm_new/i/small_cart.jpg) no-repeat left center;
	padding: 0 0 0 18px;
	font-size: 11px;
	color: #8c8c8c;
	text-decoration: none;
}

.search {
	float: right;
	position: relative;
}

.search form {
	width: 228px;
	padding: 4px 3px 3px;
	border-top: 1px solid #c5c5c5;
	background-color: #e5e5e5;
	height: 16px;
}

.search .field {
	text-indent: 4px;
	background-color: #e5e5e5;
	font: italic 12px Arial;
	color: #afafaf;
	float: left;
	width: 208px;
	outline: none;
}

.search .submit {
	background: url("/bitrix/templates/shm_new/i/lense.gif") no-repeat scroll 5px 1px transparent;
	height: 100%;
	width:20px;
	padding: 0pt 0pt 0pt 7px;
	cursor: pointer;
}

#main {
	margin: 0 0 5px;
}

#main .left {
	float: left;
	width: 238px;
	padding: 0 10px 0 9px;
}

.right_block {
	position: relative;
	padding: 5px 9px 0 11px;
	width: 216px;
}

.right_block h5 {
	float: left;
}

.right_block .right_link {
	display: block;
	float: right;
	margin: 0 0 9px;
	font-size: 11px;
}

.right_link.poll_link {
	position: absolute;
	top: 5px;
	right: 9px;
	float: none;
}

.sections {
	min-height: 260px;
	padding: 0 0 36px;
}

.sections_tags {
	min-height: 99px;
}

.sections_tags a, .section_tags a, .store_item_sections a, .store_detail_item_desc a, .freelancer .freelancer_info a {
	color: #7e8486;
	background: #fcfdfd;
	border: 1px solid #dadadb;
	padding: 0 5px;
	background-position: center;
	line-height: 19px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 0 2px;
}

.sections_tags a.section_main {
	color: #fff;
	border: 1px solid transparent;
}

.sections_tags a:hover {
	color: #fff;
}

.sections_tags a.section_main:hover {
	color: #7e8486 !important;
	background: #fcfdfd !important;
}


.left .atlas, .left .blogs {
	padding: 0 0 0 11px;
	margin: 0 0 14px 0;
}

.left .atlas h5, .left .blogs h5 {
	margin: 0 0 3px 0;
}

.left .atlas ul {
}

.sections ul {
	padding: 0 0 0px 11px;
}

.sections li {

}

.banners {
	padding: 0 0 0 6px;
	margin: 0 0 10px;
}

.banners a, .banners object {
	text-decoration: none;
	display: inline-block;
	margin: 0 13px 0 0;
	line-height: 1;
	*display: inline;
	*zoom: 1;
	float: left;
}

.banners img {

}

.side_block {
	background: #e9e9e9;
    border-bottom: 1px solid #C6C6C6;
}

.poll {
	padding-bottom: 9px;
	margin: 0 0 11px;
}


.poll h5 {
	float: none;
	margin: 0 0 7px;
}


.poll form {

	padding: 0 0 9px 9px;
}

.poll h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px;
}

.poll .poll_desc {
	line-height: 16px;
    margin: 0 0 11px;
}

.poll li {
	line-height: 18px;
	list-style: none;
}

.poll li input {
	margin: 0 8px 0 0;
}

.poll li span {
	color: #747474;
	font-size: 10px;
	position: relative;
	bottom: 3px;
}

.poll .poll_submit {
	width:65px;
	height:24px;
	background: url(/bitrix/templates/shm_new/i/poll_submit.png) no-repeat;
	margin: 6px 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

.poll table td {
	vertical-align: top;
	padding: 0 0 5px;
}

.poll .vote-items-list {
	overflow: hidden;
	width: 100%;
}

.freelance {
	margin: 4px 0 12px;
	padding-top: 9px;
	padding-bottom: 12px;
}

.freelance .freelancer_entry {
	float: left;
	padding: 0 6px 0 9px;
	margin: 0 0 8px;
	width: 205px;
}

.freelance .freelancer_entry .freelancer_img {
	width: 58px;
	float: left;
	margin: 0 10px 0 0;
}

.freelance .freelancer_entry .freelancer_info {

}

.freelance .freelancer_entry .freelancer_info h4 {
	margin: 0 0 3px;
}

.freelance .freelancer_entry .freelancer_info h4 a {
	color: #030305 !important;
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.freelance .freelancer_entry .freelancer_info p {
	color: #7a7a7a;
	font-size:11px;
	line-height: 12px;
}

.add_freelancer {
	float: right;
	padding: 0 10px 0 0;
}

.add_freelancer_form {

}

.add_freelancer_form label {
	padding: 5px 5px 0 0;
	margin: 0 0 4px;
	width: 150px;
	float: left;
}

.add_freelancer_form input, .add_freelancer_form textarea, .add_freelancer_form select {
	display: block;
	margin: 0 0 9px;
	padding: 5px;
	width: 240px;
	height: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}

.add_freelancer_form textarea {
	height: 70px;
}

.add_freelancer_form select {
	height: 100px;
}

.file_input {
	height: 24px !important;
	padding: 0 !important;
	float: none !important;
	width: auto !important;
}

.create_submit, .edit_submit {
	height: 24px !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	padding: 0 !important;
}

.create_submit {
	width: 52px !important;
	background: url(/bitrix/templates/shm_new/i/create.png) no-repeat !important;
}

.edit_submit {
	width: 62px !important;
	background: url(/bitrix/templates/shm_new/i/edit.png) no-repeat !important;
}

.dict {
	background: url(/bitrix/templates/shm_new/i/index_dict.png) no-repeat center bottom #f6e76b;
	width: 197px;
	padding-right: 29px;
	padding-bottom: 13px;
	margin: 0 0 12px;
}

.dict h5 {
	float: none;
	margin: 0 0 9px;
}

.dict h5 a, .forum h5 a {
	text-decoration: none;
	color: #7E8486;
	font-size: 12px;
}

.dict .dict_title {
	margin: 0 0 1px;
	padding: 0 0 0 9px;
}

.dict .dict_title a {
	font-size: 13px;
	font-weight: bold;
	color: #34311f;
	text-decoration: none;
}

.dict .dict_desc {
	color: #625a34;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
}

.dict a {
	font-size: 11px;
}

.right_column {
	float: left;
	width: 738px;
	overflow: hidden;
}



.border-table {
	margin: 10px 0;
}

.border-table td {
	border: 1px solid #000;
}

.inner table, .forum-block-container table {
	margin: 0 0 20px;
}

.inner table th, .forum-block-container table th {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #989fa1;
	padding: 5px 5px 5px 10px;
}

.inner table td, .forum-block-container table td {
	padding: 5px 5px 5px 10px;
	font-size: 13px;
}

.inner table table, .forum-block-container table table {
	margin: 0;
}

.inner table tr table tr, .forum-block-container table tr table tr {
	line-height: 24px;
}

.inner table td td {
	padding: 0;
}

h1.section {
	color: #929292;
	font-size: 18px;
	margin: 0 0 17px;
}

.section_entry {
	margin: 0 0 25px;
}

.fb_comments_count {
	display: none;
}

.section_entry h2, .section_entry_detail h1 {
	margin: 0 0 4px;
}

.section_entry h2 a, .section_entry_detail h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.section_entry p {
	margin-bottom: 2px;
}

.section_entry_detail {

}

.section_entry_detail img {
  height: auto;
}


.section_entry_detail h1 {

}

.section_entry_info {
	margin: 5px 0 0;
}

.section_entry_info em, store_detail_item_desc em {
	color: #989fa1;
	font-size: 11px;
}

.comments {
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #989fa1;
	font-size: 11px;
	font-style: italic;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url(/bitrix/templates/shm_new/i/com_small.png) no-repeat left center;
}

.section_tags, .magazine {
	margin: 0 0 0 7px;
}

.section_tags a {
	background: #e0e1e1;
	color: #7e8486;
	font-size: 11px;
	line-height: 16px;
}

#tabs {
	margin: 15px 0 0;
	width: 530px;
	position: relative;
}

.yashare-auto-init {
	position: absolute;
	top: 10px;
	right: 10px;
}

.share_buttons {
	position: absolute;
	top: 10px;
	right: 10px;
}

.archive-detail-text {
	margin: 6px 0 18px;
}

.articles_magazine ul {
	padding: 0 0 0 25px;
}

.articles_magazine li {
	list-style: none;
	padding: 0 0 0 16px;
	background: url(/bitrix/templates/shm_new/i/dot.png) no-repeat left 2px;
	margin-bottom: 1px;
}

.articles_magazine li.icon9 {
	background: url(/bitrix/templates/shm_new/i/article.png) no-repeat left 1px;
}

/* ================== STORE ================== */

.store_item, .freelancer, .archive_item {
	float: left;
	width: 364px;
	margin: 0 0 40px;
}

.store_item .store_item_img, .freelancer .freelancer_img, .archive_item .archive_item_img {
	float: left;
	width: 65px;
  margin: 0 11px 0 0;
  overflow: hidden;
}

.store_item .store_item_info, .freelancer .freelancer_info, .archive_item .archive_item_info {
	padding: 0 15px 0 0;
	position: relative;
	float: left;
	width: 270px;
}

.store_item .top_part, .archive_item .top_part {
	min-height: 78px;
}

.store_item .store_item_info h4, .freelancer .freelancer_info h4, .archive_item .archive_item_info h4 {
	margin: 0;
}

.store_item .store_item_info h4 a, .freelancer .freelancer_info h4 a, .archive_item .archive_item_info h4 a {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none !important;
	border-radius: none !important;
	-moz-border-radius: none !important;
	-webkit-border-radius: none !important;
	background: transparent !important;
	display: block !important;
}

.store_item .store_item_info .store_item_author, .freelancer .freelancer_info, .archive_item .archive_item_author {
	color: #7e8486;
	font-size: 11px;
	margin: 0 0 2px;
}

.store_item .store_item_info .store_item_sections {
	margin: 0 0 3px;
}

.store_item .store_item_info .store_item_sections a, .freelancer .freelancer_info a {
	font-size: 11px;
	line-height: 16px;
}

.freelancer .freelancer_info a {
	margin-right: 4px;
}

.store_item .store_item_info .store_item_price {
	font-size: 12px;
}

.store_item .store_item_info .store_item_price span {
	font-size: 14px;
	font-weight: bold;
	color: #f73a00;
}

ul.breadcrumb-navigation
{
	margin:-10px 0 12px;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

/* ================================================ */


/* =============== STORE ITEM DETAIL ============== */

.store_item_detail, .freelancer_detail {
	margin: 21px 0 0;
}

.store_item_detail {
	margin: 8px 0 0;
}

.store_item_detail h1, .freelancer_detail h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0 0 15px;
}

.store_item_top_part {

}

.store_item_detail_img, .freelancer_detail_img {
	float: left;
	margin: 0 14px 0 0;
}

.store_item_detail_info, .freelancer_detail_info {
	float: left;
	font-size: 13px;
	position: relative;
	width: 305px;
}

.store_item_detail_price {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 15px;
}

.store_item_detail_price span {
	margin: 0 0 0 4px;
}

.store_item_detail_price strong {
	font-size: 18px;
	color: #000;
}

.store_item_detail_price a {
	display: block;
	width: 73px;
	height: 34px;
	background: url(/bitrix/templates/shm_new/img/detail_buy.jpg) no-repeat;
	margin: 7px 0 0;
	cursor: pointer;
}

.store_detail_item_text {
	margin: 9px 0 4px;
}

.store_detail_item_desc {

}

/* ================================================ */

#main .center {
	float: left;
    padding: 0 7px 0 0;
    width: 485px;
}

.slider {
	position:relative;
	overflow:hidden;
	width: 728px;
	height: 271px;
	margin: 0 0 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.slider .items {
	width:20000em;
	position:absolute;
}

.slider .items div {
	float:left;
	height: 255px;
}

.slider .items div a {
	display: block;
	line-height: 0;
	height: 255px;
}

.slider .items div a img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.navi {
	position: absolute;
	z-index: 9;
	bottom: 1px;
	left: 10px;
    height: 20px;
    width: 200px;
}

.slider .navi {
	height: auto;
}

.navi a {
    background: url(/bitrix/templates/shm_new/i/navigator.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 1px;
    height: 8px;
    margin: 3px 1px 3px 3px;
    width: 8px;
    outline: none;
}

.navi a:hover {
    background-position: 0 -8px;
}

.navi a.active {
    background-position: 0 -16px;
}

.center .news {
	height: 394px;
	overflow: hidden;
}

.center .news .news_entry {
	float: left;
	width: 200px;
	padding: 0 31px 0 10px;
	max-height: 187px;
	min-height: 187px;
}

.center .news .news_entry h5 {
	margin: 0 0 2px;
}

.center .news .news_entry h5 span {
	color: #4c4c4c;
}

.center .news .news_entry h2 {
	margin: 0 0 2px;
	line-height: 14px;
}

.center .news .news_entry h2 a {
	color: #313131;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.center .news .news_entry p {
	color: #878787;

}

.center .banner {
	margin: 0 0 13px;
}

.center .forum {
    margin: 0 21px 0 9px;
}

.forum h5 {
	margin: 0 0 5px;
}

.forum .forum_entry {
	margin: 0 0 9px;
	padding: 0 0 0 11px;
}

.forum .forum_entry .topic a {
	color: #030305;
	font-size: 13px;
	text-decoration: none;
}

.forum .forum_entry .info {
	font-size: 10px;
	color: #9d9d9d;
}

.forum .forum_entry .info a {
	font-size:10px;
}

.right {
	float: left;
	width: 246px;
}

.right .magazines {
	height: 112px;
    margin: 0 0 17px;
}

.right .next_magazine {
	height: 187px;
	overflow: hidden;
	padding: 0 0 0 12px;
}

.last_magazine {
	display: flex;
	align-items: center;
	margin: 0 0 23px;
}

.last_magazine__pic {
	flex-shrink: 0;
	margin-right: 12px;
	line-height: 0;
}

.last_magazine__pic img {
	width: 36px;
	height: 36px;
}

.last_magazine a {
	font-size: 14px;
	white-space: nowrap;
	color: #000;
}

.last_magazine span {
	display: block;
	color: #7e8486;
}

.right .next_magazine h5 {
	margin: 0 0 7px 0px;
}

.right .next_magazine .next_magazine_info p, .right .events .event_entry {
	margin: 0 0 5px;
	padding: 0 0 0 8px;
}

.right .next_magazine .next_magazine_info p, .right .events .event_entry p a {
	color: #313131;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.right .next_magazine .next_entry span, .right .events .event_entry span {
	color: #747474;
	font-size: 10px;
}



.store_item_short {
	background: url(/bitrix/templates/shm_new/i/store.png) no-repeat center bottom #d0e8ef;
	margin: 0 0 12px;
	padding-bottom: 10px;
}

.store_item_short .item_img {
	float: left;
	padding: 0 0 0 3px;
	margin: 0 12px 0 0;
}

.store_item_short .item_info {
	padding: 0 0 0 11px;
}

.store_item_short .item_info h3 {
	margin: 0 0 2px;
}

.store_item_short .item_info h3 a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.store_item_short .item_info p {
	font-size: 12px;
	color: #747474;
	margin: 0 0 8px;
}

.store_item_short .item_info span {
	color: #f73a00;
}

.store_item_short .item_info strong {
	font-size: 14px;
}

.store_item_short .item_info .price {
	width: 152px;
}

.store_item_short .item_info .buy {
	width: 52px;
	height: 24px;
	background: url(/bitrix/templates/shm_new/i/buy.png) no-repeat;
	display: block;
}

.right .events {

	margin: 0 0 13px;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	height: auto;
}

.right .events .event_entry {
	padding: 0 0 0 8px;
	margin: 0 0 5px;
}

.right .events .event_entry p {

}

.right .events .event_entry span {

}

.letters, .freelance_sections {
	margin: 0 0 20px;
}

.letters a, .freelance_sections a {
	font-size: 14px;
	margin: 0 7px 0 0;
}

.letters .active, .freelance_sections .active {
	color: #000;
	cursor: default;
	text-decoration: none;
}

.dict_words li a {
	font-size: 13px;
}

/* ==================== ATLAS ====================== */

.region {
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}

.region h5 {
	margin: 0 0 7px -15px;
}

.region a {
	display: block;
}

.atlas_section {

}

.atlas_section table {
	width: 600px;
}

.atlas_section th, .atlas_section td {

}

/* ==================== CART ====================== */
.sale_basket_basket th {
	color: #989fa1;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	font-weight: normal;
}

.sale_basket_basket th, .sale_basket_basket td {
	padding: 0 0 15px;
	color: #7e8486;
	font-size: 13px;
}

.sale_basket_basket a {
	text-decoration: none;
}

.sale_basket_basket a b {
	color: #000;
	font-size: 16px;
	font-style: bold;
}

.sale_basket_basket .quantity {
	width: 50px;
	text-align: center;
	color: #7e8486;
	font-size: 13px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.allsum {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 0 10px 0 0;
}

.allsum span {
	font-size: 15px;
	color: #7e8486;
}

#basketOrderButton2 {
	display: inline-block;
	height: 34px;
	padding: 0 5px;
	margin: 10px 0 0;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	font-size: 15.6px;
	color: #544807;
	background: url(/bitrix/templates/shm/i/buy_bg.png) repeat-x;
	cursor: pointer;
	*zoom: 1;
	*display: inline;
}

/* ================================================ */

#footer {
	border-top: 1px solid #ababab;
	color: #c2c2c2;
	padding: 10px 13px 0 10px;
	height: 64px;
	margin: 50px 0 0;
}

#footer .left_footer {
	float: left;
	margin: 0 60px 0 0;
}

#footer .left_footer .copy {
	margin: 0 120px 0 0;
	float: left;
}

#footer .mail {
	float: right;
	margin: -2px 0 0 0;
}

#footer .mail img {

	bottom: -4px;
	position: relative;
	margin: 0 8px 0 0;
	top: 4px;
}

#footer .menu {
	padding: 2px 0 0;
	float: right;
	margin: 0 75px 0 0;
}

#footer .menu ul {

}

#footer .menu ul li {
	margin-left: 19px;
	display: inline;
}

#footer .menu ul li:first-child {
	margin-left: 0;
}

#footer .menu ul li a {
	color: #4e4e4e;
}

#footer .made-by {
	float: left;
}

#footer .made-by a {
	line-height: 15px;
	font-size: 12px;
	display: block;
	color: #4e4e4e;
	text-decoration: none;
}

#footer .made-by a:hover {
	text-decoration: underline;
}

#footer .made-by a img {
	float: right;
	margin: 0 0 0 10px;
}

.detail_item_picture {
	margin: 0 0 6px;
}

table.sale_order_full
{
	width:100%;
	background-color:#F9FAFB;
	border-collapse:collapse;
}

/*Table head*/
table.sale_order_full th
{
	background-image:url(/bitrix/templates/shm_new/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_order_full th, table.sale_order_full td
{
	border:1px solid #ADC3D5;
	padding: 3px 10px 3px 5px !important;
	vertical-align:top;
}

table.sale_order_full_table
{
	width:100%;
	border-collapse:collapse;
	font-size:12px;
}

/* Table cells and heads*/
table.sale_order_full_table td
{
	padding: 3px 10px 3px 5px !important;
	vertical-align:top;
}

table.sale_order_full_table td input, table.sale_order_full_table td textarea {
	width: 350px;
	padding: 3px 5px;
}

.sof-req{color:red;}
.sof-ok{color:green; font-weight:bold;}

#order_comment {
	width: 100%;
}

.vote-tr {

}

.vote-tr td {
	vertical-align: middle !important;
	padding-bottom: 10px !important;
	line-height: 15px;
}


.video-slider {
    position:relative;
    width: 100%;
    height: 250px;
}

.video-slider > div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
}

.slidetabs a {
	cursor:pointer;
	text-indent: -9999px;
}

.slidetabs a.current {
}

.video-slider-container {
	position: relative;
}

.video-slider-container .browse {
	position: absolute;
	top: 4px;
	text-decoration: none;
	font-size: 26px;
	cursor: pointer;
}

.video-slider-container .backward {
	left: 75px;
}

.video-slider-container .forward {
	left: 105px;
}

.disabled {
    visibility:hidden !important;
}

.video-slider .movie {
	position: relative;
}

.video-slider .movie img {
	width: 195px;
	height: 165px;
}

.video-slider .movie a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 165px;
	background: url(/bitrix/templates/shm_new/i/play.png) center center no-repeat rgba(0, 0, 0, 0.7);
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #292727;
	color: #444;
	text-shadow: none;
	border-radius: 25px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-inner .appointment-form {
	margin: 0;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/shm_new/i/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/shm_new/i/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/shm_new/i/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/shm_new/i/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/shm_new/i/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/shm_new/i/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.shm-form {

}

.shm-form input[type="text"] {
	font-size: 13px;
	padding: 3px 5px;
	width: 250px;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
}

.error {
	color: red !important;
}

.shm-form table {
	width: 100%;
}

.shm-form table tr td:first-child {
	width: 180px;
	padding: 0 10px 0 0;
	font-weight: bold;
	line-height: 20px;
}

.shm-form .submit {
	padding: 5px 10px;
	font: 16px Tahoma;
	background: #f6e76b;
	color: #625a34;
	border-radius: 7px;
	cursor: pointer;
	box-shadow: 0 3px 0px -2px rgba(0, 0, 0, 0.2);
}

.bx-auth-input, .forgotpasswd-input {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #212e3d;
	padding: 4px 6px;
}

.forgotpasswd-input {
	width: 260px;
}

.button {
	cursor: pointer;
}
/* End */
/* /bitrix/templates/shm_new/components/bitrix/menu/top_multilevel/style.css?16175551564382 */
/* /bitrix/templates/shm_new/template_styles.css?170041275425822 */
