.showroom-slider .banner-info {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin-right: -4px;
	padding: 93px 15px 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #3b3b3b;
}

.banner-info .info-wrap {
	max-width: 370px;
	color: #fff;
}

.banner-info .info-title {
	margin-bottom: 24px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner-info .info-head {
	margin-bottom: 30px;
	font-size: 46px;
	line-height: 1.2em;
	font-weight: 300;
}

.banner-info .contacts {
	margin-bottom: 90px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.banner-info .contacts-item {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-right: -3px;
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner-info .contacts-item a {
	display: block;
	color: #fff;
}

.banner-info a.block-footer {
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 3px;
	background: url(img/a-arow-b.png);
}

.showroom-slider .inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 60%;
	max-height: 609px;
	overflow: hidden;
}

.showroom-slider li {
	position: relative;
	width: 100%;
	height: 609px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.showroom-slider .page {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 5;
	text-align: center;
	width: 100%;
	font-size: 0;
}

.showroom-slider .page a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3.5px;
	background-color: #fff;
	opacity: 0.3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.showroom-slider .page a.selected,
.showroom-slider .page a:hover {
	opacity: 1;
}

.cl_arrow {
	background: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-29px);
	-moz-transform: translateY(-29px);
	-ms-transform: translateY(-29px);
	-o-transform: translateY(-29px);
	transform: translateY(-29px);
	cursor: pointer;
	z-index: 5;
	border-radius: 100%;
}

.cl_left {
	left: 31px;
}

.cl_right {
	right: 30px;
}

.cl_arrow:after {
	display: block;
	content: '';
	background: url(img/sprite.png) -600px 0 no-repeat;
	width: 10px;
	height: 19px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9.5px 0 0 -6px;
}


.cl_arrow.cl_right:after {
	background-position: -600px 0;
}


.cl_right:after {
	background-position: -610px 0;
	margin-left: -4px;
}

.road-to-us .block-pochemu-my .box-pochemu-my {
	/*2*/
	display: table;
	height: 300px;
}

.road-to-us .box-pochemu-my__wrap {
	/*2*/
	display: table-cell;
	vertical-align: middle;
	margin: auto;
}

.road-to-us .block-pochemu-my .box-pochemu-my:nth-child(3) {
	float: right;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.road-to-us .block-pochemu-my .box-pochemu-my:nth-child(4) {
	border-right: none;
}

.road-to-us .block-pochemu-my .box-pochemu-my p {
	position: relative;
	margin-top: 18px;
}

.road-to-us .block-pochemu-my .box-pochemu-my:hover p {
	color: #3b3b3b;
}

.step-number {
	position: absolute;
	top: -43px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background-color: #3b3b3b;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.road-to-us .block-pochemu-my .box-pochemu-my:after {
	opacity: 1;
}

.step1:after {
	background: url(/local/templates/fieldrage/img/showroom_road_step_1.jpg);
	background-size: cover;
	background-position: center center;
}

.step2:after {
	background: url(/local/templates/fieldrage/img/showroom_road_step_2.jpg);
	background-size: cover;
	background-position: center center;
}

.step3:after {
	background: url(/local/templates/fieldrage/img/showroom_road_step_3.jpg);
	background-size: cover;
	background-position: center center;
}

.road-on-foot {
	margin-top: 80px;
	padding-bottom: 63px;
	border-bottom: 1px solid #e5e5e5;
}

.block-road-on-foot {
	max-width: 1010px;
	margin: 0 auto;
}

.head-road-on-foot {
	display: inline-block;
	width: 38.9%;
	margin-right: -4px;
	vertical-align: top;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

.text-road-on-foot {
	display: inline-block;
	vertical-align: top;
	width: 61.1%;
	font-size: 16px;
	line-height: 28px;
}

.contacts-map {
	margin: 29px auto 97px;
}

.contacts-map .tabs {
	margin-bottom: 31px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
}

.contacts-map .tabs li {
	display: inline-block;
	min-width: 114px;
	margin-right: -5px;
	border: 1px solid #3b3b3b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}

.contacts-map .tabs li:last-child {
	margin-right: 0;
}

.contacts-map .tabs a {
	display: block;
	padding: 8px 5px;
	color: #3b3b3b;
	font-weight: 500;
}

.contacts-map .tabs li.tab-active a,
.contacts-map .tabs li a:hover {
	background-color: #3b3b3b;
	color: #fff;
}

.contacts-map .tab-content {
	display: none;
}

.contacts-map .tab-content:first-child {
	display: block;
}

.contacts-map .scheme img {
	width: 100%;
}

.google__map {
	height: 725px;
}

@media screen and (max-width: 1016px) {
	.showroom-slider .inner {
		max-height: 500px;
	}

	.showroom-slider li {
		height: 500px;
	}

	.showroom-slider .banner-info {
		padding: 54px 15px 0;
	}

	.banner-info .info-wrap {
		max-width: 330px;
	}

	.banner-info .info-title {
		margin-bottom: 22px;
		font-size: 11px;
	}

	.banner-info .info-head {
		font-size: 36px;
		line-height: 1.2em;
	}

	.banner-info .contacts {
		font-size: 14px;
		line-height: 24px;
	}

	.banner-info a.block-footer {
		margin-left: 6px;
	}

	.cl_arrow {
		-webkit-transform: translateY(-25px);
		-moz-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		-o-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	.road-to-us {
		padding-top: 79px;
	}

	.road-to-us h2 {
		font-size: 32px;
	}

	.road-to-us .block-pochemu-my .box-pochemu-my {
		height: 225px;
	}

	.road-to-us .block-pochemu-my .box-pochemu-my p {
		margin-top: 38px;
		line-height: 30px;
	}

	.head-road-on-foot {
		width: 36.1%;
	}

	.text-road-on-foot {
		width: 63.9%;
	}

	.google__map {
		height: 575px;
	}
}

@media screen and (max-width: 816px) {
	.showroom-slider .inner {
		max-height: 410px;
	}

	.showroom-slider li {
		height: 410px;
	}

	.banner-info .info-head {
		font-size: 32px;
		line-height: 1.2em;
	}

	.showroom-slider .banner-info {
		padding: 44px 15px 0;
	}

	.banner-info .info-head {
		margin-bottom: 24px;
	}

	.banner-info .contacts {
		margin-bottom: 37px;
	}

	.road-to-us {
		padding-top: 89px;
	}

	.road-to-us .block-pochemu-my {
		overflow: hidden;
		margin-top: 44px;
	}

	.road-on-foot {
		margin-top: 66px;
	}

	.head-road-on-foot {
		max-width: 190px;
		width: 100%;
		font-size: 22px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.text-road-on-foot {
		width: calc(100% - 190px);
		font-size: 14px;
		line-height: 26px;
	}

	.contacts-map {
		margin: 36px auto 0;
	}

	.contacts-map .tabs {
		margin-bottom: 37px;
	}

	.google__map {
		height: 441px;
	}
}

@media screen and (max-width: 720px) {

	.showroom-slider .banner-info,
	.showroom-slider .inner {
		display: block;
		width: auto;
		margin-right: 0;
	}

	.showroom-slider .banner-info {
		padding: 44px 30px 0;
	}

	.banner-info .info-wrap {
		max-width: none;
	}

	.banner-info a.block-footer {
		display: none;
	}

	.banner-info .info-title {
		padding-left: 0;
	}

	.banner-info .contacts-item {
		padding: 0;
	}
}

@media screen and (max-width: 666px) {

	.promo-slider li .entry .bt a::after {
		top: 5px;
	}

	.banner-info .info-title {
		margin-bottom: 11px;
		font-size: 10px;
	}

	.showroom-slider .banner-info {
		padding: 42px 15px 0;
	}

	.banner-info .info-head {
		margin-bottom: 16px;
		font-size: 26px;
		line-height: 32px;
	}

	.banner-info .contacts {
		line-height: 22px;
	}

	.showroom-slider .inner {
		max-height: 197px;
	}

	.showroom-slider li {
		height: 197px;
	}

	.cl_arrow {
		width: 40px;
		height: 40px;
	}

	.showroom-slider .page {
		bottom: 20px;
	}

	.cl_arrow {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	.cl_left {
		left: 17px;
	}

	.cl_right {
		right: 14px;
	}

	.road-to-us {
		padding-top: 50px;
	}

	.road-to-us h2 {
		font-size: 24px;
	}

	.road-to-us .block-pochemu-my {
		margin-top: 37px;
	}

	.road-to-us .block-pochemu-my .box-pochemu-my:after {
		background-size: cover;
	}

	.road-to-us .block-pochemu-my .box-pochemu-my:nth-child(4) {
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}

	.road-on-foot {
		margin-top: 37px;
		padding-bottom: 38px;
	}

	.head-road-on-foot {
		display: block;
		max-width: none;
		margin-top: 37px;
		margin-bottom: 18px;

		text-align: center;
	}

	.text-road-on-foot {
		width: auto;
	}

	.contacts-map {
		margin: 30px auto 0;
	}

	.contacts-map .tabs {
		margin-bottom: 30px;
	}

	.google__map {
		height: 177px;
	}

}


.sb-icon-search {
	background: url(img/svg/lupa3.svg) no-repeat;
}

.sb-icon-search:hover {
	background: url(img/svg/lupa4.svg) no-repeat;
}

.pnone-mail {
	background: url(img/svg/phone.svg) no-repeat;
	background-size: 45px;
}

.promo-slider li .bt a::after,
.site-footer .subscribe button::after {
	background: url(img/svg/strelka.svg) no-repeat;
	width: 29px;
	height: 29px;
	top: 9px;
}

.promo-slider li .bt a:hover::after,
.site-footer .subscribe button:hover::after {
	background: url(img/svg/strelka2.svg) no-repeat;
}

#scrollup {
	background: url(img/svg/strelka5.svg) no-repeat;
}

#scrollup:hover {
	background: url(img/svg/strelka6.svg) no-repeat;
}

.inform-about li .icon img {
	width: 70px;
	height: 70px;
}

.site-footer .social a.vk,
.site-footer .social a.in,
.site-footer .social a.fb {
	background: url(img/svg/vk.svg) no-repeat;
	width: 50px;
	height: 50px;
	border: none;
}

.site-footer .social a.vk:hover {
	background: url(img/svg/vk-hover.svg) no-repeat;
}

.site-footer .social a.in {
	background: url(img/svg/insta.svg) no-repeat;
}

.site-footer .social a.fb {
	background: url(img/svg/fb.svg) no-repeat;
}

.site-footer .social a.in:hover {
	background: url(img/svg/insta-hover.svg) no-repeat;
}

.site-footer .social a.fb:hover {
	background: url(img/svg/fb-hover.svg) no-repeat;
}

.want-discount-modal-content_inputs input[type="submit"] {
	background: url(img/svg/strelka.svg) no-repeat;
	background-size: 29px;
	background-color: rgb(247, 72, 68);
	background-position: center;
}

.want-discount-modal-content_inputs input[type="submit"]:hover {
	background: url(img/svg/strelka2.svg) no-repeat;
	background-color: rgb(255, 255, 255);
	background-position: center;
}

.sb-search.sb-search-open .sb-icon-search {
	background: url(img/svg/lupa1.svg) no-repeat;
	background-size: 19px;
	background-position: center;
}

.modified .want-discount-modal-content_inputs input[type="submit"] {
	width: 53px;
	background: #f74844 url(https://field-rage.ru/local/templates/fieldrage/img/svg/strelka.svg) center no-repeat;
}

.modified .want-discount-modal-content_inputs input[type="submit"]:hover {
	background: #ffffff url(https://field-rage.ru/local/templates/fieldrage/img/svg/strelka2.svg) center no-repeat;
}

@media screen and (max-width: 416px) {
	.modified.site-footer .subscribe button:after {
		top: 0;
	}
}


/*Style img*/

.sb-icon-search {
	background: url(img/svg/lupa3.svg) no-repeat;
}

.sb-icon-search:hover {
	background: url(img/svg/lupa4.svg) no-repeat;
}

.pnone-mail {
	background: url(img/svg/phone.svg) no-repeat;
	background-size: 45px;
}

.promo-slider li .bt a::after,
.site-footer .subscribe button::after {
	background: url(img/svg/strelka.svg) no-repeat;
	width: 29px;
	height: 29px;
	top: 9px;
}

.promo-slider li .bt a:hover::after,
.site-footer .subscribe button:hover::after {
	background: url(img/svg/strelka2.svg) no-repeat;
}

#scrollup {
	background: url(img/svg/strelka5.svg) no-repeat;
}

#scrollup:hover {
	background: url(img/svg/strelka6.svg) no-repeat;
}

.inform-about li .icon img {
	width: 70px;
	height: 70px;
}

.site-footer .social a.vk,
.site-footer .social a.in,
.site-footer .social a.fb {
	background: url(img/svg/vk.svg) no-repeat;
	width: 50px;
	height: 50px;
	border: none;
}

.site-footer .social a.vk:hover {
	background: url(img/svg/vk-hover.svg) no-repeat;
}

.site-footer .social a.in {
	background: url(img/svg/insta.svg) no-repeat;
}

.site-footer .social a.fb {
	background: url(img/svg/fb.svg) no-repeat;
}

.site-footer .social a.in:hover {
	background: url(img/svg/insta-hover.svg) no-repeat;
}

.site-footer .social a.fb:hover {
	background: url(img/svg/fb-hover.svg) no-repeat;
}

.want-discount-modal-content_inputs input[type="submit"] {
	background: url(img/svg/strelka.svg) no-repeat;
	width: 29px;
	background-size: 29px;
	background-color: rgb(247, 72, 68);
	background-position: center;
}

.want-discount-modal-content_inputs input[type="submit"]:hover {
	background: url(img/svg/strelka2.svg) no-repeat;
	background-color: rgb(255, 255, 255);
}

.cl_arrow::after,
.navigation-blog-page .arrow-left a::before,
.navigation-blog-page .arrow-right a::before {
	background: url(img/svg/strelka7.svg);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.navigation-blog-page .arrow-left a::before,
.navigation-blog-page .arrow-right a::before {
	background-size: 40px;
	background-repeat: no-repeat;
}

.cl_right::after,
.navigation-blog-page .arrow-right a::before {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.banner-info a.block-footer,
.top-design .text-design a,
.top-deliv a.block-footer,
.top-about .text-about a,
.top-help a,
.top-deliv a,
.text_map a,
.top-faq a {
	background: url(img/svg/strelka9-white.svg);
}

.partner .block-partner .box-left-par a.dowland {
	background-image: url(img/svg/copy.svg);
}

.partner .block-partner .box-left-par a.dowland:hover {
	background-image: url(img/svg/copy2.svg);
}

.help-bottoms .row-bottoms .bt1::before {
	background-image: url(img/svg/delivery.svg);
	height: 56px;
}

.help-bottoms .row-bottoms .bt2::befor {
	background-image: url(img/svg/chat.svg);
}

.help-bottoms .row-bottoms .bt3::before {
	background-image: url(img/svg/back.svg);
	width: 56px;
	height: 56px;
}

.guestion-fag .box-guestion-fag {
	background-image: url(img/svg/plus.svg);
}

.guestion-fag .box-guestion-fag:hover {
	background-image: url(img/svg/plus-hover.svg);
}

.guestion-fag .box-guestion-fag.active {
	background-image: url(img/svg/minus.svg);
}

.product-list-item .bt a.like {
	background-image: url(img/svg/fave2.svg);
}

.product-list-item .bt a.like:hover {
	background-image: url(img/svg/fave.svg);
}

.product-sort .title::after,
.product-filter .title span::after {
	background: url(img/svg/strelka-vniz.svg) no-repeat;
	height: 13px;
}

.product-filter .title span::after {
	margin-top: -5px;
}

.product-filter .title span:hover::after {
	background-image: url(img/svg/strelka-vniz-hover.svg);
}

.product-detail .share>div.fb {
	background: url(img/svg/fb2.svg) no-repeat;
}

.product-detail .share>div.pt {
	background: url(img/svg/pinterest.svg) no-repeat;
}

.product-detail .share>div.hz {
	background: url(img/svg/houzz.svg) no-repeat;
}

.product-box .arr-l,
.product-box .arr-r {
	border: none;
}

.product-box .arr-l::after,
.product-box .arr-r::after {
	background: url(img/svg/strelka7.svg) no-repeat;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	margin: 0;
}

.product-box .arr-r::after {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}


.site-header .search button {
	background: url(img/svg/lupa1.svg) no-repeat;
}

@media(max-width: 666px) {
	.promo-slider li .bt a::after {
		top: 5px;
	}

	.product_showroom .product-list-item {
		min-height: 0;
	}
}

.product-list .product-list-item:hover .product-list-item-qw {
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width: 666px) {
	.product-list .product-list-item:hover .product-list-item-qw:before {
		display: none;
	}
}


.next.next-all.active img {
	animation: 1s linear 0s normal none infinite running rot;
	-webkit-animation: 1s linear 0s normal none infinite running rot;
	display: inline;
}

.next.next-all.active a {
	display: none;
}

@keyframes rot {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rot {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.widget-catalog ul li ul li ul .active a {
	font-weight: 500;
}


.site-header .block-menu-search .sb-search {
	overflow: unset;
}

.searchResult {
	position: absolute;
	left: 0;
	z-index: 5;

	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: white;
	border: 1px solid #E6E6E6;
}

.searchResult__item {
	padding: 12px 16px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #393939;

	border-bottom: 1px solid #E6E6E6;
}

.searchResult__item:hover .searchResult__name {
	color: #D64946;
}

.searchResult__img {
	flex-shrink: 0;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	-o-object-fit: contain;
	object-fit: contain;
}

.searchResult__name {
	margin-right: 10px;
	flex-grow: 1;
	font-size: 15px;
	line-height: 17px;

	transition: color 300ms;
}

.searchResult__price {
	flex-shrink: 0;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

.searchResult__link {
	position: relative;

	padding: 0px 36px 0px 16px;
	align-self: flex-start;
	text-decoration: none;
	color: #D64946;
}

.searchResult__link::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(https://thefields.ru/local/templates/fieldrage/img/svg/strelka2.svg) no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
	content: '';
}

@media all and (min-width: 768px) {
	div.title-search-result {
		transform: translateY(42px);
	}
}

.preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100000;
}

.cart-page .bt a.disabled[disabled] {
	opacity: 0.8;
	pointer-events: none;
}

.cart-page .bt a.disabled[disabled]:hover {
	display: block;
	cursor: default;
	color: #fff;
	background: #3b3b3b;
}

.cart-page .bt a.disabled[disabled]:hover:after {
	background: url(/local/templates/fieldrage/css/../i/strelka_white.svg) no-repeat;
}

#min_sum {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	margin: 15px 0 10px;
}

#result-order-form p {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	margin: 15px 0 10px;
}

.cart-page .total {
	position: relative !important;
}

@media screen and (max-width: 800px) {
	.cart-page .total {
		position: relative;
		line-height: normal;
		padding-top: 0;
		text-align: center
	}

	.cart-page .bt a {
		margin-top: 25px;
	}

	.cart-page .bt {
		padding-top: 25px;
		text-align: center
	}
}

@media screen and (max-width: 567px) {
	.cart-page .bt {
		padding-top: 0;
	}
}


@media screen and (max-width: 1346px) {
	.blog-box.blog-box__popular ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		column-gap: 22px;
		row-gap: 40px;
	}

	.blog-box.blog-box__popular ul li {
		margin-bottom: 0;
		margin-left: 0;
		width: calc(25% - 15px);
	}
}

.blog-box.blog-box__popular ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 40px;
}

.blog-box.blog-box__popular ul li {
	margin-bottom: 0;
	margin-left: 0;
	width: calc(20% - 16px);
}

@media screen and (max-width: 1346px) {
	.blog-box.blog-box__popular ul {
		row-gap: 40px;
	}

	.blog-box.blog-box__popular ul li {
		margin-bottom: 0;
		margin-left: 0;
		width: calc(25% - 15px);
	}
}

@media screen and (max-width: 816px) {
	.blog-box.blog-box__popular ul {
		column-gap: 2.8%;
		row-gap: 30px;
	}

	.blog-box.blog-box__popular ul li {
		width: 31.45%;
	}
}

@media screen and (max-width: 566px) {
	.blog-box.blog-box__popular ul {
		row-gap: 20px;
	}

	.blog-box.blog-box__popular ul li {
		width: 48.6%;
	}
}


.product-box.noslider ul:after {
	display: none;
}

#map-block {
	width: 100%;
	height: 600px
}

@media (max-width: 939.9px) {
	#map-block {
		width: 100%;
		height: 400px
	}
}

@media (max-width: 639.9px) {
	#map-block {
		width: 100%;
		height: 320px
	}
}

.text-catalog .row-text-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row-text-cat2 {
	max-height: 60px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: max-height 0.3s ease;
	-o-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
}

.row-text-catalog .row-text__btn {
	all: unset;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	color: #888888;
	text-decoration: underline;
	text-underline-offset: 4px;
	padding: 4px 0;
	transition: color 0.15s ease-out;
}

.row-text-catalog .row-text__btn:hover {
	color: #222222;

}

.cart-checkout .box li .txt {
	padding-top: 0;
	opacity: 0;
	height: 0;
	max-height: 0;
	/* transition: opacity 0.1s ease-in-out, height 0.2s ease-in-out; */
	transform: translateY(-100%);
}

.cart-checkout .box li.active .txt.show {
	padding-top: 10px;
	opacity: 1;
	height: auto;
	max-height: max-content;
	transition: transform 0.15s ease-in-out, opacity 0.25s ease-in-out, height 0.25s ease-in-out, height 0.25s ease-in-out;
	transform: translateY(0);
}

.cart-checkout .payment .active .item {
	margin-right: 0;
}

.cart-checkout .box li:not(.active) .txt+.item {
	display: none;
}

.cart-checkout .box li.active .txt+.item {
	display: block;
	margin-top: 20px;
}

/* #map .ymaps-2-1-79-ground-pane {
	position: relative;
}
#map:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	mix-blend-mode: difference;
	pointer-events: none;
	z-index: 1;
}
#map + .wrapper {
    z-index: 5;
}
#map .ymaps-2-1-79-ground-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
#map .ymaps-2-1-79-balloon {
	z-index: 5;
    background-color: black;
}

#map .ymaps-2-1-79-balloon__layout,
#map .ymaps-2-1-79-balloon__content,
#map .ymaps-2-1-79-balloon__tail,
#map .ymaps-2-1-79-balloon__tail:after {
	background-color: black;
}

#map .ymaps-2-1-79-balloon__content {
	color: #ffffff;
}

#map .ymaps-2-1-79-balloon__close-button {
	opacity: .3;
	filter: invert(1);
	mix-blend-mode: difference;
}

#map .ymaps-2-1-79-image,
#map .ymaps-2-1-79-gototaxi__pin,
#map .ymaps-2-1-79-gototaxi__pin,
#map .ymaps-2-1-79-gotoymaps__pin,
#map .ymaps-2-1-79-searchbox {
	filter: invert(1);
}
 */

.product-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	justify-content: flex-start;
	row-gap: 6px;
	column-gap: 12px;
	margin-bottom: 20px;
}

.product-counter span {
	display: block;
	font-size: 12px;
	font-weight: 500;
}

@media (min-width: 992px) {
	/* .ui-dialog {
		min-width: 320px;
	}
	#oneClickForm {
		min-width: 260px;
	} */
}

@media (max-width: 561px) {
	.product-head {
		justify-content: center;
	}
}

.catalog-subsections {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 15px;
	margin: 24px 0 32px;
	justify-content: start;
	/* чтобы один баннер стоял у левого края */
}

/* карточка */
.catalog-subsection-item {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #222;
	transition: transform .2s ease;
	position: relative;
	width: 100%;
	/* занимает всю ячейку */
	justify-self: start;
	transition: transform 0.3s ease;
	/* при 1 элементе остаётся у левого края */
}

.catalog-subsection-item:hover {
	transform: translateY(-4px);
}


.catalog-subsection-item::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	border-radius: 12px;
	background-color: rgb(59 59 59 / .05);
	z-index: 1;
}



.catalog-subsection-image {
	width: 70%;
	margin: 0 auto;
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	padding: 12px 12px;
	overflow: hidden;
}

.catalog-subsection-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-subsection-title {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	margin: 15px 0;
	text-align: center;
	word-wrap: break-word;
	white-space: normal;
	padding: 0 10px;
}

/* === Адаптив === */

@media (min-width: 1200px) {
	.catalog-subsections {
		grid-template-columns: repeat(6, 1fr);
	}

}

@media (max-width: 1199px) and (min-width: 970px) {
	.catalog-subsections {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (max-width: 969px) and (min-width: 720px) {
	.catalog-subsections {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
}

@media (max-width: 719px) and (min-width: 500px) {
	.catalog-subsections {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
}

@media (max-width: 499px) {
	.catalog-subsections {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

/* Убираем hover-анимации на мобильных устройствах */
@media (hover: none) and (pointer: coarse) {
	.catalog-subsection-item {

		transition: none
	}

	.catalog-subsection-item:hover {
		transform: none
	}
}


.category {
	padding: 60px 0;
	width: 100%;
}

/* --- сетка --- */
.category__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin: 0 auto;
}

/* --- карточка --- */
.category__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 6px;
	min-height: 220px; /* та же высота, что skeleton */
	text-decoration: none;
	position: relative;
	color: #222222;
	overflow: hidden;
	opacity: 0;
    transform: translateY(20px);
    transition: opacity .45s ease, transform .45s ease;
}

.category__item.show {
    opacity: 1;
    transform: translateY(0);
}

.category__item.hide {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .15s ease, transform .15s ease;
}

.category__item::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	pointer-events: none;
	border-radius: 16px;
	background-color: rgb(59 59 59 / .05);
	z-index: 1;
}

.category__item:hover {
	transform: translateY(-4px);
}

/* изображение */
.category__image {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px 24px 12px;
    overflow: hidden;
}

.category__image img {
	width: 70%;
	height: auto;
	object-fit: contain;
	transition: transform .3s ease;
}


.category__item:hover img {
	transform: scale(1.03);
}

/* нижняя часть */
.category__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px 15px;
}

.category__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
}

/* стрелка */
.category__arrow {
	color: #222222;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
}

.category__item:hover .category__arrow {
	color: #f74844;
}

/* --- адаптив --- */

/* планшет: 2 + 3 */
@media (max-width: 1024px) {
	.category__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.category__item:hover {
		transform: none;
	}
	.category__item:hover img {
		transform: none;
	}
	.category__image img {
		width: 80%;
}

}

/* мобильный: 2 + 1 */
@media (max-width: 768px) {

	
	.category__image {
		padding: 12px 12px 12px;
	}
	
	.category__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin: 0 auto;
		padding: 0 15px;
	}

	.category__item:nth-child(3n) {
		grid-column: span 2;
	}

	.category__arrow {
		font-size: 16px;
		line-height: 32px;
	}

	.category__name {
		font-size: 15px;
		padding-right: 10px;
	}

	.category__image img {
		width: 90%;
}
}

.category-switch {
    max-width: 1400px;
    margin: 30px auto 30px;
    padding: 0 15px;
    display: flex;
    gap: 50px;
	justify-content: center;
}

.category-switch button {
	all: unset;
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
    background: transparent;
    border: none;
    font-size: 22px;
    padding: 5px 0;
    cursor: pointer;
    color: #00000055;
    font-weight: 500;
    transition: color .15s ease-out;
	-webkit-tap-highlight-color: transparent;
    outline: none;
	touch-action: manipulation;
}


.category-switch button.active {
    color: #222;
}

.category-switch button:hover {
    color: #000;
}

@media (max-width: 768px) {
    .category-switch {
        justify-content: center;
        gap: 30px;
		margin: 20px auto 20px;
    }

    .category-switch button {
        font-size: 18px;
    }
}
