@charset "utf-8";

/*basic styles*/
html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Arial;
	font-size: 16px;
	background: #fff;
	overflow-x: hidden;
}

a {
	color: #33c;
}

.link_hover:hover {
	color: #f17e00;
}

img {
	border: 0px;
}

h1 {
	font-size: 30px;
}

div.page_head {
	margin: 0px;
	padding: 10px 0px;
	font-size: 24px;
	font-weight: normal;
	color: #f17e00;
}

h2 {
	margin: 0px;
	padding: 5px 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

li {
	list-style: none outside url(images/point_li.png);
}

.clear {
	clear: both;
}

.orange {
	color: #f17e00;
}

.separator_1 {
	position: relative;
	width: 1px;
	height: 35px;
	float: left;
	background: url(images/separator_1.jpg) left top no-repeat;
}

.separator_2 {
	position: relative;
	width: 2px;
	height: 35px;
	float: left;
	background: url(images/separator_2.jpg) left top no-repeat;
}

.separator_left {
	position: absolute;
	height: 31px;
	left: 0px;
	top: 2px;
}

.separator_right {
	position: absolute;
	height: 31px;
	right: 0px;
	top: 2px;
}

.shadow_627 {
	position: relative;
	width: 627px;
	height: 16px;
	background: url(images/shadow_627.png) left top no-repeat;
}

.shadow_322 {
	position: relative;
	width: 322px;
	height: 16px;
	background: url(images/shadow_322.png) left top no-repeat;
}

.underline_none {
	text-decoration: none;
}

.button_40 {
	display: block;
	position: absolute;
	width: auto;
	height: 40px;
	padding: 0px 15px;
	background: url(images/bg_button_40.jpg) left top repeat-x;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	border-radius: 2px;
	text-decoration: none;
	cursor: pointer;
}

.button_30 {
	display: block;
	position: absolute;
	width: auto;
	height: 30px;
	padding: 0px 15px;
	background: url(images/bg_button_30.jpg) left top repeat-x;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	border-radius: 2px;
	text-decoration: none;
	cursor: pointer;
}

font.errortext {
	color: #f17e00 !important;
}

.close {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 7px;
	top: 7px;
	background: url(images/close.png) left top no-repeat;
	cursor: pointer;
	z-index: 1;
}

#button_up {
	display: none;
	position: fixed;
	width: 100px;
	height: 100px;
	right: 20px;
	bottom: 20px;
	background: url(images/button_up.png) left top no-repeat;
	cursor: pointer;
	z-index: 100;
}

/*custom alert*/
.alert {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100500;
}

.alert .shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}

.alert .alert_box {
	display: none;
	position: relative;
	width: 500px;
	height: auto;
	margin: 10% auto 0px;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
}

.form_order_goods, .form_callback {
	display: none;
	position: relative;
	width: 630px;
	height: auto;
	margin: 10% auto 0px;
	padding: 10px;
	background: #fff;
	border: 2px solid #f17e00;
	border-radius: 10px;
}

.form_order_goods .head, .form_callback .head {
	position: relative;
	width: auto;
	height: auto;
	margin: 0px 0px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #f17e00;
}

.form_order_goods .order th, .form_callback .order th {
	width: 35%;
	padding: 0px 5px;
	text-align: right;
	color: #686dbe;
	font-size: 14px;
}

.form_order_goods .order td, .form_callback .order td {
	width: 400px;
	height: 16px;
	padding: 0px 5px;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
}

.form_order_goods .order #show_name, .form_order_goods .order #show_price {
	display: block;
	width: 360px;
	height: 16px;
	overflow: hidden;
}

.form_order_goods .order td input, .form_callback .order td input {
	width: 350px;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 1px 0 3px 1px #ccc;
	-moz-box-shadow: inset 1px 0 3px 1px #ccc;
	box-shadow: inset 1px 0 3px 1px #ccc;
}

.form_order_goods .order td textarea, .form_callback .order td textarea {
	width: 350px;
	height: 80px;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 1px 0 3px 1px #ccc;
	-moz-box-shadow: inset 1px 0 3px 1px #ccc;
	box-shadow: inset 1px 0 3px 1px #ccc;
}

.form_order_goods .order .button_40, .form_callback .order .button_40 {
	position: relative;
	width: 145px;
	margin: 10px auto;
}

.form_callback .order td textarea {
	height: 150px;
}

.form_callback .order .button_40 {
	width: 151px;
}

/*header*/
.header_top {
	margin-top: 20px;
	position: relative;
	width: 100%;
	height: 30px;
	background: url(images/bg_header_top.jpg) left top repeat-x;
}

.header_top .content {
	position: relative;
	width: 1000px;

	height: 30px;
	margin: 0px auto;
	font-size: 13px;
	background: url(images/icon_main.jpg) left 1px no-repeat;
}

.header_top .content .link_main {
	display: block;
	position: relative;
	width: auto;
	height: 30px;
	margin: 0px 0px 0px 16px;
	padding: 0px 5px 0px 30px;
	float: left;
	border-right: 1px solid #cbcbcb;
	color: #f07f00;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	background: url(images/logo.png) 5px center no-repeat;
}

.header_top .content .link_cabinet {
	display: block;
	position: relative;
	width: auto;
	height: 30px;
	padding: 0px 10px 0px 50px;
	float: left;
	color: #999;
	font-weight: bold;
	line-height: 30px;
	background: url(images/icon_cabinet.jpg) 20px center no-repeat;
}

.header {
	position: relative;
	width: 1000px;
	min-height: 190px;
	margin: 0px auto;
	padding: 0px;
	/*padding: 0px 40px;*/
}

.header .logo {
	position: relative;

	width: 280px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
}

.header .name {
	position: relative;

	width: 700px;
	height: 170px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	vertical-align: middle;
	color: #000;
	font-size: 30px;
	font-weight: bold;
}

/*content*/
.main {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	/*padding: 0px 40px 40px;*/
}

.main .left {
	position: relative;
	width: 280px;
	height: auto;
	float: left;
}

.main .left .call_back {
	position: relative;
	width: 238px;
	height: auto;
	padding: 20px 20px 70px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: url(images/bg_call_back.jpg) left top repeat-x #EDEDED;
}

.main .left .call_back .phone {
	position: relative;
	width: 208px;
	height: auto;
	padding: 0px 0px 0px 30px;
	background: url(images/icon_phone_grey.png) 2px 3px no-repeat;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
}

.main .left .call_back #show_call_black {
	width: 208px;
	text-align: center;
	left: 20px;
	bottom: 20px;
}

.main .left .contacts {
	position: relative;
	width: 238px;
	height: auto;
	margin: 20px 0px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}

.main .left .contacts .address, .main .left .contacts .time, .main .left .contacts .phone, .main .left .contacts .email, .main .left .contacts .site {
	position: relative;
	width: auto;
	/*height: auto;*/
	margin: 10px 0px;
	padding: 0px 0px 0px 30px;
	line-height: 20px;
	background: left 4px no-repeat;
}

.main .left .contacts .address {
	background-image: url(images/icon_loc_grey.png);
}

.main .left .contacts .time {
	background-image: url(images/icon_time_grey.png);
}

.main .left .contacts .phone {
	background-image: url(images/icon_phone_grey.png);
}

.main .left .contacts .email {
	background-image: url(images/icon_email_grey.jpg);
	overflow: hidden;
}

.main .left .contacts .site {
	background-image: url(images/icon_site_grey.jpg);
	overflow: hidden;
}

.main .left .map {
	position: relative;
	width: 238px;
	height: auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.main .menu {
	position: relative;
	width: 698px;
	/*height: 38px;*/
	float: right;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 3px;
	background: url(images/bg_menu_company.jpg) left top repeat;
}

.main .menu a {
	display: block;
	position: relative;
	width: auto;
	height: 28px;
	padding: 5px 10px;
	float: left;
	border-left: 1px solid #ccc;
	line-height: 28px;
	color: #323232;
	text-decoration: none;
}

.main .menu a .home {
	width: 21px;
	height: 28px;
	background: url(images/icon_home_black.png) left 6px no-repeat;
	border: none;
}

.menu_left_init {
	display: none;
}

.main .menu a:hover {
	background: url(images/bg_button_40.jpg) left top repeat-x;
	color: #fff;
}

.main .menu a:hover .home {
	background: url(images/icon_home_white.png) left 6px no-repeat;
}

.main .menu .active {
	background: url(images/bg_button_40.jpg) left top repeat-x;
	color: #fff;
}

.main .menu .active .home {
	background: url(images/icon_home_white.png) left 6px no-repeat;
}

.main #workarea {
	position: relative;
	width: 700px;
	height: auto;
	float: right;
	/*background: #fff;*/
}

.main #workarea .discount {
	position: relative;
	/*width: 678px;*/
	width: 100%;
	height: auto;
	margin: 20px 0px 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
}

.main #workarea .discount .head {
	position: relative;
	/*width: 678px;*/
	width: 100%;
	height: 38px;
	padding: 0px 0px 0px 20px;
	background: url(images/bg_discount_head.jpg) left bottom repeat-x;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #ccc;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
}

.main #workarea .discount .good_item {
	display: block;
	position: relative;
	width: 500px;
	min-height: 135px;
	margin: 15px auto;
	padding: 20px 20px 20px 160px;
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
	background: url(images/bg_good_item.jpg) left bottom repeat-x;
	text-decoration: none;
	color: #333;
}

.main #workarea .discount .good_item:hover {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 10px 1px #999;
	-moz-box-shadow: 0 1px 10px 1px #999;
	box-shadow: 0 1px 10px 1px #999;
}

.main #workarea .discount .good_item .item_img {
	position: absolute;
	width: 120px;
	height: 120px;
	left: 20px;
	top: 20px;
	background: #fff;
	overflow: hidden;
}

.main #workarea .discount .good_item .item_img img {
	width: 110px;
	height: auto;
	margin: 5px auto 5px auto;
}

.main #workarea .discount .good_item .name {
	position: relative;
	width: 300px;
	height: auto;
	margin: 0px 0px 5px 0px;
	float: left;
	color: #f17e00;
	text-decoration: underline;
	word-wrap: break-word;
}

.main #workarea .discount .good_item .show_company {
	position: relative;
	width: 330px;
	height: auto;
	font-size: 13px;
}

.main #workarea .discount .good_item .show_company .contacts a {
	color: #f17e00;
}

.main #workarea .discount .good_item .order {
	position: relative;
	width: 150px;
	min-height: 130px;
	margin: 0px 0px 20px;
	float: right;
}

.main #workarea .discount .good_item .order .order_wrap {
	position: relative;
	width: 100%;
	height: 65px;
	margin: 0px 0px 5px;
	font-size: 24px;
}

.main .good_item {
	display: block;
	position: relative;
	width: 760px;
	min-height: 135px;
	margin: 15px auto;
	padding: 20px 20px 20px 160px;
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
	background: url(images/bg_good_item.jpg) left bottom repeat-x;
	text-decoration: none;
	color: #333;
}

.main .good_item:hover {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 10px 1px #999;
	-moz-box-shadow: 0 1px 10px 1px #999;
	box-shadow: 0 1px 10px 1px #999;
}

.main .good_item .item_img {
	position: absolute;
	width: 120px;
	height: 120px;
	left: 20px;
	top: 20px;
	background: #fff;
	overflow: hidden;
}

.main .good_item .item_img img {
	width: 110px;
	height: auto;
	margin: 5px auto 5px auto;
}

.main .good_item .name {
	position: relative;
	width: 500px;
	height: auto;
	margin: 0px 0px 5px 0px;
	float: left;
	color: #f17e00;
	text-decoration: underline;
}

.main .good_item .show_company {
	position: relative;
	width: 480px;
	height: auto;
	left: -10px;
	padding: 10px;
	float: left;
	font-size: 13px;
}

.main .good_item .show_company_on {
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 10px 1px #999;
	-moz-box-shadow: 0 1px 10px 1px #999;
	box-shadow: 0 1px 10px 1px #999;
	background: #f8f8f8;
	z-index: 1;
}

.main .good_item .show_company .contacts {
	position: relative;
	width: 500px;
	max-height: 40px;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
}

.main .good_item .show_company .contacts a {
	color: #f17e00;
}

.main .good_item .show_company .button {
	border-bottom: 1px dashed #333;
	line-height: 18px;
	cursor: pointer;
}

.main .good_item .show_company .contacts_data {
	display: none;
	position: relative;
	width: auto;
	height: auto;
	margin: 15px 30px;
}

.main .good_item .show_company .contacts_data div {
	position: relative;
	width: auto;
	height: auto;
	margin: 5px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 18px;
	background: left 2px no-repeat;
}

.main .good_item .show_company .contacts_data .address {
	background-image: url(images/icon_loc.png);
}

.main .good_item .show_company .contacts_data .phone {
	background-image: url(images/icon_phone_grey.png);
}

.main .good_item .show_company .contacts_data .time {
	background-image: url(images/icon_time_grey.png);
}

.main .good_item .order {
	position: relative;
	width: 220px;
	min-height: 130px;
	margin: 0px 0px 20px;
	float: right;
}

.main .good_item .order .order_wrap {
	position: relative;
	width: 100%;
	height: 65px;
	margin: 0px 0px 5px;
	font-size: 24px;
}

.main .good_item .order .firm_city {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0px 0px 5px;
	font-size: 13px;
	font-weight: bold;

	margin-top: -5px;
	margin-bottom: 10px;
}

.main .good_item .order .phone, .main .good_item .order .address {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px 0px 5px;
	font-size: 14px;
}

.main .good_item .order .phone div, .main .good_item .order .address div {
	position: relative;
	width: 100%;
	height: auto;
	color: #686dbe;
	font-weight: bold;
}

.main .navigation {
	position: relative;
	width: 402px;
	height: 30px;
	margin: 30px 30px 0px;
}


/*footer*/
.footer {
	position: relative;
	width: 990px;
	/*height: 158px;*/
	margin: 40px auto;
	padding: 0px 0px;
	padding-right: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}

.footer .logo {
	display: table-cell;
	width: 280px;
	height: 158px;
	text-align: center;
	vertical-align: middle;
}

.footer .logo img {
	max-width: 280px;
}

.footer .info {
	display: table-cell;
	width: 700px;
	height: 88px;
	padding: 35px 0px 35px 20px;
}

.footer .info .menu {
	position: relative;
	width: 700px;
	height: 40px;
	line-height: 40px;
}

.footer .info .menu a {
	color: #f07f00;
	margin: 0px 20px 0px 0px;
}

.footer .info .contacts {
	position: relative;
	width: 700px;
	height: auto;
	line-height: 25px;
}

.footer .info .contacts .counters {
	position: absolute;
	width: auto;
	height: auto;
	bottom: -35px;
	right: 5px;
}

div .adsend {
	position: relative;
	width: 468px;
	height: 60px;
	margin: 0px 0px 0px;
	float: left;
}

.soc_wev {
	position: relative;
	width: 980px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.f_advert {
	position: relative;
	text-align: right;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.cm_logo {
	text-decoration: none;
	display: block;
	width: 280px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
}

.main .menu a.first_a {
	display: none;
}

.close_lm {
	display: none;
}

#map {
	position: relative;
	width: 648px;
	height: 400px;
	margin-top: 10px;
	background: #fff;
}

.main #workarea .discount .good_item_contacts {
	position: relative;
	width: 400px;
	height: auto;
	margin: 0px 0px 5px 0px;
	float: left;
	color: #f17e00;
	text-decoration: underline;
	word-wrap: break-word;
}

.main #workarea .discount .head.margin {
	background: #fff;
	background-image: url(/bitrix/templates/company/images/bg_discount_head.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

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

	.soc_wev {
		width: 700px;
	}

	.f_advert {
		width: 700px;
	}

	.main .left {
		position: absolute;
		top: 105px;
		left: -1000px;
		width: 280px;
		height: auto;
		float: none;
		z-index: 10;
		background: #fff;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
		padding: 5px 5px 5px 15px;
		border: 1px solid #ccc;
		border-radius: 3px;
	}

	.cm_logo {
		text-decoration: none;
		display: block;
		width: 180px;
		height: 80px;
		background-repeat: no-repeat;
		background-position: 0px 50%;
		background-size: contain;
	}

	.header_top .content {
		width: 700px;
	}

	.header {
		width: 700px;
		min-height: 100px;
	}

	.header .name {
		font-size: 18px;
		height: 100px;
	}

	.header .logo {
		height: 100px;
	}

	.main {
		width: 700px;
	}

	.footer {
		width: 700px;
	}

	.footer .logo {
		display: none;

	}

	.main .menu a.first_a {
		display: block;
		padding: 0px;
		border-left: 1px solid #ccc;
		overflow: hidden;
		outline-width: 0px;
		width: 41px;
		height: 38px;
	}

	.menu_left_init {
		display: block;
		width: 41px;
		height: 38px;
		background: url(images/menu_left.png) 0px 1px no-repeat;
		background-size: 39px 36px;
		border: none;
		outline-width: 0px;
	}


}

.share-text {
	margin-top: 20px;
	font-size: 18px;
	color: #ff7f00;
}

.desktop-view {
	display: flex;
}

.mobile-view {
	display: none;
}

@media(max-width: 767px) {
	.new_company .col_1, .new_company .col_2, .new_company .col_3, .new_company .col_4, .new_company .col_5 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5px;
		float: left;
	}

	.new_company .col_1 .element, .new_company .col_2 .element, .new_company .col_3 .element, .new_company .col_4 .element, .new_company .col_5 .element {
		position: relative;
		width: 100%;
		height: auto;
		margin: 10px 0px;
		padding: 5px 3px;
		border: 1px solid #ccc;
		border-radius: 14px;
		background: #fff;
	}

	.desktop-view {
		display: none;
	}

	.mobile-view {
		display: flex;
	}

	html {
		overflow-x: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*Firefox 1-3*/
		-webkit-box-sizing: border-box;
		/* Safari */
	}

	body {
		overflow-x: hidden;
		background-size: cover !important;
		background-repeat: no-repeat;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	#button_up {
		width: 40px;
		height: 40px;
		background: url(images/button_up.png) center no-repeat;
		background-position: center;
		background-size: contain;
	}

	.link_cabinet {
		display: none;
	}

	.close_lm {
		position: absolute;
		top: 3px;
		right: 8px;
		cursor: pointer;
		display: block;
		font-size: 40px;
	}

	.soc_wev {
		width: 95%;
	}

	.f_advert {
		width: 95%;
	}

	.main .left {
		position: absolute;
		top: -170px;
		left: -1000px;
		width: 320px;
		height: auto;
		float: none;
		z-index: 10;
		background: #fff;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
		padding: 5px 5px 5px 15px;
		border: 1px solid #ccc;
		border-radius: 3px;

		overflow-y: scroll;
		padding-bottom: 20px;

		margin-left: -17px;
	}

	.main .left .call_back {
		position: relative;
		width: 260px;
		height: auto;
		padding: 20px 20px 70px;
		border: 1px solid #ccc;
		border-radius: 5px;
		background: url(images/bg_call_back.jpg) left top repeat-x #EDEDED;
	}

	.main .left .call_back .phone {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0px 0px 0px 30px;
		background: url(images/icon_phone_grey.png) 2px 3px no-repeat;
		color: #000;
		font-size: 20px;
		font-weight: bold;
		line-height: 25px;
	}

	.main .left .call_back #show_call_black {
		width: 208px;
		text-align: center;
		left: 20px;
		bottom: 20px;
	}

	.main .left .contacts {
		position: relative;
		width: 260px;
		height: auto;
		margin: 20px 0px;
		padding: 20px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}

	.main .left .contacts .address, .main .left .contacts .time, .main .left .contacts .phone, .main .left .contacts .email, .main .left .contacts .site {
		position: relative;
		width: auto;
		margin: 10px 0px;
		padding: 0px 0px 0px 30px;
		line-height: 20px;
		background: left 4px no-repeat;
	}

	.main .left .contacts .address {
		background-image: url(images/icon_loc_grey.png);
	}

	.main .left .contacts .time {
		background-image: url(images/icon_time_grey.png);
	}

	.main .left .contacts .phone {
		background-image: url(images/icon_phone_grey.png);
	}

	.main .left .contacts .email {
		background-image: url(images/icon_email_grey.jpg);
	}

	.main .left .contacts .site {
		background-image: url(images/icon_site_grey.jpg);
	}

	.main .left .map {
		position: relative;
		width: 238px;
		height: auto;
		padding: 20px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}


	.cm_logo {
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	.header_top .content {
		width: 95%;
	}

	.header {
		width: 95%;
		min-height: 140px;
	}

	.header .name {
		width: 100%;
		height: auto;
		padding: 0 0 20px 0;
		text-align: center;
		font-weight: bold;
	}

	.header #firmname_card {
		font-size: 24px;
	}

	.share-text {
		margin-top: 10px;
		font-size: 14px;
	}

	.header .logo {
		height: 100px;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.main {
		width: 95%;
	}

	.footer {
		width: 95%;
	}

	.footer .logo {
		display: none;

	}

	.footer .info .menu a {
		display: inline-block;
	}

	.main #workarea .discount h1 {
		font-size: 22px;
	}

	.main .menu {
		width: 100%;
		float: none;
	}

	.main .menu a.first_a {
		display: block;
		padding: 0px;
		border-left: 1px solid #ccc;
		overflow: hidden;
		outline-width: 0px;
		width: 41px;
		height: 38px;
	}

	.menu_left_init {
		display: block;
		width: 41px;
		height: 38px;
		background: url(images/menu_left.png) 0px 1px no-repeat;
		background-size: 39px 36px;
		border: none;
		outline-width: 0px;
	}

	.main #workarea {
		width: 100%;
		float: none;

	}

	.main #workarea .discount {
		width: 100%;
		margin: 0px;
		margin-top: 20px;
		background: #fff;
	}

	.main #workarea .discount .head {
		width: 100%;
		box-sizing: border-box;
	}

	.main #workarea .discount .good_item {
		width: 100%;
		height: 280px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}

	#map {
		position: relative;
		width: 240px;
		height: 280px;
		margin-top: 10px;
		overflow: hidden;
	}

	.main #workarea .discount .good_item .name {
		position: relative;
		width: 170px;
		height: auto;
		margin: 0px;
		float: left;
		color: #f17e00;
		text-decoration: underline;
		word-wrap: break-word;
		margin-left: -40px;
		margin-top: -5px;
		font-size: 14px;
	}

	.main #workarea .discount .good_item .order {
		position: absolute;
		left: 20px;
		bottom: 60px;
		width: 260px;
		min-height: 40px;
		height: 40px;
		margin: 0px;
		float: none;
	}

	.main #workarea .discount .good_item .order .order_wrap {
		position: relative;
		width: 100%;
		height: 40px;
		margin: 0px 0px 0px;
		font-size: 14px;
	}

	.main .good_item .order .firm_city {
		position: absolute;
		width: 150px;
		height: 20px;
		margin: 0px;
		font-size: 13px;
		font-weight: bold;
		top: 40px;
		left: 0px;
		word-wrap: break-word;
	}

	.main .good_item .item_img {
		position: absolute;
		width: 100px;
		height: 100px;
		left: 10px;
		top: 10px;
		background: #fff;
		overflow: hidden;
	}

	.main .good_item .item_img img {
		width: 110px;
		height: auto;
		margin: 5px auto 5px auto;
	}

	.main .menu a {
		height: 38px;
	}

	.main #workarea .discount .good_item .item_img {
		position: absolute;
		width: 100px;
		height: 100px;
		left: 10px;
		top: 10px;
		background: #fff;
		overflow: hidden;
	}

	.main #workarea .discount .good_item .item_img img {
		width: 105px;

	}

	.button_30 {
		right: 0px;
		top: 0px;
	}

	.footer .info .contacts {
		width: 100%;
	}

	div .adsend {
		width: 80%;
	}

	.footer .info {
		width: 100%;
		padding: 15px;
		height: auto;
	}

	.footer .info .menu {
		width: 100%;
		height: auto;
	}

	.good_item_contacts {
		padding-left: 20px;
		width: 100%;
		box-sizing: border-box;
	}

	.mobile-header {
		width: 100%;
		flex-wrap: wrap;
	}

	.form_order_goods, .form_callback {
		width: 100%;
		height: auto;
	}

	.form_order_goods .order td input, .form_callback .order td input {
		width: 100%;
	}

	.form_order_goods .order td textarea, .form_callback .order td textarea {
		width: 100%;
		height: 80px;
	}

	.form_order_goods .order td, .form_callback .order td {
		width: 65%;
	}

	.form_callback .order .button_40 {
		width: 190px;
	}

	.form_order_goods .order #show_name, .form_order_goods .order #show_price {
		width: 100%;
		height: auto;
	}

	.form_order_goods .order .button_40, .form_callback .order .button_40 {
		width: 180px;
	}
}

@media(max-width: 360px) {
	.new_company .col_1, .new_company .col_2, .new_company .col_3, .new_company .col_4, .new_company .col_5 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5px;
		float: left;
	}

	.new_company .col_1 .element, .new_company .col_2 .element, .new_company .col_3 .element, .new_company .col_4 .element, .new_company .col_5 .element {
		position: relative;
		width: 100%;
		height: auto;
		margin: 10px 0px;
		padding: 5px 3px;
		border: 1px solid #ccc;
		border-radius: 14px;
		background: #fff;
	}

	.header_top .content .link_cabinet {
		width: auto;
		height: 30px;
		padding: 0px 0px 0px 30px;
		float: left;
		color: #999;
		font-weight: bold;
		line-height: 30px;
		font-size: 12px;
		background: url(images/icon_cabinet.jpg) 5px center no-repeat;
	}

	.header_top .content .link_main {
		width: auto;
		height: 30px;
		margin: 0px 0px 0px 16px;
		padding: 0px 5px 0px 30px;
		float: left;
		border-right: 1px solid #cbcbcb;
		color: #f07f00;
		font-weight: bold;
		line-height: 30px;
		font-size: 12px;
	}
}

.address-contacts {
	padding-bottom: 20px;
}