h2
{
	font-size: 1.7rem!important;
	font-weight: 500!important;
}

.logo
{
	width: 150px;
	height: 30px;
	background: url("../images/logo-des.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;

}

.pl_wb-logo
{
	display:inline-block;
	width: 105px;
	height: 14px;
	background: url("../images/wb-logo_1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.3;
}


.pl_ozon-logo
{
	display:inline-block;
	width: 70px;
	height: 14px;
	background: url("../images/ozon-logo.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.3;
}

.pl_ym-logo
{
	display:inline-block;
	width: 120px;
	height: 14px;
	position: relative;
	
}

.pl_ym-logo:after
{
	position: absolute;
	content:"";
	width: 95px;
	height: 16px;
	background: url("../images/ym-logo-2_1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.3;
	top: 0px;
}


.pl_ym-logo_2
{
    display:inline-block;
	width: 105px;
	height: 16px;
	background: url("../images/ym-logo-2_1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.4;
}


.pl_search-button-img
{
	width: 32px;
	height: 32px;
    position: absolute;
	background: url("../images/search-button.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer!important;
	top: 10px;
	
}



.pl-mtop-light
{
	margin-top: 15px;
	display: inline-block;
}

.pl_pod-search-mobile
{
	text-align: center;
	margin-top: 10px;
}

.pl_super-main
{
	max-width: 1280px;
}

.pre_header
{
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	padding: 0.4rem 0rem 0.5rem 0rem; 
 }
 



.pl_search-pods
{
	padding-left: 150px;
	padding-top: 10px;
}

.pl_search-pods_2
{

	padding-top: 10px;
	text-align: right;
}

.oz_ym
{
	-webkit-box-shadow: var(--pl-ym);
	-moz-box-shadow: var(--pl-ym);
	box-shadow: var(--pl-ym);
}

.oz_shadow
{
	-webkit-box-shadow: var(--pl-oz);
	-moz-box-shadow: var(--pl-oz);
	box-shadow: var(--pl-oz);
}

.wb_shadow
{
-webkit-box-shadow: var(--pl-wb);
-moz-box-shadow: var(--pl-wb);
box-shadow: var(--pl-wb);	
}

.pre_content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 2rem;
}

.pl_header_cont
{
	margin-top: 1rem;
}

.pl_preheader_navigation li
{
	margin-left: 20px;
}

.pl_preheader_navigation a
{
	border-bottom: 1px solid var(--bs-gray-100);
	color: var(--bs-gray-100);
}

.pl_preheader_navigation a:hover
{
	border-bottom: 1px solid transparent;
}



.pl-big-product-card a
{

	margin-top: 0px;
	display: inline-block;
	color: var(--pl-body-link);
	border-bottom: 1px solid var(--pl-body-link-border);
}

.pl-big-product-card a:hover
{
  border-bottom: 1px solid transparent;
  color: var(--pl-body-link-hover);
}

.pl_noborder 
{
	border-bottom: 1px solid transparent!important;
}

.pl-mp-button
{
	

	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	
  display: block!important;

	color: white!important;
	border: none!important;
    width: 70%;
	font-size: 1.3rem;
	border-radius: 10px;
	margin-top: 120px;
	padding: 10px;
}


.pl_margin
{
	margin-right: 5px;
}

.pl_block-na-padding
{
	padding: 0px;
}


div
{
	border: 0px solid red;
}

.pl_inform_logo
{
	height: var(--pl-main-height-search);
    background: var(--bs-gray-100);
	border-top: var(--bs-border-width) solid var(--pl-border-forms);
	border-bottom: var(--bs-border-width) solid var(--pl-border-forms);
	border-left: var(--bs-border-width) solid var(--pl-border-forms);
	
	-webkit-border-top-left-radius: var(--form-border-radius);
	-webkit-border-bottom-left-radius: var(--form-border-radius);
	-moz-border-radius-topleft: var(--form-border-radius);
	-moz-border-radius-bottomleft: var(--form-border-radius);
	border-top-left-radius: var(--form-border-radius);
	border-bottom-left-radius: var(--form-border-radius);
    width: 150px;
}


.pl_search_logo
{
	width: 150px;
	height: 2.5rem;
	background: url("../images/logo-des.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 10px;

}


.pl_inform_logo_mobile
{
	height: var(--pl-main-height-search);
	background: var(--bs-gray-100);
	border-top: var(--bs-border-width) solid var(--pl-border-forms)!important;
	border-bottom: var(--bs-border-width) solid var(--pl-border-forms)!important;
	border-left: var(--bs-border-width) solid var(--pl-border-forms)!important;
	
	-webkit-border-top-left-radius: var(--form-border-radius)!important;
	-webkit-border-bottom-left-radius: var(--form-border-radius)!important;
	-moz-border-radius-topleft: var(--form-border-radius)!important;
	-moz-border-radius-bottomleft: var(--form-border-radius)!important;
	border-top-left-radius: var(--form-border-radius)!important;
	border-bottom-left-radius: var(--form-border-radius)!important;
	width: 50px;
}


.pl_search_logo_mobile
{
	width: 50px;
	height: 2.2rem;
	background: url("../images/logo-mobile.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 12px;

}


.pl_main-search-form
{
	height: var(--pl-main-height-search);
	background: var(--bs-gray-100);
	border-left: none;
	border-right: none;
	border-radius: none;
	transition:none;
	
	border-top: var(--bs-border-width) solid var(--pl-border-forms);
	border-bottom: var(--bs-border-width) solid var(--pl-border-forms);
	
	border-left: none;
	border-right: none;
	font-size: 1.1rem;
	

	
}


.pl_main-search-form::placeholder
{
  color: var(--pl-search-block-text);	
}	

.pl_main-search-form:focus {
  color: #212529;
  background: var(--bs-gray-100);
  border-color: none;
  outline: 0;
  box-shadow: none;
  border-top: var(--bs-border-width) solid var(--pl-border-forms);
  border-bottom: var(--bs-border-width) solid var(--pl-border-forms);
}

.pl_main-search-form:disabled {
  background: var(--bs-gray-100);
  color: var(--bs-gray-500);
 
}

.pl_search-button
{
	height: var(--pl-main-height-search);
	background: var(--bs-gray-100);
	border-left: none;
	border-right: none;
	border-top: var(--bs-border-width) solid var(--pl-border-forms);
	border-bottom: var(--bs-border-width) solid var(--pl-border-forms);
	border-right: var(--bs-border-width) solid var(--pl-border-forms);
	
	-webkit-border-top-right-radius: var(--form-border-radius);
	-webkit-border-bottom-right-radius: var(--form-border-radius);
	-moz-border-radius-topright: var(--form-border-radius);
	-moz-border-radius-bottomright: var(--form-border-radius);
	border-top-right-radius: var(--form-border-radius);
	border-bottom-right-radius: var(--form-border-radius);
	
	width: 60px;
	font-size: 1.55rem;
	padding-top: 7px;
	
}



.pl_search-button:disabled .pl_search-button-img {


width: 32px;
height: 32px;
position: absolute;
background: url("../images/bstar-dis.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer!important;
top: 10px;
opacity: 0.5;

}


.pl-no-display
{
	display: none;
}

.pl-loader
{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url("../images/loader.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	box-shadow: 0 0 0 #049ff5;
	animation: pulse 2s infinite;
	margin-top: 30px;
}

@-webkit-keyframes pulse {
 0% {
	-webkit-box-shadow: 0 0 0 0 var(--pl-form-focus);
  }
 70% {
   -webkit-box-shadow: 0 0 0 20px var(--pl-form-focus);
 }
 100% {
	-webkit-box-shadow: 0 0 0 0 var(--pl-form-focus);
  }
}

@keyframes pulse {
  0% {
	-moz-box-shadow: 0 0 0 0 var(--pl-form-focus);
   box-shadow: 0 0 0 0 var(--pl-form-focus);
  }
 70% {
   -moz-box-shadow: 0 0 0 20px rgba(204,169,44, 0);
	box-shadow: 0 0 0 20px rgba(204,169,44, 0);
 }
 100% {
	-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
   box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.pl-offer
{
	margin-top: 20vh;
	margin-bottom: 100px;
}

.pl-hidder_block
{
	min-height: 30vh;
	height: auto;
}

.pl-hidder_block h1
{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 30px;
	line-height: 1.1;
}

.pl-hidder_block h2
{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 20px;

}

.pl-notop
{
	margin-top: 30px;
	margin-bottom: 30px;
}



.pl-focus-main {
	border-top: 1px solid var(--pl-form-focus) !important;
	border-bottom: 1px solid var(--pl-form-focus) !important;
}

.pl-focus-logo {
	border-top: 1px solid var(--pl-form-focus) !important;
	border-bottom: 1px solid var(--pl-form-focus) !important;
	border-left: 1px solid var(--pl-form-focus) !important;
}



.pl-focus-button {
	border-top: 1px solid var(--pl-form-focus) !important;
	border-bottom: 1px solid var(--pl-form-focus) !important;
	border-right: 1px solid var(--pl-form-focus) !important;
}



.pl_max-width
{
	max-width: 1280px!important;
}





.pl_light-padding-right
{
	margin-right: 20px;
	display: inline-block; 
	float: right;
}

.pl_light-padding-left
{
	padding-left: 23px;
	line-height: 2;
}

.pl-search-block-text span 
{
	line-height: 2;
}

.pl-search-block-text
{
	color: var(--pl-search-block-text);
}

.pl-search-block-text a
{
   border-bottom: 1px solid var(--pl-links-border);	
}

.pl-search-block-text a:hover
{
	border-bottom: 1px solid transparent;
}

a
{
	cursor: pointer!important;
}

.pl-display_none
{
	display: none!important;
}




/* CSS */
#logs {
  position: relative;
  width: 100%;
  text-align: center;
  height: 35px;
}

.pl_parse_status
{
	font-size: 1.4rem;
	line-height: 2;
	position: relative;
	margin-top: 25px;
}

.pl_parse_status_2
{
	font-size: 1.4rem;
	line-height: 2;
	position: relative;
	margin-top: 25px;
}


.pl_biglink
{
	font-size: 1.2rem;
}

.pl-rating
{
	margin-top: 10px;
}

.pl_category-link
{

	margin-top: 0px;
	display: inline-block;
    color: var(--pl-body-link);
	border-bottom: 1px solid var(--pl-body-link-border);
	font-weight: 600;
	line-height: 1rem;
}

.pl_category-link:hover
{
  border-bottom: 1px solid transparent;
  color: var(--pl-body-link-hover);
}

.pl-product-title a
{
	color: var(--bs-gray-900);
}

.pl-product-title a:hover
{
	color: var(--bs-gray-600);
}

.pl-sku
{
	text-align: center; 
	font-weight: 500;
	font-size: 1.1rem;
	color: #b3b3b3;
	white-space: nowrap;
}


.pl-mp-card-rating
{
	text-align: right;
	color: #b2b2b2!important;
}


.pl-big-radius
{
	border-radius: 10px!important;
	overflow: hidden;
}


.rating-progress {
	height: 6px;
	border-radius: 3px;
	background: #e0e0e0;
	overflow: hidden;
}

.rating-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
	border-radius: 3px;
}





.pl-rating-combined {
	display: flex;
	align-items: center;
	height: 48px;
	border-radius: 0;
	overflow: hidden;

	width: 100%;
}
.pl-main-rating {
	display: flex;
	align-items: center;
	gap: 6px;
	background-color: var(--bs-gray-100);
	padding: 0 12px;
	height: 100%;
	flex: 0.5;
	text-align: center;
}
.pl-main-rating-star {
	color: #fbbf24;
	
}
.pl-main-rating-value {
	font-weight: 600;
	color: #1e293b;
	font-size: 16px;
	text-align: center;
}
.pl-scanvo-rating {
	display: flex;
	align-items: center;
	height: 100%;
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	color: var(--bs-gray-100);
	white-space: nowrap;
	padding: 0 12px;
	font-size:  1.3rem;
	font-weight: 600;
	flex: 1;
}
.pl-scanvo-rating i {
	font-size: 16px;
	margin-right: 4px;
	color: var(--bs-gray-100);
}
.pl-title-container {
	position: relative;
	height: 84px;
	overflow: hidden;
	margin-bottom: 0px;
}
.pl-title-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.pl-product-title {
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	font-size: 1.3rem; /* Увеличенный размер шрифта */
}

.block-rounded
{
	border-radius: var(--pl-main-raius)!important;
}

.pl-product-card {
	
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: var(--pl-main-raius);
	box-shadow: 0 1px 2px rgba(214, 219, 226, 0.5), 0 1px 2px rgba(214, 219, 226, 0.5);
	//border: 1px solid var(--bs-gray-300);
}
.pl-product-card:hover {
	
}
.pl-product-image {
	flex: 1;
	min-height: 350px;
	max-height: 350px;
}
.pl-product-content {
	padding: 1rem;
}
.pl-rating-footer {
	background: var(--pl-dop-bg);
	padding-top: 20px;
	
}

.img-fluid
{
	width: 100%!important;
}

.pl-image-card-bg
{
	border: 1px solid var(--pl-dop-bg);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.pl-card-rat-foot
{
	-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;
}


.pl-mp-logo {
	display: flex;
	align-items: center;
	padding: 0 12px 8px;
	margin-bottom: 0px;
}

@media (max-width: 639px) {
	.pl-product-image {
		height: 180px;
	}
	.pl-title-container {
		height: 60px;
	}
	.pl-product-title {
		font-size: 14px; /* Увеличенный размер шрифта для мобильных */
	}
	.grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 колонки на мобильных */
		gap: 10px; /* Уменьшенный отступ между карточками */
	}
}

@media (min-width: 640px) and (max-width: 767px) {
	.grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 колонки на планшетах */
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 колонки на больших планшетах */
	}
}
@media (min-width: 1024px) {
	.grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 колонки на десктопах */
	}
}

.pl-pdbt-1
{
padding-bottom: 20px;
}

.pl-rating-container-2
{
	width: 50%; 
	text-align: center;
}



.pl-ration
{
	width: 110px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	border-radius: 20px;
    font-size: 1.1rem;
    font-weight: 500;
}


.pl-mp-rt
{
	background: white;
}

.pl-sc-rt
{
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	color: white;
}


.pl-sc-rat-img
{
	width: 16px;
	height: 16px;
	background: url("../images/logo-mobile.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	
	
}

.pl-mp-logo-mob
{
	display: none;
}	

.pl-mp-logo-mobile
{
	display: none;
}

.pl-sm-lo
{
	width: 50px;
	margin-top: 6px;
}

.pl-sm-lo_
{
	width: 60px!important;
	margin-left: -5px;
}

.pl_sc-logo
{
	width: 137px;
	height: 28px;
	background: url("../images/logo-cat.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	
}

@media (max-width: 1023px) {

.pl-rating-footer {

	padding-top: 10px;
	
}


.pl-mp-logo-mobile
{
	display: block;
}

	
.pl-mp-logo-mobile
{
	display: block;
}	
	
.pl-mp-logo
{
	display: block;
}	
	
.pl-mp-logo-mob
{
	display: block;
}	
	
.pl-product-image {
	flex: 1;
	min-height: 250px;
	max-height: 250px;
}


.pl-ration
{
	width: 70px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	border-radius: 15px;
	font-size: 1rem;
	font-weight: 500;
}

.pl-mp-logo
{
	display: none;
}

}

.pl_rating-text
{
	margin-bottom: 2rem;
	font-size: 1.6rem;
}

.pl-card-table
{
	margin-top: 30px;
}

.pl-summary h3
{
	font-weight: 500;
	font-size: 1.3rem;
	margin-top: 30px;
}

.pl-card-header
{
	margin-top: 10px;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
}

.pl-summary strong
{
	font-weight: 500;
	font-size: 1.1rem;
	margin-bottom: 10px;
	display: block;
}

.pl-pos
{
	background: #f5f5fa;
	
	padding: 15px 20px;
	border-radius:10px;
	margin-top: 10px;
}


.pl-dop
{
	width: 100%;
	height: 120px;
}

.pl-neg
{
	margin-top: 10px;
}

.pl_all-products
{
	margin-top: 30px;
}



.pl_mp-rat-rating-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

.pl_mp-rat-rating-container h3
{
	font-weight: 500;
	font-size: 1.3rem;
	margin-top: 30px;
	margin-bottom: 10px;
}

.pl_mp-rat-rating-container strong
{
	font-weight: 500;
	font-size: 1.1rem;
	margin-bottom: 20px;
	display: block;
}


.pl_mp-rat-rating-bar {
	height: 40px;
	border-radius: 10px;

	background: #f5f5fa;
	position: relative;
	overflow: hidden;
}

.pl_mp-rat-rating-indicator {
	position: absolute;
	top: 2px;
	width: 36px;
	height: 36px;
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	border-radius: 36px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	
	transition: left 0.5s ease;
	z-index: 2;
}



.pl_mp-rat-rating-value {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	padding: 2px 8px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 14px;

}

.pl_mp-rat-emoji-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 25px;
	z-index: 1;
}

.pl_mp-rat-emoji {
	font-size: 20px;
	opacity: 0.3;
	
}

.pl_mp-rat-rating-label {

	transition: all 0.3s ease;
	display: inline-block;
}

.pl_mp-rat-slider-container {
	margin-top: 30px;
	width: 100%;
	display: none;
}

.pl_mp-rat-slider {
	-webkit-appearance: none;
	width: 100%;
	height: 8px;
	border-radius: 4px;
	background: #e0e0e0;
	outline: none;
}

.pl_mp-rat-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #4f46e5;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.pl-block
{
padding-left: 10px;
}


.pl-infoblock
{
	margin-top: 20px;
}

#load-more
{
	width: 80%;
}


article h1 { c }
article h2 { 

	margin-top: 40px;
	margin-bottom: 20px;
}
.toc {
	background: #f8f9fa;
	padding: 15px;
	border-radius: 5px;
	margin: 20px 0;
}
.toc ul { padding-left: 20px; }
.highlight {
	background: #e3f2fd;
	padding: 15px;
	border-radius: 5px;
	border-left: 3px solid #2196f3;
	margin: 20px 0;
}
.features li { margin-bottom: 10px; }
.cta {
	text-align: center;
	padding: 25px;
	background: #e8f5e9;
	border-radius: 8px;
	margin: 30px 0;
	border: 1px solid #c8e6c9;
}



.pr-p-2
{
	padding: 10px 0px 0.001rem 10px;
}

.pl-auto
{
	margin-top: -50px;
}

.pl-logo-min-ex
{
	width: 320px;
	display: inline-block;
}


.pl-br
{
	font-size: 0.6rem;
}


