@media screen and (max-width:321px) {
	ul.products li .image .badge {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	
	.container {
	    width: 100%;
	    margin: 0 auto;
	    overflow: hidden;
	    padding: 0 16px;
    	box-sizing: border-box;
	}
	.kolba_preheader .region_choose {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.kolba_preheader .region_choose a {
	    color: #333;
	    text-decoration: none;
	    font-size: 16px;
	}
	.kolba_preheader .region_choose a.menu_trigger {
		display: inline-block !important;
	    margin-right: 6px;
	    border: 1px solid #333;
	    padding: 1px 10px;
	    border-radius: 4px;
	    /*background: #fff;*/
	    color: #333;
	}
	.kolba_preheader .user_link a {
		position: relative;
	    color: #333;
	    text-decoration: none;
	    font-size: 12px;
	    display: inline-block !important;
	}
	.kolba_preheader .user_link a .count{
		position: absolute;
	    top: -1px;
	    left: -9px;
	    background: #ffe600;
	    width: 14px;
	    height: 14px;
	    font-size: 12px;
	    line-height: 14px;
	    text-align: center;
	    border-radius: 14px;
	    color: #333;
	}
	.kolba_preheader .user_link a.lk_link {
		display: none !important;
	}
	/*.kolba_preheader .user_link > a:not(:last-child) {
		margin-right: 16px;
	}*/
	.kolba_preheader .user_link a img {
	    display: inline-block;
	    vertical-align: middle;
	    width: 16px;
	    height: 16px;
	}
	.kolba_header {
	    /*background: #FAFAFA;*/
	    padding: 9px 0;
	}
	.kolba_header .container {
	    height: auto;
	    overflow: visible !important;
	}
	.kolba_header .icons {
		display: none;
		/*display: inline-block;
	    vertical-align: middle;
	    width: 100%;
	    text-align: center;
	    padding-right: 0;
	    border-right: none;
	    box-sizing: border-box;*/
	}
	.kolba_header .icons a {
	    display: inline-block !important;
	    text-decoration: none;
	    font-size: 12px;
	    line-height: 20px;
	    color: #333333;
	    margin-left: 0;
	}
	.kolba_header .icons > a:not(:last-child) {
		margin-right: 15px;
	}
	.kolba_header .icons a img {
	    display: inline-block;
	    vertical-align: middle;
	    margin-right: 3px;
	    width: 16px;
	}
	.kolba_header .cart {
		display: none;
	}
	.kolba_header .logo {
	    display: inline-block;
	    vertical-align: middle;
	    width: 80%;
	    /*margin-bottom: 8px;*/
	}
	.kolba_header .logo img {
	    max-width: 135px;
	}
	.kolba_header .search_button {
		width: 20%;
		text-align: right;
	}
	.kolba_header .search_button img {
		width: 32px;
	}
	.kolba_header .search {
	    display: none;
	    vertical-align: middle;
	    width: 100%;
	    /*margin-bottom: 8px;*/
	    margin-top: 10px;
	}	
	.main_menu .container {
	    height: auto;
	    display: block;
	    padding: 0;
	    overflow: visible;
	}
	.main_menu .phone {
		display: none;
	}
	.main_menu ul.menu {
		display: block;
    	justify-content: space-between;
	}
	.main_menu ul.menu > li {
		display: none;
		/*overflow: hidden;*/
		width: 100%;
	}
	.main_menu ul.menu > li.expand {
		display: block;
	    position: relative;
	    width: 100%;
	    padding: 0 25px;
	}
	.main_menu ul.menu > li.expand.home > ul.submenu,
	.main_menu ul.menu > li.expand:hover > ul.submenu {
	    display: none;
	}
	.main_menu ul.menu > li.expand > ul.submenu {
	    display: none;
	    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
	}

	.main_menu ul.menu > li.expand ul.submenu li ul.subsubmenu {
		display: none;
	    left: 0;
	    width: calc(100% + 40px);
	    visibility: visible;
	    position: relative;
	    border: none;
	    background: #fafafa;
	    margin-left: -20px;
	    z-index: 9 !important;
	}
	.main_menu ul.menu > li.expand ul.submenu > li > .subsubmenu > li.with_childs > ul.subsubsubmenu {
	    visibility: visible;
	    display: none; 
	    position: relative;
	    top: 0;
	    left: 0;
	    background: #f1f1f1;
	    width: calc(100% + 40px);
	    min-height: 100%;
	    z-index: 9 !important;
	    padding: 0px 20px;
	    box-sizing: border-box;
	    border-radius: 0px 0px 4px 4px;
	    border-left: none;
	    margin-left: -20px;
	}
	.home_slider {
	    padding-top: 12px;
	    min-height: auto;
	}
	.home_slider .container {
	    padding-left: 16px;
	    /*display: flex;*/
    	/*flex-wrap: wrap;*/
	}
	.home_slider .tochki {
		order: 2;
		display: none;
	}
	.home_slider .tochki ul li {
	    display: inline-block;
	    vertical-align: top;
	    font-size: 14px;
	    line-height: 26px;
	    width: 100%;
	}
	.home_slider .tochki ul > li:not(:last-child) {
	    border-right: none;
	    padding-right: 0;
	    margin-right: 0;
	    border-bottom: 1px solid #C4C4C4;
	    margin-bottom: 10px;
    	padding-bottom: 10px;
	}
	.home_slider .home_slider_wrapper {
		order: 1;
		aspect-ratio: 292/166;
	}
	.home_slider .home_slider_wrapper img.min-img-mob {
	    display: block;
	    aspect-ratio: 292/166;
    	height: auto;
	}
	.home_slider .home_slider_wrapper .full_banner_image {
		display: none;
	}
	.popular_products {
	    margin: 25px 0 0 0;
    	padding: 25px 0 0 0;
	}
	.popular_products h3 {
	    font-weight: bold;
	    font-size: 30px;
	    line-height: 38px;
	    margin-bottom: 30px;
	}
	ul.products > li:not(:nth-child(4n)) {
	    margin-right: 0;
	}
	ul.products > li:not(:nth-child(2n)) {
	    margin-right: 2%;
	}
	ul.products li {
	    display: inline-block;
	    vertical-align: top;
	    width: 49%;
	    margin-bottom: 16px;
	}
	.popular_products ul.products li,
	.cart_related_products ul.products li {
		width: 100%;
	}
	.popular_products ul.products li .image,
	.cart_related_products ul.products li .image {
	    height: 300px;
	}
	.popular_categories h3 {
	    font-weight: bold;
	    font-size: 30px;
	    line-height: 38px;
	    color: #333;
	}
	.popular_categories:after {
		display: none;
	}
	.popular_categories {
	    position: relative;
	    padding: 0;
	}
	.popular_categories .items .item {
	    background: #FFFFFF;
	    border-radius: 4px;
	    margin-bottom: 16px;
	    padding: 8px;
	    display: flex;
    	flex-wrap: wrap;
    	align-items: center;
	}
	.popular_categories .items .item .image {
	    display: inline-block;
	    vertical-align: middle;
	    width: 20%;
	    margin-bottom: 0;
    	order: 1;
	}
	.popular_categories .items .item .image img {
		width: 100%;
		display: block;
	}
	.popular_categories .items .item .info,
	.popular_categories .items .item.inverse .info {
	    display: inline-block;
	    vertical-align: middle;
	    width: 80%;
	    box-sizing: border-box;
	    padding-left: 16px;
	    padding-right: 16px;
	    padding-bottom: 0;
	    order: 2;
	}
	.popular_categories .items .item .info .title {
	    font-weight: bold;
	    font-size: 19px;
	    line-height: 24px;
	    color: #333;
	    margin-bottom: 0;
	}
	.popular_categories .items .item .info p,
	.popular_categories .items .item .info .button {
	    display: none;
	}
	.other_popular_categories {
	    background: #f2f2f2;
	    padding: 0 0 20px 0;
	}
	.other_popular_categories .items .item {
		display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    padding: 8px;
	    background: #fff;
	    border-radius: 4px;
	}
	.other_popular_categories .items > .item:not(:last-child) {
	    margin-bottom: 16px;
	}
	.other_popular_categories .items .item .image {
	    display: inline-block;
	    vertical-align: top;
	    width: 20%;
	    margin-right: 0;
	    order: 1;
	}
	.other_popular_categories .items .item.inverse .image {
	    margin-right: 0;
	    margin-left: 0;
	}
	.other_popular_categories .items .item .image img {
	    max-width: 100%;
	    display: block;
	}
	.other_popular_categories .items .item .info {
	    display: inline-block;
	    vertical-align: top;
	    width: 80%;
	    order: 2;
	    background: transparent;
	    padding: 0 16px;
	}
	.other_popular_categories .items .item .info p,
	.other_popular_categories .items .item .info .button {
		display: none;
	}
	.other_popular_categories .items .item .info .title {
	    font-weight: bold;
	    font-size: 19px;
    	line-height: 24px;
    	color: #333;
	    margin-bottom: 0;
	}

	.last_articles {
	    position: relative;
	    padding: 30px 0;
	}
	.last_articles h3 {
	    position: relative;
	    font-weight: bold;
	    font-size: 30px;
	    line-height: 38px;
	    color: #FFFFFF;
	    z-index: 2;
	    margin-bottom: 30px;
	}
	ul.articles li {
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    height: auto;
	    background: #FFFFFF;
	    border-radius: 4px;
	    overflow: hidden;
	    margin-bottom: 32px;
	    padding-bottom: 60px;
	}
	ul.articles > li:not(:nth-child(4n)) {
	    margin-right: 0;
	}
	.benefites ul li.icon_cell {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    box-sizing: border-box;
	    padding: 20px 40px;
	    transition: all 0.3s;
	    overflow: hidden;
	    height: auto;
	    z-index: 1;
	    margin-bottom: 8px;
	}
	.register_and_news .container {
	    display: block;
	}
	.register_and_news .register {
	    display: inline-block;
	    width: 100%;
	    background: #FFFFFF;
	    vertical-align: top;
	    box-sizing: border-box;
	    padding: 25px 20px;
	    border-right: none;
	}
	.register_and_news .news {
	    display: inline-block;
	    width: 100%;
	    background: #FAFAFA;
	    vertical-align: top;
	    box-sizing: border-box;
	    padding: 0;
	}
	footer .contacts {
	    display: block;
	    margin-bottom: 30px;
	}
	footer {
	    padding: 30px 0;
	}
	footer .contacts .phone a {
	    display: block;
	    font-size: 16px;
	    line-height: 22px;
	    text-align: right;
	    color: #F2F2F2;
	    margin-bottom: 5px;
	    text-align: left;
	}
	footer .contacts .phone p {
	    font-size: 12px;
	    line-height: 16px;
	    text-align: left;
	    color: #F2F2F2;
	}
	footer .contacts .logo {
		margin-bottom: 20px;
	}
	footer .menu_and_socials {
	    display: block;
	    margin-bottom: 20px;
	}
	footer .menu_and_socials .menu {
	    width: 100%;
	    margin-bottom: 30px;
	}
	footer .menu_and_socials .social_links .title {
	    font-size: 14px;
	    line-height: 20px;
	    text-align: left;
	}
	footer .menu_and_socials .social_links ul {
	    text-align: left;
	}
	footer .menu_and_socials .social_links ul li {
	    display: inline-block;
	    margin-left: 0;
	    vertical-align: top;
	    margin-right: 20px;
	}

	.subcategory_page h1 {
	 border-bottom: none;
    font-size: 28px;
    line-height: 36px;
    color: #333333;
    padding: 16px 0;
    font-weight: 600;
	}
	.subcategory_page .items {
	    display: flex;
	    flex-wrap: wrap;
	    padding: 0;
	    margin-left: -16px;
    	margin-right: -16px;
	}
	.subcategory_page .items > a:not(:nth-child(4n)) {
	    margin-right: 0;
	}
	.subcategory_page .items a {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    background: #FFFFFF;
	    border: none;
	    box-sizing: border-box;
	    border-radius: 0;
	    padding: 8px;
	    margin-bottom: 0;
	    text-decoration: none;
	    text-align: left;
	    background: url(/images/kolba_new/icon_arrow_catalog.svg) no-repeat center right 16px;
    	background-size: 16px;
	}
	.subcategory_page .items > a:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	.subcategory_page .items a .subcat_name {
	    padding: 8px 28px 8px 8px;
	}

	.subcategory_page .items a #subcat_name_ak {
	    background-image: url(/images/ic/ic_ak.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 5px 0px;
        padding-left: 46px;
	}
	.subcategory_page .items a #subcat_name_sam {
	    background-image: url(/images/ic/ic_sam.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 5px 2px;padding-left: 46px;
	}
	.subcategory_page .items a #subcat_name_pivo {
	    background-image: url(/images/ic/ic_pivo.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 5px 2px;padding-left: 46px;
	}
	.subcategory_page .items a #subcat_name_vino {
	    background-image: url(/images/ic/ic_vino.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 3px 2px;padding-left: 46px;
	}
	.subcategory_page .items a #subcat_name_kopt {
	    background-image: url(/images/ic/ic_kopt.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 3px 2px;padding-left: 46px;
	}
	.subcategory_page .items a #subcat_name_suv {
	    background-image: url(/images/ic/ic_suv.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 3px 2px;padding-left: 46px;
	}
	.subcategory_page .items a #subcat_name_kons {
	    background-image: url(/images/ic/ic_kons.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 3px 2px;padding-left: 46px;
	}
	.subcategory_page .items a #subcat_name_boch {
	    background-image: url(/images/ic/ic_boch.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 3px 2px;padding-left: 46px;
	}



	.subcategory_page .category_description {
	    padding: 24px 0;
	}
	.category_page_header .container {
	    display: block;
	}
	.category_page_header {
		display: none;
	}
	.category_page .products_block .count {
		font-size: 12px;
	    line-height: 20px;
	    text-align: left;
	    color: #828282;
	    margin-bottom: 12px;
	}
	.category_page_header {
	    padding-bottom: 0;
	}
	.category_page .container {
	    display: block;
	}
	.category_page .products_block {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    box-sizing: border-box;
	    padding: 0;
	    padding-bottom: 20px;
	}
	.category_page .products_block ul.products > li:not(:nth-child(4n)) {
	    margin-right: 0;
	}
	.category_page .products_block ul.products > li:not(:nth-child(3n)) {
	    margin-right: 0;
	}
	.category_page .products_block ul.products > li:not(:nth-child(2n)) {
	    margin-right: 2%;
	}
	ul.products li .pl-item-info .product_cat {
/*	    display: none;*/
		margin-bottom: 3px;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    font-size: 13px;
	}
	ul.products li .pl-item-info .rating {
	    /*display: none;*/
	}
	ul.products li .pl-item-info .pl-item-info-expandable {
		min-height: auto;
		margin-bottom: 5px;
	}
	ul.products li .pl-item-info .pl-item-info-expandable.two_lines {
		display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    height: 40px;
	    min-height: auto;
	}
	ul.products li .pl-item-info .pl-item-info-expandable.three_lines {
		display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    height: 60px;
	    min-height: auto;
	}
	ul.products:not(.viewed_products) li .pl-item-info .rating span.no_rating {
	    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' fill='%23b3bcc5'%3E%3Cpath d='M20.0117 4.50015C19.8279 4.49545 19.6587 4.60099 19.5794 4.76963L14.9812 14.5605L4.40493 15.9829C4.22693 16.0069 4.0783 16.1327 4.02282 16.3064C3.96734 16.4801 4.01488 16.6707 4.14504 16.7965L11.8794 24.2699L9.94116 34.9399C9.90858 35.1195 9.98031 35.3021 10.1255 35.4095C10.2708 35.5168 10.4637 35.5297 10.6216 35.4427L19.9999 30.2707L29.3783 35.4427C29.5362 35.5297 29.7291 35.5168 29.8743 35.4095C30.0196 35.3021 30.0913 35.1195 30.0587 34.9399L28.1205 24.2699L35.855 16.7965C35.9851 16.6707 36.0327 16.48 35.9772 16.3063C35.9217 16.1326 35.773 16.0068 35.595 15.9829L25.0187 14.5605L20.4205 4.76963C20.3449 4.60875 20.1869 4.50463 20.0117 4.50015Z'/%3E%3C/svg%3E") no-repeat center left;
	    background-size: auto 13px;
	    font-size: 13px;
	    color: #666;
	    padding: 0 0 0 16px;
	}
	ul.products li .pl-item-info .price-wrapper .price {
	    font-size: 20px;
	    white-space: nowrap;
	}
	ul.products li .pl-item-info .stock_button a {
	    font-size: 12px;
	}
	.category_page .sidebar {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    border-left: none;
	    border-right: none;
	    box-sizing: border-box;
	    margin-bottom: 8px;
	}
	.category_page .sidebar .filter_submit {
	    text-align: center;
	    padding: 0;
	    padding-top: 20px;
	    font-size: 0;
	}
	.category_page .sidebar .filter_block {
	    padding: 0 0;
    	padding-top: 16px;
	}
	.category_page .sidebar .filter_submit input {
	    margin-right: 4%;
	}
	.category_page .sidebar .filter_submit input {
	    display: inline-block;
	    width: 48%;
	    height: 40px;
	    background: linear-gradient(180deg, #333333 0%, #292929 100%);
	    border-radius: 4px;
	    font-family: inherit;
	    font-weight: bold;
	    font-size: 14px;
	    line-height: 40px;
	    color: #FFFFFF;
	    border: none;
	    outline: none;
	    margin-bottom: 16px;
	    cursor: pointer;
	}
	.category_page .sidebar .filter_submit a.reset {
	    display: inline-block;
	    width: 48%;
	    height: 40px;
	    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
	    border: 1px solid #E0E0E0;
	    box-sizing: border-box;
	    border-radius: 4px;
	    text-decoration: none;
	    font-size: 14px;
	    line-height: 40px;
	    color: #212121;
	}
	ul.products li .image {
	    position: relative;
	    height: auto;
	    display: flex;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: center;
	    padding: 0px 0;
	    overflow: hidden;
	}
	ul.products li .image .badge {
position: absolute;
    top: 6px;
    right: 6px;
    width: auto;
    height: 16px;
    background: #828282b5;
    border-radius: 4px;
    font-size: 11px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
    z-index: 2;
    padding: 0 6px !important;
}
	ul.products li .pl-item-info .pl-item-info-expandable a {
	    /*font-weight: bold;*/
	    font-size: 16px;
	    line-height: 22px;
	}
	ul.products li .pl-item-info {
    padding: 8px 7px;
}
	.category_page .pager ul li.page {
	    display: inline-block;
	    width: 24px;
	    height: 24px;
	    border-radius: 32px;
	    vertical-align: middle;
	}
	.category_page .pager ul li.page a {
	    display: inline-block;
	    width: 24px;
	    height: 24px;
	    text-align: center;
	}
	.category_page .pager ul li a {
	    font-size: 12px;
	    line-height: 26px;
	    color: #828282;
	    text-decoration: none;
	}
	.category_page .pager {
	    text-align: center;
	}
	.category_page .pager ul > li:not(:last-child) {
	    margin-left: 8px;
	}

	.product_page .container {
	    background: #FFFFFF;
	    padding: 32px 25px;
	}
	.product_page .title_wrapper {
	    display: block;
	    margin-bottom: 0px;
	}
	.product_page .title_wrapper h1 {
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 28px;
	    margin-bottom: 10px;
	    color: #212121;
	}
	.product_page .product_info .images .mini_images .owl-nav,
	.product_page .product_info .images .mini_images .owl-dots {
		display: none;
	}
	.product_page .product_info .images .mini_images {
	    display: inline-block;
	    width: 100%;
	    margin-right: 0;
	    order: 2;
	}
	.product_page .product_info .images .main_images {
		order: 1;
		margin-bottom: 15px;
	}
	.product_page .product_info .images .main_images img {
	    height: auto;
	    width: 100%;
	}
	.product_page .product_info {
	    display: block;
	}
	.product_page .product_info .images {
	    display: flex;
    	flex-wrap: wrap;
	    vertical-align: top;
	    margin-right: 0;
    	width: 100%;
    	margin-bottom: 16px;
	}
	.product_page .product_info .images .mini_images #vertical_slider {
	    width: 100%;
	    height: auto;
	    display: block;
	    border-bottom: 1px solid #fff;
	    box-sizing: border-box;
	}
	.product_page .product_info .images .mini_images #vertical_slider img {
	    display: block;
	    width: 100%;
	    height: 100%;
	}
	.product_page .product_info .short_description {
	    display: block;
	    vertical-align: top;
	    margin-bottom: 20px;
	}
	.product_page .product_info .price_box {
	    width: 100%;
	}
	.product_tabs .container {
	    width: 100%;
	    padding: 0;
	}
	.product_tabs ul.tabs_header li {
	    background: #EDEDED;
	    font-size: 14px;
	    line-height: 46px;
	    text-align: center;
	    color: #828282;
	    height: 46px;
	    width: 100% !important;
	    white-space: nowrap;
	    box-sizing: border-box;
	    cursor: pointer;
	}
	.product_tabs ul.tabs_header > li:not(:last-child) {
	    border-right: none;
	    border-bottom: 1px solid #E0E0E0;
	}
	.product_tabs ul.tabs_header {
	    display: block;
	    justify-content: space-between;
	    border-top: 1px solid #E0E0E0;
	    border-bottom: 1px solid #E0E0E0;
	}
	.product_tabs .tabs_content .tab {
	    display: none;
	    background: #fff;
	    padding: 25px 25px;
	    font-size: 16px;
	    line-height: 26px;
	    color: #333333;
	}
	.product_tabs .tabs_content .tab.tab_char .char_table .row .key {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_char .char_table .row .value {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_stock {
	    padding: 25px 0;
	}
	.product_tabs .tabs_content .tab.tab_stock .stock_header {
	    order: 1;
	    padding: 0 10px;
	}
	.product_tabs .tabs_content .tab.tab_stock .stock_header .title {
	    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
	}
	.product_tabs .tabs_content .tab.tab_stock .stock_header p {
	    font-size: 14px;
	    line-height: 20px;
	    display: none;
	}
	.product_tabs .tabs_content .tab.tab_stock .stock_header p br {
		display: none;
	}
	.product_tabs .tabs_content .tab.tab_stock .table table thead > tr > th:first-child {
	    padding-left: 10px;
	    text-align: left;
	}
	.product_tabs .tabs_content .tab.tab_stock .table table thead > tr > th:nth-child(2),
	.product_tabs .tabs_content .tab.tab_stock .table table thead > tr > th:nth-child(3),
	.product_tabs .tabs_content .tab.tab_stock .table table thead > tr > th:nth-child(5) {
		display: none;
	}
	.product_tabs .tabs_content .tab.tab_stock .table table tbody > tr > td:nth-child(2),
	.product_tabs .tabs_content .tab.tab_stock .table table tbody > tr > td:nth-child(3),
	.product_tabs .tabs_content .tab.tab_stock .table table tbody > tr > td:nth-child(5) {
		display: none;
	}
	.product_tabs .tabs_content .tab.tab_stock .table table tbody > tr > td:first-child {
	    padding-left: 10px;
	    text-align: left;
	}
	.product_tabs .tabs_content .tab.tab_stock .table table td {
	    font-size: 14px;
	    line-height: 22px;
	    color: #333333;
	    padding: 17px 13px;
	    background: #FEFEFE;
	    border-bottom: 1px solid #EEEEEE;
	    text-align: center;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .fr_title {
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 28px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review p {
	    font-size: 14px;
	    line-height: 20px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review p br {
		display: none;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .fields {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .field.plus textarea {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .field.minus textarea {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .field.comment textarea {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .images {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	    margin-top: 16px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .images ul#image-list {
	    display: block;
	    max-width: 100%;
	    margin-top: 8px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .images ul#image-list > li:nth-child(1) {
	    width: 100%;
	    height: 150px;
	    margin-bottom: 8px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .images ul#image-list > li:nth-child(2) {
	    width: 100%;
	    height: 150px;
	    margin-bottom: 8px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .images ul#image-list > li:nth-child(3) {
	    width: 100%;
	    height: 150px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .submit_fields {
	    border-top: none;
	    margin-top: 30px;
	    padding-top: 0;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .submit_fields .field {
	    position: relative;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .submit_fields .field input {
	    position: relative;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .submit_fields .submit {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .submit_fields .submit input {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews ul.items li .review_info {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    margin-bottom: 16px;
	}
	.product_tabs .tabs_content .tab.tab_reviews ul.items li .review_date {
	    line-height: 18px;
	}
	.product_tabs .tabs_content .tab.tab_reviews ul.items li .review_content {
	    background: transparent;
	    padding-left: 24px;
	    margin-left: -24px;
	    margin-bottom: 24px;
	    font-size: 14px;
	    line-height: 22px;
	    color: #212121;
	}
	.product_tabs .tabs_content .tab.tab_reviews ul.items li .review_minus {
	    margin-bottom: 12px;
	    font-size: 14px;
	    line-height: 22px;
	}
	.product_tabs .tabs_content .tab.tab_reviews ul.items li .review_plus {
	    font-size: 14px;
	    line-height: 22px;
	}
	.product_tabs .tabs_content .tab.tab_reviews ul.items li {
	    padding: 14px;
	}

	.remodal[data-remodal-id="region"] ul li a {
	    text-decoration: none;
	    color: #333;
	    font-size: 14px;
	    line-height: 20px;
	}

	.cart_page {
	    padding: 30px 0 0 0;
	}
	.cart_page .container {
		display: flex;
		flex-wrap: wrap;
	}
	.cart_page .back_link {
		order: 1;
	}
	.cart_page .cart_box {
		order: 2;
	}
	.cart_page #client-form {
		order: 3;
		display: flex;
		flex-wrap: wrap;
	}
	.cart_page #client-form .cart_client_form  {
		order: 1;
	}
	.cart_page #client-form .promocode_box {
		order: 2;
	}
	.cart_page #client-form .cart_final  {
		order: 3;
		width: 100%;
	}
	.cart_page .cart_box .product_list .list_title .count {
	    display: none;
	}
	.cart_page .cart_box .product_list .list_title .title {
	    font-size: 24px;
	}
	.cart_page .cart_box .product_list .list_title {
	    padding: 16px 24px 16px 24px;
	}
	.cart_page .cart_box .product_list .cart_products li .image {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 10px;
	}
	.cart_page .cart_box .product_list .cart_products li .name {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    box-sizing: border-box;
	    padding-left: 0;
	    margin-bottom: 10px;
	}
	.cart_page .cart_box .product_list .cart_products li .name a {
	    font-size: 14px;
	    line-height: 22px;
	    color: #292929;
	    text-decoration: none;
	}
	.cart_page .cart_box .product_list .cart_products li .price {
	    display: flex;
    	justify-content: space-between;
	    width: 100%;
	    text-align: center;
	}
	.cart_page .cart_box .product_list .cart_products li .price .cost {
	    font-size: 24px;
	    line-height: 32px;
	    text-align: center;
	    color: #292929;
	    margin-bottom: 8px;
	}
	.cart_page .cart_box .product_list .cart_products li .image img {
	    max-width: 100%;
	    mix-blend-mode: multiply;
	    height: 200px;
	}
	.cart_page .cart_box .product_list .cart_products li a.delete_product {
	    position: absolute;
	    font-size: 12px;
	    line-height: 16px;
	    color: #828282;
	    right: 24px;
	    bottom: auto;
	    top: 24px;
	    text-decoration: none;
	}
	.cart_page .cart_box .product_list .cart_products > li:nth-child(even) {
	    background: #fff;
	}
	.cart_page .cart_box .product_list {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    margin-bottom: 16px;
	}
	.cart_page .cart_box .total_line {
	    position: relative;
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    margin-left: 0;
	}
	.cart_page .cart_related_products {
		/*display: none;*/
		order: 2;
		max-width: 100%;
	}
	.cart_page .cart_related_products .title {
	    font-size: 24px;
	    line-height: 32px;
	}
	.cart_page .cart_related_products ul.products > li:not(:nth-child(4n)) {
	    margin-right: 0;
	}
	.cart_page .promocode_box .title {
	    font-size: 24px;
	    line-height: 32px;
	}
	.cart_page .promocode_box .items .item.promocode_form {
	    display: inline-block;
	    margin-right: 0;
	    width: 100%;
	}
	.cart_page .cart_client_form .title {
	    font-size: 24px;
	    line-height: 32px;
	}
	.cart_page .cart_client_form .clients_fields .field input {
	    display: block;
	    width: 100%;
	}
	.cart_page .cart_client_form ul.tabs_header li {
	    display: inline-block;
	    font-size: 14px;
	    line-height: 22px;
	    color: #BDBDBD;
	    margin-right: 12px;
	    cursor: pointer;
	}
	.cart_page .cart_client_form .tabs .tab .shops_panel .shops_list {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 0;
	}
	.cart_page .cart_client_form .tabs .tab .shops_panel .shops_list ul li {
	    width: 100%;
	    background: #FFFFFF;
	    border: 1px solid #E0E0E0;
	    box-sizing: border-box;
	    border-radius: 0px;
	    padding: 16px;
	    cursor: pointer;
	}
	.cart_page .cart_client_form .tabs .tab .shops_panel .shops_list ul li .stock {
	    margin-bottom: 0;
	}
	.cart_page .cart_client_form .tabs .tab .shops_panel .map {
	    display: none;
	}
	.cart_page .cart_final .title {
	    font-size: 24px;
	    line-height: 32px;
	    color: #333333;
	    padding: 24px 0 16px 0;
	    border-bottom: 1px solid #EDEDED;
	}
	.cart_page .cart_final .resume {
	    display: block;
	    padding: 24px 0;
	}
	.cart_page .cart_final .resume .left {
	    margin-bottom: 24px;
	}
	.cart_page .cart_final .resume .left .comment textarea {
	    width: 100%;
	}
	.cart_page .cart_final .resume .right .total_box {
	    width: 100%;
	}
	.cart_page .cart_final .resume .right .total_box .button input {
	    display: inline-block;
	    width: 100%;
	}
	.cart_page .cart_box .total_line .total_box .button a {
	    display: inline-block;
	    width: 100%;
	}
	.cart_page .cart_box .total_line .total_box .button {
	    margin-top: 16px;
	}
	.cart_page .cart_final .resume .right .total_box .button {
	    margin-top: 16px;
	}
	.cart_page .cart_final.hidden .title {
	    color: #BDBDBD;
	    border: none;
	    padding: 24px 0;
	}

	body.mobile_menu_active {
		overflow: hidden;
	}
	.mobile_menu {
		display: none;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    background: rgba(0, 0, 0, 0.8);
	    z-index: 99;
	    transition: 0.4s all;
	}
	.mobile_menu > ul {
		width: 80%;
	    background: #fff;
	    box-sizing: border-box;
	    height: 100%;
	    overflow-y: scroll;
	    position: absolute;
	    left: -100%;
	    transition: 0.4s all;
	}
	.mobile_menu ul li a {
		display: inline-block;
	    padding: 17px 20px;
	    font-size: 16px;
	    line-height: 20px;
	    color: #828282;
	    text-decoration: none;
	    width: 100%;
	    box-sizing: border-box;
	}
	.mobile_menu ul > li:not(:last-child) a{
		border-bottom: 1px solid #F2F2F2;
	}
	.mobile_menu ul li.gray a {
	    background: #f5f5f5;
	    border-bottom: 1px solid #dedede;
	}
	.mobile_menu ul li a img {
		display: inline-block;
    	vertical-align: middle;
    	width: 16px;
    	margin-right: 6px;
	}
	.mobile_menu ul li.phone a {
		font-weight: bold;
    	background: #e8e8e8;
    	border-bottom: 1px solid #dedede;
    	font-size: 16px;
	}
	#popular_products_carousel .owl-item {
		float: left;
	}
	/*#popular_products_carousel .owl-nav {
		display: none;
	}*/

	#articles_carousel .owl-item {
		float: left;
	}
	#articles_carousel .owl-nav {
		display: none;
	}
	#articles_carousel .owl-dots {
		text-align: center;
		margin-top: 12px;
	}
	#articles_carousel .owl-dots button {
		display: inline-block;
	    vertical-align: top;
	    width: 12px;
	    height: 12px;
	    padding: 0;
	    margin: 0;
	    border: none;
	    background: #333;
	    border-radius: 12px;
	    opacity: 0.8;
	}
	.last_articles ul.articles {
	    position: relative;
	    z-index: 2;
	    margin-bottom: 30px;
	    height: auto;
	}
	#articles_carousel .owl-dots button.active {
		opacity: 1;
		background: #ffe600;
	}
	#articles_carousel .owl-dots > button:not(:last-child) {
		margin-right: 8px;
	}
	.benefites ul li.icon_cell .icon img {
	    width: 32px;
	}
	.benefites ul li.icon_cell .icon {
	    margin-bottom: 10px;
	}
	.benefites ul li.icon_cell .title {
	    font-size: 18px;
	    line-height: 26px;
	}
	.benefites ul li.icon_cell p {
	    font-size: 14px;
	    line-height: 20px;
	}

	.register_and_news .news ul {
		margin-bottom: 24px;
	}
	.register_and_news .news .button a {
	    display: inline-block;
	    width: 232px;
	    height: 47px;
	    background: linear-gradient(180deg, #333333 0%, #292929 100%);
	    border-radius: 5px;
	    font-size: 16px;
	    line-height: 47px;
	    text-align: center;
	    color: #FFFFFF;
	    text-decoration: none;
	}

	/*#popular_products_carousel .owl-nav {
		display: none;
	}*/
	#popular_products_carousel .owl-dots {
		text-align: center;
    	margin-top: 0;
    	margin-bottom: 24px;
    	width: 100%;
	}
	#popular_products_carousel .owl-dots button {
		display: inline-block;
	    vertical-align: top;
	    width: 12px;
	    height: 12px;
	    padding: 0;
	    margin: 0;
	    border: none;
	    background: #333;
	    border-radius: 12px;
	    opacity: 0.8;
	}
	#popular_products_carousel .owl-dots button.active {
		opacity: 1;
		background: #ffe600;
	}
	#popular_products_carousel .owl-dots > button:not(:last-child) {
		margin-right: 8px;
	}

	.product_tabs ul.tabs_header.double {
		display: none;
	}

	#related_products_carousel .owl-item {
		float: left;
	}
	#related_products_carousel .owl-nav {
		/*display: none;*/
	}
	#related_products_carousel .owl-dots {
		text-align: center;
    	margin-top: 0;
    	margin-bottom: 24px;
    	width: 100%;
	}
	#related_products_carousel .owl-dots button {
		display: inline-block;
	    vertical-align: top;
	    width: 12px;
	    height: 12px;
	    padding: 0;
	    margin: 0;
	    border: none;
	    background: #333;
	    border-radius: 12px;
	    opacity: 0.8;
	}
	#related_products_carousel .owl-dots button.active {
		opacity: 1;
		background: #ffe600;
	}
	#related_products_carousel .owl-dots > button:not(:last-child) {
		margin-right: 8px;
	}

	.shops_page .container {
	    background: #FFFFFF;
	    padding: 24px 20px;
	    box-sizing: border-box;
	}
	.shops_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.delivery_page .container {
	    background: #FFFFFF;
	    padding: 24px 24px;
	    box-sizing: border-box;
	}
	.delivery_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.delivery_page .dp-page__col {
	    display: inline-block;
	    width: 25%;
	    font-size: 14px;
	    line-height: 20px;
	}
	.actions_page .container {
	    background: #FFFFFF;
	    padding: 24px 24px;
	    box-sizing: border-box;
	}
	.actions_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.text_page .container {
	    background: #FFFFFF;
	    padding: 24px 24px;
	    box-sizing: border-box;
	}
	.text_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.text_page h2 {
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 28px;
	    color: #333;
	    margin-bottom: 16px;
	    position: relative;
	    z-index: 2;
	}
	.text_page img {
	    display: inline-block;
	    margin-bottom: 16px;
	    max-width: 100%;
	    height: auto !important;
	}
	.articles_page .sidebar {
	    width: 100%;
	    margin: 20px 0;
	    display: inline-block;
	    vertical-align: top;
	    border-left: 1px solid #F2F2F2;
	    border-right: 1px solid #F2F2F2;
	    border-top: 1px solid #f2f2f2;
	    border-bottom: 1px solid #f2f2f2;
	    box-sizing: border-box;
	    order: 2;
	}
	.articles_page .content {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    box-sizing: border-box;
	    padding: 24px 0;
	}
	.articles_page .content h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.articles_page .content .items li .meta_info h3 a {
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 26px;
	    color: #000000;
	    margin-bottom: 10px;
	    text-decoration: none;
	}
	.remodal[data-remodal-id="region"] ul {
	    columns: 2;
	}
	.kolba_preheader .region_choose span.city_question {
		display: none;
	}
	.category_page .products_block h1 {
	    font-weight: bold;
	    font-size: 24px;
	    line-height: 28px;
	    color: #333;
	    margin-bottom: 5px;
	    position: relative;
	    z-index: 2;margin-top: 11px;
	}
	.category_page .products_block .sort_line label {
	    display: inline-block;
	    margin-bottom: 10px;
	    font-size: 14px;
	    margin-right: 0;
	    padding-right: 17px;
	    padding-left: 22px;
	    background-image: url(/images/kolba_new/dwn.png), url(/images/kolba_new/sort_icon.svg);
	    background-repeat: no-repeat;
	    background-position: right center, left center;
	    background-size: 13px auto, 16px auto;
	    line-height: unset;
	}
	.category_page .products_block .sort_line ul {
	    display: none;
	    /*flex-wrap: wrap;*/
	    /*justify-content: space-between;*/
	    vertical-align: top;
	    width: 100%;
	}
	.category_page .products_block .sort_line ul li {
		margin-right: 0;
		width: 100%;
    	text-align: right;
	}
	.category_page .products_block .sort_line ul > li:not(:last-child) {
	    margin-right: 0;
	    margin-bottom: 2px;
	}
	.category_page .products_block .sort_line ul li a {
	    font-size: 14px;
	    line-height: 20px;
	    color: #666;
	    text-decoration: none;
	}
	.category_page .products_block .sort_line {
	    border-bottom: none;
    	padding-bottom: 0;
	    margin-bottom: 0;
	    padding-top: 20px;
	    height: auto;
	    width: 50%;
	    /*display: none; */
	    text-align: right;
	}
	.product_page .product_info .variations {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_description iframe {
		width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_description .buy {
	    text-align: center;
	    margin: 0 auto;
	    margin-top: 32px;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_description .buy .name {
	    font-size: 24px;
	    line-height: 32px;
	}

	.cart_page .cart_related_products ul.products .owl-item {
		float: left;
	}
	.cart_page .cart_related_products ul.products .owl-nav {
		display: none;
	}
	.cart_page .cart_related_products ul.products .owl-dots {
		text-align: center;
    	margin-top: 0;
    	margin-bottom: 24px;
    	width: 100%;
	}
	.cart_page .cart_related_products ul.products .owl-dots button {
		display: inline-block;
	    vertical-align: top;
	    width: 12px;
	    height: 12px;
	    padding: 0;
	    margin: 0;
	    border: none;
	    background: #333;
	    border-radius: 12px;
	    opacity: 0.8;
	}
	.cart_page .cart_related_products ul.products .owl-dots button.active {
		opacity: 1;
		background: #ffe600;
	}
	.cart_page .cart_related_products ul.products .owl-dots > button:not(:last-child) {
		margin-right: 8px;
	}
	.cart_page .cart_related_products ul.products {
	    padding: 24px 24px 0 24px;
	    width: 100%;
	    max-width: 100%;
	    overflow: hidden;
	    box-sizing: border-box;
	}
	.remodal[data-remodal-id="reserv"] {
	    width: 100%;
	}
	.search_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.actions_detail_page .min-img-akc {
		display: block;
	}
	.actions_detail_page .max-img-akc {
		display: none;
	}
	.actions_detail_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.actions_detail_page .container {
	    background: #FFFFFF;
	    padding: 20px 15px;
	}
	.last_articles ul.articles:after {
		display: none;
	}
	.last_articles .more_link {
	    margin-top: 0;
	}




	.is_desktop {
		display: none;
	}
	.is_mobile {
		display: block !important;
	}

	.discount_card .card {
	    display: inline-block;
	    vertical-align: top;
	    position: relative;
	    top: 0;
	    width: 100%;
	    margin-bottom: 32px;
	}
	.discount_card .info {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    box-sizing: border-box;
	    padding-left: 0;
	}
	.discount_card .card_history {
	    padding-top: 48px;
	    width: 100%;
	    margin-left: auto;
	    box-sizing: border-box;
	    padding-left: 0;
	}
	.discount_card .card_history .card_history_items .item .operation {
		display: none;
	}
	.discount_card .card_history .card_history_items .item .date {
	    display: inline-block;
	    vertical-align: top;
	    width: 35%;
	    font-size: 14px;
	    color: #8c8c8c;
	}
	.discount_card .card_history .card_history_items .item .bonus {
	    display: inline-block;
	    vertical-align: top;
	    width: 10%;
	    font-size: 14px;
	    font-weight: bold;
	}
	.discount_card .card_history .card_history_items .item .comment {
	    display: inline-block;
	    vertical-align: top;
	    width: 55%;
	    font-size: 14px;
	}
	.discount_card .card img {
	    display: block;
	    width: 100%;
	}
	.about_text .container {
	    background: #fff;
	    padding: 25px 25px;
	    box-sizing: border-box;
	    margin-top: 30px;
	}
	.about_text h1 {
	    font-weight: bold;
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 10px;
	}
	.about_text .cols > .col_6:first-child {
	    margin-right: 0;
	}
	.about_text .cols .col_6 {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    font-size: 16px;
	}
	.cart_page .promocode_box .items .item.bonus_form {
		width: 100%;
		margin-right: 0;
	}
	.cart_page .promocode_box .items .separator {
	    margin: 32px 0;
	}

	.cart_page .cart_client_form .tabs .tab.delivery .pay_select .radio label {
	    display: inline-block;
	    vertical-align: top;
	    width: 200px;
	    white-space: nowrap;
	    height: 50px;
	    background: #F2F2F2;
	    border: 1px solid rgba(0, 0, 0, 0.5);
	    border-left: none;
	    box-sizing: border-box;
	    border-radius: 0 4px 4px 0;
	    font-size: 14px;
	    line-height: 50px;
	    color: #333333;
	    cursor: pointer;
	}
	.cart_page .cart_client_form .tabs .tab.delivery .clients_fields .field input {
	    display: block;
	    width: 100%;
	}
	.rev-lists-status {
	    background: transparent !important;
	}
	.category_page .products_block .price_range {
	    width: 50%;
	    padding-top: 20px;
	    padding-bottom: 0;
	    height: auto;
	    /*display: none;*/
	    border-bottom: none;
	}
	.calc_page .sidebar {
	    width: 100%;
	    order: 2;
	}
	.calc_page .content {
	    width: 100%;
	    order: 1;
	    display: inline-block;
	    vertical-align: top;
	    box-sizing: border-box;
	    padding: 20px 0 32px 0;
	}
	.calc_page .content h1 {
		/*display: none;*/
		font-size: 22px;
    	line-height: 24px;
    	margin-bottom: 20px;
	}
	.text_page .calcs_list ul li {
	    list-style-type: none;
	    display: inline-block;
	    width: 100%;
	}
	.popular_products.related_products h3 {
	    font-weight: bold;
	    font-size: 30px;
	    line-height: 36px;
	}
	footer .menu_and_socials .apps {
	    text-align: left;
	    margin-bottom: 24px;
	    width: 100%;
	}
	footer .menu_and_socials .social_links .youtube {
	    text-align: left;
	}
	.popular_products h2,
	.popular_products h3 {
	    font-weight: bold;
	    font-size: 24px;
    	line-height: 30px;
    	margin-bottom: 20px;
	}
	a.to_top {
	    position: fixed;
	    right: 20px;
	    bottom: 70px;
	}
	.main_menu ul.menu > li.active {
		background: inherit;
	}
	.main_menu ul.menu > li.active a {
		color: #fff;
	}
	.main_menu ul.menu > li.expand.active a img.black {
		display: none;
	}
	.main_menu ul.menu > li.expand.active a img.white {
		display: block;
		margin: 0 15px 0 -3px;
	}

	.subcategory_page .items a .image {
	    display: none;
	}

	.main_menu {
		display: none;
	}
	.main_menu.home {
		display: block;
	}

	.calc_page #start-value {
	    float: none;
	    width: 100%;
	    padding: 2%;
	    margin: 25px 0px;
	    border-radius: 5px;
	    background: #eee;
	    margin-right: 2%;
	    box-sizing: border-box;
	}
	.calc_page #end-value {
	    padding: 2%;
	    margin: 25px 0px;
	    border-radius: 5px;
	    background: #fff;
	    float: none;
	    width: 100%;
	    border: 2px solid #ffe600;
	    box-sizing: border-box;
	}
	.calc_page #start-value input {
	    display: inline-block;
	    width: 180px;
	    height: 40px;
	    background: #FEFEFE;
	    border: 1px solid rgba(0, 0, 0, 0.1);
	    box-sizing: border-box;
	    box-shadow: inset 0px 1px 4px rgb(0 0 0 / 6%);
	    border-radius: 4px;
	    padding: 0 10px;
	    margin-right: 4px;    font-size: 18px;
	}

	#filter-form .label-form {
	    float: none;
	    font-weight: normal;
	    color: #000;
	    margin-right: 20px;
	    padding-top: 2px;
	    padding-bottom: 1px;
	    padding-right: 17px;
	    padding-left: 22px;
	    background-image: url(/images/kolba_new/dwn.png), url(/images/kolba_new/filter_icon.svg);
	    background-repeat: no-repeat;
	    background-position: right center, left center;
	    background-size: 13px auto, 16px auto;
	    display: inline-block;
	    font-size: 13px;
	    margin-bottom: 10px;
	}
	#filter-form .block-filter {
	    float: none;
	    margin-right: 12px;
	    position: relative;
	    width: 100%;
	    margin-bottom: 4px;
	    display: none;
	}
	#filter-form .label-filter span {
	    padding-left: 0;
	    text-transform: lowercase;
	}
	#filter-form .input-filter {
	    top: 20px;
	}
	#filter-form form {
	    padding: 0;
	}

	ul.products li .pl-item-info .submit-wrapper a.to_cart_button {
	    display: inline-block;
	    width: 96px;
	    height: 38px;
	    background: linear-gradient(0deg, #ffdd00, #ffdd00);
	    border-radius: 4px;
	    font-size: 14px;
	    line-height: 38px;
	    text-align: center;
	    color: #000;
	    text-decoration: none;
	    margin-right: 16px;
	}

	.category_page .category_list {
		display: block !important;
	}
	.category_page .category_list ul > li:not(:nth-child(5n)) {
	    margin-right: 0;
	}
	.category_page .category_list ul li {
	    width: 100%;
	}

	.remodal[data-remodal-id="stock"] {
	    padding: 24px 16px;
	}
	.remodal[data-remodal-id="stock"] .table table tr > th:nth-child(2),
	.remodal[data-remodal-id="stock"] .table table tr > td:nth-child(2) {
		display: none;
	}

	.kolba_preheader a.phone_link,
	.kolba_preheader a.header_shop_link {
		display: none !important;
	}

	.box-novinki .container {
	    padding: 0 40px;
	}
	.box-novinki ul.products {
		/* overflow: hidden; */
	}

	.last_articles .container {
	    padding: 0 24px;
	}

	.register_and_news .news img {
		display: block;
	    width: 100%;
	    height: auto;
	}

	.mini_actions {
		margin-top: 24px;
		aspect-ratio: 375/219 !important;
	}
	.mini_actions ul .owl-prev {
	    position: absolute;
	    top: calc(50% - 18px);
	    left: -12px;
	    background: url(/images/kolba_new/icon_arrow_black_left.svg) no-repeat center center, #fff;
	    background-size: 24px;
	    border: none;
	    width: 36px;
	    height: 36px;
	    cursor: pointer;
	    box-shadow: 0 0.1rem 2rem rgb(4 6 28 / 10%);
	    border-radius: 48px;
	}
	.mini_actions ul .owl-next {
	    position: absolute;
	    top: calc(50% - 18px);
	    right: -12px;
	    background: url(/images/kolba_new/icon_arrow_black_right.svg) no-repeat center center, #fff;
	    background-size: 24px;
	    border: none;
	    width: 36px;
	    height: 36px;
	    cursor: pointer;
	    box-shadow: 0 0.1rem 2rem rgb(4 6 28 / 10%);
	    border-radius: 48px;
	}
	.mini_actions ul .owl-prev:hover {
	    background: url(/images/kolba_new/icon_arrow_black_left.svg) no-repeat center center, #ffe600;
	    background-size: 24px;
	}
	.mini_actions ul .owl-next:hover {
	    background: url(/images/kolba_new/icon_arrow_black_right.svg) no-repeat center center, #ffe600;
	    background-size: 24px;
	}

	.login_page .login_container {
	    width: 100%;
	    box-sizing: border-box;
	    padding: 30px 24px;
	}
	.login_page .title {
	    font-size: 24px;
	}

	.category_page.full_width .container,
	body.wide_container .container {
	    width: 100% !important;
	    margin: 0 auto;
	    overflow: hidden;
	    padding: 0 9px;
	    box-sizing: border-box;
	    min-width: 100%;
	}
	body.wide_container .main_menu > .container {
		overflow: visible;
		padding: 0;
	}
	.category_with_sidebar {
	    display: block;
	}
	.category_with_sidebar .category_products_list {
	    width: 100%;
	}
	.category_page .products_block .category_with_sidebar .category_products_list ul.products > li:not(:nth-child(4n)) {
	    margin-right: unset;
	}
	.category_page .products_block .category_with_sidebar .category_products_list ul.products > li:not(:nth-child(2n)) {
	    margin-right: 2%;
	}
	.category_page .products_block .category_with_sidebar .sort_line ul li {
	    margin-right: 10px;
	    width: auto;
	    text-align: left;
	    display: inline-block;
	}
	.category_with_sidebar #filter-form input[type='submit'] {
		display: none;
	}
	.category_with_sidebar #filter-form .block-filter {
	    display: inline-block;
	    width: auto;
	    margin-bottom: 8px;
	    margin-right: 8px;
	    position: unset;
	}
	.category_with_sidebar #filter-form .label-filter span {
	    background: url(/images/kolba_new/dwn.png), #f3f3f3;
	    background-repeat: no-repeat;
	    background-position: right 4px center;
	    font-size: 14px;
	    display: inline-block;
	    padding: 0 20px 0 10px;
	    line-height: 26px;
	    border-radius: 4px;
	    text-decoration: none;
	    color: #656565;
	    background-blend-mode: multiply;
	}
	.category_with_sidebar #filter-form .selected-filter .label-filter-text {
	    border: none;
	    color: inherit;
	    background: url(/images/kolba_new/dwn.png), #ffe600;
	    background-repeat: no-repeat;
	    background-position: right 4px center;
	}
	.category_with_sidebar #filter-form .input-filter {
	    display: none !important;
	    position: absolute;
	    background: #fff;
	    width: 100%;
	    box-shadow: 0px 4px 17px rgb(0 0 0 / 10%);
	    border-radius: 4px;
	    padding: 16px;
	    left: 0;
	    top: calc(100% + 8px);
	    box-sizing: border-box;
	}
	.category_page .category_with_sidebar .sidebar {
	    width: 100%;
	}
	.category_with_sidebar #filter-form form {
		display: none;
		position: relative;
	    padding: 0;
	    margin-top: 8px;
	}
	.category_with_sidebar #filter-form form > .block-filter:not(:last-child) {
	    border-bottom: none;
	}
	.category_with_sidebar #filter-form .input-filter .input-filter-inp {
	    margin: 0;
	    padding: 0;
	}
	.category_with_sidebar #filter-form .ui-widget.ui-widget-content {
	    width: 252px;
	}
	.category_with_sidebar #filter-form .block-filter a.mobile_submit {
		display: inline-block !important;
		width: 84px;
	    height: 24px;
	    background: linear-gradient( 
	0deg, #F8DB06, #F8DB06);
	    border-radius: 4px;
	    font-size: 13px;
	    line-height: 24px;
	    text-align: center;
	    color: #000;
	    text-decoration: none;
	    margin-top: 8px;
	}
	.category_with_sidebar #filter-form .mobile_header {
		display: block;
	    font-weight: normal;
	    color: #000;
	    margin-right: 20px;
	    padding-top: 2px;
	    padding-bottom: 1px;
	    padding-right: 17px;
	    padding-left: 22px;
	    background-image: url(/images/kolba_new/dwn.png), url(/images/kolba_new/filter_icon.svg);
	    background-repeat: no-repeat;
	    background-position: right center, left center;
	    background-size: 13px auto, 16px auto;
	    display: inline-block;
	    font-size: 14px;
	}
	.category_with_sidebar #filter-form .mobile_header span {
		display: inline-block;
	   	width: 20px;
	   	height: 20px;
	   	border-radius: 50%;
	   	line-height: 20px;
	   	background: #ffe600;
	   	text-align: center;
	   	font-size: 13px;
	   	font-weight: 600;
	   	margin-left: 2px;
	}
	.category_with_sidebar #filter-form .mobile_header a {
		color: red;
		display: inline-block;
		margin-left: 8px;
	}
	.category_page .products_block .category_with_sidebar .sort_line {
		padding-top: 0;
	}

	.shops_page .shops_list {
	    display: block;
	}
	.shops_page .shops_list .banner img {
	    width: 100%;
	}
	.shops_page .shops_list .list {
	    width: 100%;
	    margin-right: 0;
	}
	.articles_page .sidebar .banner img {
	    width: auto;
	    margin: 24px auto;
	    display: block;
	    max-width: 100%;
	}
	.product_tabs .tabs_content {
	    display: inline-block;
	    width: 100%;
	}
	.product_tabs .shops_list {
		display: none;
	}
	.short_category_description {
	    margin-bottom: 32px;
	    font-size: 14px;
	    color: #666;
	    line-height: 20px;
	}

	.product_page .product_info .accessories {
	    order: 5;
	    width: 100%;
	}
	.autocomplete-suggestions {
	    width: calc(100% - 32px) !important;
	}

	.product_tabs .tabs_content .tab.tab_reviews ul.items li .review_images {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews ul.items li .review_images:empty {
		display: none;
	}
	.product_tabs .tabs_content .tab.tab_reviews ul.items li .review_images img {
	    width: 70px;
	}

	.category_page .products_block .category_with_sidebar.ucenka .category_products_list ul.products li {
	    width: calc(100%/2 - 6px);
	}
	.category_page .products_block .category_with_sidebar.ucenka .category_products_list ul.products > li:not(:nth-child(5n)) {
	    margin-right: 0;
	}
	.category_page .products_block .category_with_sidebar.ucenka .category_products_list ul.products > li:not(:nth-child(2n)) {
	    margin-right: 12px;
	}

	.mobile_menu > ul.catalog_list {

	}
	.mobile_menu > ul.catalog_list li.title,
	.mobile_menu > ul.school_list li.title {
		background: #ffdd00;
    	padding: 17px 20px;
    	font-weight: bold;
	}
	.mobile_menu > ul.catalog_list li.back,
	.mobile_menu > ul.school_list li.back {
	    padding: 10px 20px;
	    color: #666;
	    background: #ededed;
	    font-size: 14px;
	}
	.mobile_menu ul.school_list li a {
		position: relative;
		padding: 17px 30px;
	}
	.mobile_menu ul.school_list li a.sellected {
		font-weight: bold;
    	color: #000;
	}
	.mobile_menu ul.school_list li a span {
		left: 11px;
    	top: 20px;
	}
	.mobile_menu > ul.catalog_list li.back a {
		
	}
	.mobile_menu > ul.catalog_list li.with_childs > a {
		background: url(/images/kolba_new/submenu_arrow_right.svg) no-repeat center right 20px;
	}
	.mobile_menu > ul.catalog_list li.with_childs > ul.subsubmenu,
	.mobile_menu > ul.catalog_list li.with_childs > ul.subsubmenu > li > .subsubsubmenu {
		display: none;
	}
	.mobile_menu > ul.catalog_list li.with_childs > ul.subsubmenu {
		background: #efefef;
	}
	.mobile_menu > ul.catalog_list li.with_childs > ul.subsubmenu > li > .subsubsubmenu {
		background: #f1f1f1;
	}

	.mobile_menu > ul.mobile_menu_list .search {
		background: #f5f5f5;
    	padding: 12px 16px;
	}
	.mobile_menu > ul.mobile_menu_list .search input {
		width: 100%;
	    box-sizing: border-box;
	    border: none;
	    font-family: inherit;
	    padding: 8px 12px 8px 32px;
	    background: url(/images/kolba_new/search_gray.svg) no-repeat center left 8px, #fff;
	    background-size: 16px;
	    font-size: 16px;
	    border: 2px solid #2f2d2e;
    border-radius: 7px;
	}
	.mobile_menu > ul.mobile_menu_list .city {
		border-bottom: 16px solid #f5f5f5;
	}
	.mobile_menu > ul.mobile_menu_list .city a {
		padding: 10px 20px;
	}
	.mobile_menu > ul.mobile_menu_list .city a b {
		color: #333;
    	font-weight: bold;
	}
	.mobile_menu > ul.school_list {
		padding-bottom: 64px;
	}
	.mobile_menu > ul.mobile_menu_list li.divider,
	.mobile_menu > ul.school_list li.divider {
		background: #f5f5f5;
	    padding: 12px 20px;
	    font-size: 14px;
	    font-weight: bold;
	}
	.mobile_menu > ul.mobile_menu_list li.catalog_link a {
		background: url(/images/kolba_new/mobile_menu/mobile_menu_catalog.svg) no-repeat center left 20px, url(/images/kolba_new/submenu_arrow_right.svg) no-repeat center right 20px;
    	padding-left: 48px;
    	background-size: 16px auto, 4px 6px;
	}
	.mobile_menu > ul.mobile_menu_list li.school_link a {
		background: url(/images/kolba_new/mobile_menu/edu.svg?v=1) no-repeat center left 20px, url(/images/kolba_new/submenu_arrow_right.svg) no-repeat center right 20px;
    	padding-left: 48px;
    	background-size: 20px auto, 4px 6px;
	}
	.mobile_menu > ul.mobile_menu_list li.actions_link a {
		background: url(/images/kolba_new/mobile_menu/mobile_menu_actions.svg) no-repeat center left 20px;
		padding-left: 48px;
    	background-size: 16px auto;
	}
	.mobile_menu > ul.mobile_menu_list li.favorites_link a {
		background: url(/images/kolba_new/mobile_menu/mobile_menu_favorites.svg) no-repeat center left 20px;
		padding-left: 48px;
    	background-size: 16px auto;
	}
	.mobile_menu > ul.mobile_menu_list li.delivery_link a {
		background: url(/images/kolba_new/mobile_menu/mobile_menu_delivery.svg) no-repeat center left 16px;
		padding-left: 48px;
    	background-size: 20px auto;
	}
	.mobile_menu > ul.mobile_menu_list li.shops_link a {
		background: url(/images/kolba_new/mobile_menu/mobile_menu_map.svg) no-repeat center left 24px;
		padding-left: 48px;
    	background-size: 12px auto;
	}

	.mobile_menu > a.close {
		position: absolute;
	    top: 16px;
	    right: 16px;
	    background: url(/images/kolba_new/mobile_menu/mobile_menu_close_icon_white.svg) no-repeat center center;
	    background-size: 100%;
	    width: 24px;
	    height: 24px;
	    z-index: 99;
	}

	/*ul.products li .pl-item-info .rating span.text {
	    margin-left: 4px;
	}*/

	ul.products li .pl-item-info .rating img {
	    margin-right: 0px;
	    width: 9px;
	}

	ul.products li .pl-item-info .submit-wrapper input.to_cart_button,
	ul.products li .pl-item-info .submit-wrapper a.to_cart_button {
		height: 34px;
		line-height: 34px;
		font-size: 15px;
	}

	.new_city_accepted {
	    position: relative;
        top: auto;
        left: auto;
        display: block;
        width: 100%;
        padding: 7px 12px;
        margin-top: 0px;
        margin-bottom: 12px;
	}
	.new_city_accepted p.city_name {
	    font-size: 14px;
	    float: none;
	    color: #000;
	    line-height: 24px;
    	margin-bottom: 8px;
	    text-align: center;
	}
	.new_city_accepted .buttons {
	    float: none;
	    margin-left: 0;
	    width: 100%;
	    font-size: 0;
	}
	.new_city_accepted .buttons button.yes {
	    border: 0;
	    border-radius: 4px;
	    color: #fff;
	    line-height: 34px;
	    font-size: 14px;
	    font-weight: 600;
	    height: 34px;
	    background: #292929;
	    cursor: pointer;
	    width: calc(50% - 6px);
	}
	.new_city_accepted .buttons button.change {
	    border: 0;
	    border-radius: 4px;
	    line-height: 34px;
	    margin-left: 12px;
	    background: #dbc500;
	    color: #000;
	    font-size: 14px;
	    height: 34px;
	    cursor: pointer;
	    width: calc(50% - 6px);
	}

	.articles_page .content .items li .text {
	    display: block;
	}
	.articles_page .content .items li .text img {
	    max-width: 100%;
	    width: 100%;
	    height: 210px;
	    object-fit: cover;
	    margin-right: 0;
	}
	.articles_page .content .items li .text {
		margin-bottom: 16px;
	}

	.about_text .container {
		padding: 32px 16px !important;
	}
	.remodal[data-remodal-id="thanks"].with_related_products {
	    width: 100%;
	}
	.remodal[data-remodal-id="thanks"].with_related_products .itm-aksess-list {
	    display: block;
	}
	.remodal[data-remodal-id="thanks"].with_related_products .itm-aksess {
	    display: block;
	    margin: 0 auto 8px auto;
	    float: none;
	}

	.subcategory_page .container .short_category_description.on_mobile {
		display: block;
	}
	.subcategory_page .container .short_category_description:not(.on_mobile) {
		display: none;
	}

	.city_fast_search ul li {
	    margin-bottom: 8px !important;
	}
	.kolba_preheader .region_choose .submenu {
		display: none;
	}

	.main_menu ul.menu > li > a {
		font-size: 18px;
	}

	.box-novinki #new_products_carousel .owl-next,
	.box-novinki #popular_products_carousel .owl-next,
	.box-novinki #new_products_carousel .owl-prev,
	.box-novinki #popular_products_carousel .owl-prev {
		background-size: 24px !important;
	    width: 36px !important;
	    height: 36px !important;
	}
	.box-novinki #new_products_carousel .owl-prev,
	.box-novinki #popular_products_carousel .owl-prev {
		left: -11px !important;
	}

	.register_and_news .register .form input[type=text],
	.register_and_news .register .form input[type=password] {
	    width: 100%;
	    font-size: 16px;
	}

	.remodal[data-remodal-id="reserv"] form input[type=text] {
	    width: 100%;
	    font-size: 16px;
	}
	.profile_form .field input {
	    width: 100%;
	    font-size: 16px;
	}

	.register_and_news .register .form .policy {
	    font-size: 14px;
	    line-height: 19px;
	}

	.popular_products.favorites_products ul.products li {
	    width: 49%;
	}
	.popular_products.favorites_products ul.products li .image {
	    height: auto;
	}

	.remodal[data-remodal-id="thanks"] .button a {
	    width: 100%;
	}
	.remodal[data-remodal-id="thanks"] .link a {
	    width: 100%;
	}

	ul.products li .pl-item-info .submit-wrapper .to_cart_button.added {
	    font-size: 14px;
	}

	.product_page .share_block {
	    order: 2;
	    margin: 12px 0 16px 0;
	    width: 100%;
	    padding: 12px 16px;
	}
	.product_page .share_block a {
	    height: 36px;
	    line-height: 36px;
	    padding: 0 12px;
	}
	.cashback-p a {
	    white-space: normal !important;
	}

	.search_not_found .search_not_found_bg {
	    width: 100%;
	}
	.search_not_found .search_not_found_without_bg br {
		display: none;
	}

	#pop-cat {
              width: 100%;
        box-sizing: border-box;
        padding: 0px; margin: 20px auto 0;
    }

    #pop-cat li {
    height: auto;
}
    #pop-cat li#pop-cat-sam {
        width: calc(50% - 5px) !important;
        margin: 0;
        margin-right: 10px;
    }
    #pop-cat li#pop-cat-piv {
        width: calc(50% - 5px) !important;
        margin: 0;
    }
    #pop-cat li#pop-cat-sam img {
        width: 80px;
        height: auto;
    }
    #pop-cat li {
        margin: 0;
        width: calc(50% - 5px);
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    #pop-cat > li:not(:nth-child(2n)) {
        margin-right: 10px;
    }
    #pop-cat li a span {
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 19px;
        margin-bottom: 10px;
        text-align: left;
    }
    #pop-cat li a b {
        position: relative;
        z-index: 1;
    }

    #pop-cat li:hover {
        background: #545454;
}
#pop-cat li:hover a span {
    color: #ffffff;
}

    .search_not_found .search_not_found_popular_categories .search_not_found_popular_categories_title {
	    padding: 0;
	}
	.search_not_found .search_not_found_popular_categories #pop-cat {
	    padding: 0;
	}
	
	.breadcrumbs_wrapper {
	    padding: 0 0;
	}
	.breadcrumbs_wrapper nav {
		white-space: nowrap;
    	overflow-x: scroll;
    	padding: 10px 0;
	}

	ul.products li .pl-item-info .rating span.text > span {
		/* display: none; */
	}

	.category_page .products_block .category_with_sidebar .category_products_list .sort_line {
		display: none;
	}
	.category_page .category_with_sidebar .sidebar {
		margin: 10px 0;
	    display: flex;
	    border-radius: 7px;
	    border: 1px solid #ededed;

/*	    display: none;*/
	}
	.category_page .category_with_sidebar .sidebar #filter-form {
		display: block;
	    width: 50%;
	    padding: 2%;
	    background: #f7f7f7;
	    border-right: 1px solid #ededed;
	    border-radius: 7px 0 0 7px;
	    box-sizing: border-box;
	}
	.category_page .category_with_sidebar .sidebar #filter-form.openned,
	.category_page .category_with_sidebar .sidebar .sort_line.openned {
		background: #fff;
	}
	.category_page .category_with_sidebar .sidebar #filter-form .mobile_header {
		display: inline-block;
	    vertical-align: top;
	    line-height: 22px;
	    padding-left: 33px;
	    background-image: url(/images/filter_funnel_icon.svg?v=1);
	    background-repeat: no-repeat;
	    background-size: 17px;
	    background-position: top 2px left 4px;
/*	    opacity: .5;*/
	    padding: 0 0 0 33px;
	    width: 100%;
    	box-sizing: border-box;
    	margin: 0;
    	color: rgba(0, 0, 0, 0.5);
	}
	.category_page .category_with_sidebar .sidebar .sort_line {
		display: block;
	    width: 50%;
	    padding: 2%;
	    background: #f7f7f7;
	    border-radius: 0 7px 7px 0;
	    margin: 0;
	}
	.category_page .category_with_sidebar .sidebar .sort_line > label {
		display: inline-block;
	    vertical-align: top;
	    line-height: 22px;
	    padding-left: 33px;
	    background-image: url(/images/down_wide_short_icon.svg);
	    background-repeat: no-repeat;
	    background-size: 18px;
	    background-position: 4px;
	    opacity: .5;
	    margin: 0;
	}
	.category_with_sidebar #filter-form .block-filter {
	    position: relative;
	}
	.category_page .products_block .sort_line ul {
	    padding: 10px 0 0 6px;
	}
	.category_page .products_block .category_with_sidebar .sort_line ul li {
	    margin-right: 0;
	    width: 100%;
	}
	.category_with_sidebar #filter-form .input-filter {
		min-width: 300px;
	}
	.category_with_sidebar #filter-form .mobile_header a {
	    color: inherit; 
	    margin-left: 0;
	}

	ul.products li a.video_label {
		position: absolute;
    left: 6px;
    right: auto;
    bottom: auto;
    top: 6px;
    background: #0000004d;
    background-size: 12px;
    padding: 0 6px 0 6px;
    font-size: 11px;
    z-index: 4;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    line-height: 17px;
    height: 16px;
	}

	#dv-fg .shop_route {
	    display: block !important;
	}
	#dv-fg .shop_route a {
	    color: #333;
	    text-decoration: none;
	    display: block;
	    background: url(/images/mobile/yandex.png) no-repeat center right 73px, url(/images/mobile/google.png) no-repeat center right 40px, url(/images/mobile/2gis.png) no-repeat center right 8px;
	    background-size: auto 24px;
	    padding: 10px 6px;
	    border-radius: 4px;
	    font-size: 13px;
	    line-height: 14px;
	    border: 1px solid #c8c8c8;
	    margin-top: 8px;
	    font-weight: 400;
	}
	.remodal[data-remodal-id="shop_route"] {

	}
	.remodal[data-remodal-id="shop_route"] .shop_route_title {
	    font-size: 19px;
	    text-align: center;
	    font-weight: 600;
	    line-height: 25px;
	    margin-bottom: 24px;
	}
	.remodal[data-remodal-id="shop_route"] ul {
	    padding: 0 20%;
	}
	.remodal[data-remodal-id="shop_route"] ul li {

	}
	.remodal[data-remodal-id="shop_route"] ul > li:not(:last-child) {
	    margin-bottom: 22px;
	}
	.remodal[data-remodal-id="shop_route"] ul li a {
	    display: block;
	    height: 24px;
	    line-height: 24px;
	    text-align: left;
	    padding-left: 32px;
	    box-sizing: border-box;
	    color: #333;
	    text-decoration: none;
	}
	.remodal[data-remodal-id="shop_route"] ul li a.yandex_route {
	    background: url(/images/mobile/yandex.png) no-repeat center left;
	    background-size: auto 100%;
	}
	.remodal[data-remodal-id="shop_route"] ul li a.google_route {
	    background: url(/images/mobile/google.png) no-repeat center left;
	    background-size: auto 100%;
	}
	.remodal[data-remodal-id="shop_route"] ul li a.dgis_route {
	    background: url(/images/mobile/2gis.png) no-repeat center left;
	    background-size: auto 100%;
	}

	#dv-fg .shop_requisites {
	    background: url(/images/kolba_new/requisites_icon.svg) no-repeat top left;
	    background-size: 20px;
	    line-height: 22px;
	}

	ul.articles.three_columns > li:not(:nth-child(3n)) {
	    margin-right: 0;
	}
	ul.articles.three_columns li {
	    width: 100%;
	    height: auto;
	}
	ul.articles.three_columns li .image img {
	    width: 100%;
	    height: 210px;
	    object-fit: cover;
	}

	.popular_products ul.products.viewed_products li {
	    width: 48%;
	}
	.popular_products ul.products.viewed_products li .image {
		height: auto;
	}

	.mobile_product_images {
		position: relative;
		display: block;
		width: 100%;
	}
	/*.mobile_product_images .owl-nav {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	}*/
	.mobile_product_images .owl-nav .owl-prev {
	    position: absolute;
	    top: calc(50% - 14px);
	    left: 4px;
	    background: url(/images/kolba_new/icon_arrow_black_left.svg) no-repeat center center, #fff;
	    background-size: 20px;
	    border: none;
	    width: 28px;
	    height: 28px;
	    cursor: pointer;
	    border-radius: 48px;box-shadow: 0 0 5px #cacaca;
	}
	.mobile_product_images .owl-nav .owl-next {
	    position: absolute;
	    top: calc(50% - 14px);
	    right: 2px;
	    background: url(/images/kolba_new/icon_arrow_black_right.svg) no-repeat center center, #fff;
	    background-size: 20px;
	    border: none;
	    width: 28px;
	    height: 28px;
	    cursor: pointer;
	    border-radius: 48px;box-shadow: 0 0 5px #cacaca;
	}
	ul.product_images_mobile {
	    display: block;
	    aspect-ratio: 1/1;
	    width: 100%;
	    overflow: hidden;
	    margin: 0 0 24px 0;
	}
	ul.product_images_mobile:not(.owl-loaded) > li:not(:first-child) {
	    display: none;
	}
	ul.product_images_mobile li {
	    position: relative;
	    border-radius: 4px;
	}
	ul.product_images_mobile li.video {
	    background: #000;
	}
	ul.product_images_mobile li.video img {
	    width: 100%;
	    aspect-ratio: 1/1;
	    object-fit: contain;
	    opacity: 0.7;
	}
	ul.product_images_mobile li.video img.znak-video-carousel {
	    width: 48px;
	    height: 48px;
	    position: absolute;
	    top: calc(50% - 24px);
	    left: calc(50% - 24px);
	    z-index: 9;
	    opacity: 1;
	    aspect-ratio: unset;
	    object-fit: unset;
	}
	ul.product_images_mobile li img {
	    border-radius: 4px;
	}
	ul.product_images_mobile .owl-dots {
		display: none;
	    float: none;
	    width: 100%;
	    margin: 12px 0 0 0;
	    text-align: center;
	    font-size: 0;
	}
	ul.product_images_mobile .owl-nav.disabled {
		display: none;
	}
	ul.product_images_mobile .owl-dots button {
	    display: inline-block;
	    vertical-align: top;
	    border: none;
	    outline: none;
	    width: 16px;
	    height: 16px;
	    border-radius: 16px;
	}
	ul.product_images_mobile .owl-dots > button:not(:last-child) {
		margin: 0 8px 0 0;
	} 
	ul.product_images_mobile .owl-dots .active {
	    background: #ffdd00;
	}

	.additional_products_block a.additional_products_block_button {
		margin: 0 0 0 0;
		padding: 16px 7px 16px 47px;
	}

	.articles_page .content .single_acrticle .calc {
	    width: 100%;
	    box-sizing: border-box;
	    padding: 32px 24px;
	}
	.articles_page .content .single_acrticle .calc input {
	    width: 165px;
	}

	.category_page .category_description a.video_link,
	.product_tabs .tabs_content .tab.tab_description a.video_link {
		width: 100%;
	}


	.sbp-sale{
	    margin-bottom: 4px;
	    margin-top: 0;
	    font-size: 13px;
	    line-height: 21px;
	}
	.sbp-sale span{
	    display: inline-block;
	    line-height: 19px;
	    padding: 0 3px;
	    border-radius: 4px;
	    background: #0ca623;
	    font-weight: 400;
	    color: #f3f3f3;
	    font-size: 15px;
	    vertical-align: top;
	    margin-right: 2px;
	    border: 1px solid #0ca623;
	}
	.sbp-sale img{
	    height: 16px;
	    width: auto !important;
	    display: inline-block !important;
	    vertical-align: top;
	    margin-left: 2px;
	    margin-top: 3px;
	    opacity: .8;
	}
	.sbp-sale[data-title] {
        position: relative;
        width: fit-content;
    }
    .sbp-sale[data-title]::after {
	    content: attr(data-title);
	    position: absolute;
	    left: 0px;
	    bottom: 25px;
	    opacity: 0;
	    transition: 0.15s;
	    pointer-events: none;
	    background: #fff;
	    color: #6e6e6e;
	    padding: 6px;
	    box-shadow: 0 0 .3rem 0 rgb(0 0 0 / 19%);
	    border-radius: 4px;
	    font-size: 12px;
	    line-height: 1.25;
	    border: 1px solid #e5e5e5;
	    width: 100%;
	    text-align: left;
	    z-index: 999;
    }
    .sbp-sale[data-title]:hover::after {
        opacity: 1;
    }
    .sbp-sale[data-title]:hover::before {
        opacity: 0;
    }

    .sbp-sale_{
	    margin-bottom: 10px;
        margin-top: 0;
	    font-size: 12px;
	    line-height: 22px;
	}
	.sbp-sale_ span{
	display: inline-block;
        line-height: 30px;
        padding: 0px 9px;
        border-radius: 4px;
        background: #0ca623;
        font-weight: 600;
        color: #f3f3f3;
        font-size: 23px;
        vertical-align: top;
        margin-right: 2px;
        border: 1px solid #0ca623;
	}
	.sbp-sale_ img{
	  height: 17px;
	  display: inline-block;
	  vertical-align: top;
	  margin-left: 2px;
	  margin-top: 1px;
	}
	.sbp-sale_ svg{
	   height: 18px;
	    display: inline-block;
	    vertical-align: top;
	    margin-left: 5px;
	    margin-top: 6px;
	    cursor: pointer;
	}
	.sbp-sale_ svg fill{
	   fill: rgb(101 101 101);
	}
	.sbp-sale_[data-title] {
	    position: relative;
	    width: 100%;
	}
	.sbp-sale_[data-title]::after {
		display: none;
	}

	.sbp-sale_[data-title]:hover::after {
	    opacity: 1;
	}
	.sbp-sale_[data-title]:hover::before {
	    opacity: 0;
	}

	b.tp-pay-sbp {
	    display: inline-block;
	    padding: 0px 6px;
	    border-radius: 5px;
	    background: #ffffff;
	    margin-left: 6px;
	    font-size: 12px;
	    line-height: 16px;
	    font-weight: 400;
	    color: #0e9700;
	    border: 1px solid #10a002;
	}

	.tabs_header {
        display: none !important;
    }
    .product_tabs .tabs_content .tab_label {
        display: block;
        line-height: 48px;
        font-size: 22px;
        font-weight: 500;
        display: block;
        position: relative;
    }
    .product_tabs .tabs_content .tab_label:after {
        content: '';
        position: absolute;
        right: 10px;
        width: 18px;
        height: 18px;
        opacity: .3;
        top: 12px;
        background: url(/images/kolba_new/down_chevron_icon.svg) no-repeat center center;
        background-size: 100%;
        transition: all 0.5s;
    }
    .product_tabs .tabs_content .tab_label.active:after {
        transform: rotate(180deg);
    }
    .product_tabs .tabs_content .tab .description_wrapper {
        height: 340px;
    }
    .product_tabs .tabs_content .tab {
        padding: 0 !important;
    }
    .product_tabs .tabs_content .tab.tab_video,
    .product_tabs .tabs_content .tab.tab_char,
    .product_tabs .tabs_content .tab.tab_stock,
    .product_tabs .tabs_content .tab.tab_reviews {
        padding: 10px 0 !important;
    }
    .product_tabs .tabs_content .tab.tab_video .title,
    .product_tabs .tabs_content .tab.tab_char .title,
    .product_tabs .tabs_content .tab.tab_reviews .title {
        display: none;
    }

    .additional_products_block a.additional_products_block_button {
        display: none;
    }
    .additional_products_block .additional_products_block_list {
        display: block;
    }
    .additional_products_block .additional_products_block_list .dop-list-h {
        display: none;
    }
    .additional_products_block .additional_products_block_list .dop-list {
        margin-top: 0;
    }
    .product_tabs .tabs_content .tab.tab_stock .no_shops {
        padding: 0 0;
    }
    .product_tabs .tabs_content .tab.tab_stock .no_shops .title {
        font-size: 18px;
        line-height: 26px;
    }
    .product_tabs .tabs_content .tab.tab_stock .no_shops .title br {
        display: none;
    }
    .product_tabs .tabs_content .tab.tab_stock .no_shops .bullets {
        padding-right: 0;
    }
    .product_tabs .tabs_content .tab.tab_stock .stock_header .title {
        margin-top: 0;
    }
    .product_tabs .tabs_content .tab.tab_stock .stock_header {
        display: none;
    }
    .related_articles ul.articles li .title a {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }
    .related_articles ul.articles li .cat {
        font-size: 14px;
        line-height: 18px;
        color: #828282;
        margin-bottom: 2px;
        padding: 0 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .related_articles ul.articles li {
        margin-bottom: 0;
    }

    .accessories .accessories_title {
	    font-size: 20px;
	    font-weight: 400;
	    margin-bottom: 16px;
	}

	.product_tabs .tabs_content .tab.tab_reviews .rating .mark {
		font-size: 46px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .rating .mark span {
		font-size: 30px;
	}

	.product_actions_slider {
	    margin: 8px 0 16px 0;
	}
	.special_label {
		display: none;
		position: absolute;
	    top: -13px;
	    right: 0;
	    z-index: 9;
	}
	.special_label .special_label_popup {
		right: 0;
	    top: calc(100% + 12px);
	    left: auto;
	}
	.special_label .special_label_popup .special_label_popup_arrow {
	    left: auto;
	    right: 22px;
	}
	ul.products li.banner_middle {
	    margin: 0 0 16px 0 !important;
	}

	.luxstahl_promo {
		display: none;
	}

	.kolba_header .logo.small, .kolba_header .logo.small a {
	    display: block;
	    height: auto;
	}
	.kolba_header .logo.small img {
	    width: auto;
	    position: relative;
	    bottom: auto;
	    left: auto;
	}

	.client_opinions {
        margin: -10px 0 14px 0;
        border-radius: 4px;
        padding: 0;
        text-align: left;
        margin: 15px 0 14px;
    }
    .client_opinions .client_opinions__title span {
      color: #363636;
        font-weight: 600;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
    }
    .client_opinions .client_opinions__title {
        margin: 0 0 13px 0;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .client_opinions .client_opinions__title svg path {
        fill: #666;
    }
    .client_opinions .client_opinions__title svg {
        display: inline-block;
        height: 14px;
        width: 14px;
    }
    .client_opinions .client_opinions__text {
        font-size: 13px;
        line-height: 18px;
    }
    .client_opinions .client_opinions__item .client_opinions__link a {
        font-size: 13px;
    }

    .price-tovar .like {
	    position: absolute;
	    top: 0 !important;
	}

	.cart_sale_changer {
        padding: 16px 0;
        border-top: 1px solid #e3e3e3;
        border-bottom: none;
        margin: 16px 0 -10px 0 !important;
	}
	.cart_sale_changer .changer__list .list__item .item__name {
	    background: transparent;
        background-blend-mode: darken;
        background-color: #f6f6f6;
        background-image: url(/images/noact-gal.png);
        background-repeat: no-repeat;
        background-position: -4px -1px;
	}
	#mobile_cart_oform .cart_summary .cost.big b {
	    font-size: 28px;
	}


}



@media screen and (min-width: 768px) and (max-width: 1119px) {
	
	.container {
	    width: 100%;
	    margin: 0 auto;
	    overflow: hidden;
	    padding: 0 16px;
    	box-sizing: border-box;
	}
	.kolba_preheader .region_choose {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.kolba_preheader .region_choose a {
	    color: #333;
	    text-decoration: none;
	    font-size: 14px;
	}
	.kolba_preheader .region_choose a.menu_trigger {
		display: inline-block !important;
	    margin-right: 8px;
	    border: 1px solid #333;
	    padding: 1px 10px;
	    border-radius: 4px;
	    /*background: #fff;*/
	    color: #333;
	}
	.kolba_preheader .user_link a {
		position: relative;
	    color: #333;
	    text-decoration: none;
	    font-size: 12px;
	    display: inline-block !important;
	}
	.kolba_preheader .user_link a .count{
		position: absolute;
	    top: -1px;
	    left: -9px;
	    background: #ffe600;
	    width: 14px;
	    height: 14px;
	    font-size: 12px;
	    line-height: 14px;
	    text-align: center;
	    border-radius: 14px;
	    color: #333;
	}
	.kolba_preheader .user_link a.lk_link {
		display: none !important;
	}
	/*.kolba_preheader .user_link > a:not(:last-child) {
		margin-right: 16px;
	}*/
	.kolba_preheader .user_link a img {
	    display: inline-block;
	    vertical-align: middle;
	    width: 16px;
	    height: 16px;
	}
	.kolba_header {
	    /*background: #FAFAFA;*/
	    padding: 20px 0;
	}
	.kolba_header .container {
	    height: auto;
	}
	.kolba_header .icons {
		display: none;
		/*display: inline-block;
	    vertical-align: middle;
	    width: 100%;
	    text-align: center;
	    padding-right: 0;
	    border-right: none;
	    box-sizing: border-box;*/
	}
	.kolba_header .icons a {
	    display: inline-block !important;
	    text-decoration: none;
	    font-size: 12px;
	    line-height: 20px;
	    color: #333333;
	    margin-left: 0;
	}
	.kolba_header .icons > a:not(:last-child) {
		margin-right: 15px;
	}
	.kolba_header .icons a img {
	    display: inline-block;
	    vertical-align: middle;
	    margin-right: 3px;
	    width: 16px;
	}
	.kolba_header .cart {
		display: none;
	}
	.kolba_header .logo {
	    display: inline-block;
	    vertical-align: middle;
	    width: 80%;
	    /*margin-bottom: 8px;*/
	}
	.kolba_header .logo img {
	    max-width: 180px;
	}
	.kolba_header .search_button {
		width: 20%;
		text-align: right;
	}
	.kolba_header .search_button img {
		width: 32px;
	}
	.kolba_header .search {
	    display: none;
	    vertical-align: middle;
	    width: 100%;
	    /*margin-bottom: 8px;*/
	    margin-top: 10px;
	}	
	.main_menu .container {
	    height: auto;
	    display: block;
	    padding: 0;
	    overflow: visible;
	}
	.main_menu .phone {
		display: none;
	}
	.main_menu ul.menu {
		display: block;
    	justify-content: space-between;
	}
	.main_menu ul.menu > li {
		display: none;
		/*overflow: hidden;*/
		width: 100%;
	}
	.main_menu ul.menu > li.expand {
		display: block;
	    position: relative;
	    width: 100%;
	    padding: 0 25px;
	}
	.main_menu ul.menu > li.expand.home > ul.submenu,
	.main_menu ul.menu > li.expand:hover > ul.submenu {
	    display: none;
	}
	.main_menu ul.menu > li.expand > ul.submenu {
	    display: none;
	    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
	}

	.main_menu ul.menu > li.expand ul.submenu li ul.subsubmenu {
		display: none;
	    left: 0;
	    width: calc(100% + 40px);
	    visibility: visible;
	    position: relative;
	    border: none;
	    background: #fafafa;
	    margin-left: -20px;
	    z-index: 9 !important;
	}
	.main_menu ul.menu > li.expand ul.submenu > li > .subsubmenu > li.with_childs > ul.subsubsubmenu {
	    visibility: visible;
	    display: none; 
	    position: relative;
	    top: 0;
	    left: 0;
	    background: #f1f1f1;
	    width: calc(100% + 40px);
	    min-height: 100%;
	    z-index: 9 !important;
	    padding: 0px 20px;
	    box-sizing: border-box;
	    border-radius: 0px 0px 4px 4px;
	    border-left: none;
	    margin-left: -20px;
	}
	.home_slider {
	    padding-top: 20px;
	    min-height: auto;
	}
	.home_slider .container {
	    padding-left: 16px;
	    /*display: flex;*/
    	/*flex-wrap: wrap;*/
	}
	.home_slider .tochki {
		order: 2;
		display: none;
	}
	.home_slider .tochki ul li {
	    display: inline-block;
	    vertical-align: top;
	    font-size: 14px;
	    line-height: 26px;
	    width: 100%;
	}
	.home_slider .tochki ul > li:not(:last-child) {
	    border-right: none;
	    padding-right: 0;
	    margin-right: 0;
	    border-bottom: 1px solid #C4C4C4;
	    margin-bottom: 10px;
    	padding-bottom: 10px;
	}
	.home_slider .home_slider_wrapper {
		order: 1;
	}
	.home_slider .home_slider_wrapper img.min-img-mob {
	    display: none;
	}
	.home_slider .home_slider_wrapper .full_banner_image {
		display: block;
	}
	.popular_products {
	    margin: 25px 0 0 0;
    	padding: 25px 0 0 0;
	}
	.popular_products h2,
	.popular_products h3 {
	    font-weight: bold;
	    font-size: 30px;
	    line-height: 38px;
	    margin-bottom: 30px;
	}
	ul.products > li:not(:nth-child(4n)) {
	    margin-right: 0;
	}
	ul.products li {
	    display: inline-block;
	    vertical-align: top;
	    width: 49%;
	    margin-bottom: 16px;
	}
	ul.products > li:not(:nth-child(2n)) {
	    margin-right: 2%;
	}
	.popular_categories h3 {
	    font-weight: bold;
	    font-size: 30px;
	    line-height: 38px;
	    color: #333;
	}
	.popular_categories:after {
		display: none;
	}
	.popular_categories {
	    position: relative;
	    padding: 0;
	}
	.popular_categories .items {
		font-size: 0;
	}
	.popular_categories .items .item {
	    background: #FFFFFF;
	    border-radius: 4px;
	    margin-bottom: 16px;
	    padding: 8px;
	    display: inline-block;
	    flex-wrap: wrap;
	    align-items: center;
	    width: 49%;
	    vertical-align: top;
	}
	.popular_categories .items > .item:not(:nth-child(2n)) {
		margin-right: 2%;
	}
	.popular_categories .items .item .image {
	    display: inline-block;
	    vertical-align: middle;
	    width: 20%;
	    margin-bottom: 0;
    	order: 1;
	}
	.popular_categories .items .item .image img {
		width: 100%;
		display: block;
	}
	.popular_categories .items .item .info,
	.popular_categories .items .item.inverse .info {
	    display: inline-block;
	    vertical-align: middle;
	    width: 80%;
	    box-sizing: border-box;
	    padding-left: 16px;
	    padding-right: 16px;
	    padding-bottom: 0;
	    order: 2;
	}
	.popular_categories .items .item .info .title {
	    font-weight: bold;
	    font-size: 19px;
	    line-height: 24px;
	    color: #333;
	    margin-bottom: 0;
	}
	.popular_categories .items .item .info p,
	.popular_categories .items .item .info .button {
	    display: none;
	}
	.other_popular_categories {
		display: none;
	    background: #fafafa;
	    padding: 0 0 20px 0;
	}
	.other_popular_categories .items .item {
		display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    padding: 8px;
	    background: #fff;
	    border-radius: 4px;
	}
	.other_popular_categories .items > .item:not(:last-child) {
	    margin-bottom: 16px;
	}
	.other_popular_categories .items .item .image {
	    display: inline-block;
	    vertical-align: top;
	    width: 20%;
	    margin-right: 0;
	    order: 1;
	}
	.other_popular_categories .items .item.inverse .image {
	    margin-right: 0;
	    margin-left: 0;
	}
	.other_popular_categories .items .item .image img {
	    max-width: 100%;
	    display: block;
	}
	.other_popular_categories .items .item .info {
	    display: inline-block;
	    vertical-align: top;
	    width: 80%;
	    order: 2;
	    background: transparent;
	    padding: 0 16px;
	}
	.other_popular_categories .items .item .info p,
	.other_popular_categories .items .item .info .button {
		display: none;
	}
	.other_popular_categories .items .item .info .title {
	    font-weight: bold;
	    font-size: 19px;
    	line-height: 24px;
    	color: #333;
	    margin-bottom: 0;
	}

	.last_articles {
	    position: relative;
	    padding: 30px 0;
	}
	.last_articles h3 {
	    position: relative;
	    font-weight: bold;
	    font-size: 30px;
	    line-height: 38px;
	    color: #FFFFFF;
	    z-index: 2;
	    margin-bottom: 30px;
	}
	ul.articles li {
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	    width: 49%;
	    height: auto;
	    background: #FFFFFF;
	    border-radius: 4px;
	    overflow: hidden;
	    margin-bottom: 32px;
	    padding-bottom: 60px;
	}
	ul.articles > li:not(:nth-child(4n)) {
	    margin-right: 0;
	}
	ul.articles > li:not(:nth-child(2n)) {
	    margin-right: 2%;
	}
	.benefites ul li.icon_cell {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    box-sizing: border-box;
	    padding: 20px 40px;
	    transition: all 0.3s;
	    overflow: hidden;
	    height: auto;
	    z-index: 1;
	    margin-bottom: 8px;
	}
	.register_and_news .container {
	    display: flex;
	}
	.register_and_news .register {
	    display: inline-block;
	    width: 50%;
	    background: #FFFFFF;
	    vertical-align: top;
	    box-sizing: border-box;
	    padding: 25px 30px;
	    border-right: none;
	}
	.register_and_news .news {
	    display: inline-block;
	    width: 50%;
	    background: #FAFAFA;
	    vertical-align: top;
	    box-sizing: border-box;
	    padding: 25px 30px;
	}
	footer .contacts {
	    display: block;
	    margin-bottom: 30px;
	}
	footer {
	    padding: 30px 0;
	}
	footer .contacts .phone a {
	    display: block;
	    font-size: 16px;
	    line-height: 22px;
	    text-align: right;
	    color: #F2F2F2;
	    margin-bottom: 5px;
	    text-align: left;
	}
	footer .contacts .phone p {
	    font-size: 12px;
	    line-height: 16px;
	    text-align: left;
	    color: #F2F2F2;
	}
	footer .contacts .logo {
		margin-bottom: 20px;
	}
	footer .menu_and_socials {
	    display: block;
	    margin-bottom: 20px;
	}
	footer .menu_and_socials .menu {
	    width: 100%;
	    margin-bottom: 30px;
	}
	footer .menu_and_socials .social_links .title {
	    font-size: 14px;
	    line-height: 20px;
	    text-align: left;
	}
	footer .menu_and_socials .social_links ul {
	    text-align: left;
	}
	footer .menu_and_socials .social_links ul li {
	    display: inline-block;
	    margin-left: 0;
	    vertical-align: top;
	    margin-right: 20px;
	}

	.subcategory_page h1 {
	    border-bottom: 2px solid #fafafa;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333333;
	    padding: 16px 0;
	}
	.subcategory_page .items {
	    display: flex;
	    flex-wrap: wrap;
	    padding: 24px 0;
	}
	.subcategory_page .items > a:not(:nth-child(4n)) {
	    margin-right: 0;
	}
	.subcategory_page .items > a:not(:nth-child(3n)) {
	    margin-right: 2%;
	}
	.subcategory_page .items a {
	    display: inline-block;
	    vertical-align: top;
	    width: 32%;
	    background: #FFFFFF;
	    border: 1px solid rgba(0, 0, 0, 0.15);
	    box-sizing: border-box;
	    border-radius: 5px;
	    padding: 8px;
	    margin-bottom: 16px;
	    text-decoration: none;
	    text-align: center;
	}
	.category_page_header .container {
	    display: block;
	}
	.category_page_header {
		display: none;
	    font-size: 12px;
	    line-height: 20px;
	    text-align: left;
	    color: #828282;
	}
	.category_page .products_block .count {
	    font-size: 12px;
	    line-height: 20px;
	    text-align: left;
	    color: #828282;
	    margin-bottom: 12px;
	}
	.category_page .container {
	    display: block;
	}
	.category_page .products_block {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    box-sizing: border-box;
	    padding: 0;
	    padding-bottom: 20px;
	}
	.category_page .products_block ul.products > li:not(:nth-child(3n)) {
	    margin-right: 0;
	}
	.category_page .products_block ul.products > li:not(:nth-child(2n)) {
	    margin-right: 2%;
	}
	.category_page .sidebar {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    border-left: none;
	    border-right: none;
	    box-sizing: border-box;
	    margin-bottom: 8px;
	}
	.category_page .sidebar .filter_submit {
	    text-align: center;
	    padding: 0;
	    padding-top: 20px;
	    font-size: 0;
	}
	.category_page .sidebar .filter_block {
	    padding: 0 0;
    	padding-top: 16px;
	}
	.category_page .sidebar .filter_submit input {
	    margin-right: 4%;
	}
	.category_page .sidebar .filter_submit input {
	    display: inline-block;
	    width: 48%;
	    height: 40px;
	    background: linear-gradient(180deg, #333333 0%, #292929 100%);
	    border-radius: 4px;
	    font-family: inherit;
	    font-weight: bold;
	    font-size: 14px;
	    line-height: 40px;
	    color: #FFFFFF;
	    border: none;
	    outline: none;
	    margin-bottom: 16px;
	    cursor: pointer;
	}
	.category_page .sidebar .filter_submit a.reset {
	    display: inline-block;
	    width: 48%;
	    height: 40px;
	    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
	    border: 1px solid #E0E0E0;
	    box-sizing: border-box;
	    border-radius: 4px;
	    text-decoration: none;
	    font-size: 14px;
	    line-height: 40px;
	    color: #212121;
	}
	ul.products li .image {
	    position: relative;
	    height: 300px;
	    display: flex;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: center;
	    padding: 10px 0;
	}
	.category_page .pager ul li.page {
	    display: inline-block;
	    width: 24px;
	    height: 24px;
	    border-radius: 32px;
	    vertical-align: middle;
	}
	.category_page .pager ul li.page a {
	    display: inline-block;
	    width: 24px;
	    height: 24px;
	    text-align: center;
	}
	.category_page .pager ul li a {
	    font-size: 12px;
	    line-height: 26px;
	    color: #828282;
	    text-decoration: none;
	}
	.category_page .pager {
	    text-align: center;
	}
	.category_page .pager ul > li:not(:last-child) {
	    margin-left: 8px;
	}

	.product_page .container {
	    background: #FFFFFF;
	    padding: 32px 25px;
	}
	.product_page .title_wrapper {
	    display: block;
	    margin-bottom: 20px;
	}
	.product_page .title_wrapper h1 {
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 28px;
	    margin-bottom: 10px;
	    color: #212121;
	}
	.product_page .product_info .images .mini_images .owl-nav,
	.product_page .product_info .images .mini_images .owl-dots {
		display: none;
	}
	.product_page .product_info .images .mini_images {
	    display: inline-block;
	    width: 100%;
	    margin-right: 0;
	    order: 2;
	}
	.product_page .product_info .images .main_images {
		order: 1;
		margin-bottom: 15px;
	}
	.product_page .product_info .images .main_images img {
	    height: auto;
	    width: 100%;
	}
	.product_page .product_info {
	    display: block;
	}
	.product_page .product_info .images {
	    display: flex;
    	flex-wrap: wrap;
	    vertical-align: top;
	    margin-right: 0;
    	width: 100%;
    	margin-bottom: 16px;
	}
	.product_page .product_info .images .mini_images #vertical_slider {
	    width: 100%;
	    height: auto;
	    display: block;
	    border-bottom: 1px solid #fff;
	    box-sizing: border-box;
	}
	.product_page .product_info .images .mini_images #vertical_slider img {
	    display: block;
	    width: 100%;
	    height: 100%;
	}
	.product_page .product_info .short_description {
	    display: block;
	    vertical-align: top;
	    margin-bottom: 20px;
	}
	.product_page .product_info .right {
		font-size: 0;
	}
	.product_page .product_info .price_box {
	    width: 49%;
	    margin-right: 2%;
	    display: inline-block;
	    vertical-align: top;
	}
	.product_tabs .container {
	    width: 100%;
	    padding: 0;
	}
	.product_tabs ul.tabs_header li {
	    background: #EDEDED;
	    font-size: 14px;
	    line-height: 46px;
	    text-align: center;
	    color: #828282;
	    height: 46px;
	    width: 100% !important;
	    white-space: nowrap;
	    box-sizing: border-box;
	    cursor: pointer;
	}
	.product_tabs ul.tabs_header > li:not(:last-child) {
	    border-right: none;
	    border-bottom: 1px solid #E0E0E0;
	}
	.product_tabs ul.tabs_header {
	    display: block;
	    justify-content: space-between;
	    border-top: 1px solid #E0E0E0;
	    border-bottom: 1px solid #E0E0E0;
	}
	.product_tabs .tabs_content .tab {
	    display: none;
	    background: #fff;
	    padding: 25px 25px;
	    font-size: 16px;
	    line-height: 26px;
	    color: #333333;
	}
	.product_tabs .tabs_content .tab.tab_char .char_table .row .key {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_char .char_table .row .value {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_stock {
	    padding: 25px 0;
	}
	.product_tabs .tabs_content .tab.tab_stock .stock_header {
	    order: 1;
	    padding: 0 25px;
	}
	.product_tabs .tabs_content .tab.tab_stock .stock_header .title {
	    font-size: 20px;
	    line-height: 28px;
	}
	.product_tabs .tabs_content .tab.tab_stock .stock_header p {
	    font-size: 14px;
	    line-height: 20px;
	}
	.product_tabs .tabs_content .tab.tab_stock .stock_header p br {
		display: none;
	}
	.product_tabs .tabs_content .tab.tab_stock .table table thead > tr > th:first-child {
	    padding-left: 25px;
	    text-align: left;
	}
	/*.product_tabs .tabs_content .tab.tab_stock .table table thead > tr > th:nth-child(2),*/
	.product_tabs .tabs_content .tab.tab_stock .table table thead > tr > th:nth-child(3)
	/*.product_tabs .tabs_content .tab.tab_stock .table table thead > tr > th:nth-child(5) */ {
		display: none;
	}
	/*.product_tabs .tabs_content .tab.tab_stock .table table tbody > tr > td:nth-child(2),*/
	.product_tabs .tabs_content .tab.tab_stock .table table tbody > tr > td:nth-child(3)
	/*.product_tabs .tabs_content .tab.tab_stock .table table tbody > tr > td:nth-child(5) */ {
		display: none;
	}
	.product_tabs .tabs_content .tab.tab_stock .table table tbody > tr > td:first-child {
	    padding-left: 25px;
	    text-align: left;
	}
	.product_tabs .tabs_content .tab.tab_stock .table table td {
	    font-size: 14px;
	    line-height: 22px;
	    color: #333333;
	    padding: 32px 25px;
	    background: #FEFEFE;
	    border-bottom: 1px solid #EEEEEE;
	    text-align: center;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .fr_title {
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 28px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review p {
	    font-size: 14px;
	    line-height: 20px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review p br {
		display: none;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .fields {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .field.plus textarea {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .field.minus textarea {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .field.comment textarea {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .images {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	    margin-top: 16px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .images ul#image-list {
	    display: block;
	    max-width: 100%;
	    margin-top: 8px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .images ul#image-list > li:nth-child(1) {
	    width: 100%;
	    height: 150px;
	    margin-bottom: 8px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .images ul#image-list > li:nth-child(2) {
	    width: 100%;
	    height: 150px;
	    margin-bottom: 8px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .main_form .images ul#image-list > li:nth-child(3) {
	    width: 100%;
	    height: 150px;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .submit_fields {
	    border-top: none;
	    margin-top: 30px;
	    padding-top: 0;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .submit_fields .field {
	    position: relative;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .submit_fields .field input {
	    position: relative;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .submit_fields .submit {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews .first_review .review_form .submit_fields .submit input {
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_reviews ul.items li .review_info {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	}

	.remodal[data-remodal-id="region"] ul li a {
	    text-decoration: none;
	    color: #333;
	    font-size: 14px;
	    line-height: 20px;
	}

	.cart_page {
	    padding: 30px 0 0 0;
	}
	.cart_page .container {
		display: flex;
		flex-wrap: wrap;
	}
	.cart_page .back_link {
		order: 1;
		width: 100%;
	}
	.cart_page .cart_box {
		order: 2;
		width: 100%;
	}
	.cart_page #client-form {
		order: 3;
		display: flex;
		flex-wrap: wrap;
	}
	.cart_page #client-form .cart_client_form  {
		order: 1;
		width: 100%;
	}
	.cart_page #client-form .promocode_box {
		order: 2;
		width: 100%;
	}
	.cart_page #client-form .cart_final  {
		order: 3;
		width: 100%;
	}
	.cart_page .cart_box .product_list .list_title .count {
	    display: none;
	}
	.cart_page .cart_box .product_list .list_title .title {
	    font-size: 24px;
	}
	.cart_page .cart_box .product_list .list_title {
	    padding: 16px 24px 16px 24px;
	}
	.cart_page .cart_box .product_list .cart_products li .image {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 10px;
	}
	.cart_page .cart_box .product_list .cart_products li .name {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    box-sizing: border-box;
	    padding-left: 0;
	    margin-bottom: 10px;
	}
	.cart_page .cart_box .product_list .cart_products li .name a {
	    font-size: 14px;
	    line-height: 22px;
	    color: #292929;
	    text-decoration: none;
	}
	.cart_page .cart_box .product_list .cart_products li .price {
	    display: flex;
    	justify-content: space-between;
	    width: 100%;
	    text-align: center;
	}
	.cart_page .cart_box .product_list .cart_products li .price .cost {
	    font-size: 24px;
	    line-height: 32px;
	    text-align: center;
	    color: #292929;
	    margin-bottom: 8px;
	}
	.cart_page .cart_box .product_list .cart_products li .image img {
	    max-width: 100%;
	    mix-blend-mode: multiply;
	    height: 200px;
	}
	.cart_page .cart_box .product_list .cart_products li a.delete_product {
	    position: absolute;
	    font-size: 12px;
	    line-height: 16px;
	    color: #828282;
	    right: 24px;
	    bottom: auto;
	    top: 24px;
	    text-decoration: none;
	}
	.cart_page .cart_box .product_list .cart_products > li:nth-child(even) {
	    background: #fff;
	}
	.cart_page .cart_box .product_list {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    margin-bottom: 16px;
	}
	.cart_page .cart_box .total_line {
	    position: relative;
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    margin-left: 0;
	}
	.cart_page .cart_related_products {
		/*display: none;*/
		order: 2;
		max-width: 100%;
	}
	.cart_page .cart_related_products .title {
	    font-size: 24px;
	    line-height: 32px;
	}
	.cart_page .cart_related_products ul.products > li:not(:nth-child(4n)) {
	    margin-right: 0;
	}
	.cart_page .cart_related_products ul.products > li:not(:nth-child(2n)) {
	    margin-right: 2%;
	}
	.cart_page .promocode_box .title {
	    font-size: 24px;
	    line-height: 32px;
	}
	.cart_page .promocode_box .items .item.promocode_form {
	    display: inline-block;
	    margin-right: 0;
	    /*width: 100%;*/
	}
	.cart_page #client-form .cart_final .container {
		display: block;
	}
	.cart_page .cart_client_form .title {
	    font-size: 24px;
	    line-height: 32px;
	}
	.cart_page .cart_client_form .clients_fields .field input {
	    display: block;
	    width: 100%;
	}
	.cart_page .cart_client_form ul.tabs_header li {
	    display: inline-block;
	    font-size: 14px;
	    line-height: 22px;
	    color: #BDBDBD;
	    margin-right: 12px;
	    cursor: pointer;
	}
	.cart_page .cart_client_form .tabs .tab .shops_panel .shops_list {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 0;
	}
	.cart_page .cart_client_form .tabs .tab .shops_panel .shops_list ul li {
	    width: 100%;
	    background: #FFFFFF;
	    border: 1px solid #E0E0E0;
	    box-sizing: border-box;
	    border-radius: 0px;
	    padding: 16px;
	    cursor: pointer;
	}
	.cart_page .cart_client_form .tabs .tab .shops_panel .shops_list ul li .stock {
	    margin-bottom: 0;
	}
	.cart_page .cart_client_form .tabs .tab .shops_panel .map {
	    display: none;
	}
	.cart_page .cart_final .title {
	    font-size: 24px;
	    line-height: 32px;
	    color: #333333;
	    padding: 24px 0 16px 0;
	    border-bottom: 1px solid #EDEDED;
	}
	.cart_page .cart_final .resume {
	    display: block;
	    padding: 24px 0;
	}
	.cart_page .cart_final .resume .left {
	    margin-bottom: 24px;
	}
	.cart_page .cart_final .resume .left .comment textarea {
	    width: 100%;
	}
	.cart_page .cart_final .resume .right .total_box {
	    width: 100%;
	}
	.cart_page .cart_final .resume .right .total_box .button input {
	    display: inline-block;
	    width: 100%;
	}
	.cart_page .cart_box .total_line .total_box .button a {
	    display: inline-block;
	    width: 100%;
	}
	.cart_page .cart_box .total_line .total_box .button {
	    margin-top: 16px;
	}
	.cart_page .cart_final .resume .right .total_box .button {
	    margin-top: 16px;
	}
	.cart_page .cart_final.hidden .title {
	    color: #BDBDBD;
	    border: none;
	    padding: 24px 0;
	}

	body.mobile_menu_active {
		overflow: hidden;
	}
	.mobile_menu {
		display: none;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    background: rgba(0, 0, 0, 0.8);
	    z-index: 99;
	    transition: 0.4s all;
	}
	.mobile_menu ul {
		width: 80%;
	    background: #fff;
	    box-sizing: border-box;
	    height: 100%;
	    overflow-y: scroll;
	    position: relative;
	    left: -100%;
	    transition: 0.4s all;
	}
	.mobile_menu ul li a {
		display: inline-block;
	    padding: 17px 20px;
	    font-size: 14px;
	    line-height: 20px;
	    color: #828282;
	    text-decoration: none;
	    width: 100%;
	    box-sizing: border-box;
	}
	.mobile_menu ul > li:not(:last-child) a{
		border-bottom: 1px solid #F2F2F2;
	}
	.mobile_menu ul li.gray a {
	    background: #f5f5f5;
	    border-bottom: 1px solid #dedede;
	}
	.mobile_menu ul li a img {
		display: inline-block;
    	vertical-align: middle;
    	width: 16px;
    	margin-right: 6px;
	}
	.mobile_menu ul li.phone a {
		font-weight: bold;
    	background: #e8e8e8;
    	border-bottom: 1px solid #dedede;
    	font-size: 16px;
	}
	#popular_products_carousel .owl-item {
		float: left;
	}
	/*#popular_products_carousel .owl-nav {
		display: none;
	}*/

	#articles_carousel .owl-item {
		float: left;
	}
	#articles_carousel .owl-nav {
		display: none;
	}
	#articles_carousel .owl-dots {
		text-align: center;
		margin-top: 12px;
	}
	#articles_carousel .owl-dots button {
		display: inline-block;
	    vertical-align: top;
	    width: 12px;
	    height: 12px;
	    padding: 0;
	    margin: 0;
	    border: none;
	    background: #333;
	    border-radius: 12px;
	    opacity: 0.8;
	}
	.last_articles ul.articles {
	    position: relative;
	    z-index: 2;
	    margin-bottom: 30px;
	    height: auto;
	}
	#articles_carousel .owl-dots button.active {
		opacity: 1;
		background: #ffe600;
	}
	#articles_carousel .owl-dots > button:not(:last-child) {
		margin-right: 8px;
	}
	.benefites ul li.icon_cell .icon img {
	    width: 32px;
	}
	.benefites ul li.icon_cell .icon {
	    margin-bottom: 10px;
	}
	.benefites ul li.icon_cell .title {
	    font-size: 18px;
	    line-height: 26px;
	}
	.benefites ul li.icon_cell p {
	    font-size: 14px;
	    line-height: 20px;
	}

	.register_and_news .news ul {
		margin-bottom: 24px;
	}
	.register_and_news .news .button a {
	    display: inline-block;
	    width: 232px;
	    height: 47px;
	    background: linear-gradient(180deg, #333333 0%, #292929 100%);
	    border-radius: 5px;
	    font-size: 16px;
	    line-height: 47px;
	    text-align: center;
	    color: #FFFFFF;
	    text-decoration: none;
	}

	/*#popular_products_carousel .owl-nav {
		display: none;
	}*/
	#popular_products_carousel .owl-dots {
		text-align: center;
    	margin-top: 0;
    	margin-bottom: 24px;
    	width: 100%;
	}
	#popular_products_carousel .owl-dots button {
		display: inline-block;
	    vertical-align: top;
	    width: 12px;
	    height: 12px;
	    padding: 0;
	    margin: 0;
	    border: none;
	    background: #333;
	    border-radius: 12px;
	    opacity: 0.8;
	}
	#popular_products_carousel .owl-dots button.active {
		opacity: 1;
		background: #ffe600;
	}
	#popular_products_carousel .owl-dots > button:not(:last-child) {
		margin-right: 8px;
	}

	.product_tabs ul.tabs_header.double {
		display: none;
	}

	#related_products_carousel .owl-item {
		float: left;
	}
	#related_products_carousel .owl-nav {
		display: none;
	}
	#related_products_carousel .owl-dots {
		text-align: center;
    	margin-top: 0;
    	margin-bottom: 24px;
    	width: 100%;
	}
	#related_products_carousel .owl-dots button {
		display: inline-block;
	    vertical-align: top;
	    width: 12px;
	    height: 12px;
	    padding: 0;
	    margin: 0;
	    border: none;
	    background: #333;
	    border-radius: 12px;
	    opacity: 0.8;
	}
	#related_products_carousel .owl-dots button.active {
		opacity: 1;
		background: #ffe600;
	}
	#related_products_carousel .owl-dots > button:not(:last-child) {
		margin-right: 8px;
	}

	.shops_page .container {
	    background: #FFFFFF;
	    padding: 24px 20px;
	    box-sizing: border-box;
	}
	.shops_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.delivery_page .container {
	    background: #FFFFFF;
	    padding: 24px 24px;
	    box-sizing: border-box;
	}
	.delivery_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.delivery_page .dp-page__col {
	    display: inline-block;
	    width: 25%;
	    font-size: 14px;
	    line-height: 20px;
	}
	.actions_page .container {
	    background: #FFFFFF;
	    padding: 24px 24px;
	    box-sizing: border-box;
	}
	.actions_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.text_page .container {
	    background: #FFFFFF;
	    padding: 24px 24px;
	    box-sizing: border-box;
	}
	.text_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.text_page h2 {
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 28px;
	    color: #333;
	    margin-bottom: 16px;
	    position: relative;
	    z-index: 2;
	}
	.text_page img {
	    display: inline-block;
	    margin-bottom: 16px;
	    max-width: 100%;
	    height: auto !important;
	}
	.articles_page .sidebar {
	    width: 100%;
	    margin: 20px 0;
	    display: inline-block;
	    vertical-align: top;
	    border-left: 1px solid #F2F2F2;
	    border-right: 1px solid #F2F2F2;
	    border-top: 1px solid #f2f2f2;
	    border-bottom: 1px solid #f2f2f2;
	    box-sizing: border-box;
	    order: 2;
	}
	.articles_page .content {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    box-sizing: border-box;
	    padding: 24px 0;
	}
	.articles_page .content h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.articles_page .content .items li .meta_info h3 a {
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 26px;
	    color: #000000;
	    margin-bottom: 10px;
	    text-decoration: none;
	}
	.remodal[data-remodal-id="region"] ul {
	    columns: 2;
	}
	.kolba_preheader .region_choose span.city_question {
		display: none;
	}
	.category_page .products_block h1 {
	    font-weight: bold;
	    font-size: 24px;
	    line-height: 28px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.category_page .products_block .sort_line label {
	    display: block;
	    margin-bottom: 4px;
	    margin-right: 0;
	}
	.category_page .products_block .sort_line ul {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	}
	.category_page .products_block .sort_line ul li {
		margin-right: 16px;
	}
	.category_page .products_block .sort_line {
	    border-bottom: 1px solid #F2F2F2;
	    padding-bottom: 20px;
	    margin-bottom: 16px;
	    padding-top: 20px;
	    width: 100%;
	    text-align: left;
	    height: auto;
	}
	.category_page .products_block .price_range {
	    width: 100%;
	    padding-top: 20px;
	    height: auto;
	}
	.product_page .product_info .variations {
	    width: 49%;
	    display: inline-block;
	    box-sizing: border-box;
	    margin-top: 0;
	    vertical-align: top;
	}
	.product_tabs .tabs_content .tab.tab_description .buy {
	    text-align: center;
	    margin: 0 auto;
	    margin-top: 32px;
	    width: 100%;
	}
	.product_tabs .tabs_content .tab.tab_description .buy .name {
	    font-size: 24px;
	    line-height: 32px;
	}

	.cart_page .cart_related_products ul.products .owl-item {
		float: left;
	}
	.cart_page .cart_related_products ul.products .owl-nav {
		display: none;
	}
	.cart_page .cart_related_products ul.products .owl-dots {
		text-align: center;
    	margin-top: 0;
    	margin-bottom: 24px;
    	width: 100%;
	}
	.cart_page .cart_related_products ul.products .owl-dots button {
		display: inline-block;
	    vertical-align: top;
	    width: 12px;
	    height: 12px;
	    padding: 0;
	    margin: 0;
	    border: none;
	    background: #333;
	    border-radius: 12px;
	    opacity: 0.8;
	}
	.cart_page .cart_related_products ul.products .owl-dots button.active {
		opacity: 1;
		background: #ffe600;
	}
	.cart_page .cart_related_products ul.products .owl-dots > button:not(:last-child) {
		margin-right: 8px;
	}
	.cart_page .cart_related_products ul.products {
	    padding: 24px 24px 0 24px;
	    width: 100%;
	    max-width: 100%;
	    overflow: hidden;
	    box-sizing: border-box;
	}
	.remodal[data-remodal-id="reserv"] {
	    width: 100%;
	}
	.search_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.actions_detail_page .min-img-akc {
		display: block;
	}
	.actions_detail_page .max-img-akc {
		display: none;
	}
	.actions_detail_page h1 {
	    font-weight: bold;
	    font-size: 28px;
	    line-height: 36px;
	    color: #333;
	    margin-bottom: 24px;
	    position: relative;
	    z-index: 2;
	}
	.actions_detail_page .container {
	    background: #FFFFFF;
	    padding: 20px 15px;
	}
	.last_articles ul.articles:after {
		display: none;
	}
	.last_articles .more_link {
	    margin-top: 0;
	}

	.discount_card .card {
	    display: inline-block;
	    vertical-align: top;
	    position: relative;
	    top: 0;
	    width: 100%;
	    margin-bottom: 32px;
	}
	.discount_card .info {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    box-sizing: border-box;
	    padding-left: 0;
	}
	.discount_card .card_history {
	    padding-top: 48px;
	    width: 100%;
	    margin-left: auto;
	    box-sizing: border-box;
	    padding-left: 0;
	}
	.discount_card .card_history .card_history_items .item .operation {
		display: none;
	}
	.discount_card .card_history .card_history_items .item .date {
	    display: inline-block;
	    vertical-align: top;
	    width: 35%;
	    font-size: 14px;
	    color: #8c8c8c;
	}
	.discount_card .card_history .card_history_items .item .bonus {
	    display: inline-block;
	    vertical-align: top;
	    width: 10%;
	    font-size: 14px;
	    font-weight: bold;
	}
	.discount_card .card_history .card_history_items .item .comment {
	    display: inline-block;
	    vertical-align: top;
	    width: 55%;
	    font-size: 14px;
	}

	.akcii_banners ul li .image a img.mobile_image {
	    display: none !important;
	}
	.akcii_banners ul li .image .full_banner_image {
		display: block !important;
	}

	.detail-orders-tov-name {
	    float: left;
	    width: 345px !important;
	}
	.detail-orders-tov-sht {
	    float: left;
	    width: 58px !important;
	    text-align: right;
	}
	#tab-order li a {
	    font-size: 14px !important;
	}
	.rev-lists-status {
	    background: transparent !important;
	}
	.calc_page .content h1 {
		/*display: none;*/
		font-size: 26px;
    	line-height: 32px;
    	margin-bottom: 24px;
	}

	.popular_products.related_products h3 {
	    font-weight: bold;
	    font-size: 30px;
	    line-height: 36px;
	}
	footer .menu_and_socials .apps {
	    text-align: left;
	    margin-bottom: 24px;
	    width: 100%;
	}
	footer .menu_and_socials .social_links .youtube {
	    text-align: left;
	}
	.popular_products h2,
	.popular_products h3 {
	    font-weight: bold;
	    font-size: 28px;
    	line-height: 34px;
	}
	a.to_top {
	    position: fixed;
	    right: 20px;
	    bottom: 70px;
	}
	.main_menu ul.menu > li.active {
		background: inherit;
	}
	.main_menu ul.menu > li.active a {
		color: #fff;
	}
	.main_menu ul.menu > li.expand.active a img.black {
		display: none;
	}
	.main_menu ul.menu > li.expand.active a img.white {
		display: block;
	}

	.calc_page #start-value {
	    float: none;
	    width: 100%;
	    padding: 2%;
	    margin: 25px 0px;
	    border-radius: 5px;
	    background: #eee;
	    margin-right: 2%;
	    box-sizing: border-box;
	}
	.calc_page #end-value {
	    padding: 2%;
	    margin: 25px 0px;
	    border-radius: 5px;
	    background: #fff;
	    float: none;
	    width: 100%;
	    border: 2px solid #ffe600;
	    box-sizing: border-box;
	}

	.kolba_preheader a.phone_link,
	.kolba_preheader a.header_shop_link {
		display: none !important;
	}

	.kolba_preheader .region_choose .submenu {
		display: none;
	}


	.is_desktop {
		display: none;
	}
	.is_mobile {
		display: block !important;
	}


}