/* Стили для блока доставки на карточке товара */
.product-item-detail-delivery {
	/* cursor: pointer; */
	transition: all 0.3s ease;
}

/* .product-item-detail-delivery:hover .delivery-info-item span:first-child {
	text-decoration: underline;
} */

/* Стили для самого Pop-up */
.delivery-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}

.delivery-popup.active {
	display: block;
}

.delivery-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.delivery-popup__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 24px;
	padding: 0;
	max-width: 1410px;
	width: 90%;
	max-height: 90vh;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	display: flex;
}

.delivery-popup-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 24px;
	padding: 0;
	max-width: 1410px;
	width: 90%;
	height: 100vh;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	display: flex;
}

.rows-delivery-popup {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 715px;
}

.popup-left {
	flex: 0 0 500px;
	padding: 30px;
	overflow-y: auto;
}

.popup-right {
	flex: 1;
	background: #f5f5f5;
}

.map-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.map-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.map-container {
	position: relative;
}



.delivery-popup__close {
	top: 2%;
        position: absolute;
        left: 97%;
	background: #fff;
	/* border: none; */
	cursor: pointer;
	padding: 0px;
	border-radius: 8px;
	transition: all 0.3s ease;
	color: #9299A5;
	z-index: 100;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	border: none;
	justify-content: center;
}

.delivery-popup__close:hover {
	background-color: #f5f5f5;
	transform: scale(1.05);
}

.delivery-popup__title {
	color: #333333;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	padding-bottom: 32px;
	margin: 0;
}

.delivery-popup__date {
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.delivery-popup__product {
	margin-bottom: 8px;
	line-height: 1.4;
}

.delivery-popup__product--secondary {
	color: #666;
	font-size: 14px;
}

.delivery-popup__subtitle {
	background: #286BC6;
	border-radius: 5px;
	height: 40px;
	width: 380px;
	font-weight: 400;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: white !important;
	border: 1px solid #286BC6 !important;
	text-decoration: none !important;
	text-align: center;
	line-height: 38px;
	margin-bottom: 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.delivery-popup__subtitle_map {
	background: white;
	border-radius: 5px;
	height: 40px;
	width: 380px;
	font-weight: 400;
	display: block;
	color: #286BC6 !important;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #286BC6 !important;
	text-decoration: none !important;
	text-align: center;
	line-height: 38px;
	margin-bottom: 32px;
	transition: background-color 0.3s ease;
}

.delivery-popup__subtitle_map:hover {
	background: #EAF3FF;
}

.delivery-popup__subtitle:hover {
	background: #1457B2;
}

.delivery-popup__address {
	color: #333333;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 16px;
	margin: 0;
}

.delivery-popup__info-list div {
	display: flex;
	flex-direction: column;
	padding-left: 26px;
}

.delivery-popup__info-list {
	list-style: none;
	display: flex;
	padding: 0;
	gap: 39px;
	margin: 0 0 20px 0;
	max-width: 380px;
}

.delivery-popup__info-list p {
	color: #333333;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	padding-bottom: 4px;
	margin: 0;
}

.delivery-popup__info-list .delivery-time {
	position: relative;
}

.delivery-info-address:hover address {
	text-decoration: underline;
	color: #595555;
}

.dot-span {
	position: relative;
	padding-left: 10px;
}

.dot-span::before {
	content: '';
	position: absolute;
	display: flex;
	height: 4px;
	width: 4px;
	left: 2px;
	top: 7px;
	border-radius: 50%;
	background-color: #286BC6;
}

.delivery-popup__info-list .delivery-time::before {
	content: url(/local/templates/enext/images/time.png);
	left: -25px;
	top: 3px;
	position: absolute;
}

.delivery-popup__info-list .delivery-term {
	position: relative;
}

.delivery-popup__info-list .delivery-term::before {
	content: url(/local/templates/enext/images/term.png);
	left: -25px;
	top: 3px;
	position: absolute;
}

.delivery-popup__info-item {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	line-height: 1.4;
}
.delivery-info-address{
	cursor: pointer;
}
.delivery-popup__checkbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #333;
	border-radius: 2px;
	margin-right: 10px;
	flex-shrink: 0;
}

.delivery-popup__divider {
	border: none;
	border-top: 1px solid #e0e0e0;
	margin: 20px 0;
}

.delivery-popup__text {
	color: #999999;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	margin: 0;
	max-width: 380px;
}

#map {
	width: 100%;
	height: 718px;
}

@media(max-width:1400px){
	.delivery-popup__close{
	top: 2%;
        position: absolute;
        left: 97%;
	}
}
/* Адаптивность */
@media (max-width: 1024px) {
	.delivery-popup__content {
		max-width: 95%;
	}

	.rows-delivery-popup {
		flex-direction: column-reverse;
		min-height: 500px;
	}

	.popup-left {
		flex: none;
		max-height: 40vh;
		overflow-y: auto;
		padding: 20px;
	}

	.popup-right {
		flex: 1;
		min-height: 300px;
	}
		#map>ymaps:last-child {
		display: none;
	}
	.delivery-popup__close{
	left: 95%;
		top: 2%;
	}
		.popup-right #map {
		height: 500px !important;
	}
}
@media(max-width:830px){
	.delivery-popup__close{
		top: 2%;
	}
}
@media(max-width:905px){
	.popup-right #map {
		height: 500px !important;
	}
}
@media (max-width: 768px) {
	.delivery-popup__content {
		width: 95%;
		height: 95%;
	}



	.delivery-popup__content {
		top: 59%;
		max-height: 77vh;

	}

	.popup-left {
		padding: 20px 16px;
	}

	.delivery-popup__title {
		font-size: 28px;
		padding-bottom: 20px;
		padding-top: 0px;
	}

	.delivery-popup__info-list {
		gap: 20px;
	}

	.delivery-popup__subtitle_map,
	.delivery-popup__subtitle {
		width: 100%;
	}

	.delivery-popup__section {
		margin-bottom: 0px;
	}

	.popup-right #map {
		height: 400px !important;
	}

	.popup-left {
		max-height: unset;
	}

	.delivery-popup__close {
		top: 2%;
		right: 10px;
		width: 24px;
		height: 24px;
	}
}

@media(max-width:576px) {

	.delivery-popup__content{
		border-radius: 16px;
	}
	.delivery-popup__content {
		top: 58%;
	}

	.delivery-popup__content {
		height: 845px;
	}

	.delivery-popup__close {
		top: 2%;
        position: absolute;
        left: 90%;
	}

	.popup-left {
		max-height: 76vh;
		overflow: auto;
		height: 546px;
	}

	.delivery-popup__info-list div{
		padding-left: 0px;
		padding-top: 8px;
	}
	.delivery-popup__subtitle_map{
		margin-bottom: 24px;
	}

	.delivery-popup__info-list{
		padding-top: 12px;
		margin-bottom: 12px;
	}
	.delivery-popup__info-list .delivery-time::before,.delivery-popup__info-list .delivery-term::before{
		top: -22px;
		left: 0px;
	}
	.delivery-popup__content {
		top: 53%;
	}
	.delivery-popup__content{
		max-height: 92vh;
	}
	.popup-right #map {
		height: 299px !important;
	}
	.popup-right{
		min-height: 299px;
		max-height: 299px;
	}
	.rows-delivery-popup{
		min-height: 700px;
	}
}

@media(max-width:430px) {
.delivery-popup__info-list div{
		padding-left: 0px;
		padding-top: 8px;
	}
	.delivery-popup__subtitle_map{
		margin-bottom: 24px;
	}
	.popup-left{
		height: fit-content;
		max-height: 60%;
	}
	.rows-delivery-popup{
		min-height: unset;
	}
	.delivery-popup__info-list{
		padding-top: 12px;
		margin-bottom: 12px;
	}
	.delivery-popup__info-list .delivery-time::before,.delivery-popup__info-list .delivery-term::before{
		top: -22px;
		left: 0px;
	}
	.delivery-popup__content {
		top: 52%;
	}
	.delivery-popup__content{
		max-height: unset;
		height: 650px;
	}
	.popup-right #map {
		height: 309px !important;
	}
	.popup-right{
		min-height: 309px;
		max-height: unset;
		flex: unset;
	}
}

@media(max-width:415px) {

}
@media(max-width:390px) {

}
@media(max-width:376px) {


	
}

/***CUSTOM CSS RULES FOR YOUR SITE***/
body {
	-webkit-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	user-select: text;
}

.cookie-notice {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1F5A96;
	color: white;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	z-index: 1000;
	display: none;
	font-family: "Museo Sans Cyrl 500";
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;

}

.cookie-notice button {
	background: #FFFFFF;
	color: white;
	border-radius: 5px;
	padding: 7px 15px;
	cursor: pointer;
	margin-left: 15px;
	font-family: "Museo Sans Cyrl 500";
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #286BC6;
	border: 1px solid #286BC6;
	width: 168px;
}

.cookie-notice a {
	font-family: "Museo Sans Cyrl 500";
	font-weight: 400;
	color: white;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;

}

.cookie-notice a:hover {
	color: white;
	text-decoration: none;
}

.cookie-notice button:hover {
	color: white;
	background: #286BC6;
	transition: 0.4s;
}

.annoce-tag {
	margin: 5px 0 15px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.annoce-tag a {
	background-color: #fff;
	border: 2px solid #e3ecef;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	border-radius: 25px;
	text-decoration: none;
	color: #263238;
	gap: 7px;
	transition: all 0.3s ease-in-out;
}

.annoce-tag a:hover {
	color: #3d4b52;
	border-color: #78909c;
	background: #e3ecef;
}

.annoce-tag img {
	width: 50px;
	height: 32px;
	object-fit: fill;
}

.bx-yandex-map {
	font-size: 20px !important;
	padding: 0 8px;
}

/* new style 01.08.2022 */
/* new style feedback */
.feedback-wrapper {
	background-color: rgba(86, 107, 117, 0.1);
	background-image: url(/local/templates/enext/images/feedback-bg-img.webp);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
}

.feedback {
	padding-top: 60px;
	padding-bottom: 72px;
}

.feedback .h1 {
	padding-bottom: 48px;
	max-width: 560px;
	text-align: left;
	color: #263238;
	font-weight: 700;
}

.feedback form {
	max-width: 694px;
}

.feedback .col-md-12 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.feedback .form-group {
	margin: 0;
	width: 100%;
}

.feedback .has-feedback.form-group {
	margin: 0;
	margin-right: 20px;
	color: #263238;
}

.feedback .iti--separate-dial-code.iti--dark .iti__selected-dial-code {
	color: #263238;
}

.feedback .form-control {
	height: 50px;
	max-width: 210px;
	border: 0px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #263238;
}

.feedback .form-group .btn {
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	max-width: 210px;
}

.feedback .form-group-checkbox.form-group {
	padding-left: 0;
	margin-right: 0;
	margin-top: 20px;
}

.feedback .form-group .checkbox .check {
	background-color: rgba(38, 50, 56, 0.6);
}

.feedback .form-group .checkbox .check-title {
	font-weight: 500;
	font-size: 16px;
	color: rgba(38, 50, 56, 0.6);
}

.feedback .form-group.captcha {
	display: none;
}

.slider-wrapper {
	margin-top: 0 !important;
}

@media (max-width: 1500px) {
	.feedback-wrapper {
		background-position: right -303px center;
	}
}

@media (max-width: 1042px) {
	.feedback .h1 {
		max-width: 430px;
	}
}

@media (max-width: 991px) {
	.feedback-wrapper {
		background-image: none;
	}

	.feedback .h1 {
		margin: 0 auto;
		text-align: center;
	}

	.feedback form {
		margin: 0 auto;
	}

	.feedback .has-feedback.form-group {
		margin-right: 10px;
		margin-left: 10px;
	}

	.feedback .form-group {
		margin: 0 10px;
	}
}

@media (max-width: 767px) {
	.feedback {
		padding: 25px 0;
	}

	.feedback .col-md-12 {
		flex-direction: column;
	}

	.feedback .h1 {
		padding-bottom: 24px;
	}

	.feedback form {
		max-width: 320px;
	}

	.feedback .form-control,
	.feedback .form-group.no-captcha .btn {
		max-width: 100%;
	}

	.feedback .has-feedback.form-group {
		margin-bottom: 12px;
	}

	.feedback .form-group-checkbox.form-group {
		padding-right: 0;
	}
}

/* reviews */
.reviews.reviews--grid {
	display: grid !important;
	grid-template-columns: calc(50% - 25px) calc(50% - 25px);
	align-items: flex-start;
	grid-gap: 50px;
	padding: 70px 0 !important;
}

.reviews-info__title {
	padding: 0;
	font-family: "Museo Sans Cyrl 700", sans-serif;
	font-weight: 700;
	font-size: 32px;
}

.reviews-info__desc {
	margin-top: 80px;
	font-family: "Museo Sans Cyrl 400", sans-serif;
	font-weight: 400;
}

.reviews-info__desc p {
	padding: 0;
}

.reviews-info__badge {
	margin-top: 50px;
}

.yandex-badge {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	grid-gap: 30px;
}

.yandex-badge p {
	padding: 0;
	max-width: 195px;
	font-family: "Museo Sans Cyrl 400", sans-serif;
	font-weight: 400;
	line-height: 24px;
}

.yandex-badge a {
	color: #286BC6;
	text-decoration: underline;
}

.yandex-badge a:hover {
	text-decoration: none;
}

.reviews-slider {
	display: block;
	background-color: #ffffff;
	box-shadow: 4px 4px 20px rgba(38, 50, 56, 0.2);
}

.reviews-slider .owl-dots {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.reviews-slider .owl-dot {
	margin-right: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #C4C4C4;
}

.reviews-slider .owl-dot:last-child {
	margin-right: 0;
}

.reviews-slider .owl-dot.active {
	background-color: #286BC6;
}

.reviews-slider-slide {
	padding: 40px;
}

.reviews-slider-slide__name {
	display: block;
	font-family: "Museo Sans Cyrl 700", sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.reviews-slider-slide__stars {
	margin-top: 20px;
}

.reviews-slider .owl-item .reviews-slider-slide__stars img {
	width: fit-content;
}

.reviews-slider-slide__desc {
	padding-bottom: 10px;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	margin-top: 20px;
	font-weight: 500;
	line-height: 24px;
}

.reviews-slider-slide__desc p {
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 991px) {
	.reviews.reviews--grid {
		grid-template-columns: 100%;
		grid-gap: 25px;
		padding: 35px 0px !important;
	}

	.reviews-info {
		text-align: center;
	}

	.reviews-info__desc {
		margin-top: 40px;
	}

	.reviews-info__badge {
		width: fit-content;
		margin: 0 auto;
		margin-top: 25px;
	}

	.reviews-info__badge p {
		text-align: left;
	}
}

@media (max-width: 425px) {
	.reviews-info__badge {
		grid-template-columns: 100%;
		grid-gap: 15px;
	}

	.reviews-info__badge iframe {
		margin: 0 auto;
	}

	.reviews-info__badge p {
		text-align: center;
	}
}

/* new style index */
.banners-wrapper {
	/* margin-top: 50px; */
}

/* new style advantages */
.advantages-vertical .container-fluid {
	padding: 0;
}

.advantages-vertical .advantages {
	padding: 80px 0 80px 0px;
}

.advantages-vertical .adv-item__caption {
	display: block;
	margin-bottom: 0;
}

.advantages-vertical .adv-item__icon,
.advantages-vertical .adv-item__text {
	display: block;
}

.advantages-vertical .adv-item__icon {
	padding: 0;
	padding-bottom: 22px;
	text-align: center;
}

.advantages-vertical .adv-item__text {
	text-align: center;
}

.advantages-vertical .adv-item__text br {
	display: none;
}

.advantages {
	padding-top: 80px;
}

.advantages .adv-item__text {
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.advantages .adv-item__icon img {
	max-width: none;
	height: 117px;
	width: auto;
}

@media (max-width: 1450px) {
	.advantages .adv-item__text br {
		display: none;
	}
}

@media (max-width: 1250px) {
	.advantages .adv-item__text {
		font-size: 14px;
		line-height: 22px;
	}

	.advantages .adv-item__icon img {
		height: 97px;
	}
}

@media (max-width: 991px) {
	.advantages {
		padding-top: 40px;
	}
}

/* short-about */
.short-about {
	margin-top: 80px;
}

.short-about__title {
	padding: 0;
	font-family: "Museo Sans Cyrl 700", sans-serif;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
}

.short-about__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	grid-gap: 50px;
	margin-top: 50px;
}

.short-about__img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.short-about__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.short-about__desc {
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-weight: 500;
}

a.short-about__btn {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 45px;
	border: 1px solid #286BC6;
	border-radius: 5px;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #286BC6;
	text-decoration: none;
	margin-top: 40px;
	margin-bottom: 1px;
}

a.short-about__btn:hover {
	background-color: #286BC6;
	color: #ffffff;
}

@media (max-width: 991px) {
	.short-about {
		margin-top: 40px;
	}

	.short-about__wrap {
		grid-template-columns: 100%;
		grid-gap: 25px;
		margin-top: 25px;
	}

	a.short-about__btn {
		margin: 20px auto 0 auto;
	}

	.short-about__img {
		max-width: 525px;
		margin: 0 auto;
	}
}

/* Категории товаров */
.catalog-sections-wrapper {
	margin-top: 80px;
}

.catalog-sections-wrapper .h1 {
	display: none;
}

.container-ws .block-catalog-sections [class*="col-"],
.container-ws .catalog-sections [class*=col-] {
	width: calc(100% / 6 - 40px);
}

.container-ws .block-catalog-sections,
.container-ws .catalog-sections {
	gap: 40px 48px;
}

.container-ws .catalog-section-item {
	background-color: #f4f7fc;
	border-radius: 15px;
	border: 0 !important;
}

.container-ws .catalog-section-item__title {
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-weight: 500;
	line-height: 20px;
}

.container-ws .catalog-section-item__count {
	position: absolute;
	right: -11px;
	top: -12.5px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 91px;
	height: 25px;
	color: #ffffff;
	border-radius: 22px;
	background-color: #286BC6;
}

.catalog-sections-wrapper__desc {
	padding-top: 16px;
}

.catalog-sections-wrapper__desc h1,
.catalog-sections-wrapper__desc p {
	padding: 0;
	font-family: "Museo Sans Cyrl 400", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

@media (max-width: 1600px) {

	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-] {
		width: calc(100% / 5 - 40px);
	}
}

@media (max-width: 1300px) {

	.container-ws .block-catalog-sections,
	.container-ws .catalog-sections {
		gap: 20px;
	}

	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-] {
		width: calc(100% / 4 - 15px);
	}
}

@media (max-width: 1042px) {
	.catalog-sections-wrapper {
		padding-bottom: 40px;
	}

	.catalog-section-container {
		margin-top: 0;
	}

	.container-ws .catalog-sections {
		flex-direction: row;
	}

	.catalog-section-list {
		margin-top: 20px;
	}

	.container-ws .block-catalog-sections,
	.container-ws .catalog-sections {
		display: flex;
		margin: 0;
	}

	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-] {
		float: none;
	}
}

@media (max-width: 991px) {
	.catalog-sections-wrapper {
		margin-top: 40px;
	}

	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-] {
		width: calc(100% / 3 - 15px);
	}
}

@media (max-width: 991px) {

	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-] {
		width: calc(100% / 2 - 15px);
	}
}

@media (max-width: 565px) {

	.container-ws .block-catalog-sections [class*="col-"],
	.container-ws .catalog-sections [class*=col-] {
		width: calc(100% / 1 - 15px);
	}
}

/* tabs-wrap */
.tabs-wrap {
	padding-top: 40px;
}

.product-item-button-container .btn {
	background: #286BC6;
}

@media (min-width: 1042px) {
	.tabs__tabs .owl-stage {
		display: flex;
		justify-content: center;
	}
}

.content-home p {
	font-family: "Museo Sans Cyrl 400", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

/* brands */
.brands-wrapper .h1 {
	text-align: center;
}

.brands-item-title {
	display: none;
}

.brands-item-text {
	font-family: "Museo Sans Cyrl 400", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #263238;
	visibility: hidden;
	opacity: 0;
}

.brands-wrapper .brands-item {
	border: none !important;
	height: auto;
}

.brands-wrapper .brands-item:hover {
	box-shadow: none;
	border: none !important;
}

.brands-wrapper .brands-item:hover .brands-item-text {
	visibility: visible;
	opacity: 1;
}

.btn-buy,
.btn-buy:focus,
a.btn-buy:focus,
a.btn-buy:link,
a.btn-buy:visited {
	background: #286BC6;
}

.product-item-detail-description {
	padding-top: 0;
}

/* .catalog-section-container .catalog-section {
	margin-top: 0;
} */
.advantages-wrapper.hidden-xs.hidden-sm {
	margin-top: 32px;
}

.catalog-section-panel.fixed {
	max-width: 1500px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

@media (max-width: 1042px) {
	.catalog-section-container .catalog-section {
		margin-top: 32px;
	}

	.product-item-detail-description {
		padding-top: 32px;
	}
}

.sale-image {
	display: block;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 767px) {
	.sale-image img {
		width: 150%;
		max-width: 150%;
		margin-left: -25%;
	}
}

@media (max-width: 767px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.preview-16 {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 20px;
	text-align: center;
	margin: 20px 0;
}

.preview-16 .preview-item {
	display: block;
	vertical-align: top;
	width: 50%;
	position: relative;
	border: 5px solid #fff;
	box-shadow: 0 0 0 1px #E8EBEF;
}

.preview-16.h--auto .preview-img img {
	height: auto;
}

.preview-16 .preview-img img {
	width: 100%;
	height: 120px;
	object-fit: fill;
}

.preview-16 .preview-img {
	position: relative;
	line-height: 0;
	margin-bottom: 20px;
}

.preview-16 .preview-title {
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 1px 1px rgba(150, 150, 150, 1);
}

.preview-16 .preview-text p {
	text-align: left;
	font-size: 16px;
}

.preview-16 .preview-price {
	font-size: 16px;
}

.preview-16 a {
	color: #286BC6;
	font-size: 16px;
}

@media screen and (max-width:650px) {
	.preview-16 {
		flex-direction: column;
	}

	.preview-16 .preview-item {
		width: 100%;
	}

	.preview-16 .preview-item img {
		height: auto;
	}

	.preview-16 .preview-text {
		font-size: 16px;
	}
}

@media screen and (max-width:400px) {
	.preview-16 .preview-text {
		font-size: 12px;
	}
}

/*ограничение общей ширины*/
.page-wrapper {
	max-width: 1500px;
	margin: auto;
}

.banners-wrapper {
	padding: 0px 30px;
}

/*скругление баннера*/
.sale-image img {
	border-radius: 20px;
}

/*скругления для слайдера в шапке*/
.slider-wrapper {
	margin-top: 50px;
	padding: 0px 30px;
}

.slider-item {
	border-radius: 20px;
}

.slider-wrapper .slider-item__pic {
	border-radius: 20px;
}

.slider-wrapper .slider-item__pic img {
	border-radius: 20px;
}

.slider .slider-item:before {
	border-radius: 20px;
}

/*баннеры на главной*/
.banners-items {
	display: flex;
	gap: 50px;
	margin: 20px 0px;
	justify-content: space-between;
}

.banners-items .banners-item-container {
	flex-basis: 700px;
	width: auto !important;
}

.banners-items .banners-item {
	border-radius: 20px;
}

.promotions-wrapper {
	padding: 0px 30px;
}

@media (max-width: 1024px) {
	.banners-items {
		flex-direction: column;
	}

	.banners-items .banners-item-container {
		flex-basis: 200px;
	}

	.banners-item {
		height: 200px;
	}
}

/*акции блок на главной*/
.promotions-wrapper .owl-stage {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: space-between;
}

.promotions-wrapper .owl-item {
	flex-basis: 440px;
	flex-grow: 1;
	border-radius: 20px;
}

.promotions-wrapper .promotions-item {
	border-radius: 20px;
}

.owl-carousel .owl-stage:after {
	display: none !important;
}




/*форма ос на главной*/
.feedback-wrapper {
	border-radius: 20px;
}

/*блок в карточке товара с живо сайт*/
.product-item-detail-jivo-tel {
	background: #EFF2F7;
	border-radius: 20px;
	margin-top: 50px;
}

.product-item-detail-jivo-tel .detail_inner {
	padding: 30px;
	max-width: 450px;
}

.product-item-detail-jivo-tel .detail_inner_wrap {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: flex-start;
}

.product-item-detail-jivo-tel .detail_inner_wrap img {
	height: 80px;
}

.product-item-detail-jivo-tel .header {
	font-weight: 600;
}

.detail_inner_buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.detail_inner_buttons a {
	background: #fff;
	color: #333;
	padding: 10px 40px;
	border-radius: 4px;
	text-decoration: none;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections [class*="col-"] {
	width: auto;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item {
	height: auto;
	margin-left: 6px;
	margin-top: 6px;
	text-decoration: none;
	white-space: nowrap;
	border: 2px solid #e3ecef;
	border-radius: 5px;
	background: #ffffff;
	transition: all .15s ease 0s;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item:hover {
	border-color: #78909c;
	background: #e3ecef;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block-container {
	position: relative;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block {
	position: relative;
	display: block;
	padding: 9px 16px 8px;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-pic {
	display: none;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block-container::after,
.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block-container::before {
	background: none;
	filter: none;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block .collections-item-title,
.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-block .collections-item-price {
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;
	color: #263238;
	text-align: left;
	line-height: 19px;
}

.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item .collections-item-icons {
	display: none;
}

.tabs__box .product-item-properties-block {
	display: none;
}

@media (max-width: 1042px) {
	.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections {
		flex-direction: row;
	}

	.brands-detail .brands-detail-tabs-content .brands-detail-collections .row {
		margin-left: 0;
		margin-right: 0;
	}

	.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .collections-item {
		margin-right: 6px;
	}

	.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .col-md-3,
	.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections .col-xs-12,
	.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections [class*="col-xs-"],
	.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections [class*="col-md-"] {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 500px) {
	.brands-detail .brands-detail-tabs-content .brands-detail-collections .collections [class*="col-"] {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 1042px) {
	.top-panel-wrapper {
		height: 131px;
		padding-top: 0px;
	}
}

/*24.09.2024*/
.slider_small {
	border-radius: 20px;
}

.slider_small .owl-stage-outer {
	border-radius: 20px;
}

.slider_small.owl-carousel .preview-item {
	height: 100%;
}

.slider_small .owl-item {
	/*padding: 2px 2px 10px;*/
	padding: 18px;

	-webkit-transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s, opacity .15s ease 0s;
	-moz-transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s, opacity .15s ease 0s;
	-o-transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s, opacity .15s ease 0s;
	transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s, opacity .15s ease 0s;
}

/*@media (width >= 1350px) {*/
/*	.slider_small .owl-item {*/
/*		padding: 26px;*/
/*	}*/
/*}*/
.slider_small.preview-16 {
	margin-block: 6px;
}

@media (width >=1350px) {
	.slider_small.preview-16 {
		margin-block: 0;
	}
}

.slider_small.preview-16 .preview-item {
	width: unset;
	box-shadow: 0 0 18px rgba(38, 50, 56, 0.16);
}

.slider_small_2.preview-16 .preview-item {
	border-radius: 20px;
}

.slider_small_2.preview-16 .preview-item img {
	border-radius: 20px;
}

.slider_small.preview-16 .preview-item .preview-img {
	margin-bottom: 10px;
}

.slider_small.preview-16 .preview-item .preview-img a {}

.slider_small.preview-16 .preview-item .preview-img a img {
	height: min((100vw - 38px) / 3.32, 160px);
	min-height: 160px;
	object-fit: fill;
}

.slider_small.preview-16 .preview-item .preview-text {
	height: 24px;
	margin-bottom: 6px;
}

@media (width >=401px) {
	.slider_small.preview-16 .preview-item .preview-text {
		height: 38px;
	}
}

/*25.09.2024*/
.slider-item__pic>img {
	height: 100% !important;
	object-fit: fill;
}

.slider-wrapper {
	padding-inline: 18px;
	margin-block: 10px 0 !important;
}

@media (width > 1600px) {
	.slider-item__pic>img {
		height: auto !important;
		object-fit: cover;
	}
}

/*30.09.2024*/

@media (max-width: 1042px) {
	.slider .slider-item {
		min-height: 256px;
	}
}

@media screen and (max-width: 980px) {
	.slider-item__pic>img {
		height: auto !important;
		object-fit: contain;
	}
}

@media screen and (max-width: 768px) {
	.slider .slider-item {
		height: auto;
	}

	.slider-item__pic>img {
		height: auto !important;
		object-fit: contain;
	}
}

@media (max-width: 620px) {
	.slider .slider-item {
		min-height: 217px;
	}

	.cookie-notice {
		bottom: 42px;
		width: 90%;
		margin: 0 auto;
		background: white;
		color: black;
		font-weight: 600;
		text-align: start;
		box-shadow: 6px 6px 37px 0px #00000026;
		z-index: 1000;
		font-weight: 400;
		display: none;
		padding: 10px 24px 16px 24px;
	}

	.cookie-notice a {
		color: #1F5A96;
		text-decoration: none;
	}

	.cookie-notice button {
		float: left;
		width: 100%;
		background: #286BC6;
		margin-top: 24px;
		font-weight: 400;
		margin: 0px;
		color: white;
		margin-top: 16px;
	}
}

@media (max-width: 520px) {
	.slider .slider-item {
		min-height: 180px;
	}
}

@media (max-width: 380px) {
	.slider .slider-item {
		min-height: 140px;
	}
}

.banner_filter #slider-hit .product h3,
.banner_filter #slider-hit .product .btn {
	font-size: 16px;
}

.banner_filter #slider-hit .product>p {
	font-size: 16px;
}

.banner_filter .slide>a .product img {
	max-height: 250px;
	object-fit: contain;
}

@media(max-width: 992px) {
	.navigation-content {
		flex-direction: column;
		gap: 18px;
	}

	.navigation-content .navigation-items {
		padding: 0 18px;
		gap: 18px;
	}

	.navigation-block {
		padding: 10px 0 0;
	}

	.navigation-breadcrumb {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		width: 100%;
	}

	.navigation-breadcrumb::-webkit-scrollbar {
		display: none;
	}

	.navigation-content .navigation-breadcrumb__item,
	.navigation-content .navigation-breadcrumb__item:last-child {
		text-wrap: nowrap;
	}

	.navigation-breadcrumb__item,
	.navigation-breadcrumb__separate {
		float: unset;
	}
.QQ_CASTOM_TAG>div>div {
         overflow: auto;
    flex-wrap: nowrap!important;
 
}
.QQ_CASTOM_TAG>div>div>a {
 
    white-space: nowrap;
}
}

body .container-ws .collections {
display: grid;
grid-template-columns: repeat(4, 1fr); 
}

body .container-ws .collections [class*="col-"] {
width: 100% !important;
}

@media(max-width: 1025px) {

body .container-ws .collections {
grid-template-columns: repeat(3, 1fr); 
}
}

@media(max-width: 767px) {

body .container-ws .collections {
grid-template-columns: 1fr; 
}
}

/* santehpodbor-cwv-lcp-cls-20260901 */
.short-about__img img {
	display: block;
	height: auto;
	aspect-ratio: 540 / 397;
}

.sale-image img {
	display: block;
	height: auto;
	aspect-ratio: 1500 / 229;
}


/* santehpodbor-cls-reserve-20260902 */
.slider_small_2.owl-carousel:not(.owl-loaded) {
	display: block;
	visibility: hidden;
	min-height: 260px;
}

@media (max-width: 650px) {
	.slider_small_2.owl-carousel:not(.owl-loaded) {
		min-height: clamp(220px, 63vw, 260px);
	}
}


/* santehpodbor-mobile-friendly-20260907 */
@media (max-width: 767px) {
	.btn-buy,
	.catalog-section-pagination .pagination > li > a,
	.catalog-section-pagination .pagination > li > span,
	.scroll-up {
		min-width: 44px;
		min-height: 44px;
	}

	.catalog-section-item__count {
		font-size: 12px;
	}
}
