.none_result {
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 19px;
}

.loader {
  width: 30px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#00000038 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  display: none;	
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}


.admin_bar_1 {
	position: fixed;
	right: 15px;
	top: 60px;
	font-size: 28px;
	color: green;
	z-index: 100;
}

.admin_bar_2 {
	position: fixed;
	right: 19px;
	top: 100px;
	font-size: 28px;
	color: #fc86df;
	z-index: 110;
}

.admin_bar_3 {
	position: fixed;
	right: 19px;
	top: 140px;
	font-size: 36px;
	color: #729ed4;
	z-index: 110;
}

.admin_bar_4 {
	position: fixed;
	right: 19px;
	top: 185px;
	width: 28px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	z-index: 110;
	background: #9ce9ed;
	border-radius: 5px;
	text-decoration: none;
}

.admin_bar_5 {
	position: fixed;
	right: 19px;
	top: 188px;
	font-size: 24px;
	color: #4ca726;
	z-index: 110;
}

.admin_bar_6 {
	position: fixed;
	right: 19px;
	top: 220px;
	font-size: 24px;
	color: red;
	z-index: 110;
}


.admin_bar_7 {
    position: fixed;
    right: 23px;
    top: 267px;
    font-size: 24px;
    color: #a670fd;
    z-index: 110;
}

.admin_bar_89 {
    position: fixed;
    right: 19px;
    top: 309px;
    font-size: 24px;
    color: #fd9870;
    z-index: 110;
}

.spinner_admin {
  animation: spin 2s linear infinite; /* Бесконечное вращение */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.input.input--error textarea {
    border: 1px solid var(--color-red);
}

/* Индикатор загрузки */
.loader_s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.loader_s__spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Состояние загрузки формы */
.certificate-form__section.loading {
  opacity: 0.6;
  pointer-events: none;
}


.info-u.active {
  display: block;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.info-u {
    background: #d55c31;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: none;
    margin-bottom: 8px;
}

.blog-page__main h2 {
    margin-top: 24px;
}

@media (max-width: 1165px) {
	.blog-page__main blockquote {
		padding: 16px 16px 16px 53px !important;
	}
}

.input--transparent textarea {
    border: none;
    border-bottom: 1px solid rgba(49, 48, 51, 0.5);
    border-radius: 0;
}

.form-page__bottom {
	text-align: center;
}


.info-u-v-2 {
	background: #d55c31;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
	line-height: 21px;
	width: 100%;
}

.custom-select-scroll {
    overflow-y: auto;
    max-height: 400px; 
	flex-wrap: nowrap; 
}

.custom-select-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: rgba(var(--color-text-rgb), var(--opacity-25));
}




.loader_a {
  position: relative;
  width: 100%;
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader_a::before, .loader_a::before {
  content: ""; 
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Центрируем элемент */

  width: 50px; 
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3); 
  border-top: 5px solid #3498db; 
  border-radius: 50%; /* Делаем круг */
  animation: spintril 1s linear infinite; 

}

.modal__filter-item:has(input:checked) {
    order: -1;
}

@keyframes spintril {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


footer {
	position: relative;
    z-index: 1;
}

.page-load-status {
	display: none;
}

.pagination__loading--hidden {
	display: none;
}

.more-button-bl {
	width: 100%;
    text-align: center;	
	margin-top: 40px;
}



.gide_bl1, .gide_bl_2_0 {
	display: none;	
}

.upd_pagination__pages {
	flex-wrap: wrap;
}

.noneTPL {
    text-align: center;
    width: 100%;
    font-weight: 700;
    margin-top: 25px;
}



.mn-pl input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #666;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff; /* Фоновый цвет чекбокса */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%; /* Размер иконки галочки */
}



.mn-pl input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5L7 11.5L12 4.5'/%3e%3c/svg%3e");
    background-color: #e0e0e0; 
}

.Agreement input[type="checkbox"] {
    border: 2px solid #d55c31 !important;
}

.Agreement input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5L7 11.5L12 4.5'/%3e%3c/svg%3e"); /* Красная галочка */
}


.textarea textarea {
	overflow: hidden;
}

.search__grid a, .search__catalog-title {
	text-decoration: underline;
	transition: opacity 0.3s;
}

.search__catalog-title:hover {
    opacity: 0.5;
}

.footer__address-descr a {
	text-decoration: underline;
	transition: opacity 0.3s;
}

.footer__address-descr a:hover {
	text-decoration: none;
}

.mn-pl.Agreement {
    border: 1px dashed red;
    display: inline-block;
    padding: 5px;	
	border-radius: 5px;
}


.catalog-filters__list_6 {
    grid-template-columns: repeat(6, 1fr);
}

.mob-menu__row .icon {
    --icon-size: 30px;
    width: var(--icon-size);
    height: var(--icon-size);	
}

.search_catalog_modal {
	width: 400px;
}

.search_catalog_modal .icon {
	cursor: pointer;
}

.main-reviews__descr_upd {
	margin-bottom: 25px;
}

.wrapper-big .section__subtitle_upd {
    margin-top: 15px;
    font-style: italic;
	margin-bottom: 0;
}



.video__btn {
    background-color: rgb(49 48 51 / 20%);
}

.product-slider__image-btn {
	top: 8px;
    bottom: auto !important;
}

.icon_header {
    padding: 2px;
}

.icon_footer {
	padding: 2px;
    filter: invert(100%) grayscale(100%) brightness(100%);
}