@media (min-width : 1024px) {
	::-webkit-scrollbar {
	  width: 10px;
	  margin-right: 10px;
	  cursor: pointer;
	}

	::-webkit-scrollbar-track {
	  -webkit-border-radius: 5px;
	  border-radius: 0px;
	  margin-right: 6px;
	}

	::-webkit-scrollbar-thumb {
	  -webkit-border-radius: 5px;
	  border-radius: 0px;
	  background: #ccc;
	  margin-right: 10px;
	}

	::-webkit-scrollbar-thumb:window-inactive {
	  background: #f3f4f;
	}
}
@media (max-width : 1275px) {
	.container{
		width:1024px;
	}
	.right_m_header_with_ico a span:last-child {
		display: none;
	}
	.right_middle_header {
		display: flex;
		align-items: center;
		gap: 17px;
	}
	.right_double_banner_index {
		width: calc(100% - 315px);
	}
	.block_with_slider_main .owl-controls {
		display: none;
	}
	.advantages {
		display: block;
	}
	.title_advantages {
		text-align: center;
		margin-bottom: 15px;
	}
	.advantages_items {
		display: flex;
		justify-content: space-between;
		gap: 15px;
	}
	.advantages_item {
		width: 100%;
	}
	.advantages_item_text {
		width: 100%;
	}
	.advantages_block {
		margin-bottom: 50px;
	}
	.block_with_filter_items {
		margin-bottom: 50px;
	}
	.contact_inform {
		width: 600px;
	}
	.block_contact_inform {
		width: 264px;
		margin-right: 20px;
	}
	.right_menu_block {
		width: calc(100% - 315px);
	}
	.banner_index_block {
		margin-bottom: 50px;
	}
	.right_m_header_with_ico .image_right_m_header {
		margin-bottom: 0;
	}
	.right_catalog_section{
		width: calc(100% - 264px);
	}
	.catalog_category_item a span {
		width: 139px;
		display: block;
	}
	.right_catalog_section .product-item-block {
		width: 370px;
	}
	.product_page_middle {
		display:none;
	}
	.product_page_wr {
		flex-wrap: wrap;
	}
	.product_detail_left {
		width: 700px;
	}
	.prod_gallery_main_img a {
		display: block;
	}
	.prod_gallery_main_img img {
		width: 100%;
		height: 377px;
		object-fit: contain;
	}
	.left_basket_page{
		width: calc(100% - 264px);
	}
	.left_basket_page {
		width: calc(100% - 300px);
	}
	.basket_row_data {
		width: 346px;
	}
	.block_auth_top_order {
		flex-wrap: wrap;
		gap: 20px;
	}
	.left_block_auth_top_order {
		justify-content: space-between;
		width: 100%;
	}
	.left_order_block {
		width: 585px;
	}
	.new_product_sl .owl-stage-outer, .new_product_sl_new .owl-stage-outer {
		padding: 0;
		margin: 0;
	}
	.owl-nav {
		display: none;
	}
	.owl-dots .owl-dot {
		width: 12px;
		height: 12px;
		background-color: #ccc;
		border-radius: 50%;
	}
	.owl-dots .owl-dot.active {
		background-color: #eb1d36;
	}
	.owl-dots {
		display: flex;
		gap: 16px;
		margin-top: 15px;
		justify-content: center;
	}
	.big_left_profile {
		width: 790px;
	}
	.right_middle_header {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.not_home_page .right_middle_header {
		gap: 6px;
	}
}

@media (max-width : 1040px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}
	.middle_header {
		position: relative;
		flex-wrap: wrap;
	}
	.search_block_top {
		width: 100%;
		min-width: 100%;
		max-width: initial;
		order: 3;
		margin-top: 15px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#title-search:before{
		display:none;
	}
	.main_serch input {
		background: #FFFFFF;
		box-shadow: 0px 4px 12px rgba(124, 13, 18, 0.05);
		border-radius: 7px;
	}
	.top_header {
		position: fixed;
		top: 0px;
		right: -320px;
		background-color: #fff;
		flex-direction: column;
		height: 100%;
		width: 320px;
		z-index: 99999;
		justify-content: initial;
		box-shadow: 0px 4px 12px rgba(124, 13, 18, 0.05);
		padding: 20px;
		transition: right 0.3s linear;
		align-items: initial;
	}
	.left_top_header {
		display: block;
	}
	.left_top_header>div{
		margin-left:0px; margin-bottom:10px;
	}
	.center_top_header ul {
		flex-direction: column;
		gap: 7px;
	}
	.right_top_header {
		margin-top: auto;
	}
	.center_top_header {
		margin-top: 20px;
	}
	.tap_in_phones_show_header {
		display: none;
	}
	body .phones_show_header .in_phones_show_header {
		display: block !important;
		position: static !important;
		padding: 0px !important;
		margin: 0 !important;
		box-shadow: initial !important;
	}
	.phones_show_header {
		height: auto;
	}
	.mobile_show_burger{display:block;}
	.top_header.active {
		right: 0px;
	}
	.back_show_mobile.active {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 99998;
		background-color: rgba(0,0,0,0.4);
		height: 100%;
	}
	.for_small_ban_slider{width:100%;}
	.thumb_image_banner_in {
		display: none;
	}
	.thumb_main_banner {
		min-height: 110px;
	}
	.product-item-block_new {
		width: 240px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.why_superpack {
		padding: 15px;
	}
	.footer_copyright {
		gap: 15px;
	}
	.double_contact_block {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap: 20px;
	}
	.contact_inform {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.contact_inform>div{margin:0px;}
	.catalog_category_item a span {
		width: 137px;
	}
	.right_catalog_section .product-item-block {
		width: 100%;
	}
	.product_page_inform {
		width: 100%;
	}
	.prod_inf_wr {
		width: 100%;
	}
	.footer {
		margin-top: 50px;
		margin-bottom: 45px;
	}
	.basket-page {
		display: block;
	}
	.left_basket_page {
		width: 100%;
	}
	.right_basket_page {
		width: 100%;
	}
	.order-form-block {
		display: block;
	}
	.left_order_block {
		width: 100%;
	}
	.right_order_block {
		width: 100%;
	}
	.not_home_page .right_middle_header {
		gap: 20px;
	}
	.big_left_profile {
		width: calc(100% - 204px);
		padding: 30px;
	}
	.tripple_label_profile {
		flex-wrap: wrap;
	}
	.double_subs_in {
		flex-wrap: wrap;
	}
	.personal_table_orders {
		overflow: auto;
	}
	.menu_item_order_show {
		right: 0px;
		left: auto;
	}
	.personal_table_orders table thead th {
		white-space: nowrap;
	}
}

@media (max-width : 810px) {
	.parent_catalog_inform_block {
		margin-bottom: 50px;
	}
	.catalog_inform_form_about {
		margin-top: 50px;
		flex-wrap: wrap;
	}
	.with_cataloginformico {
		flex-wrap: wrap;
		justify-content: center;
	}
	.catalog_inform_form_about_left_text {
		text-align: center;
	}
	.catalog_inform_form_about_text {
		width: 100%;
		display: block;
		text-align: center;
		margin-top: 15px;
	}
	.banner_index_block .left_double_banner_index {
		display: none;
	}
	.right_double_banner_index {
		width: 100%;
	}
	.item_main_banner {
		margin: 0;
	}
	.button_catalog_header.show810{
		display:flex;
	}
	.banner_index_block .left_double_banner_index {
		display: none;
		position: absolute;
		z-index: 22;
	}
	div#prod_in_basket {
		width: 100%;
	}
	.profile_with_right {
		flex-wrap: wrap;
	}
	.profile_with_right {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 25px;
	}
	.big_left_profile {
    order: 2;
    width: 100%;
}
	.left_profile {
	width: 100%;     order: 2;
	}
	
}
@media (max-width : 767px) {
	.search_block_top {
		width: calc(100% - 315px);
		min-width: initial;
		max-width: initial;
		max-width: calc(100% - 215px);
	}
	.button_catalog_header.show810 {
		display: flex;
		margin: 0;
	}
	.right_middle_header {
		margin-top: 20px;
		order: 4;
	}
	.advantages_items {
		flex-wrap: wrap;
	}
	.items_news_home {
		flex-wrap: wrap;
	}
	.main_news_item {
		width: 100%;
	}
	.main_news_item img {
		width: 100%;
	}
	.why_chose_item {
		width: 50%;
	}
	.footer_copyright {
		gap: 15px;
		flex-wrap: wrap;
	}
	.footer_menu_items {
		flex-wrap: wrap;
	}
	.footer_menu_column {
		width: 49%;
	}
	.why_superpack {
		padding: 20px;
		gap: 15px 0;
	}
	.mega-menu li .sub-container {
		display: none !important;
	}
	span.close_block_fixed {
		width: 24px; display:block;
		height: 24px;
		position: absolute;
		right: 15px;
		top: 15px;
		background: url('../images/close.svg')no-repeat;
	}
	.left_catalog_section {
		position: fixed;
		top: 0px;
		background-color: #fff;
		width: 320px;
		height: 100%;
		padding: 20px;
		left: -320px;
		margin: 0px;
		z-index: 99999;border-radius: 0px;
		box-shadow: 0px 4px 12px rgba(124, 13, 18, 0.05);
		transition:left 0.3s linear;
	}
	
	.left_menu_block {
		position: fixed;
		top: 0px;
		background-color: #fff;
		width: 320px;
		height: 100%;
		padding: 20px;
		left: -320px;
		margin: 0px;
		z-index: 99999;
		box-shadow: 0px 4px 12px rgba(124, 13, 18, 0.05);
		border-radius: 0px;
		transition: left 0.3s linear;
	}
	.left_menu_block.active{left:0px;}
	.left_catalog_section.active{left:0px;}
	.right_menu_block {
		width: 100%;
	}
	.right_catalog_section {
		width: 100%;
	}
	.right_catalog_section .product-item-block {
		width: 48%;
	}
	a.one_click.fast-buy {
		font-weight: 400;
		font-size: 16px;
		padding: 14px 13px;
		line-height: 19px;
	}
	a.button.add-review {
		margin-top: 15px;
	}
	.show_mobile_open_left{display:block;}
	.page_with_left_menu {
		display: block;
	}
	.show_mobile_open_left {
		display: table;
		padding: 10px;
		line-height: 0px;
		background-color: #eb1d36;
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.basket_row_data {
		width: 100%;
	}
	.basket-row {
		flex-direction: column;
		gap: 15px;
	}
	
	.all_price_basket>* {
		text-align: center;
	}
	.all_price_basket {
		text-align: right;
		width: 100%;
		margin-left: auto;
		text-align: center;
	}
	.end_form.form_wrap textarea {
		border: 2px solid #EEEEEE;
		border-radius: 8px;
		padding: 16px;
		height: 137px;
	}
	.filter_mobile_show{    display: table;
    padding: 10px;
    line-height: 0px;
    background-color: #eb1d36;
    border-radius: 5px;
    margin-bottom: 10px;}
	.double_catalog_section {
		display: block;
	}
	.form_line_double {
		flex-wrap: wrap;
	}
	ul.tabs_main::-webkit-scrollbar, ul.tabs::-webkit-scrollbar { display: none; }
	.contact-form.double_contact {
		flex-wrap: wrap;
		gap: 30px;
	}
	.right_form_contact {
		padding: 30px 0;
	}
	.in_contact_form {
		width: 100%;
	}
	.right_form_contact {
		width: 100%;
	}
}
@media (max-width : 560px) {
	.logo img {
		max-width: 100%;
	}
	.logo {
		line-height: 0px;
		margin-bottom: 10px;
	}
	.button_catalog_header {
		display: flex;
		margin: 0;
		width: 100%;
		background: none;
		border: 2px solid;
		border-radius: 8px;
	}
	.search_block_top {
		width: 100%;
		min-width: initial;
		max-width: initial;
		max-width: 100%;
	}
	.right_middle_header {
		margin-top: 20px;
		order: 2;
		margin-left: auto;
	}
	
	.for_small_ban_slider {
		width: 100%;
	}
	.title_item_main_banner {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 200;
		font-size: 32px;
		line-height: 40px;
		width: 100%;
		margin-bottom: 16px;
	}
	.right_title_filter_items {
		display: none;
	}
	.left_title_filter_items {
		font-weight: 500;
		font-size: 26px;
		line-height: 30px;
	}
	.why_chose_item {
		width: 100%;
	}
	.in_why_chose_items {
		width: 100%;
		text-align: center;
	}
	.footer_menu_column {
		width: 100%;
	}
	.catalog_category_item {
		width: 100%;
	}
	.right_catalog_section .product-item-block {
		width: 100%;
	}
	.sort_line_secect {
		flex-wrap: wrap;
	}
	h1 {
		font-size: 22px;
		line-height: 26px;
	}
	.top_product_data {
		flex-wrap: wrap;
	}
	ul.tabs_main, ul.tabs {
		overflow: auto;
	}
	.basket_row_data {
		width: 100%;
		flex-wrap: wrap;
	}
	.basket_img {
		border: 2px solid #EEEEEE;
		border-radius: 12px;
		overflow: hidden;
		min-width: 112px;
		width: 100%;
		text-align: center;
	}
	.left_block_auth_top_order {
		flex-wrap: wrap;
	}
	.in_contact_form {
		width: 100%;
	}
	.top_line_form {
		flex-wrap: wrap;
	}
	.dost_form.form_wrap .radio_wr.item .radio_dost_inf {
    width: 100%;
    min-width: initial;
	}
	form.reg_form_auth {
		width: 100%;
	}
.show_mobile_logo{display:block;}
.hide_mobile_logo{display:none;}
	.logo img {
		width: 100%;
	}
	a.logo {
    width: 100%;
}
.right_catalog_section .product-item-block {
    width: 100%;
}

}
@media (max-width: 600px) {
    .item_main_banner {
        background-size: 40% auto!important;   /* 40 % ширины, высота авто */
    }
}
