@media	(min-width:992px ) {
	.side-content .catalog-filter {
		display: block;
		margin-bottom: 30px;
	}

	.side-content .filter__header span:after {
		content: none;
	}

	.side-content .filter__header {
		cursor: default;
	}
}

@media	(max-width:991px ) {
	.popup > header {
		padding: 19px 30px 20px 15px;
	}

	.popup > .popup__section,
	.popup > section {
		padding: 15px;
	}

	.logo {
		text-align: center;
	}

	.slogan {
		text-align: center;
		margin-top: 10px;
	}

	.catalog-search-outer {
		margin-top: 15px;
	}

	.header-contacts {
	    float: none;
	    display: inline-block;
	    margin-top: 15px;
	}

	.captcha .input-text {
		width: 96px;
	}

	.main__content_has_sidebar-left,
	.main__content_has_sidebar-right,
	.side-content + .main__content {
		width: 100%;
	}

	.categories__item-title {
		padding: 10px 15px;
		font-size: 11px;
	}

	.side-content {
		width: 100%;
	}

	.side-content > div:not(.catalog-nav) {
		display: none;
	}

	.side-content #podbor_block {
		display: block;
	}

	.main__content_has_sidebar-left,
	.main__content_has_sidebar-right {
		width: 100%!important;
	}

	.filter__header {
		clear: both;
		text-align: center;
		border: 1px solid rgb(246, 246, 247);
		cursor: normal;
	}
}

@media	(max-width:767px ) {
	.top-line {
		padding-top: 40px;
	}

	.logo img {
		/*max-height: 137px;*/
	}

	.header-contacts {
		float: none;
		margin: 0 auto;
		display: inline-block;
		margin-top: 10px;
		max-width: 200px;
	}

	.header-contacts__item {
		display: inline-block;
	}

	.main-slider__item {
		/*height:300px;*/
	}

	.main-slider__item-title {
	  /*font-size:28px;*/
	  /*margin-bottom:15px;*/
	  /*line-height:32px;*/
	}

	.edges__item {
		float: left;
		display: block;
		width: 50%;
	}

	.tab__control-item {
		margin-bottom: 10px;
	}

	.main-text img {
		display: none;
	}

	.main-text {
		padding-left: 0;
	}

	.popup {
		width: calc(100vw - 30px);
	    min-width: 290px;
	    margin-left: calc((-100vw / 2) + 15px);
	}

	.fixed-links {
		width: auto;
		min-width: 250px;
		top: 0;
		right: 50%;
		-moz-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-o-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		width: 100%;
	}

	.fixed-links>div>span,
	.fixed-links>div>span:not(.amount),
	.fixed-links>div>a {
		margin: 0 1px;
		width: 25%;
		margin: 0;
		height: 40px;
	}

	.fixed-links span:not(.amount), .fixed-links a {
		background-color: #ddd;
		box-shadow: none;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.tab__control-item {
		margin-bottom: 10px;
		float: none;
		margin-right: 0;
	}

	.products-list .bying_blok,
	.products-list	.product_list_wrapper,
	.products-list	.picture_wrapper {
		display: block;
		width: 100%;
		text-align: left;
	}

	.products-list .product__variants {
		display: inline-block;
	}
} /* media end */
@media (max-width: 600px) {
	.categories__item {
		width: 50%!important;
		padding-bottom: 47%;
	}

	.categories__item .categories__item-image-outer img {
		width: 100%;
		-webkit-transform: scale(1)!important;
		transform: scale(1)!important;
	}

	.categories__item.long .categories__item-image-outer img {
		height: 100%!important;
		width: auto!important;
		max-width: none;
		-webkit-transform: scale(1) translate(-50%, 0)!important;
		-ms-transform: scale(1) translate(-50%, 0)!important;
		transform: scale(1) translate(-50%, 0)!important;
		left: 50%;
	}
}

@media	(min-width:480px ) and	(max-width:767px ) {
	.container {
		width: 100%;
		min-width: 460px;
	}

	.content {
		width: 100%;
	}
}

@media (max-width:479px ) {
	.container {
		width: 100%;
		min-width: 300px;
	}

	.content {
		width: 100%;
	}

	.edges__item {
		width: 100%;
	}
}

@media (max-width:499px ) {
	.product__item, .product-item {
		width: 100%;
	}
}

@media	(min-width:768px ) and	(max-width:991px ) {
	.container {
		width: 750px;
	}

	.content {
		width: 750px;
	}

	.products-list .bying_blok {
		width: 220px;
	}
}

@media (min-width:992px) {
	.content {
		width: 970px;
	}

	.products-list .bying_blok {
		width: 220px;
	}

	.product-full {
		width: 75%;
		padding-right: 30px;
		float: left;
		position: relative;
	}

	.site-full-version {
		display: none;
		color: #b0d683;
	}

	.filter__content {
		display: block;
	}
}

@media (min-width:1200px) {
	.content {
		width: 1170px;
	}

	.products-list .bying_blok {
		width: 240px;
	}
}

@media	(max-width:992px ) {
	.page-footer-left {
		text-align: center;
		margin-top: 20px;
	}

	.page-footer-center {
		text-align: center;
	}

	.page-footer-right {
		text-align: center;
	}

	.footer-menu {
		margin-top: 20px;
	}
}

@media	(min-width:1024px ) {
	.page-footer-left {
		width: 20%;
	}

	.page-footer-center {
		width: 60%;
	}

	.page-footer-right {
		width: 20%;
	}
}

@media	(max-width:992px ) {
	.page-footer .dev img {
		display: none;
	}
}

@media	(min-width:1200px ) {
	.footer-menu {
		padding-left: 20px;
	}
}

@media	(max-width:992px ) {
	.footer-contacts {
		display: inline-block;
	}

	.footer-contacts__item {
		padding: 40px 0 0 0;
	}

	.footer-contacts__item:before {
		left: 50%;
		top: 0;
		margin-top: 13px;
		margin-left: -13px;
	}
}

@media (max-width:1199px) {
	.subcategories__item_type_compact {
		width: 33.33333333%;
	}

	.subcategories_type_minimal .subcategories__inner {
		-moz-columns: 3 auto;
		-webkit-columns: 3 auto;
		columns: 3 auto;
	}
}

@media (max-width:991px) {
	.subcategories__item_type_full {
		width: 100%;
	}

	.subcategories__item_type_compact {
		width: 33.33333333%;
	}

	.subcategories_type_minimal .column-33 {
		width: 50%;
	}
}

@media (max-width:767px) {
	.subcategories__item_type_compact {
		width: 50%;
	}

	.subcategories__item_type_minimal {
		width: 100%;
	}

	.subcategories_type_minimal .column-33 {
		width: 100%;
	}
}

@media (max-width:469px) {
	.subcategories__item_type_compact {
		width: 100%;
	}

	.full_mob {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}

	.full_mob * {
		float: none;
	}

	.full_mob:last-child {
		margin-bottom: 0;
	}

	.content {
		min-width: 300px;
	}

	.subcategories_type_minimal .subcategories__inner {
		-moz-columns: 2 auto;
		-webkit-columns: 2 auto;
		columns: 2 auto;
	}
}

@media (max-width:767px) {
	.subcategories__item_type_full .subcategories__item-image-outer {
		float: left;
		left: auto;
		top: auto;
		position: relative;
	}

	.cart-product .profit {
		right: auto;
		left: 10px;
	}
}

@media (max-width:767px) {
	.subcategories__item_type_full .subcategories__item-content {
		padding-left: 0;
	}

	.cart-block-footer .price {
		text-align: left;
	}
}

@media	(min-width:768px ) {
	.cart-products .cart-product .product-item-inner {
		padding: 19px 0 15px 228px;
	}

	.cart-products .cart-product .picture_wrapper {
		position: absolute;
		left: 0;
		width: 228px;
		top: 0;
		bottom: 0;
	}

	.cart-products .cart-product .cart_product_wrapper {
		width: calc(100% - 230px);
		float: left;
	}

	.cart-products .cart-product .control_block {
		width: 230px;
		padding: 10px 40px 15px 15px;
		text-align: right;
		float: right;
	}
}

@media (max-width:767px ) {
	.cart-products .product__gift {
		left: 35px;
		top: 159px;
	}

	.promocode__form-label {
		padding-right: 0;
		width: 100%;
		margin-bottom: 4px;
	}

	.promocode__form-input-block {
		width: 150px;
	}

	.promocode__form-button-block {
		width: 90px;
	}

	.promocode__form-button-block .button {
		font-size: 11px;
		min-width: auto;
		padding-left: 10px!important;
		padding-right: 10px!important;
	}

	.cart-products .cart-product .control_block {
		padding-top: 15px;
	}
}
