@media only screen and (max-width: 1013px) {
	.page {
		width: 975px;
	}
	.content {
		padding: 20px 15px 65px 15px;
		background: url(img/content_b.png) 0 100% no-repeat;
		background-size: contain;
	}
	.content_inner {
		background: url(img/content_t.png) no-repeat;
		background-size: contain;
	}
	.content_outer {
		background: url(img/content_m.png);
		background-size: contain;
	}
	.main_column {
		width: 660px;
	}
	.full-version {
		display: block;
	}
	.privacy-footer {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 996px) {
	.page {
		width: 780px;
	}
	.menu li {
		padding: 0 8px;
		background: transparent;
	}
	.cart_short_info {
		left: 255px;
	}
	.logo {
		top: 115px;
	}
	.slogan {
		top: 170px;
	}
	.main_column {
		width: 470px;
	}
	div.text p span span a {
		font-size:12px;
	}
	.text_mainpage table {
		width:100% !important;
		border:0px !important;
	}
	.text_mainpage td {
		padding: 10px 0 15px;
		display: inline-block;
		width: 48%;
		vertical-align: top;
		-o-box-shadow: 0 0 0 1px #ddd;
		box-shadow: 0 0 0 1px #ddd;
		-webkit-box-shadow: 0 0 0 1px #ddd;
		-moz-box-shadow: 0 0 0 1px #ddd;
	}
	.text_mainpage img {
		margin: 10px auto;
		display: block;
		height: 100px !important;
	}
	.text_mainpage table {
		border-collapse: collapse;
	}
	.main_column .text td a span {
		height: 32px;
		display: block;
		margin: 0 20px;
	}
	.content_outer {
		background: url(img/content_m.png);
		background-size: contain;
	}
	.content_inner {
		background: url(img/content_t.png) no-repeat;
		background-size: contain;
	}
	.catalog_action_items {
		background: transparent;
	}
	.catalog_action_items_t {
		background: transparent;
	}
	.catalog_items_gallery .row {
		margin-top: 0;
	}
	.catalog_gallery_item {
		float: none !important;
		width: 100%;
		margin: 30px 0 0 0;
	}
	.catalog_gallery_item .img_wrapper {
		text-align: left;
	}
	.catalog_action_items_b {
		background: transparent;
	}
	.content {
		 background: url(img/content_b.png) 0 100% no-repeat;
		background-size: contain;
	}
	.catalog_items_gallery {
		padding: 0;
	}
	.footer table {
		width: auto;
		margin: 0 10px;
	}
	.custom_form .row {
		width: 90%;
	}
	.main_column .text .block-table table td {
		padding: 3px;
		display: table-cell;
		width: auto;
	}
	.block-table {
		/*overflow: scroll;*/
	}
	.catalog_item_full_info .main_pic img {
		max-width: 100%;
		height: auto;
	}
	.custom_form2 .left_col {
		float: left;
		width: 48%;
		margin: 0 2% 0 0;
	}
	.custom_form2 .right_col {
		float: right;
		width: 48%;
	}
	.custom_form2 .left_sub_col {
		float: left;
		width: 45%;
	}
	.custom_form2 .right_sub_col {
		float: right;
		width: 45%;
	}
	.custom_form2 .inner {
		padding-left: 0;
	}
	.catalog_action_items .more {
		margin-top: 25px;
		padding: 0;
	}
	.text_mainpage table tr {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
	}
	.text_mainpage table tr {
		/*display: inherit !important;*/
	}
}

@media only screen and (max-width: 799px) {
	#up {
		line-height: 36px;
		right: 6px;
		bottom: 6px;
		width: 36px;
		height: 36px;
		opacity: 1;
	}
	.page {
		width: 100%;
	}
	.header__toggle {
		text-align: right;
		font-size: 0;
		height: 28px;
		position: absolute;
		right: 15px;
		top: 12px;
		z-index: 30;
	}
	.header__toggle .menu-toggle-cont {
		display: inline-block;
	}
	.fixed-menu {
		display: none;
		background: #000;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		border-bottom: 1px solid #fff;
		padding: 15px 0;
		z-index: 20;
	}
	.header__toggle:after {
		content: "";
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	#nav li {
		margin-right: 0px;
		display: block;
	}
	.menu-toggle {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		height: 2px;
		background-color: #fef3d6;
		-webkit-transition: all .3s;
		transition: all .3s;
		position: relative;
	}
	.menu-toggle-cont {
		width: 20px;
		height: 17px;
		font-size: 0;
		cursor: pointer;
	}
	.menu-toggle-cont:after {
		content: "";
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.menu-toggle-cont_active .menu-toggle {
		height: 0;
	}
	.menu-toggle-cont_active .menu-toggle:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-toggle-cont_active .menu-toggle:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menu-toggle:before,
	.menu-toggle:after {
		content: "";
		-webkit-transition: all .3s;
		transition: all .3s;
		height: 2px;
		background-color: #fef3d6;
		position: absolute;
		left: 0;
		width: 100%;
	}
	.menu-toggle:before {
		-webkit-transform: translateY(-350%);
		-ms-transform: translateY(-350%);
		transform: translateY(-350%);
	}
	.menu-toggle:after {
		-webkit-transform: translateY(350%);
		-ms-transform: translateY(350%);
		transform: translateY(350%);
	}
	.cart_short_info {
		left: 0;
	}
	.footer table td {
		width: 100% !important;
		display: block !important;
	}
	.body-wrapper {
		background: #200b04;
	}
	.footer table {
		width: 100%;
		margin: 0;
	}
	.footer .contacts {
		padding-right: 0;
	}
	.header {
		border-bottom: 1px solid #f9efca;
		padding: 5px 0;
		margin: 0 0 15px 0;
	}
	.menu {
		height: auto;
		padding: 0;
	}
	.logo {
		top: 115px;
		position: initial;
		width: 240px;
		padding: 10px 10px 10px 10px;
		background: url(img/logo.png) 0 0 no-repeat;
		background-size: contain;
	}
	.slogan {
		position: initial;
		margin: 0 15px;
	}
	.cart_short_info {
		position: absolute;
		top: 7px;
		left: auto;
		right: 30px;
		z-index: 5;
	}
	.header .contacts {
		position: initial;
	}
	.header .contacts {
		position: initial;
		width: auto;
		margin: 10px 15px;
	}
	.header .contacts .phone {
		font-size: 18px;
		display: inline-block;
		margin: 0 30px 0 0;
	}
	.header .contacts .email {
		position: initial;
		margin: 0 30px 0 0;
		display: inline-block;
		padding-left: 25px;
	}
	.header .contacts .icq {
		position: initial;
		margin: 0;
		display: inline-block;
		padding-left: 22px;
	}
	.header .contacts .skype {
		position: initial;
		margin: 0 30px 0 0;
		display: inline-block;
		padding-left: 22px;
	}
	.header .contacts .address {
		position: initial;
		margin: 7px 0 0;
	}
	.content {
		padding: 0 15px;
	}
	.main_column {
		width: 100%;
		float: none;
	}
	.content_outer {
		background: transparent;
	}
	.content_inner {
		background: transparent;
	}
	.content {
		background: transparent;
	}
	.side_column {
		float: none;
		width: 100%;
	}
	.text_mainpage td {
		padding: 20px 10px 15px;
		display: inline-block;
		width: calc(50% - 22px);
		vertical-align: top;
	}
	.text_mainpage img {
		margin: 10px auto;
		max-width: 100%;
		display: block;
	}
	.footer table {
		margin: 0px 15px;
	}
	.footer table td.counters {
		display:none !important;
	}
	.page {
		width: 100%;
		overflow: hidden;
	}
	.catalog_gallery_item {
		float: right !important;
		width: calc(50% - 40px);
		margin: 0 20px 30px;
	}
	.catalog_gallery_item img {
		height: 150px;
		max-width: 250px;
	}
	.catalog_items_gallery .row:last-child .catalog_gallery_item:first-child {
		float: left !important;
	}
	.catalog_menu {
		background: transparent;
	}
	.catalog_menu_t {
		background: transparent;
	}
	.catalog_menu_b {
		padding: 0;
		background: transparent;
	}
	div#vk_groups {
		margin: auto;
	}
	.footer table {
		text-align: center;
	}
	.weblink img {
		display: inline-block;
		float: none;
		vertical-align: middle;
	}
	.footer table .weblink {
		margin-top:10px;
	}
	.catalog_action_items .more {
		margin-top: 0;
		padding: 0 20px;
	}
	.catalog_action_items {
		margin: 30px -20px 0;
	}
	.custom_form .row {
		max-width: 420px;
		margin: 10px 0;
	}
	.mobile-catalog {
		display: block;
		padding: 15px 15px;
		border-bottom: 1px solid #f9efca;
		margin: -16px 0 16px 0;
	}
	.mobile-catalog__opener {
		position: relative;
		color: #fef3d6;
		line-height: 1;
		font-weight: 700;
		text-transform: uppercase;
		padding-left: 30px;
	}
	.mobile-catalog__opener > span {
		position: absolute;
		top: 5px;
		width: 20px;
		height: 17px;
		font-size: 0;
		cursor: pointer;
		left: 0;
	}
	.mobile-catalog__opener > span > span {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		height: 2px;
		background-color: #fef3d6;
		-webkit-transition: all .3s;
		transition: all .3s;
		position: relative;
	}
	.mobile-catalog__opener > span > span:before {
		content: '';
		-webkit-transition: all .3s;
		transition: all .3s;
		height: 2px;
		background-color: #fef3d6;
		position: absolute;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-350%);
		-ms-transform: translateY(-350%);
		transform: translateY(-350%);
	}
	.mobile-catalog__opener > span > span:after {
		content: '';
		-webkit-transition: all .3s;
		transition: all .3s;
		height: 2px;
		background-color: #fef3d6;
		position: absolute;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(350%);
		-ms-transform: translateY(350%);
		transform: translateY(350%);
	}
	.mobile-catalog__opener.active > span {

	}
	.mobile-catalog__opener.active > span > span {
		height: 0;
	}
	.mobile-catalog__opener.active > span > span:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mobile-catalog__opener.active > span > span:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.mobile-catalog > ul {
		display: none;
		list-style: none;
		margin-top: 15px;
	}
	.mobile-catalog > ul > li {
		list-style: none;
		margin-top: 12px;
		font-size: 13px;
		padding-left: 30px;
	}
	.mobile-catalog > ul > li:first-child {
		margin-top: 0;
	}
	.mobile-catalog > ul > li > a {
		text-decoration: none;
		color: #eeeded;
	}
	.side_column .catalog_menu {
		display: none;
	}
}

@media only screen and (max-width: 599px) {
	.cart_short_info {
		position: initial;
		margin: 7px 0 0 7px;
	}
	.header .contacts {
		margin: 0px 15px 10px;
	}
	.header .contacts .phone {
		margin: 0 30px 0 0;
	}
	.header .contacts .email {
		margin: 7px 30px 0 0;
	}
	.header .contacts .skype {
		margin: 7px 30px 0 0;
	}
	.header .contacts .icq {
		margin: 7px 0 0 0;
	}
	.text_mainpage td {
		padding: 10px 0;
		display: block;
		width: 100%;
	}
	.text_mainpage td a span {
		height: auto;
	}
	.catalog_gallery_item {
		float: none !important;
		width: 100%;
		margin: 0 0 30px;
	}
	.catalog_action_items {
		margin: 30px 0 0;
	}
	.footer table {
		margin: 0;
	}
	.footer {
		padding: 20px 15px;
	}
	.custom_form .input_outer {
		width: 100%;
		margin: 5px 0px 0px 0px;
	}
	.custom_form .param_name {
		width: 100%;
	}
	.custom_form .textarea_outer {
		width: 100%;
		margin-top: 5px;
	}
	.custom_form .row {
		width: 270px;
		margin: 10px auto;
	}
	.cart_item h2 {
		height: auto;
		margin:0 0 5px 0;
	}
	.cart_item .price {
		float: none;
	}
	.cart_item .amount {
		float: none;
		margin: 6px 0;
	}
	.cart_item .price_all {
		float: none;
	}
	.custom_form2 .left_col {
		width: 100%;
		margin: 0;
	}
	div.input_inner {
		margin: 0 0 7px 0;
	}
	.custom_form2 .right_col {
		width: 100%;
	}
	.catalog_filter__table table td {
		width: 100% !important;
		display: block;
		padding: 0;
	}
	.catalog_action_items .more {
		margin-top: 0;
		padding: 0;
	}
	.display_amount span {
		display: block;
		text-align: center;
		margin: 0 0 10px 0;
		color:#a19f98;
	}
	.display_amount a {
		display: inline-block;
		width: 30px;
		height: 30px;
		border: 1px solid #a19f98;
		text-align: center;
		line-height: 29px;
	}
	.display_amount {
		text-align:center;
	}
	.display_amount .active {
		border-color: #fff;
		color: #fff;
	}
	.display_amount {
		text-align: center;
		margin-bottom: 15px;
	}
	.display_amount {
		color: transparent;
	}
	.page_numbers span {
		display: block;
		text-align: center;
		margin:	 10px 0;
		color:#a19f98;
	}
	.page_numbers a {
		display: inline-block;
		width: 30px;
		height: 30px;
		border: 1px solid #a19f98;
		text-align: center;
		line-height: 29px;
	}
	.page_numbers .active {
		border-color: #fff;
		color: #fff;
	}
	.page_numbers {
		color: transparent;
		text-align: center;
	}
	.page_numbers span.gray-color {
		display: none;
	}
	.bread_crumps {
		font-size: 13px;
		line-height: 1.5;
	}
	.ui-dialog {
		max-width: 94%;
		margin: auto;
		left: 5px !important;
	}
	.custom_form .custom_button {
		margin: 15px 0 0;
	}
	.custom_form2 .footnote {
		padding-left: 0;
	}
	.text_mainpage td {
		width: 49%;
	}
	.text_mainpage td a span {
		margin: 0 7px;
		font-size: 11px;
	}
	.ui-dialog .ui-dialog-buttonpane {
		text-align: center;
		padding: 10px;
	}
	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
		float: none;
	}
	.ui-button-text-only .ui-button-text {
		padding: 7px 10px;
		font-size: 12px;
	}
	.ui-button-text-only .ui-button-text {
		padding: 7px !important;
	}
	.sub_menu__mobile table td {
		width: 100% !important;
		display: block;
	}
	.sub_menu__mobile table td li {
		margin-top: 12px;
		font-size: 12px;
	}
}