/* CUSTOM */
body {
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #202020;
}
main,
section {
	max-width: 1200px;
	margin: 0 auto;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}


h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 44px;
}

h2,
h3,
.alya-h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 44px;
	overflow-wrap: break-word;
}

@media (max-width: 460px) {
	.img-shar {
		width: 100%;
	}
}

.page-title-category {
	text-align: center;
}

.alya-h4 {
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 24px !important;
}

section.preimushchestva.new-marg {
	margin: 16px 0 80px;
}

.about-slider img {
	width: 98%;
	height: 250px;
	object-fit: cover;
}

.about-slider .slick-dots .slick-active button {
	opacity: 1;
}

.about-slider .slick-dots button {
	font-size: 0;
	border: 0;
	background: #F4ABCA;
	width: 5px;
	height: 12px;
	border-radius: 50%;
	opacity: 0.6;
	cursor: pointer;
}

.about-slider .slick-dots {
	display: flex !important;
	justify-content: center;
	gap: 5px;
	list-style: none;
	padding: 0;
}

.top-block {
	background: #F5F8FA;
}

.section-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #E5E2EE;
	padding: 10px 0;
}

.top-logo {}

.top-slogan {
	max-width: 207px;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
}

.top-adres {
	max-width: 154px;
	font-family: Manrope;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
}

.top-adres:before {
	content: "";
	position: absolute;
	background: url(/images/icons/map.png);
	width: 10px;
	height: 12px;
	top: 5px;
	left: -16px;
}

.top-rejim {
	max-width: 206px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.top-tel {
	width: 173px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #82A6C9;
	border-radius: 22px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #202020;
}

.top-tel:hover {
	text-decoration: underline;
}

.section-top .cart {
	position: relative;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-top .cart .cartIcon {
	cursor: pointer;
	width: 50px;
	height: 42px;
	border: 0;
	border-radius: 100px;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	box-shadow: none;
	background: url(/images/icons/card.png) no-repeat 30px 23px;
	background-position: center bottom;
}

.section-top .cart .cartIcon i {
	background: transparent;
	color: #20202099;
}

.section-top .cart .cartIcon p {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

.section-top .cart .goodsList {}

.section-top .cart .goodsList .summary {}

.section-top .cart .cartTop {}

.section-top .cart .cartTop .w {}

.section-top .cart .cartTop .w .cartTopText {}

.section-top .cart .cartTop .w .cartTopCount {}

.section-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	gap: 0.5rem;
}

.top-nav-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 55%;
	margin: 0;
	padding: 0;
}

.top-nav-menu li {
	list-style-type: none;
}

.top-nav-menu li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
}

.top-nav-menu li a:hover {
	text-decoration: underline;
}

.section-menu .search {}

.section-menu .search .search-wrap form {
	display: flex;
	align-items: center;
}

.section-menu .search .search-wrap input[type="text" i] {
    height: 38px;
    width: 233px;
    padding: 0 0 0 10px;
    border-radius: 20px;
    border: 0;
    position: relative;
    z-index: 2;
}

.section-menu .search .search-wrap input[type="submit" i] {
	background: #2E6AA599 url(/images/icons/zoom-search.png) no-repeat;
	background-position: 250px center;
	border: 0;
	border-radius: 21px;
	height: 41px;
	width: 280px;
	margin: 0px 0 0 -245px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.section-menu .callback {
	display: block;
	width: 174px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background: #ED73A699;
}

.section-menu .callback:hover {
	background: #ed73a6b3;
}

.footer-block {
	background: #2E6AA599;
	position: relative;
}

.footer-block:before {
	content: "";
	background: #fff;
	position: absolute;
	inset: 0;
	z-index: -1;
}

.vash-prazdnik {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0 0 0;
}

.vash-prazdnik div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #F5F8FA;
	padding: 0 0 0 20px;
	box-sizing: border-box;

}

.vash-prazdnik div,
.vash-prazdnik-img {
	width: 50%;
}

.vash-prazdnik-h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 44px;
	padding: 0 0 40px 0 !important;
	width: 100% !important;
}

.vash-prazdnik div p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	max-width: 430px;
	text-align: left;
}

.vash-prazdnik a {
	display: block;
	width: 240px;
	margin: 20px 0 0 0;
	line-height: 40px;
	background: #ED73A699;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	text-decoration: none;
}

.vash-prazdnik a:hover {
	background: #ed73a6b3;
	text-decoration: none;
	color: #fff;
}

.vash-prazdnik img {}

.preimushchestva {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0 0 0;
}

.preimushchestva div {
	display: flex;
	gap: 20px;
	max-width: 240px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.preimushchestva div img {
	width: 40px;
	height: 40px;
}

.kategorii {
	padding: 50px 0 0 0;
}

.kategorii-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	padding: 20px 0 0 0;
}

.kategorii a {
	max-width: 190px;
	cursor: pointer;
	text-decoration: none;
}

.kategorii a img {
	width: 100%;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.kategorii a:hover img {
	opacity: 0.5;
}

.kategorii a p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	max-width: 210px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
}

.kategorii a:hover p {
	color: #F4ABCA;
}

.section-content {}

.section-content .alya-h2 {
	font-size: 32px;
	padding: 80px 0 20px 0;
}

.section-content-block {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}

.section-content-block div {
	width: 48%;
}

.section-content-block img {
	width: 100%;
}

.section-content-block div p {
	padding: 0 0 15px 0;
}

.poryadok-rabot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 100px 0 100px 0;
	gap: 32px 0px;
}

.poryadok-rabot div {
	position: relative;
	max-width: 300px;
	padding: 30px 40px;
	box-shadow: 0px 4px 41px 0px #0000000D;
}

.poryadok-rabot div:after {
	content: '';
	position: absolute;
	right: 22px;
	bottom: -22px;
	z-index: 1;
	width: 54px;
	height: 54px;
	background-position: right bottom;
}

.poryadok-rabot div:nth-child(1):after {
	right: 32px;
	background: url(/images/poryadok-rabot-01.png) no-repeat;
}

.poryadok-rabot div:nth-child(2):after {
	background: url(/images/poryadok-rabot-02.png) no-repeat;
}

.poryadok-rabot div:nth-child(3):after {
	background: url(/images/poryadok-rabot-03.png) no-repeat;
}

.poryadok-rabot p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.poryadok-rabot a {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #ED73A699;
	text-decoration: none;
}

.poryadok-rabot a:hover {
	text-decoration: underline;
}

.otzyvy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 100px 0 0 0;
}

.otzyvy-a {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background: #F5F8FA;
	padding: 30px 40px;
	width: 300px;

}

.otzyvy-txt-c {
	grid-area: 2 / 1 / 3 / 3;
}

.otzyvy-btn {
	grid-area: 3 / 1 / 4 / 3;
}

.otzyvy-txt-a {
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
}

.otzyvy-txt-b {
	font-size: 48px;
	font-weight: 800;
	line-height: 66px;
	text-align: center;
}

.stars {
	width: 92px;
	height: 16px;
	margin: 0 auto;
	background: url(/images/stars.png);
}

.otzyvy-txt-c {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #20202099;
}

.otzyvy-btn {
	display: block;
	width: 245px;
	text-align: center;
	margin: 0 auto;
	line-height: 44px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background: #ED73A699;
	border-radius: 22px;
}

.otzyvy-btn:hover {
	background: #ed73a6b3;
	color: #fff;
}

.otzyvy-b {
	max-width: 770px;
	padding: 10px 0;
}

.otzyvy-b-txt {}

.otzyvy-name {
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}

.otzyvy-name .stars {
	width: 60px;
	height: 12px;
	margin: 0 auto;
	background: url(/images/stars.png);
	background-size: 12px;
}

.otzyvy-name b {
	font-weight: 700;
}

.otzyvy-b p {
	padding: 10px 0 30px 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.otzyvy-b-btn {
	color: #2E6AA599;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.otzyvy-b-btn:hover {
	text-decoration: underline;
}

/* !!!!!!!!!!!!!! */
.faq {
	padding: 100px 0;
}

.faq__container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.faq__wrap {
	display: grid;
	grid-template-columns: 32% 65%;
	grid-gap: 50px 3%;
	align-items: flex-start;
}

.faq__title {
	font-size: 40px;
	font-weight: 600;
	line-height: 100%;
}

.faq__desc {
	margin-top: 30px;
	font-size: 18px;
	line-height: 140%;
	max-width: 310px;
}

.faq__desc a {
	cursor: pointer;
	color: #2E6AA599;
	text-decoration: underline;
	transition: 200ms linear;
}

.faq__desc a:hover {
	text-decoration: none;
}

.ne-cvet {
	color: #202020;
	text-decoration: underline;
}

.ne-cvet:hover {
	color: #202020;
	text-decoration: none;
}

.faq-item {
	border-radius: 5px;
	background: #F5F8FA;
	backdrop-filter: blur(5px);
}

.faq-item:not(:last-child) {
	margin-bottom: 20px;
}

.faq-item__head {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 20px;
	align-items: center;
	padding: 18px 35px;
	color: #212121;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.4px;
}

.faq-item__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #ED73A699;
	transition: 200ms linear;
	padding: 0;
}

.faq-item__btn.active {
	transform: rotate(45deg)
}

.faq-item__desc {
	box-sizing: content-box;
	max-height: 0px;
	overflow: hidden;
	transition: 300ms linear;
	color: #212121;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

.faq-item__desc>div {
	padding: 0 35px 25px 35px;
}

.faq-item__desc>div p {
	text-align: left;
}

@media (max-width: 1180px) {
	.faq__wrap {
		grid-gap: 50px;
	}
}

@media (max-width: 991px) {
	.faq__wrap {
		grid-template-columns: 100%;
	}

	.faq__left {
		text-align: center;
	}

	.faq__desc {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 768px) {
	.faq__title {
		font-size: 30px;
	}

	.faq__desc {
		max-width: 350px;
		font-size: 16px;
	}

	.faq-item__head {
		padding: 15px 20px;
		font-size: 18px;
	}

	.faq-item__desc {
		font-size: 14px;
	}

	.faq-item__desc>div {
		padding: 0 20px 15px 20px;
	}

	.kategorii a {
		max-width: 250px;
	}
}


/* portfolio-slider */
.portfolio-slider-block {
	display: flex;
	justify-content: space-between;
	gap: 4%;
	margin: 20px 0 0 0;
}

.big-slider {
	width: 60%;
}

.small-slider {
	width: 36%;
}

.big-slider img {
	width: 100%;
	height: 420px;
	object-fit: contain;
	border-radius: 0;
}

.slider-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}

.slider-nav img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio_nav-item {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.portfolio_nav-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 130px;
}

.portfolio_nav-item {
	cursor: pointer;
	opacity: .4;
}

.portfolio_nav-item.active {
	opacity: 1;
}


.portfolio_nav-item.slick-slide.slick-current.slick-active {
	opacity: 1;
}

@media (min-width: 992px) {
	.slider-for .potfolio_main-photo {
		display: none;
	}

	.slider-for .active {
		display: block;
	}

	.slider-nav img {
		border-radius: 0;
		width: 130px;
	}
}

@media screen and (max-width: 992px) {
	.portfolio-slider {
		flex-wrap: wrap;
	}

	.big-slider {
		width: 100%;
	}

	.big-slider img {
		height: auto;
	}

	.small-slider {
		width: 100%;
		margin-top: 20px;
	}

	.portfolio_nav-item img {
		margin: 0 auto;
	}

	.slider-nav .slick-slide {
		height: 130px;
	}
}

@media screen and (max-width: 500px) {
	.portfolio_nav-item img {
		width: 90%;
	}
}


.ostalis-voprosy {
	padding: 80px 0 100px 0;
	clear: both;
}

.ostalis-voprosy .alya-h2 {
	font-size: 32px;
	padding: 0 0 30px 0;
}

.ostalis-voprosy-block {
	background: #F5F8FA;
}

.produckt-banner {
	background: url(/images/produckt-banner.png);
	margin: 20px auto 0 auto;
	min-height: 150px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	position: relative;
}

.produckt-banner:before {
	position: absolute;
	content: "";
	inset: 0;
	background: #0000004D;
}

.produckt-banner-txt-a {
	padding: 0 40px;
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	position: relative;
}

.produckt-banner-txt-b {
	padding: 0 40px;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	position: relative;
}

.breadcrumbs {
	background: #F4ABCA !important;
	height: 32px !important;
	min-height: 32px;
	line-height: 32px;
}

.breadcrumbs ul {
	height: 32px;
	line-height: 32px;
}

.breadcrumbs ul li {
	font-size: 16px !important;
}

.breadcrumbs ul li a {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 32px;
	text-decoration: none;
}

.page-con {
	border-color: #F4ABCA !important;
}

.product-view {
	display: grid;
	grid-template-columns: 45% 55%;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.product-view .left {}

.product-view .right {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	float: left;
	width: 100%;
	padding: 20px 0;
}

.product-view .right .add-to-cart {
	position: relative;
	display: flex;
	flex-direction: column;
	right: 0;
	order: 2;
}

.product-view .right .add-to-cart .price-block {
	display: flex;
	align-items: center;
	padding: 0 0 30px 0;
	gap: 20px;
}

.product-view .right .add-to-cart .price-block .price {
	padding: 0;
}

.product-view .right .add-to-cart .price-block .b1 {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 0;
	margin: 0 0 0 30px;
}

.product-view .right .add-to-cart .price-block .b1 div {
	position: relative;
	top: 0;
	right: 0;
}

.product-view .b1>span.minus,
.product-view .b1>span.plus {
	background: #ED73A699 !important;
}

.product-view .b1 input {
	border-color: #ED73A699 !important;
}

.nadut-geliem {
	padding: 0 0 30px 0;
}

.nadut-geliem i {
	border: ipx solid #ED73A699 !important;
}

.product-view .add {
	border-radius: 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	background: #ED73A699 !important;
	border: none;
}

.product-view .add:hover {
	background: #ed73a6b3 !important;
}

.product-view .right .params {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px 20px 0;
	order: 1;
}

.product-view .right .params .product-title {
	font-size: 35px;
	font-weight: 600;
	line-height: 38px;
	max-width: 100%;
	padding: 0 20px 0px 0;
}

.params>.desc {
	max-width: 100%;
}

.new-page-con {
	border: 0 !important;
}

.cat_desc {
	border-top: 0 !important;
}

.products-flex,
.align_c {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: center;
	row-gap: 20px;
	padding: 20px 0 0 0;
}

.align_c {
	margin: -20px 0 0 0;
	padding: 0 0 40px 0;
}

.products-flex .category,
.align_c div {
	align-items: center;
	border-right: 0 !important;
	border-bottom: 0 !important;
	background: #fff;
	box-shadow: 0 0 4px #ccc;
	width: 22% !important;
	margin: 0 !important;
	padding: 10px;
	text-align: center;
}

.products-flex>div.category .lob,
.align_c div .desc {
	text-decoration: none;
	font-size: 24px;
	color: #f4abca !important;
	padding: 10px 0 35px 0;
	display: block;

}

.products-flex>div .img,
.align_c div .img {
	display: block;
	height: 240px;
	line-height: 240px;
	padding: 0 5px;
	text-decoration: none;
}

.products-flex>div .img img,
.align_c div .img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}





.section-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0 100px 0;
	color: #fff;
}

.footer-slogan {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	max-width: 240px;
	margin: 5px 0 15px 0;
}

.footer-vk {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
}

.footer-vk:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 0 0;
	padding: 0;
}

.footer-menu li {
	list-style-type: none;
	width: 50%;
}

.footer-menu li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
}

.footer-menu li a:hover {
	text-decoration: underline;
}

.footer-kont {
	margin: 15px 0 0 0;
}

.footer-tel {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
}

.footer-tel:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-adres {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	max-width: 168px;
	margin: 10px 0 0 0;
}



@media screen and (max-width: 524px) {
	section {
		margin: 0 10px 0 10px;
	}

	.alya-h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.section-top {
		flex-direction: column;
		gap: 10px;
	}

	.top-slogan {
		max-width: 100%;
		text-align: center;
	}

	.section-top .cart p {
		display: none;
	}

	.section-menu {
		justify-content: center;
		height: auto;
		gap: 20px;
		padding: 20px 0;
	}

	.top-nav-menu {
		gap: 15px;
		justify-content: center;
	}

	.top-nav-menu li {
		width: 40%;
		display: flex;
	}

	.top-nav-menu li:nth-child(1) {
		order: 1;
		justify-content: right;
	}

	.top-nav-menu li:nth-child(2) {
		order: 2;
	}

	.top-nav-menu li:nth-child(3) {
		order: 7;
		width: 80%;
		justify-content: center;
	}

	.top-nav-menu li:nth-child(4) {
		order: 3;
		justify-content: right;
	}

	.top-nav-menu li:nth-child(5) {
		order: 4;
	}

	.top-nav-menu li:nth-child(6) {
		order: 5;
		justify-content: right;
	}

	.top-nav-menu li:nth-child(7) {
		order: 6;
	}


	.vash-prazdnik {
		gap: 20px;
	}

	.vash-prazdnik div,
	.vash-prazdnik-img {
		width: 100%;
	}

	.preimushchestva {
		justify-content: center;
		gap: 20px;
	}

	.kategorii-block {
		justify-content: center;
		gap: 20px;
	}


	.section-content-block {
		gap: 40px;
	}

	.section-content-block div {
		width: 100%;
	}

	.otzyvy {
		gap: 40px;
	}

	.otzyvy-b-btn {
		font-size: 14px;
	}

	.portfolio-slider-block {
		flex-direction: column;
	}

	.slider-nav {
		justify-content: center;
		row-gap: 10px;
	}

	.portfolio_nav-item {
		width: 100px;
	}

	.exform_wrapper.request .form-body .input-item.mf_submit {
		width: 264px !important;
		margin: 25px auto 0 auto;
	}


	.section-footer {
		justify-content: center;
	}

	.footer-menu {
		gap: 15px;
		justify-content: center;
	}

	.footer-menu li {
		width: 40%;
		display: flex;
	}

	.footer-menu li:nth-child(1) {
		order: 1;
		justify-content: right;
	}

	.footer-menu li:nth-child(2) {
		order: 2;
	}

	.footer-menu li:nth-child(3) {
		order: 7;
		width: 80%;
		justify-content: center;
	}

	.footer-menu li:nth-child(4) {
		order: 3;
		justify-content: right;
	}

	.footer-menu li:nth-child(5) {
		order: 4;
	}

	.footer-menu li:nth-child(6) {
		order: 5;
		justify-content: right;
	}

	.footer-menu li:nth-child(7) {
		order: 6;
	}

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


	.product-view {
		grid-template-columns: 1fr;
	}

	.product-view .right {
		padding: 20px;
	}

	.product-category {
		width: 80% !important;
	}

	.product-view .add {
		width: 250px;
		margin: 0 auto;
	}

	.products-flex .category {
		width: 80% !important;
	}







}




@media (max-width: 768px) {
	.product-view .right .params .product-title {
		margin: 0;
		padding-right: 0;
		font-size: 24px;
		line-height: 1.2;
	}

	.product-view .right .add-to-cart .price-block .b1 {
		margin: 0;
	}

	h1 {
		font-size: 24px;
		line-height: 1.2;
	}

	h2,
	h3,
	.alya-h2 {
		font-size: 22px;
		line-height: 1.2;
	}
}



.tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tag_item {
	display: flex;
	justify-content: center;
	height: 50px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	background-color: #ED73A699;
	border: 1px solid #ccc;
	border-radius: 20px;
	margin: 10px;
	width: calc(24% - 20px);
	box-sizing: border-box;
	align-items: center;
	text-align: center;

}

.tag_item a {
	text-decoration: none;
	color: #fff;
}


@media screen and (max-width: 524px) {
	.tag_item {

		height: 75px;
		width: calc(48% - 20px);
		font-size: 12px;
	}

}



@media (min-width: 560px) {
	.watsico {
		position: relative;
		right: -12px;
	}
}

.socblock {
	display: flex;
	align-items: center;
	max-width: 150px;
}

.page-title {
	font-size: 35px;
	font-weight: 600;
	line-height: 44px;
	background: transparent;
	color: #202020;
}

.woocommerce-breadcrumb {
	background: #F4ABCA !important;
	height: 32px !important;
	min-height: 32px;
	line-height: 32px;
	color: #fff !important;
	padding: 0 0 0 30px !important;
	margin: 0.67em 0; 
}
.static-page .woocommerce-breadcrumb{
	margin: 0.67em 0 0; 

}

.woocommerce-breadcrumb a {
	color: #fff !important;
	text-decoration: none !important;
}



.product-categories-columns {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	/* отступы между элементами */
}


.product-categories-columns .category {
	align-items: center;
	border-right: 0 !important;
	border-bottom: 0 !important;
	background: #fff;
	box-shadow: 0 0 4px #ccc;
	margin: 0 !important;
	padding: 10px;
	text-align: center;

}
.product-categories-columns .category .title{
	text-decoration: none;
	font-size: 24px;
	color: #f4abca !important;
	padding: 10px 0 40px 0;
	display: block;
	min-height: 85px;
}
.product-categories-columns .product-category {
	align-items: center;
	border-right: 0 !important;
	border-bottom: 0 !important;
	background: #fff;
	box-shadow: 0 0 4px #ccc;
	margin: 0 !important;
	padding: 10px;
	text-align: center;

}

.product-categories-columns .product-category,
.product-categories-columns .category {
	/* ← добавил .product */
	flex: 1 1 calc(24% - 20px);
	/* примерно 4 в ряд */
	max-width: calc(24% - 20px);
}
.product-categories-columns .product-category img,
.product-categories-columns .category img{
	height: 240px;
	    object-fit: contain;
}
/* планшеты */
@media (max-width: 992px) {

	.product-categories-columns .product-category,
	.product-categories-columns .category {
		flex: 1 1 calc(49% - 20px);
		/* 2 в ряд */
		max-width: calc(49% - 20px);
	}
}

/* мобильные */
@media (max-width: 576px) {

	.product-categories-columns .product-category,
	.product-categories-columns .category {
		flex: 1 1 100%;
		max-width: 100%;
	}
}


.product-category {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-right: 0 !important;
	border-bottom: 0 !important;
	background: #fff;
	box-shadow: 0 0 4px #ccc;
	min-height: 460px !important;
	margin: 0 !important;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}

.product-category .img {
	display: block;
	width: 100%;
}

.product-category img {
	width: auto;
	object-fit: cover;
	max-height: 240px;
}

.product-category .desc {
	font-size: 18px !important;
	font-weight: 400;
	line-height: 23px !important;
	text-decoration: none;
	max-width: 245px;
	word-wrap: break-word;
	display: block;
	margin: 0 auto;
}

.product-category .desc:hover {
	text-decoration: underline;
	color: #202020;
}

.product-category span {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.product-category .new-bay-btn {
	display: block;
	width: 215px;
	background: #ED73A699 !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	margin: 20px auto 20px auto;
}

.product-category .new-bay-btn:hover {
	background: #ed73a6b3 !important;
}



.pagination {
	display: flex;
	justify-content: center;
	margin: 30px 0 0 0;
}

.pagination a {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000;
}

.pagination a.active {
	background-color: #ddd;
	font-weight: bold;
}
 

.woocommerce-ordering,
.woocommerce-result-count{
	display: none;
}
.cat_desc {
    width: auto;
    margin: 16px 20px;
    border-top: 3px solid #dc3b68;
    padding: 10px 10px;
}

/* Cтатичные страницы */
.static-page .entry-title{
margin-top: 0;
}
.static-page  .page-con {
    padding: 20px 60px;
}
h1{
	margin: 0.67em 0 0 0;
}

.shop-homepage .product-categories-columns .category:nth-child(1) { order: 2; } /* Латексные шары → позиция 2 */
.shop-homepage .product-categories-columns .category:nth-child(2) { order: 1; } /* Новинки товаров → позиция 1 */
.shop-homepage .product-categories-columns .category:nth-child(3) { order: 8; } /* Скоро праздник! → позиция 8 */
.shop-homepage .product-categories-columns .category:nth-child(4) { order: 7; } /* Специальные предложения → позиция 7 */
.shop-homepage .product-categories-columns .category:nth-child(5) { order: 4; } /* Товары для карнавала → позиция 4 */
.shop-homepage .product-categories-columns .category:nth-child(6) { order: 5; } /* Товары для праздника → позиция 5 */
.shop-homepage .product-categories-columns .category:nth-child(7) { order: 6; } /* Упаковка для подарков → позиция 6 */
.shop-homepage .product-categories-columns .category:nth-child(8) { order: 3; } /* Фольгированные шары → позиция 3 */

/* Карточка товара */

.product-view .product-title{
margin: 0.67em 0 !important;
}
.woocommerce-message{
	display: none;
}

.product-full-description{
	display: none;
}