body.main {
	max-width: none;
    overflow-x: hidden;
    margin: 0 auto;
}

body p{
	color: #555;
	font-size: 16px;
	line-height: 26px;
}

/* spoiler */
div.spoiler {
	padding: 5px;
	line-height: 1.6;
}

div.spoiler div.spoiler-title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 7px;
	border: 1px solid #bbbbbb;
	border-bottom-color: #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	background: #cfd1cf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
	background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

div.spoiler div.spoiler-title div.spoiler-toggle {
	display: inline-block;
	width: 11px;
	height: 11px;
	line-height: 14px;
	margin-left: 4px;
	margin-right: 6px;
	cursor: pointer;
	-webkit-user-modify: read-only;
}

div.spoiler div.spoiler-title div.hide-icon {
	background: url('/admin/ckeditor/plugins/spoiler/images/minus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-title div.show-icon {
	background: url('/admin/ckeditor/plugins/spoiler/images/plus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-content {
	font-size: 13px;
	border: 1px solid #bbbbbb;
	border-top: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: none repeat scroll 0 0 #F5F5F5;
	padding: 4px 10px;
}

.spoiler-content:after {
	content: '';
	display: block;
	clear: both;
}

/*dropdown menu */

/* main catalog */
#main_catalog.dropdown,
#main_catalog.dropdown ul {
	position: relative;
	width: 266px;
	padding: 0;
	overflow: unset;
}

#main_catalog.dropdown ul ul{
	background-color: #fff;
}

#main_catalog.dropdown ul .show > ul{
	background-color: transparent;
}

#main_catalog.dropdown{
	background-color: #fff;
}

#main_catalog.dropdown li {
	width: 266px;
	padding: 0;
}
#main_catalog.dropdown {
	margin-top: -40px;
	border-top-width: 0;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color:     #fff;
	z-index: 1100;
}
#main_catalog.dropdown ul,
#main_catalog.dropdown li {
	display: block;
	list-style-type: none;
}
#main_catalog.dropdown a {
	display: block;
	position: relative;
	width: 206px;
	padding: 10px 30px;
	line-height: 20px;
	text-decoration: none;
	margin-bottom: 1px;
}
#main_catalog.dropdown a:after {
	display: block;
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 15px;
	width: 236px;
	height: 1px;
	background-color: #ddd;
}
#main_catalog.dropdown > li:last-child > a:after {
	display: none;
}

#main_catalog.dropdown ul ul:after {
	content: unset;
}

#main_catalog.dropdown li.strong a,
#main_catalog.dropdown nav.main a,
#main_catalog.dropdown li.current > a {
	font-weight: 700;
}
#main_catalog.dropdown > .main > ul:first-child > li:last-child > a:after {
	display: block;
}
#main_catalog.dropdown li.strong a,
#main_catalog.dropdown li.current > a {
	font-weight: 700;
}
#main_catalog.dropdown li:last-child > a {
	margin-bottom: 0;
}
#main_catalog.dropdown li:last-child > a:after {
	display: none;
}

#main_catalog.dropdown ul ul {
	position: absolute;
	left: 270px;
	margin-top: -39px;
	display: none;
	z-index: 999;
	margin-left: -4px;
}
#main_catalog.dropdown ul li:hover > ul {
	display: block;
}
#main_catalog.dropdown li.bottom > ul {
	top: auto;
	bottom: 0;
}

#main_catalog.dropdown li.show > a {
	font-weight: bold;
}
#main_catalog.dropdown:hover + .decorate_block {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1000;
}

#main_catalog.dropdown .show > ul {
	display: block;
	position: relative;
	left: 0;
	margin-top: unset;
	margin-left: unset;
}

#main_catalog.dropdown .show ul li a, #main_catalog.show .current ul li a{
	width: 196px;
	padding-left: 40px;
}

#main_catalog.inline {
	height: 18px;
	overflow: hidden;
}
/*Begin style for .features */

#shop_goods .position .features{
	padding-top: 20px;
}

.ul {
	margin-left: 20px;
}

/*for images loading*/

body #shop_goods .goods-card .gallery img{
	text-indent: 100vw;
	height: auto;
}

.disabledOption{
	color: #aaaaaa;
}

/*for brands on main*/

.brands_logo_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 34px;
	margin-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #ddd;
}

.brands_item{
	width: 200px;
	height: 80px;
	border: 1px solid #ddd;
	border-radius: 10px;
	transition: 0.3s;
	cursor: pointer;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.brands_item a img,
.brands_item a span{
	width: 160px;
	padding: 0 20px;
	border-radius: 10px;
	display: block;
}

.brands_item:hover{
	border-color: #333e48;
}

@media all and (max-width: 860px) {
	body .domain{font-size: 14px!important; width: 100%!important; text-align: center!important;margin-bottom: 20px!important;}
	body .domain a{position: unset!important;display: unset!important; margin: unset!important;}
	body .list .favorite{top:5px; right: 5px;}
	body.main #content h1{padding: 20px 50px 20px 0;}
	/*cat number columns*/

	body .two_cat ul, body main ul.two_cat, body .two_cat #shop_cats ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	body .two_cat li, body main ul.two_cat li, body .two_cat #shop_cats ul li {
		width: 46%!important;
		height: 216px!important;
	}

	body .two_cat li .name, body ul.two_cat li .name {
		bottom: 5px!important;
	}

	body .reviews{border-radius: 4px;}

	/*******/
}

@media all and (max-width: 480px) {
	body .brands_logo_list{gap: 10px; flex-wrap: wrap; justify-content: center; width: 100%; overflow-x: auto; padding-bottom: 20px; padding-top: 20px; margin-bottom: 20px;overflow-y: hidden}
	body .brands_logo_list .brands_item{width: 160px; height: 80px;}
	body .brands_logo_list .brands_item img{padding: unset;}
	body .reviews .wrapReviews{padding: 0 20px;}
	body .reviews h2{padding: 20px 20px 0 20px; width: unset;}
	body .reviews .slick-slide{padding: unset;}
	body .reviews .slick-track{margin: unset;}
	body .reviews .slick-prev, body .reviews .slick-next{display: none!important;}
	body .reviews .slick-dots{position: relative;}
	body .goods-card .favorite, body .goods-card .favorite_as {left: unset; right: 0;}
	body .goods-card .compare, body .goods-card .compare_as {left: unset; right: 40px;}
	body .goods_wrapper .favorite, body .goods_wrapper .compare {visibility: visible; opacity: 0.5;}
}

/**/
#map {
	width: 600px;
	height: 600px;
	display: none;
}

#shop_goods .goods-card .goods-gallery {
	display: none;
}

.subscription .subscription_captcha .title:before {
	display: none;
}

.subscription .subscription_captcha {
	display: none;
}

#shop_goods .filters input[type=button_lite]
 {
	 color: #fff;
	 font-size: 14px;
	 padding: 6px 10px 6px 10px;
	 border-width: 0;
	 border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 -khtml-border-radius: 4px;
	 cursor: pointer;
	 background-color: #333e48;
	 outline: none;
	 text-decoration: none;
	 border-width: 0;
	 opacity: 0.8;
	 width: 68px;
 }

.favorite, .favorite_as{
	position: absolute;
	left: 160px;
	top: -2px;
	height: 25px;
	padding: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods-card .favorite, .goods-card .favorite_as{
	left: 350px;
	top: 20px;
}

.goods-card .compare, .goods-card .compare_as{
	left: 310px;
	top: 20px;
	right: unset;
}

.goods_wrapper .favorite, .goods_wrapper .favorite_as{
	left: unset;
	top: 10px;
	right: 10px;
}

.three_columns .favorite, .three_columns .favorite_as, .four_columns .favorite,
.four_columns .favorite_as, .five_columns .favorite,  .five_columns .favorite_as{
	position: absolute;
	left: unset;
	top: 0;
	right: 0;
}

#shop_goods .list .favorite, #shop_goods .list .favorite_as, #shop_goods .list .compare, #shop_goods .list .compare_as{
	position: unset;
}

.similar-goods .favorite, .similar-goods .favorite_as{
	left: unset;
	top: 9px;
	right: 15px;
}

.goods-card .favorite:after, .goods-card .favorite_as:after{
	font-size: 30px;
}

.favorite:after, .favorite_as:after{
	content: '\e916';
	display: inline-block;
	font-family: 'Unisiter-Icons';
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
	top: 1px;
}
/**/
.favorite:before, .favorite_as:before{
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	top: 4px;
	border-radius: 50%;
	background: #fff;
	filter: blur(4px);
}

header a.toFavorite:hover, header a.toCompare:hover{
 color: var(--main-bg-color-hover);
}

.favorite_as:after{
	content: '\e917';
	color: var(--main-bg-color);
}

.favorite:hover:after, .favorite_as:hover:after{
	color: var(--main-bg-color);
}

.favorite:hover:after, .favorite_as:hover:after{
	color: var(--main-bg-color);
}

.favorite_as:hover:after, .compare_as:hover:after{
	color: var(--main-bg-color-hover);
}

/*bnr left*/
.left_col .bnr img[fetchpriority=high] {
	z-index: 1;
}

.left_col .bnr img[fetchpriority=low] {
	z-index: 0;
}

/*score*/

.rate{
	display: flex;
	align-items: center;
    /*display: none;*/
}

.rate p{
	width: 112px;
}

.score{
	background: #f5f5f5;
	padding: 6px 10px;
	width: max-content;
	border-radius: 4px;
	display: flex;
	gap: 3px;
	/*display: none;*/
}

.score input, .score span{
	width: 15px;
	height: 15px;
	background: url("/engine/public/img/score-items.png");
	display: block;
	background-size: cover;
}

.score input.score_10, .score span.score_10{
	background-position: 0 16px;
}

.score input.score_05, .score span.score_05{
	background-position: 0 37px;
}

.score input.score_00, .score span.score_00{
	background-position: 0 0;
}

.score a {
	margin: -2px 5px;
}

.forms .rate .score{
	flex-direction: row-reverse;
	gap: 5px;
}

.forms .rate .score input{
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.forms .rate input[type="radio"] {
	display: none;
}

.forms .rate label{
	display: inline-block;
	width: 25px;
	height: 25px;
}

.forms .rate label:before {
	content: '';
	display: inline-block;
	background: url("/engine/public/img/score-items.png");
	width: 25px;
	height: 25px;
	cursor: pointer;
}


input[type=radio]:checked,
input[type=radio]:checked ~  .labelScore:before{
	background-position: 0 27px;
}

.forms .rate label.labelScore:hover:before,
.labelScore:hover ~  .labelScore:before,
input[type=radio]:checked ~  .labelScore:hover:before {
	background-position: 0 27px;
}

.forms .rate .score span:nth-child(1):hover{
	background-position: 0 23px;
}

.forms .rate .score span:hover,
.forms .rate .score span:hover ~ span{
	background-position: 0 23px;
}

.forms .rate .score span.score_10{
	background-position: 0 23px;
}

.forms .rate .score span.score_05{
	background-position: 0 54px;
}

.main h1{
	padding: 50px 50px 20px 0;
}
body #banner .sl_a img {
	position: unset;
}

.left_col  #left_banner .bnr,
.left_col #left_banner .bnr img {
	overflow: unset;
}

.sl_a .slick-dots {
	bottom: 20px;
}

.sl_a .slick-dots li button:before {
	display: inline-block;
	margin: 0 5px;
	width: 16px;
	height: 16px;
	background: transparent url(/engine/public/templates/default/mobilyslider/gfx/dots6.png) no-repeat -54px 0;
	color: transparent;
	font-size: 1px;
	text-decoration: none;
	opacity: 1;
	content: '';
}

.sl_a .slick-dots li.slick-active button::before {
	background-position: 0 0;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
	background-position: -27px 0;
}

/*showMoreFeatures*/

#shopping_cart_table .features div{
	overflow: hidden;
}

#shopping_cart_table .features .showMoreFeatures{
	cursor: pointer;
	display: flex;
	align-items: baseline;
	gap: 4px;
	border-bottom: dotted 1px;
	width: max-content;
}

#shopping_cart_table .features .showMoreFeatures:hover{
	border-bottom: solid 1px;
}

#shopping_cart_table .features .showMoreFeatures:after {
	content: '\e90a';
	display: block;
	font-family: 'Unisiter-Icons';
	font-size: 6px;
	font-weight: bold;
	transition: 0.3s;
}

/*reviews*/

.reviews{
	background-color: #f8f8f8;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	padding-bottom: 40px;
	margin-top: 40px;
}

.reviews h2{
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
}

.wrapReviews{
	width: 100%;
	max-width: 1230px;
	margin: 40px auto 0;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.reviews h2 a:after {
	background-color: #fff;
}

.reviews .item-review{
	display: flex!important;
	flex-direction: column;
	gap: 20px;
	max-width: 50%;
	margin: 0 auto;
}

.reviews .item-review span{
	color: #888;
}

.reviews .item-review h3{
	font-weight: 500;
	font-size: 22px;
	position: relative;
}

.reviews .item-review p{
	color: #666666	;
	font-size: 16px;
	margin: 20px 0;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-height: 24px;
}

.reviews .item-review h3:before{
	content: '\201C';
	font-family: none;
	font-size: 50px;
	font-weight: bold;
	color: #d6d6d6;
	position: absolute;
	left: -60px;
	top: 60px;
}

.reviews .item-review a {
	border: 2px solid var(--main-bg-color);
	color: var(--main-bg-color);
	padding: 10px 20px;
	text-decoration: none;
	width: max-content;
	font-size: 18px;
	border-radius: 4px;
	transition: 0.3s;
}

.reviews .item-review a:hover {
	background-color: var(--main-bg-color-hover);
	border: 2px solid var(--main-bg-color-hover);
	color: #fff;
}

.reviews .slick-prev{
	left: 0;
	z-index: 1;
}

.reviews .slick-next{
	right: 7px;
}

.reviews .slick-prev:before, .reviews .slick-next:before{
	font-size: 15px;
	color: #555;
	content: '\e90a';
	display: inline-block;
	font-family: 'Unisiter-Icons';
	background-color: #fff;
	padding: 10px;
	transition: 0.3s;
}

.reviews .slick-prev:hover:before, .reviews .slick-next:hover:before{
	background-color: #eee;

}

.reviews .slick-prev:before{
	transform: rotate(90deg);
}

.reviews .slick-next:before{
	transform: rotate(270deg);
}

.reviews .slick-track{
	margin: 0 -40px;
}

.reviews .slick-slide{
	padding: 0 40px;
}

.reviews .slick-dots{
	bottom: -40px;
}

/*social*/

footer ul.social {
    flex: 1 100%;
    text-align: center;
    position: relative;
    background-color: #333;
    width: unset;
    height: unset;
    top: unset;
    left: unset;
}

footer ul.social li {
	display: inline-block;
	margin: 4px;
}

ul.social li a {
	display: block;
	width: 29px;
	height: 29px;
	background: transparent url(/engine/public/img/services.png) -6px -6px no-repeat;
	border-radius: 14px;
	background-color: #333e48;/*colorButton_demo*/
}

ul.social li a:hover {
	background-color: #0062bd;
}

/**/

/*cookie_notes*/

section.cookie_notes {
	position: fixed;
	width: 100%;
	bottom: 40px;
	margin: 0 auto;
	text-align: center;
	z-index: 1111;
}

section.cookie_notes div {
	position: relative;
	overflow: hidden;
	max-width: 1260px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 5px 23px -3px rgb(0 0 0 / 30%);
	padding: 20px;
}

section.cookie_notes .button {
	float: right;
	display: block;
	color: #ffffff;
	font-size: 14px;
	padding: 7px 14px 8px 14px;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	cursor: pointer;
	background-color: #333e48;/*colorButton_demo*/
	outline: none;
	text-decoration: none;
	border-width: 0;
	-webkit-appearance: none;
	transition: background-color 0.3s;
}

section.cookie_notes .button:hover {
	background-color: #0062bd;
}

footer .phone2 ~ ul.social {
	top: 355px;
}
#goods_desc {
	margin-top: 40px;
	text-align: justify;
}

@media (min-width: 860px) {
	body .uw-whatsapp, body .uw-telegram {padding: 5px 10px 5px 45px; font-size: 12px; line-height: 14px; border-top-right-radius: 20px;}
	body .uw-whatsapp:before, body .uw-telegram:before {left: 10px; bottom: 5px; width: 30px; height: 30px;}
	body .uw-whatsapp span, body .uw-telegram span {font-size: 16px; line-height: 16px;}
	body .uw-whatsapp div, body .uw-telegram div {right: -20px; top: -20px; width: 20px; height: 20px;}
	body .uw-whatsapp.tr, body .uw-telegram.tr {top:0!important;}
	body .uw-whatsapp.tr div, body .uw-telegram.tr div{bottom: unset!important; left: -1vw!important;}
}

/**/

.compare, .compare_as{
	display: block;
	position: absolute;
	right: 44px;
	top: 10px;
	padding: 5px;
}

.compare:after, .compare_as:after{
	content: '\e918';
	font-family: 'Unisiter-Icons';
	font-size: 21px;
	font-weight: 500;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
}

.compare_as:after{
	content: '\e919';
}

.compare:before, .compare_as:before {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	top: 4px;
	border-radius: 50%;
	background: #fff;
	filter: blur(4px);
}

.compare_as{
	color: var(--main-bg-color);
}

header .container-header .headerBtns a.toCompare:before{
	content: '\e918';
	font-family: 'Unisiter-Icons';
	font-size: 23px;
	cursor: pointer;
	transition: 0.3s;
	font-weight: bold;
	position: relative;
	bottom: 1px;
}

/*compare list*/

.compare-list{
	width: max-content;
}

.listGoods{
	display: flex;
}

.listGoods h3{
	width: max-content;
}

.listGoods .compare{
	position: unset;
	padding: unset;
	max-width: 245px;
}

.listGoods .compare input{
	display: none;
}

.listGoods .compare .name{
	padding: 20px 10px 0 10px;
}

.listGoods .compare:after{
	content: unset;
	display: none;
}

.compare-list .valueFeatures{
	width: 100%;
	padding: 10px 0;
	display: flex;
}

.valueFeatures:nth-child(1n){
	background-color: #f5f5f5;
}

.compare-list div.valueFeatures span{
	width: 100%;
	max-width: 245px;
	padding-left: 10px;
}

.compare-list div{
	margin: 10px 0;
	padding-left: 10px;
}

.compare-list h3{
	margin: 20px 0;
	width: max-content;
	padding-left: 10px;
}

header a.toFavorite, header a.toCompare {
	position: unset;
}

body .goods .price {
	min-width: 120px;
}

body #content .goods a.buy.more,
body #content .main .goods a.buy.more{
	background-color: var(--main-bg-color);/*colorButton_demo*/
	bottom: 20px;
	right: auto;
}

body #content .goods a.buy.more:hover {
	background-color: var(--main-bg-color-hover);
}

body .two_columns .goods_btn_qt a.buy.more {
	right: auto;
	bottom: 20px;
}

body .list .goods a.buy {
	margin-right: 0;
	min-width: 100px;
	opacity: 0;
	visibility: hidden;
}

body .list .goods.goods_btn_qt:hover a.buy {
	opacity: 1;
	visibility: visible;
}

body.five_columns main {
	margin: 0 auto;
}

body #content #shop_goods .dots .goods {
	max-width: 100%;
}

body #content #shop_goods .dots .goods a.buy.more,
body #content #shop_goods .dots .main .goods a.buy.more {
	position: static;
	margin-top: 10px;
}

body .dots .general-styles-columns .goods span.info {
	top: 20px;
	left: 20px;
}

body .three_columns .favorite,
body .three_columns .favorite_as,
body .four_columns .favorite,
body .four_columns .favorite_as,
body .five_columns .favorite,
body .five_columns .favorite_as {
	top: 10px;
	right: 10px;
}

body .three_columns .compare,
body .three_columns .compare_as,
body .four_columns .compare,
body .four_columns .compare_as,
body .five_columns .compare,
body .five_columns .compare_as {
	right: 44px;
	top: 10px;
}

body #content #shop_goods .dots .five_columns {
	gap: 0;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

body #content #shop_goods .dots .four_columns {
	gap: 0;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

body #content #shop_goods .dots .three_columns {
	column-gap: 60px;
	row-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

body #content #shop_goods .dots .two_columns {
	gap: 20px;
}

body #content #shop_goods .dots .two_columns .goods {
	max-width: calc(50% - 20px);
	width: calc(50% - 20px);
}

@media all and (min-width: 860px) {

	body #content #shop_goods .dots .two_columns .goods > a {
		display: flex;
	}

	body #content #shop_goods .dots .two_columns .goods a img {
		margin: 0 20px 0 0;
	}

	body #content #shop_goods .dots .two_columns .goods .score,
	body #content #shop_goods .dots .two_columns .goods .price,
	body #content #shop_goods .dots .two_columns .goods a.buy.more,
	body #content #shop_goods .dots .main .two_columns .goods a.buy.more {
		position: absolute;
		left: 220px;
	}

	body #content #shop_goods .dots .two_columns .goods .score {
		top: 80px;
	}

	body #content #shop_goods .dots .two_columns .goods .price {
		top: 100px;
	}

	body #content #shop_goods .dots .two_columns .goods a.buy.more,
	body #content #shop_goods .dots .main .two_columns .goods a.buy.more {
		top: 150px;
		display: block;
	}

	body #content #shop_goods .dots .two_columns .goods .buttons,
	body #content #shop_goods .dots .two_columns  #shop_goods .goods_wrapper .buttons {
		position: absolute;
		top: 150px;
		left: 220px;
	}
}

@media all and (max-width: 1100px) {
	body .list .goods.goods_btn_qt {height: 150px;}
	body .goods_btn_qt a.buy.more {left: auto; margin-left: 0;}
	body .list .goods span.name {position: static;}
	body #content #shop_goods .dots .three_columns { column-gap: 30px;}
}

@media all and (max-width: 860px) {
    body #content .list .goods.goods_btn_qt img {width: 100px; height: auto; object-fit: cover;}
	body .list .goods.goods_btn_qt {height: 180px;}
	body .list .goods span.name {position: absolute;}
	body #content .goods_btn_qt a.buy.more {align-self: center; margin-left: 0;}
	body #content .list .goods.goods_btn_qt a.buy.more {left: 30%; translate: 0;}
	body section.goods_set .more, body section.last_reviews .more {display: block}
	body #shop_goods .list .favorite, #shop_goods .list .favorite_as, #shop_goods .list .compare, #shop_goods .list .compare_as { position: absolute;}
	body #shop_goods .list .compare, #shop_goods .list .compare_as { top: 5px; right: 15px;}
	body #shop_goods .list .favorite, #shop_goods .list .favorite_as { top: 5px; right: 55px;}
	body #content #shop_goods .dots .three_columns { column-gap: 30px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));}
}

@media all and (max-width: 640px) {
    body #content .list .goods.goods_btn_qt img {width: 80px;}
}

@media all and (max-width: 480px) {
	body .dots .goods_btn_qt a.buy.more {bottom: 20px !important; left: 50%; margin-left: 0;}
    body #content .list .goods.goods_btn_qt img {width: 60px;}
	body #content #shop_goods .dots .five_columns { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;}
}