body::-webkit-scrollbar {
    width: 9px;
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #37aeee, #136fc9);
}

.promo {
	border-radius: 20px;
	margin-bottom: 5px
}

.call_back:hover {
	filter: drop-shadow(0px 4px 7px #60b8f9);
}

.call_back img {
	border-radius: 10px;
}

#site-wrap {
	overflow-x: hidden;
}

.RatingBadgeWidget {
	margin-top: 10px;
	width: 234px!important;
	height: 90px!important;
}


ul.seo {
  vertical-align: top;
  margin: 10px 5px 10px 0px;
  text-align: left; 
}

ul.seo li {
  background: url("/t/images/chek_3.png") no-repeat scroll left 0px top 1px / 24px rgba(0, 0, 0, 0);
  list-style-type: none;
  padding: 5px 1px 5px 30px;
  padding-left: 30px!important; }
  ul.seo li:before {
    display: none; }
    
ul.seo1 {
  vertical-align: top;
  margin: 10px 5px 10px 0px;
  text-align: left; 
}

ul.seo1 li {
  background: url("/t/images/cheks.png") no-repeat scroll left 0px top 5px / 24px rgba(0, 0, 0, 0);
  list-style-type: none;
  padding: 5px 1px 5px 30px;
  padding-left: 30px!important; }
  ul.seo1 li:before {
    display: none; }

ul.seo2 {
  vertical-align: top;
  margin: 10px 5px 10px 0px;
  text-align: left; 
}

ul.seo2 li {
  background: url("/t/images/pool.png") no-repeat scroll left 0px top 5px / 24px rgba(0, 0, 0, 0);
  list-style-type: none;
  padding: 5px 1px 5px 30px;
  padding-left: 35px!important; }
  ul.seo2 li:before {
    display: none; }

ol.number {
  counter-reset: li;
  margin: 15px 0;
  padding: 0 0 0 35px; }

ol.number li {
  position: relative;
  list-style: none;
  margin: 0 0 10px; }

ol.number li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -4px;
  left: -35px;
  width: 23px;
  height: 24px;
  text-align: center;
  color: #fff;
  background: #178fe8;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; }
  
@media (min-width: 768.99px) {
	ul.seo {
		padding-left: 15px;
	}
	
	ol.number {
  		padding: 0 0 0 55px;
	}
}

span.zirno {
	font-weight: 700;
}

._type-textarea {
	width: 100%!important;
	min-width: 257px!important;
}

.lp-form-tpl__field-textarea {
	min-width: 100%!important;
	max-width: 436px!important;
	min-height: 50px!important;
	max-height: 400px!important;
}

@media (max-width: 768.99px) {
	.highslide img {
		margin: 10px 0 10px 0!important;
		width: 100%!important;
	}
	.lpc-popup-form-1__top {
	    height: auto!important;
	    margin: 10% 0!important;
	}
	ul.seo1 {
		clear: both;
	}
}

input:checked+.lp-form-tpl__field-checkbox--input {
	border-color: #00b4d4!important;
}

.g-page-article__text p a, .g-page-article__text ul li a, .g-page-article__text ol li a {
	color: #1473e0!important;
	text-decoration: none;
}

.g-page-article__text p a:hover, .g-page-article__text ul li a:hover, .g-page-article__text ol li a:hover {
	text-decoration: underline;
}

.line {
    border-left: 4px solid #69c40a;
    padding: 10px 0 10px 15px;
    font-style: italic;
    background: linear-gradient(90deg, rgba(105,196,10,0.10) , rgba(255,255,255,0) );
}

[data-media-source="media-sm"] .lpc-banners__inner:not(.lpc_direction).lpc_left .lpc-banners__holder + .lpc-banners__buttons-box {
	width: 100%!important;
}

[data-media-source="media-sm"] .lpc-banners__buttons {
	justify-content: center;
}

.product-item-thumb .product-article {
	margin-top: 5px;
	padding: 0!important;
}

.shop2-product-item {
	transition: all .2s;
}

.shop2-product-item:hover {
	box-shadow: 0 0 20px 10px rgb(48 53 57 / 5%);
}

.block_mes {
	position: fixed;
	right: 30px;
	bottom: 155px;
	z-index: 50;
}

.mes {
	max-width: 40px;
	max-height: 40px;
	border-radius: 25px;
}

img.tcalIcon {
	width: 30px;
}

@media (max-width: 479.99px){
	.block_mes {
		right: 27px;
		bottom: 140px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}

.mob_mes {
	max-width: 30px;
    max-height: 30px;
    border-radius: 9px;
}

.pulse {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 20px;
	background: none;
	box-sizing: border-box;
}

.pulse:after,
.pulse:before {
	content: '';
	position: absolute;
	border: 2px solid #3d64ff;
	left: -20px;
	opacity: 0;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 20px;
	animation: pulse 2.5s linear infinite;
}

.pulse:after {
	animation-delay: 1.25s;
}

@keyframes mes {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}


.form-add a.shop2-btn.one-click-button, button.shop2-bargain-btn {
	width: 152px;
}



.onicon_chat-hint-position_bottom-right {
	bottom: 50px!important;
}

@media (max-width: 479.99px){
	.onicon_chat-hint-position_bottom-right {
		bottom: 15px!important;
	}
	.form-add a.shop2-btn.one-click-button, button.shop2-bargain-btn {
		width: 100%;
	}
}

/* Категории под шапкой */

.table-reset * {
	box-sizing: border-box;
}

.table-reset tr {
	display: flex;
	gap: 10px;
	margin: 0 10px;
}

.table-reset td {
	width: 25%;
	position: relative;
}

.table-reset td:after {
	content: '';
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 30%);
    border-radius: 10px;
	position: absolute;
	will-change: background;
	transition: background .3s;
}

.table-reset td:hover:after {
	background: rgb(0 0 0 / 50%);
}

.table-reset .button-wrap {
	width: auto;
	overflow: hidden;
}
.table-reset .button-wrap img {
	width: 100%;
	height: 100%;
	transition: transform .3s;
}

.table-reset td:hover .button-wrap img {
	transform: scale(1.1);
	will-change: transform;
}

.button-text {
	transform: translateY(0);
	transition: transform .3s;
}

@media (max-width: 1200px) {
	.button-text {
		font-size: 16px;
		line-height: 1.2;
	}
}

.table-reset td:hover .button-text {
	transform: translateY(-7px);
	will-change: transform;
}



/*.site-path-wrap span:nth-child(2), .site-path-wrap span:nth-child(3) {
	display: none;
}*/

.gr-form {
	border: none!important;
	padding: 0px!important;
}

.g-article--simple-view .g-article__date {
	text-align: right;
}

.g-article--simple-view .g-article__name {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	text-decoration: none;
}
.g-article--simple-view .g-article__name:hover {
	text-decoration: underline;
}

.g-page-article__date {
	color: #a3a3a3;
}

@media (min-width: 768.99px) {
	h1:has(~.g-page-article) {
		padding-left: 10px;
	}
	.g-page-article {
		padding: 0 5px;
	}
}

/*.g-page .g-page-article h2, .g-page .g-page-article h3, .g-page .g-page-article h4 {
	color: #178fe8!important;
}*/


@media (min-width: 1920px) {
	.table-reset .button-wrap img {
		object-fit: cover;
	}
}

.table-reset .button-text {
	position: absolute;
	margin: 0 auto;
	max-width: 230px;
	height: 100%;
	z-index: 1;
	
	bottom:0;
	top: 0;
    left: 0;
    right: 0;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 35px;
    
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}


@media (max-width: 425px) {
	.page-404-wrapper {
		text-align: center;
	}
	.g-page-sitemap {
		text-align: left;
	}
	.search-wrapper {
		width: fit-content;
		margin: 0 auto;
	}
}

.errorPage {
	max-width: 350px;
}

.otziv_mob {
	display: none;
}

.under {
	display: flex;
	gap: 35px;
	align-items: center;
}

.otziv {
	margin-top: 10px;
	padding: 10px 0;
	background: #f6f6f6;
	border: 2px solid #fc0;
    max-width: 234px;
}

@media (max-width: 1025px) {
	.otziv {
		display: none;
	}
	.otziv_mob {
		display: block;
		text-align: center;
    	margin-bottom: 10px;
	}
}

.copyright {
	color: #fff!important;
	text-decoration: none;
}

@media (max-width: 425px) {
	.errorPage {
		margin-top: 0px;
		margin-bottom: 10px;
		max-width: 100%;
	}
	.under {
		gap: 15px;
    	flex-direction: column-reverse;
	}
}

.site_content_link {
  text-decoration: none;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  padding: 10px 15px 11px 15px;
  background: rgba(0, 0, 0, 0) linear-gradient(25deg, rgb(55, 174, 238) 0%, rgb(17, 121, 223) 100%) repeat scroll 0% 0% / auto padding-box border-box;
  margin-bottom: 5px;
  transition: background 0.2s linear;
}
.site_content_link:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(245deg, rgb(55, 174, 238) 0%, rgb(17, 121, 223) 100%) repeat scroll 0% 0% / auto padding-box border-box;
  color: #fff;
  transform: scale(1.02);
  
}