/* fancybox.css */
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}

/* hystmodal.css */
.hystmodal__opened {
	position: fixed;
	right: 0;
	left: 0;
	overflow: hidden;
}

.hystmodal__shadow {
	position: fixed;
	border: none;
	display: block;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.15s ease;
	background-color: black;
}

.hystmodal__shadow--show {
	pointer-events: auto;
	opacity: 0.6;
}

.hystmodal {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 1;
	pointer-events: none;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	z-index: 9999;
	visibility: hidden;
}

.hystmodal--active {
	opacity: 1;
	backdrop-filter: blur(5px);
}

.hystmodal--moved,
.hystmodal--active {
	pointer-events: auto;
	visibility: visible;
}

.hystmodal__wrap {
	flex-shrink: 0;
	flex-grow: 0;
	width: 100%;
	min-height: 100%;
	margin: auto;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.hystmodal__window {
	margin: 50px 15px;
	box-sizing: border-box;
	flex-shrink: 0;
	flex-grow: 0;
	width: 1114px;
	max-width: 100%;
	overflow: visible;
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
	transform: scale(0.9);
	opacity: 0;
}

.hystmodal--active .hystmodal__window {
	transform: scale(1);
	opacity: 1;
}

.hystmodal__close {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 15px;
	display: block;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../img/icon/icon_close.svg");
	background-size: 100% 100%;
	border: none;
	font-size: 0;
	cursor: pointer;
	outline: none;
}

@media all and (max-width:867px) {
	.hystmodal__close {
		top: 10px;
		right: 10px;
		width: 24px;
		height: 24px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
	}

	.hystmodal__window {
		margin: 0;
	}
}


/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#115BA4}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* jquery formstyler */
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}

/* jquery formstyler theme */
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}

.jq-checkbox {
	border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.jq-radio {
	border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7);
}

.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-file input {
	cursor: pointer;
}

.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}

.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}

.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-number__field:hover {
	border-color: #B3B3B3;
}

.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}

.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}

.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}

.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	min-width: 170px;
}

.jq-selectbox__select {
	height: 38px;
	padding: 0 45px 0 10px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	background: #fff;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.jq-selectbox__select-text {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.jq-selectbox .placeholder {
	color: #888;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 15px;
	width: 16px;
	height: 10px;
	background: url(../img/icon/menuburger-arrow.svg) no-repeat 50% 50%;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}

.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
	margin: 5px;
}

.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}

.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
	cursor: pointer;
}

.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}

.jq-selectbox li:hover {
	background-color: #115BA4;
	color: #FFF;
}

.jq-selectbox li.disabled {
	color: #AAA;
}

.jq-selectbox li.disabled:hover {
	background: none;
}

.jq-selectbox li.optgroup {
	font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}

.jq-selectbox li.option {
	padding-left: 25px;
}

.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}

.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}

.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}

.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}

.jq-select-multiple li.disabled {
	color: #AAA;
}

.jq-select-multiple li.optgroup {
	font-weight: bold;
}

.jq-select-multiple li.option {
	padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	font: 14px Arial, sans-serif;
	color: #333;
}

input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea.styler {
	overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

/* style.css */


/* Указываем box sizing  1123 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.reviews {
  display: none !important;
}

/* основной цвет сайта */
:root {
  --accent-color: #f47922;
  --accent-color-light: #ff964b;
  --accent-gradient: linear-gradient(110deg,
      var(--accent-color) 26%,
      var(--accent-color-light) 100%);
  --primary-color: #4c3376;
  --primary-color-light: #7457a4;
  --primary-gradient: linear-gradient(110deg,
      var(--primary-color) 26%,
      var(--primary-color-light) 100%),
    #f5f5f7;
}

/* подключаем шрифты */
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-family: "CeraPro", sans-serif;
  cursor: default;
  line-height: 120%;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-y: scroll !important;
}




/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Элементы a */
a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
}

/* Упрощаем работу с изображениями */
img {
  display: block;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* общие стили */
.wrapper {
  max-width: 1410px;
  padding: 0 30px;
  margin: 0 auto;
}

.mb-230 {
  margin-bottom: 230px;
}

@media screen and (max-width: 1200px) {
  .mb-230 {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 980px) {
  .mb-230 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mb-230 {
    margin-bottom: 60px;
  }
}

.mb-190 {
  /*margin-bottom: 190px;*/
  margin-bottom: 90px;
}

@media screen and (max-width: 980px) {
  .mb-190 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mb-190 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 980px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.mb-100 {
  margin-bottom: 60px;
}

.tab-opisan img {
  max-width: 100%;
  height: auto;
}

/* @media screen and (max-width: 767px) {
	.mb-100 {
		margin-bottom: 60px;
	}
} */

.mb-30 {
  margin-bottom: 30px;
}

.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}

.title-purple {
  font-size: 18px;
  font-weight: 700;
  max-width: max-content;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  background: var(--primary-gradient);
  border-radius: 30px;
}

.title-page {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 20px;
}

.line-through {
  text-decoration-line: line-through;
}

.page-zag .title-page {
  margin-bottom: 8px;
}

.subtitle-page {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  max-width: 663px;
  color: #000000;
}

/* Кнопка с белой заливкой */
.btn-full-white {
  display: inline-flex;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 80px;
  padding: 18px 30px;
}

.btn-full-white span {
  max-width: max-content;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  background: linear-gradient(180deg, #4626c7 0%, #733cb9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Прозрачная кнопка с белым бордером и текстом */

.btn-outline-white {
  display: inline-flex;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: transparent;
  border: 0.5px solid #fff;
  border-radius: 60px;
  padding: 14px 35px;
}

/* Кнопка с серым бордером и голубым текстом */
.btn-empty {
  display: inline-flex;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  padding: 16px 30px;

  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: #165ea4;
  transition: 0.3s;
}

.btn-empty:hover {
  border: 1px solid #165ea4;
}

/* Кнопка с голубым бордером и голубым текстом и стрелочкой */
.btn-more {
  display: inline-flex;
  gap: 20px;
  padding: 16px 20px;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 20px;
  color: #000;
}

.btn-more>div {
  width: 54px;
  height: 54px;
  background-color: #fff;
  background-image: url(../img/icon/swiper-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 60px;
  box-shadow: 0px 0px 16px rgb(77 77 77 / 25%);
}

.btn-more-arr {
  display: block;
  position: relative;
  padding-right: 18px;
}

.btn-more-arr:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon/btn-more-arr.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  transition: 0.3s;
}

.btn-more:hover .btn-more-arr:before {
  right: -5px;
}

/* header */

/* Работа скриптов шапки */
#header-mid.fixed-header {
  position: fixed;
  width: 100%;
  top: -200px;
  left: 0;
}

#header-mid.fixed-header.show {
  top: 0;
}

#header-bot.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#header-top.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

#header-top.fixed-header .show{
  top: 0;
  z-index:9000;
}

#header-mid,
#header-bot, .header-bot {
  position: relative;
  /*transition: 0.3s;*/
  z-index: 950;
  background-color: #fff;
}

.header-bot.fixed-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	/*z-index: 950;*/
	/*box-shadow: 1px 4px 5px #ccc;*/
	box-shadow: 1px 4px 5px #ccc;
	padding-bottom: 10px;
}

@media screen and (max-width: 980px) {
  #header-top {
    display: none;
  }

  #header-bot {
    display: none;
  }

  #header-mid.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }

  #header-bot.fixed-header {
    position: fixed;
    width: 100%;
    top: -200px;
    left: 0;
  }

  .header-mid {
    margin-bottom: 20px;
  }
}

/* END Работа скриптов шапки */

/* Шапка верхняя */
.header-top {
  background-color: #fff;
  /* border-bottom: 0.5px dashed #cecece; */
}

.header-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  /*padding-block: 13px 3px;*/
  min-height: 30px;
}

.header-top__user {
  display: flex;
  align-items: center;
  gap: 55px;
}

.header-top__select {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.header-top__select .jq-selectbox {
  min-width: unset;
}

.header-top__select .jq-selectbox.focused .jq-selectbox__select {
  border: none;
}

.header-top__select .jq-selectbox__select {
  font: unset;
  font-family: "CeraPro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding-inline: 6px 12px;
  background: transparent;
  border: none;
  color: #4a4a4a;
}

.header-top__select .jq-selectbox__trigger-arrow {
  background-image: url("../img/icon/select-arow.svg");
}

.header-top__select .jq-selectbox__trigger-arrow {
  right: -6px;
  top: 16px;
}

.header-top__select select {
  z-index: 60;
  border: none;
}

.header-top__select .select-city::before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 8px;
  width: calc(100% - 20px);
  height: 1px;
  border-bottom: 1px dashed #4a4a4a;
}

.header-top__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 13px;
}

.header-top__nav a {
  font-weight: 700;
  font-size: 14px;
  color: #838383;
  transition: 0.3s;
  text-decoration: none !important;
}

.header-top__nav a:hover {
  color: #ff964b;
}

.header-top__auth-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  border-radius: 50px;
  padding: 11px 16px;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none !important;
}

.header-top__auth-btn span {
  display: block;
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.header-top__auth-btn span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/bxs_user.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: 0;
}

.header-bot {
  /* border-block: 0.5px solid #cecece; */
  margin-bottom: 20px;
}

/* Шапка средняя */
.mob-headerbtns {
  display: none;
}

.header-mid {
  background-color: #fff;
}

.header-mid__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 80px;
  /* padding-top: 20px;
	padding-bottom: 25px; */
}

/* Логотип в шапке */
.logo-group {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.logo-group * {
  cursor: pointer;
}

.logo-img {
  width: 169px;
}

/*.logo-img img {
	width: 100%;
}*/

/* Поиск в шапке */
.page-header-search {
  flex-grow: 1;
}

.page-header-search__wrapper {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.header-search-input {
  flex-grow: 1;
  padding: 10px 20px !important;
  height: 48px;
  border-radius: 16px 0 0 16px !important;
  border: none !important;
  outline: none;
  font-size: 16px;
}

.search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  border-radius: 0 16px 16px 0;
  height: 48px;
  width: 48px;
  border: none;
  outline: none;
}

/* метро и номер в столбик */
.header-mid__metrotel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-mid__metrotel p:first-of-type {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #4a4a4a;
  white-space: nowrap;
}

.header-mid__metrotel a {
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: var(--primary-color);
  white-space: nowrap;
}

.header-mid__metrotel a:hover {
  text-decoration: underline;
}

/* Шапка нижняя */
.header-bot__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  min-height: 60px;
}

.header-bot__menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 60px;
}

.header-bot__menu li {
  min-height: 60px;
  display: flex;
  align-items: center;
  border-right: 0.5px solid #cecece;
  position: initial;
}

.header-bot__menu>li>a {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
  white-space: nowrap;

  padding: 6px 22px;
  border-radius: 100px;
  transition: 0.3s;
}

.header-bot__menu>li>a:hover {
  color: var(--accent-color);
  text-decoration: none;
}

.header-bot__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

/* Выпадающее меню при наведении в шапке */
/* Dropdown Button */
.dropbtn {
  position: relative;
  padding: 6px 10px;
  border-radius: 100px;
}

/* .dropbtn:before {
	content: "";
	display: block;
	width: 100%;
	height: 15px;
	
	position: absolute;
	top: 100%;
	left: 0;
} */

/* The container <div> - needed to position the dropdown content */
.dropdown {
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  background: #ffffff;
  box-shadow: 0px 4px 50px rgba(166, 166, 166, 0.25);
  border-radius: 0px 0px 40px 40px;
  width: 1350px;
  max-width: calc(100vw - 60px);
  z-index: 1;
  /* z-index: -1; */
}

@media screen and (max-width: 1232px) {
  .dropdown-content {
    top: 117px;
  }
}

@media screen and (max-width: 1140px) {
  .dropdown-content {
    display: none !important;
  }
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: flex;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: var(--accent-color);
}

/* Стилизация самого выпадающего меню услуг */
.dropdown-content {
  padding: 20px 0;
  align-items: flex-start;
}

.header-catlist {
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.header-catlist-item {
  display: block;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
}

.header-catlist-item:hover {
  border: 1px solid #165ea4;
}

.header-catlist-item * {
  cursor: pointer;
}

.header-catlist__thumb {
  height: 50px;
  margin-bottom: 7px;
}

.header-catlist__thumb img {
  height: 100%;
}

.header-catlist__name {
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 2px;
}

.header-catlist__descrip {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
  opacity: 0.7;
}

/* Список брендов в выпадающем меню */
.header-brands {
  padding-left: 35px;
  margin-left: 35px;
  border-left: 1px solid #00000030;
  padding-top: 65px;
  padding-bottom: 65px;
}

.header-brands__title {
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 6px;
}

.header-brands__descrip {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 20px;
}

.header-brands__list {
  max-height: 170px;
  overflow-y: auto;
}

/* Ширина скроллбара */
.header-brands__list::-webkit-scrollbar {
  width: 3px;
}

/* цвест скроллбара */
.header-brands__list::-webkit-scrollbar-track {
  background-color: #e5e7eb;
}

/* Цвет бегунка скроллбара */
.header-brands__list::-webkit-scrollbar-thumb {
  background-color: #115ba4;
  position: relative;
}

/* Настройка скроллбара для firefox */
.header-brands__list {
  scrollbar-width: thin;
  scrollbar-color: #115ba4 #e5e7eb;
}

.sale-personal-section-row-flex .col-lg-4 {
  width: 100% !important;
  cursor: pointer;
}

.sale-personal-section-index-block.bx-theme-blue {
  border: 1px solid var(--accent-color);
  box-shadow: 0px 4px 12px rgba(255, 150, 75, 0.47);
  background: var(--accent-gradient);
  opacity: 1;
  border-radius: 10px;
}

.sale-order-detail-general-head {
  background: var(--accent-gradient);
}

.sale-order-detail-general {
  border-color: #f47922;
}

.main-profile-form-label.text-md-right,
input[class*="col-"] {
  display: block !important;
  text-align: left !important;
}

.main-profile-block-shown .form-group {
  margin-bottom: 10px;
}

.main-profile-form-buttons-block {
  margin-top: 20px;
}

.main-profile-form-buttons-block .main-profile-submit {
  background: var(--accent-gradient);
  border: 1px solid var(--accent-color);
  border-radius: 100px;
  box-shadow: 0px 4px 12px rgba(255, 150, 75, 0.47);
  transition: 300ms;
  color: #ffffff;
  padding: 10px 20px;
  cursor: pointer;
}

.main-profile-form-buttons-block .btn:not(.main-profile-submit) {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  text-align: center;
  color: #000000;
  transition: 0.3s ease-in;
  padding: 10px 20px;
  cursor: pointer;
}

.header-brands__list a {
  display: block;
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  padding: 20px 0;
  border-bottom: 1px solid #00000030;
}

.header-brands__list a:hover {
  background: linear-gradient(180deg, #50baf5 0%, #165ea4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bx-blue .btn.btn-default {
  width: 100%;
  max-width: 282px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--accent-gradient);
  color: #ffffff;
  border-radius: 12px;
  padding: 9px;
  border: 1px solid transparent;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
}

.popup-window-with-titlebar .popup-window-content img {
  margin: 5px auto;
  display: block;
}

.bx-blue .btn.btn-default:hover,
.bx-blue .btn.btn-default:focus {
  background: none;
  color: var(--accent-gradient);
}

/* Блок с кнопками избранного, сравнения и корзины */

.sale-btn {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 8px;
  padding: 12px 18px;
  font-weight: 500;
  color: #fff;
  margin-left: -20px;
  border: 1px solid var(--accent-color);
  box-shadow: 0px 4px 12px rgba(255, 150, 75, 0.47);
  border-radius: 20px;
  background: var(--accent-gradient);
  position: relative;
  transition: 0.3s ease;
  font-size: 17px;
  text-decoration: none !important;
}

.sale-btn path {
  transition: 0.3s ease;
}

.sale-btn:is(:hover, :focus-visible) {
  color: var(--accent-color);
  background: linear-gradient(110deg, #fff 26%, #f1ffff 100%);
}

.sale-btn:is(:hover, :focus-visible) path {
  fill: var(--accent-color);
}

.collection-btn {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 4px 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 20px;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 4px 12px rgba(116, 87, 164, 0.4);
  background: var(--primary-color);
  transition: 0.3s ease;
}

.collection-btn:is(:hover, :focus-visible) {
  color: var(--primary-color);
  background: #fff;
}

.cart-group {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 60px;
  background: #fff;
}

.header-bot__inner .cart-group {
  height: auto;
  align-self: stretch;
}

.box-pill {
  display: grid;
  place-content: center;
  max-width: max-content;
  background-color: #fff;
  height: 40px;
  box-shadow: 0px 5px 16px rgba(96, 95, 95, 0.2);
  padding: 12px;
  border-radius: 132px;
  transition: 0.3s ease-in;
  z-index: 9 !important;
}

.box-pill:is(:hover) {
  background-color: var(--accent-color);
}

.box-pill:is(:hover) path {
  fill: white;
}

.prod-card-header__btns .box-pill.active {
  background-color: var(--accent-color);
}

.prod-card-header__btns .box-pill.active path {
  fill: white;
}

.card-item.active .box-pill {
  background-color: var(--accent-color);
}

.card-item.active .box-pill path {
  fill: white;
}

.cart-box {
  display: flex;
  gap: 10px;
  text-decoration: none !important;
}

.cart-btn {
  height: 40px;
  background-color: var(--accent-color);
  box-shadow: 0px 5px 15px rgba(255, 150, 75, 0.47);
  border: 1px solid var(--accent-color);
  transition: 0.3s ease;
}

.cart-btn path {
  transition: 0.3s ease;
}

.cart-btn:is(:hover, :focus-visible) {
  background-color: #fff;
}

.cart-btn:is(:hover, :focus-visible) path {
  fill: var(--accent-color);
}

.cart-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.cart-content .cart-value {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: var(--accent-color);
}

/* Бургер меню */
/* меню аккордеоном */
.menuburger {
  margin-bottom: 20px;
}

.menuburger .menuburger-item {
  border-bottom: 1px dashed #d9d9d9;
}

.menuburger .ui-accordion-header {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  padding: 20px 50px 20px 0px;
  cursor: pointer;
  outline: none;
  position: relative;
}

.menuburger .ui-accordion-header-icon {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/menuburger-arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  transform: rotate(0deg);
  transition: 0.3s;
}

.menuburger .ui-accordion-header-active .ui-accordion-header-icon {
  transform: rotate(180deg);
}

.menuburger .ui-accordion-content {
  font-weight: 400;
  font-size: 16px;
}

.menuburger .ui-accordion-content p,
.menuburger .ui-accordion-content a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  opacity: 0.7;
}

.menuburger .ui-accordion-content li {
  margin-bottom: 10px;
}

/* Соц сети */
.menubox-soc {
  margin-bottom: 70px;
}

.menubox-soc__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 12px;
}

.menubox-soc li {
  margin-bottom: 12px;
}

.menubox-soc a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menubox-soc a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  opacity: 0.7;
  transition: 0.3s ease-in;
}

.menubox-soc a img {
  transition: 0.3s ease-in;
}

/* Футер бергер-меню */
.menubox-footer {
  background: #373b47;
  border-radius: 20px 20px 0px 0px;
  padding: 45px 15px 0;
  margin: 0 -15px;
}

.menubox-footer p,
.menubox-footer a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  opacity: 0.5;
}

.menubox-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  padding-bottom: 33px;
  border-top: 1px solid #d9d9d9;

  margin-top: 114px;
}

/* Маленький баннер с призывом сверху на главной */
.banner-ad {
  padding-bottom: 20px;
}

.banner-ad__body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  cursor: pointer;
}

.banner-ad__body * {
  cursor: pointer;
}

.banner-ad__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px;
}

.banner-ad__text span {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #165ea4;
}

/* Слайдер с баннерами */
.mainbanner {
  position: relative;
  margin-bottom: 60px;
}

.mainbanner-swiper .swiper-wrapper {
  align-items: stretch;
}

.mainbanner .swiper-button-next {
  background: url(../img/icon/swiper-right.svg);
}

.mainbanner .swiper-button-prev {
  background: url(../img/icon/swiper-left.svg);
}

.mainbanner .swiper-button-next.swiper-button-disabled,
.mainbanner .swiper-button-prev.swiper-button-disabled {
  background-image: url("../img/icon/swiper-disabled.svg");
}

.mainbanner .swiper-button-next.swiper-button-disabled {
  transform: rotate(180deg);
}

.mainbanner .swiper-button-next,
.mainbanner .swiper-button-prev {
  width: 54px;
  height: 54px;
  opacity: 1 !important;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 60px;
  box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
}

.mainbanner .swiper-button-next {
  right: 5px;
}

.mainbanner .swiper-button-prev {
  left: 5px;
}

/* Большой баннер 1 */
.mainbanner-body {
  background: linear-gradient(250deg, #7457a4 6%, #4c3376 100%);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: auto;
  min-height: 395px;
  display: flex;
  align-items: stretch;
  cursor: pointer;
}

.mainbanner-body::before {
  content: "";
  width: 770px;
  height: 770px;
  background-image: url("../img/decor/bg-decor.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 0;
  display: none;
}

.mainbanner-body * {
  cursor: pointer;
}

.mainbanner-left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0 40px 80px;
}

.mainbanner-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

.mainbanner-title span {
  color: var(--accent-color);
}

.mainbanner-subtitle {
  font-size: 21.3px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

.mainbanner-right {
  align-self: flex-end;
  position: relative;
  z-index: 2;
  padding: 0 40px;
}

.mainbanner-img {
  position: relative;
  padding-left: 80px;
  padding-right: 100px;
}

.mainbanner-img .mob {
  display: none;
}

/* Круг с надписью на баннере */
.mainbanner-sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  background: #f47922;
  border-radius: 500px;
  position: absolute;
  bottom: 55px;
  left: 45px;
  z-index: 4;
}

.mainbanner-sticker p {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.mainbanner-sticker p span {
  display: block;
  font-weight: 900;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mainbanner-decor {
  position: absolute;
  bottom: -25px;
  left: 115px;
  z-index: 3;
  height: auto;
}

.mainbanner-decor:nth-child(2) {
  left: 275px;
  bottom: -55px;
  z-index: 2;
}

.mainbanner-decor:nth-child(3) {
  bottom: -10px;
  left: 280px;
  z-index: 1;
}

/* Плитка с категориями на главной */
.category-plate {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.category-plate-item:nth-of-type(1),
.category-plate-item:nth-of-type(4) {
  grid-column: span 2;
}

.category-plate-item:nth-of-type(1) .category-plate-title {
  font-size: 24px;
}

.category-plate-item:nth-of-type(1) img {
  width: 240px;
}

.category-plate-item:nth-of-type(15) img {
  width: 270px;
}

.category-plate-item:nth-of-type(15) .category-plate-title {
  font-size: 22px;
  width: 270px;
}

.category-plate-item:nth-of-type(6) {
  grid-column: span 2;
}

.category-plate-item:nth-of-type(10) {
  grid-column: span 3;
}

.category-plate-item:nth-of-type(11) {
  grid-column: span 2;
}

.category-plate-item:nth-of-type(6) img {
  width: 300px;
}

.category-plate-item:nth-of-type(6) .category-plate-title {
  width: 270px;
  font-size: 24px;
}

.category-plate-item:nth-of-type(15) {
  grid-column: span 2;
}

.category-plate-item:nth-of-type(16) {
  grid-column: span 2;
}

.catalogsection-proektirovanie-i-montazh-str .category-plate-item:nth-of-type(1)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-proektirovanie-i-montazh-str .category-plate-item:nth-of-type(2)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-proektirovanie-i-montazh-str .category-plate-item:nth-of-type(3)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-proektirovanie-i-montazh-str .category-plate-item:nth-of-type(4)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-proektirovanie-i-montazh-str .category-plate-item:nth-of-type(5)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-proektirovanie-i-montazh-str .category-plate-item:nth-of-type(4) .category-plate-title {
  font-size: 18px;
  width: auto;
}

.catalogsection-proektirovanie-i-montazh-str .category-plate-item:nth-of-type(4) {
  grid-column: span 1;
}

.catalogsection-proektirovanie-i-montazh-str .category-plate-item:nth-of-type(4) img {
  width: 100%;
}

.catalogsection-proektirovanie-i-montazh-str .category-plate-item:nth-of-type(5) img {
  width: 100%;
}

.catalogsection-proektirovanie-i-montazh-str .category-plate-item:nth-of-type(3) img {
  width: auto;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(1) {
  grid-column: span 2;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(2) {
  grid-column: span 2;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(3) {
  grid-column: span 2;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(4) {
  grid-column: span 2;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(5) {
  grid-column: span 1;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(6) {
  grid-column: span 1;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(7) {
  grid-column: span 2;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(8) {
  grid-column: span 1;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(9) {
  grid-column: span 1;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(10) {
  grid-column: span 1;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(11) {
  grid-column: span 1;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(12) {
  grid-column: span 2;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(5) .category-plate-title {
  font-size: 18px;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(1) .category-plate-title,
.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(2) .category-plate-title,
.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(3) .category-plate-title,
.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(4) .category-plate-title {
  font-size: 24px;
  width: 270px;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(6) .category-plate-title {
  font-size: 18px;
  width: auto;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(7) .category-plate-title {
  font-size: 24px;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(2) img {
  width: 422px;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item img {
  width: auto;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item .category-plate-title {
  font-size: 18px;
  width: auto;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(4) {
  grid-column: span 1;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(2) {
  grid-column: span 2;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(5),
.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(6),
.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(7) {
  grid-column: span 2;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(7) img {
  width: 230px;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(1) img {
  width: 215px;
  bottom: 0;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(5) img {
  width: 200px;
  right: 60px;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(6) img {
  width: 200px;
  right: 30px;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(1)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(2)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(3)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(4)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(5)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(6)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(7)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalog-str .category-plate-item:last-child {
  display: none;
}

.catalogsection-termochekhly-str .category-plate-item {
  grid-column: span 2;
}

.catalogsection-termochekhly-str .category-plate-item .category-plate-title {
  font-size: 24px;
}

.catalogsection-termochekhly-str .category-plate-item img {
  width: 260px;
  right: 50px;
}

.catalogsection-termochekhly-str .category-plate-item:nth-of-type(2) img {
  height: 200px;
  object-fit: contain;
  width: auto;
  right: 20px;
}

.catalogsection-termochekhly-str .category-plate-item::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-gofrirovannaya-truba-i-fitingi-str .category-plate-item:nth-of-type(4) {
  grid-column: span 1;
}

.catalogsection-gofrirovannaya-truba-i-fitingi-str .category-plate-item:nth-of-type(4) .category-plate-title {
  font-size: 16px;
  width: auto;
}

.catalogsection-gofrirovannaya-truba-i-fitingi-str .category-plate-item:nth-of-type(1)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-gofrirovannaya-truba-i-fitingi-str .category-plate-item:nth-of-type(2)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-gofrirovannaya-truba-i-fitingi-str .category-plate-item:nth-of-type(3)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-gofrirovannaya-truba-i-fitingi-str .category-plate-item:nth-of-type(4)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-gofrirovannaya-truba-i-fitingi-str .category-plate-item:nth-of-type(5)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(1) img {
  width: auto;
}

.catalogsection-greyushchiy-kabel-str .category-plate-item::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(1),
.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(2) {
  grid-column: span 3;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(2) img {
  width: auto;
  right: 50px;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(6) img {
  width: 90%;
}

.catalogsection-krepezhnye-izdeliya-str .category-plate-item {
  grid-column: span 3;
}

.catalogsection-krepezhnye-izdeliya-str .category-plate-item .category-plate-title {
  font-size: 24px;
}

.catalogsection-krepezhnye-izdeliya-str .category-plate-item::before {
  width: 450px;
  height: 450px;
  bottom: -295px;
  left: 120px;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(2) .category-plate-title {
  font-size: 24px;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(3) {
  grid-column: span 2;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(3) .category-plate-title {
  font-size: 24px;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(6) {
  grid-column: span 1;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(6) .category-plate-title {
  font-size: 18px;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(1) .category-plate-title,
.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(2) .category-plate-title {
  width: 265px;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(1)::before {
  width: 450px;
  height: 450px;
  bottom: -295px;
  left: 120px;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(2)::before {
  width: 450px;
  height: 450px;
  bottom: -295px;
  left: 120px;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(3)::before,
.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(4)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(5)::before,
.catalogsection-sistemy-zashchity-ot-protechek-vody-str .category-plate-item:nth-of-type(6)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.category-plate-item:nth-of-type(8) .category-plate-text {
  max-width: 316px;
}

.catalogsection-rezistivnyy-greyushchiy-kabel-str .category-plate-item {
  grid-column: span 3;
}

.catalogsection-rezistivnyy-greyushchiy-kabel-str .category-plate-item::before {
  width: 450px;
  height: 450px;
  bottom: -295px;
  left: 120px;
}

.catalogsection-rezistivnyy-greyushchiy-kabel-str .category-plate-item .category-plate-title {
  font-size: 24px;
  width: 320px;
}

.catalogsection-rezistivnyy-greyushchiy-kabel-str .category-plate-item:nth-of-type(3) img {
  height: 100%;
  object-fit: contain;
  width: auto;
}

.catalogsection-rezistivnyy-greyushchiy-kabel-str .category-plate-item:nth-of-type(4) img {
  height: 100%;
  object-fit: contain;
  width: auto;
}

.catalogsection-rezistivnyy-greyushchiy-kabel-str .category-plate-item:nth-of-type(2) img {
  width: auto;
}

.catalogsection-termoregulyatory-reguliruyushchaya-apparatura-str .category-plate-item::before {
  width: 100%;
  height: 200px;
  bottom: -80px;
  left: -115px;
}

.catalogsection-termoregulyatory-reguliruyushchaya-apparatura-str .category-plate-item {
  grid-column: span 2;
}

.catalogsection-termoregulyatory-reguliruyushchaya-apparatura-str .category-plate-item .category-plate-title {
  font-size: 24px;
}

.catalogsection-termoregulyatory-reguliruyushchaya-apparatura-str .category-plate-item img {
  width: 200px;
}

.catalogsection-termoregulyatory-reguliruyushchaya-apparatura-str .category-plate-item:nth-of-type(2) img {
  width: auto;
}

.catalogsection-teplyy-pol-str .category-plate-item::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(1) {
  grid-column: span 2;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(2) {
  grid-column: span 2;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(3) {
  grid-column: span 2;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(4) {
  grid-column: span 1;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(5) {
  grid-column: span 1;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(6) {
  grid-column: span 1;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(7) {
  grid-column: span 1;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(8) {
  grid-column: span 1;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(9) {
  grid-column: span 1;
}

.catalogsection-teplyy-pol-str .category-plate-item .category-plate-title {
  font-size: 24px;
  width: 265px;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(2) img {
  width: 210px;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(3) img {
  width: 300px;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(4) img {
  width: auto;
  object-fit: contain;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(5) img {
  width: auto;
  object-fit: contain;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(6) img {
  width: auto;
  object-fit: contain;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(7) img {
  width: auto;
  object-fit: contain;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(8) img {
  width: auto;
  object-fit: contain;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(9) img {
  width: auto;
  object-fit: contain;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(4) .category-plate-title {
  font-size: 18px;
  width: auto;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(5) .category-plate-title {
  font-size: 18px;
  width: auto;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(6) .category-plate-title {
  font-size: 18px;
  width: auto;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(7) .category-plate-title {
  font-size: 18px;
  width: auto;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(8) .category-plate-title {
  font-size: 18px;
  width: auto;
}

.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(9) .category-plate-title {
  font-size: 18px;
  width: auto;
}

.catalogsection-samoreguliruyushchiysya-greyushchiy-kabel-str .category-plate-item::before {
  width: 450px;
  height: 450px;
  bottom: -295px;
  left: 120px;
}

.catalogsection-samoreguliruyushchiysya-greyushchiy-kabel-str .category-plate-item {
  grid-column: span 3;
}

.catalogsection-samoreguliruyushchiysya-greyushchiy-kabel-str .category-plate-item .category-plate-title {
  font-size: 24px;
}

.catalogsection-samoreguliruyushchiysya-greyushchiy-kabel-str .category-plate-item img {
  width: 320px;
}

.catalogsection-termoregulyatory-reguliruyushchaya-apparaturadlya-greyushchego-kabelya-str .category-plate-item {
  grid-column: span 3;
}

.catalogsection-termoregulyatory-reguliruyushchaya-apparaturadlya-greyushchego-kabelya-str .category-plate-item::before {
  width: 450px;
  height: 450px;
  bottom: -295px;
  left: 120px;
}

.catalogsection-termoregulyatory-reguliruyushchaya-apparaturadlya-greyushchego-kabelya-str .category-plate-item img {
  right: 70px;
}

.catalogsection-termoregulyatory-reguliruyushchaya-apparaturadlya-greyushchego-kabelya-str .category-plate-item .category-plate-title {
  font-size: 24px;
}

.front-catalog .category-plate-item img {
  max-width: 203px;
}

.front-catalog .category-plate-item:nth-of-type(8) {
  grid-column: span 2;
}

.front-catalog .category-plate-item:nth-of-type(8) img {
  max-width: 230px;
  width: 100%;
}

.catalogsection-teplyy-polinfrakrasnye-plenochnye-poly-str .category-plate-item {
  grid-column: span 3;
}

.catalogsection-teplyy-polinfrakrasnye-plenochnye-poly-str .category-plate-item::before {
  width: 450px;
  height: 450px;
  bottom: -295px;
  left: 120px;
}

.category-plate-item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: rgba(245, 245, 247, 0.75);
  border-radius: 20px;
  padding: 25px 14px;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}

.catalogsection-teplyy-polinfrakrasnye-plenochnye-poly-str .category-plate-item .category-plate-title {
  font-size: 24px;
}

.category-plate-item:is(:hover, :focus-within) {
  background: var(--primary-gradient);
  transform: translateY(-5px);
}

.catalogsection-shchitovoe-oborudovanie-str .category-plate-item:nth-of-type(1) img {
  width: auto;
  right: 50px;
}

.catalogsection-shchitovoe-oborudovanie-str .category-plate-item::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-komplektuyushchie-dlya-kabeley-teplykh-polov-str .category-plate-item:nth-of-type(1)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-komplektuyushchie-dlya-kabeley-teplykh-polov-str .category-plate-item:nth-of-type(2) img {
  width: 100%;
}

.catalogsection-komplektuyushchie-dlya-kabeley-teplykh-polov-str .category-plate-item:nth-of-type(3) img {
  width: 100%;
}

.catalogsection-komplektuyushchie-dlya-kabeley-teplykh-polov-str .category-plate-item:nth-of-type(4) img {
  width: auto;
  right: 40px;
}

.catalogsection-komplektuyushchie-dlya-kabeley-teplykh-polov-str .category-plate-item:nth-of-type(2)::before,
.catalogsection-komplektuyushchie-dlya-kabeley-teplykh-polov-str .category-plate-item:nth-of-type(3)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-komplektuyushchie-dlya-kabeley-teplykh-polov-str .category-plate-item:nth-of-type(4)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-shkafy-upravleniya-str .category-plate-item:nth-of-type(1) img {
  width: auto;
}

.catalogsection-shkafy-upravleniya-str .category-plate-item:nth-of-type(1)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalogsection-shkafy-upravleniya-str .category-plate-item:nth-of-type(2)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-shkafy-upravleniya-str .category-plate-item:nth-of-type(3)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalogsection-shkafy-upravleniya-str .category-plate-item:nth-of-type(4)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.category-plate-item:nth-of-type(1)::before,
.category-plate-item:nth-of-type(2)::before,
.category-plate-item:nth-of-type(3)::before,
.category-plate-item:nth-of-type(4)::before,
.category-plate-item:nth-of-type(5)::before,
.category-plate-item:nth-of-type(6)::before,
.category-plate-item:nth-of-type(7)::before,
.category-plate-item:nth-of-type(8)::before,
.category-plate-item:nth-of-type(9)::before,
.category-plate-item:nth-of-type(10)::before,
.category-plate-item:nth-of-type(11)::before,
.category-plate-item:nth-of-type(12)::before,
.category-plate-item:nth-of-type(13)::before,
.category-plate-item:nth-of-type(14)::before,
.category-plate-item:nth-of-type(15)::before,
.category-plate-item:nth-of-type(16)::before,
.category-plate-item:nth-of-type(17)::before {
  content: "";
  background-image: url("../img/decor/bg-decor-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.catalog-str .category-plate-item:nth-of-type(1)::before {
  width: 350px;
  height: 350px;
  bottom: -162px;
  left: 150px;
}

.catalog-str .category-plate-item:nth-of-type(2)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -20px;
}

.catalog-str .category-plate-item:nth-of-type(3)::before {
  width: 100%;
  height: 200px;
  bottom: -120px;
  left: -27px;
}

.catalog-str .category-plate-item:nth-of-type(4)::before {
  width: 100%;
  height: 200px;
  bottom: -65px;
  left: -95px;
}

.catalog-str .category-plate-item:nth-of-type(5)::before {
  width: 100%;
  height: 200px;
  bottom: -120px;
  left: -32px;
}

.catalog-str .category-plate-item:nth-of-type(5) .category-plate-title {
  font-size: 24px;
  width: 270px;
}

.catalog-str .category-plate-item:nth-of-type(5) img {
  bottom: 0;
  right: 0;
  width: 422px;
}

.catalog-str .category-plate-item:nth-of-type(6) img {
  width: 422px;
}

.catalog-str .category-plate-item:nth-of-type(10) .category-plate-title {
  font-size: 18px;
}

.catalog-str .category-plate-item:nth-of-type(6)::before {
  width: 300px;
  height: 300px;
  bottom: -185px;
  left: -65px;
}

.catalog-str .category-plate-item:nth-of-type(7)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -10px;
}

.catalog-str .category-plate-item:nth-of-type(8)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -10px;
}

.catalog-str .category-plate-item:nth-of-type(9)::before {
  width: 100%;
  height: 200px;
  bottom: -80px;
  left: 0;
}

.catalog-str .category-plate-item:nth-of-type(10)::before {
  width: 450px;
  height: 450px;
  bottom: -295px;
  left: 120px;
}

.catalog-str .category-plate-item:nth-of-type(11)::before {
  width: 100%;
  height: 200px;
  bottom: -80px;
  left: -115px;
}

.catalog-str .category-plate-item:nth-of-type(12)::before {
  width: 100%;
  height: 200px;
  bottom: -125px;
  left: -10px;
}

.catalog-str .category-plate-item:nth-of-type(13)::before {
  width: 100%;
  height: 200px;
  bottom: -91px;
  left: -10px;
}

.catalog-str .category-plate-item:nth-of-type(14)::before {
  width: 100%;
  height: 200px;
  bottom: -91px;
  left: -10px;
}

.catalog-str .category-plate-item:nth-of-type(1) {
  grid-column: span 2;
}

.catalog-str .category-plate-item:nth-of-type(2) {
  grid-column: span 1;
}

.catalog-str .category-plate-item:nth-of-type(3) {
  grid-column: span 3;
}

.catalog-str .category-plate-item:nth-of-type(3) .category-plate-title {
  font-size: 24px;
}

.catalog-str .category-plate-item:nth-of-type(4) {
  grid-column: span 1;
}

.catalog-str .category-plate-item:nth-of-type(5) {
  grid-column: span 2;
}

.catalog-str .category-plate-item:nth-of-type(6) {
  grid-column: span 2;
}

.catalog-str .category-plate-item:nth-of-type(7) {
  grid-column: span 1;
}

.catalog-str .category-plate-item:nth-of-type(8) {
  grid-column: span 1;
}

.catalog-str .category-plate-item:nth-of-type(9) {
  grid-column: span 1;
}

.catalog-str .category-plate-item:nth-of-type(10) {
  grid-column: span 1;
}

.catalog-str .category-plate-item:nth-of-type(11) {
  grid-column: span 1;
}

.catalog-str .category-plate-item:nth-of-type(12) {
  grid-column: span 1;
}

.catalog-str .category-plate-item:nth-of-type(13) {
  grid-column: span 1;
}

.catalog-str .category-plate-item:nth-of-type(14) {
  grid-column: span 2;
}

.catalog-str .category-plate-item:nth-of-type(15) {
  grid-column: span 2;
}

.catalog-str .category-plate-item:nth-of-type(16) {
  grid-column: span 2;
}

.catalog-str .category-plate-item:nth-of-type(16) .category-plate-title {
  font-size: 24px;
}

.catalog-str .category-plate-item:nth-of-type(17) {
  grid-column: span 6;
}

.catalog-str .category-plate-item:nth-of-type(17) .category-plate-title {
  font-size: 24px;
}

.catalog-str .category-plate-item:nth-of-type(17) img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.catalog-str .category-plate-item:nth-of-type(3) img {
  width: 348px;
}

.catalog-str .category-plate-item:nth-of-type(14) .category-plate-title {
  font-size: 22px;
}

.catalog-str .category-plate-item:nth-of-type(14) img {
  width: 235px;
  object-fit: contain;
}

.catalog-str .category-plate-item:nth-of-type(17)::before {
  width: 1000px;
  height: 200px;
  bottom: -23px;
  left: -115px;
}

.catalog-str .category-plate-item:nth-of-type(15)::before {
  width: 100%;
  height: 200px;
  bottom: -80px;
  left: -115px;
}

.catalog-str .category-plate-item:nth-of-type(16)::before {
  width: 100%;
  height: 200px;
  bottom: -80px;
  left: -115px;
}

.category-plate-item * {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.category-plate-item>img {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 175px;
}

.category-plate-item .sale-btn {
  margin-left: 0;
}

.category-plate-item:is(:hover, :focus-visible) .collection-btn {
  color: var(--primary-color);
  background: #fff;
}

.category-plate-item:is(:hover, :focus-visible) .sale-btn {
  color: var(--accent-color);
  background: #fff;
}

.category-plate-item:is(:hover, :focus-visible) .sale-btn path {
  fill: var(--accent-color);
}

.catalogsection-konvektory-str .category-plate-item::before {
  width: 100%;
  height: 200px;
  bottom: -91px;
  left: -10px;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(1) {
  grid-column: span 2;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(2) {
  grid-column: span 2;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(3) {
  grid-column: span 1;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(4) {
  grid-column: span 1;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(5) {
  grid-column: span 2;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(6) {
  grid-column: span 2;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(7) {
  grid-column: span 2;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(1) img {
  width: auto;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(2) img {
  width: auto;
  right: 25px;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(2) .category-plate-title {
  font-size: 24px;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(5) .category-plate-title {
  font-size: 24px;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(6) .category-plate-title {
  font-size: 24px;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(7) .category-plate-title {
  font-size: 24px;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(3) img {
  width: auto;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(4) img {
  width: auto;
  right: 15px;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(5) img {
  width: auto;
  right: 15px;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(6) img {
  width: auto;
  right: 15px;
}

.catalogsection-konvektory-str .category-plate-item:nth-of-type(7) img {
  width: auto;
  right: 15px;
}

.catalogsection-konvektoryteplovye-pushki-str .category-plate-item {
  grid-column: span 3;
}

.catalogsection-konvektoryteplovye-pushki-str .category-plate-item img {
  width: auto;
  right: 15px;
}

.catalogsection-konvektoryteplovye-pushki-str .category-plate-item .category-plate-title {
  font-size: 24px;
}

.catalogsection-konvektoryteplovye-pushki-str .category-plate-item::before {
  width: 100%;
  height: 250px;
  bottom: -60px;
}

.catalogsection-konvektorykonvektory3-str .category-plate-item {
  grid-column: span 3;
}

.catalogsection-konvektorykonvektory3-str .category-plate-item .category-plate-title {
  font-size: 24px;
}

.catalogsection-konvektorykonvektory3-str .category-plate-item::before {
  width: 100%;
  height: 250px;
  bottom: -60px;
}

.catalogsection-konvektorykonvektory3-str .category-plate-item img {
  width: auto;
  right: 15px;
}

.category-plate-item:is(:hover, :focus-visible):nth-of-type(1)::before,
.category-plate-item:is(:hover, :focus-visible):nth-of-type(4)::before,
.category-plate-item:is(:hover, :focus-visible):nth-of-type(8)::before {
  background-image: url("../img/decor/bg-decor.svg");
}

/* Плашка в категории сверху */
.plashka {
  padding: 8px 16px;
  border-radius: 100px;
  min-height: 30px;
  font-weight: 800;
  font-size: 15px;
  line-height: 19px;
  max-width: max-content;
}

.category-plate-item .plashka {
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 8px;
}

.grad-perple {
  background: linear-gradient(180deg, #4626c7 0%, #733cb9 100%), #d9d9d9;
  color: #fff;
}

.border-perple {
  color: #552dc2;
  border: 1px solid #552dc2;
}

.border-blue {
  color: #115ba4;
  border: 1px solid #115ba4;
}

.grad-blue {
  background: linear-gradient(260.48deg, #50baf5 -3.47%, #115ba4 104.95%),
    #d9d9d9;
  color: #fff;
}

.grad-orange {
  background: linear-gradient(0deg, #ff671b, #ff671b), #d9d9d9;
  color: #fff;
}

/* Заголовок в списке категорий на главной */
.category-plate-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.category-plate-item:is(:hover, :focus-within) .category-plate-title {
  color: #fff;
}

/* Текст в списке категорий на главной */
.category-plate-text {
  color: #4c3376;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  max-width: 2;
  margin-bottom: 20px;
}

.category-plate-item:is(:hover, :focus-within) .category-plate-text {
  color: #fff;
}

.askaron-reviews-for-element .ask-review .ask-stars {
  display: flex;
}

/* Блок с преимуществами на главной */
.preim-glav {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.preim-glav-item {
  display: flex;
  gap: 20px;
}

.preim-glav__img {
  align-self: center;
  flex-shrink: 0;
  position: relative;
}

.preim-glav__img::before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #d9d9d9;
  position: absolute;
  top: -10px;
  left: -30px;
}

.preim-glav-item:first-child .preim-glav__img::before {
  display: none;
}

.preim-glav__img img {
  width: 100%;
}

.preim-glav__text {
  max-width: 347px;
  color: #000;
}

.preim-glav__text p:first-of-type {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 4px;
}

.preim-glav__text p+p {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.7;
}

/* Блок с линией товаров распродажи на главной */
.header-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 30px;
  border-top: 1px dashed #cecece;
}

.header-flex__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

.header-flex__left .title {
  text-transform: uppercase;
}

/* Слайдер с 5ю карточками товара */
.porod-5-swiper {
  padding: 15px;
  margin: 0 -15px;
}

/* специальное предложение на карточках */
.prod-special {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 5;
}

.prod-sale {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: var(--accent-gradient);
  border-radius: 60px;
}

.prod-new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: var(--primary-gradient);
  border-radius: 60px;
}

.prod-new.prod-entity {
  width: unset;
  height: unset;
  padding: 6px 12px;
  border-radius: 100px;
}

.prod-blackfriday {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  color: #ffed4b;
  background-color: #000;
  border-radius: 60px;
  text-transform: uppercase;
}

/* Маленька карточка товара */
.prod-card {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 300px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
}

.prod-card::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #d9d9d9;
  position: absolute;
  top: 0;
  right: -7.5px;
}

.prod-card:last-of-type::before {
  display: none;
}

.prod-card:hover {
  box-shadow: 0px 0px 15px rgba(147, 139, 139, 0.25);
}

.prod-card-top {
  display: flex;
  flex-direction: column;
}

.prod-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}

.prod-card-header__art {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #605f5f;
}

.prod-card-header__art span {
  font-weight: 700;
}

.prod-card-header__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.prod-card-header__btns .box-pill {
  padding: 10px;
  height: 34px;
}

/* Кнопка избранного голубая */
.fav-blue {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon/fav-blue.svg) no-repeat 50% 50%;
  background-size: contain;
}

.fav-blue:hover {
  filter: brightness(0);
  opacity: 0.4;
}

/* Кнопка сравнения голубая */
.comp-blue {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon/comp-blue.svg) no-repeat 50% 50%;
  background-size: contain;
}

.comp-blue:hover {
  filter: brightness(0);
  opacity: 0.4;
}

/* Картинки товара */
.prod-card-thumb {
  position: relative;
  width: 200px;
  width: 100%;
  height: 170px;
  margin: 0 auto;
}

.prod-card-thumb .img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

.prod-card-thumb .img:nth-child(2) {
  z-index: 2;
}

/* обязательные стили */
.hvr {
  position: relative;
}

.hvr__images {
  position: relative;
}

.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 10;
}

.hvr__sector {
  flex-grow: 1;
}

/* не обязательные стили */
.images {
  display: flex;
  overflow: hidden;
}

.image {
  display: block;
}

.hvr__dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: absolute;
  z-index: 3;
  bottom: -5px;
  left: 0;
}

.hvr__dot {
  width: 6px;
  height: 6px;
  border-radius: 60px;
  border: 1px solid #d9d9d9;
  background: transparent;
}

.hvr__dot--active {
  border-color: var(--primary-color);
  background: var(--primary-color);
}

/* Средняя часть маленькой карточки товара */
.prod-card-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 15px;
}

/* Отзывы в маленькой карточке */
.prod-card-reviews {
  display: flex;
  align-items: center;
  gap: 6px;
  display: none !important;
}

.review-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.review-star {
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/icon/star.svg) no-repeat 50% 50%;
  background-size: contain !important;
}

.review-star.star-dis {
  background: url(../img/icon/star-dis.svg) no-repeat 50% 50%;
}

.prod-card-reviews__kolvo {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a0a0a0;
}

.prod-card-title {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 10px;
  word-wrap: break-word;
}

/* Плашка "в наличии" */
.nalich {
  position: relative;
  max-width: max-content;
  padding-left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.nalich span {
  color: #838383;
}

.nalich:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/icon/icon_check.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5.5px);
  left: 0;
}

.nalich:after {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: 1px;
  border-bottom: 1px dashed #000000;
  position: absolute;
  bottom: -1px;
  right: 0;
}

/* Плашка "нет в наличии" */
.netnalich {
  position: relative;
  max-width: max-content;
  padding-left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.netnalich span {
  color: #838383;
}

.netnalich:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/icon/icon_check-gray.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5.5px);
  left: 0;
}

.netnalich:after {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: 1px;
  border-bottom: 1px dashed #000000;
  position: absolute;
  bottom: -1px;
  right: 0;
}

/* Нижняя часть маленькой карточки товара */
.prod-card-price-title {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 4px;
}

.prod-card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 5px;
}

.prod-card-price__new {
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
  color: #ff671b;
}

.prod-card-price__old {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-decoration-line: line-through;
  color: #000000;
  opacity: 0.5;
}

.prod-card-test {
  position: relative;
  max-width: max-content;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.prod-card-test:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #000000;
  position: absolute;
  bottom: -1px;
  right: 0;
}

/* группа кнопок внизу маленькой карточки товара */
.prod-card-bottom__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}

/* Счётчик в маленькой карточке */
.prod-card-count {
  flex-grow: 1;
  display: grid;
  grid-template-areas:
    "number plus"
    "number minus";
  border: 1px solid #f5f5f7;
  border-radius: 10px;
}

.buttonCountPlus, .buttonCountPlus-quick {
  grid-area: plus;
  cursor: pointer;
  background: #f5f5f7;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px 6px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 13px;
  height: 20px;
  min-width: 30px;
}

.buttonCountPlus, .buttonCountPlus-quick {
  grid-area: plus;
  cursor: pointer;
  background: #f5f5f7;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px 6px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 13px;
  height: 20px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonCountMinus, .buttonCountMinus-quick {
  grid-area: minus;
  cursor: pointer;
  background: #f5f5f7;
  border: none;
  border-top: 1px solid #ffffff;
  border-radius: 0px 0px 6px 0px;
  font-size: 16px;
  line-height: 13px;
  height: 20px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonCountNumber {
  grid-area: number;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  border: 0;
  max-width: 40px;
  text-align: center;
}

/* Кнопка "в корзину" в маленькой карточке товара */
.prod-card-cartbtn {
  display: flex;
  gap: 10px;
  width: max-content;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 20px 10px 15px;
  cursor: pointer;
  outline: none;
  background-color: var(--primary-color);
  border-radius: 60px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s ease-in;
}

.prod-card-cartbtn:hover {
  background: var(--accent-color);
}

/* Маленькая карточка при отображении в строку */
.catalog-main.list .prod-card {
  flex-direction: row;
  gap: 20px;
  border-radius: 0px;
  border-bottom: 1px dashed #d9d9d9;
  max-width: 100%;
}

.catalog-main.list .prod-card .prod-card-bottom {
  width: 100%;
  max-width: 250px;
}

.catalog-main.list .prod-card::before {
  display: none;
}

.catalog-main.list .prod-card:hover {
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgb(147 139 139 / 25%);
  border-bottom: 1px dashed #fff;
}

.catalog-main.list .prod-card-main {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  margin-left: 30px;
}

.popup-window .prod-card-main {
  padding-bottom: 0;
  padding-top: 0;
}

.popup-window-buttons {
  padding: 0 0 10px !important;
}

.popup-window-with-titlebar .popup-window-content {
  padding: 5px 20px !important;
}

/* Баннер */

/* Большой баннер 2 */
.banner-2-body {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: auto;
  max-height: 160px;
  display: flex;
  align-items: stretch;
  cursor: pointer;
}

.banner-2-body::before {
  content: "";
  width: 600px;
  height: 600px;
  background-color: #f9f9f9;
  border-radius: 100%;
  position: absolute;
  top: -180px;
  left: 60px;
  z-index: 1;
}

.banner-2-body * {
  cursor: pointer;
}

.banner-2-left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  padding: 50px 0 50px 140px;
  text-transform: uppercase;
}

.banner-2-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 2px;
}

.banner-2-title span {
  color: var(--primary-color);
}

.banner-2-subtitle {
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 20px;
}

.banner-2-right {
  align-self: flex-end;
  position: relative;
  z-index: 2;
  padding: 0 40px;
}

.banner-2-img {
  position: relative;
  padding-left: 80px;
  padding-right: 100px;
}

.banner-2-img img {
  max-width: 100%;
}

.banner-2-img .mob {
  display: none;
}

/* Круг с надписью на баннере */
.banner-2-sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 184px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--accent-gradient);
  border-radius: 500px;
  position: absolute;
  bottom: -40px;
  left: 50px;
}

.banner-2-sticker p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
}

.banner-2-sticker p span {
  display: block;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Буллеты на баннере */
.banner-2-bullet {
  position: absolute;
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 10px;
}

/* Положение буллетов на баннере */
.banner-2-bullet.bullet-1 {
  right: 80px;
  bottom: 130px;
}

.banner-2-bullet.bullet-2 {
  right: 0px;
  bottom: 60px;
}

.banner-2-bullet p:first-of-type {
  font-weight: 900;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #4626c7 0%, #733cb9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.banner-2-bullet p+p {
  font-size: 10px;
  line-height: 12px;
  color: #605f5f;
}

.banner-2-bullet__inner {
  position: relative;
}

/* Иконка плюса на буллетах на баннере */
.banner-2-bullet__inner:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/icon/icon_plus.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: -18px;
  left: -28px;
}

/* Пунктирные линии у буллета №1 на баннере */
.bullet-1 .banner-2-bullet__inner:after {
  content: url(../img/banners/bullet-1-line.svg);
  display: block;
  position: absolute;
  right: calc(100% + 28px);
  top: -8px;
}

/* Пунктирные линии у буллета №2 на баннере */
.bullet-2 .banner-2-bullet__inner:after {
  content: url(../img/banners/bullet-2-line.svg);
  display: block;
  position: absolute;
  right: calc(100% + 28px);
  top: -8px;
}

/* Блок со карточками товаров и баннером */
.prod-banner-line {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 15px;
}

.prod-banner-line .prod-banner-sticker {
  width: 102px;
  height: 102px;
  background: none;
  bottom: 270px;
  left: 160px;
}

/* Слайдер с 3я карточками товара */
.porod-3-swiper {
  padding: 15px;
  margin: 0 -15px;
}

/* Баннер в блоке с карточками товаров */
.prod-banner {
  display: flex;
  flex-direction: column;
  background: #f5f5f7;
  color: #000;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 40px 0;
  cursor: pointer;
  overflow: hidden;
}

.prod-banner * {
  cursor: pointer;
}

.prod-banner-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.prod-banner-text {
  max-width: 340px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  opacity: 0.7;
  margin-bottom: 20px;
}

.prod-banner-img {
  align-self: flex-end;
  position: relative;
  padding-left: 80px;
  margin-bottom: -100px;
}

.prod-banner-img img {
  max-width: 480px;
  transform: translate(90px, 40px);
}

/* Круг с надписью на баннере */
.prod-banner-sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  background: linear-gradient(180deg, #50baf5 0%, #165ea4 100%);
  border-radius: 500px;
  transform: rotate(9.07deg);
  position: absolute;
  bottom: 120px;
  left: 0px;
}

.prod-banner-sticker p {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
}

.prod-banner-sticker p span {
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Блок "о нас" на главной */

.about-block {
  margin-bottom: 10px;
}

.about-block__body {
  border-radius: 16px;
  box-shadow: 0 0 12px #e3e3e3;
  padding: 50px 50px 40px;
  display: grid;
  grid-template-columns: 1fr 510px;
  gap: 75px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.about-block__body::before {
  content: "";
  width: 570px;
  height: 570px;
  background: var(--accent-gradient);
  position: absolute;
  border-radius: 40rem;
  top: 20px;
  left: 40px;
  z-index: -1;
}

.about-block__body .title {
  margin-bottom: 55px;
}

.about-block__img img {
  max-width: 100%;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-block__text {
  margin-bottom: 50px;
}

.about-block__text .title {
  font-size: 30px;
  margin-bottom: 8px;
}

.about-block__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.about-block__bullets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.about-block__btn {
  margin-top: 10px;
  color: var(--accent-color);
}

.about-block__btn-mobile {
  display: none;
}

#form-oplata-mini {
  margin: 0 0 80px 0;
}

#form-oplata-mini div {
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0;
}

#form-oplata-mini input,
#form-oplata-mini textarea {
  padding: 10px !important;
}

#oplata_mini_send {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 250px;
  gap: 8px;
  padding: 12px 18px !important;
  font-weight: 500;
  color: #fff;
  border: 1px solid var(--accent-color);
  box-shadow: 0px 4px 12px rgba(255, 150, 75, 0.47);
  border-radius: 20px;
  background: var(--accent-gradient);
  position: relative;
  transition: 0.3s ease;
  font-size: 17px;
  text-decoration: none !important;
}

#oplata_mini_send:hover {
  background: none;
  color: var(--accent-color);
}

.about-block__bullet {
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 100px;
  color: var(--accent-color);
}

.about-block__bullet p:first-of-type {
  font-size: 26px;
}

.about-block__bullet p+p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.166972px;
  color: #000;
}

.about-block__bullet span {
  font-size: 16px;
}

/* Блок "партнёры" */
.partners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.partners .title {
  margin-bottom: 40px;
}

.partners .title-purple {
  margin-bottom: 30px;
}

.partners .btn-more {
  padding: 0;
  margin-top: 30px;
  margin-right: -10px;
  float: right;
}

.partners-left {
  box-shadow: 0 0 12px #e3e3e3;
  border-radius: 16px;
  padding: 40px;
}

.partners-list {
  display: grid;
  align-self: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 50px;
}

.partners-list__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.partners-list__item img {
  transition: 300ms;
}

.partners-list__item img:hover {
  scale: 1.1;
}

.partners-list__item:nth-child(4),
.partners-list__item:nth-child(10) {
  margin-left: 20px;
}

.partners-list__item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.partners-banner {
  background: #f5f5f7;
  border-radius: 20px;
  padding: 50px;
  color: #000;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.partners-banner__text {
  flex-grow: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  opacity: 0.7;
  margin-bottom: 20px;
  max-width: 420px;
}

.partners-banner__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.partners-banner img {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.partners-banner .btn-more {
  margin-top: 0;
}

/* Круг с надписью на баннере */
.partners-sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  background: linear-gradient(180deg, #50baf5 0%, #165ea4 100%);
  border-radius: 500px;
  transform: rotate(9.07deg);
}

.partners-sticker p {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
}

.partners-sticker p span {
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Блок со слайдером отзывов */
.reviews-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px 20px;
  border-top: 1px dashed #cecece;
}

.reviews-header .title {
  font-size: 28px;
  text-transform: uppercase;
}

.reviews-wrapper {
  position: relative;
}

.reviews-swiper .swiper-wrapper {
  align-items: center;
}

.reviews-item {
  border: 0.5px solid #d9d9d9;
  border-radius: 20px;
  overflow: hidden;
}

.reviews-item img {
  width: 100%;
}

.reviews-swiper-button-next {
  background: url("../img/icon/swiper-right.svg");
  right: -30px;
}

.reviews-swiper-button-prev {
  background: url("../img/icon/swiper-left.svg");
  left: -30px;
}

.reviews-swiper-button-next.swiper-button-disabled,
.reviews-swiper-button-prev.swiper-button-disabled {
  background-image: url("../img/icon/swiper-disabled.svg");
}

.reviews-swiper-button-next.swiper-button-disabled {
  transform: rotate(180deg) translateY(50%);
}

.reviews-swiper-button-next,
.reviews-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 54px;
  height: 54px;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
  border-radius: 60px;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
}

/* табы */
.tab-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 20px;
  margin-bottom: 30px !important;
}

.tab-btn {
  border: none;
  background: transparent;
  padding: 12px 30px;
  border-radius: 100px;
  border: 1px solid var(--primary-color);

  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.tab-btn--act {
  background: var(--primary-gradient);
  color: #fff;
  border: 1px solid #115ba400;
  box-shadow: 0px 4px 12px rgba(116, 87, 164, 0.44);
}

.tab-content {
  display: none;
}

.tab-content.show {
  display: block;
  -webkit-animation: fadeInFromNone 0.5s ease-in-out;
  animation: fadeInFromNone 0.5s ease-in-out;
}

/* Блок с записями блога на главной */

.blog {
  margin-bottom: 30px;
}

.blog .mainbanner-body {
  cursor: auto;
}

.blog__items {
  padding: 0 0 50px 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: auto;
  width: 100%;
}

.blog__items .breadcrumbs .itemListElement:first-of-type a {
  background: url(../img/icon/breadcrumbs-home-white.svg) no-repeat 0% 50%;
}

.blog__items .breadcrumbs .itemListElement a:after {
  background: url(../img/icon/chevron-right-white.svg) no-repeat 50% 50%;
}

.blog__items .breadcrumbs .itemListElement:last-of-type a {
  color: #ffffff;

  opacity: 0.5;
}

.blog__items .mainbanner-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .catalog-main.list .prod-card-main {
    margin: 0;
  }

  .blog__items .mainbanner-title {
    font-size: 44px;
  }
}

.blog-block .tab-control {
  margin-bottom: 0 !important;
}

.blog-block-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px 20px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.blog-block-swiper {
  padding-top: 10px;
  margin-top: -10px;
}

.blog-block-swiper-second {
  padding-top: 10px;
  margin-top: -10px;
}

.blog-block-swiper-third {
  padding-top: 10px;
  margin-top: -10px;
}

.blog-block-swiper-four {
  padding-top: 10px;
  margin-top: -10px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  transition: 300ms;
}

.blog-card:hover {
  transform: translateY(-10px);
}

.blog-img {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.blog-info {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 18px;
  font-weight: 500;
}

.blog-views {
  padding-left: 32px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.blog-views:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/blog-views.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}

.blog-card-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.blog-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-card-bottom .blog-cta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-card-bottom .blog-cta-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}

.blog-read {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.blog-public {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
  display: flex;
  align-items: center;
}

.blog-public span {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  margin-right: 16px;
  position: relative;
}

.blog-public span::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 1px;
  background: #828282;
  top: 52%;
  right: -10px;
  transform: translate(0, -50%);
}

.blog-cat {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

.blog-name {
  flex-grow: 1;
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  color: #000000;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;

  margin-bottom: 25px;
}

.blog-btn {
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff964b;
  border-radius: 54px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
}

.blog-btn:hover {
  color: #fff;
  background: var(--accent-gradient);
}

/* Баннер внизу главной страницы */
.banner-3-body {
  background: #f5f5f7;
  border-radius: 20px;
  position: relative;
  height: auto;
  min-height: 320px;
  display: flex;
  align-items: stretch;
}

.banner-3-bg {
  overflow: hidden;
}

.banner-3-bg>img {
  position: absolute;
  right: -220px;
  top: 40px;
}

.banner-3-left {
  max-width: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0 50px 80px;
  color: #000;
}

.banner-3-title {
  font-weight: 1000;
  font-size: 36px;
  line-height: 120%;
  color: var(--accent-color);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.banner-3-subtitle {
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.banner-3-right {
  align-self: flex-end;
  position: relative;
  z-index: 2;
  padding: 0 110px;
  margin-left: auto;
}

.banner-3-right .banner-3-img {
  margin-top: -110px;
}

.banner-3-img {
  position: relative;
}

.banner-3-img img {
  /* max-width: 100%; */
  max-width: 318px;
  width: 100%;
}

.banner-3-img .mob {
  display: none;
}

/* Круг с надписью на баннере */
.banner-3-sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  background: linear-gradient(180deg, #50baf5 0%, #165ea4 100%);
  border-radius: 500px;
  transform: rotate(9.07deg);
  position: absolute;
  bottom: 40px;
  left: 0px;
}

.banner-3-sticker p {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
}

.banner-3-sticker p span {
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Буллеты на баннере */
.banner-3-bullet {
  position: absolute;
  padding: 4px 12px 4px 38px;
  background: var(--accent-gradient);
  font-weight: 700;
  color: #fff;
  border-radius: 20px;
}

/* Положение буллетов на баннере */
.banner-3-bullet.bullet-1 {
  left: -145px;
  bottom: 210px;
}

.banner-3-bullet.bullet-2 {
  left: -100px;
  bottom: 130px;
}

.banner-3-bullet.bullet-3 {
  left: -60px;
  bottom: 50px;
}

.banner-3-bullet p:first-of-type {
  font-weight: 900;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #4626c7 0%, #733cb9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.banner-3-bullet p+p {
  font-size: 10px;
  line-height: 12px;
  color: #605f5f;
}

.banner-3-bullet__inner {
  position: relative;
}

/* Иконка плюса на буллетах на баннере */
.banner-3-bullet__inner:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon/icon_plus.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
}

/* Пунктирные линии у буллета №1 на баннере */
.bullet-1 .banner-3-bullet__inner:after {
  content: url(../img/banners/bullet-1-line.svg);
  display: block;
  position: absolute;
  right: calc(100% + 28px);
  top: -8px;
}

/* Пунктирные линии у буллета №2 на баннере */
.bullet-2 .banner-3-bullet__inner:after {
  content: url(../img/banners/bullet-2-line.svg);
  display: block;
  position: absolute;
  right: calc(100% + 28px);
  top: -8px;
}

/* Пунктирные линии у буллета №3 на баннере */
.bullet-3 .banner-3-bullet__inner:after {
  content: url(../img/banners/bullet-3-line.svg);
  display: block;
  position: absolute;
  right: calc(100% + 28px);
  top: -25px;
}

.banner-3-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  color: #000;
}

.banner-3-form-fields {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 14px;
  justify-content: space-between;
}

.banner-3-form .banner-3-form-privacy {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* .banner-3-form input[type="tel"] {
	max-width: 170px;
} */

.banner-3-form input[type="tel"],
.banner-3-form input[type="text"] {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  padding: 14px 20px;
  background: initial;
  border: 1px solid #a0a0a0;
  border-radius: 80px;
  outline: none;
}

.banner-3-form input[type="tel"]::placeholder,
.banner-3-form input[type="text"]::placeholder {
  color: #000000;
}

.banner-3-form-fields .custom-checkbox>span {
  font-size: 14px;
  color: #838383;
  text-decoration: underline;
  max-width: 240px;
}

.banner-3-form-fields .custom-checkbox>span::before {
  top: 50%;
  transform: translateY(-50%);
}

.banner-3-form-fields .custom-checkbox>span::after {
  top: 50%;
  transform: scale(0) translateY(-50%);
}

.banner-3-form-fields .custom-checkbox>input:checked+span::after {
  top: 50%;
  transform: scale(1) translateY(-50%);
}

.banner-3-form-submit {
  display: flex;
  align-items: center;
  height: max-content;
  justify-content: center;
  padding: 18px 24px;
  background: var(--primary-gradient);
  border: none;
  color: #fff;
  border-radius: 80px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease-in;
  white-space: normal;
}

.banner-3-form-submit:hover,
.banner-3-form-submit:focus {
  background: var(--accent-color);
  color: #fff;
}

/* Футер */
#footer {
  background: #fff;
  box-shadow: 0px -5px 50px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
}

.footer-top,
.footer-middle {
  display: grid;
  gap: 20px;
}

.footer-top {
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 25px;
}

@media screen and (max-width: 1385px) {
  .banner-3-left {
    max-width: 54%;
  }

  .banner-3-right {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1300px) {
  .banner-3-left {
    max-width: 58%;
  }
}

@media screen and (max-width: 1200px) {
  .footer-top {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 45px;
  }
}

.footer-top .header-mid__metrotel>a {
  color: var(--primary-color-light);
}

/* метро и номер в столбик */
#footer .header-mid__metrotel {
  align-items: flex-start;
}

.footer-middle {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}

.footer-menu-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 12px;
}

.footer-menu a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  opacity: 0.7;
  margin-bottom: 12px;
  transition: 0.3s;
  text-decoration: none !important;
}

.accordion.accordion-footer-menu {
  font-size: 20px;
  margin-top: 0;
  padding: 2px 0 9px 0;
}

/*.footer-menu .submenu {*/
/*  height: auto;*/
/*}*/

.footer-menu a:hover {
  opacity: 1;
  color: var(--primary-color-light);
}

#footer .menubox-soc {
  margin: 0;
}

#footer .menubox-soc a {
  display: flex;
  opacity: 1;
}

#footer .menubox-soc a:hover>span {
  color: var(--primary-color-light);
}

#footer .menubox-soc a:hover>img {
  opacity: 0.7;
}

@media (max-width: 767px){
  #footer .menubox-soc ul {
    display:flex;
    gap: 10px;
  }

  #footer .menubox-soc a span {
    display:none;
  }

  #footer .menubox-soc a img {
    height: 50px;
  }
  
  .footer-marketplaces-icon {
	  text-align: center;
  }
  
  .menubox-soc  li {
	  margin: 0 auto 12px auto;
  }
  /*
  #footer .menubox-soc .footer-marketplaces-icon ul, #footer .menubox-soc .footer-marketplaces-icon a {
	  display: block;
  }
  */
  
  
}


.footer-ur {
  max-width: 65%;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.5;
  margin-bottom: 40px;
}

.footer-ur p+p {
  margin-top: 8px;
}

.footer-bottom {
  padding: 35px 0;
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.footer-bottom a {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  opacity: 0.5;
  transition: 0.3s;
  text-decoration: none !important;
}

.footer-bottom a:hover {
  opacity: 1;
}

/* breadcrumbs */

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 12px;
}

.breadcrumbs-np {
  padding-top: 0;
}

.breadcrumbs .itemListElement {
  display: block;
}

.breadcrumbs .itemListElement a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #1a1a1a;
  padding-right: 32px;
  opacity: 0.5;
}


.breadcrumbs .itemListElement:first-of-type a {
  background: url("https://obogrev.ru/local/templates/new/img/icon/breadcrumbs-home.svg") no-repeat 0% 50%;
  width: 48px;
  height: 16px;
  opacity: 1;
}

.breadcrumbs .itemListElement:last-of-type a {
  font-weight: 700;
  color: #1a1a1a;
  opacity: 0.5;
}

/*.blog .breadcrumbs .itemListElement a {*/
/*  color: #fff;*/
/*}*/

.blog .breadcrumbs {
  margin: 0 0 10px 10px;
}

.breadcrumbs .itemListElement a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("https://obogrev.ru/local/templates/new/img/icon/chevron-right.svg") no-repeat 50% 50%;
  position: absolute;
  right: 8px;
  top: 0;
}

.breadcrumbs .itemListElement:first-of-type a:after {
  opacity: 0.5;
}

.breadcrumbs .itemListElement:last-child {
  padding-left: 0;
}

.breadcrumbs .itemListElement:last-child a {
  padding-right: 0;
}

.breadcrumbs .itemListElement:last-child a:after {
  display: none;
}

@media (max-width: 767px) {
  .breadcrumbs {
    flex-wrap: nowrap;
    width: 100%;
    /* overflow: scroll; */
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    position: relative;
    z-index: 1;
  }

  .breadcrumbs .itemListElement {
    white-space: nowrap;
  }
}

/* Слайдер Категорий */
.category {
  position: relative;
}

.category-swiper {
  margin-bottom: 30px;
  padding: 0 70px;
}

.category-swiper .swiper-button-prev {
  background: url("../img/icon/swiper-left.svg");
  width: 54px;
  height: 54px;
  opacity: 1 !important;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 60px;
  box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
}

.category-item {
  display: flex;
  align-items: center;
  gap: 13px;
  height: 85px;
  width: 260px;
  border-radius: 20px;
  padding: 14px 15px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.category-item * {
  cursor: pointer;
}

.category-item__thumb {
  flex-shrink: 0;
  max-width: 64px;
  width: 100%;
  max-height: 64px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.category-item__thumb img {
  width: 100%;
  height: 100%;
}

.category-item:hover {
  border: 1px solid var(--accent-color);
}

.category-item {
  border: 1px solid #ccc;
}

.category-item:hover .category-item__name {
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.category .swiper-button-next.swiper-button-disabled {
  transform: rotate(180deg);
  background-image: url("../img/icon/swiper-disabled.svg");
}

.category .swiper-button-next {
  width: 54px;
  height: 54px;
  border-radius: 100px;
  box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
  background: url(../img/icon/swiper-right.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  right: 0px;
}

/* Страница каталога */
.catalog-cols {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 20px;
  margin-bottom: 180px;
}

/* Фильтры каталога */
.catalog-filters {
  padding-right: 25px;
  border-right: 1px dashed #d9d9d9;
}

/* Аккордеоны в фильтрах */
.accordion-mob {
  display: none;
}

.accordion {
  margin-top: 20px;
  padding: 12px 0;
  padding-right: 15px;
  display: block;
  cursor: pointer;
  border: none;
  border-bottom: 1px dashed #d9d9d9;
  text-align: left;
  outline: none;
  position: relative;
  transition: 0.5s;

  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
}

.submenu li {
  padding: 5px 0;
}

.accordion.active {
  font-weight: 800;
}

.accordion:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/icon/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.active:after {
  transform: rotate(-180deg) translateY(50%);
}

.filters-item:last-of-type .accordion svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  float: right;
}

.submenu {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
}

.submenu-body {
  padding: 15px 0;
}

.accordion.active+.submenu {
  height: auto;
}

.accordion-footer-menu.active+.submenu {
  height: auto;
}

  /* Фильтр цены */
.filters-item-price {
  display: flex;
  gap: 10px;
}

.filters-item-price input {
  flex-grow: 1;
  padding: 5px 10px !important;
  border-radius: 50px !important;
  outline: none;
}

/* Ползунок */
input[type="range"] {
  width: 100%;
  height: 3px;
  outline: none;
}

.slider-progress {
  -webkit-appearance: none;
  height: 2px;
  background: -webkit-linear-gradient(left,
      var(--primary-color) 0%,
      var(--primary-color) 30%,
      #d9d9d9 30%,
      #d9d9d9 100%);
}

.slider-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 100px;
  background-color: var(--primary-color);
  cursor: pointer;
}

/* Кастомный чекбокс в фильтре */
.checkbox-list {
  display: flex;
  flex-direction: column;
}

.checkbox-list a {
  display: block;
  margin: 4px 0;
  font-size: 14px;
  font-weight: normal;
}

.checkbox-list a:hover, .checkbox-list a:hover.active {
  color: #F47922;
}

.checkbox-list a.active {
  color:#4C3376;
  font-weight: 800;
}

.checkbox-list label {
  margin: 4px 0;
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  top: 3px;
  left: 0px;
}

.custom-checkbox>span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url("../img/icon/checkbox.svg");
  border-radius: 2px;
  position: absolute;
  top: 7px;
  left: 4px;
  transform: scale(0);
  transition: 0.3s;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::after {
  transform: scale(1);
}

/* Фильтр производителей */
.filters-proizvod {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 25px;
}

.submenu-body .all-har {
  font-size: 16px;
}

/* Кнопка сброса фильтров */
.filter-reboot {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 60px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  padding: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  transition: 0.3s ease-in;
}

.filter-reboot:hover {
  color: #fff;
  background: var(--accent-color-light);
}

.filter-reboot path {
  transition: 0.3s ease-in;
}

.filter-reboot:hover path {
  fill: #fff;
}

.catalog .category-plate-title {
  line-height: 100%;
}

@media screen and (max-width: 1200px) {
  .catalog {
    /*margin-bottom: 100px;*/
    margin-bottom: 20px;
  }
}

/* шапка списка товаров в каталоге */
.catalog-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 30px;
  margin-bottom: 30px;
}

.catalog-select {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.catalog-select-title {
  min-width: max-content;
}

.catalog-select-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-select-item {
  font-size: 12px;
  font-weight: 700;
  width: max-content;
  padding: 2px 12px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
}

.catalog-select-item:hover {
  background-color: #d9d9d9;
}

.catalog-select-item.active {
  background-color: #d9d9d9;
}

.catalog-header-often {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
}

.catalog-header-often__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
}

.catalog-header-often__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.catalog-header-often__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid var(--accent-color);
  border-radius: 100px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #605f5f;
  cursor: pointer;
}

.catalog-header-often__list-item span {
  opacity: 0.5;
}

.catalog-header-often__list-item.active {
  background: var(--accent-gradient);
  color: #fff;
}

.catalog-header-often__list-item:hover {
  background: var(--accent-gradient);
  color: #fff;
}

.catalog-header-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 999;
}

.catalog-header-filter .jq-selectbox {
  flex-grow: 1;
}

.tamplate-view {
  display: flex;
  align-items: center;
}

.btn-tv {
  cursor: pointer;
  transition: 0.2s;
}

.btn-tv.active {
  border: 1px solid #9a9a9a;
}

.tamplate-view__list {
  display: block;
  width: 42px;
  height: 38px;
  border: 1px solid #d9d9d9;
  background: url(../img/icon/tamplate-view__list.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px 0px 0px 10px;

}

.tamplate-view__grid {
  display: block;
  width: 42px;
  height: 38px;
  border: 1px solid #d9d9d9;
  background: url(../img/icon/tamplate-view__grid.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0px 10px 10px 0px;
}

.collection-catalog-title-grid .jq-selectbox {
  min-width: 260px !important;
}

.jq-selectbox__select-text {
  width: 100% !important;
}

/* Сетка товаров в каталоге */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 14px;
}

/* 26.01 new*/
/* Сетка при отображении в строку */
.catalog-main.list .catalog-grid {
  grid-template-columns: 1fr !important;
  display: grid !important;
}

.catalog-main.list .catalog-grid .prod-card {
  max-width: 100% !important;
  width: 100% !important;
}

.catalog-main.list .catalog-grid .prod-card .tab-harakter-list li:nth-of-type(n+4) {
  display: none;
}

.prod-card-bottom .prod-card-title,
.prod-card-bottom .dop_span,
.prod-card-bottom .dop_span_green {
  display: none;
}

.catalog-main.list .catalog-grid .prod-card .prod-card-main .dop_span,
.catalog-main.list .catalog-grid .prod-card .prod-card-main .dop_span_green {
  display: none;
}

.catalog-main .catalog-grid .prod-card .prod-card-bottom .dop_span,
.catalog-main .catalog-grid .prod-card .prod-card-bottom .dop_span_green {
  display: none;
}

.catalog-main.list .catalog-grid .prod-card .prod-card-bottom .dop_span,
.catalog-main.list .catalog-grid .prod-card .prod-card-bottom .dop_span_green {
  display: block;
  width: 100%;
}

.catalog-main.list .catalog-grid .prod-card .prod-card-main .tab-harakter-list .tab-harakter-text {
  margin-right: 5px;
}

.catalog-main.list .catalog-grid .prod-card .prod-card-main .tab-harakter-list {
  max-width: 100%;
}

.catalog-main .catalog-grid .prod-card .prod-card-bottom .prod-card-title {
  display: none;
}

@media (max-width: 1200px) {

  .catalog-main.list .catalog-grid .prod-card .prod-card-main .dop_span,
  .catalog-main.list .catalog-grid .prod-card .prod-card-main .dop_span_green {
    display: block;
    order: 2;
  }

  .catalog-main .catalog-grid .prod-card .prod-card-bottom .dop_span,
  .catalog-main .catalog-grid .prod-card .prod-card-bottom .dop_span_green {
    display: none;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .dop_span,
  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .dop_span_green {
    display: none;
  }


  .catalog-main.list .catalog-grid .prod-card {
    display: grid;
    grid-template-columns: 220px auto;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom {
    grid-column: 1 / 3;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-price {
    justify-content: flex-start;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-test {
    margin-left: 5px;
    margin-right: auto;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-price__new {
    font-size: 24px;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-price__old {
    font-size: 16px;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-bottom__btns {
    flex-wrap: nowrap;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-price-title {
    display: none;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-price__econom {
    display: none;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-price {
    flex-direction: row;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom__btns {
    padding-top: 0;
  }
}

@media (max-width: 650px) {
  .catalog-main.list .catalog-grid .prod-card {
    padding: 10px;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-main .dop_span,
  .catalog-main.list .catalog-grid .prod-card .prod-card-main .dop_span_green {
    display: none;
  }

  .catalog-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .catalog-header-often {
    overflow-x: auto;
    width: 100%;
  }

  /* Ширина скроллбара */
  .catalog-header-often::-webkit-scrollbar {
    display: none;
  }

  /* цвест скроллбара */
  .catalog-header-often::-webkit-scrollbar-track {
    display: none;
  }

  /* Цвет бегунка скроллбара */
  .catalog-header-often::-webkit-scrollbar-thumb {
    display: none;
  }

  /* Настройка скроллбара для firefox */
  .catalog-header-often {
    scrollbar-width: thin;
    scrollbar-color: #62a15100 #e5e7eb00;
  }


  .catalog-header-often__list {
    flex-wrap: nowrap;
    gap: 5px;
    width: max-content;
  }
}


@media (max-width: 640px) {
  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-title {
    display: -webkit-box;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom {
    grid-column: 2/3;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-price {
    margin-bottom: auto;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-bottom__btns {
    flex-wrap: wrap;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-bottom__btns .prod-card-cartbtn {
    width: 100% !important;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-main {
    display: none;
  }

  .catalog-main.list .catalog-grid .prod-card {
    grid-template-columns: 50% 50%;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-test {
    /* margin: 0 auto 10px; */
    margin: 0 0 10px;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-price__new {
    font-size: 20px;
  }

  .catalog-main.list .catalog-grid .prod-card .prod-card-bottom .prod-card-price__old {
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  .catalog-main.list .catalog-grid .prod-card {
    grid-template-columns: repeat(2, calc(50% - 7px));
  }
}

/* Кнопка "Показать еще" внизу каталога */
.catalog-grid-bottom__more {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  background-color: #f5f5f7;
  border-radius: 100px;

  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  transition: 0.3s;
}

.catalog-grid-bottom__more:hover {
  background: var(--accent-color-light);
  color: #fff;
}

/* счетчик страниц внизу каталога */
.catalog-grid-counter {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.catalog-grid-counter__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.catalog-grid-counter-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  transition: 0.3s;
}

.catalog-grid-counter-number:hover {
  color: #115ba4;
}

.catalog-grid-counter-number.active {
  /*background: #f5f5f7;*/
  background: var(--accent-color);
  color:#fff;
}

.catalog-grid-counter-number.disable {
  pointer-events: none;
  cursor: default;
}

.catalog-grid-counter-next {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: url(../img/icon/catalog-grid-counter-next.svg) no-repeat 50% 50%;
  background-size: contain;
}

/* Страница карточки товара */
.card-inner {
  margin-top: 0;
  display: grid;
  grid-template-columns: 460px auto 400px;
  gap: 30px 40px;
}

.character-btn {
  display: none !important;
}

/* Первая колонка карточки товара с слайдерами и шапкой */
.card-col-thumbs-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}

.card-col-thumbs-art {
  color: #605f5f;
  font-size: 15px;
}

.card-col-thumbs-header .review-star {
  width: 14px;
  height: 14px;
}

.card-col-thumbs-header .prod-card-reviews__sep {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #a0a0a0;
}

.card-col-thumbs-header {
  color: #605f5f;
  min-height: 15px;
}

/* Картинки карточки товара на странице карточки товара */
.thumbs-wrapper {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 15px;
}

.card-inner-thumb {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 20px;

  order: 2;
}

.card-inner-thumb img {
  object-fit: contain;
}

.card-inner-thumb .swiper-slide,
.card-inner-thumb {
  position: relative;
  height: 400px;
}

.card-thums {
  height: 360px;
  padding-bottom: 10px;

  order: 1;
}

.card-thums .swiper-slide {
  position: relative;
  width: 90px;
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  overflow: hidden;
  transition: border 0.3s;
}

.card-thums .swiper-slide img {
  padding: 10px;
}

.card-thums .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #115ba4;
}

/* Кнопки управления слайдером карточки товара */
.card-thums-nav {
  display: flex;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.card-button-prev,
.card-button-next {
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.card-button-prev {
  background: url(../img/icon/card-button-prev.svg) no-repeat 50% 50%;
  border-right: 0.5px solid #d9d9d9;
}

.card-button-next {
  background: url(../img/icon/card-button-next.svg) no-repeat 50% 50%;
  border-left: 0.5px solid #d9d9d9;
}

/* Вторая колонка карточки товара с описанием */
.card-col-descrip {
  margin-top: 43px;
}

.card-col-descrip__list li {
  margin-bottom: 6px;
}

.card-col-descrip__list-value {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.card-col-descrip__har {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.card-col-descrip__har-title {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 13px;
}

.card-col-descrip__har-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-bottom: 50px;
}

.card-col-descrip__har-list .card-col-descrip__har-title {
  margin-bottom: 0;
}

form.card-col-descrip__har-list {
  gap: 8px;
  flex-direction: column;
  align-items: start;
}

.card-col-descrip__har-list .checkbox input {
  display: none;
}

.card-col-descrip__har-list .checkbox {
  padding-left: 28px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.card-col-descrip__har-list .checkbox::after,
.card-col-descrip__har-list .checkbox::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.card-col-descrip__har-list .checkbox::before {
  background-color: #fff;
  border: 1.5px solid #c2c2c3;
}

.card-col-descrip__har-list .checkbox::after {
  background: url("../img/icon/checked.svg") no-repeat center;
  background-color: var(--primary-color);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.card-col-descrip__har-list .checkbox.active {
  color: var(--primary-color);
  font-weight: 700;
}

.card-col-descrip__har-list .checkbox.active::after {
  opacity: 1;
  transform: translateY(-50%);
}

.descr-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: max-content;
  padding: 14px 24px;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  position: relative;
}

.descr-btn:hover {
  border-color: var(--primary-color);
}

.descr-btn:hover .all-har::after {
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.descr-btn:hover .all-har::before {
  content: "";
  position: absolute;
  right: -2px;
}

.all-har {
  display: block;
  max-width: max-content;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-color);
}

.all-har::after {
  content: "";
  width: 0;
  transition: 0.3s ease-in;
}

.all-har:hover::after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.all-har:before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/icon/chevron-right-blue.svg) no-repeat 50% 50%;
  position: absolute;
  top: calc(50% - 5px);
  right: 2px;
  transition: 0.3s;
}

/* new */
.card-col-main__bottom-dost .all-har::before,
.card-col-main__bottom-manufac .all-har::before,
.card-col-main__bottom-pvz .all-har::before {
  display: none;
}


.card-col-main__bottom-pvz .opisan-btn::before {
  bottom: -1px;
}

.all-har:hover:before {
  right: -3px;
}

/* для элемента input c type="radio" */
.custom-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio>span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  border-radius: 40px;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}

/* для элемента при наведении */
.custom-radio>span:hover {
  border: 1px solid var(--accent-color);
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio>input:checked+span {
  border: 1px solid var(--accent-color);
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio>input:disabled+span {
  background-color: #323740;
  color: #919191;
  border: 1px solid #919191;
  cursor: not-allowed;
}

/* Третяя колонка в карточке товара */

/* Шапка колонки */
.card-col-main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.card-col-main-header .card-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-weight: 400;
}

.card-col-main-header .card-item.sale {
  font-weight: 500;
  color: var(--primary-color);
}

/* Основной блок колонки */
.card-col-main-body {
  padding-left: 50px;
  border-left: 1px dashed #d9d9d9;
}

.card-col-main-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}

/* цена в карточке */
.card-col-main .prod-card-price__new {
  font-size: 28px;
  line-height: 35px;
}

.card-col-main .prod-card-price__old {
  font-size: 14px;
  line-height: 20px;
}

/* Кнопка Получить КП */
.getkp {
  display: block;
  max-width: 170px;
  height: max-content;
  position: relative;
  padding: 8px 14px 8px 24px;
  border-radius: 12px;
  border: 1px solid #115ba4;
}

.getkp-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 4px;
}

.getkp-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.getkp * {
  cursor: pointer;
}

.getkp::before {
  content: "";
  width: 24px;
  height: 21px;
  background: url("../img/icon/cart.svg") no-repeat center;
  position: absolute;
  top: -7px;
  left: -7px;
}

/* Плашка "купить оптом" */
.opt-block {
  background: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 16px;
  padding: 12px 15px 12px 55px;
  position: relative;
  margin-bottom: 30px;
}

.opt-block .all-har {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  color: #000;
  margin-bottom: 8px;
}

.opt-block .all-har:hover::after {
  width: 100%;
  color: #000;
  bottom: -2px;
}

.opt-block .all-har::before {
  display: none;
}

.opt-block:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/opt.svg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 18px;
  left: 20px;
}

.opt-block p:first-of-type {
  margin-bottom: 5px;
}

.opt-block p {
  font-weight: 400;
  font-size: 14px;
}

/* Группа кнопок (+ - в корзину, купить в один клик) */
.card-col-main__btns {
  display: flex;
  align-items: stretch;
  gap: 15px;
  margin-bottom: 20px;
}

/* счётчик */
.card-col-main__btns .prod-card-count {
  flex-grow: 0;
  /*justify-content: space-between;*/
  /*gap: 15px;*/
}

.card-col-main__btns .buttonCountPlus,
.card-col-main__btns .buttonCountMinus {
  height: auto;
}

/* Кнопка "в корзину" */
.card-col-cartbtn {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px;
  border: 1px solid #115ba400;
  background: var(--primary-gradient);
  border-radius: 100px;
}

.card-col-cartbtn span {
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}

.card-col-cartbtn:hover {
  border: 1px solid var(--primary-color);
  background: none;
}

.card-col-cartbtn:hover path {
  fill: var(--primary-color);
}

.card-col-cartbtn:hover span {
  color: var(--primary-color);
}

/* Кнопка "Заказать в один клик" */
.btn-zakaz {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: 35px;
}

.btn-zakaz:hover {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}

.card-special {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-special span {
  color: var(--accent-color);
}

/* Список под чертой внизу третей колонки карточки товара */
.card-col-main__bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #c2c2c3;
}

.card-col-main__bottom .all-har {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
}

.card-col-main__bottom .all-har::after {
  background-color: var(--primary-color);
}

/* Доставка по всей России */
.card-col-main__bottom-dost {
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
}

.card-col-main__bottom-dost:before {
  content: "";
  display: block;
  width: 22px;
  height: 30px;
  background: url(../img/icon/icon_map.svg) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.card-col-main__bottom-utp {
  position: relative;
  padding-left: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.card-col-main__bottom-utp p {
  color: #f47922;
}

.card-col-main__bottom-utp span {
  color: #000;
}

.card-col-main__bottom-utp:before {
  content: "";
  display: block;
  width: 22px;
  height: 30px;
  background: url("../img/utp.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.card-col-main__bottom-dost p {
  font-weight: 500;
  font-size: 16px;
}

/* .card-col-main__bottom-dost a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icon/chevron-right.svg) no-repeat 50% 50%;
  background-size: contain !important;
  position: absolute;
  top: 4px;
  right: 0;
  transition: 0.3s;
} */

.card-col-main__bottom-dost a:hover::before {
  right: -5px;
}

/* Информация о производителе */
.card-col-main__bottom-manufac {
  position: relative;
  padding-left: 36px;
  /* margin-bottom: 12px; */
}

.card-col-main__bottom-manufac span {
  color: var(--primary-color);
}

.card-col-main__bottom-manufac:before {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background: url(../img/icon/icon_box.svg) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.card-col-main__bottom-manufac a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

/* Табы на странице товара */
.card-tabs {
  margin-bottom: 50px;
  margin-top: 30px;
}

.card-tabs .title {
  text-transform: none;
}

.card-tabs-swiper {
  padding-left: max(30px, calc((100vw - 1355px) / 2));
  padding-right: 15px;
  padding-bottom: 40px;
}

.card-tabs-swiper .swiper-wrapper {
  align-items: stretch;
}

.card-tabs-swiper .swiper-slide {
  max-width: max-content;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-wrapper.tab-control {
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 !important;
}

.card-tabs-swiper .swiper-slide,
.prod__tab {
  background: transparent;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid var(--primary-color);
  font-weight: 900;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  cursor: pointer;
}

.card-tabs-swiper .swiper-slide:hover {
  color: var(--primary-color);
}

.prod__tab.active:hover {
  color: #fff;
}

.prod__tab.active {
  color: #fff;
  background: var(--primary-gradient);
  border: 1px solid #ffffff;
}

.prod__box {
  display: none;
  position: absolute;
  z-index: -100;
  opacity: 0;
}

.prod__box.active {
  display: block;
  position: relative;
  z-index: 2;
  opacity: 1;
}

.prod__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

/* Таб с описанием на странице товара */
.tab-opisan {
  /*display: grid;
	grid-template-columns: .6fr;
	gap: 60px;*/
}

.tab-opisan iframe {
  max-width: 100%;
  max-height: 450px;
}

.tab-opisan-text,
.tab-opisan-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 12px;
  order: 1;
}

.tab-opisan-text ul {
  margin: 20px 0;
  padding-left: 25px;
}

.tab-opisan-text ul li {
  list-style: disc !important;
}

.tab-opisan-table {
  padding: 17px 25px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px #e3e3e3;
  height: max-content;
}

.tab-opisan-table__title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 18px;
}

.tab-opisan-table__manufac {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.tab-opisan-table__manufac-logo {
  display: block;
}

.tab-opisan-table__manufac-logo img {
  max-width: 100%;
  max-height: 56px;
}

.tab-opisan-table__manufac-descrip {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 14px;
}

.tab-opisan-table__komplect {
  display: flex;
  gap: 50px;
}

.tab-opisan-table__komplect .tav-opsian-list>p {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 10px;
}

.tab-opisan-table__komplect .tav-opsian-list li {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}

.tab-opisan-table__docs {
  margin-top: 36px;
  border-top: 1px dashed #c2c2c3;
  padding-top: 25px;
}

.tab-opisan-table__docs>p {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 20px;
}

.tab-opisan-table__docs li {
  margin-bottom: 15px;
}

.download-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
}

.download-link:hover path {
  fill: var(--accent-color);
}

/* Таб с характеристиками на странице товара */
.tab-harakter {
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: stretch;
  gap: 100px;
}

.tab-harakter-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.tab-harakter-col>p {
  font-weight: 700;
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 13px;
}

/* Характеристика товара */

.tab-harakter-list {
  width: 100%;
}

.tab-harakter-col .tab-harakter-list li {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px dashed #cecece;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab-harakter-list li span {
  background-color: #fff;
  margin: 0;
}

.tab-harakter-list .tab-harakter-text,
.tab-harakter-list .tab-harakter-value {
  bottom: 0;
  /*display: block;*/
  padding: 5px 0;
}

.tab-harakter-list .tab-harakter-text {
  position: relative;
  margin-right: 7em;
  padding-right: 2px;
  font-size: 14px;
}

.tab-harakter-list .tab-harakter-value {
  font-weight: 400;
  font-size: 14px;
  text-align: right;
}

.prod-card-main .tab-harakter-list {
  position: relative;
  max-width: 70%;
}

.prod-card-main .tab-harakter-list li {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px dashed #cecece;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.js-clisting-cItem.is-hidden {
  display: none !important;
}

.catalog-main .prod-card-main .tab-harakter-list,
.swiper .prod-card-main .tab-harakter-list,
.collection-page .prod-card-main .tab-harakter-list,
.search-pagee .prod-card-main .tab-harakter-list {
  display: none;
}

.catalog-main.list .prod-card-main .tab-harakter-list {
  display: block;
}

.tab-harakter-col li {
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

/* Таб с отзывами на странице товара */
.tab-otzivi {
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
}

/* Страница заказа */
.order-page {
  padding-top: 34px;
}

.back-to-card {
  display: block;
  max-width: max-content;
  padding-left: 20px;
  font-weight: 700;
  font-size: 14px;
  color: #165ea4;
  background: url(../img/icon/chevron-left-blue.svg) no-repeat 0% 50%;
  margin-bottom: 12px;
}

.order-cols {
  display: grid;
  grid-template-columns: 1fr 415px;
  gap: 35px;
}

.order-cols-item+.order-cols-item {
  padding-top: 40px;
  border-top: 1px dashed #d9d9d9;
  margin-top: 40px;
}

.order-title {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 8px;
}

.order-subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #605f5f;
  margin-bottom: 30px;
}

/* Выбор города */
.order-cities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
}

/* Поиск в заказе */
.order-search__wrapper {
  display: flex;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.order-search-button {
  background: none;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  border: none;
  outline: none;
}

.order-search-input {
  flex-grow: 1;
  padding: 10px 20px 10px 0 !important;
  height: 40px;
  border: none !important;
  border-radius: 0 40px 40px 0 !important;
  outline: none;
}

/* Выбор с пояснением снизу */
.choose-info>p,
.choose-info-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.choose-info__top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* Обнуление стилей от табов */
.choose-info__item {
  height: 100%;
}

.choose-info__item * {
  cursor: pointer;
}

.choose-info__item.tab-btn {
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
}

.choose-info__item.tab-btn--act {
  background: none;
  border: none;
}

/* Обнуление стилей от кастом радио */
.choose-info__item.custom-radio>span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  height: 100%;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #fff;
  background: #fff;
  color: inherit;
  box-shadow: 0 0 10px #e3e3e3;
}

.choose-info__item.custom-radio>input:checked+span {
  color: inherit;
  background: #fff;
  border: 1px solid #115ba4;
}

/* Карточка способа доставки */
.choose-info__item .tab-btn {
  position: relative;
  display: flex;
  flex-direction: column;
}

.choose-info__item .tab-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.choose-info__item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.choose-info__item-header img {
  width: 32px;
}

.choose-info__item-header p {
  font-weight: 800;
  font-size: 16px;
}

.choose-info__item.custom-radio>input:checked+span.choose-info__item-header p {
  color: #165ea4;
}

.choose-info__item-text {
  flex-grow: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #525252;
  margin-bottom: 15px;
}

.choose-info__item .plashka {
  align-self: flex-end;
  font-size: 12px;
  padding: 8px 12px;
}

.choose-info__item-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}

/* Плашка с описанием выбора */
.choose-info__descrip.show {
  display: flex;
}

.choose-info__descrip {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 10px #e3e3e3;
  padding: 25px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.choose-info__descrip-title {
  padding-left: 26px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
}

.choose-info__descrip-title:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon/icon_check-orange.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
}

.choose-info__descrip-text {
  font-weight: 400;
  font-size: 14px;
}

.choose-info__descrip-text-gray {
  font-weight: 400;
  font-size: 14px;
  color: #605f5f;
}

.choose-info__descrip-col-2 p {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #bdbdbd;
  white-space: nowrap;
}

/* Форма с данными покупателя на странице заказа */
.order-radios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 15px;
}

/* для элемента input c type="radio" */
.custom-radios>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radios */
.custom-radios>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radios>span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radios>input:checked+span::before {
  border-color: #115ba4;
  background-color: #115ba4;
  background-image: url(../img/icon/custom-radios.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}

/* Форма ниже */
.order-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.order-data-item>p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #d9d9d9;
  margin-bottom: 5px;
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
  padding: 12px 10px;
  width: 100%;
  outline: none;
  transition: 0.3s;
  font-size: 14px;
}

input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border: 1px solid var(--accent-color);
}

textarea {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background: #fff;
  padding: 12px 10px;
  resize: none;
  width: 100%;
  height: 90px;
}

.order-data .textarea {
  grid-column: span 3;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* Таблица со списком выбранных товаров */
.product-list {
  width: 100%;
}

.product-list-row {
  border-bottom: 1px dashed #dadada;
}

.product-list td,
.product-list th {
  padding: 15px;
}

.product-list-thumb {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #dadada;
  border-radius: 8px;
  overflow: hidden;
}

.basket-item-image {
  width: 80px;
}

.product-list-name {
  flex-grow: 1;
}

.product-list-art {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #a0a0a0;
  margin-bottom: 6px;
}

.product-list-title {
  display: block;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
}

.product-list-counter {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #f5f5f7;
  height: 36px;
}

.product-list-counter .buttonCountMinus,
.product-list-counter .buttonCountNumber,
.product-list-counter .buttonCountPlus {
  grid-area: unset;
  height: 100%;
  border: 1px solid #f5f5f7;
}

.product-list .buttonCountMinus,
.product-list .buttonCountNumber,
.product-list .buttonCountPlus {
  width: 100%;
}

.product-list .buttonCountNumber {
  border: none;
}

.product-list-price {
  color: var(--accent-color);
  font-weight: 800;
  font-size: 16px;
  white-space: nowrap;
}

.product-list-cartbtn {
  width: 208px;
  margin: 0 25px;
}

.product-list-cartbtn .card-col-cartbtn {
  white-space: nowrap;
}

.product-list-delite {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
}

.del-btn {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon/icon_close.svg) no-repeat 50% 50%;
  background-size: contain;
}

.order-ur {
  position: sticky;
  top: 150px;
  padding-left: 25px;
  border-left: 1px dashed #d9d9d9;
  padding-bottom: 60px;
}

/* Таблица с информацией о заказе */
.order-ur-har {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 18px;
}

.order-ur-har td {
  padding: 5px;
}

.order-ur-har td:first-of-type {
  padding-left: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}

.order-ur-har td:last-of-type {
  padding-right: 0;
  text-align: right;
  font-weight: 800;
  font-size: 16px;
}

/* Промокод */
.order-ur-promo {
  margin-bottom: 30px;
}

.order-ur-promo>p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #605f5f;
  margin-bottom: 5px;
}

.order-ur-promo-input {
  position: relative;
}

.order-ur-promo-input__ok {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background: #ff671b;
  border-radius: 0px 50px 50px 0px;
  background-image: url(../img/icon/custom-radios.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}

.order-ur-promo input {
  padding: 10px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  outline: none;
}

/* Цена в заказе */
.order-ur-sum {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 45px;
}

.order-ur-sum__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}

.order-ur-sum__price {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

/* Кнопка оформления заказа */
.order-ur-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 100%;
  background: var(--accent-gradient);
  border-radius: 100px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
}

/* Серое описание под кнопкой */
.order-ur-descrip {
  padding-top: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #605f5f;
}

/* Заголовок страницы корзины */
.cart-page .title-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.cart-page .title-page span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #a0a0a0;
}

/* Заголовок страницы избранного */
.fav-page .title-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.fav-page .title-page span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #a0a0a0;
}

.fav-header {
  margin-bottom: 10px;
}

/* Страница Личного кабинета */
.lk-cols {
  display: grid;
  grid-template-columns: 214px 1fr;
  gap: 125px;
}

/* Баннер на странице Личного кабинета */
.lk-cols-main-banner {
  position: relative;
  background: linear-gradient(268.84deg, #4626c7 6.32%, #733cb9 95.59%);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.lk-cols-main-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/banners/lk-cols-main-banner.png) no-repeat 80% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.lk-cols-main-banner__left,
.lk-cols-main-banner__right {
  position: relative;
  z-index: 2;
}

.lk-cols-main-banner__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
}

.lk-cols-main-banner__title span {
  color: #ffe632;
}

.lk-cols-main-banner__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.lk-cols-main-banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50px;
  min-height: 50px;
  padding: 12px 60px;

  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}

.lk-cols .banner-ad {
  padding-top: 20px;
  padding-bottom: 50px;
}

.accordion-lk {
  display: block;
  width: 100%;
  cursor: pointer;
  background: none;
  border: none;
  text-align: left;
  padding: 15px 0 20px;
  border-top: 1px dashed #d9d9d9;
  outline: none;
  transition: 0.5s;
  cursor: default;

  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.lk-cols-menu ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.lk-cols-menu a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.lk-cols-menu a span {
  color: #115ba4;
}

/* Меню плиткой в личном кабинете */
.lk-platemenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.lk-platemenu-item {
  box-shadow: 0 0 12px #e3e3e3;
  padding: 30px 15px 30px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 200px;
}

.lk-platemenu-item:first-of-type {
  grid-column: span 2;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.lk-platemenu-item:first-of-type .lk-platemenu-main {
  padding: 30px 15px 30px;
}

.lk-platemenu-item:first-of-type .lk-platemenu-btn {
  align-self: center;
}

.lk-platemenu-main {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}

.lk-platemenu-title {
  flex-grow: 1;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
}

.lk-platemenu-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.lk-platemenu-btn {
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  min-height: 50px;
  max-height: max-content;
  background: linear-gradient(262.18deg, #50baf5 0%, #115ba4 99.58%), #374a8e;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 15px 30px;

  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fbfbfb;
  white-space: nowrap;
}

.lk-platemenu-btn:hover {
  color: #115ba4;
  border: 1px solid #115ba4;
  background: #fff;
}

.lk-platemenu-item:nth-of-type(2) {
  background: url(../img/banners/lk-platemenu-item-2.png) no-repeat 100% 50%;
}

.lk-platemenu-item:nth-of-type(3) {
  background: url(../img/banners/lk-platemenu-item-3.png) no-repeat 100% 50%;
}

/* Страница звувзов в личнгом кабинете */
/* аккордеон  */
.accordion-lk-order {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 15px 20px 15px 0;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  cursor: pointer;
  background: none;
  text-align: left;
  outline: none;
  transition: 0.5s;
}

.accordion-lk-order.active {}

.accordion-lk-order:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 5px);
  right: 2px;
  border-left: 1px solid #686868;
  border-bottom: 1px solid #686868;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.accordion-lk-order.active:after {
  transform: rotate(-225deg);
  top: calc(50% - 3px);
}

.panel-lk-order {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
}

.panel-lk-order .product-list {
  margin-bottom: 40px;
}

.accordion-lk-order__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
}

.accordion-lk-order.active .accordion-lk-order__title {
  font-size: 24px;
}

.accordion-lk-order__onway {
  padding: 8px 15px;
  background: linear-gradient(180deg, #4626c7 0%, #733cb9 100%), #d9d9d9;
  border-radius: 100px;

  font-weight: 800;
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
}

.accordion-lk-order__dostavlen {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  opacity: 0.5;
}

/* Страница сравнения */
.compare-table {
  width: 100%;
}

.compare-table table {
  /* width: 100%; */
  text-align: left;
  border-collapse: collapse;
}

.compare-swiper {
  padding: 15px 30px;
  margin: 0 -30px;
}

.compare-swiper .swiper-slide {
  width: max-content;
}

/* Кнопки управления сравнением */
.compare-nav {
  padding-right: 10px;
}

.compare-all {
  display: block;
  max-width: max-content;
  padding-right: 14px;
  font-weight: 800;
  font-size: 16px;
  color: #374a8e;
  background: url(../img/icon/chevron-right-blue.svg) no-repeat 100% 60%;
  background-size: 6px;
  transition: 0.3s;
  margin-bottom: 13px;
}

.compare-all:hover {
  padding-right: 17px;
}

.compare-differ {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
}

.compare-cleen {
  display: flex;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  padding: 14px 44px 14px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  background: url(../img/icon/icon_close.svg) no-repeat 96% 50%;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  transition: 0.3s;
}

.compare-cleen:hover {
  border: 1px solid #115ba4;
}

/* Карточка товара в таблице сравнения */
.compare-table .prod-card {
  margin: 0 7.5px 25px;
  width: 260px;
}

.compare-table .prod-card::before {
  display: block;
}

/* Разделительный заголовок в таблице сравнения */
.table-sep-title {
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
  padding: 15px 0;
  font-weight: 800;
  font-size: 16px;
}

.compare-table td {
  max-width: 275px;
  padding: 5px 10px;
  vertical-align: baseline;
}

.compare-table td:first-of-type {
  font-weight: 500;
  font-size: 16px;
}

.compare-table th {
  vertical-align: top;
}

.compare-table .table-sep:hover td {
  background-color: #fff;
}

.compare-table tbody tr:hover td {
  background-color: rgb(245, 245, 245);
}

/* Список комплектации в таблице сравнения */
.komplekt {
  padding-right: 15px;
}

.komplekt li {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}

/* Попап входа  */
.loginPopup-body {
  display: flex;
  width: 100%;
  min-height: 630px;
  align-items: stretch;
  border-radius: 20px;
}

.loginPopup-left {
  width: 440px;
  background: url(../img/decor/popup-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 65px 50px;
  color: #fff;
  border-radius: 20px 0 0 20px;
}

.loginPopup-body .title {
  margin-bottom: 8px;
}

.loginPopup-left-btn, .mobile-reg-btn {
  margin-top: 35px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px;
  background: #ffffff;
  border-radius: 100px;
  font-weight: 800;
  font-size: 18px;
}

.mobile-reg-btn {
  display: none;
}

.loginPopup-right {
  flex-grow: 1;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  padding: 65px 50px;
}

.loginPopup-right__body {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  max-width: 440px;
  margin: 0 auto;
}

.loginPopup-submit {
  margin-top: 35px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px;
  background: var(--accent-gradient);
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  border-radius: 100px;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  transition: 300ms;
  box-shadow: 0px 4px 12px rgba(255, 150, 75, 0.47);
}

.loginPopup-submit:hover {
  border: 1px solid var(--accent-color);
  background: #ffffff;
  color: var(--accent-color);
}

/* Форма в попапе */
.loginPopup-input>p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
}

/* Кастомный чекбокс в фильтре */
.checkboxgl-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-bottom: 14px;
}

/* для элемента input c type="checkbox" */
.custom-checkboxgl>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkboxgl>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkboxgl>span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  top: 3px;
  left: 0px;
}

.custom-checkboxgl>span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/icon/custom-radios.svg) no-repeat 50% 50%;
  position: absolute;
  top: 7px;
  left: 4px;
  transform: scale(0);
  transition: 0.2s;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkboxgl>input:checked+span::before {
  background: var(--accent-color);
  border: 1px solid #fff;
}

.custom-checkboxgl>input:checked+span::after {
  transform: scale(1);
}

.loginPopup-body input[type="tel"],
.loginPopup-body input[type="text"],
.loginPopup-body input[type="email"],
.loginPopup-body input[type="password"] {
  margin-bottom: 14px;
}

.loginPopup-input-flex {
  display: flex;
  gap: 10px;
}

.custom-checkboxgl.sogl span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1a1a1a82;
}

/* Попап входа */
#regPopup .custom-checkboxgl {
  display: block;
}

#regPopup .loginPopup-submit {
  margin-top: 150px;
}

/* Попап регистрации */
#authPopup .loginPopup-right__title .text {
  margin-bottom: 30px;
}

/* Страница аренды */

/* Первый блок-баннер с буллетами */
.bannerbulls-body {
  margin-top: 30px;
  border-radius: 24px;
  overflow: hidden;
  background-image: url(../img/banners/bannermain-1__bg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}

.bannerbulls-left {
  padding: 45px 0 60px 45px;
}

.bannerbulls-title {
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 60px;
}

.bannerbulls-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.bannerbulls-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bannerbulls__img {
  flex-shrink: 0;
  width: 54px;
}

.bannerbulls__img img {
  width: 100%;
}

.bannerbulls__text p:first-of-type {
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 2px;
}

.bannerbulls__text p+p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  opacity: 0.7;
}

.bannerbulls-right {
  display: flex;
  align-items: flex-end;
}

.bannerbulls-right img {
  max-width: 100%;
  min-width: 300px;
}

/* Блок с буллетами слева и текстом справа  */
.bullsntext {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.bullsntext-left {
  flex-grow: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 50px 0;
}

.bullsntext-left .about-block__bullets {
  justify-content: flex-end;
  max-width: 400px;
}

.bullsntext-right {
  max-width: 510px;
}

.bullsntext-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.bullsntext-title,
p.bullsntext-title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
}

/* Блок с 4я шагами аренды */
.rentsteps-body {
  border-radius: 16px;
  box-shadow: 0 0 60px #e3e3e3;
  padding: 55px 55px 0;
}

.rentsteps-body .title {
  margin-bottom: 35px;
}

.rentsteps-body .title span {
  background: linear-gradient(257.64deg, #50baf5 0.13%, #115ba4 91.98%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rentsteps-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.rentsteps-item {
  border: 1px dashed #d9d9d9;
  border-radius: 20px;
  padding: 20px 30px;
}

.rentsteps-num {
  font-weight: 900;
  font-size: 54px;
  line-height: 100%;
  background: linear-gradient(257.64deg, #50baf5 60%, #115ba4 100%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.rentsteps-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
}

.rentsteps-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  opacity: 0.7;
}

.rentsteps-text a {
  text-decoration: underline;
}

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

/* синяя форма обратной связи */
.blueform {
  padding: 25px 50px;
  background: linear-gradient(257.64deg, #50baf5 0.13%, #115ba4 91.98%), #ffffff;
  box-shadow: 0px 0px 40px rgba(160, 160, 160, 0.25);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 50px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  bottom: -30px;
}

.blueform-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
}

.blueform form {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blueform input[type="tel"],
.blueform input[type="text"] {
  color: #fff;
  padding: 18px 30px;
  background: initial;
  border: 1px solid #ffffff;
  border-radius: 80px;
  outline: none;
}

.blueform input[type="tel"]::placeholder,
.blueform input[type="text"]::placeholder {
  color: #fff;
}

/* Баннер "Нужна консультация?" */
.bannerconsult-body {
  background-color: #09427a;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 80px;
}

.bannerconsult-left {
  padding: 40px 0;
}

.bannerconsult-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.bannerconsult-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-bottom: 30px;
}

.bannerconsult-right {
  flex-grow: 1;
  position: relative;
  height: 100%;
  min-width: 322px;
}

.bannerconsult-sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  height: 322px;
  background: linear-gradient(180deg, #4626c7 0%, #733cb9 100%),
    linear-gradient(180deg, #50baf5 0%, #165ea4 100%);
  border-radius: 500px;
  transform: rotate(9.07deg);
  position: absolute;
  bottom: calc(50% - 161px);
  left: calc(50% - 161px);
}

.bannerconsult-sticker p {
  font-weight: 700;
  font-size: 23px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
}

.bannerconsult-sticker p span {
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Страница "Сервисный центр" */

/* Блок "Прайс-лист на основные виды услуг" */
.priceliscusl-body {
  border-radius: 16px;
  box-shadow: 0 0 60px #e3e3e3;
  padding: 70px 55px 0;
}

.priceliscusl-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  opacity: 0.7;
}

.priceliscusl-table-wrapper {
  overflow-x: auto;
}

.priceliscusl table {
  width: 100%;
  min-width: 560px;
  margin-top: 30px;
  border-collapse: collapse;
}

.priceliscusl th {
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  text-align: left;
  padding: 20px 20px 20px 0px;
  border-bottom: 1px dashed #838383;
}

.priceliscusl td {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  padding: 20px 20px 20px 0px;
  border-bottom: 1px dashed #838383;
}

/* Страница "О нас" */

/* Баннер с книжкой */
.utpbanner-body {
  background: url(../img/banners/bannerconsult_bg.png) no-repeat 50% 50%;
  background-size: cover !important;
  border-radius: 24px;
  overflow: hidden;
  padding: 95px 45px 50px;
  position: relative;
  color: #ffffff;
}

.utpbanner-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 60%;
}

.utpbanner-main {
  position: relative;
  z-index: 3;
  max-width: 510px;
}

.utpbanner-title {
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 15px;
  text-shadow: 0 0 20px #0d4d86;
}

.utpbanner-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  text-shadow: 0 0 20px #0d4d86;
}

.utpbanner-bottom {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 45px;
}

.utpbanner-description {
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
}

.utpbanner-plashka {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 40px;
  background: #ffffff;
  border-radius: 12px;
}

.utpbanner-plashka * {
  cursor: pointer;
}

.utpbanner-plashka img {
  width: 43px;
}

.utpbanner-plashka div p:first-of-type {
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #115ba4;
  margin-bottom: 5px;
}

.utpbanner-plashka:hover div p:first-of-type {
  text-decoration: none;
}

.utpbanner-plashka div p+p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

/* Страница "Диллеры" */
.dillers {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 50px;
  height: 500px;
}

.dillers-info {
  overflow-y: auto;
}

/* Ширина скроллбара */
.dillers-info::-webkit-scrollbar {
  width: 8px;
}

/* цвест скроллбара */
.dillers-info::-webkit-scrollbar-track {
  background-color: #e5e7eb;
  border-radius: 30px;
}

/* Цвет бегунка скроллбара */
.dillers-info::-webkit-scrollbar-thumb {
  background-color: #50baf5;
  border-radius: 30px;
  position: relative;
}

/* Настройка скроллбара для firefox */
.dillers-info {
  scrollbar-width: thin;
  scrollbar-color: #50baf5 #e5e7eb;
}

.dillers-list {
  padding-right: 70px;
}

.dillers-item {
  padding-bottom: 30px;
  border-bottom: 1px dashed #838383;
  margin-bottom: 30px;
}

.dillers-item__title {
  font-weight: 900;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 15px;
}

.dillers-item__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.dillers-item__group-name {
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 8px;
}

.dillers-item__group-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.dillers-map {
  border-radius: 24px;
  overflow: hidden;
}

/* Страница "Контакты" */
.contacts-tabs-swiper {
  padding-bottom: 30px;
}

.contacts-tabs-swiper .tab-btn {
  max-width: max-content;
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  cursor: pointer;
  position: relative;
}

.contacts-tabs-swiper .tab-btn.tab-btn--act {
  background: var(--primary-gradient);
  color: #fff;
  border: 1px solid #115ba400;
  box-shadow: 0px 4px 12px rgba(116, 87, 164, 0.44);
}

.contacts-tabs-swiper .tab-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

/* Содержимое таба контактов */
.contacts-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.contacts-row {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 12px;
}

.contacts-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contacts-row__title {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 7px;
}

.contacts-row__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}

.contacts-row__text {
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  color: #000000;
}

a.contacts-row__text {
  font-size: 19px;
}

.contacts-right {
  border-radius: 24px;
  overflow: hidden;
}

/* Страница "Акции" */
.akcii {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 11px;
}

.banner-big {
  grid-column: span 2;
  transition: 300ms;
}

.banner-big:hover {
  transform: translateY(-5px);
}

.banner-normal {
  grid-row: 2 / 4;
  position: relative;
  border-radius: 20px;
  transition: 300ms;
}

.banner-normal:hover {
  transform: translateY(-5px);
}

.banner-normal img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: -1;
  border-radius: 20px;
}

.banner-normal-block {
  padding: 66px 0 0 52px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .banner-normal-block {
    padding: 25px 20px 0;
    min-height: 180px;
  }
}

.banner-normal-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 330px;
  margin-bottom: 6px;
}

@media screen and (max-width: 980px) {
  .banner-normal-title {
    font-size: 24px;
    line-height: 30px;
    max-width: none;
  }
}

.banner-normal-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 253px;
  color: #000000;

  opacity: 0.7;
}

@media screen and (max-width: 980px) {
  .banner-normal-text {
    font-size: 14px;
    line-height: 16px;
    max-width: none;
  }
}

.banner-normal .mainbanner-sticker {
  top: 140px;
  left: auto;
  right: 95px;
  background: #6b4f99;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .banner-normal .mainbanner-sticker {
    top: 180px;
    right: 30px;
  }
}

@media screen and (max-width: 980px) {
  .banner-normal .mainbanner-sticker {
    width: 104px;
    height: 104px;
    top: 20px;
    left: auto;
    right: 20px;
  }

  .banner-normal .mainbanner-sticker p {
    font-size: 12px;
  }

  .banner-normal .mainbanner-sticker span {
    font-size: 30px;
  }
}

.banner-normal-title span {
  color: var(--accent-color);
}

.banner-normal-last {
  grid-row: 5 / 7;
  grid-column: 2 / 3;
}

@media screen and (max-width: 980px) {
  .banner-normal-last {
    grid-row: auto;
    grid-column: auto;
  }
}

.banner-normal-last .mainbanner-sticker {
  background: var(--accent-gradient);
}

.banner-normal-last .banner-normal-title span {
  color: #4c3376;
}

.banner-mini {
  position: relative;
  height: 100%;
  max-height: 160px;
  height: 160px;
  border-radius: 20px;
  overflow: hidden;
  transition: 300ms;
}

.banner-mini:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 980px) {
  .banner-mini {
    height: 111px;
  }
}

.banner-mini-block {
  padding: 32px 0 0 50px;
}

@media screen and (max-width: 980px) {
  .banner-mini-block {
    padding: 25px 20px 0;
  }
}

.banner-mini img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: -1;
  border-radius: 20px;
}

.banner-mini .mainbanner-sticker {
  width: 236px;
  height: 236px;
  bottom: -112px;
  left: auto;
  right: -91px;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: -1;
}

@media screen and (max-width: 980px) {
  .banner-mini .mainbanner-sticker {
    width: 140px;
    height: 140px;
    bottom: -50px;
    right: -20px;
  }
}

.banner-mini-purple .mainbanner-sticker {
  background: #4c3376;
}

.banner-mini .mainbanner-sticker p {
  font-size: 15px;
  line-height: 18px;
  margin-left: 35px;
  margin-top: 48px;
}

@media screen and (max-width: 980px) {
  .banner-mini .mainbanner-sticker p {
    font-size: 12px;
    margin-left: 30px;
    margin-top: 30px;
  }
}

.banner-mini .mainbanner-sticker span {
  font-size: 31px;
  line-height: 39px;
}

@media screen and (max-width: 980px) {
  .banner-mini .mainbanner-sticker span {
    font-size: 30px;
  }
}

.banner-mini-stock {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #fefefe;
  color: #000000;
  width: fit-content;
}

@media screen and (max-width: 980px) {
  .banner-mini-stock {
    font-size: 16px;
  }
}

.banner-mini-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 252px;
  color: #fefefe;
}

@media screen and (max-width: 980px) {
  .banner-mini-title {
    font-size: 22px;
    max-width: none;
  }
}

.stock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 18px;
}

@media screen and (max-width: 980px) {
  .stock {
    grid-template-columns: 1fr;
  }
}

/* Исправление больших баннеров на маленькие: */
.banner-min.mainbanner-body,
.banner-min.banner-3-body,
.banner-min.banner-2-body {
  flex-direction: column;
}

.banner-min .mainbanner-left,
.banner-min .banner-3-left,
.banner-min .banner-2-left {
  padding: 25px 20px 0;
  flex-grow: 1;
  justify-content: flex-start;
}

.banner-min .mainbanner-title,
.banner-min .banner-3-title,
.banner-min .banner-2-title {
  font-size: 24px;
}

.banner-min .mainbanner-subtitle,
.banner-min .banner-3-subtitle,
.banner-min .banner-2-subtitle {
  font-size: 14px;
  line-height: 16px;
}

.banner-min .btn-full-white {
  padding: 16px 24px;
}

.banner-min .btn-full-white span {
  font-size: 14px;
}

.banner-min .mainbanner-right,
.banner-min .banner-3-right,
.banner-min .banner-2-right {
  padding: 0;
  margin-left: 15px;
  align-self: flex-end;
}

.banner-min .mainbanner-img,
.banner-min .banner-3-img,
.banner-min .banner-2-img {
  padding: 0 0 0 120px;
}

.banner-min .mainbanner-img .desc,
.banner-min .banner-3-img .desc,
.banner-min .banner-2-img .desc {
  display: none;
}

.banner-min .mainbanner-img .mob,
.banner-min .banner-3-img .mob,
.banner-min .banner-2-img .mob {
  display: block;
}

.banner-min .mainbanner-sticker,
.banner-min .banner-3-sticker,
.banner-min .banner-2-sticker {
  width: 104px;
  height: 104px;
  bottom: 120px;
  left: auto;
  right: 20px;
}

.banner-min .mainbanner-sticker p,
.banner-min .banner-3-sticker p,
.banner-min .banner-2-sticker p {
  font-size: 12px;
}

.banner-min .mainbanner-sticker p span,
.banner-min .banner-3-sticker p span,
.banner-min .banner-2-sticker p span {
  font-size: 30px;
}

.banner-min .mainbanner-bullet.bullet-1,
.banner-min .banner-3-bullet.bullet-1,
.banner-min .banner-2-bullet.bullet-1 {
  right: auto;
  left: 0;
  bottom: 107px;
}

.banner-min .mainbanner-bullet__inner:before,
.banner-min .banner-3-bullet__inner:before,
.banner-min .banner-2-bullet__inner:before {
  top: -18px;
  left: auto;
  right: -28px;
}

.banner-min .bullet-1 .mainbanner-bullet__inner:after,
.banner-min .bullet-1 .banner-3-bullet__inner:after,
.banner-min .bullet-1 .banner-2-bullet__inner:after {
  content: url(../img/banners/bullet-1-line-mob.svg);
  display: block;
  position: absolute;
  right: auto;
  left: calc(100% + 16px);
  top: -8px;
}

.banner-min .mainbanner-bullet.bullet-2,
.banner-min .banner-3-bullet.bullet-2,
.banner-min .banner-2-bullet.bullet-2 {
  right: auto;
  left: 0;
  bottom: 32px;
}

.banner-min .bullet-2 .mainbanner-bullet__inner:after,
.banner-min .bullet-2 .banner-3-bullet__inner:after,
.banner-min .bullet-2 .banner-2-bullet__inner:after {
  content: url(../img/banners/bullet-2-line-mob.svg);
  display: block;
  position: absolute;
  right: auto;
  left: calc(100% + 16px);
  top: -20px;
}

.banner-min .mainbanner-bullet.bullet-3,
.banner-min .banner-3-bullet.bullet-3,
.banner-min .banner-2-bullet.bullet-3 {
  display: none;
}

/* ///END Исправление больших баннеров на маленькие */

/* Страница "Доставка" */
.asideattention {
  border: 1px dashed #838383;
  border-radius: 8px;
  padding: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  max-width: 600px;
}

.asideattention-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 12px;
}

.asideattention-text,
.asideattention-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 8px;
}

/* Баннер гарантии */
.garantbanner-body {
  background: linear-gradient(262.18deg, #50baf5 0%, #115ba4 99.58%);
  border-radius: 20px;
  overflow: hidden;
  padding: 35px 60px 45px;
  display: flex;
  gap: 50px;
  position: relative;
}

.garantbanner-img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.garantbanner-text {
  position: relative;
  z-index: 3;
  max-width: 355px;
}

.garantbanner-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 12px;
}

.garantbanner-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
}

.garantbanner .utpbanner-plashka {
  position: relative;
  z-index: 3;
}

/* Блок отзывов в карточке товара */
.prodreviews {
  display: flex;
  gap: 70px;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.prodreviews-item:first-of-type {
  width: 100%;
  padding-left: 50px;
  border-left: 1px solid #d9d9d9;
}

.prodreviews-item:last-of-type {
  max-width: 220px;
  width: 100%;
}

.prodreviews-grade {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 220px;
  padding: 16px 35px;
  border: 1px dashed var(--accent-color);
  border-radius: 12px;
  margin-bottom: 30px;
}

.prodreviews-grage-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 36px;
  font-weight: 700;
  color: var(--accent-color);
}

.prodreviews-grage-img {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}

.prodreviews-grage-text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.prodreviews-feedback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--accent-gradient);
  border-radius: 100px;
  padding: 10px 20px;
  text-align: center;
}

.prodreviews-feedback:is(:hover, :focus-visible) {
  opacity: 0.8;
}

/* Отзыв пользователя */

.user-review {
  margin-bottom: 30px;
}

.user-review img {
  max-width: 100%;
}

/* Страница блога */
.blog-header {
  margin-top: 15px;
  background: linear-gradient(262.18deg, #50baf5 0%, #115ba4 99.58%), #d9d9d9;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.blog-header .breadcrumbs {
  justify-content: flex-start;
}

.blog-header .breadcrumbs a,
.blog-header .breadcrumbs__sep {
  color: #f5f5f5;
  opacity: 0.7;
}

.blog-header-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px;
}

.blog-header-title {
  font-weight: 900;
  font-size: 42px;
  line-height: 51px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-header-text,
.blog-header-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 0;
}

.blog-header-text p {
  margin-bottom: 7px;
}

.blog-header-img {
  flex-shrink: 0;
}

.blog-header-img img {
  max-width: 100%;
  height: 100%;
}

/* Блог-меню */
.blog-menu {
  padding-top: 25px;
  margin-bottom: 80px;
}

.blog-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-menu a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #000000;
  text-transform: uppercase;
  transition: 0.3s;
}

.blog-menu a:hover {
  color: #09427a;
}

.blog-menu-video {
  color: #09427a !important;
  padding-left: 34px;
  position: relative;
}

.blog-menu-video::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/play-purple.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}

/* Блок с заголовками категорий */
.blog-catalog-head {
  margin-bottom: 40px;
}

.blog-catalog-title {
  font-weight: 900;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.blog-catalog-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #838383;
  margin: 0;
}

/* Карточка блога */
.blog-card {
  position: relative;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.blog-card-second {
  border-radius: 10px;
  border: none;
}

.blog-card-second .blog-card-main {
  padding: 20px 23px;
}

.blog-card-second .blog-img {
  height: 208px;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid rgb(217, 217, 217);
}

.blog-card-second .blog-card-main {
  margin-top: -8px;
  position: relative;
  z-index: 2;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 10px;
}

.blog-card-third .blog-img {
  height: 255px;
}

.blog-card-third .blog-card-main {
  margin-top: -15px;
}

.blog-card-four .blog-card-main {
  margin-top: 0;
}

.blog-card-four .blog-name {
  max-width: 233px;
}

.blog-card-four .blog-img {
  height: 200px;
}

.blog-card-five .blog-img {
  height: auto;
}

.blog-block-swiper-five .blog-card-main {
  padding: 0 25px 25px;
}

.blog-block-swiper-five .blog-views:before {
  background: url(../img/icon/blog-views-black.svg);
}

.blog-block-swiper-five .blog-views {
  color: #838383;
}

.blog-block-swiper-five .blog-read {
  color: #838383;
}

.blog-block-swiper-five .blog-public {
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 4px;
}

.blog-block-swiper-four .blog-public {
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 4px;
}

.blog-block-swiper-four .blog-public span::before {
  display: none;
}

.blog-block-swiper-five .blog-public span::before {
  display: none;
}

.blog-card:hover .blog-card-thumb img {
  transform: scale(1.1);
}

.blog-card-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px 0;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}

.blog-card-info__whatches {
  display: block;
  position: relative;
  padding-left: 30px;
  min-height: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}

.blog-card-info__whatches:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/whatches-white.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: -3px;
  left: 0;
}

.blog-card-info__read {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}

.blog-card-thumb {
  flex-grow: 1;
  position: relative;
  width: 100%;
  min-height: 210px;
  overflow: hidden;
}

.blog-card-thumb img {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.blog-card-body {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.blog-card-body::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: #ffffff;
  border-radius: 12px 12px 0 0;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.blog-card-public {
  font-weight: 400;
  font-size: 14px;
  color: #828282;
  margin: 0;
}

.blog-card-cat {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin: 0;
  margin-bottom: 10px;
}

.blog-card-title {
  flex-grow: 1;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin: 0 0 15px;
  height: 76px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.btn-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: max-content;
  min-height: 45px;
  padding: 10px 18px;
  margin: 0;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  transition: 0.3s;
}

.btn-empty:hover {
  color: #09427a !important;
  border: 1px solid #09427a;
  background-color: #fff;
}

.blog-card .btn-empty {
  align-self: flex-end;
}

.blog-more-container {
  margin-top: 40px;
  margin-bottom: 230px;
}

@media screen and (max-width: 1200px) {
  .blog-more-container {
    margin-bottom: 100px;
  }
}

.blog-more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  width: 100%;
  background: var(--accent-gradient);
  border: 1px solid var(--accent-color);
  border-radius: 100px;
  box-shadow: 0px 4px 12px rgba(255, 150, 75, 0.47);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  transition: 0.3s;
}

.blog-more:hover {
  color: var(--accent-color);
  background: #fff;
}

/* Сетка карточек блога */
.blog-catalog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 95px;
}

.blog-catalog-list .blog-card:nth-of-type(3) {
  grid-area: 1 / 2 / span 2 / span 1;
}

.blog-catalog-list .blog-card:nth-of-type(4) {
  grid-area: 1 / 3 / span 2 / span 1;
}

.blog-catalog-list .blog-card:nth-of-type(6) {
  grid-area: 3 / 2 / span 1 / span 2;
}

/* Изменения для первого и второго маленьких карточек в сетке */
.blog-catalog-list .blog-card:nth-of-type(1) .blog-card-body,
.blog-catalog-list .blog-card:nth-of-type(2) .blog-card-body {
  margin-top: 50px;
}

.blog-catalog-list .blog-card:nth-of-type(1) .blog-card-thumb,
.blog-catalog-list .blog-card:nth-of-type(2) .blog-card-thumb {
  display: none;
}

.blog-catalog-list .blog-card:nth-of-type(1) .blog-card-info__read,
.blog-catalog-list .blog-card:nth-of-type(1) .blog-card-info__whatches,
.blog-catalog-list .blog-card:nth-of-type(2) .blog-card-info__read,
.blog-catalog-list .blog-card:nth-of-type(2) .blog-card-info__whatches {
  color: #838383;
}

.blog-catalog-list .blog-card:nth-of-type(1) .blog-card-info__whatches:before,
.blog-catalog-list .blog-card:nth-of-type(2) .blog-card-info__whatches:before {
  background: url(../img/icon/whatches.svg) no-repeat 50% 50%;
}

/* Изменения для черной карточки в сетке */
.blog-catalog-list .blog-card:nth-of-type(5) .blog-card-public,
.blog-catalog-list .blog-card:nth-of-type(5) .blog-card-cat,
.blog-catalog-list .blog-card:nth-of-type(5) .blog-card-title,
.blog-catalog-list .blog-card:nth-of-type(5) .btn-empty {
  color: #fff;
}

.blog-catalog-list .blog-card:nth-of-type(5) .blog-card-body {
  background: #000;
  border-radius: 0px;
  padding: 0 20px 20px;
}

.blog-catalog-list .blog-card:nth-of-type(5) .blog-card-body::before {
  border-radius: 0px;
  height: 310px;
  background: linear-gradient(#00000000, #000000);
}

/* Блок со списков видео */
.video-catalog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 95px;
}

.video-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.video-card:hover>img {
  transform: scale(1.1);
}

.video-card:hover .video-card-play {
  transform: scale(1.2);
}

.video-card>img {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.video-card:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(#00000000, #000000);
}

.video-card-play {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../img/icon/play-white.svg) no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 150px;
  left: calc(50% - 35px);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.video-card-body {
  padding: 300px 20px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.video-card-body * {
  color: #fff !important;
}

.video-card .btn-empty {
  align-self: flex-end;
}

/* Слайдер картегорий */
.category-slider {
  margin-bottom: 35px;
}

.bcategory-item {
  display: flex;
  max-width: max-content;
  align-items: center;
  padding: 15px 20px;
  border-radius: 100px;
  border: 1px solid var(--accent-color);
  transition: 300ms;
}

.bcategory-item:hover {
  background: var(--accent-gradient);
}

.bcategory-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  transition: 300ms;
  color: #605f5f;
  margin-left: 10px;
  opacity: 0.5;
}

.bcategory-item:hover .category-item__name {
  color: #fff;
  opacity: 1;
}

.category-item__name {
  display: block;
  max-width: max-content;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #605f5f;
}

.bcategory-item._this {
  background: var(--accent-color);
}

.bcategory-item._this .category-item__name {
  color: #fff;
}

/* Внутрянняя страница блога */
.blog-inner {
  background: none;
  background-color: #fff;
}

.blog-wrapper {
  max-width: 805px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-body {
  margin-bottom: 80px;
}

/* Шапка внутренней страницы блога */
.blog-inner__header {
  margin-top: 15px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.blog-inner__header>img.mob {
  display: none;
}

.blog-inner__header-main {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 805px;
  padding: 65px 15px 40px;
  margin: 0 auto;
}

.blog-inner__header .breadcrumbs {
  justify-content: flex-start;
}

.blog-inner__header .breadcrumbs a,
.blog-inner__header .breadcrumbs__sep {
  color: #fff;
  opacity: 0.5;
}

.blog-inner__header .breadcrumbs a:hover {
  opacity: 1;
}

.blog-inner__header-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  margin: 0 0 15px;
}

.blog-inner__header-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.blog-inner__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Содердание внутренней страницы блога */
/* Заголовки в статье во внутренней страницы блога */
.blog-inner-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 30px;
}

/* Подзаголовки в статье во внутренней страницы блога */
.blog-inner-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #838383;
  margin: 0 0 5px;
}

/* Текст в статье во внутренней страницы блога */
.text,
.text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 20px;
}

.text {
  margin-bottom: 30px;
}

.text a {
  color: #751285;
  font-weight: 700;
  text-decoration-line: underline;
}

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

.blog-imgtext {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.blog-imgtext__img img {
  width: 100%;
}

/* Категория и время публикации записи блога во внутренней страницы блог */
.blog-cat {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}

.blog-time,
.blog-sep {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #828282;
}

/* Слайдер  "Смотрите также:" */
.slider-more {
  padding-left: max(15px, calc((100vw - 775px) / 2));
  margin-bottom: 110px;
  overflow-x: hidden;
}

.slider-more .blog-inner-title {
  padding-right: 15px;
}

.more-swiper {
  padding-right: 15px;
}

.more-swiper .swiper-wrapper {
  padding-right: 15px;
  margin-right: -15px;
}

.more-swiper .blog-card {
  width: 660px;
}

.more-swiper .blog-card-body::before {
  border-radius: 4px 4px 0 0;
}

.more-swiper .blog-card {
  border-radius: 4px;
}

/* Блок комментариев блога */
.blog-comms {
  margin-bottom: 60px;
}

.blog-comms__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 5px;
}

.blog-comms__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #838383;
  margin: 0 0 20px;
}

.menubox {
  display: none;
}

@media screen and (max-width: 1420px) {

  .reviews-swiper-button-next,
  .reviews-swiper-button-prev {
    top: auto;
    bottom: -90px;
  }

  .reviews-swiper-button-prev {
    left: calc(50% - 70px);
  }

  .reviews-swiper-button-next {
    right: calc(50% - 70px);
  }

  .contacts-tabs-swiper {
    padding: 0 30px 20px;
    margin: 0 -30px;
  }

  .header-bot__menu>li>a {
    padding: 16px;
  }

  .header-bot__cta {
    gap: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .header-bot__menu>li>a {
    padding: 12px;
  }

  .card-inner {
    grid-template-columns: 400px auto 400px;
    gap: 30px 20px;
  }

  .catalog .category-plate-item:nth-of-type(3),
  .catalog .category-plate-item:nth-of-type(9) {
    grid-column: span 2;
  }

  .card-col-main-body {
    padding-left: 20px;
  }

  .lk-cols {
    gap: 40px;
  }

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

  .contacts-body {
    gap: 30px;
  }

  .blog-menu {
    display: none;
  }

  .blog-catalog-list,
  .video-catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-catalog-list .blog-card:nth-of-type(4),
  .blog-catalog-list .blog-card:nth-of-type(5),
  .blog-catalog-list .blog-card:nth-of-type(6) {
    grid-area: unset;
  }

  .blog-header {
    margin-bottom: 60px;
  }

  .blog-catalog-head {
    margin-bottom: 20px;
  }

  .about-block__body {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-block__body::before {
    left: 48%;
    transform: translateX(-50%);
    width: 400px;
    height: 400px;
  }

  .about-block__body .title {
    margin-bottom: 30px;
  }

  .about-block__img img {
    margin: 0 auto;
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .header-mid .header-mid__metrotel:last-of-type {
    display: none;
  }

  .catalog .category-plate-item:nth-of-type(3),
  .catalog .category-plate-item:nth-of-type(9) {
    grid-column: auto;
  }

  .logo-img {
    width: 169px;
  }

  .logo-text__name {
    font-size: 16px;
    line-height: 20px;
  }

  .logo-text__subtitle {
    font-size: 8px;
    line-height: 10px;
  }

  .category-plate {
    grid-template-columns: repeat(4, 1fr);
  }

  .category-item {
    flex-direction: column;
    height: 140px;
    text-align: center;
  }

  .preim-glav__text p:first-of-type {
    white-space: unset;
  }

  .partners-list {
    gap: 25px 40px;
  }

  .card-inner {
    grid-template-columns: 480px 1fr;
  }

  .card-col-main {
    grid-column-start: 2;
  }

  .card-col-main-body {
    padding-left: 0px;
    border-left: none;
  }

  .tab-opisan {
    grid-template-columns: 1fr 380px;
    gap: 20px;
  }

  .order-cols {
    grid-template-columns: 1fr;
  }

  .order-ur {
    position: static;
    padding-left: 0;
    padding-bottom: 0;
    border-left: none;
    max-width: 420px;
    margin: 0 auto;
  }

  /* баннер 3 */

  .banner-3-body {
    flex-direction: column;
    gap: 120px;
  }

  .banner-3-left {
    max-width: 100%;
    padding: 50px 80px;
  }

  .banner-3-form-fields {
    flex-direction: column;
  }

  .banner-3-form input[type="tel"] {
    max-width: 100%;
  }

  .banner-3-right {
    align-self: center;
    margin-left: 0;
  }

  .banner-3-bg>img {
    width: 570px;
    height: 570px;
    top: auto;
    bottom: -200px;
    right: 50%;
    transform: translateX(50%);
  }

  /* .banner-3-img img {
	} */

  .product-list-cartbtn {
    width: auto;
    margin: 0;
  }

  .product-list-delite {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
  }

  .bannerbulls-body {
    flex-direction: column;
    gap: 0;
  }

  .bannerbulls-left {
    padding: 45px 30px 0px;
  }

  .bannerbulls-right {
    justify-content: flex-end;
  }

  .bannerbulls-right img {
    max-width: 300px;
    min-width: auto;
  }

  .dillers-list {
    padding-right: 20px;
  }
}

@media screen and (max-width: 980px) {

  /* бургер */
  .mob-headerbtns {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(180deg, #f3f4f8 0%, #e9ebf3 100%), #f2f3f7;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    z-index: 11;
    transition: 0.25s;
  }

  .burger-menu>span,
  .burger-menu>span::before,
  .burger-menu>span::after {
    display: block;
    position: absolute;
    width: 13px;
    height: 2px;
    background: var(--accent-color);
    transition-duration: 0.25s;
  }

  .burger-menu>span::before {
    content: "";
    top: -4px;
  }

  .burger-menu>span::after {
    content: "";
    top: 4px;
  }

  /* меню */
  .menubox {
    display: block;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 180px 15px 0px 15px;
    list-style: none;
    background-color: #fff;
    z-index: 40;
    transition-duration: 0.25s;
    overflow-y: scroll;
  }

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

  .card-tabs {
    margin-bottom: 60px;
  }

  .card-inner-thumb .img {
    /* object-fit: contain; */
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .tab-harakter {
    display: flex;
    flex-direction: column;
    padding: 0 30px 30px 30px;
  }

  .tab-harakter-col:first-of-type::before {
    display: none;
  }

  .prodreviews {
    flex-direction: column;
    align-items: center;
  }

  .prodreviews-item:first-of-type {
    border: none;
    padding: 0;
  }

  .prod__box_4 {
    margin-bottom: 100px;
  }

  /* работа меню */
  .burger-menu.active>span {
    background-color: initial;
  }

  .burger-menu.active>span::before {
    top: 0;
    transform: rotate(-45deg) scale(1);
  }

  .burger-menu.active>span::after {
    top: 0;
    transform: rotate(45deg) scale(1);
  }

  .active.menubox {
    visibility: visible;
    opacity: 1;
  }

  body._lock {
    overflow-y: hidden;
    height: 100vh;
  }

  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-mid {
    border-bottom: 1px solid #d9d9d9;
  }

  .header-mid__inner {
    flex-wrap: wrap;
    gap: 20px;
    /*padding-top: 17px;*/
    /*padding-bottom: 20px;*/
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-mid .header-mid__metrotel {
    display: none;
  }

  .header-mid .page-header-search {
    width: 100%;
  }

  .show__search {
    display: block;
    width: 36px;
    height: 36px;
    background: linear-gradient(180deg, #f3f4f8 0%, #e9ebf3 100%), #f2f3f7;
    background-image: url(../img/icon/лупа.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
  }

  .header-tel-btn {
    display: block;
    width: 36px;
    height: 36px;
    background: linear-gradient(180deg, #f3f4f8 0%, #e9ebf3 100%), #f2f3f7;
    background-image: url(../img/icon/header-tel-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    transition: all 0.5s ease-out;
  }

  .partners-banner img {
    display: none;
  }

  .menubox-metrotel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
  }

  .menubox .header-mid__metrotel {
    align-items: flex-start;
  }

  .btn-full-white {
    padding: 16px 24px;
  }

  .btn-full-white span {
    font-size: 14px;
  }

  /* Заголовоки свайперов */
  .header-flex__left .sale-btn {
    margin-left: 10px;
  }

  .mainbanner-body,
  .banner-3-body,
  .banner-2-body {
    flex-direction: column;
  }

  .mainbanner-right,
  .mainbanner-right,
  .banner-2-right {
    align-self: center;
  }

  .mainbanner-left,
  .banner-3-left,
  .banner-2-left {
    padding: 25px 20px 0;
    flex-grow: 1;
    justify-content: flex-start;
  }

  .mainbanner-title,
  .banner-3-title,
  .banner-2-title {
    font-size: 24px;
    line-height: 32px;
  }

  .mainbanner-subtitle,
  .banner-3-subtitle,
  .banner-2-subtitle {
    font-size: 14px;
    line-height: 16px;
  }

  .banner-2-body::before {
    width: 450px;
    height: 450px;
    left: -30px;
  }

  .mainbanner-swiper {
    padding-bottom: 50px;
  }

  .mainbanner-swiper .swiper-button-next,
  .mainbanner-swiper .swiper-button-prev {
    top: auto;
    bottom: 0px;
  }

  .mainbanner-swiper .swiper-button-next {
    right: calc(50% - 40px);
  }

  .mainbanner-swiper .swiper-button-prev {
    left: calc(50% - 40px);
  }

  .category-plate {
    grid-template-columns: repeat(3, 1fr);
  }

  .preim-glav {
    flex-direction: column;
    align-items: center;
  }

  .preim-glav-item:first-child .preim-glav__img::before {
    display: block;
  }

  .prod-card {
    max-width: 260px;
  }

  .title {
    font-size: 24px;
  }

  .plashka {
    font-size: 13px;
    line-height: 16px;
  }

  .btn-more {
    padding: 8px 16px;
  }

  .prod-banner-line {
    display: block;
  }

  .prod-banner {
    max-width: 360px;
    margin: 30px auto 0;
    padding: 30px 20px 0;
  }

  .prod-banner-sticker {
    display: none;
  }

  .prod-banner-title {
    font-size: 24px;
    line-height: 26px;
  }

  .about-block__body {
    padding: 30px 20px 30px;
  }

  .about-block__text p {
    font-size: 14px;
  }

  .about-block__bullets {
    gap: 10px;
  }

  .about-block__bullet {
    padding: 10px 20px;
  }

  .about-block__bullet p:first-of-type {
    font-size: 20px;
  }

  .partners {
    grid-template-columns: 1fr;
    gap: 30px 80px;
  }

  .blog-block-swiper {
    padding: 0 15px;
    margin: 0 -15px;
  }

  .blog-card {
    max-width: 320px;
  }

  .blog-catalog-list .blog-card {
    max-width: none;
  }

  .footer-top,
  .footer-middle {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .catalog-cols {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .catalog-filters {
    padding-right: 0;
    border: none;
  }

  /* Аккордион, который закрывает фильтры на мобилке */
  .accordion-mob {
    padding: 12px 0;
    padding-right: 15px;
    display: block;
    width: 100%;
    cursor: pointer;
    background: none;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
    outline: none;
    position: relative;
    transition: 0.5s;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #1a1a1a;
  }

  .accordion-mob.active {}

  .accordion-mob:after {
    content: "";
    display: none;
    width: 7px;
    height: 7px;
    position: absolute;
    top: calc(50% - 5px);
    right: 2px;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    transform: rotate(-45deg);
    transition: 0.3s;
  }

  .accordion-mob.active:after {
    transform: rotate(-225deg);
  }

  .panel {
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
  }

  .panel._active {}

  .catalog-grid-bottom__more {
    margin-top: 30px;
    height: 45px;
  }

  .catalog-grid-counter,
  .catalog-grid-counter__list {
    justify-content: center;
  }

  .title-page {
    font-size: 24px;
  }

  .breadcrumbs .itemListElement a {
    font-size: 12px;
  }

  .card-inner {
    grid-template-columns: 1fr;
  }


  .card-col-descrip {
    margin-top: 0;
  }

  .tab-opisan {
    display: flex;
    flex-direction: column-reverse;
  }

  .card-tabs-swiper {
    padding: 0 15px 40px;
  }

  .card-tabs-swiper .swiper-slide,
  .prod__tab {
    padding: 10px 15px;
  }

  .tab-harakter {
    flex-direction: column;
    gap: 20px;
  }

  .tab-harakter-sep {
    display: none;
  }

  .choose-info__top {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-list-long .product-list-row {
    flex-wrap: wrap;
    gap: 20px 15px;
  }

  .product-list-cartbtn {
    width: calc(100% - 70px);
  }

  .lk-cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Аккордеон на мобиле меню личного кабинета */
  .accordion-lk {
    display: block;
    position: relative;
    width: auto;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.5s;
    padding: 0 20px 15px 0;
  }

  .accordion-lk:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    right: 2px;
    border-left: 1px solid #686868;
    border-bottom: 1px solid #686868;
    transform: rotate(-45deg);
    transition: 0.3s;
  }

  .accordion-lk.active:after {
    transform: rotate(-225deg);
  }

  .lk-cols-menu ul {
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
    margin: 0;
  }

  .compare-swiper {
    padding: 15px;
    margin: 0 -15px;
  }

  .loginPopup-body {
    flex-direction: column-reverse;
  }

  .loginPopup-left {
    width: 100%;
    padding: 45px;
    border-radius: 0 0 20px 20px;
  }

  .loginPopup-right {
    border-radius: 20px 20px 0 0;
    padding: 45px;
  }

  #regPopup .loginPopup-right__title .text,
  #authPopup .loginPopup-right__title .text {
    margin-bottom: 30px;
  }

  #regPopup .hystmodal__window,
  #authPopup .hystmodal__window {
    width: 480px;
  }

  #regPopup .loginPopup-submit {
    margin-top: 30px;
  }

  .loginPopup-body {
    min-height: auto;
  }

  .bannerbulls-list {
    grid-template-columns: 1fr;
  }

  .bannerbulls-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .bannerbulls__text p:first-of-type {
    font-size: 16px;
  }

  .bannerbulls__text p+p {
    font-size: 13px;
  }

  .bannerbulls__img {
    width: 45px;
  }

  .bannerbulls-item {
    gap: 15px;
  }

  .bannerbulls-left {
    padding: 25px 15px 0px;
  }

  .bullsntext {
    flex-direction: column-reverse;
    gap: 0;
  }

  .bullsntext-right {
    max-width: none;
  }

  .rentsteps-body {
    padding: 30px 15px 0;
  }

  .rentsteps-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .rentsteps-item {
    padding: 20px;
  }

  .rentsteps-num {
    font-size: 45px;
    margin-bottom: 5px;
  }

  .blueform {
    flex-direction: column;
    align-items: flex-start;
    max-width: max-content;
    padding: 25px 20px;
  }

  .bannerconsult-body {
    flex-direction: column;
    align-items: stretch;
    padding: 40px 20px 20px;
    max-width: max-content;
    margin: 0 auto;
  }

  .bannerconsult-left {
    padding: 0;
  }

  .bannerconsult-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .bannerconsult-sticker {
    width: 240px;
    height: 240px;
    position: static;
  }

  .bannerconsult-title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .priceliscusl-body {
    padding: 30px 15px 0;
  }

  .utpbanner-main {
    margin-bottom: 30px;
  }

  .utpbanner-body {
    padding: 35px 20px;
  }

  .utpbanner-img {
    display: none;
  }

  .utpbanner-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .utpbanner-plashka {
    padding: 20px;
  }

  .utpbanner-title {
    font-size: 24px;
  }

  .utpbanner-plashka div p:first-of-type {
    font-size: 14px;
    line-height: 16px;
  }

  .utpbanner-plashka img {
    width: 34px;
  }

  .dillers {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }

  .dillers-list {
    padding: 0;
  }

  .dillers-map {
    height: 300px;
  }

  .contacts-tabs-swiper {
    padding: 0 15px 20px;
    margin: 0 -15px;
  }

  .contacts-tabs-swiper .swiper-wrapper.tab-control {
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-tabs-swiper .swiper-wrapper.tab-control .swiper-slide {
    margin: 5px 0;
  }

  .contacts-body {
    grid-template-columns: 1fr;
  }

  .contacts-right {
    height: 300px;
  }

  .contacts-row__text {
    font-size: 14px;
  }

  a.contacts-row__text {
    font-size: 16px;
  }

  .contacts-row__title {
    font-size: 13px;
    margin-bottom: 3px;
  }

  .akcii {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 11px;
  }

  .banner-big {
    grid-column: span 1;
  }

  /* Исправление больших баннеров на маленькие: */
  .banner-big .mainbanner-left,
  .banner-big .banner-3-left,
  .banner-big .banner-2-left {
    padding: 25px 20px 0;
    flex-grow: 1;
    justify-content: flex-start;
  }

  .banner-big .mainbanner-title,
  .banner-big .banner-3-title,
  .banner-big .banner-2-title {
    font-size: 24px;
  }

  .banner-big .mainbanner-subtitle,
  .banner-big .banner-3-subtitle,
  .banner-big .banner-2-subtitle {
    font-size: 14px;
    line-height: 16px;
  }

  .banner-big .btn-full-white {
    padding: 16px 24px;
  }

  .banner-big .btn-full-white span {
    font-size: 14px;
  }

  .banner-big .mainbanner-right,
  .banner-big .banner-3-right,
  .banner-big .banner-2-right {
    padding: 0;
    margin-left: 15px;
    align-self: flex-end;
  }

  .banner-big .mainbanner-img,
  .banner-big .banner-3-img,
  .banner-big .banner-2-img {
    padding: 0 0 0 120px;
  }

  .banner-big .mainbanner-img .desc,
  .banner-big .banner-3-img .desc,
  .banner-big .banner-2-img .desc {
    display: none;
  }

  .banner-big .mainbanner-img .mob,
  .banner-big .banner-3-img .mob,
  .banner-big .banner-2-img .mob {
    display: block;
  }

  .banner-big .mainbanner-sticker,
  .banner-big .banner-3-sticker,
  .banner-big .banner-2-sticker {
    width: 104px;
    height: 104px;
    bottom: 120px;
    left: auto;
    right: 20px;
  }

  .banner-big .mainbanner-sticker p,
  .banner-big .banner-3-sticker p,
  .banner-big .banner-2-sticker p {
    font-size: 12px;
  }

  .banner-big .mainbanner-sticker p span,
  .banner-big .banner-3-sticker p span,
  .banner-big .banner-2-sticker p span {
    font-size: 30px;
  }

  .banner-big .mainbanner-bullet.bullet-1,
  .banner-big .banner-3-bullet.bullet-1,
  .banner-big .banner-2-bullet.bullet-1 {
    right: auto;
    left: 0;
    bottom: 107px;
  }

  .banner-big .mainbanner-bullet__inner:before,
  .banner-big .banner-3-bullet__inner:before,
  .banner-big .banner-2-bullet__inner:before {
    top: -18px;
    left: auto;
    right: -28px;
  }

  .banner-big .bullet-1 .mainbanner-bullet__inner:after,
  .banner-big .bullet-1 .banner-3-bullet__inner:after,
  .banner-big .bullet-1 .banner-2-bullet__inner:after {
    content: url(../img/banners/bullet-1-line-mob.svg);
    display: block;
    position: absolute;
    right: auto;
    left: calc(100% + 16px);
    top: -8px;
  }

  .banner-big .mainbanner-bullet.bullet-2,
  .banner-big .banner-3-bullet.bullet-2,
  .banner-big .banner-2-bullet.bullet-2 {
    right: auto;
    left: 0;
    bottom: 32px;
  }

  .banner-big .bullet-2 .mainbanner-bullet__inner:after,
  .banner-big .bullet-2 .banner-3-bullet__inner:after,
  .banner-big .bullet-2 .banner-2-bullet__inner:after {
    content: url(../img/banners/bullet-2-line-mob.svg);
    display: block;
    position: absolute;
    right: auto;
    left: calc(100% + 16px);
    top: -20px;
  }

  .banner-big .mainbanner-bullet.bullet-3,
  .banner-big .banner-3-bullet.bullet-3,
  .banner-big .banner-2-bullet.bullet-3 {
    display: none;
  }

  /* /// END Исправление больших баннеров на маленькие */

  .garantbanner-img {
    display: none;
  }

  .blog-header {
    flex-direction: column-reverse;
  }

  .blog-header-img {
    width: 240px;
    align-self: flex-end;
  }

  .blog-header-main {
    padding: 15px 15px 50px;
  }

  .blog-header-title {
    font-size: 36px;
  }

  .category-swiper {
    padding: 5px 15px;
    margin: 0;
  }

  .category-slider {
    margin-bottom: 20px;
  }

  .blog-inner__header .breadcrumbs {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .blog-inner__header-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }

  .blog-inner__header-text {
    font-size: 14px;
  }

  .blog-inner__header .breadcrumbs a,
  .blog-inner__header .breadcrumbs__sep {
    font-size: 12px;
  }

  .blog-soderz a {
    font-size: 16px;
  }

  .blog-inner-title {
    font-size: 24px;
    line-height: 29px;
  }

  .text,
  .text p {
    font-size: 16px;
  }

  .blog-inner-imgblock__text {
    font-size: 14px;
  }

  .blog-minbanner {
    padding: 35px 25px 60px;
  }

  .blog-minbanner span {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-minbanner:before {
    background: url(../images/icons/blog-minbanner.svg) no-repeat 100% -25%;
  }

  .block-dotted {
    padding: 30px 20px 50px;
  }

  .block-dotted__title {
    font-size: 20px;
    line-height: 25px;
  }

  .block-dotted__text {
    font-size: 16px;
  }

  .blog-card-second,
  .blog-card-third {
    max-width: none;
  }
}

@media (max-width: 959px) {
  .card-col-main {
    grid-column-start: unset;
  }
}

@media (max-width: 767px) {
  .bx-blue .btn.btn-default {
    width: auto;
  }
  .category-swiper {
    margin: 10px 0 15px;
  }
  .category-swiper .category-item__name{
    font-size: 12px;
  }
  .blog-catalog-list,
  .video-catalog-list {
    grid-template-columns: 1fr;
  }

  .blog-catalog-list .blog-card:nth-of-type(3) {
    grid-area: unset;
  }

  .blog-catalog-title {
    font-size: 24px;
  }

  .blog-catalog-subtitle {
    font-size: 14px;
  }

  .blog-card-second,
  .blog-card-third {
    max-width: 320px;
  }

  .blog-block-swiper-third .blog-card {
    max-width: none;
  }

  .blog-inner__header>img.mob {
    display: block;
  }

  .blog-card-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-btn {
    align-self: flex-start;
    margin-top: 15px;
  }

  .blog-inner__header>img.desc {
    display: none;
  }

  .banner-2-sticker {
    width: 144px;
    height: 144px;
    bottom: -20px;
    left: 100px;
  }

  .more-swiper .blog-card {
    width: 340px;
    border: 1px solid #d9d9d9;
    border-width: 1px 0 0 1px;
    border-radius: 4px;
  }

  .more-swiper .blog-card-body:before {
    display: none;
  }

  .more-swiper .blog-card-body {
    border: 1px solid #d9d9d9;
    border-width: 1px 1px 1px 0;
    border-radius: 4px;
    margin-top: -3px;
  }

  .weoffer-bullets {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .weoffer:before {
    display: none;
  }

  .banner-bottom {
    padding: 40px 16px;
    background: url(../images/blog/banner-bottom-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    max-width: 382px;
    margin: 0 auto 60px;
  }

  .banner-bottom-btn {
    padding: 12px 65px;
  }

  .banner-bottom::before {
    display: none;
  }

  .banner-bottom form {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .banner-bottom__label>p {
    margin-bottom: 15px;
  }

  .about-block__body::before {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .category-plate-text {
    max-width: 100% !important;
    text-align: center;
  }

  .category-plate {
    grid-template-columns: 1fr !important;
  }

  .category-plate .category-plate-item {
    grid-column: span 1 !important;
  }

  .category-plate-item {
    min-height: auto;
  }

  .category-plate-item:nth-of-type(1),
  .category-plate-item:nth-of-type(4),
  .category-plate-item:nth-of-type(7),
  .category-plate-item:nth-of-type(8),
  .category-plate-item:nth-of-type(10),
  .category-plate-item:nth-of-type(12) {
    grid-column: span 1;
    min-height: 240px;
  }

  .category-plate-item:nth-of-type(8) img {
    width: 250px;
    height: auto;
    right: 20px;
  }

  .category-plate-main {
    width: 60%;
  }

  .akcii {
    grid-template-columns: 1fr;
  }

  .garantbanner-body {
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
    padding: 35px 30px 45px;
  }

  .blog-imgtext {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 650px) {
  .header-flex {
    padding-top: 20px;
  }

  .tab-opisan-text img {
    max-width: 100%;
    height: auto;
  }

  .tab-harakter-col .tab-harakter-list li {
    flex-wrap: nowrap !important;
  }

  /* .prod-card {
		max-width: 100%;
	} */

  .prod-card-title {
    width: 100%;
  }

  .banner-ad__text span {
    font-size: 16px;
  }

  .mainbanner-sticker,
  .banner-3-sticker,
  .banner-2-sticker {
    display: none;
  }

  .mainbanner-right,
  .banner-3-right,
  .banner-2-right {
    padding: 0;
    margin-left: 15px;
    align-self: flex-end;
  }

  .mainbanner-img,
  .banner-3-img,
  .banner-2-img {
    padding: 0 0 0 120px;
  }

  .mainbanner-img .desc,
  .banner-3-img .desc,
  .banner-2-img .desc {
    display: none;
  }

  .mainbanner-img .mob,
  .banner-3-img .mob,
  .banner-2-img .mob {
    display: block;
  }

  /* Положение буллетов на баннере */
  .mainbanner-bullet.bullet-1,
  .banner-3-bullet.bullet-1,
  .banner-2-bullet.bullet-1 {
    right: auto;
    left: 0;
    bottom: 107px;
  }

  .mainbanner-bullet.bullet-2,
  .banner-3-bullet.bullet-2,
  .banner-2-bullet.bullet-2 {
    right: auto;
    left: 0;
    bottom: 32px;
  }

  .mainbanner-bullet.bullet-3,
  .banner-3-bullet.bullet-3,
  .banner-2-bullet.bullet-3 {
    display: none;
  }

  /* Иконка плюса на буллетах на баннере */
  .mainbanner-bullet__inner:before,
  .banner-3-bullet__inner:before,
  .banner-2-bullet__inner:before {
    top: -18px;
    left: auto;
    right: -28px;
  }

  .banner-3-left {
    padding: 25px;
  }

  .banner-3-right,
  .banner-3-bg {
    display: none;
  }

  /* Пунктирные линии у буллета №1 на баннере */
  .bullet-1 .mainbanner-bullet__inner:after,
  .bullet-1 .banner-3-bullet__inner:after,
  .bullet-1 .banner-2-bullet__inner:after {
    content: url(../img/banners/bullet-1-line-mob.svg);
    display: block;
    position: absolute;
    right: auto;
    left: calc(100% + 16px);
    top: -8px;
  }

  /* Пунктирные линии у буллета №2 на баннере */
  .bullet-2 .mainbanner-bullet__inner:after,
  .bullet-2 .banner-3-bullet__inner:after,
  .bullet-2 .banner-2-bullet__inner:after {
    content: url(../img/banners/bullet-2-line-mob.svg);
    display: block;
    position: absolute;
    right: auto;
    left: calc(100% + 16px);
    top: -20px;
  }

  .banner-2-body::before {
    width: 350px;
    height: 350px;
    top: -120px;
  }

  .preim-glav-item {
    gap: 15px;
  }

  .preim-glav__img {
    width: 60px;
  }

  .preim-glav__text p:first-of-type {
    font-size: 16px;
  }

  .preim-glav__text p+p {
    font-size: 13px;
  }

  .blog-block-header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .blog-card-main {
    padding: 15px;
  }

  .banner-3-form {
    flex-direction: column;
  }

  .banner-3-form input[type="tel"],
  .banner-3-form input[type="text"] {
    width: 100%;
    padding: 10px 30px;
  }

  .banner-3-form-submit {
    width: 100%;
    padding: 10px;
    font-size: 15px;
  }

  .catalog-grid {
    display: flex !important;
    flex-wrap: wrap;
    /*gap: 10px;*/
  }

  .prod-card-thumb {
    width: 100%;
  }

  .tab-opisan-text iframe {
    width: 100%;
    height: auto;
  }

  .catalog-main.list .prod-card-main .tab-harakter-list {
    display: none;
  }

  /*.tamplate-view {
		display: none;
	}*/
  .catalog-grid .prod-card {
    padding: 0;
    border-bottom: 2px dashed #d9d9d9;
    border-radius: 0;
    padding-bottom: 15px;
  }

  .prod-card-main {
    border-bottom: 0;
    margin-bottom: 5px;
  }

  .catalog-main.list .prod-card {
    padding-bottom: 15px;
  }

  .catalog-grid .prod-card:nth-of-type(even)::before {
    display: none;
  }

  .prod-card:hover {
    box-shadow: none;
  }

  .thumbs-wrapper {
    display: block;
  }

  .card-inner {
    display: block;
  }

  .card-col-descrip,
  .card-col-main {
    margin-top: 30px;
  }

  .card-thums {
    margin-top: 10px;
    height: 70px;
  }

  .card-inner-thumb .swiper-slide,
  .card-inner-thumb {
    height: 300px;
  }

  .card-thums-nav {
    margin: 0 auto;
    max-width: max-content;
  }

  .card-col-main-header {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .card-inner {
    margin-top: 0;
  }

  .choose-info__top {
    grid-template-columns: repeat(2, 1fr);
  }

  .choose-info__descrip {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .choose-info__item.custom-radio>span {
    padding: 15px 10px;
  }

  .choose-info__item-name {
    font-size: 14px;
  }

  .order-data {
    grid-template-columns: 1fr;
  }

  .order-data .textarea {
    grid-column: span 1;
  }

  .product-list-row {
    flex-wrap: wrap;
    gap: 20px 15px;
  }

  .product-list-name {
    width: calc(100% - 96px);
  }

  .product-list-title {
    line-height: 16px;
  }

  .lk-cols-main-banner:before {
    display: none;
  }

  .lk-platemenu-item:first-of-type {
    grid-column: span 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 15px 0;
  }

  .lk-platemenu-item:first-of-type .lk-platemenu-main {
    padding: 0;
  }

  .lk-platemenu {
    grid-template-columns: 1fr;
  }

  .lk-platemenu-item {
    min-height: 300px;
    background-position: 100% 80% !important;
  }

  .lk-platemenu-btn {
    width: 100%;
    align-self: stretch;
    max-width: none;
  }

  .accordion-lk-order.active .accordion-lk-order__title {
    font-size: 16px;
  }

  .rentsteps-list {
    grid-template-columns: 1fr;
  }

  .blueform form {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .blueform input[type="tel"],
  .blueform input[type="text"] {
    width: 100%;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 575px) {
  .prod-card {
    padding:10px;
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .header-flex__left {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .partners .title {
    margin-bottom: 25px;
  }

  .partners-list {
    grid-template-columns: 1fr;
  }

  .partners-list__item:nth-child(4) {
    margin-left: 0;
  }

  .partners-banner {
    padding: 30px 20px;
  }

  .partners-banner__title {
    font-size: 24px;
    line-height: 26px;
  }

  .partners-banner__bottom {
    flex-direction: column-reverse;
  }

  .partners .btn-full-white {
    width: 100%;
    max-width: none;
  }

  .footer-top,
  .footer-middle {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-middle,
  .footer-ur {
    margin-bottom: 30px;
  }

  .catalog-header-filter {
    width: 100%;
  }

  .loginPopup-right,
  .loginPopup-left {
    padding: 30px 20px;
  }

  .loginPopup-input-flex {
    flex-direction: column;
    gap: 0;
  }

  .dillers-item__title {
    font-size: 24px;
  }

  .subtitle-page {
    font-size: 14px;
  }

  .dillers-item__group-name {
    font-size: 14px;
  }

  .dillers-item__group-item {
    font-size: 12px;
  }

  .catalog-main.list .prod-card {
    flex-direction: column;
    padding: 20px;
  }

  .category-plate-item {
    align-items: center;
  }

  .category-plate-main {
    width: 100%;
  }

  .category-plate-item img {
    display: block;
    position: static;
  }

  .category-plate-item .category-plate-title {
    font-size: 20px !important;
    width: 100% !important;
    text-align: center;
  }

  .tab-opisan-table__manufac {
    flex-direction: column;
    align-items: start;
  }

  .tab-opisan-table__komplect {
    flex-direction: column;
  }
}

.catalog .category-plate-title {
  line-height: 100% !important;
}

.vacancies__showcase-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  max-width: 487px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .vacancies__showcase-title {
    max-width: none;
  }
}

@media screen and (max-width: 980px) {
  .vacancies__showcase-title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .vacancies__showcase-title {
    font-size: 22px;
  }
}

.vacancies__showcase-text {
  font-weight: 400;
  font-size: 21px;
  line-height: 130%;

  color: #000000;
  max-width: 437px;
  opacity: 0.7;
  margin-bottom: 42px;
}

@media screen and (max-width: 1200px) {
  .vacancies__showcase-text {
    max-width: none;
  }
}

@media screen and (max-width: 980px) {
  .vacancies__showcase-text {
    font-size: 18px;
  }
}

.show__search {
  display: none;
}

@media screen and (max-width: 767px) {
  .show__search {
    display: block;
  }

  #title-search {
    display: none;
  }

  #title-search.active {
    display: block;
  }

  .vacancies__showcase-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.vacancies__showcase-nubmer {
  background: linear-gradient(109.1deg, #f47922 26.06%, #ff964b 99.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
}

@media screen and (max-width: 980px) {
  .vacancies__showcase-nubmer {
    font-size: 20px;
  }
}

.vacancies__showcase-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;

  color: #000000;

  opacity: 0.7;
}

.vacancies__showcase-nubmer span {
  font-size: 16px;
  height: 19px;
}

.vacancies__showcase-advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px 77px;
}

@media screen and (max-width: 1200px) {
  .vacancies__showcase-advantages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.vacancies__left {
  max-width: 553px;
  padding: 40px 25px 55px 40px;
  background: #f5f5f7;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .vacancies__left {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .vacancies__left {
    padding: 30px 20px;
  }
}

.vacancies__showcase {
  display: flex;
}

.vacancies__city {
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  color: #f47922;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 15px;
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .mainbanner-body::before {
    display: none;
  }

  .mainbanner-body {
    min-height: 235px;
  }

  .vacancies__city {
    font-size: 12px;
    padding: 6px;
    border-radius: 5px;
  }

  @media screen and (max-width: 359px) {
    .vacancies__city {
      font-size: 10px;
    }
  }
}

.vacancies__city::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #f47922;
  border-radius: 50%;
  top: -3px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  .vacancies__city::before {
    width: 8px;
    height: 8px;
  }
}

.vacancies__city span {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .vacancies__city span {
    font-size: 10px;
  }
}

.vacancies__sities {
  position: relative;
  width: 500px;
  height: 323px;
}

@media screen and (max-width: 1200px) {
  .vacancies__sities {
    width: 970px;
    height: 970px;
  }
}

@media screen and (max-width: 767px) {
  .vacancies__sities {
    width: 100%;
    height: auto;
  }
}

.vacancies__sities-blocks {
  position: absolute;
  right: 126px;
  top: 103px;
}

@media screen and (max-width: 1360px) {
  .vacancies__sities-blocks {
    right: 70px;
  }
}

@media screen and (max-width: 1290px) {
  .vacancies__sities-blocks {
    right: -8px;
    top: 135px;
  }
}

@media screen and (max-width: 1200px) {
  .vacancies__sities-blocks {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .vacancies__sities-blocks {
    top: 550px;
    left: 5px;
    position: static;
  }
}

.vacancies__siti {
  position: absolute;
}

.vacancies__siti:nth-child(1) {
  top: 6px;
  left: 15px;
}

.vacancies__siti:nth-child(2) {
  top: 123px;
  left: 7px;
}

.vacancies__siti:nth-child(3) {
  top: 241px;
  left: 109px;
}

.vacancies__siti:nth-child(4) {
  top: 252px;
  left: 329px;
}

@media screen and (max-width: 1360px) {
  .vacancies__siti:nth-child(4) {
    top: 233px;
    left: 299px;
  }

  .vacancies__siti:nth-child(3) {
    top: 215px;
    left: 104px;
  }
}

@media screen and (max-width: 1290px) {
  .vacancies__siti:nth-child(2) {
    top: 102px;
    left: 10px;
  }

  .vacancies__siti:nth-child(3) {
    top: 181px;
    left: 84px;
  }

  .vacancies__siti:nth-child(4) {
    top: 191px;
    left: 257px;
  }
}

@media screen and (max-width: 1200px) {
  .vacancies__siti:nth-child(1) {
    top: 407px;
    left: 353px;
  }

  .vacancies__siti:nth-child(2) {
    top: 519px;
    left: 349px;
  }

  .vacancies__siti:nth-child(3) {
    top: 636px;
    left: 454px;
  }

  .vacancies__siti:nth-child(4) {
    top: 654px;
    left: 675px;
  }
}

@media screen and (max-width: 980px) {
  .vacancies__siti:nth-child(1) {
    left: 415px;
    top: 351px;
  }

  .vacancies__siti:nth-child(2) {
    top: 462px;
    left: 411px;
  }

  .vacancies__siti:nth-child(3) {
    top: 573px;
    left: 509px;
  }

  .vacancies__siti:nth-child(4) {
    top: 585px;
    left: 715px;
  }
}

@media screen and (max-width: 861px) {
  .vacancies__siti:nth-child(1) {
    left: 416px;
    top: 431px;
  }

  .vacancies__siti:nth-child(2) {
    top: 538px;
    left: 411px;
  }

  .vacancies__siti:nth-child(3) {
    top: 650px;
    left: 511px;
  }

  .vacancies__siti:nth-child(4) {
    top: 666px;
    left: 717px;
  }
}

@media screen and (max-width: 831px) {
  .vacancies__siti:nth-child(1) {
    left: 415px;
    top: 463px;
  }

  .vacancies__siti:nth-child(2) {
    top: 565px;
    left: 410px;
  }

  .vacancies__siti:nth-child(3) {
    top: 680px;
    left: 510px;
  }

  .vacancies__siti:nth-child(4) {
    top: 692px;
    left: 713px;
  }
}

@media screen and (max-width: 767px) {
  .vacancies__siti:nth-child(1) {
    top: 0;
    left: 0;
    transform: translate(84px, -226px);
  }

  .vacancies__siti:nth-child(2) {
    top: 0;
    left: 0;
    transform: translate(82px, -162px);
  }

  .vacancies__siti:nth-child(3) {
    top: 0;
    left: 0;
    transform: translate(125px, -109px);
  }

  .vacancies__siti:nth-child(4) {
    top: 0;
    left: 0;
    transform: translate(237px, -99px);
  }
}

@media screen and (max-width: 359px) {
  .vacancies__siti:nth-child(1) {
    top: 0;
    left: 0;
    transform: translate(67px, -186px);
  }

  .vacancies__siti:nth-child(2) {
    top: 0;
    left: 0;
    transform: translate(63px, -133px);
  }

  .vacancies__siti:nth-child(3) {
    top: 0;
    left: 0;
    transform: translate(106px, -86px);
  }

  .vacancies__siti:nth-child(4) {
    top: 0;
    left: 0;
    transform: translate(200px, -74px);
  }
}

.vacancies {
  position: relative;
}

.vacancies .header-flex {
  border: none;
}

@media screen and (max-width: 1200px) {
  .vacancies {
    overflow: hidden;
  }
}

.vacancies__map {
  position: absolute;
  right: 0;
  top: -83px;
}

@media screen and (max-width: 1200px) {
  .vacancies__map {
    position: static;
    margin-right: -30px;
  }
}

@media screen and (max-width: 1360px) {
  .vacancies__map img {
    max-width: 700px;
  }

  .vacancies__map {
    top: -60px;
  }
}

@media screen and (max-width: 1290px) {
  .vacancies__map img {
    max-width: 600px;
  }

  .vacancies__map {
    top: -10px;
  }
}

@media screen and (max-width: 1200px) {
  .vacancies__map img {
    width: 800px;
    margin: 0 0 0 auto;
    max-width: none;
  }
}

@media screen and (max-width: 980px) {
  .vacancies__map {
    margin-right: -52px;
  }

  .vacancies__map img {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .vacancies__map {
    margin-right: 0px;
    overflow: hidden;
  }

  .vacancies__map img {
    width: 400px;

    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 359px) {
  .vacancies__map img {
    width: 320px;
  }
}

.mainbanner.job {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mainbanner.job {
    margin-bottom: 60px;
  }
}

.worker .header-flex {
  padding-top: 5px;
  border-top: 1px dashed #cecece;
}

.worker .header-flex__left {
  max-width: 362px;
}

.worker__img {
  position: relative;
  z-index: 2;
}

.worker__img::before {
  content: "";
  position: absolute;
  width: 479px;
  height: 479px;
  background: linear-gradient(109.1deg, #f47922 26.06%, #ff964b 99.4%);
  border-radius: 50%;
  z-index: -1;
  bottom: -81px;
  left: -18px;
}

@media screen and (max-width: 980px) {
  .worker__img img {
    max-width: 340px;
  }

  .worker__img::before {
    width: 350px;
    height: 350px;
    left: 0;
  }

  .worker__img {
    margin-bottom: -60px;
  }
}

.worker__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 230px 0 108px;
  background: #f5f5f7;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 29px;
}

@media screen and (max-width: 1200px) {
  .worker__items {
    padding: 0 60px;
  }
}

@media screen and (max-width: 980px) {
  .worker__items {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .worker__items {
    flex-direction: column-reverse;
  }

  .worker__blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.worker__block {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .worker__block {
    margin-bottom: 0;
  }
}

.worker__block:last-child {
  margin-bottom: 0;
}

.worker__icon {
  margin-right: 20px;
}

.worker__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #2b2a29;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .worker__name {
    font-size: 16px;
  }
}

.worker__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #2b2a29;
  max-width: 250px;
}

.vacancy-our__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #000000;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.vacancy-our__title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */

  letter-spacing: 0.2px;
  margin-top: 5px;
  color: #000000;
}

.vacancy-our__blocks {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 1200px) {
  .vacancy-our__blocks {
    justify-content: space-between;
  }
}

@media screen and (max-width: 980px) {
  .vacancy-our__blocks {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-bottom: 0;
  }

  .vacancy-our__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .vacancy-our__items {
    grid-template-columns: 1fr;
  }
}

.vacancy-our__data {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #838383;
  margin-bottom: 2px;
}

.vacancy-our__prof {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 2px;
}

@media screen and (max-width: 980px) {
  .vacancy-our__prof {
    font-size: 18px;
    text-align: center;
  }
}

.vacancy-our__end {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .vacancy-our__end {
    gap: 10px;
  }
}

@media screen and (max-width: 980px) {
  .vacancy-our__end {
    margin-bottom: 10px;
    justify-content: center;
    gap: 5px 10px;
  }
}

/* .vacancy-our__end p {
	margin-right: 20px;
} */

.vacancy-our__end p:last-child {
  margin-right: 0;
}

.vacancy-our__block {
  margin-right: 30px;
  max-width: 515px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .vacancy-our__block {
    max-width: 360px;
  }
}

@media screen and (max-width: 980px) {
  .vacancy-our__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-right: 0;
  }
}

.vacancy-our__zp {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  margin-right: 90px;
  white-space: nowrap;
}

.vacancy-our__zp span {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 2px;
}

.vacancy-our__city {
  margin-right: 102px;
}

@media screen and (max-width: 1300px) {
  .vacancy-our__zp {
    margin-right: 80px;
  }

  .vacancy-our__city {
    margin-right: 70px;
  }
}

@media screen and (max-width: 1200px) {
  .vacancy-our__zp {
    margin-right: 30px;
  }
}

@media screen and (max-width: 980px) {
  .vacancy-our__zp {
    font-size: 18px;
    text-align: center;
    margin-right: 0;
  }
}

.vacancy-our__info {
  display: flex;
}

.vacancy-our__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent-color);
  background: var(--accent-gradient);
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0px 4px 12px rgba(255, 150, 75, 0.47);
  border-radius: 44px;
  height: 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  max-width: 313px;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .vacancy-our__btn {
    max-width: 270px;
  }
}

@media screen and (max-width: 980px) {
  .vacancy-our__btn {
    margin-top: 10px;
  }
}

.vacancy-our__btn:hover {
  color: var(--accent-color);
  background: #fff;
}

.faq__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 980px) {
  .faq__info {
    flex-direction: column;
    gap: 40px;
  }
}

.faq__items {
  max-width: 887px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  width: 887px;
}

@media screen and (max-width: 1365px) {
  .faq__items {
    max-width: 800px;
  }
}

@media screen and (max-width: 1280px) {
  .faq__items {
    max-width: 720px;
  }
}

@media screen and (max-width: 980px) {
  .faq__items {
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .faq__items {
    border-radius: 14px;
  }
}

.faq__title {
  display: inline-block;
}

.faq__title b {
  color: #4c3376;
}

.faq__header {
  padding: 20px 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #6d7280;
  justify-content: space-between;
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .faq__header {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .faq__header {
    padding: 10px;
    font-size: 16px;
  }
}

.faq__item:last-child .faq__header {
  border: none;
}

.faq__item:last-child .faq__body {
  border: none;
}

.faq__header.active {
  background: linear-gradient(109.1deg, #4c3376 26.06%, #7457a4 99.4%), #f5f5f7;
  font-weight: 700;
  color: #ffffff;
  border: none;
}

.faq__header.active svg path {
  stroke: #ffffff;
}

.faq__exit {
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .faq__exit {
    margin-left: 10px;
  }
}

.faq__header.active .faq__exit {
  transform: rotate(180deg);
}

.faq__header.active .faq__name {
  height: 54px;
}

@media screen and (max-width: 1200px) {
  .faq__header.active .faq__name {
    height: auto;
  }
}

.faq__body {
  padding: 20px 42px 20px 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #6d7280;
  border-bottom: 1px solid #e5e7eb;
}

@media screen and (max-width: 1200px) {
  .faq__body {
    padding: 20px 30px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .faq__body {
    padding: 10px;
    font-size: 14px;
  }
}

.faq__all {
  padding: 50px 42px 43px;
  background: #f5f5f7;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .faq__all {
    padding: 30px 20px;
    min-width: 374px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 980px) {
  .faq__all {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .faq__all {
    min-width: auto;
  }
}

.faq__reply {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  color: #4c3376;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .faq__reply {
    font-size: 22px;
  }
}

.faq__way {
  font-weight: 500;
  font-size: 19px;
  line-height: 120%;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .faq__way {
    font-size: 16px;
  }
}

.faq__way span {
  font-weight: 700;
  color: #4c3376;
  display: block;
}

.faq__icons {
  display: flex;
  margin-bottom: 22px;
}

.faq__icon {
  width: 33px;
  height: 33px;
  margin-right: 12px;
  background: #3ac951;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms;
}

.faq__icon:hover {
  background: #369f47;
}

.faq__icon:last-child {
  margin-right: 0;
  background: #36acf2;
}

.faq__icon:last-child:hover {
  background: rgb(50 160 225);
}

.faq__input {
  margin-bottom: 20px;
}

.faq__input input {
  padding: 12px 31px;
  border: 1px solid #4a4a4a;
  border-radius: 34px;
  background: transparent;
  width: 100%;
}

.faq__input input:focus-visible {
  outline: none;
}

.faq-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.faq-radio>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.faq-radio>span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #4a4a4a;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.faq-radio>input:checked+span::before {
  border-color: #4c3376;
  background-color: transparent;
  background-image: url("../img/icon/circle.svg");
  background-size: 12px;
}

.faq-radio span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}

.faq__social label {
  cursor: pointer;
}

.faq__socials {
  margin-bottom: 50px;
}

.faq__btn {
  border: 1px solid var(--accent-color);
  background: var(--accent-gradient);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 56px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  transition: 300ms;
  cursor: pointer;
}

.faq__btn:hover {
  color: var(--accent-color);
  background: #fff;
}

.job-inner .vacancy-our__blocks {
  margin-bottom: 40px;
  padding: 21px 38px;
  background: #f5f5f5;
  border-radius: 140px;
  border: none;
}

@media screen and (max-width: 1200px) {
  .job-inner .vacancy-our__blocks {
    padding: 20px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .job-inner .vacancy-our__btn {
    max-width: 240px;
  }
}

.job-inner__text {
  max-width: 1263px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.job-inner__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1px;
  margin-bottom: 30px;
}

.job-inner__text p:last-child {
  margin-bottom: 0;
}

.job-inner__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
}

@media screen and (max-width: 980px) {
  .job-inner__blocks {
    grid-template-columns: 1fr;
  }
}

.job-inner__block {
  padding: 40px 20px 40px 40px;
  background: #f5f5f5;
  border-radius: 30px;
}

@media screen and (max-width: 1200px) {
  .job-inner__block {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .job-inner__block {
    padding: 20px 10px;
    border-radius: 20px;
  }
}

.job-inner__block-name {
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .job-inner__block-name {
    font-size: 22px;
  }
}

.job-inner__list li {
  padding-left: 20px;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .job-inner__list li {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 8px;
  }
}

.job-inner__list li:last-child {
  margin-bottom: 0;
}

.job-inner__list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;

  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .job-inner__list li::before {
    top: 10px;
    left: 0px;
  }
}

.job-inner__block:nth-child(1) .job-inner__list {
  max-width: 589px;
}

.job-inner__block:nth-child(2) .job-inner__list {
  max-width: 589px;
}

.job-inner__block:nth-child(3) .job-inner__list {
  max-width: 1249px;
}

.job-inner__block:nth-child(3) {
  grid-column: 1 / 3;
}

@media screen and (max-width: 980px) {
  .job-inner__block:nth-child(3) {
    grid-column: auto;
  }

  .job-inner__block:nth-child(1) .job-inner__list {
    max-width: none;
  }

  .job-inner__block:nth-child(2) .job-inner__list {
    max-width: none;
  }

  .job-inner__block:nth-child(3) .job-inner__list {
    max-width: none;
  }
}

.business {
  margin-bottom: 156px;
}

@media screen and (max-width: 1200px) {
  .business {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 980px) {
  .business {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .business {
    margin-bottom: 60px;
  }
}

.business__items .mainbanner-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  max-width: 886px;
}

@media screen and (max-width: 767px) {
  .business__items .mainbanner-title {
    font-size: 30px;
  }
}

.business__items {
  padding: 0 0 40px 50px;
}

@media screen and (max-width: 767px) {
  .business__items {
    padding: 0 15px 30px 15px;
  }
}

.business__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 980px) {
  .business__blocks {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .business__blocks {
    grid-template-columns: 1fr;
  }
}

.business__block-big {
  grid-column: 1 / 3;
  padding: 45px 0px 105px 50px;
  background: #f5f5f7;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 300ms;
}

@media screen and (max-width: 1300px) {
  .business__block-big {
    padding: 40px 0 90px 40px;
  }
}

@media screen and (max-width: 767px) {
  .business__block-big {
    grid-column: auto;
    padding: 30px 10px 80px 20px;
  }
}

.business__block-big:hover {
  background: linear-gradient(109.1deg, #4c3376 26.06%, #7457a4 99.4%), #f5f5f7;
  transform: translateY(-5px);
}

.business__block-big:hover .business__block-title {
  color: #fff;
}

.business__block-big:hover::before {
  background-image: url(../img/business-decor2.png);
}

.business__block-big::before {
  content: "";
  background-image: url(../img/business-decor.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 249px;
  height: 171px;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .business__block-big::before {
    width: 180px;
    height: 80px;
  }
}

.business__block-big-second {
  grid-column: 3 / 5;
}

@media screen and (max-width: 980px) {
  .business__block-big-second {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 767px) {
  .business__block-big-second {
    grid-column: auto;
  }
}

.business__block-title {
  font-weight: 700;
  font-size: 31px;
  line-height: 130%;
  color: #000000;
  max-width: 402px;
}

@media screen and (max-width: 1300px) {
  .business__block-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .business__block-title {
    font-size: 24px;
  }

  .business__block-big-second .business__block-title {
    max-width: 350px;
  }
}

@media screen and (max-width: 1100px) {
  .business__block-title {
    font-size: 22px;
  }

  .business__block-big-second .business__block-title {
    max-width: 320px;
  }
}

@media screen and (max-width: 980px) {
  .business__block-title {
    max-width: none;
  }

  .business__block-big-second .business__block-title {
    max-width: none;
  }
}

.business__block-img {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1300px) {
  .business__block-img img {
    max-width: 190px;
  }

  .business__block-big-second .business__block-img img {
    max-width: 200px;
  }
}

@media screen and (max-width: 1100px) {
  .business__block-img img {
    max-width: 165px;
  }
}

@media screen and (max-width: 767px) {
  .business__block-img {
    display: none;
  }
}

.business__block-mini {
  padding: 40px 30px 57px;
  background: #f5f5f7;
  border-radius: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  transition: 300ms;
}

@media screen and (max-width: 1350px) {
  .business__block-mini {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .business__block-mini {
    font-size: 20px;
    padding: 30px 20px 30px;
  }
}

@media screen and (max-width: 980px) {
  .business__block-mini p br {
    display: none;
  }
}

.business__block-mini:hover {
  background: linear-gradient(109.1deg, #4c3376 26.06%, #7457a4 99.4%), #f5f5f7;
  color: #fff;
  transform: translateY(-5px);
}

.business-flex__left {
  margin-bottom: 50px;
  padding-top: 14px;
  border-top: 1px dashed #cecece;
  width: 100%;
}

.business-flex__left .title {
  letter-spacing: 0.02em;
}

.business__map {
  top: -40px;
}

@media screen and (max-width: 1360px) {
  .business__map {
    top: -10px;
  }
}

@media screen and (max-width: 1290px) {
  .business__map {
    top: 10px;
  }
}

.business__sities-blocks {
  top: 143px;
}

@media screen and (max-width: 1360px) {
  .business__sities-blocks {
    top: 155px;
  }
}

@media screen and (max-width: 1200px) {
  .business__sities-blocks {
    top: 325px;
  }
}

@media screen and (max-width: 980px) {
  .business__sities-blocks .vacancies__siti:nth-child(1) {
    left: 420px;
    top: 385px;
  }

  .business__sities-blocks .vacancies__siti:nth-child(2) {
    top: 500px;
    left: 411px;
  }

  .business__sities-blocks .vacancies__siti:nth-child(3) {
    top: 607px;
    left: 513px;
  }

  .business__sities-blocks .vacancies__siti:nth-child(4) {
    top: 622px;
    left: 715px;
  }
}

@media screen and (max-width: 767px) {
  .business__sities-blocks .vacancies__siti:nth-child(1) {
    top: 0;
    left: 0;
    transform: translate(84px, -226px);
  }

  .business__sities-blocks .vacancies__siti:nth-child(2) {
    top: 0;
    left: 0;
    transform: translate(82px, -162px);
  }

  .business__sities-blocks .vacancies__siti:nth-child(3) {
    top: 0;
    left: 0;
    transform: translate(125px, -109px);
  }

  .business__sities-blocks .vacancies__siti:nth-child(4) {
    top: 0;
    left: 0;
    transform: translate(237px, -99px);
  }
}

@media screen and (max-width: 359px) {
  .business__sities-blocks .vacancies__siti:nth-child(1) {
    transform: translate(68px, -183px);
  }

  .business__sities-blocks .vacancies__siti:nth-child(2) {
    transform: translate(66px, -132px);
  }

  .business__sities-blocks .vacancies__siti:nth-child(3) {
    transform: translate(103px, -91px);
  }

  .business__sities-blocks .vacancies__siti:nth-child(4) {
    transform: translate(196px, -77px);
  }
}

.business__dealer-city {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 77px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .business__dealer-city {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.business__dealer {
  padding: 40px 63px 40px 40px;
  background: #f5f5f7;
  border-radius: 20px;
  max-width: 553px;
}

@media screen and (max-width: 1200px) {
  .business__dealer {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .business__dealer {
    padding: 30px 20px;
  }
}

.business__dealer-title {
  font-weight: 400;

  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 767px) {
  .business__dealer-title {
    font-size: 20px;
    line-height: 23px;
  }
}

.business__dealer-text li {
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.2px;
  position: relative;
  margin-bottom: 4px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .business__dealer-text li {
    font-size: 16px;
    line-height: 18px;
  }
}

.business__dealer-text li:last-child {
  margin-bottom: 0;
}

.business__dealer-text li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
}

.business__dealer-end {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  margin-bottom: 21px;
}

.business__dealer-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: linear-gradient(109.1deg, #f47922 26.06%, #ff964b 99.4%), #f5f5f7;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  height: 50px;
  border-radius: 44px;
  max-width: 424px;
}

.business__dealer-btn:hover {
  color: var(--accent-color);
  background: #fff;
  border: 1px solid var(--accent-color);
}

.business__worker {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .business__worker {
    flex-direction: column;
  }
}

.worker__items-business {
  padding: 0 46px 0 108px;
}

@media screen and (max-width: 1300px) {
  .worker__items-business {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1200px) {
  .worker__items-business {
    flex-direction: column-reverse;
    padding: 30px 30px 0;
  }
}

.business__worker .worker__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  max-width: 228px;
}

@media screen and (max-width: 767px) {
  .business__worker .worker__name {
    font-size: 16px;
  }
}

.business__worker .worker__blocks {
  margin-right: 20px;
}

.business__worker .worker__blocks:last-child {
  margin-right: 0;
}

.business__worker .worker__icon {
  width: 42px;
}

.business-partner .partners-list {
  max-width: 571px;
  min-width: 571px;
}

@media screen and (max-width: 1200px) {
  .business-partner .partners-list {
    max-width: 471px;
    min-width: 471px;
  }
}

@media screen and (max-width: 980px) {
  .business-partner .partners-list {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}

.business-partner .header-flex {
  padding-top: 5px;
  border-top: 1px dashed #cecece;
}

.business-partner__form {
  padding: 58px 0px 60px 70px;
  max-width: 665px;
  background: #f5f5f7;
  position: relative;
  border-radius: 20px;
  width: 100%;
  margin-left: 60px;
}

@media screen and (max-width: 1200px) {
  .business-partner__form {
    padding: 50px 20px 50px 30px;
  }
}

@media screen and (max-width: 980px) {
  .business-partner__form {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-left: 0;
  }
}

.business-partner__item {
  max-width: 350px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 980px) {
  .business-partner__item {
    max-width: none;
  }
}

.business-partner__form::before {
  content: "";
  position: absolute;
  background-image: url(../img/decor/business-partner-decor.svg);
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 239px;
  right: 0;
  bottom: 0;
}

.business-partner__title {
  font-weight: 700;
  font-size: 31px;
  line-height: 110%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #f47922;
}

@media screen and (max-width: 767px) {
  .business-partner__title {
    font-size: 24px;
    max-width: 270px;
  }
}

.business-partner__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.business-partner__form .banner-3-form-fields input {
  border: 0.5px solid #a0a0a0;
  border-radius: 59px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding: 14px 10px 14px 24px;
  color: #000000;
}

.business-partner__form .banner-3-form-fields input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;

  color: #000000;
}

.business-partner__btn {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  background: var(--primary-gradient);
  border: none;
  color: #ffffff;
  transition: 0.3s ease-in;
  border-radius: 60px;
  margin-top: 10px;
}

.business-partner__btn:hover {
  background: var(--accent-color);
  color: #fff;
}

.business-partner__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .business-partner__items {
    flex-direction: column;
  }
}

.delivery__baner {
  position: relative;
  padding: 67px 50px 65px;
  border-radius: 20px;
  background: #f5f5f7;
  margin-bottom: 40px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .delivery__baner {
    padding: 67px 30px 65px;
  }
}

@media screen and (max-width: 767px) {
  .delivery__baner {
    padding: 40px 20px;
  }
}

.delivery__baner::before {
  content: "";
  position: absolute;
  width: 257px;
  height: 257px;
  border-radius: 50%;
  background: linear-gradient(109.1deg, #f47922 26.06%, #ff964b 99.4%);
  right: 250px;
  bottom: -84px;
}

@media screen and (max-width: 1200px) {
  .delivery__baner::before {
    width: 200px;
    height: 200px;
    right: 200px;
    bottom: -54px;
  }
}

@media screen and (max-width: 980px) {
  .delivery__baner::before {
    width: 150px;
    height: 150px;
    right: 150px;
    bottom: -54px;
  }
}

@media screen and (max-width: 767px) {
  .delivery__baner::before {
    display: none;
  }
}

.delivery__title {
  font-weight: 700;
  font-size: 29px;
  line-height: 140%;
  margin-bottom: 2px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  .delivery__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 980px) {
  .delivery__title {
    max-width: 360px;
  }
}

.delivery__time {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

@media screen and (max-width: 980px) {
  .delivery__time {
    font-size: 17px;
  }
}

.delivery__img {
  position: absolute;
  right: 0;
  top: 10px;
}

@media screen and (max-width: 1200px) {
  .delivery__img img {
    max-width: 400px;
  }
}

@media screen and (max-width: 980px) {
  .delivery__img img {
    max-width: 300px;
  }

  .delivery__img {
    top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .delivery__img {
    position: static;
    margin-top: 20px;
  }

  .delivery__img img {
    width: 100%;
    max-width: none;
  }
}

.pay-str .delivery__blocks {
  grid-template-columns: 1fr 1fr;
}

.pay-str .delivery__blocks:nth-child(4) {
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .delivery__blocks {
    grid-template-columns: 1fr;
  }

  .pay-str .delivery__blocks:nth-child(4) {
    grid-template-columns: 1fr;
  }
}

.delivery__block {
  display: flex;
  flex-direction: column;
  padding: 46px 20px 47px 50px;
  background: #f5f5f7;
  border-radius: 20px;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
  height: 100%;
  transition: 300ms;
}

.delivery__block:hover {
  transform: translateY(-10px);
}

@media screen and (max-width: 980px) {
  .delivery__block {
    padding: 35px 20px 35px 20px;
  }
}

.delivery__block-decor {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 980px) {
  .delivery__block-decor img {
    width: 70px;
  }
}

.delivery__block-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  margin-bottom: 2px;
}

@media screen and (max-width: 980px) {
  .delivery__block-title {
    font-size: 16px;
  }
}

.delivery__block-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 980px) {
  .delivery__block-text {
    font-size: 14px;
  }
}

.delivery__choose {
  height: 100%;
}

.delivery__choose>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.delivery__choose>input:checked+span {
  color: inherit;
  border: 1px solid var(--accent-color);
}

.payment__process {
  margin-bottom: 50px;
}

.payment__head {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  background: linear-gradient(251.12deg, #7457a4 5.59%, #4c3376 100%),
    linear-gradient(109.1deg, #f47922 26.06%, #ff964b 99.4%);
  box-shadow: 0px 4px 12px rgba(116, 87, 164, 0.44);
  border-radius: 100px;
  width: fit-content;
  margin-bottom: 40px;
}

.payment__process-img {
  gap: 28px;
  display: flex;
  margin-top: 24px;
  justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .payment__process-img {
    gap: 21px;
  }
}

.payment__process-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.payment__process-big {
  grid-column: 1 / 3;
}

.payment__process-mini {
  padding: 40px 40px 40px 50px;
  background: #f5f5f7;
  border-radius: 20px;
}

.payment__process-mini:first-child .payment__process-title {
  max-width: 366px;
}

.payment__process-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  max-width: 481px;
}

.payment__process-big {
  padding: 50px 40px;
  background: #f5f5f7;
  border-radius: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.2px;
}

.payment__process-big p {
  margin-bottom: 30px;
}

.payment__process-big p:last-child {
  margin-bottom: 0;
}

.payment__rule {
  margin-bottom: 50px;
}

.payment__rule-faq .faq__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #000000;
}

.payment__rule-faq .faq__item {
  margin-bottom: 25px;
}

.payment__rule-faq .faq__header {
  padding: 0;
  justify-content: flex-start;
  border: none;
}

.payment__rule-faq .faq__exit {
  margin-left: 15px;
}

.payment__rule-faq .faq__header.active {
  background: transparent;
}

.payment__rule-faq .faq__header.active .faq__name {
  height: auto;
}

.payment__rule-faq .faq__body {
  padding: 10px 0 0 0;
  border: none;
  color: #000000;
}

.payment__rule-faq .faq__header.active svg path {
  stroke: #f47922;
}

.payment__rule-faq .faq__item:last-child {
  margin-bottom: 0;
}

.payment__rule-blocks {
  padding: 37px 50px 50px 29px;
  background: #f5f5f7;
  border-radius: 20px;
}

.payment__rule-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}

.payment__garant-block-head {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #ffffff;
  margin-bottom: 10px;
  opacity: 0.8;
}

.payment__garant-block {
  background: linear-gradient(109.1deg, #4c3376 26.06%, #7457a4 99.4%), #f5f5f7;
  border-radius: 20px;
  padding: 42px 20px 41px 30px;
  width: 100%;
}

.payment__garant-block:nth-child(1) {
  max-width: 553px;
}

.payment__garant-block:nth-child(2) {
  max-width: 440px;
}

.payment__garant-block:nth-child(3) {
  max-width: 327px;
}

.payment__garant-block-end {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  color: #ffffff;
}

.payment__garant-block-end span {
  white-space: nowrap;
}

.payment__garant-blocks {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.payment__garant-block:last-child .payment__garant-block-end {
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
}

.payment__garant-text {
  padding: 30px 40px 33px;
  background: #f5f5f7;
  border-radius: 20px;
  margin-bottom: 30px;
}

.payment__garant-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}

.payment__garant-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .payment__garant-text p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .payment__process-big {
    font-size: 18px;
  }

  .payment__process-big p {
    margin-bottom: 20px;
  }

  .payment__rule-text p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .payment__rule-faq .faq__name {
    font-size: 20px;
  }

  .payment__garant-block-head {
    font-size: 16px;
  }

  .payment__garant-block-end {
    font-size: 21px;
  }

  .payment__garant-block:last-child .payment__garant-block-end {
    font-size: 19px;
  }
}

@media screen and (max-width: 980px) {
  .payment__process-blocks {
    grid-template-columns: 1fr;
  }

  .payment__process-big {
    grid-column: auto;
  }

  .payment__garant-blocks {
    flex-direction: column;
  }

  .payment__garant-block:nth-child(1) {
    max-width: none;
  }

  .payment__garant-block:nth-child(2) {
    max-width: none;
  }

  .payment__garant-block:nth-child(3) {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .payment__process-mini {
    padding: 20px 10px;
  }

  .payment__process-img img {
    max-width: 80px;
    width: 100%;
  }

  .payment__process-mini:first-child .payment__process-img img {
    max-width: 156px;
  }

  .payment__head {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .payment__process-img {
    gap: 10px;
  }

  .payment__process-title {
    font-size: 18px;
  }

  .payment__process-big {
    padding: 20px 10px;
  }

  .payment__process-big {
    font-size: 16px;
  }

  .payment__process-big p {
    margin-bottom: 10px;
  }

  .payment__process {
    margin-bottom: 40px;
  }

  .payment__rule-blocks {
    padding: 20px 10px;
  }

  .payment__rule-text p {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
  }

  .payment__rule-faq .faq__name {
    font-size: 16px;
    line-height: 120%;
  }

  .payment__rule-faq .faq__item {
    margin-bottom: 15px;
  }

  .payment__garant-text {
    padding: 20px 10px;
  }

  .payment__garant-text p {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
  }

  .payment__garant-block {
    padding: 20px;
  }
}

.mainbanner-body-montage, .blog .mainbanner-body.mainbanner-body-montage {
  min-height: 430px;
  background: url(../img/bg-montage.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog .mainbanner-body.mainbanner-obogrev-op {

  background: url(../img/bg-op.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog .mainbanner-body.mainbanner-obogrev-rezervoir {

  background: url(../img/bg-rezervoir.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog .mainbanner-body.mainbanner-obogrev-truboprovod {

	background: url(../img/bg-truboprovod.png);
	background-repeat: no-repeat;
	background-size: cover;
}



.blog .mainbanner-body.mainbanner-body-services{
  min-height: 430px;
  background: url(../img/bg-services.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* .mainbanner-body-montage *{
cursor: auto;
} */

@media screen and (max-width: 980px) {
  .mainbanner-body-montage {
    flex-direction: inherit;
  }
}

.mainbanner__blocks {
  display: flex;
}

@media screen and (max-width: 1100px) {
  .mainbanner__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mainbanner__blocks {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.mainbanner__block {
  margin-right: 60px;
  padding-right: 60px;
  position: relative;
}

@media screen and (max-width: 1340px) {
  .mainbanner__block {
    padding-right: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .mainbanner__block {
    padding-right: 20px;
    margin-right: 20px;
  }
}

.mainbanner__block::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background: #ffffff;
  opacity: 0.5;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1100px) {
  .mainbanner__block::before {
    display: none;
  }
}

.mainbanner__block:last-child::before {
  display: none;
}

.mainbanner__block:last-child {
  padding-right: 0;
  margin-right: 0;
}

.mainbanner__icon {
  margin-bottom: 10px;
}

.mainbanner__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
}

@media screen and (max-width: 1100px) {
  .mainbanner__name br {
    display: none;
  }
}

.mainbanner-body-montage::before {
  top: -497px;
  right: -153px;
  width: 675px;
  height: 675px;
}

@media screen and (max-width: 767px) {
  .mainbanner-body-montage::before {
    top: -292px;
    right: -153px;
    width: 374px;
    height: 375px;
  }
}

.mainbanner-body-montage .mainbanner-title {
  max-width: none;
  margin-bottom: -20px;
  font-size: 37px;
  line-height: 100%;
}

.mainbanner-body-montage .mainbanner-title span {
  white-space: nowrap;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .mainbanner-body-montage .mainbanner-title br {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .mainbanner-body-montage .mainbanner-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .mainbanner-body-montage .mainbanner-title {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.montage__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 8px;
}

@media screen and (max-width: 980px) {
  .montage__blocks {
    grid-template-columns: 1fr;
  }
}

.montage__block {
  padding: 30px 0 20px 50px;
  background: #f5f5f7;
  border-radius: 20px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 5;
  transition: 300ms;

  cursor: pointer;
}

.montage__block:hover {
  background: linear-gradient(109.1deg, #4c3376 26.06%, #7457a4 99.4%), #f5f5f7;
  color: #ffffff;
  transform: translateY(-5px);
}

.montage__block:hover .montage__next {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .montage__block {
    height: 175px;
  }
}

.montage__block::before {
  content: "";
  position: absolute;
  width: 199px;
  height: 199px;
  background: linear-gradient(109.1deg, #f47922 26.06%, #ff964b 99.4%);
  border-radius: 50%;
  bottom: -59px;
  right: 16px;
}

.montage__block-big {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  height: auto;
  padding: 40px 0 30px 50px;
}

@media screen and (max-width: 1200px) {
  .montage__block-big {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 980px) {
  .montage__block-big {
    grid-column: auto;
  }
}

.montage__block-big .montage__name {
  font-size: 30px;
  line-height: 120%;
  max-width: 465px;
}

.montage__block-big .montage__text {
  font-size: 20px;
  line-height: 120%;
  max-width: 293px;
}

.montage__block-big::before {
  width: 302px;
  height: 302px;
  right: 20px;
  bottom: -62px;
}

.montage__block-big .montage__next {
  font-size: 19px;
  line-height: 20px;
}

@media screen and (max-width: 1360px) {
  .montage__block-img img {
    max-width: 200px;
  }

  .montage__block::before {
    width: 180px;
    height: 180px;
  }

  .montage__block-big .montage__block-img img {
    max-width: 325px;
    height: 100%;
  }

  .montage__block-big .montage__block-img {
    height: 100%;
    right: -30px;
  }

  .montage__block-big::before {
    right: -20px;
  }

  .montage__block-big::before {
    width: 302px;
    height: 302px;
  }
}

@media screen and (max-width: 1300px) {
  .montage__block-big .montage__block-img {
    right: -60px;
  }

  .montage__block-big::before {
    width: 272px;
    height: 272px;
  }
}

@media screen and (max-width: 1200px) {
  .montage__block-img img {
    max-width: 155px;
  }

  .montage__block::before {
    width: 150px;
    height: 150px;
  }

  .montage__block-big .montage__block-img {
    right: 0;
  }

  .montage__block-big::before {
    width: 272px;
    height: 272px;
  }

  .montage__block-big .montage__next {
    margin-top: 20px;
  }
}

.montage__name {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  margin-bottom: 2px;
  position: relative;
  z-index: 2;
}

.montage__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
}

@media screen and (max-width: 1300px) {
  .montage__text {
    max-width: 325px;
  }
}

@media screen and (max-width: 1200px) {
  .montage__text {
    max-width: 270px;
  }
}

@media screen and (max-width: 980px) {
  .montage__block-img img {
    max-width: none;
  }

  .montage__block::before {
    width: 199px;
    height: 199px;
  }

  .montage__block-big::before {
    width: 272px;
    height: 272px;
  }
}

@media screen and (max-width: 767px) {
  .montage__block {
    padding: 20px;
  }

  .montage__name {
    font-size: 18px;
  }

  .montage__block-big .montage__name {
    font-size: 20px;
  }

  .montage__block-big .montage__text {
    font-size: 16px;
  }

  .montage__block-big .montage__block-img img {
    display: none;
  }

  .montage__block-big::before {
    width: 142px;
    height: 142px;
  }

  .montage__block-img img {
    max-width: 125px;
  }

  .montage__block::before {
    width: 142px;
    height: 142px;
    right: -10px;
  }

  .montage__block-big .montage__next {
    font-size: 16px;
  }
}

.montage__next {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  transition: 300ms;
}

.montage__next>div {
  width: 35px;
  height: 35px;
  background-color: #fff;
  background-image: url(../img/icon/arrow-montage.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 60px;
  box-shadow: 0px 0px 11px rgba(77, 77, 77, 0.15);
}

.montage__block-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.zakaz {
  margin-bottom: 140px;
}

@media screen and (max-width: 980px) {
  .zakaz {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .zakaz {
    margin-bottom: 60px;
  }
}

.zakaz .header-flex {
  margin-bottom: 140px;
}

@media screen and (max-width: 980px) {
  .zakaz .header-flex {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .zakaz .header-flex {
    margin-bottom: 60px;
  }
}

.zakaz .header-flex__left {
  max-width: 670px;
}

.zakaz__block:nth-child(2n) {
  text-align: right;
}

@media screen and (max-width: 980px) {
  .zakaz__block:nth-child(2n) {
    text-align: left;
  }
}

.zakaz__block-name {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
}

@media screen and (max-width: 1200px) {
  .zakaz__block-name {
    font-size: 21px;
    line-height: 120%;
  }
}

@media screen and (max-width: 767px) {
  .zakaz__block-name {
    font-size: 18px;
  }
}

.zakaz__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media screen and (max-width: 1300px) {
  .zakaz__blocks {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .zakaz__blocks {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.zakaz__block {
  padding: 28px 40px;
  background: #f5f5f7;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .zakaz__block {
    padding: 20px;
  }
}

.zakaz__items {
  position: relative;
}

.zakaz__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1360px) {
  .zakaz__img img {
    max-width: 580px;
  }
}

@media screen and (max-width: 1300px) {
  .zakaz__img img {
    max-width: 475px;
  }
}

@media screen and (max-width: 1200px) {
  .zakaz__img img {
    max-width: 300px;
  }
}

@media screen and (max-width: 980px) {
  .zakaz__img {
    display: none;
  }
}


.mainbanner.mainbanner-about {
  margin-bottom: 80px;
}

@media screen and (max-width: 980px) {
  .mainbanner.mainbanner-about {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mainbanner.mainbanner-about {
    margin-bottom: 60px;
  }
}

.mainbanner-about .mainbanner-body {
  min-height: 316px;
}

.mainbanner-about .business__items {
  padding: 0 0 70px 50px;
}

@media screen and (max-width: 767px) {
  .mainbanner-about .business__items {
    padding: 0 15px 30px 15px;
  }
}

.mainbanner-about .mainbanner-title {
  max-width: 540px;
  font-size: 37px;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .mainbanner-about .mainbanner-title {
    font-size: 30px;
  }
}

.mainbanner-about .mainbanner-title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}

.mainbanner-about-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .mainbanner-about-text {
    flex-direction: column;
    align-items: flex-start;
  }
}

.mainbanner-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  max-width: 594px;
  margin-right: 50px;
}

@media screen and (max-width: 1300px) {
  .mainbanner-text {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .mainbanner-text {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mainbanner-text {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
}

.mainbanner-about .mainbanner-body::before {
  top: -497px;
  right: -153px;
  width: 675px;
  height: 675px;
}

@media screen and (max-width: 767px) {
  .mainbanner-about .mainbanner-body::before {
    top: -297px;
    right: -153px;
    width: 374px;
    height: 375px;
  }
}

.production__items {
  padding: 70px 90px 70px 0;
  position: relative;
  overflow: hidden;
  background: #f5f5f7;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .production__items {
    padding: 50px 30px 50px 0;
  }
}

@media screen and (max-width: 980px) {
  .production__items {
    display: flex;
    flex-direction: column-reverse;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .production__items {
    padding: 30px 20px;
  }
}

.production__items::before {
  content: "";
  position: absolute;
  width: 103px;
  height: 103px;
  background-image: url(../img/about/production-decor.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 65px;
  left: 406px;
  z-index: 2;
}

@media screen and (max-width: 1300px) {
  .production__items::before {
    top: 145px;
    left: 330px;
  }
}

@media screen and (max-width: 1200px) {
  .production__items::before {
    top: 75px;
    left: 284px;
    width: 87px;
    height: 87px;
  }
}

@media screen and (max-width: 980px) {
  .production__items::before {
    top: auto;
    bottom: 280px;
  }
}

@media screen and (max-width: 767px) {
  .production__items::before {
    left: 205px;
    bottom: 190px;
  }
}

.production__img {
  position: absolute;
  left: -42px;
  bottom: -130px;
}

@media screen and (max-width: 1300px) {
  .production__img img {
    width: 500px;
    height: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .production__img img {
    width: 450px;
    height: 450px;
  }
}

@media screen and (max-width: 980px) {
  .production__img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: -120px;
    margin-left: -80px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .production__img img {
    width: 370px;
    height: 370px;
  }
}

.production__info {
  max-width: 575px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1200px) {
  .production__info {
    max-width: 467px;
  }
}

@media screen and (max-width: 980px) {
  .production__info {
    max-width: none;
  }
}

.production__info p {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 30px;
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .production__info p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .production__info p {
    font-size: 16px;
    line-height: 120%;
  }
}

.production__info p:last-child {
  margin-bottom: 0;
}

.products .header-flex {
  padding: 14px 0 30px;
}

.products__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  .products__blocks {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .products__blocks {
    grid-template-columns: 1fr;
  }
}

.products__block {
  padding: 30px 0 0 30px;
  background: #f5f5f7;
  border-radius: 20px;
  height: 200px;
  position: relative;
  transition: 0.3s;
}

.products__block:hover {
  background: linear-gradient(109.1deg, #4c3376 26.06%, #7457a4 99.4%), #f5f5f7;
  color: #ffffff;
  transform: translateY(-10px);
}

@media screen and (max-width: 767px) {
  #catd-tabs {
    grid-template-columns: 1fr;
  }

  .products__block {
    padding: 20px 0 0 20px;
  }
}

.products__block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  max-width: 250px;
}

.products__img {
  position: absolute;
  bottom: 0;
  right: 5px;
}

.brands__items {
  padding: 37px 40px 44px 40px;
  border: 1px dashed #d9d9d9;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .brands__items {
    padding: 30px 20px;
  }
}

.brands__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 18px 27px;
}

@media screen and (max-width: 1360px) {
  .brands__blocks {
    gap: 18px 20px;
  }
}

@media screen and (max-width: 1300px) {
  .brands__blocks {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1100px) {
  .brands__blocks {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 980px) {
  .brands__blocks {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .brands__blocks {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.brands__block {
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  transition: 300ms;
}

.brands__block:hover {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .brands__block img {
    max-width: 115px;
  }
}

/*.brands__block:nth-last-child(-n + 3) {
  transform: translate(170%);
}*/

@media screen and (max-width: 1300px) {
  .brands__block:nth-last-child(-n + 3) {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .about-montage .header-flex {
    padding-top: 10px;
  }

  .production .header-flex {
    padding-top: 10px;
  }
}

.about-montage__blocks {
  padding: 55px 0 74px 40px;
  background: #f5f5f7;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .about-montage__blocks {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .about-montage__blocks {
    padding: 30px 20px;
  }
}

.about-montage__blocks::before {
  content: "";
  position: absolute;
  width: 103px;
  height: 103px;
  background-image: url(../img/about/production-decor.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 75px;
  right: 407px;
  z-index: 2;
}

@media screen and (max-width: 1300px) {
  .about-montage__blocks::before {
    top: 120px;
    right: 330px;
  }
}

@media screen and (max-width: 1200px) {
  .about-montage__blocks::before {
    width: 87px;
    height: 87px;
    top: 135px;
    right: 283px;
  }
}

@media screen and (max-width: 980px) {
  .about-montage__blocks::before {
    top: auto;
    bottom: 280px;
    left: 284px;
  }
}

@media screen and (max-width: 767px) {
  .about-montage__blocks::before {
    left: 205px;
    bottom: 190px;
  }
}

.about-montage__text {
  max-width: 625px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .about-montage__text {
    max-width: 550px;
  }
}

@media screen and (max-width: 980px) {
  .about-montage__text {
    max-width: none;
  }
}

.about-montage__text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #000000;
  opacity: 0.8;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .about-montage__text p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .about-montage__text p {
    font-size: 16px;
    line-height: 120%;
  }
}

.about-montage__text p:last-child {
  margin-bottom: 0;
}

.about-montage__list {
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-montage__list p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  color: #000000;
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .about-montage__list p {
    font-size: 18px;
    gap: 10px;
  }

  .about-montage__list {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .about-montage__list {
    padding-left: 0;
  }

  .about-montage__list p img {
    max-width: 35px;
  }

  .about-montage__list p {
    font-size: 16px;
  }
}

.about-montage__img {
  position: absolute;
  right: -50px;
  bottom: -150px;
}

@media screen and (max-width: 1300px) {
  .about-montage__img img {
    width: 500px;
    height: 500px;
  }

  .about-montage__img {
    bottom: -90px;
  }
}

@media screen and (max-width: 1200px) {
  .about-montage__img img {
    width: 450px;
    height: 450px;
  }
}

@media screen and (max-width: 980px) {
  .about-montage__img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: -120px;
    margin-left: -80px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about-montage__img img {
    width: 370px;
    height: 370px;
  }
}

.works {
  margin-bottom: 230px;
}

@media screen and (max-width: 1200px) {
  .works {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .works {
    margin-bottom: 130px;
  }
}

.works .header-flex {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .works .header-flex {
    padding-top: 10px;
  }
}

.works .tab-btn {
  padding: 10px 20px;
}

.works .tab-control {
  gap: 10px;
}

.works__block {
  background: #f5f5f7;
  border-radius: 20px;
  height: 611px;
}

@media screen and (max-width: 1200px) {
  .works__block {
    height: auto;
  }
}

.works__block-info {
  padding: 35px 10px 0 40px;
}

@media screen and (max-width: 1200px) {
  .works__block-info {
    padding: 35px 10px 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .works__block-info {
    padding: 30px 20px;
  }
}

.works__block-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 19px;
  max-width: 447px;
  height: 48px;
}

@media screen and (max-width: 1200px) {
  .works__block-name {
    font-size: 22px;
    max-width: 411px;
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .works__block-name {
    font-size: 18px;
  }
}

.works__block-time span {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.works__block-time span img {
  margin-right: 9px;
}

.works__block-time p {
  padding-left: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  max-width: 267px;
}

.works__block-end {
  display: flex;
  gap: 37px;
}

@media screen and (max-width: 1200px) {
  .works__block-end {
    flex-direction: column;
    gap: 20px;
  }
}

.works__block-head {
  display: flex;
}

.works__block-head img {
  border-radius: 20px;
  width: 100%;
  height: 322px;
}

@media screen and (max-width: 1200px) {
  .works__block-head img {
    height: auto;
  }
}

.works__block-second .works__block-time p {
  max-width: 322px;
}

@media screen and (max-width: 1200px) {
  .works__block-time p {
    max-width: none;
  }

  .works__block-second .works__block-time p {
    max-width: none;
  }
}

.works__block-rem p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.works .reviews-swiper .swiper-wrapper {
  align-items: flex-start;
}

.works__block-tag {
  padding: 4px 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0px 4px 12px rgba(255, 150, 75, 0.47);
  color: #ffffff;
  background: var(--accent-gradient);
  width: fit-content;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.works-swiper-button-prev {
  background: url(../img/icon/swiper-left.svg);
  left: calc(50% - 70px);
}

.works-swiper-button-next {
  background: url(../img/icon/swiper-right.svg);
  right: calc(50% - 70px);
}

.works-swiper-button-next,
.works-swiper-button-prev {
  position: absolute;
  bottom: -94px;
  z-index: 3;
  width: 54px;
  height: 54px;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
  border-radius: 60px;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.works-swiper-button-prev2 {
  background: url(../img/icon/swiper-left.svg);
  left: calc(50% - 70px);
}

.works-swiper-button-next2 {
  background: url(../img/icon/swiper-right.svg);
  right: calc(50% - 70px);
}

.works-swiper-button-next2,
.works-swiper-button-prev2 {
  position: absolute;
  bottom: -94px;
  z-index: 3;
  width: 54px;
  height: 54px;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
  border-radius: 60px;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.works-swiper-button-next.swiper-button-disabled,
.works-swiper-button-prev.swiper-button-disabled {
  background-image: url(../img/icon/swiper-disabled.svg);
}

.works-swiper-button-next.swiper-button-disabled {
  transform: rotate(180deg);
}

.works-swiper-button-next2.swiper-button-disabled,
.works-swiper-button-prev2.swiper-button-disabled {
  background-image: url(../img/icon/swiper-disabled.svg);
}

.works-swiper-button-next2.swiper-button-disabled {
  transform: rotate(180deg);
}

.works-swiper-button-prev3 {
  background: url(../img/icon/swiper-left.svg);
  left: calc(50% - 70px);
}

.works-swiper-button-next3 {
  background: url(../img/icon/swiper-right.svg);
  right: calc(50% - 70px);
}

.works-swiper-button-next3,
.works-swiper-button-prev3 {
  position: absolute;
  bottom: -94px;
  z-index: 3;
  width: 54px;
  height: 54px;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
  border-radius: 60px;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.works-swiper-button-next3.swiper-button-disabled,
.works-swiper-button-prev3.swiper-button-disabled {
  background-image: url(../img/icon/swiper-disabled.svg);
}

.works-swiper-button-next3.swiper-button-disabled {
  transform: rotate(180deg);
}

.works-swiper-button-prev4 {
  background: url(../img/icon/swiper-left.svg);
  left: calc(50% - 70px);
}

.works-swiper-button-next4 {
  background: url(../img/icon/swiper-right.svg);
  right: calc(50% - 70px);
}

.works-swiper-button-next4,
.works-swiper-button-prev4 {
  position: absolute;
  bottom: -94px;
  z-index: 3;
  width: 54px;
  height: 54px;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
  border-radius: 60px;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.works-swiper-button-next4.swiper-button-disabled,
.works-swiper-button-prev4.swiper-button-disabled {
  background-image: url(../img/icon/swiper-disabled.svg);
}

.works-swiper-button-next4.swiper-button-disabled {
  transform: rotate(180deg);
}

.works-swiper-button-prev5 {
  background: url(../img/icon/swiper-left.svg);
  left: calc(50% - 70px);
}

.works-swiper-button-next5 {
  background: url(../img/icon/swiper-right.svg);
  right: calc(50% - 70px);
}

.works-swiper-button-next5,
.works-swiper-button-prev5 {
  position: absolute;
  bottom: -94px;
  z-index: 3;
  width: 54px;
  height: 54px;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
  border-radius: 60px;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.works-swiper-button-next5.swiper-button-disabled,
.works-swiper-button-prev5.swiper-button-disabled {
  background-image: url(../img/icon/swiper-disabled.svg);
}

.works-swiper-button-next5.swiper-button-disabled {
  transform: rotate(180deg);
}

.works-swiper-button-prev6 {
  background: url(../img/icon/swiper-left.svg);
  left: calc(50% - 70px);
}

.works-swiper-button-next6 {
  background: url(../img/icon/swiper-right.svg);
  right: calc(50% - 70px);
}

.works-swiper-button-next6,
.works-swiper-button-prev6 {
  position: absolute;
  bottom: -94px;
  z-index: 3;
  width: 54px;
  height: 54px;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
  border-radius: 60px;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.works-swiper-button-next6.swiper-button-disabled,
.works-swiper-button-prev6.swiper-button-disabled {
  background-image: url(../img/icon/swiper-disabled.svg);
}

.works-swiper-button-next6.swiper-button-disabled {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {

  .works-swiper-button-next,
  .works-swiper-button-prev {
    bottom: -70px;
  }

  .works-swiper-button-next2,
  .works-swiper-button-prev2 {
    bottom: -70px;
  }

  .works-swiper-button-next3,
  .works-swiper-button-prev3 {
    bottom: -70px;
  }

  .works-swiper-button-next4,
  .works-swiper-button-prev4 {
    bottom: -70px;
  }

  .works-swiper-button-next5,
  .works-swiper-button-prev5 {
    bottom: -70px;
  }

  .works-swiper-button-next6,
  .works-swiper-button-prev6 {
    bottom: -70px;
  }
}

.page-top-contacts {
  margin-bottom: 60px;
}

@media screen and (max-width: 980px) {
  .page-top-contacts {
    margin-bottom: 40px;
  }
}

.contacts-row__flex-tel {
  gap: 5px 26px;
}

.contacts-row__text-mail {
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
}

.contacts-row__title-header {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.contacts-row__title-header img {
  margin-left: 8px;
  rotate: 180deg;
  display: flex;
  transition: 300ms;
}

.contacts-row__title-header.active img {
  rotate: 0deg;
}

.contacts-row__text-body {
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
}

.contacts-block {
  margin-bottom: 207px;
}

@media screen and (max-width: 1200px) {
  .contacts-block {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-block {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 980px) {
  .contacts-row__text-body {
    font-size: 14px;
  }

  .contacts-row__text-mail {
    font-size: 16px;
  }
}

.ctl-scn-result__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0;
}

@media screen and (max-width: 767px) {

.tamplate-view__list {
  border-radius: 10px;

}

.tamplate-view__grid {
  border-radius: 10px;
}

.btn-tv.active{
  display: none;
}

  .ctl-scn-result__list {
    grid-template-columns: 1fr;
  }
}

.ctl-item__body {
  padding: 0 15px 15px 15px;
}

.collection-page .prod-card-thumb {
  width: 100%;
}

.ctl-scn-result__item {
  border: 1px solid var(--accent-color);
  border-radius: 20px;
  background: #fff;
  position: relative;
  transition: 300ms;
}

/*.ctl-scn-result__item:hover {
  transform: translateY(-10px);
}*/

.ctl-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.ctl-scn-result__item .ctl-item__brand-img img {
  height: 120px;
  object-fit: contain;
  padding: 15px;
  max-width: 307px;
  width: 100%;
  mix-blend-mode: multiply;
}

.ctl-item__brand-name {
  text-align: center;
  color: #f47922;
  margin-top: 10px;
  font-size: 20px;
}

.ctl-item__brand-country {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.ctl-item__brand-desc {
  text-align: center;
  color: #737373;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .ctl-scn-result__list {
    gap: 20px;
  }
}

.ctl-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctl-item__img img {
  max-width: 307px;
  height: 150px;
  padding: 20px;
  width: 100%;
  object-fit: contain;
}

.ctl-item-header__title {
  text-align: center;
  color: #f47922;
  margin-top: 10px;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .ctl-item-header__title {
    font-size: 18px;
  }
}

.ctl-item-param__current-price {
  margin-right: 8px;
  font-weight: 700;
  font-size: 24px;
  color: #f47922;
}

@media screen and (max-width: 1200px) {
  .ctl-item-param__current-price {
    font-size: 18px;
  }
}

.ctl-item-param__price {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.ctl-item-param__old-price {
  font-size: 16px;
  font-weight: 500;
  color: #737373;
  text-decoration: line-through;
}

.ctl-item-btn__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: var(--accent-gradient);
  border: 1px solid var(--accent-color);
  border-radius: 100px;
  box-shadow: 0px 4px 12px rgba(255, 150, 75, 0.47);
  transition: 300ms;
  color: #ffffff;
}

.ctl-item-btn__btn:hover {
  color: var(--accent-color);
  background: #fff;
}

.ctl-item__body {
  display: flex;
  flex-direction: column;
}

.ctl-item__body hr {
  margin: 15px 0;
  border-top: 1px solid #d9d9d9;
}

.collections-review-count {
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 12px;
  color: #b1b1b1;
  z-index: 10;
}

.bullet-2 .banner-3-bullet__inner::after {
  display: none;
}

.bullet-1 .banner-3-bullet__inner:after {
  display: none;
}

.bullet-3 .banner-3-bullet__inner:after {
  display: none;
}

.top-menu-sub-container__left {
  width: 100%;
}

.top-menu-sub-container {
  display: flex;
}

.p-sub-menu {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-evenly;
}

.p-sub-menu__col {
  width: 25%;
  padding: 0 10px;
}

.p-sub-menu__item {
  margin-bottom: 20px;
}

.p-sub-menu__title {
  font-size: 15px;
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;

  font-weight: 700;
  line-height: 23px;
  color: #000000;
}

.p-sub-menu-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  min-height: auto;
  border-right: none;
  transition: 3500ms;
}

.p-sub-menu-list li:hover a {
  color: var(--accent-color);
}

.p-sub-menu-list li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  transition: 300ms;
}

.p-sub-menu__title img {
  max-width: 34px;
  margin-right: 10px;
}

.top-menu-sub-container__right {
  width: 250px;
}

.owl-item {
  padding-bottom: 20px;
}

.product-item {
  padding: 12px;
  border: 1px solid var(--accent-color);
  border-radius: 6px;
  position: relative;
}

.owl-item img {
  display: block;
  width: 100%;
}

.product-item-image>img {
  width: auto;
  height: auto;
  max-width: 222px;
  max-height: 222px;
}

@media screen and (max-width: 1271px) {
  .product-item-image>img {
    max-width: 163px;
    max-height: 163px;
  }
}

.product-item-title {
  height: auto;
  margin-top: 15px;
}

.product-item-title a {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.product-item-info-container {
  padding-top: 12px;
}

.product-item-info-block {
  max-width: 100%;
  display: block;
}

.product-item-price-current {
  font-size: 30px;
  line-height: 38px;
}

.product-item-blocks {
  margin-bottom: 10px;
}

.get-product-btn {
  width: 100%;
  height: 42px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--accent-gradient);
  color: #fff;
  border: 1px solid transparent;
}

.get-product-btn:hover {
  color: var(--accent-color);
  background: #fff;
  border: 1px solid var(--accent-color);
}

.product-item .fav-btn {
  position: absolute;
  right: 5px;
  top: 5px;
}

.sub-menu-recommend-title {
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  position: relative;
  padding-left: 30px;
}

.sub-menu-recommend-title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  background-image: url(../img/icon/like-drop-menu.svg);
}

.owl-dots {
  display: flex;
  justify-content: center;
}

.owl-dots-second {
  display: flex;
  justify-content: center;
}

.owl-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent-gradient);
  margin-left: 8px;
  margin-right: 8px;
}

.owl-dots-second .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent-gradient);
  margin-left: 8px;
  margin-right: 8px;
}

.owl-next {
  position: absolute;
  background-image: url(../img/icon/arrow-drop-menu-r.svg);
  width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 22;
  right: 5px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
}

.owl-prev {
  position: absolute;
  background-image: url(../img/icon/arrow-drop-menu-l.svg);
  width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 22;
  left: 5px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
}

.owl-prev.swiper-button-disabled {
  display: none;
}

.owl-next.swiper-button-disabled {
  display: none;
}

.collection .catalog-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.collection__items {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .collection__items {
    flex-direction: column;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .collection__items {
    padding-top: 20px;
  }
}

.collection__img {
  margin-right: 40px;
  min-width: 560px;
  width: 560px;
  max-height: 420px;
  pointer-events: none;
  object-fit: contain;
}

@media screen and (max-width: 1100px) {
  .collection__img {
    min-width: 246px;
    width: 246px;
  }
}

@media screen and (max-width: 980px) {
  .collection__img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .collection__img {
    width: 100%;
    min-width: auto;
  }
}

.collection__img img {
  max-width: 100%;
  max-height: 410px;
}

/*.collection__item {*/
/*  max-width: 600px;*/
/*}*/

@media screen and (max-width: 980px) {
  .collection__item {
    max-width: none;
  }
}

.collection__name {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
  color: #000;
  line-height: normal;
}

.collection__name-mobile {
  display: none;
}

@media screen and (max-width: 1100px) {
  .collection__name {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 980px) {
  .collection__name {
    display: none;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .collection__name-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .collection__name {
    font-size: 20px;
  }
}

.collection__info {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0 !important;
}

@media screen and (max-width: 980px) {
  .collection__info {
    margin-bottom: 30px;
  }
}

.collection__text {
  text-align: justify;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 20px;
}

.collection-catalog-title {
  margin-right: 30px;
  font-size: 28px;
  line-height: normal;
}

@media screen and (max-width: 980px) {
  .collection-catalog-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .collection-catalog-title {
    font-size: 20px;
  }
}

.collection-catalog-title-grid {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .collection-catalog-title-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.collection__sticky {
  display: none;
  position: relative;
  background: #fff;
  z-index: 22;
  transition: 300ms;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#collection__sticky.fixed-header {
  position: fixed;
  width: 100%;
  bottom: -100%;
  left: 0;
  display: flex;
}

@media screen and (max-width: 1200px) {
  #collection__sticky.fixed-header {
    display: none;
  }
}

.collection__sticky-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 3px;
  max-width: 510px;
  padding-right: 10px;
}

.collection__sticky-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.collection__sticky-img img {
  display: block;
  max-height: 48px;
  max-width: 48px;
  min-width: 48px;
  min-height: 48px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection__sticky-left {
  display: flex;
  width: 100%;
  align-items: center;
  max-width: 665px;
  border-right: 0.5px solid rgb(206, 206, 206);
}

.collection__sticky-reviews {
  display: flex;
  gap: 20px;
  align-items: center;
}

.collection__sticky-quest {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  display: flex;
  align-items: center;
}

.collection__sticky-quest svg {
  margin-right: 5px;
}

.collection__sticky-compare {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  display: flex;
  align-items: center;
}

.collection__sticky-compare svg {
  margin-right: 5px;
}

.collection__sticky .prod-card-reviews {
  display: flex;
}

.collection__sticky-company {
  display: flex;
  max-width: 40%;
  min-width: 400px;
  padding: 0 40px;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .collection__sticky-company {
    min-width: 340px;
  }
}

.collection__sticky-company-img {
  position: relative;
  overflow: hidden;
  margin-right: 18px;
  max-height: 100px;
  max-width: 120px;
  width: 100%;
  height: 100%;
}

.collection__sticky-company-img img {
  max-width: 100%;
  height: 60px;
  padding: 10px;
  object-fit: contain;
  margin: 0 auto;
}

.collection__sticky-company-text {
  font-size: 12px;
  color: #a0a0a0;
}

.collection__sticky-btn {
  width: 100%;
  max-width: 282px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--primary-gradient);
  color: #ffffff;
  border-radius: 12px;
  padding: 9px;
  border: 1px solid transparent;
  margin-right: 10px;
}

.collection__sticky-btn:hover {
  color: var(--accent-color);
  background: #ffffff;
  border: 1px solid var(--accent-color);
}

.collection__sticky-btn span {
  font-size: 14px;
  font-weight: 500;
}

.collection__sticky-basket .fav-btn {
  height: 50px;
  width: 50px;
  max-width: none;
}

.collection__sticky-basket .fav-btn svg {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1px;
}

.collection__sticky-basket .fav-btn.active {
  background-color: var(--accent-color);
}

.collection__sticky-basket .fav-btn.active svg path {
  fill: white;
}

.collection__sticky-basket {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 351px;
}

.collection__sticky-items {
  display: flex;
  padding: 5px 0;
  align-items: center;
  width: 100%;
}

.collection__sticky-company-name {
  transition: 300ms;
}

.collection__sticky-company-name:hover {
  color: var(--accent-color);
}

.collection__sticky .prod-card-reviews__kolvo {
  color: #000;
}

.collection__sticky .wrapper {
  width: 100%;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid var(--accent-color);
}

.jq-selectbox li:hover {
  background: var(--accent-gradient);
}

.jq-selectbox__trigger-arrow {
  background: url(../img/icon/menuburger-arrow2.svg) no-repeat 50% 50%;
}

.salePopup-body {
  display: flex;
  width: 100%;
  min-height: 330px;
  align-items: stretch;
  border-radius: 20px;
}

.salePopup-left {
  position: relative;
  width: 440px;
  background: url(../img/decor/popup-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 20px 0 0 20px;
}

.salePopup-left:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*background: url(../img/banners/bannermain-4__img.png) center 0 / contain no-repeat;*/
  background: url(../img/banners/bannermain-4__img.png?pp=23) right bottom / contain no-repeat;
}

.salePopup-body .text {
  margin: 10px 0 20px;
}

.salePopup-body .loginPopup-submit {
  margin-top: 15px;
}

@media screen and (max-width: 980px) {
  #salePopup .hystmodal__window {
    width: 480px;
  }

  .salePopup-body {
    min-height: auto;
    flex-direction: column-reverse;
  }

  .loginPopup-left {
    display: none;
  }

  .loginPopup-right {
    border-radius: 20px;
  }
}

div.title-search-result {
  z-index: 99999999999999999 !important;
}
.back__to__basket {
  color: #8F8F8F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.2px;
  margin-bottom: 35px;
  display: inline-block;
  }

/* Стили для прелоадера */
#fancybox-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

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

.banner-request-call {
  max-width: 450px;
  width: 100%;
  padding: 18px 30px;
  margin: 0 auto;
}

.delivery__banner_new {
  min-height: 291px;
  background-image: url(/images/delivery/dostavka-banner0.jpg);
  background-size: cover;
  background-position: left;
  background-color: #f5f5f7;
  margin: 0 0 40px 0;
  border-radius: 24px;
}

.payment__banner_new {
  min-height: 291px;
  background-image: url(/images/delivery/payment-banner0.jpg);
  background-size: cover;
  background-position: left;
  background-color: #f5f5f7;
  margin: 0 0 40px 0;
  border-radius: 24px;
}

@media screen and (max-width: 1201px) {
  .payment__banner_new, .delivery__banner_new {
    min-height: 250px;
  }

}


@media screen and (max-width: 1025px) {
  .payment__banner_new, .delivery__banner_new {
    min-height: auto;
  }
}

@media screen and (max-width: 1025px) {
  .payment__banner_new, .delivery__banner_new {
    min-height: 150px;
  }
  }

@media screen and (max-width: 641px) {
  .payment__banner_new, .delivery__banner_new {
    min-height: 100px;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 481px) {
  .payment__banner_new, .delivery__banner_new {
    min-height: 75px;
  }
  .collections-review-count {
    top: 180px;
    left: 50px;
  }
}

@media screen and (max-width: 320px) {
  .payment__banner_new, .delivery__banner_new {
    min-height: 50px;
  }
  .collections-review-count {
    left: 40px;
  }
}

/* local/style.css */

@font-face {
    font-weight: 500;
    font-family: "Cera Pro";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/CeraPro-Medium.woff2") format("woff2"), url("../fonts/CeraPro-Medium.woff") format("woff");
}

@font-face {
    font-weight: 700;
    font-family: "Cera Pro";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro-Bold.woff") format("woff");
}

@font-face {
    font-weight: normal;
    font-family: "Cera Pro";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/CeraPro-Regular.woff2") format("woff2"), url("../fonts/CeraPro-Regular.woff") format("woff");
}


/*========================================================================================================================================================*/

:root {
    --fontFamily: "Cera Pro";
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-family: var(--fontFamily);*/
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    /* outline: none; */
}

a:focus,
a:active {
    /* outline: none; */
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html {}
body {
    overflow-x: hidden;
}
html,
body {
    min-width: 320px;
}

body {
    line-height: 1;
    /*font-family: var(--fontFamily);*/
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-size: inherit;
    /*font-family: var(--fontFamily);*/
}

input::-ms-clear {
    display: none;
}

button {
    background-color: inherit;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}


/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}*/


/* ======================================================================================================================================================= */


/* todo obogrev-20 slider */

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
}

.bx-soa-section-content .bx-soa-coupon {
    display: none;
}


/* Элемент точки */

.slick-dots li button {}

.category-slider {
    margin: 0 auto;
    padding: 15px 25px;
}

@media (max-width: 1024px) {
    .category-slider {
        width: 100%;
        padding: 0 15px;
    }
}

.category-slider__block {
    position: relative;
}

.slider-category {}

.slider-category__labels {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.labels-slider {}

.labels-slider__block {
    display: flex;
    flex-wrap: wrap;
}

.labels-slider__item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.02em;
    white-space: nowrap;
    background: #5856d6;
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .labels-slider__item {
        min-height: 25px;
        font-size: 12px;
    }
}

.slider-category__container {
    min-width: 0;
}

.slider-category__wrapper {
    min-width: 0;
    margin: 0 0 35px 0;
}

.slider-category__wrapper .slick-track {
    max-height: 390px;
}

@media (max-width: 1024px) {
    .slider-category__wrapper .slick-track {
        max-height: 245px;
    }
}

@media (max-width: 1024px) {
    .slider-category__wrapper {
        margin: 0 0 15px 0;
    }
}

.slider-category__item {
    text-align: center;
}

.slider-category__item img {
    max-width: 100%;
    max-height: 390px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .slider-category__item img {
        max-height: 245px;
        margin: 0 auto;
    }
}

.slider-category__outer-wrapper-dots {}

@media (max-width: 1024px) {
    .slider-category__outer-wrapper-dots {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.slider-category__dots-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .slider-category__dots-wrapper {
        flex: 1 1 auto;
        margin: 0 20px;
    }
}

.slider-category__dots-wrapper .slick-list {
    margin: 0 20px;
}

@media (max-width: 1024px) {
    .slider-category__dots-wrapper .slick-list {
        display: none;
    }
}

.slider-category__dots-wrapper .slick-dots {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
}

.slider-category__dots-wrapper .slick-dots li {
    width: 20px;
    height: 5px;
    margin: 9px 0;
    background: rgba(144, 144, 144, 0.3);
    border-radius: 2px;
    transition: all 0.3s ease 0s;
}

.slider-category__dots-wrapper .slick-dots li.slick-active {
    background: #EA4E1D;
}

.slider-category__dots-wrapper .slick-dots li:not(:last-child) {
    margin-right: 10px;
}

.slider-category__dots-wrapper .slick-arrow {
    position: absolute;
    width: 8px;
    height: 16px;
    font-size: 0;
}

.slider-category__dots-wrapper .slick-arrow.slick-prev {
    top: 50%;
    left: 0;
    background: url("../img/arrow/arrow-right.svg") center / contain no-repeat;
    transform: translate(0px, -50%) scaleX(-1);
}

.slider-category__dots-wrapper .slick-arrow.slick-next {
    top: 50%;
    right: 0;
    background: url("../img/arrow/arrow-right.svg") center / contain no-repeat;
    transform: translate(0px, -50%);
}

.slider-category__dots-item {
    margin: 0 25px 0 0;
    padding: 10px;
    text-align: center;
    border: 1px solid transparent;
}

.slider-category__dots-item:not(:last-child) {
    margin: 0 25px 0 0;
    transition: all 0.3s ease 0s;
}

.slider-category__dots-item.slick-current {
    box-sizing: border-box;
    border: 1px solid #EA4E1D;
    border-radius: 6px;
}

.slider-category__dots-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.slider-category__buttons {}

@media (min-width: 1024px) {
    .slider-category__buttons {
        display: none;
    }
}

.buttons-slider-category {}

.buttons-slider-category--list {
    flex: 0 0 23px;
    height: 23px;
}

.buttons-slider-category--heart {
    flex: 0 0 25px;
    height: 22px;
}

.buttons-slider-category__block {}

@media (max-width: 1024px) {
    .buttons-slider-category__block button {
        display: flex;
        align-items: center;
    }
}

.slider-category-buttons {}

.slider-category-buttons__svg path {
    fill: #0044bb;
}

.slider-category-buttons--active .slider-category-buttons__svg path {
    fill: #ea4e1d;
}

.slider-category-buttons .slider-category-buttons__inner-fill {
    fill: transparent;
}


/*========================================================================================================================================================*/


/* todo obogrev-20 one-image */

.category-one-image {
    min-width: 560px;
    margin: 0;
    padding: 0;
}

@media (max-width: 1680px) {
    .category-one-image {
        min-width: 400px;
    }
}

@media (max-width: 1024px) {
    .category-one-image {
        max-width: 100%;
        padding: 0;
        min-width: auto;
        width: 100%;
        padding-bottom: 20px;

    }
}

.category-one-image__block {
    position: relative;
    max-height: 420px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .category-one-image__block {
        max-height: unset;
        padding: 0;
    }
}

.category-one-image__labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 1024px) {
    .category-one-image__labels {
        padding: 0;
    }
}

.labels-one-image {
    display: flex;
    flex-wrap: wrap;
}

.labels-one-image__item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    margin: 0 10px 10px 0;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: -0.02em;
    white-space: nowrap;
    background: #705EA9;
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .labels-one-image__item {
        min-height: 25px;
        font-size: 12px;
    }
}

.labels-one-image__text {}

.category-one-image__image {
    text-align: center;
}

.category-one-image__image img {
    max-width: 100%;
    max-height: 410px;
    min-height: 200px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .category-one-image__image img {
        height: 260px;
    }
}

.category-one-image__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1025px) {
    .category-one-image__buttons {
        display: none;
    }
}

.buttons-category-image {
	margin-top: 10px;
}

.button-category-image {}

.button-category-image__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .button-category-image__item.product-item-detail-compare-checkbox {
        background: none;
    }
}

.button-category-image__svg {}

.button-category-image__svg path {
    fill: #0044bb;
}

.button-category-image--active {}

.button-category-image--active .button-category-image__svg path {
    fill: #ea4e1d;
}

.button-category-image .button-category-image__inner-fill {
    fill: transparent;
}


/*========================================================================================================================================================*/


/* todo obogrev-21 */

.category-filter {
    overflow: hidden;
    width: 100%;
    margin: 0 20px 0 20px;
}

@media (max-width: 1024px) {
    .category-filter {
        margin: 0;
    }
}

.category-filter__block {
    margin-bottom: 20px;
}

.category-filter__header:not(:last-child),
.category-filter__bottom:not(:last-child) {
    margin: 0 0 20px 0;
}

/*.category-filter__header,
.category-filter__bottom {
    padding: 20px 20px 10px 20px;
    border: 1px solid #e4e4e4;
}

@media (max-width: 1024px) {
    .category-filter__header,
    .category-filter__bottom {
		padding: 20px 0 0;
		border: none;
	    border-top: 1px solid #E4E4E4;

    }
}*/

.category-filter__header>*:last-child,
.category-filter__bottom>*:last-child {
    /* margin: 0 0 0 0; */
}

.category-filter__title {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #EA4E1D;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    /*display: none;*/
}

@media (max-width: 1024px) {
    .category-filter__title {
        padding: 0 10px 0 0;
    }
}

.category-filter__subtitle {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #263238;
}

@media (max-width: 1024px) {
    .category-filter__subtitle {
        padding: 0 10px 0 0;
    }
}

.category-filter__value {
    margin: 0 0 5px 0;
    overflow-x: auto;
}

@media (max-width: 1024px) {
    .category-filter__value {
        padding: 0 10px 0 0;
    }
}

.category-filter__your-value {}

@media (max-width: 1024px) {
    .category-filter__your-value {
        padding: 0 10px 0 0;
    }
}

.category-filter__title-your-value {
    display: inline-block;
    font-size: 14px;
    color: #0044bb;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .category-filter__title-your-value:hover {
        border-bottom: 1px solid #0044bb;
    }
}

.category-filter__title-your-value:focus {
    border-bottom: 1px solid #0044bb;
    outline: none;
}

.value-category {
    display: flex;
    flex-wrap: wrap;
}

.value-category .value-category__link--disabled .value-category__color {
    opacity: 0.4;
}

@media (max-width: 1024px) {
    .value-category--nowrap {
        flex-wrap: nowrap;
    }
}

.value-category--nowrap {}

.value-category__item {
    margin: 0 10px 10px 0;
}

.value-category__link {
    min-height: 30px;
    padding: 0 10px 0;
    font-weight: 500;
    font-size: 16px;
	 line-height: normal;
    color: #737373;
    letter-spacing: -0.02em;
    white-space: nowrap;
    border: 1px solid rgba(115, 115, 115, 0.3);
    border-radius: 6px;
    transition: border 0.15s ease 0s, color 0.15s ease 0s;
}

@media (max-width: 1024px) {
    .value-category__link {
        min-height: 36px;
    }
}

.value-category__link--active {
    color: #EA4E1D;
    border: 1px solid #EA4E1D;
}

.value-category__link--active-text {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    color: #ea4e1d;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ea4e1d;
}
.value-category__link--active-text::after {
    content: "";
    position: relative;
    left: 1px;
    display: inline-block;
    align-self: stretch;
    width: 28px;
    margin-left: 10px;
    background-color: #ea4e1d;
    background-image: url("data:image/svg+xml,%3Csvg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"M6.87638 5.98867L10.9504 1.92556L10.9506 1.92577L10.9556 1.9199C11.054 1.80538 11.1054 1.65803 11.0996 1.50728C11.0937 1.35653 11.0311 1.21358 10.9242 1.10698C10.8173 1.00039 10.6741 0.937992 10.5231 0.932178C10.3722 0.926364 10.2246 0.977559 10.1098 1.0756L10.1096 1.07537L10.1042 1.08083L6.02981 5.14428L1.95543 1.07589L1.95539 1.07585C1.84246 0.963223 1.68936 0.9 1.52977 0.9C1.37019 0.9 1.21708 0.963223 1.10416 1.07585C0.991221 1.18848 0.927726 1.3413 0.927726 1.5007C0.927726 1.66011 0.991221 1.81293 1.10416 1.92556L1.1042 1.9256L5.18307 5.98867L1.10679 10.0492C1.04536 10.1023 0.995392 10.1674 0.959937 10.2405C0.923899 10.3148 0.903642 10.3957 0.900448 10.4782C0.897253 10.5607 0.91119 10.643 0.941377 10.7198C0.971564 10.7966 1.01734 10.8664 1.07583 10.9248C1.13432 10.9831 1.20424 11.0287 1.28122 11.0588C1.35819 11.0889 1.44056 11.1027 1.52315 11.0996C1.60574 11.0964 1.68679 11.0762 1.76121 11.0403L1.71776 10.9502L1.76121 11.0403C1.83441 11.005 1.89966 10.9552 1.95298 10.8939L6.02973 6.83297L10.1042 10.8965L10.1039 10.8967L10.1098 10.9017C10.2246 10.9998 10.3722 11.051 10.5231 11.0452C10.6741 11.0393 10.8173 10.9769 10.9242 10.8704C11.0311 10.7638 11.0937 10.6208 11.0996 10.4701C11.1054 10.3193 11.054 10.172 10.9556 10.0574L10.9559 10.0572L10.9504 10.0518L6.87638 5.98867Z\" fill=\"white\" stroke=\"%23737373\" stroke-width=\"0.2\"/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0 6px 6px 0;
}
@media (max-width: 1024px) {
    .value-category__link--active-text::after {
        width: 36px;
    }
}
.value-category__link--active
.value-category__color {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media (any-hover: hover) {
    .value-category__link:hover {
        border: 1px solid #737373;
    }
    .value-category__link.value-category__link--active:hover {
        color: #ea4e1d;
        border: 1px solid #ea4e1d;
    }
    .value-category__link.value-category__link--active-text:hover {
        color: #ea4e1d;
        border: 1px solid #ea4e1d;
    }
}
.value-category__link:focus {
    border: 1px solid #737373;
    outline: none;
}
.value-category__link .value-category__link--active:focus {
    color: #ea4e1d;
    border: 1px solid #ea4e1d;
}
.value-category__link .value-category__link--active-text:focus {
    color: #ea4e1d;
    border: 1px solid #ea4e1d;
}
@media (max-width: 1024px) {
    .value-category__link--big.value-category__link--active-text {
        padding-right: 0;
    }
}

.value-category__link--active .value-category__color {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (any-hover: hover) {
    .value-category__link:hover {
        border: 1px solid #737373;
    }
    .value-category__link--active:hover {
        color: #EA4E1D;
        border: 1px solid #EA4E1D;
    }
}

.value-category__link:focus {
    border: 1px solid #737373;
    outline: none;
}

.value-category__link--active:focus {
    color: #EA4E1D;
    border: 1px solid #EA4E1D;
}

.value-category__link--disabled {
    color: #A5A5A5;
    background: #EAEAEA;
    border: none;
	 cursor: default;
}

.value-category__link--disabled .value-category__color {
    opacity: 0.4;
}

.value-category__link--disabled:hover {
    border: none;
}

.value-category__link--disabled:focus {
    border: none;
}

.value-category__link--big {}

@media (max-width: 1024px) {
    .value-category__link--big {
        padding: 0 20px;
        font-size: 16px;
    }
}

.your-value-category {
    margin: 20px 0 15px 0;
    padding-top: 20px;
    border-top: 1px solid #E4E4E4;
}

.your-value-category__body {
    display: flex;
    margin: 0 0 15px 0;
}


/* .your-value-category__separator {
margin: 0 0 20px 0;
padding: 20px 0 0 0;
border-bottom: 1px solid #E4E4E4;;
} */

.your-value-category__line {
    flex: 1 1 auto;
    margin: 0 10px 0 0;
    border-bottom: 1px solid #909090;
}

.your-value-category__line input {
    width: 100%;
    height: 100%;
    outline: none;
}

.your-value-category__line input::placeholder {
    font-size: 16px;
    color: #909090;
}

.your-value-category__button button {
    min-width: 122px;
    min-height: 28px;
    padding: 0 5px;
    font-weight: 500;
    font-size: 14px;
    color: #ea4e1d;
    letter-spacing: -0.02em;
    border: 1px solid #ea4e1d;
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .your-value-category__button button {
        min-height: 36px;
    }
}

.your-value-category__button button:focus {
    outline: none;
}

.your-value-category__button--active button {
    color: #ffffff;
    background-color: #ea4e1d;
}

.your-value-category__hide button {
    display: inline-block;
    font-size: 14px;
    color: #0044bb;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .your-value-category__hide button:hover {
        border-bottom: 1px solid #0044bb;
    }
}

.your-value-category__hide button:focus {
    border-bottom: 1px solid #0044bb;
    outline: none;
}

.category-filter__inner-block:not(:last-child) {
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #E4E4E4;
}

.category-filter__inner-block--header:not(:last-child) {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    .category-filter .category-filter__inner-block {
        padding-bottom: 5px;
        border-bottom: 1px solid #E4E4E4;

    }
}

@media (max-width: 1024px) {
    .category-filter .category-filter__inner-block--header {
        padding-bottom: 20px;
        border-bottom: 1px solid #E4E4E4;
    }
}

.value-category__link--color {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
}

@media (max-width: 1024px) {
    .value-category__link--color {
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }
}

.value-category__color--white {
    background-color: #eeeff0;
}

.value-category__color--black {
    background-color: #000000;
}

.value-category__color--beige {
    background-color: #f2e8c9;
}

.value-category__color--active {
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
}

.value-category__color--red {
    background-color: #6f1d29;
}

.value-category__color--blue {
    background-color: #1a457a;
}

.value-category__color--green {
    background-color: #104337;
}

.value-category__color--grey {
    background-color: #373f43;
}

.value-category__color--brown {
    background-color: #674431;
}

.value-category__color--dark-red {
    background-color: #5d2527;
}

.value-category__color {
    width: 34px;
    height: 34px;
    border-radius: 6px;
}

.category-filter__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .category-filter__buttons {
        display: none;
    }
}

.button-category-filter__block {
    flex: 0 1 50%;
}

.button-category-filter__block:not(:last-child) {
    margin: 0 20px 0 0;
}

.button-category-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    background: #f9f9fa;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    transition: all 0.3s ease 0s;
    flex-direction: row;
}

@media (any-hover: hover) {
    .button-category-filter:hover {
        background: #ededed;
        border: 1px solid #ededed;
        border-radius: 6px;
    }
}

.button-category-filter:focus {
    background: #ededed;
    border: 1px solid #ededed;
    border-radius: 6px;
    outline: none;
}

.button-category-filter .button-category-filter__inner-fill {
    fill: transparent;
}

.button-category-filter--active {
    background: #f9f9fa;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
}

.button-category-filter__svg {
    margin: 0 8px 0 0;
}

.button-category-filter__svg path {
    fill: #0044bb;
}

.button-category-filter--active .button-category-filter__svg path {
    fill: #ea4e1d;
}

.button-category-filter--active .button-category-filter__inner-fill {
    fill: #ea4e1d;
}

.button-category-filter__text {
    font-size: 14px;
    line-height: 18px;
    color: #0044bb;
    letter-spacing: -0.02em;
}

.button-category-filter--active .button-category-filter__text {
    color: #ea4e1d;
}


/*========================================================================================================================================================*/


/* todo obogrev-22 */

.product-information {}

.product-information__block {}

.product-information__block:not(:last-child) {
    margin-bottom: 25px;
}

.product-information__title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #263238;
}
@media (max-width:1024px){
	.product-information__title {
		margin-bottom: 10px;
	}
}

.product-information__inner-block {}

.inner-product-information:not(:last-child) {
    margin-bottom: 25px;
}

.inner-product-information__item {}

.item-product-information {
    display: flex;
    align-items: center;
}

.item-product-information:not(:last-child) {
    margin-bottom: 8px;
}

.item-product-information__title {
    font-size: 16px;
    color: #999999;
}

.item-product-information__dots {
    align-self: flex-end;
    flex: 1 1 auto;
    margin: 0 5px 2px;
    border-bottom: 1px dashed #999999;
    opacity: 0.2;
}

.item-product-information__description {
    color: #263238;
}

.item-product-information__description--color-count {
    color: #28af36;
}

.color-count-type-Y {
    color: #28af36;
}

.color-count-type-N {
    color: #d93324;
}

.item-product-information__description--color-brand {
    display: inline-block;
    color: #0044bb;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease 0s;
}

.item-product-information__description--color-brand:hover {
    border-bottom: 1px solid #0044bb;
}

.item-product-information__description--color-brand:focus {
    border-bottom: 1px solid #0044bb;
    outline: none;
}

.product-information__link {
    color: #0044bb;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease 0s;
}

.product-information__link:hover {
    border-bottom: 1px solid #0044bb;
}

.product-information__link:focus {
    border-bottom: 1px solid #0044bb;
    outline: none;
}
.product-information__block .product-information__link:hover {
	border-color: transparent;
}

/*========================================================================================================================================================*/


/* todo obogrev-23 one-product */


/* ======================================================================================================================================================= */


/* убирем стрелки у поля ввода с типом button */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}


/*========================================================================================================================================================*/


/* по классу добавляем знак ₽ в конец строки (после числа) */

.rub:after {
    content: " ₽";
}


/*========================================================================================================================================================*/

.basket-one-product {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .basket-one-product {
        border-radius: 6px;
        box-shadow: 0 4px 40px rgba(40, 40, 40, 0.1);
        min-width: 440px;
    }
}

@media (max-width: 1024px) {
    .basket-one-product {
        padding: 0;
        min-width: unset;
        width: 100%;
    }
}

.basket-one-product__form {
    padding: 25px 20px 20px;
}

@media (max-width: 1024px) {
    .basket-one-product__form {
        padding: 15px;
        background: #f5f5f6;
        border: 1px solid #e4e4e4;
        border-radius: 6px;
    }
}

.basket-one-product__block-price {}

.basket-one-product__separator {}

.basket-one-product__separator:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
}

@media (max-width: 1024px) {
    .basket-one-product__separator:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.basket-one-product__separator:nth-last-child(2) {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .basket-one-product__separator:nth-last-child(2) {
        margin-bottom: 15px;
    }
}

.block-price-basket {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

@media (max-width: 1024px) {
    .block-price-basket {
        align-items: center;
    }
}

.block-price-basket__number {
    flex: 1 0 auto;
    line-height: 1;
}

@media (min-width: 1024px) {
    .block-price-basket__number {
        display: flex;
        align-items: flex-end;
    }
}

.block-price-basket__price-now {
    margin: 0 10px 0 0;
    font-weight: 700;
    font-size: 36px;
    color: #df2c2c;
}

@media (max-width: 1024px) {
    .block-price-basket__price-now {
        font-size: 40px;
    }
}

.block-price-basket__old-price {
    font-weight: 500;
    font-size: 16px;
    color: #263238;
    text-decoration: line-through;
}

@media (min-width: 1024px) {
    .block-price-basket__old-price {
        margin: 0 0 5px 0;
    }
}

.block-price-basket__question {
    font-size: 14px;
    color: #0044bb;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.block-price-basket__question:hover {
    border-bottom: 1px solid #0044bb;
}

.block-price-basket__question:focus {
    border-bottom: 1px solid #0044bb;
    outline: none;
}

@media (max-width: 1024px) {
    .block-price-basket__question {
        margin: 5px 0;
    }
}

.basket-one-product__count-block {}

.count-one-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.count-one-product__text {
    font-weight: 500;
    font-size: 16px;
    color: #263238;
    cursor: pointer;
}

.count-one-product__block-number {}

.block-number-product {}

.block-number-product svg rect {
    transition: all 0.3s ease 0s;
    fill: #909090;
}

.quantity__button--minus:hover svg rect,
.quantity__button--minus:focus svg rect,
.quantity__button--plus:hover svg rect,
.quantity__button--plus:focus svg rect {
    fill: #EA4E1D;
}

.quantity {
    display: flex;
    align-items: center;
}

.quantity__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.quantity__button:focus {
    outline: none;
}

@media (max-width: 1024px) {
    .quantity__button {
        width: 36px;
        height: 36px;
    }
}

.quantity__button--plus {}

.quantity__input {}

.quantity__input input {
    width: 50px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    color: #263238;
    background-color: transparent;
}

.quantity__input input:focus {
    outline: none;
}

.block-number-product__count {}

.quantity__button--minus {}

.basket-one-product__spoiler {}

.spoiler-basket-product {}

.spoiler-basket-product__title {}

.title-spoiler-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-spoiler-block._active .title-spoiler-block__button svg {
    transform: scale(1, -1);
}

.title-spoiler-block__title {
    font-weight: 500;
    font-size: 16px;
    color: #ea4e1d;
    cursor: pointer;
}

.title-spoiler-block__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #efefef;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .title-spoiler-block__button {
        width: 36px;
        height: 36px;
    }
}

.title-spoiler-block__button svg {
    transition: all 0.3s ease 0s;
}

.spoiler-basket-product__list {}

.list-spoiler-basket {
    padding-top: 15px;
}

.list-spoiler-basket__item {}

.list-spoiler-basket__item:not(:last-child) {
    margin-bottom: 15px;
}

.item-list-spoiler {}

.item-list-spoiler__radio {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.item-list-spoiler__radio:checked+.item-list-spoiler__label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    transform: scale(1);
}

.item-list-spoiler__radio:checked+.item-list-spoiler__label::before {
    background-color: #ea4e1d;
    border: 1px solid #ea4e1d;
}

.item-list-spoiler__label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}

.item-list-spoiler__no-label {
    font-size: 16px;
    color: #999999;
    font-weight: 600;
}


.item-list-spoiler__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #737373;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.item-list-spoiler__label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.item-list-spoiler__price {
    margin-right: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.basket-one-product__buttons {}

.buttons-basket-block {
    display: flex;
    align-items: center;
}

.buttons-basket-block__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 0 10px;
    border-radius: 6px;
	 transition: background-color 0.15s ease 0s;
}

.buttons-basket-block__button:not(:last-child) {
    margin: 0 10px 0 0;
}

.buttons-basket-block__button:focus, .buttons-basket-block__button:hover, .buttons-basket-block__button:active{
    outline: none;
	 background-color: #dd4110;
}

.buttons-basket-block__basket {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background: #EA4E1D;
}

.buttons-basket-block__check path {
    fill: transparent;
}

.buttons-basket-block__basket--active {
    color: #3ac26d;
    background-color: transparent !important;
    border: 1px solid #3ac26d;
}

.buttons-basket-block__basket--disabled, .buttons-basket-block__basket--disabled:hover, .buttons-basket-block__basket--disabled:active, .buttons-basket-block__basket--disabled:focus {
    color: #737373;
    background-color: #E3ECEF;
}

.buttons-basket-block__basket--active .buttons-basket-block__check path {
    fill: #3ac26d;
}

.buttons-basket-block__basket--active .buttons-basket-block__basket-icon {
    display: none;
}

.buttons-basket-block__basket--active .buttons-basket-block__text:not(:last-child) {
    margin-left: 5px;
}

@media (max-width: 1024px) {
    .buttons-basket-block__basket {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .category-one-image,
    .basket-one-product {
        flex-basis: 50%;
        min-width: auto;
    }
    .basket-one-product {
        margin-left: 20px;
        flex-basis: calc(50% - 20px)
    }
    .buttons-basket-block {
        display: flex;
        flex-direction: column;
    }
    .buttons-basket-block__button:not(:last-child) {
        margin: 0 0 10px 0;
    }
    .category-filter {
        min-width: auto;
        order: 3;
        margin: 20px 0 0 0;
    }
    .bx-catalog-element {
        flex-wrap: wrap;
    }
}

.buttons-basket-block__basket svg {
    margin-top: 3px;
}

.buttons-basket-block__buy {
    font-weight: 500;
    font-size: 16px;
    color: #EA4E1D;
    border: 1px solid #EA4E1D;
    transition: all 0.3s ease 0s;
}

.buttons-basket-block__buy svg {
    margin-top: 3px;
}

.buttons-basket-block__buy svg path {
    transition: all 0.3s ease 0s;
}

.buttons-basket-block__buy:hover {
    color: #ffffff;
    background: #ea4e1d;
}

.buttons-basket-block__buy:focus {
    color: #ffffff;
    background: #ea4e1d;
}

.buttons-basket-block__buy:hover svg path {
    fill: #ffffff;
}

.buttons-basket-block__text {}

.buttons-basket-block__text:not(:last-child) {
    margin: 0 5px 0 0;
}


/*========================================================================================================================================================*/


/* todo obogrev-23 products */

.basket-one-product__gift {}

.basket-one-product__separator {}

.gift-basket-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1024px) {
    .gift-basket-product {
        display: none;
    }
}

.gift-basket-product__text {}

.gift-basket-product__title {
    font-weight: 700;
    font-size: 12px;
    color: #EA4E1D;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.gift-basket-product__subtitle {
    font-weight: 700;
    font-size: 16px;
    color: #263238;
}

.gift-basket-product__icon {
    flex: 0 0 50px;
    height: 50px;
}


/*========================================================================================================================================================*/

.basket-one-product__gift-bottom {
    padding: 15px 0;
}

.gift-bottom-basket {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1024px) {
    .gift-bottom-basket {
        display: none;
    }
}

.gift-bottom-basket__text-block {
    margin-right: 10px;
}

.text-block-gift {}

.text-block-gift__title {
    font-weight: 500;
    font-size: 12px;
    color: #EA4E1D;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.text-block-gift__subtitle {
    font-weight: bold;
    font-size: 18px;
    color: #263238;
}

.gift-bottom-basket__icon {
    flex: 0 0 50px;
    height: 50px;
}


/*========================================================================================================================================================*/


/* obogrev-24 */


/*========================================================================================================================================================*/

._tabs {}

._tabs-item {}

._tabs-block {
    /* display: none; */
}

@media (min-width: 1201px) {
    ._tabs-block {
        display: none;
    }
}

._tabs-block._active-t {}

@media (min-width: 1201px) {
    ._tabs-block._active-t {
        display: block;
    }
}

@media (max-width: 1200px) {
    ._tabs-block {
        /* display: block; */
    }
}


/*========================================================================================================================================================*/

.spec {
    margin-top: 30px;
}

@media (min-width: 1025px){
    .spec {
        margin-top: 60px;
    }
}
@media (max-width: 1024px){
    .spec {
        margin-top: 20px;
    }
}
.spec__block {
}
.spec__tabs {
}

@media (max-width: 1200px) {
    .spec__tabs {
        display: flex;
        flex-direction: column;
    }
}

._tabs {}

._tabs-item {}

._active {}

.spec__header {}

@media (min-width: 1201px) {
    .spec__header {
        display: flex;
        align-items: center;
    }
}

.spec__title {
    flex: 1 1 auto;
}

.spec__empty-header {
    flex: 0 0 500px;
}

.title-spec {
    display: flex;
    align-items: center;
    margin-right: 50px;
    overflow-x: auto;
}

@media (max-width: 1200px) {
    .title-spec {
        display: block;
        margin-right: 0;
    }
}

.title-spec__block {}

@media (max-width: 1200px) {
    .title-spec__block {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(38, 50, 56, 0.04);
    }

}

.title-spec__button {}

@media (max-width: 1200px) {
    .title-spec__button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        /*padding-top: 20px;*/
    }
}

.title-spec__block--desc {}

.title-spec__block--characteristics {}

.title-spec__block--documentation {}

.title-spec__block--video {}

.title-spec ._tabs-item {
    outline: none;
}

@media (min-width: 1201px) {
    .title-spec ._tabs-item {
        display: flex;
        align-items: center;
        min-height: 46px;
        margin-right: -1px;
        border-radius: 10px 10px 0 0;
        transition: background-color 0.3s ease 0s;
    }
}

@media (min-width: 1201px) {
    .title-spec .title-spec__block:not(:last-child) ._tabs-item::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 20px;
        background-color: #ea4e1d;
        transition: background-color 10.3s ease 0s;
    }
    .title-spec ._tabs-item._active-t {
        background-color: #ea4e1d;
    }
    .title-spec ._tabs-item:hover {
        background-color: #e04413;
    }
    .title-spec ._tabs-item:focus {
        background-color: #e04413;
    }
    .title-spec ._tabs-item:hover::after {
        background-color: #e04413;
    }
    .title-spec ._tabs-item:focus::after {
        background-color: #e04413;
    }
}

.title-spec__desc {}

.title-spec__characteristics {}

.title-spec__documentation {}

.title-spec__video {}

.title-spec__text {
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    color: #263238;
    letter-spacing: -0.02em;
    transition: color 0.3s ease 0s;
}

@media (max-width: 1200px) {
    .title-spec__text {
        padding: 0;
    }
}

@media (min-width: 1201px) {
    .title-spec ._active-t .title-spec__text {
        color: #ffffff;
    }
    .title-spec ._tabs-item:hover .title-spec__text {
        color: #ffffff;
    }
    .title-spec ._tabs-item:focus .title-spec__text {
        color: #ffffff;
    }
}

.title-spec__icon-button {}

@media (min-width: 1201px) {
    .title-spec__icon-button {
        display: none;
    }
}

._active .title-spec__icon-button svg {
    transform: scale(1, -1);
}

@media (max-width: 1200px) {
    .title-spec__icon-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.title-spec__icon-button {
    cursor: pointer;
}

.title-spec__icon-button svg {
    transition: all 0.3s ease 0s;
}

.spec__tabs-inner-block {
    display: flex;
}

@media (max-width: 1200px) {
    .spec__tabs-inner-block {
        display: block;
        width: 100%;
    }
}

.spec__body {
    flex: 1 1 auto;
}

.body-spec {
    margin-right: 50px;
    padding: 30px 0 30px 0;
    border-top: 1px solid #ea4e1d;
    border-bottom: 1px solid #ea4e1d;
}

.body-spec ul,
.body-spec ol {
    list-style-position: inside;
}

@media (max-width: 1200px) {
    .body-spec {
        display: none;
    }
}

.body-spec__item {}

@media (max-width: 1200px) {
    .body-spec__item {
        padding-top: 20px;
    }
}

@media (max-width: 1200px) {
    ._active .title-spec__text {
        color: #ea4e1d;
    }
}

.desc-body-spec {
    padding-right: 80px;
}

@media (max-width: 1200px) {
    .desc-body-spec {
        padding-right: 0;
    }
}

._tabs-block {}

.desc-body-spec__title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #263238;
}

.desc-body-spec__text {
    font-size: 14px;
    line-height: 150%;
    color: #263238;
}

.desc-body-spec__inner-text:not(:last-child) {
    margin-bottom: 20px;
}

.characteristics-body-spec {}

.characteristics-body-spec__block {}

.characteristics-body-spec__line {
    margin-bottom: 10px;
}

.line-characteristics-body {
    display: flex;
    align-items: flex-end;
}

.line-characteristics-body__dots-block {
    display: flex;
    align-items: flex-end;
}

@media (min-width: 1201px) {
    .line-characteristics-body__dots-block {
        flex: 0 1 385px;
    }
}

@media (max-width: 1200px) {
    .line-characteristics-body__dots-block {
        flex: 1 1 auto;
    }
}

.line-characteristics-body__title {
    font-size: 16px;
    color: #999999;
}

.line-characteristics-body__dots {
    align-self: flex-end;
    flex: 1 1 auto;
    min-width: 30px;
    margin: 0 5px 2px;
    border-bottom: 1px dashed #999999;
    opacity: 0.2;
}

@media (max-width: 1200px) {
    .line-characteristics-body__dots {
        border-bottom: 1px dashed #5f5f5f;
        opacity: 0.2;
    }
}

.line-characteristics-body__value {
    font-size: 16px;
    color: #263238;
}

@media (min-width: 1201px) {
    .line-characteristics-body__value {
        flex: 1 1 40%;
    }
}

.line-characteristics-body__value--link {
    color: #0044bb;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease 0s;
}

.line-characteristics-body__value--link:hover {
    border-bottom: 1px solid #0044bb;
}

.line-characteristics-body__value--link:focus {
    border-bottom: 1px solid #0044bb;
    outline: none;
}

.documentation-body-spec {}

.documentation-body-spec__item-block {}

.items-block-doc {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1201px) {
    .items-block-doc {
        margin: 0 -50px;
    }
}

@media (min-width: 1201px) {
    .items-block-doc {
        max-width: 775px;
    }
}

.items-block-doc__item {
    flex: 0 1 50%;
    margin-bottom: 30px;
}

@media (min-width: 1201px) {
    .items-block-doc__item {
        padding: 0 50px;
    }
}

@media (max-width: 1200px) {
    .items-block-doc__item {
        flex: 1 1 100%;
    }
}

.item-block-doc {
    display: flex;
    align-items: center;
    outline: none;
}

.item-block-doc:link {
    text-decoration: none;
}

.item-block-doc__icon {
    display: flex;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-right: 10px;
}

.item-block-doc__text {}

.item-block-doc__title {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 18px;
    color: #263238;
}

.item-block-doc__subtitle {
    font-size: 14px;
    color: #999999;
}

.video-body-spec {}

.video-body-spec__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

@media (max-width: 1200px) {
    .video-body-spec__block {
        display: block;
    }
}

.video-body-spec__item {
    position: relative;
    padding-bottom: 56.25%;
}

@media (max-width: 1024px) {
    .body-spec__item {
        /* display: none; */
    }
}

@media (max-width: 1200px) {
    .video-body-spec__item {
        margin-bottom: 15px;
    }
}

.video-body-spec__item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spec__aside {
    flex: 0 0 440px;
}

.aside-spec {}

@media (max-width: 1200px) {
    .aside-spec {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(38, 50, 56, 0.04);
    }
}

.aside-spec__block {
    padding: 25px 20px 20px;
    background: #f5f5f6;
    border-radius: 6px;
}

@media (max-width: 1200px) {
    .aside-spec__block {
        padding: 0;
        background: transparent;
    }
    .spec__aside {
        flex-basis: calc(50% - 20px);
    }
}


.aside-spec__item {}
.item-aside-spec {}
@media (max-width: 1200px) {
    .item-aside-spec {
        padding: 15px;
        background: #f5f5f6;
        border-radius: 6px;
    }
}
@media (min-width: 1201px) {
    .item-aside-spec:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
}
@media (max-width: 1200px) {
    .item-aside-spec:not(:last-child) {
        margin-bottom: 15px;
    }
}
.item-aside-spec__first-line {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.item-aside-spec__icon {
    margin-right: 10px;
}
.item-aside-spec__title {
    font-weight: bold;
    font-size: 18px;
    color: #263238;
}
.item-aside-spec__subtitle {
    padding-left: 40px;
    font-size: 14px;
    line-height: 140%;
    color: #263238;
}

/*  todo obogrev-27-how-do-measurement */
body._lock {
    overflow: hidden;
}
.page__how {
    margin: 100px auto 70px;
    overflow: hidden;
    /* !!! убрать hidden */
}
@media (max-width: 1024px) {
    .page__how {
        margin: 0 auto;
    }
}
.how {
}
.how  sup {
    line-height: 0;
}
.how__outer-block {
}
.how__title {
}
.title-how {
}
a.title-how{
    text-decoration: none;
}
@media (max-width: 1024px) {
    .title-how {
        margin-bottom: 40px;
    }
}
.title-how__img {
    position: relative;
    width: 100%;
    padding-bottom: 52.178%;
}
.title-how__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;
    object-fit: cover;
}
@media (min-width: 1025px) {
    .title-how__img {
        display: none;
    }
}
.title-how__text {
}
.text-title-how {
}
@media (min-width: 1025px) {
    .text-title-how {
        display: inline-block;
        margin-bottom: 15px;
    }
}
@media (max-width: 1024px) {
    .text-title-how {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 50px;
        padding: 0 15px;
        background: #f5f5f6;
        border-radius: 0 0 6px 6px;
    }
}
.text-title-how__words {
    font-size: 28px;
    color: #263238;
}
@media (max-width: 1024px) {
    .text-title-how__words {
        font-weight: 500;
        font-size: 16px;
        color: #ea4e1d;
        letter-spacing: -0.02em;
    }
}
.text-title-how__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}
@media (min-width: 1025px) {
    .text-title-how__icon {
        display: none;
    }
}
.how__block {
}
.block-how {
}
/* @media (max-width: 1024px) {
	.block-how {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 20px 15px 0;
		overflow: auto;
		background: #ffffff;
	}
} */
.block-how__back {
}
.btn-back-how {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
@media (min-width: 1025px) {
    .btn-back-how {
        display: none;
    }
}
.btn-back-how__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.btn-back-how__text {
    font-weight: 500;
    font-size: 18px;
    color: #263238;
    letter-spacing: -0.02em;
}
.block-how__column {
    display: grid;
}
@media (min-width: 1025px) {
    .block-how__column {
        grid-template-columns: 320px 1fr;
        grid-template-rows: auto 1fr;
        row-gap: 20px;
        column-gap: 20px;
    }
}
@media (min-width: 1200px) {
    .block-how__column {
        grid-template-columns: 420px 1fr;
        grid-template-rows: auto 1fr;
        row-gap: 20px;
        column-gap: 30px;
    }
}
/*@media (min-width: 1400px) {*/
/*    .block-how__column {*/
/*        grid-template-columns: 530px 1fr;*/
/*        !* grid-template-rows: auto 1fr;*/
/*        row-gap: 20px;*/
/*        column-gap: 30px; *!*/
/*    }*/
/*}*/
@media (max-width: 1024px) {
    .block-how__column {
        margin-bottom: 20px;
    }
}
.block-how__row {
}
.block-how__row--img {
    position: relative;
    order: 1;
}
@media (min-width: 1400px) {
    .block-how__row--img {
        padding-bottom: 68.87%;
    }
}
@media (min-width: 1024px) {
    .block-how__row--img {
        grid-row: span 2;
    }
}
@media (max-width: 1024px) {
    .block-how__row--img {
        order: 2;
        margin-bottom: 20px;
        padding-bottom: 68.87%;
    }
}
.block-how__row--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-how__row--head {
    order: 2;
}
@media (max-width: 1024px) {
    .block-how__row--head {
        order: 1;
    }
}
.head-how-row {
}
@media (max-width: 1024px) {
    .head-how-row {
        margin-bottom: 15px;
    }
}
.head-how-row__title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #ea4e1d;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.head-how-row__subtitle {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    color: #263238;
}
.head-how-row__list {
}
.head-how-row__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #263238;
}
.head-how-row__item:not(:last-child) {
    margin-bottom: 5px;
}
.head-how-row__item::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background-color: #ea4e1d;
}
.block-how__row--bottom {
    order: 3;
}
@media (min-width: 1024px) {
    .block-how__row--bottom {
        display: grid;
        align-items: start;
        grid-template-rows: 1fr auto;
        row-gap: 20px;
    }
}
.bottom-how-row {
}
.bottom-how-row__block {
}
.line-bottom-how {
    display: flex;
}
@media (max-width: 1024px) {
    .line-bottom-how {
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
    .line-bottom-how {
        margin-bottom: 20px;
    }
}
.line-bottom-how__item {
    font-weight: 500;
    font-size: 16px;
    color: #263238;
    letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
    .line-bottom-how__item:not(:last-child) {
        margin-bottom: 15px;
    }
}
.line-bottom-how__item--center {
    align-self: center;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .line-bottom-how__item--center {
        padding: 0 10px;
    }
}
@media (min-width: 1601px) {
    .line-bottom-how__item--center {
        padding: 0 15px;
    }
}
.item-line-how {
    min-width: 230px;
    min-height: 150px;
    padding: 25px 20px;
    background: #f5f5f6;
    border-radius: 10px;
}
@media (max-width: 1600px) {
    .item-line-how {
        min-width: 190px;
        min-height: 140px;
        padding: 15px;
    }
}
@media (max-width: 1200px) {
    .item-line-how {
        min-width: 150px;
        padding: 10px;
    }
}
@media (max-width: 1024px) {
    .item-line-how {
        min-width: 0;
        min-height: 0;
        padding: 15px;
    }
}
.item-line-how__title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ea4e1d;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
@media (max-width: 1200px) {
    .item-line-how__title {
        font-size: 15px;
    }
}
@media (max-width: 1024px) {
    .item-line-how__title {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .item-line-how__title .big {
        display: none;
    }
}
.item-line-how__subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #263238;
}
.bottom-how-row__text {
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #263238;
    border-left: 2px solid #ea4e1d;
}
@media (max-width: 1024px) {
    .bottom-how-row__text br {
        display: none;
    }
    .bottom-how-row__text {
        position: relative;
        padding-left: 17px;
        border-left: none;
    }
    .bottom-how-row__text::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 2px;
        height: 33px;
        background-color: #ea4e1d;
    }
}
/*.block-how__bottom-line {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: flex-end;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*}*/
/*.block-how__bottom-line::before {*/
/*    content: "";*/
/*    bottom: 8px;*/
/*    width: 134px;*/
/*    height: 5px;*/
/*    margin-bottom: 8px;*/
/*    background: #000000;*/
/*    border-radius: 100px;*/
/*}*/
/*@media (min-width: 1025px) {*/
/*    .block-how__bottom-line {*/
/*        display: none;*/
/*    }*/
/*}*/
/*==================================================================================================*/
/* popup */
@media (max-width: 1024px) {
    .popup {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        /*padding: 20px 15px 0;*/
        padding: 90px 15px 130px;
        -webkit-overflow-scrolling: touch;
        background-color: #ffffff;
        visibility: hidden;
    }
    .popup._active {
        overflow: auto;
        visibility: visible;
    }
    .popup .popup__body {
        width: 100%;
        background-color: #ffffff;
        transform: perspective(800px) translate(0px, -100%) rotateX(45deg);
        transition: all 0.8s ease 0s;
    }
    .popup._active .popup__body {
        transform: perspective(800px) translate(0px, 0%) rotateX(0deg);
        transition: all 0.8s ease 0s;
    }
    .js-catalog-element-slider {
        width: 100%;
    }
}
.popup__close {
    cursor: pointer;
}

.product-item-delay.is-active .icon-heart{
    color: #ea4e1d !important;
}.product-item-delay.is-active .icon-heart:before{
     content: "\e916";
}

.btn.btn-buy.add-to-cart__empty {
    cursor: auto;
    background-color: #E3ECEF;
}

.btn.btn-buy.add-to-cart__empty:before {
    content: none
}

.add-to-cart__green.btn.btn-buy {
    background-color: #3ac26d;
}
.add-to-cart__green.btn.btn-buy .icon-cart{
    display: none;
}
.add-to-cart__green.btn.btn-buy:before{
    content: 'В корзине'
}
.add-to-cart__green.btn.btn-buy:focus {
    background-color: #3ac26d;
}
.add-to-cart__green.btn.btn-buy:hover {
    background-color: #20a351;
}

.cart-image-popup {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
}
.cart-image-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-image-popup__close span {
    font-family: uinext2020min !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.cart-image-popup__close span:before {
    content: "\e90a";
}
.cart-image-popup__close:hover span {
    color: #d93324;
    cursor: pointer;
}
.cart-image-popup__inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.has-cursor-zoom-in {
    cursor: zoom-in !important;
}
.calculator-form .calculator-form__col--type-4 .calculator-form__title {
    white-space: nowrap;
}

.c-auth__sms {
    display: none;
}
.c-auth__text {
    margin-bottom: 20px;
}
.c-auth__text.reset {
    text-decoration: underline;
}
.c-auth__text.reset:hover {
    cursor: pointer;
}
.c-auth__error {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 6px;
    background-color: #f2e2e1;
    padding: 12px;
    display: none;
}


/* Скрытие кнопки "выводить по" в фильтре */
.catalog-section-panel-block .catalog-section-sort-container.catalog-section-sort-container2 {
    display: none;
}

/* Фиксы стилей фильтра в мобилке */
.catalog-filter-icon-activate {
    display: none;
}
@media (min-width: 1023px) {
    .category-image-slider-container {
        /*min-width: 400px;*/
        /*width: 400px;*/
        min-width: 560px;
        width: 560px;
    }

    .category-one-image {
        min-width: 400px;
    }
}
@media (max-width: 1024px) {
    .category-image-slider-container {
        width: 100%;
    }
    .catalog-section-panel.fixed {
        top: 65px !important;
    }
    .ucatalog-banner-container {
        margin-bottom: 20px;
    }
    .catalog-filter-icon-activate__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .catalog-filter-icon-activate {
        font-size: 24px;
        display: block;
    }
    .bx-filter-inner form {
        padding: 0 20px 150px;
    }
}

/* Фикс бордера в карусели брендов */
.brands-wrapper .block-brands-slide {
    padding-right: 1px;
}

/* Фикс дополнительного меню на малых разрешениях */
.catalog-menu>li.more>a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.catalog-menu>li.more .catalog-menu-text {
    color: #1D1D1B;
}
.catalog-menu>li.more .top-menu-sub-container {
    display: none !important;
}
.catalog-menu>li.more>.catalog-menu-dropdown-menu:after {
    display: none;
}
.page-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}
.container-ws .catalog-section-panel.fixed .catalog-section-panel-block {
    max-width: 1400px;
    margin: 0 auto;
}

.top-panel__cols {
    max-width: 1400px;
    margin: 0 auto;
}

.product-item-compare {
    margin-top: 15px;
}

/* Owl Carousel Buttons */
.owl-nav .disabled {
    display: none;
}




/* /////////////////////////////////////////// 17.11 ///////////// */

.banner_collection {
    /*padding-top: 30px;*/
    overflow: hidden;
    margin: 30px auto;
}

.banner_collection__slider {
    height: 260px;
}

.banner_collection__title {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banner_collection__title span {
    color: #f47922;
}

.banner_collection__text {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    opacity: 0.8;
}

.banner_collection__slide {
    height: 260px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 70px;
    z-index: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_collection__decor {
    position: absolute;
    display: flex;
}

/*.banner_collection__slide-first {
    background: var(--gr2, linear-gradient(109deg, #4c3376 26.06%, #7457a4 99.4%), #f5f5f7);
}*/

.banner_collection__slide-first .banner_collection__decor-first {
    right: 0;
    bottom: 0;
    z-index: -1;
}

.banner_collection__slide-first .banner_collection__decor-second {
    right: 305px;
    bottom: 0;
    z-index: -2;
}

.banner_collection__slide-first .banner_collection__decor-third {
    right: 312px;
    top: 0;
    z-index: -3;
}
.banner_collection__slide-first .banner_collection__decor-four {
    right: 280px;
    top: 0;
    z-index: -3;
}

.banner_collection__slide-second {
    background: var(--gr, linear-gradient(86deg, #ededed -4.1%, #fff 111.57%));
}

.banner_collection__slide-second .banner_collection__title {
    color: #4c3376;
}

.banner_collection__slide-second .banner_collection__text {
    color: #3c3c3c;
}

.banner_collection__slide-second .banner_collection__text span {
    font-weight: 700;
}

.banner_collection__slide-second .banner_collection__decor-first {
    right: 252px;
    bottom: -5px;
}

.banner_collection__slide-second .banner_collection__decor-second {
    right: 347px;
    bottom: 0px;
    z-index: -2;
}

.banner_collection__slide-second .banner_collection__decor-third {
    right: 379px;
    bottom: 0px;
    z-index: -2;
}

.banner_collection__slide-third .banner_collection__title span {
    display: block;
}

.banner_collection__slide-third .banner_collection__text {
    max-width: 469px;
}

.banner_collection__slide-third .banner_collection__decor-first {
    right: 0;
    z-index: -2;
}

.banner_collection__slide-third .banner_collection__decor-second {
    width: 657px;
    height: 657px;
    border-radius: 50%;
    background: var(--gr2, linear-gradient(109deg, #4c3376 26.06%, #7457a4 99.4%), #f5f5f7);
    left: -37px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.banner_collection__slide-four {
    padding-left: 94px;
}

.banner_collection__slide-four .banner_collection__title {
    color: #4c3376;
    font-size: 33px;
}

.banner_collection__slide-four .banner_collection__text {
    font-size: 20px;
    max-width: 356px;
    color: #3c3c3c;
}

.banner_collection__slide-four .banner_collection__title span {
    display: block;
}

.banner_collection__slide-four .banner_collection__decor-first {
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner_collection__slide-four .banner_collection__decor-first img {
    width: 100%;
    height: 100%;
}

.banner_collection__slide-four .banner_collection__decor-second {
    width: 566px;
    height: 566px;
    border-radius: 50%;
    background: #f9f9f9;
    left: 34px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.banner_collection__slide-four .banner_collection__decor-third {
    width: 154px;
    height: 154px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.57px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, #f47922 0%, #f47922 100%), #4c3376;
    border-radius: 50%;
    bottom: -48px;
    left: 524px;
    padding-top: 36px;
    color: #fff;
}

.banner_collection__slide-four .banner_collection__decor-third span {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.221px;
    text-transform: uppercase;
}

.banner_collection__slide-five .banner_collection__title span {
    display: inline;
}

.banner_collection__slide-six .banner_collection__decor-second {
    left: -83px;
}

.banner_collection__slider form {
    max-width: 338px;
    width: 100%;
    padding: 18px 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 2;
}

.banner_collection__form-title, .banner-request-call .addToCart__title{
    color: #4C3376;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%;
max-width: 210px;
margin: 0 auto 15px;
}

.banner-request-call .addToCart__title {
    font-size: 20px;
    max-width: 100%;
}

.banner_collection__form-input input{
    text-align: center;
}

.banner_collection__form-input input:focus{
/*  border: 1px solid #7457A4; */
}

.banner_collection__slider form button{
    margin-top: 10px;
    padding: 14px;
    width: 100%;
    color: #FFF;
font-size: 14px;
font-weight: 700;
border-radius: 10px;
/*background: var(--gr, linear-gradient(109deg, #F47922 26.06%, #FF964B 99.4%), #F5F5F7);*/
border: none;
}


@media screen and (max-width: 1300px) {
    .banner_collection__slide-first .banner_collection__decor-second img{
        max-width: 400px;
        
    }

    .banner_collection__slide-first .banner_collection__decor-second{
        right: 200px;
    }

    .banner_collection__slide-second .banner_collection__decor-first img{
        max-width: 470px;
    }

    .banner_collection__slide-second .banner_collection__decor-first{
        right: 110px;
    }

    .banner_collection__slide-second .banner_collection__decor-second{
        right: 200px;
    }

    .banner_collection__slide-second .banner_collection__decor-third{
        right: 230px;
    }
}

@media screen and (max-width: 1100px) {
    .banner_collection__slide{
        padding-left: 50px;
    }

    .banner_collection__title{
        font-size: 30px;
    }

    .banner_collection__text{
        font-size: 18px;
    }

    .banner_collection__slide-four .banner_collection__title{
        font-size: 30px;
    }

    .banner_collection__slide-four .banner_collection__text{
        font-size: 18px;
    }

    .banner_collection__slide-third .banner_collection__decor-second{
        width: 557px;
        height: 557px;
    }

    .banner_collection__slide-six .banner_collection__decor-second{
        left: -37px;
    }

    .banner_collection__slide-four .banner_collection__decor-second{
        width: 500px;
        height: 500px;
        left: 20px;
    }

    .banner_collection__slide-four .banner_collection__decor-third {
        left: 450px;
    }
    
}

@media screen and (max-width: 991px) {

    .banner_collection{display: none;}
    .banner_collection__slider{
        height: 220px;
    }


    .banner_collection__title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .banner_collection__text{
        font-size: 16px;
    }


    .banner_collection__slide-four .banner_collection__title{
        font-size: 24px;
        line-height: 32px;
    }

    .banner_collection__slide-four .banner_collection__text{
        font-size: 16px;
    }

    .banner_collection__slide-third .banner_collection__text {
        max-width: 400px;
    }

    .banner_collection__slide-six .banner_collection__text{
        max-width: 388px;
    }

    .banner_collection__slide {
        padding-left: 20px;
        height: 220px;
    }

    .banner_collection__slide-third .banner_collection__decor-second{
        width: 457px;
        height: 457px;
    }

    .banner_collection__slide-four .banner_collection__decor-second{
        width: 420px;
        height: 420px;
        left: -30px;
    }

    .banner_collection__slide-four .banner_collection__decor-third {
        left: 350px;
    }

    .banner_collection__slide-second .banner_collection__decor-first img{
        max-width: 400px;
        
    }

    .banner_collection__slide-second .banner_collection__decor-first{
        right: auto;
        left: 320px;
    }

    .banner_collection__slide-second .banner_collection__decor-third{
        left: 350px;
    }

    

    .banner_collection__slide-second .banner_collection__decor-third img{
        max-width: 320px;
    }

    .banner_collection__slide-second .banner_collection__decor-second{
        left: 320px;
    }

    .banner_collection__slide-second .banner_collection__decor-second img{
        max-width: 380px;
    }

    .banner_collection__slide-first .banner_collection__decor-first{
        right: auto;
        left: -200px;
    }

    .banner_collection__slide-first .banner_collection__decor-second{
        right: auto;
        left: 300px;
    }

    .banner_collection__slide-first .banner_collection__decor-second img{
        max-width: 300px;
    }

    .banner_collection__slider form{
        padding: 15px 20px;
        top: 15px;
        right: 15px;
    }

    .banner_collection__slide-four .banner_collection__decor-third{
        display: none;
    }

}


@media screen and (max-width: 767px) {

    
    .banner_collection__slide{
        justify-content: flex-start;
    }

    .banner_collection__slider{
        height: 360px;
    }

    .banner_collection__title{
        line-height: 24px;
    }

    .banner_collection__text{
        font-size: 14px;
    }

    .banner_collection__slide-four .banner_collection__text{
        font-size: 14px;
    }

    .banner_collection__slide-four .banner_collection__title{
        line-height: 24px;
    }
    
    .banner_collection__slide{
        padding-bottom: 230px;
        height: auto;
        padding-top: 20px;
    }

    .banner_collection__slider form{
        width: calc(100% - 30px);
        max-width: none;
        left: 15px;
        top: auto;
        bottom: 10px;
        height: 192px;
    }

    .banner_collection__slide-first .banner_collection__decor-first{
        display: none;
    }

    .banner_collection__slide-first .banner_collection__decor-second{
        display: none;
    }

    .banner_collection__slide-third .banner_collection__decor-second{
        width: 370px;
        height: 300px;
        left: -50px;
        top: -100px;
        transform: none;
    }

    .banner_collection__slide-third .banner_collection__decor-first img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner_collection__slide-third .banner_collection__decor-first{
        bottom: 0;
        height: 100%;
    }

    .banner_collection__slide-third .banner_collection__text{
        max-width: 286px;
    }

    .banner_collection__slide-four .banner_collection__decor-second{
        width: 370px;
        height: 300px;
        left: -50px;
        top: -100px;
        transform: none;
    }

    .banner_collection__slide-four .banner_collection__decor-first img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner_collection__slide-five .banner_collection__title span{
        display: block;
    }

    .banner_collection__slide-four .banner_collection__title{
        max-width: 336px;
    }

    .banner_collection__slide-four .banner_collection__text{
        max-width: 280px;
    }

    .banner_collection__slide-four .banner_collection__decor-third{
    display: none;
    }

    .banner_collection__slide-first .banner_collection__decor-third img{
        max-width: 320px;
    }

    .banner_collection__slide-first .banner_collection__decor-third{
        right: auto;
        left: 10px;
    }

    .banner_collection__slide-first .banner_collection__decor-four img{
        max-width: 360px;
    }

    .banner_collection__slide-first .banner_collection__decor-four{
        right: auto;
        left: -10px;
    }

    .banner_collection__slide-second .banner_collection__decor-first{
        display: none;
    }

    .banner_collection__slide-second .banner_collection__decor-third img{
        max-width: 300px;
    }

    .banner_collection__slide-second .banner_collection__decor-third{
        left: 30px;
    }

    .banner_collection__slide-second .banner_collection__decor-second img{
        max-width: 340px;
    }

    .banner_collection__slide-second .banner_collection__decor-second{
        left: 10px;
    }

    
}



.wrapper a:not([class]):not([id]) {
    text-decoration: underline;
    color: #4C3376;
}

.wrapper .breadcrumbs .itemListElement a, .wrapper .footer-menu a {
    text-decoration: none !important;
    color: #1a1a1a !important;
}

.wrapper .prod-card a, .wrapper .prod-card-main a, .wrapper .header-bot__menu a, .wrapper .catalog .section a, .wrapper .footer-top a, .wrapper .fastOrder a, .wrapper .checkbox-list a {
    text-decoration: none !important;
}

.wrapper  .header-bot__menu .dropdown a {
    color:#000 !important;
}

.wrapper .header-top__nav a, .wrapper.catalog .section ul li a {
    color: #838383 !important;
}

.wrapper .header-top__nav li a{
	color: #4D4D4D !important;
}

.wrapper  .header-bot__menu .dropdown .item a {
    color:#7457a4 !important;
}

.wrapper  .header-bot__menu .dropdown .item .submenu1 a, .wrapper .checkbox-list a {
    color:#000 !important;
}

.wrapper.blog__items .breadcrumbs a {
    color:#fff !important;
}

.checkbox-list a.active {
    color:#4C3376 !important;
}

/* vendor/graph-tabs.min.cs */
.tabs__panel{display:none}.tabs__nav{list-style:none;display:flex}.tabs__panel--active{display:block}

/* styleChangeNew.css */


.hystmodal__shadow {
	z-index: 9901 !important;
}

.main-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px
}

.main-buttons__btn {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 171%;
	color: #4a4a4a
}

.main-buttons__btn img {
	width: 29px;
	height: 29px
}

/*.main-buttons__btn.main-buttons__btn--compare img {*/
/*	width: 45px;*/
/*	height: 45px*/
/*}*/

.main-buttons__btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: var(--accent-color);
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: 0;
	transition: all .3s ease
}

.main-buttons__btn--catalog,
.main-buttons__btn--contact,
.main-buttons__btn--sale {
	display: none
}

.main-buttons__btn--sale {
	transform: translateY(3px);
	text-align: center;
	max-width: 42px;
	line-height: 1;
	margin-top: -10px;
}

.main-buttons__btn--cart:hover span {
	background-color: var(--primary-color)
}

.main-buttons__btn--favorite:hover span {
	background-color: var(--primary-color)
}

.main-buttons__btn--favorite span {
	right: 8px
}

.search-button {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	width: 158px
}

#sale-btn--header {
	display: flex;
	align-items: center;
	width: -moz-max-content;
	width: max-content;
	gap: 8px;
	padding: 4px 12px;
	font-weight: 500;
	color: #fff;
	margin-left: 0;
	margin-right: 24px;
	border: 1px solid var(--accent-color);
	box-shadow: 0px 4px 12px rgba(255, 150, 75, .47);
	border-radius: 20px;
	background: var(--accent-gradient);
	position: relative;
	transition: .3s ease;
	font-size: 16px;
	text-decoration: none !important;
	margin-top: 5px;
}

#sale-btn--header:hover {
	color: var(--accent-color);
	background: linear-gradient(110deg, #fff 26%, #f1ffff 100%)
}

#sale-btn--header:hover path {
	fill: var(--accent-color)
}

.menubox-footer {
	padding-bottom: 80px
}

.mainbanner {
	margin: 30px auto 32px
}

.swiper-slide {
	border-radius: 20px
}

.swiper-slide-img {
	min-height: 225px;
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px
}

.mainbanner .swiper-banner {
	padding-bottom: 27px
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #7457a4;
	opacity: .3
}

.swiper-pagination-bullet-active {
	background: #7457a4;
	opacity: 1
}

.swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 10px !important
}

.category-items__wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
	gap: 10px;
	margin-bottom: 40px
}

.category-items__item-title {
	margin-bottom: 4px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 17px;
	line-height: 100%;
	color: #4c3376;
	cursor: pointer
}

.category-items__item-description {
	margin-bottom: 14px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	color: #000;
	opacity: .7;
	cursor: pointer
}

.category-items__item-btn {
	border: .5px solid #4c3376;
	border-radius: 20px;
	padding: 3px 14px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 13px;
	line-height: 185%;
	color: #4c3376
}

.category-items__item {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 20px;
	padding: 20px 15px;
	background-color: #f5f5f7;
	cursor: pointer
}

.category-items__item::after {
	content: "";
	position: absolute;
	z-index: -2;
	background-image: url("../img/new/category-plate-decor.svg");
	background-repeat: no-repeat;
	width: 201px;
	height: 71px;
	left: 0;
	bottom: 0
}

.category-items__item::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -10px;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center
}

.category-items__item--big {
	padding: 30px 20px
}

.category-items__item--big .category-items__item-title {
	font-size: 24px
}

.category-items__item--big .category-items__item-description {
	max-width: 215px;
	margin-bottom: 76px;
	font-size: 14px
}

.category-items__item--big .category-items__item-btn {
	font-size: 16px;
	line-height: 150%
}

.category-items__item--big::after {
	width: 328px;
	height: 106px;
	background-image: url("../img/new/category-plate-decor-big.svg")
}

.category-items__item--big::before {
	width: 160px;
	height: auto
}

/* .category-items__item--first::before {
		background-image: url("../img/new/category-plate-item.png")
}

.category-items__item--second::before {
		background-image: url("../img/new/category-plate-item2.png")
}

.category-items__item--third::before {
		background-image: url("../img/new/category-plate-item3.png")
}

.category-items__item--fourth::before {
		background-image: url("../img/new/category-plate-item4.png")
}

.category-items__item--fifth::before {
		background-image: url("../img/new/category-plate-item5.png")
}

.category-items__item--sixth::before {
		background-image: url("../img/new/category-plate-item6.png")
} */

.category-items__item:hover {
	background: linear-gradient(137deg, #4c3376 0%, #7457a4 100%)
}

.category-items__item:hover .category-items__item-title {
	color: #fff
}

.category-items__item:hover .category-items__item-description {
	color: #fff;
	opacity: .7
}

.category-items__item:hover .category-items__item-btn {
	color: #fff;
	background: linear-gradient(137deg, #f47922 0%, #ff964b 100%);
	border-color: rgba(0, 0, 0, 0)
}

.category-items__item-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.category-items__item-wrap .category-items__item {
	flex: 1
}

.banner {
	/* margin: 40px 0 60px */
}

.banner__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 77px;
	border-radius: 15px;
	padding: 24px 40px;
	background: linear-gradient(137deg, #f47922 0%, #ff964b 100%);
	cursor: pointer
}

.banner__text {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #fff;
	cursor: pointer
}

.tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	overflow: auto;
	padding-bottom: 30px
}

/* Ширина скроллбара */
/*::-webkit-scrollbar {
	display: none;
}*/

/* цвест скроллбара */
/*.tabs__nav::-webkit-scrollbar-track {
	display: none;
}*/

/* Цвет бегунка скроллбара */
/*.tabs__nav::-webkit-scrollbar-thumb {
	display: none;
}
*/
/* Настройка скроллбара для firefox */
.tabs__nav {
	scrollbar-width: thin;
	scrollbar-color: #62a15100 #e5e7eb00;
}


.tabs__nav-btn {
	padding: 10px 45px;
	border: 1px solid #4c3376;
	border-radius: 50px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	color: #4c3376;
	background-color: rgba(0, 0, 0, 0)
}



.tabs__nav-btn--active {
	border-color: rgba(0, 0, 0, 0);
	background: linear-gradient(137deg, #4c3376 0%, #7457a4 100%);
	color: #fff;
	box-shadow: 0px 2px 4px rgba(116, 87, 164, .44)
}

.card-items-swiper, .card-items-swiper2 {
	padding: 15px;
	/* margin: 0 -15px */
}

.tabs__panel-wrapper .prod-card {
	/* max-width: 260px; */
	height: auto;
	box-shadow: 0px 0px 15px rgba(147, 139, 139, .25)
}

.tabs__panel-wrapper .prod-card:hover {
	transform: translateY(-10px)
}

.tabs__panel-wrapper .prod-card::before {
	display: none
}

.tabs__panel-wrapper .prod-card-show-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%
}

.tabs__panel-wrapper .prod-card-show-more__btn {
	display: flex;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(137deg, #4c3376 0%, #7457a4 100%)
}

.tabs__panel-wrapper .prod-card-show-more__svg {
	margin: auto
}

.tabs__panel-wrapper .prod-card-show-more__text {
	margin-top: 30px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #4c3376;
	max-width: 145px
}

.tabs__panel-wrapper .prod-card:hover .prod-card-show-more__btn {
	background: linear-gradient(137deg, #f47922 0%, #ff964b 100%)
}

.tabs__panel-wrapper .prod-card:hover .prod-card-show-more__text {
	color: #f47922
}

.tabs__panel-wrapper .prod-card-stock {
	cursor: pointer;
	padding: 0
}

.tabs__panel-wrapper .prod-card-stock img {
	border-radius: 20px;
	height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.sale-mounth__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed #cecece;
	padding: 14px 0 20px
}

.sale-mounth__title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #000
}

.sale-mounth__btn {
	display: flex;
	align-items: center;
	gap: 20px
}

.sale-mounth__btn-text {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
	text-align: right;
	color: #000;
	cursor: pointer
}

.sale-mounth__btn-img {
	width: 54px;
	height: 54px;
	background-color: #fff;
	background-image: url(../assets/img/icon/swiper-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 60px;
	box-shadow: 0px 0px 16px rgba(77, 77, 77, .25)
}

.sale-mounth__bottom {
	margin-bottom: 50px;
	padding-bottom: 27px
}

.sale-mouth__img {
	min-height: 160px;
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px
}

.about-block__text .title {
	max-width: 420px
}

.brands__title {
	margin: 60px 0 30px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #000
}

.brands__cards {
	margin-bottom: 60px
}

.brands__cards-wrap {
	padding: 10px 0
}

.brands__card {
	display: flex;
	width: 215px;
	height: 100px;
	border-radius: 20px;
	box-shadow: 0px 0px 8px 0px rgba(163, 163, 163, .25);
	background: #fff;
	border: 1px solid rgba(163, 163, 163, .25)
}

.brands__card img {
	margin: auto
}

.blog-btn {
	border-color: #d9d9d9
}

.blog-block-header {
	border-top: 1px dashed #cecece
}

.blog-block-swiper-wrapper {
	padding: 10px 0
}

.blog-block__button {
	text-align: center
}

.blog-block__btn {
	display: none
}

.blog-block__btn-text {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
	text-align: right;
	color: #000;
	cursor: pointer
}

.blog-block__btn-img {
	width: 54px;
	height: 54px;
	background-color: #fff;
	background-image: url(../assets/img/icon/swiper-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 60px;
	box-shadow: 0px 0px 16px rgba(77, 77, 77, .25)
}

.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px
}

.custom_h1 {
	font-size: 18px;
	margin: 0 0 20px 0;
}

.action-btns__wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #a0a0a0
}

.action-btns__button {
	border: none;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 7px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 171%;
	color: #4a4a4a;
	position: relative;
}

.action-btns__button--sale {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 14px;
	line-height: 171%;
	background: linear-gradient(137deg, #4c3376 0%, #7457a4 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	margin-left: auto;
}

.action-btns__button--sale.active svg path,
.action-btns__button--compare.active svg path,
.action-btns__button--compare.hover svg path,
.action-btns__button--sale:hover svg path {
	fill: var(--accent-color)
}

.action-btns__button--favorite.active svg path,
.action-btns__button--favorite:hover svg path {
	fill: red;
	stroke: red
}

.action-btns__button--compare.active svg path, .action-btns__button--compare:hover svg path{
	/*fill: #f47922;*/
	stroke: #f47922;
}

.action-btns__button:hover,
.action-btns__button.active {
	/* background: linear-gradient(137deg, #f47922 0%, #ff964b 100%); */
	/* background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgba(0, 0, 0, 0); */
	color: #f47922;
}

.title-page {
	margin-bottom: 12px
}

.card-inner {
	margin-top: 12px;
	margin-bottom: 30px
}

.card-col-descrip {
	margin-top: unset
}

.card-col-descrip__company {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 12px;
	cursor: pointer
}

.card-col-descrip__company:hover .card-col-descrip__company-name {
	color: var(--accent-color)
}

.card-col-descrip__company-logo {
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	padding: 6px 8px
}

.card-col-descrip__company-name {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;
	color: #000;
	cursor: pointer
}

.card-col-descrip__har {
	margin-bottom: 20px
}

.card-col-descrip__har-title {
	margin-bottom: 10px
}

.card-col-descrip__har-list {
	margin-bottom: 20px
}

.card-col-descrip .custom-radio {
	position: relative
}

.custom-radio>input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: 0 0 0 0
}

.description-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.description-item+.description-item {
	margin-top: 12px
}

.description-item__term {
	position: relative;
	overflow: hidden;
	flex-grow: 1;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	color: #000
}

.description-item__term::after {
	content: "...................................................................................................................................................................................................................................................................................................................................................";
	position: absolute;
	color: #a0a0a0
}

.description-item__val {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	text-align: right;
	color: #000;
	max-width: 250px
}

.product-name-microdata, .product-currency-microdata, .product-descr-microdata {
	display: none;
}

.description-item span::before {
	content: "   "
}

.custom-radio>span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 40px;
	border-radius: 10px;
	padding: 10px 12px;
	border: 1px solid #807e77;
	color: #807e77;
	cursor: pointer;
	/* width: 40px; */
	min-width: 45px;
	height: 40px;
}

.value-category__link--disabled {
	border-radius: 10px;
}

.custom-radio>input:checked+span {
	border: 1px solid var(--primary-color);
	color: var(--primary-color)
}

.custom-radio>span:hover {
	border: 2px solid #807e77;
	font-weight: 700;
}

.card-inner {
	grid-template-columns: 440px auto 327px;
	gap: 50px
}

.card-col-main-body {
	padding-left: unset;
	border-left: unset
}

.card-col-main-top {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 25px 19px;
	margin-bottom: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
	background: #fff
}

.catalog-section-text {
	margin: 20px auto 0 auto;
	padding-top: 25px;
	border-top: 1px dashed #CECECE;
	width:  calc(100% - 20px);
	font-size:20px;
	font-weight: normal;
}

.catalog-section-text ul,.catalog-section-text ol,.catalog-section-text li{
	list-style: unset;
}
.catalog-section-text ul,.catalog-section-text ol{
	padding-left: 40px;
}
.catalog-section-text li{
	margin: 5px 0;
}

.catalog-section-text ol{
	list-style-type: decimal;
}

.catalog-section-text p{
	margin: 0 12px 12px 0;
}

.catalog-section-text a {
	font-size: 20px;
	font-weight:400;
	text-decoration: underline;
}

.catalog-section-text a:hover {
	text-decoration: underline;
	color:#0054a5;
}

.card-col-main-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	position: relative;
}

.prod-card-status {
	position: absolute;
	font-weight: 600;
	right: -5px;
	top: -15px;
	font-size: 14px;
	/*color: #4da967;*/
	color: limegreen;
}

@media screen and (max-width: 980px) {
	.prod-card-status.desktop {
		display:none;
	}
}





.prod-card-status .circle {
	width: 10px;
	height: 10px;
	background-color: limegreen;
	border-radius: 50%;
	opacity: 0.8;
	box-shadow: 0 0 15px rgba(52, 152, 219, 0.5);
	position: relative;
	display: inline-block;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}
	50% {
		transform: scale(1.2);
		opacity: 0.4;
	}
	100% {
		transform: scale(1);
		opacity: 0.8;
	}
}

.prod-card-status .pulsate {
	animation: pulse 1.5s infinite;
}

.card-col-main-price {
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px
}

.card-col-main-price .prod-card-price__new {
	line-height: 24px
}

.card-col-main-price .prod-card-price__descr {
	flex: 1 1 100%;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	color: #000;
	opacity: .5
}

.card-col-main__btns {
	margin: unset
}

.card-col-main__btns .prod-card-count {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	width: 140px !important;
	height: 52px
}

.card-col-main__btns .buttonCountMinus,
.card-col-main__btns .buttonCountPlus, .buttonCountMinus-quick, .buttonCountPlus-quick {
	position: absolute;
	height: 100% !important;
	width: 39px;
	border-radius: unset;
	border: unset
}

.buttonCountMinus, .buttonCountMinus-quick {
	left: 0
}

.buttonCountPlus, .buttonCountPlus-quick {
	right: 0
}

.card-info-saving {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	color: #4c3376
}

.card-info-saving span {
	font-weight: 700
}

.card-col-cartbtn {
	/* background: linear-gradient(137deg, #f47922 0%, #ff964b 100%); */
	background-color: var(--primary-color);

	border-radius: 10px
}

.order-ur-btn {
	background-color: var(--primary-color);
	background-image: none;
}

.btn-zakaz {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	border-radius: 10px;
	margin-bottom: 20px
}

.card-col-main-top .btn-zakaz {
	margin-bottom: 0;
}

.card-col-main__bottom {
	padding-top: unset;
	border: unset;
	display: flex;
	flex-direction: column;
	gap: 12px
}

.card-col-main__bottom-dost {
	margin-bottom: 0
}

.card-col-main__bottom-dost p {
	color: #000;
	font-family: "CeraPro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.card-col-main__bottom-dost b {
	font-weight: 500
}

.card-col-main__bottom-dost::before {
	background: url("../img/new/card-dost.svg") no-repeat 50% 50%;
	background-size: contain
}

.card-col-main__bottom-manufac .opisan-btn {
	font-weight: 400
}

.card-col-main__bottom-manufac .opisan-btn span {
	color: inherit
}

.card-col-main__bottom-manufac::before {
	background: url("../img/new/card-kur.svg") no-repeat 50% 50%;
	background-size: contain
}

.card-tags__wrapper {
	display: flex;
	align-items: center;
	gap: 10px 20px;
	flex-wrap: wrap;
	margin-bottom: 30px;
	grid-column: 1/3
}

.card-tags__item {
	position: relative;
	padding-left: 28px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #000
}

.card-tags__item::after {
	content: "";
	background-size: contain;
	position: absolute;
	width: 23px;
	height: 19px;
	left: 0;
	top: 2px
}

.card-tags__item--gift::after {
	background: url("../img/new/card-tag-gift.svg") no-repeat 50% 50%
}

.card-tags__item--price::after {
	background: url("../img/new/card-tag-price.svg") no-repeat 50% 50%
}

.card-wrapper {
	display: grid;
	grid-template-columns: 440px auto 327px;
	gap: 50px
}

.card-wrapper .prod__tabs,
.card-wrapper .catd-tabs {
	grid-column: 1/3
}

.desc.card-wrapper {
	gap: 30px 50px
}

.prod__tabs {
	display: flex;
	gap: 10px
}

.tab-harakter {
	display: block
}

.tab-opisan-text p span {
	font-weight: 700
}

.card-accordion__wrapper {
	padding-bottom: 50px
}

@media screen and (min-width: 980px) {

	#header-mid.show .logo-group,
	#header-mid.show .page-header-search {
		display: block
	}
}

.dropdown-content {
	top: 100%;
}

/* @media screen and (max-width: 1232px) {
		.dropdown-content {
				top: 100%;
		}
} */


/* Правки Swiper */
@media(max-width: 1200px) {

	/* Правки Ед товара */
	.card-inner {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.card-wrapper {
		grid-template-columns: 1fr 1fr
	}

	/* Правки Корзины */
	.order-ur {
		max-width: 100%;
	}

	div[data-entity="basket-checkout-aligner"] {
		display: flex;
		gap: 100px;
	}

	.basket-checkout-block-btn {
		padding-top: 0;
	}

	.basket-info {
		flex: 1;
	}

	.basket-btns {
		flex: 1;
	}
}

@media(max-width: 1080px) {
	.category-items__item--fourth {
		order: 1
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.card-inner {
		gap: 30px;
	}

	.card-col-main-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	
}


/* Правки баннер на главной */
.banner-2-body {
	height: 160px;
}

.banner-2-body::before {
	content: initial;
}

@media(max-width: 980px) {

	.banner-2-body {
		height: 127px;
	}

	.main-buttons__btn img {
		margin-bottom: 2px
	}

	.main-buttons__btn--catalog,
	.main-buttons__btn--contact {
		display: flex
	}

	.main-buttons {
		position: fixed;
		padding: 14px 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, .06)
	}

	.page-header-search {
		position: absolute;
		z-index: 100;
		width: 78% !important;
		transform: translateY(-200%);
		transition: all .3s ease-in-out
	}

	.page-header-search--active {
		transform: translateY(0)
	}

	.menubox {
		padding-top: 110px
	}

	.mainbanner {
		margin: 20px auto 35px
	}

	.blog-btn {
		margin-right: auto;
		margin-top: unset
	}

	.blog-block-header .btn-more {
		display: none
	}

	.blog-block-header {
		padding-top: 20px
	}

	.blog-block__btn {
		padding-top: 15px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 20px
	}


	.card-inner {
		grid-template-columns: 1fr
	}

	.card-col-main__bottom {
		flex-direction: row;
		flex-wrap: wrap;
		/* justify-content: center; */
		align-items: center;
		gap: 10px 20px
	}

	.card-tags__wrapper {
		margin-bottom: 30px
	}

	.card-wrapper {
		grid-template-columns: 1fr
	}

	.tab-harakter {
		padding: 0
	}
}

@media(max-width: 888px) {

	/* Правки Корзины */
	div[data-entity="basket-checkout-aligner"] {
		flex-direction: column;
		gap: 10px;
	}
}

@media(max-width: 768px) {
	.main-buttons__btn img {
		width: 24px;
		height: 24px
	}

	.main-buttons__btn span {
		font-size: 10px;
		top: -5px;
		right: 5px;
		width: 15px;
		height: 15px
	}

	.main-buttons__btn--sale {
		transform: translateY(6px)
	}

	.main-buttons__btn--favorite span {
		right: 10px
	}

	.main-buttons__btn {
		font-size: 12px;
		line-height: 108%
	}

	.main-buttons {
		gap: 20px
	}

	.page-header-search {
		width: 96% !important
	}

	.page-header-search--active {
		transform: translateY(160%)
	}

	.swiper-slide {
		border-radius: 10px
	}

	.swiper-slide-img {
		border-radius: 10px
	}

	.banner {
		margin-bottom: 35px
	}

	.tabs__nav {
		flex-wrap: nowrap;
		gap: 10px;
		padding-bottom: 10px;
		padding-top: 35px;
		border-top: 1px dashed #cecece
	}

	.tabs__nav-btn {
		padding: 5px 21px;
		font-size: 13px;
		line-height: 185%;
		white-space: nowrap
	}

	/* .prod-card {
				width: 260px
		} */

	.sale-mounth__top {
		padding: 10px 0 20px
	}

	.sale-mounth__title {
		font-size: 20px
	}

	.sale-mounth__btn-text {
		display: none
	}

	.sale-mounth__btn-img {
		width: 44px;
		height: 44px
	}

	.sale-mounth__bottom {
		margin-bottom: 35px
	}

	.brands__title {
		border-top: 1px dashed #cecece;
		padding-top: 20px;
		margin: 35px 0 20px;
		font-size: 20px
	}

	.blog-block__btn-text {
		font-size: 15px;
		line-height: 133%
	}

	.blog-block__btn-img {
		width: 44px;
		height: 44px
	}

	.blog-block {
		padding-bottom: 50px
	}

	.tab-btn {
		padding: 5px 21px;
		font-size: 13px;
		line-height: 185%;
		white-space: nowrap
	}

	.blog-block-header {
		overflow: auto;
		margin-bottom: unset
	}

	.tab-control {
		padding: 5px 10px;
		gap: 10px;
		flex-wrap: nowrap
	}

	/* Правки */
	.banner-2-body {
		height: 90px;
	}
}

@media(max-width: 712px) {
	.category-items__wrapper {
		grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
		margin-bottom: 30px
	}
}

@media screen and (max-width: 650px) {
	.tabs__panel-wrapper .prod-card:hover {
		box-shadow: 0px 0px 15px rgba(147, 139, 139, .25)
	}
}

@media(max-width: 576px) {
	.main-buttons__btn span {
		font-size: 8px;
		top: -2px;
		right: 10px;
		width: 12px;
		height: 12px
	}

	.main-buttons__btn--favorite span {
		top: -2px;
		right: 15px
	}

	.main-buttons {
		gap: 10px
	}

	.page-header-search {
		width: 91% !important
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 5px
	}

	.swiper-pagination-bullet {
		width: 7px;
		height: 7px
	}

	.swiper-pagination-bullet+.swiper-pagination-bullet {
		margin-left: 3px !important
	}

	.category-items__item-title {
		font-size: 16px
	}

	.category-items__item-description {
		margin-bottom: 4px;
		font-size: 9px
	}

	.category-items__item-btn {
		display: none
	}

	.category-items__item::after {
		width: 174px;
		height: 92px;
		bottom: -50px;
		opacity: .5
	}

	.category-items__item::before {
		right: 0;
		bottom: 0;
		width: 65px;
		height: 65px
	}

	.category-items__item--big .category-items__item-title {
		font-size: 16px
	}

	.category-items__item--big .category-items__item-description {
		margin-bottom: 4px;
		font-size: 9px
	}

	.category-items__item--big::before {
		width: 80px;
		/* height: 80px */
	}

	.category-items__item--big {
		padding: 20px
	}

	.category-items__item {
		padding: 20px
	}

	.banner__content {
		padding: 12px 30px;
		gap: 47px
	}

	.banner__content img {
		width: 41px;
		height: 41px
	}

	.banner__text {
		font-size: 13px;
		line-height: 120%;
		letter-spacing: .01em
	}

	.preim-glav {
		display: none
	}

	.about-block__body {
		overflow: hidden;
		padding-bottom: 0
	}

	.about-block__left {
		grid-row: 2/3
	}

	.about-block__left::after {
		content: "";
		width: 300px;
		height: 300px;
		background: var(--accent-gradient);
		position: absolute;
		border-radius: 50%;
		bottom: -30px;
		right: 0;
		z-index: -1;
		scale: .9
	}

	.about-block__img {
		position: absolute;
		bottom: -20px;
		left: 130px;
		transform: scale(-1, 1)
	}

	.about-block__right {
		grid-row: 1/2
	}

	.about-block__text .title {
		font-size: 20px;
		line-height: 160%;
		margin-bottom: 8px
	}

	.about-block__text {
		margin-bottom: 17px
	}

	.about-block__text p {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 12px;
		line-height: 130%;
		color: #000
	}

	.about-block__bullets {
		padding-bottom: 100px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		gap: 10px
	}

	.about-block__bullet {
		padding: 0
	}

	.about-block__bullet:nth-of-type(3) {
		grid-column: 1/2;
		grid-row: 3/4
	}

	.about-block__bullet:nth-of-type(4) {
		grid-column: 2/3;
		grid-row: 1/2
	}

	.brands__cards {
		margin-bottom: 35px
	}

	.blog-cat {
		display: none
	}

	.blog-public {
		margin-bottom: 4px
	}

	.blog-name {
		font-size: 15px;
		margin-bottom: 20px
	}

	.mb-100 {
		margin-bottom: 35px
	}

	.action-btns__wrapper {
		gap: 10px
	}

	.card-col-descrip__har {
		margin-bottom: unset
	}

	.card-col-descrip__har-list {
		margin-bottom: unset;
		padding-bottom: 10px;
		flex-wrap: nowrap;
		overflow: auto
	}

	.description-item__term {
		font-size: 14px
	}

	.description-item__val {
		max-width: 200px;
		font-size: 14px
	}

	.card-col-main-top {
		padding: 15px 10px
	}

	.card-col-main-price {
		gap: 4px 8px
	}

	.card-col-main-price .prod-card-price__new {
		font-size: 24px !important
	}

	/* Правки */
	.banner-2-body {
		height: 65px;
	}
}

@media(max-width: 576px)and (max-width: 500px) {
	.about-block__left::after {
		width: 376px;
		height: 376px;
		bottom: -120px;
		right: -130px
	}
}

@media(max-width: 500px) {
	.about-block__img {
		bottom: -20px;
		left: unset;
		right: -100px;
		width: 376px
	}
}

@media screen and (max-width: 350px) {
	.logo-img {
		width: 135px
	}
}

@media(max-width: 330px) {
	.card-col-main-price .prod-card-price__new {
		font-size: 21px !important
	}
}

@media (max-width: 476px) {

	/* Правки */
	.banner-2-body {
		height: 55px;
	}
}

@media (max-width: 376px) {

	/* Правки */
	.banner-2-body {
		height: 45px;
	}
}





.card-col-descrip__company-logo {
	height: 41px;
	width: auto;

}

.custom-radio_active span {
	border: 2px solid #4c3376;
	color: var(--primary-color);
	font-weight: 700;
}

.custom-radio_active span:hover {
	border-color: #4c3376;
}



.tab-opisan-table__docs {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

*[data-hystmodal] {
	cursor: pointer;
}



.mob.card-accordion__wrapper {
	display: none;
}

@media screen and (max-width: 980px) {
	.mob.card-accordion__wrapper {
		display: block;
	}

	.desc.card-tabs,
	.desc.banner-3 {
		display: none;
	}
}

/* аккордеон  */
.accordionCard,
.accordion-link {
	display: block;
	position: relative;
	cursor: pointer;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	outline: none;

	font-weight: 800;
	font-size: 20px;
	line-height: 150%;
	padding: 10px 30px 10px 0px;
	transition: 0.5s;
}

.accordion-link {
	border-bottom: 1px dashed #d9d9d9;
}

.accordionCard.active {}

.accordionCard:after,
.accordion-link:after {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	right: 0px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/icon/menuburger-arrow.svg) 50% 50% no-repeat;
	background-size: contain;
	transform: rotate(0deg);
	transition: 0.3s;
}

.accordionCard.active:after {
	transform: rotate(180deg);
}

.panelCard {
	height: 0px;
	overflow: hidden;
	border-bottom: 1px dashed #d9d9d9;
	box-sizing: content-box;
	transition: 0.5s;
}

.panelCard._active {
	padding: 0 0 20px;
}

.card-accordion__wrapper .tab-opisan-table {
	box-shadow: none;
	border: 1px solid #e1e1e1;
}

.prod-card-thumb__slide img {
	z-index: 0;
}

.ya-share2 {
	position: absolute;
}

.ya-share2,
.ya-share2__container,
.ya-share2__list,
.ya-share2__item,
.ya-share2__link_more {
	width: 100%;
}

.ya-share2__link_more span {
	opacity: 0;
}

#callBack .hystmodal__window,
#addToCart .hystmodal__window {
	background-color: #fff;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 10px;
	border-radius: 25px;
	/*text-align: center;*/
}

.addToCart__title {
	margin-bottom: 25px;
}

#mob-card {
	display: none;
}

@media screen and (max-width: 980px) {
	/*плашка для мобилки*/

	#mob-card {
		display: block;
		position: fixed;
		left: 0;
		bottom: -80px;
		z-index: 999;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 0 15px #0000003b;
		padding: 15px 0;
		transition: .3s;
	}


	.mob-card__wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}

	.mob-card__thumb {
		display: block;
		position: relative;
		overflow: hidden;
		width: 48px;
		height: 48px;
		border-radius: 7px;
		border: 1px solid #f0f0f0;
	}

	.mob-card__right {
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.mob-card__price .old {
		font-size: 14px;
		text-decoration-line: line-through;
		color: #000000;
		opacity: 0.5;
		white-space: nowrap;
	}

	.mob-card__price .new {
		font-size: 18px;
		font-weight: 600;
		color: #ff671b;
		white-space: nowrap;
	}

	.mob-card__btn {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 7px 15px;
		color: #fff;
		border: 1px solid #115ba400;
		background: linear-gradient(110deg, #4c3376 26%, #7457a4 100%), #f5f5f7;
		border-radius: 100px;
		transition: .3s;
		width: 100%;
	}

	.mob-card__btn:hover {
		border: 1px solid #4c3376;
		background: none;
		color: #4c3376;
	}

	/*плашка для мобилки*/
}

:root {
	--font-family: "CeraPro", sans-serif;
	--second-family: "Inter", sans-serif;
	--gr: #f5f5f7;
	--gr2: #f5f5f7
}

.header-top__inner {
	padding: 10px 30px 0
}

.header-top__contact {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: var(--primary-color)
}

.header-top__contact:hover {
	text-decoration: underline
}

.header-top__contact+.header-top__contact {
	margin-left: 22px
}

.header-mid__catalog {
	display: flex;
	gap: 11px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	border-radius: 10px;
	padding: 17px 33px;
	background: linear-gradient(137deg, #4c3376 0%, #7457a4 100%)
}

.main-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px
}

.main-buttons__btn {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 171%;
	color: #4a4a4a
}

.main-buttons__btn img {
	width: 29px;
	height: 29px
}

.main-buttons__btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: var(--accent-color);
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: 0;
	transition: all .3s ease
}

.main-buttons__btn--catalog,
.main-buttons__btn--contact,
.main-buttons__btn--sale {
	display: none
}

.main-buttons__btn--sale {
	transform: translateY(3px);
	text-align: center;
	max-width: 42px;
	line-height: 1
}

.main-buttons__btn--cart:hover span {
	background-color: var(--primary-color)
}

.main-buttons__btn--favorite:hover span {
	background-color: var(--primary-color)
}

.main-buttons__btn--favorite span {
	right: 8px
}

.search-button {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	width: 158px
}

#sale-btn--header {
	display: flex;
	align-items: center;
	width: -moz-max-content;
	width: max-content;
	gap: 8px;
	padding: 4px 12px;
	font-weight: 500;
	color: #fff;
	margin-left: 0;
	margin-right: 24px;
	border: 1px solid var(--accent-color);
	box-shadow: 0px 4px 12px rgba(255, 150, 75, .47);
	border-radius: 20px;
	background: var(--accent-gradient);
	position: relative;
	transition: .3s ease;
	font-size: 16px;
	text-decoration: none !important
}

#sale-btn--header:hover {
	color: var(--accent-color);
	background: linear-gradient(110deg, #fff 26%, #f1ffff 100%)
}

#sale-btn--header:hover path {
	fill: var(--accent-color)
}

.header-search-btn {
	border: none;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	width: 36px;
	height: 36px;
	background: linear-gradient(180deg, #f3f4f8 0%, #e9ebf3 100%), #f2f3f7;
	background-image: url("/local/templates/new/img/icon/search-header.svg");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100px
}

.menubox-footer {
	padding-bottom: 80px
}

.header-bot {
	margin-bottom: 0;
	z-index:10;
}

.header-bot.fixed-header {
	z-index:95;
	/*z-index:950;*/
}

.mainbanner {
	margin: 30px auto 32px
}

.swiper-slide {
	border-radius: 20px
}

.swiper-slide-img {
	min-height: 225px;
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px
}

#swiper-banner {
	padding-bottom: 27px
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0
}



.swiper-pagination-bullets.swiper-pagination-horizontal.section_banner__swiper-pagination
 {
	position:relative;
	margin: 10px 0 0 0;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #7457a4;
	opacity: .3
}

.swiper-pagination-bullet-active {
	background: #7457a4;
	opacity: 1
}

.swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 10px !important
}

.category-items__wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
	gap: 10px;
	margin-bottom: 40px
}

.category-items__item-title {
	margin-bottom: 4px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 17px;
	line-height: 100%;
	color: #4c3376;
	cursor: pointer;
	transition: all .3s
}

.category-items__item-description {
	margin-bottom: 14px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	color: #000;
	opacity: .7;
	transition: all .3s;
	cursor: pointer
}

.category-items__item-btn {
	border: .5px solid #4c3376;
	border-radius: 20px;
	padding: 3px 14px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 13px;
	line-height: 185%;
	color: #4c3376;
	transition: all .3s
}

.category-items__item-img {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -10px;
	width: 100px
}

.category-items__item {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 20px;
	padding: 20px 15px;
	background-color: #f5f5f7;
	cursor: pointer;
	transition: all .3s
}

.category-items__item::after {
	content: "";
	position: absolute;
	z-index: -2;
	background-image: url("../img/new/category-plate-decor.svg");
	background-repeat: no-repeat;
	width: 201px;
	height: 71px;
	left: 0;
	bottom: 0
}

.category-items__item--big {
	padding: 30px 20px
}

.category-items__item--big .category-items__item-title {
	font-size: 24px
}

.category-items__item--big .category-items__item-description {
	max-width: 215px;
	margin-bottom: 76px;
	font-size: 14px
}

.category-items__item--big .category-items__item-btn {
	font-size: 16px;
	line-height: 150%
}

.category-items__item--big::after {
	width: 328px;
	height: 106px;
	/*background-image: url("../newAssets/img/category-plate-decor-big.svg")*/
	background-image: url("../img/new/category-plate-decor-big.svg");
}



.category-items__item--big .category-items__item-img {
	right: 0;
	width: 160px;
	height: auto;
	/* height: 160px */
}

.category-items__item:hover {
	background: linear-gradient(137deg, #4c3376 0%, #7457a4 100%)
}

.category-items__item:hover .category-items__item-title {
	color: #fff
}

.category-items__item:hover .category-items__item-description {
	color: #fff;
	opacity: .7
}

.category-items__item:hover .category-items__item-btn {
	color: #fff;
	background: linear-gradient(137deg, #f47922 0%, #ff964b 100%);
	border-color: rgba(0, 0, 0, 0)
}

.category-items__item-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.category-items__item-wrap .category-items__item {
	flex: 1
}

.banner {
	margin-top: 40px;
	margin-bottom: 60px
}

.banner__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 77px;
	border-radius: 15px;
	padding: 24px 40px;
	background: linear-gradient(137deg, #f47922 0%, #ff964b 100%);
	cursor: pointer
}

.banner__text {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #fff;
	cursor: pointer
}

.tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	overflow: auto;
	padding-bottom: 30px;
	-webkit-overflow: auto;
	-moz-overflow: auto;
	-ms-overflow: auto;
	-o-overflow: auto;
}

.tabs__nav-btn {
	padding: 10px 45px;
	border: 1px solid #4c3376;
	border-radius: 50px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	color: #4c3376;
	background-color: rgba(0, 0, 0, 0)
}



.tabs__nav-btn--active {
	border-color: rgba(0, 0, 0, 0);
	background: linear-gradient(137deg, #4c3376 0%, #7457a4 100%);
	color: #fff;
	box-shadow: 0px 2px 4px rgba(116, 87, 164, .44)
}

.tabs__panel-wrapper {
	/* display: grid;
		grid-template-columns: auto 265px */
}

.tabs__panel-wrapper .card-items-fixed {
	z-index: 5;
	position: relative;
	margin: 15px 0;
	grid-column: 2/3;
	box-shadow: 0px 0px 15px rgba(147, 139, 139, .25);
	border-radius: 20px;
	transition: .3s
}

.tabs__panel-wrapper .card-items-fixed__link {
	position: absolute;
	inset: 0
}

.tabs__panel-wrapper .card-items-fixed__link img {
	border-radius: 20px;
	height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.tabs__panel-wrapper .card-items-fixed:hover {
	transform: translateY(-10px)
}

.card-items-swiper {
	/* padding: 15px 0 15px 15px;
		margin: 0 5px 0 -15px */
}

.tabs__panel-wrapper .prod-card {
	/* max-width: 260px; */
	height: auto;
	box-shadow: 0px 0px 15px rgba(147, 139, 139, .25)
}

.tabs__panel-wrapper .prod-card:hover {
	transform: translateY(-10px)
}

.tabs__panel-wrapper .tabs__panel-wrapper .prod-card::before {
	display: none
}

.tabs__panel-wrapper .prod-card-show-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%
}

.tabs__panel-wrapper .prod-card-show-more__btn {
	display: flex;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(137deg, #4c3376 0%, #7457a4 100%)
}

.tabs__panel-wrapper .prod-card-show-more__svg {
	margin: auto
}

.tabs__panel-wrapper .prod-card-show-more__text {
	margin-top: 30px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #4c3376;
	max-width: 145px
}

.tabs__panel-wrapper .prod-card:hover .prod-card-show-more__btn {
	background: linear-gradient(137deg, #f47922 0%, #ff964b 100%)
}

.tabs__panel-wrapper .prod-card:hover .prod-card-show-more__text {
	color: #f47922
}

.tabs__panel-wrapper .prod-card-stock {
	cursor: pointer;
	padding: 0
}

.tabs__panel-wrapper .prod-card-stock img {
	border-radius: 20px;
	height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.sale-mounth__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed #cecece;
	padding: 14px 0 20px
}

.sale-mounth__title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #000
}

.sale-mounth__btn {
	display: flex;
	align-items: center;
	gap: 20px
}

.sale-mounth__btn-text {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
	text-align: right;
	color: #000;
	cursor: pointer
}

.sale-mounth__btn-img {
	width: 54px;
	height: 54px;
	background-color: #fff;
	background-image: url(../img/icon/swiper-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 60px;
	box-shadow: 0px 0px 16px rgba(77, 77, 77, .25)
}

.sale-mounth__bottom {
	margin-bottom: 50px;
	padding-bottom: 27px
}

.sale-mouth__img {
	min-height: 160px;
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px
}

.about-block__text .title {
	max-width: 420px
}

.brands__title {
	margin: 60px 0 30px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #000
}

.brands__cards {
	margin-bottom: 60px
}

.brands__cards-wrap {
	padding: 10px 0
}

.brands__card {
	display: flex;
	width: 215px;
	height: 100px;
	border-radius: 20px;
	box-shadow: 0px 0px 8px 0px rgba(163, 163, 163, .25);
	background: #fff;
	border: 1px solid rgba(163, 163, 163, .25)
}

.brands__card img {
	margin: auto
}

.blog-btn {
	border-color: #d9d9d9
}

.blog-block-header {
	border-top: 1px dashed #cecece
}

.blog-block-swiper-wrapper {
	padding: 10px 0
}

.blog-block__button {
	text-align: center
}

.blog-block__btn {
	display: none
}

.blog-block__btn-text {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
	text-align: right;
	color: #000;
	cursor: pointer
}

.blog-block__btn-img {
	width: 54px;
	height: 54px;
	background-color: #fff;
	background-image: url(../assets/img/icon/swiper-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 60px;
	box-shadow: 0px 0px 16px rgba(77, 77, 77, .25)
}

.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px
}

/* Правки Каталога*/

.category-plate-main,
.sale-btn {
	position: relative;
	z-index: 9;
}

/* Правки Нижняя панель */
@media (max-width: 1024px) {
	.catalogsection-teplyy-pol-str .category-plate-text {
		display: none;
	}

	.catalogsection-teplyy-pol-str .category-plate-item .category-plate-title {
		font-size: 18px;
	}
}

/* Правки кнопка в каталоге */
@media (min-width: 960px) and (max-width: 1024px) {
	.prod-card-cartbtn {
		width: 100%;
	}
}

@media (min-width: 900px) and (max-width: 980px) {
	.preim-glav {
		flex-direction: row;
	}

	.catalogsection-rezistivnyy-greyushchiy-kabel-str {
		grid-template-columns: 1fr 1fr;
	}
}





@media (max-width: 960px) {
	.tabs__nav {
		gap: 13px;
	}

	.tabs__nav-btn {
		padding: 10px 19px;
	}
}


.delivery .category-slider {
	margin-bottom: 40px;
}

.pay-str .delivery .category-slider {
	margin-bottom: 12px;
}


@media (max-width : 1300px) {
	.category-plate {
		grid-template-columns: repeat(4, 1fr);
	}

	.catalog-str .category-plate-item:nth-of-type(1) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(2) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(3) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(4) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(5) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(6) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(7) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(8) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(9) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(10) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(11) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(12) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(13) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(14) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(15) {
		grid-column: initial;
	}

	.catalog-str .category-plate-item:nth-of-type(16) {
		grid-column: initial;
	}



	.category-plate-item:nth-of-type(1) .category-plate-title {
		font-size: 18px;
	}

	.catalog-str .category-plate-item:nth-of-type(3) .category-plate-title {
		font-size: 18px;
	}

	.catalog-str .category-plate-item:nth-of-type(5) .category-plate-title {
		font-size: 18px;
	}

	.category-plate-item:nth-of-type(6) .category-plate-title {
		font-size: 18px;
	}

	.catalog-str .category-plate-item:nth-of-type(14) .category-plate-title {
		font-size: 18px;
	}

	.category-plate-item:nth-of-type(15) .category-plate-title {
		font-size: 18px;
	}

	.catalog-str .category-plate-item:nth-of-type(16) .category-plate-title {
		font-size: 18px;
	}

	.catalog-str .category-plate-item:nth-of-type(17) .category-plate-title {
		font-size: 18px;
	}

	.catalog-str .category-plate-item:nth-of-type(3) img {
		width: 230px;
	}

	.category-plate-item:nth-of-type(1) img {
		width: 180px;
	}

	/* Правки Греющий кабель */
	.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(12) {
		grid-column: span 1;
	}

	.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(7) {
		grid-column: span 1;
	}
}


/* Правки */
.catalog-header-filter {
	z-index: 90;
}


@media (min-width: 1024px) and (max-width: 1200px) {
	.catalog-grid {
		grid-template-columns: repeat(3, 1fr);
		/* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
		justify-items: center;
	}

	/* .prod-card {
				padding: 9px;
		} */

	.card-col-descrip__descrip {
		display: none;
	}

	/* Правик ед товара */

	/*.card-inner {
				grid-template-columns: 300px 1fr 1fr;
				gap: 30px;
		}*/

	.card-col-main {
		grid-column: 3 / 4;
	}

	.thumbs-wrapper {
		grid-template-columns: 1fr;
	}

	.card-inner-thumb {
		order: 0;
	}

	.card-thums .swiper-slide {
		width: auto;
	}

	.card-thums .swiper-slide img {
		position: static;
	}

	.card-thums {
		height: 90px;
	}

	.card-inner-thumb .swiper-slide,
	.card-inner-thumb {
		height: 325px;
	}

	.card-button-prev,
	.card-button-next {
		width: 100%;
	}
}



@media (min-width: 960px) and (max-width: 1023px) {
	.card-inner {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width:981px) and (max-width: 1300px) {
	.catalog-str .category-plate-item:nth-of-type(17) {
		grid-column: span 4;
	}
}


/* @media (min-width: 650px ) and (max-width: 2400px ){
		.prod-card {
				max-width: unset;
		}
} */


/* Правки Оформление заказа */
@media (min-width: 768px) {
	#bx-soa-order {
		display: flex;
	}

	#bx-soa-total {
		height: auto;
	}

	.bx-soa-cart-total {
		position: sticky;
		top: 95px;
	}
}

/* Правки */

@media (min-width: 640px) and (max-width: 768px) {
	.category-item {
		height: 155px;
	}
}

/* Правки */
@media (max-width: 768px) {
	.tab-control {
		overflow: auto;
		-webkit-overflow: auto;
		-moz-overflow: auto;
		-ms-overflow: auto;
		-o-overflow: auto;
	}

	/* Ширина скроллбара */
	.tab-control::-webkit-scrollbar {
		display: none;
	}

	/* цвест скроллбара */
	.tab-control::-webkit-scrollbar-track {
		display: none;
	}

	/* Цвет бегунка скроллбара */
	.tab-control::-webkit-scrollbar-thumb {
		display: none;
	}

	/* Настройка скроллбара для firefox */
	.tab-control {
		scrollbar-width: thin;
		scrollbar-color: #62a15100 #e5e7eb00;
	}
}




@media(max-width: 768px) {
	html {
		overflow-x: hidden;
	}
}

/* Правки  Swiper*/

/* @media (min-width: 981px ) and (max-width: 1200px ){
		.thumbs-wrapper {
				grid-template-columns: 1fr;
		}

		.card-inner-thumb {
				order: 0;
		}
} */


/* Правки */
@media (min-width: 981px) {
	.contacts-tabs-swiper .swiper-wrapper {
		gap: 10px;
	}
}




/* Правки */
@media(max-width: 1450px) {
	.category-items__item--fourth {
		order: 1
	}
}

/* Правки */
@media(min-width: 1050px) and (max-width: 1450px) {
	.category-items__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Правки */
@media (min-width: 900px) and (max-width: 1200px) {
	.banner-3-body {
		flex-direction: row;
	}

	.banner-3-bg>img {
		width: 500px;
		height: 500px;
		top: 135px;
		bottom: -200px;
		right: 16%;
	}

	.banner-3-img img {
		width: 318px;
	}

	.banner-3-right .banner-3-img {
		margin-top: 50px;
	}
}

@media (min-width: 900px) and (max-width: 980px) {
	.banner-3-right .banner-3-img {
		margin-top: -70px;
	}
}

@media(max-width: 1200px) {
	.header-top__contact {
		font-size: 14px
	}

	.header-top__contact+.header-top__contact {
		margin-left: 11px
	}
}

@media (min-width: 981px) and (max-width: 1024px) {
	.header-top__contacts {
		flex: 1 0 auto;
	}
}

@media(max-width: 980px) {

	/* Правки */
	.category-plate {
		grid-template-columns: repeat(3, 1fr);
	}


	.catalog-str .category-plate-item:nth-of-type(17) {
		grid-column: span 1;
		/* grid-row: auto; */
	}

	.header-mid__catalog {
		display: none
	}

	.main-buttons__btn img {
		margin-bottom: 2px
	}

	.main-buttons__btn--catalog,
	.main-buttons__btn--contact {
		display: flex;
	}

	.main-buttons__btn--compare {
		display:none;

	}

	.main-buttons {
		position: fixed;
		padding: 14px 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, .06)
	}

	/* Правки Поиска */
	.page-header-search {
		position: static;
		z-index: 100;
		width: 78% !important;
		transform: translateY(0);
		transition: all .3s ease-in-out
	}

	.header-mid__inner #title-search {
		flex: 1;
	}

	.page-header-search {
		width: 100% !important;
	}

	.mob-headerbtns {
		order: 1;
	}

	.page-header-search--active {
		transform: translateY(0)
	}

	.menubox {
		padding-top: 110px
	}

	.mainbanner {
		margin: 20px auto 35px
	}

	.blog-btn {
		margin-right: auto;
		margin-top: unset
	}

	.blog-block-header .btn-more {
		display: none
	}

	.blog-block-header {
		padding-top: 20px
	}

	.blog-block__btn {
		padding-top: 15px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 20px
	}

	/* Правки Теплые полы каталог */
	.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(1) {
		grid-column: span 1;
	}

	.catalogsection-teplyy-pol-str .category-plate-item:nth-of-type(2) {
		grid-column: span 1;
	}

}

@media screen and (max-width: 980px) {
	.header-mid .page-header-search {
		width: unset
	}

	.header-mid {
		margin-bottom: 0
	}
}

@media (max-width: 960px) {
	.catalog_desktop .category-plate-text {
		display: none;
	}
}

/* Прави 820 */
@media(max-width: 820px) {
	.header-mid__inner {
		flex-wrap: initial;
	}

	.catalogsection-greyushchiy-kabel-str .category-plate-item .category-plate-title {
		font-size: 18px;
	}

	.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(1) .category-plate-title,
	.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(2) .category-plate-title,
	.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(3) .category-plate-title,
	.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(4) .category-plate-title,
	.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(7) .category-plate-title {
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 820px) {

	.banner-3-right,
	.banner-3-bg img {
		display: none;
	}

	.banner-3-left {
		padding-bottom: 25px;
	}

	.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(2) {
		grid-column: span 1;
	}


	.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(2) {
		grid-column: span 1;
	}

	.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(5),
	.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(6),
	.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(7) {
		grid-column: span 1;
	}

	.catalogsection-rezistivnyy-greyushchiy-kabel-str {
		grid-template-columns: repeat(2, 1fr);
	}

	.catalogsection-rezistivnyy-greyushchiy-kabel-str .category-plate-item {
		grid-column: span 1;
	}

	.catalogsection-rezistivnyy-greyushchiy-kabel-str .category-plate-item .category-plate-title {
		font-size: 18px;
	}

	.catalogsection-termoregulyatory-reguliruyushchaya-apparatura-str .category-plate-item:nth-of-type(2) {
		grid-column: span 1;
	}

	.catalogsection-termoregulyatory-reguliruyushchaya-apparatura-str .category-plate-item .category-plate-title {
		font-size: 18px;
	}

	#sw-app-830e2e395dbbbc8ecc22c650fdf500cf .sw-review-box .sw-review-box-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 15px;
	}

	#body .sw-review-box-bottom .sw-review-box-right {
		position: static;
		order: -1;
	}

	.catalog-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 25px 10px;
	}

	.prod-card-cartbtn {
		width: 100%;
	}

	.prod-card {
		padding: 17px;
	}


}



@media(max-width: 768px) {
	.main-buttons__btn img {
		width: 24px;
		height: 24px
	}

	.main-buttons__btn span {
		font-size: 10px;
		top: -5px;
		right: 5px;
		width: 15px;
		height: 15px
	}

	.main-buttons__btn--sale {
		transform: translateY(6px)
	}

	.main-buttons__btn--favorite span {
		right: 10px
	}

	.main-buttons__btn {
		font-size: 12px;
		line-height: 108%
	}

	.main-buttons {
		gap: 20px
	}

	.page-header-search {
		width: 96% !important
	}

	.page-header-search--active {
		/* transform: translateY(160%) */
	}

	.swiper-slide {
		border-radius: 10px
	}

	.swiper-slide-img {
		border-radius: 10px
	}

	.banner {
		margin-bottom: 35px
	}

	.tabs__nav {
		flex-wrap: nowrap;
		gap: 10px;
		padding-bottom: 10px;
		padding-top: 35px;
		border-top: 1px dashed #cecece
	}

	.tabs__nav-btn {
		padding: 5px 21px;
		font-size: 13px;
		line-height: 185%;
		white-space: nowrap
	}

	.prod-card {
		/* width: 260px */
	}

	.sale-mounth__top {
		padding: 10px 0 20px
	}

	.sale-mounth__title {
		font-size: 20px
	}

	.sale-mounth__btn-text {
		display: none
	}

	.sale-mounth__btn-img {
		width: 44px;
		height: 44px
	}

	.sale-mounth__bottom {
		margin-bottom: 35px
	}

	.brands__title {
		border-top: 1px dashed #cecece;
		padding-top: 20px;
		margin: 35px 0 20px;
		font-size: 20px
	}

	.blog-block__btn-text {
		font-size: 15px;
		line-height: 133%
	}

	.blog-block__btn-img {
		width: 44px;
		height: 44px
	}

	.blog-block {
		padding-bottom: 50px
	}

	.tab-btn {
		padding: 5px 21px;
		font-size: 13px;
		line-height: 185%;
		white-space: nowrap
	}

	.blog-block-header {
		overflow: auto;
		margin-bottom: unset
	}

	.tab-control {
		padding: 10px;
		gap: 10px;
		flex-wrap: nowrap
	}
}

@media(max-width: 712px) {
	.category-items__wrapper {
		grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
		margin-bottom: 30px
	}
}

/* Правки */
@media(max-width: 700px) {
	.catalog-str .category-plate-item:nth-of-type(17) {
		grid-row: unset;
		order: 1;
	}
}

@media (min-width: 641px) and (max-width: 700px) {

	.catalog-str .category-plate-item:nth-of-type(1),
	.catalog-str .category-plate-item:nth-of-type(4),
	.catalog-str .category-plate-item:nth-of-type(7),
	.catalog-str .category-plate-item:nth-of-type(8),
	.catalog-str .category-plate-item:nth-of-type(10),
	.catalog-str .category-plate-item:nth-of-type(12) {
		min-height: initial;
	}
}

@media screen and (max-width: 650px) {
	.tabs__panel-wrapper .prod-card:hover {
		box-shadow: 0px 0px 15px rgba(147, 139, 139, .25)
	}
}

@media(max-width: 576px) {
	/*body .multi_button{
		inset:unset!important;
		bottom: 40px;
		right: 30px;
	}*/
	.multi_button.mb_small_size.disable-mobile-position .multi_button_mobile_close:after, .multi_button.mb_small_size.mobile .multi_button_mobile_close:after{
		top: 50%!important;
		left: 50%!important;
		transform: translate(-50%, -50%);
	}
	.main-buttons__btn span {
		font-size: 8px;
		top: -2px;
		right: 10px;
		width: 12px;
		height: 12px
	}

	.main-buttons__btn--favorite span {
		top: -2px;
		right: 15px
	}

	.main-buttons {
		gap: 10px
	}

	.page-header-search {
		width: 91% !important
	}

	.header-search-input {
		padding: 10px !important
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 5px
	}

	.swiper-pagination-bullet {
		width: 7px;
		height: 7px
	}

	.swiper-pagination-bullet+.swiper-pagination-bullet {
		margin-left: 3px !important
	}

	.category-items__item-title {
		font-size: 16px
	}

	.category-items__item-description {
		margin-bottom: 4px;
		font-size: 9px
	}

	.category-items__item-btn {
		display: none
	}

	.category-items__item::after {
		width: 174px;
		height: 92px;
		bottom: -50px;
		opacity: .5
	}

	.category-items__item::before {
		right: 0;
		bottom: 0;
		width: 65px;
		height: 65px
	}

	.category-items__item--big .category-items__item-title {
		font-size: 16px
	}

	.category-items__item--big .category-items__item-description {
		margin-bottom: 4px;
		font-size: 9px
	}

	.category-items__item--big::before {
		width: 80px;
		/* height: 80px */
	}

	.category-items__item--big {
		padding: 20px
	}

	.category-items__item {
		padding: 20px
	}

	.banner__content {
		padding: 12px 30px;
		gap: 47px
	}

	.banner__content img {
		width: 41px;
		height: 41px
	}

	.banner__text {
		font-size: 13px;
		line-height: 120%;
		letter-spacing: .01em
	}

	.preim-glav {
		display: none
	}

	.about-block__body {
		overflow: hidden;
		padding-bottom: 0
	}

	.about-block__left {
		grid-row: 2/3
	}

	.about-block__left::after {
		content: "";
		width: 300px;
		height: 300px;
		background: var(--accent-gradient);
		position: absolute;
		border-radius: 50%;
		bottom: -30px;
		right: 0;
		z-index: -1;
		scale: .9
	}

	.about-block__img {
		position: absolute;
		bottom: -20px;
		left: 130px;
		transform: scale(-1, 1)
	}

	.about-block__right {
		grid-row: 1/2
	}

	.about-block__text .title {
		font-size: 20px;
		line-height: 160%;
		margin-bottom: 8px
	}

	.about-block__text {
		margin-bottom: 17px
	}

	.about-block__text p {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 12px;
		line-height: 130%;
		color: #000
	}

	.about-block__bullets {
		padding-bottom: 100px;
		/*grid-template-columns: 1fr 1fr;*/
		/*grid-template-rows: 1fr 1fr 1fr;*/
		grid-template-columns: 1fr;
		gap: 10px
	}

	.about-block__bullet {
		padding: 0
	}

	.about-block__btn {
		display:none;
	}

	.about-block__btn.about-block__btn-mobile {
		display:block;
	}


	.about-block__bullet:nth-of-type(3) {
		grid-column: 1/2;
		grid-row: 3/4
	}

	.about-block__bullet:nth-of-type(4) {
		grid-column: 2/3;
		grid-row: 1/2
	}

	.brands__cards {
		margin-bottom: 35px
	}

	.blog-cat {
		display: none
	}

	.blog-public {
		margin-bottom: 4px
	}

	.blog-name {
		font-size: 15px;
		margin-bottom: 20px
	}

	.mb-100 {
		margin-bottom: 35px
	}
}

@media(max-width: 576px)and (max-width: 500px) {
	.about-block__left::after {
		width: 376px;
		height: 376px;
		bottom: -120px;
		right: -130px;
		display:none;
	}
}

@media(max-width: 500px) {
	.about-block__img {
		bottom: -20px;
		left: unset;
		right: -100px;
		width: 376px;
	}

	.about-block__img img {
		width: 80%;
	}

	/* Правки */
	.catalog-header-filter {
		width: auto;
	}

}

@media screen and (max-width: 350px) {
	.logo-img {
		width: 135px
	}
}

/* .tabs__panel__wrapper{
		display: flex;
		gap: 10px;
}
.card-items-swiper{
		width: calc(75% - 5px);
} */
/* .prod-card-fixed{
		width: calc(25%) - 5px;
		margin: 15px;
} */

.tabs__panel-wrapper {
	/* display: grid;
		grid-template-columns: auto 265px */
}

.tabs__panel-wrapper .card-items-fixed {
	z-index: 5;
	position: relative;
	margin: 15px 0;
	grid-column: 2/3;
	box-shadow: 0px 0px 15px rgba(147, 139, 139, .25);
	border-radius: 20px;
	transition: .3s;
	margin-left: 10px;
}

.tabs__panel-wrapper .card-items-fixed__link {
	position: absolute;
	inset: 0
}

.tabs__panel-wrapper .card-items-fixed__link img {
	border-radius: 20px;
	height: 100%;
	max-width: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.tabs__panel-wrapper .card-items-fixed:hover {
	transform: translateY(-10px)
}

@media screen and (max-width: 980px) {
	.mainbanner-swiper {
		padding-bottom: 0;
	}

	.tabs__panel-wrapper .card-items-fixed {
		display: none;
	}

	.tabs__panel-wrapper {
		/* grid-template-columns: 1fr; */
	}

	.header-bot {
		display: none;
	}
}

.page-header-search__wrapper {
	border: none;
}

input.header-search-input {
	border: 1px solid #d9d9d9 !important;
	border-right: none !important;
	background: #fff;
}

.header-bot__menu {
	justify-content: center;
	margin: 0 auto !important;
}

.header-bot__menu li {
	border-right: none;
}

#title-search {
	position: relative;
}

div.title-search-result {
	position: absolute;
	top: calc(100% + 10px) !important;
	left: 0 !important;
	max-width: 100% !important;
	background: #fff !important;
}

.dropdown-content {
	left: 50%;
	z-index: 15;
	transform: translateX(-50%);
}

.header-bot__inner,
.header-bot__menu,
.header-bot__menu li {
	min-height: 35px;
}

@media(max-width: 1080px) {
	.category-items__item--order {
		order: 1
	}
}

@media(max-width: 712px) {
	.category-items__wrapper {
		grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
		margin-bottom: 30px
	}
}
@media(max-width: 650px) {
	#body .collection-page .catalog-grid .prod-card{
		width: calc(50% - 7px);
		max-width: 100%;
	}
}
@media(max-width: 576px) {
				

		#body .catalog-cols .catalog-grid .prod-card {
		width: calc(50% - 11px);
	}

	.flex__block {
		flex-wrap: wrap;

	}

	.bx-blue .btn.btn-default {
		font-size: 14px;
		padding: 9px;
	}

	.category-items__wrapper {
		grid-template-columns: repeat(auto-fill, minmax(176px, 1fr))
	}

	.category-items__item-title {
		font-size: 16px
	}

	.category-items__item-description {
		display: none;
		margin-bottom: 4px;
		font-size: 9px
	}

	.category-items__item-btn {
		display: none
	}

	.category-items__item-img {
		width: 85px;
		opacity: .8
	}

	.category-items__item::after {
		width: 174px;
		height: 92px;
		bottom: -50px;
		opacity: .5
	}

	.category-items__item--big .category-items__item-title {
		font-size: 16px
	}

	.category-items__item--big .category-items__item-description {
		margin-bottom: 4px;
		font-size: 9px
	}

	.category-items__item--big .category-items__item-img {
		width: 150px;
		/* height: 150px */
	}

	.category-items__item--big {
		min-height: 174px;
		padding: 20px
	}

	.category-items__item {
		padding: 20px
	}
}

@media(max-width: 384px) {
	.category-items__wrapper {
		grid-template-columns: 1fr
	}

	.category-items__item-img {
		width: 65px
	}

	.category-items__item--big .category-items__item-img {
		width: 80px;
		/* height: 80px */
	}

	.category-items__item--big {
		min-height: initial
	}
}

.card-col-cartbtn {
	/* background: linear-gradient(137deg, #f47922 0%, #ff964b 100%); */
	background-color: var(--primary-color);

	border-radius: 10px
}


.card-col-cartbtn.in-cart, .collection__sticky-btn.in-cart {
	background: rgb(16, 196, 76);
	background-color: rgb(16, 196, 76);
}

.card-col-cartbtn.in-cart:hover span, .collection__sticky-btn.in-cart:hover {
	color: #fff;
}


.prod-card-cartbtn.in-cart {
	background: rgb(16, 196, 76);
	background-color: rgb(16, 196, 76);
}

.prod-card-cartbtn.in-cart svg{
	display: none;
}

.order-ur-btn {
	background-color: var(--primary-color);
	background-image: none;
}

.page-top {
	margin-top: 15px;
}

/* .dropdown-content{
		top: 51px;
} */

/*#header-mid.fixed-header {*/
/*	box-shadow: 1px 1px 5px #ccc;*/
/*}*/


.mainbanner .swiper-button-prev,
.mainbanner .swiper-button-next {
	display: none;
}


.tabs__panel-wrapper_banner {
	display: grid;
	grid-template-columns: auto 265px;
}

.tabs__panel-wrapper_banner .card-items-swiper {
	/* padding: 15px 0 15px 15px;
		margin: 0 5px 0 -15px; */
	padding: 15px;
	margin: 0 -15px 0 -15px;
	/* width: calc(75% - 5px); */

}


.tabs__panel-wrapper_banner .prod-card {
	/* max-width: 260px; */
}

@media screen and (max-width: 980px) {
	.tabs__panel-wrapper_banner {
		grid-template-columns: 1fr;
	}
}

.tabs__nav-btn--sale {
	border-color: #f47922;
	/* background: linear-gradient(137deg, #f47922 0%, #ff964b 100%); */
	color: #f47922
}

.tabs__nav-btn--active {
	border-color: rgba(0, 0, 0, 0);
	background: linear-gradient(137deg, #4c3376 0%, #7457a4 100%);
	color: #fff;
	box-shadow: 0px 2px 4px rgba(116, 87, 164, .44)
}

@media screen and (max-width: 1024px) {
	.bottom-tapbar {
		display: none;
	}

	.value-category--nowrap {
		flex-wrap: wrap;
	}
}

/* Правки */
@media (min-width: 900px) and (max-width: 980px) {
	.catalogsection-rezistivnyy-greyushchiy-kabel-str {
		grid-template-columns: 1fr 1fr;
	}

	.catalogsection-rezistivnyy-greyushchiy-kabel-str .category-plate-item {
		grid-column: span 1;
	}

	.catalogsection-termoregulyatory-reguliruyushchaya-apparatura-str {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.catalogsection-termoregulyatory-reguliruyushchaya-apparatura-str .category-plate-item {
		grid-column: span 1;
	}

	.catalogsection-termoregulyatory-reguliruyushchaya-apparatura-str .category-plate-item .category-plate-title {
		font-size: 18px;
	}

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

	.catalogsection-greyushchiy-kabel-str .category-plate-item:nth-of-type(2) {
		grid-column: span 1;
	}

	.catalogsection-samoreguliruyushchiysya-greyushchiy-kabel-str {
		grid-template-columns: repeat(2, 1fr);
	}

	.catalogsection-samoreguliruyushchiysya-greyushchiy-kabel-str .category-plate-item {
		grid-column: span 1;
	}

	.catalogsection-samoreguliruyushchiysya-greyushchiy-kabel-str .category-plate-item .category-plate-title {
		font-size: 18px;
	}

	.catalogsection-gotovye-sektsii-greyushchego-kabelya-str {
		grid-template-columns: repeat(3, 1fr);
	}

	.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item {
		grid-column: span 1;
	}

	.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(2) {
		grid-column: span 1;
	}

	.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(5) {
		grid-column: span 1;
	}

	.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(6) {
		grid-column: span 1;
	}

	.catalogsection-gotovye-sektsii-greyushchego-kabelya-str .category-plate-item:nth-of-type(7) {
		grid-column: span 1;
	}
}

/* Arrow To Top */

.to-top {
	position: fixed;
	z-index: 900;
	left: 50px;
	bottom: 42px;
	transition: opacity .5s ease;
	cursor: pointer;
}

@media (max-width: 767px) {
	.to-top {
		display:none;
		left: 10px;
		bottom: 110px;

	}
}

.progress-bar {
	display: block;
	height: 64px;
	width: 64px;
	border-radius: 100%;
	position: relative;
	background-color: var(--accent-color);
	border-radius: 100%;
}

.progress-bar:after {
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	content: attr(data-pct) "%";
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.progress-bar__arrow-icon {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 44%;
	height: 25%;
	transform: translateX(-50%);
	z-index: 1;
	fill: #fff;
}

#svg {
	display: block;
	z-index: 1;
	border-radius: 100%;
	position: relative;
}

#svg circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset .3s linear;
	stroke: #fff;
	stroke-width: 5%;
}

#svg #bar {
	stroke: #fff;
}


/* Правки */

@media (max-width: 768px) {
	#title-search {
		display: block;
		position: unset;
	}

	.page-header-search {
		position: absolute;
		z-index: 100;
		bottom: -55px;
		left: 10px;
		/* width: 95% !important; */
		/* transform: translateY(-200%); */
		transition: all 0.3s ease-in-out;
		opacity: 0;
		height: 0;
	}

	.page-header-search--active {
		/* transform: translateY(160%);
				transform: translate(-50%, 100%);
				left: 50%; */
		opacity: 1;
		height: 48px;
	}

	.page-header-search__wrapper .header-search-input {
		/* width: auto; */
	}

	.search-button {
		padding: 0 5px;
	}

	div.title-search-result {
		top: calc(100% + 53px) !important;
		left: 10px !important;

		width: calc(100% - 30px) !important;
		margin-top: 10px !important;
	}

	table.title-search-result th {
		display: none !important;
	}

}

@media (min-width: 769px) {
	.header-search-btn {
		display: none;
	}
}

@media (max-width: 980px) {
	.card-col-main-top {
		position: fixed;
		/*bottom: 78px;*/
		bottom: 83px;
		border-bottom: 1px solid #ccc;
		z-index: 9900;
		padding: 10px;
		box-sizing: border-box;
		margin: 0;
		left: 0;
		border-radius: 0;
		width: 100%;
		flex-direction: row;
	}

	.mob-card {
		display: none !important;
	}

	.card-col-main-wrap {
		width: calc(100% - 150px);
	}
}

@media (max-width: 500px) {
	.card-col-main-top {
		bottom: 65px;
	}
}

.banner-2-bg {
	object-fit: scale-down;
}

/* Правки */

@media (max-width: 767px) {
	.card-col-main-price .prod-card-price__descr {
		flex: 1 1 30%;
	}

	.card-col-main__btns .prod-card-count {
		height: 35px;
	}

	.card-col-main-wrap {
		flex-direction: column;
		align-items: flex-start;
	}


	.card-info-saving {
		display: none;
	}

	.prod-card-price__descr {
		display: none;
	}


	.card-col-main .prod-card-price__old {
		font-size: 12px;
	}

	.card-col-main-price .prod-card-price__descr {
		font-size: 12px;
	}

	.card-info-saving {
		font-size: 12px;
	}

	.card-col-main-price .prod-card-price__new {
		font-size: 16px !important;
	}

	.card-col-cartbtn span {
		font-size: 12px;
	}

	.card-col-cartbtn {
		align-self: flex-end;
		min-height: initial;
		padding: 7px;
	}
}


.catalog-cols .catalog-grid {
	display: flex;
	flex-wrap: wrap;
}

.catalog-cols .catalog-grid .prod-card {
	width: calc(25% - 11px);
}

.section-banner {
	width: 100%;
}

.section-banner img {
	width: 100%;
	height: auto;
}

.catalog-main .catalog-grid {
	display: flex;
}

@media (min-width: 1200px) {
	#body .popup-window {
		position: fixed !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		top: 50% !important;
		;
		max-height: 100vh;
		overflow-y: auto;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.catalog-main .catalog-grid .prod-card {
		width: calc(33.33333% - 10px);
	}
}

@media (min-width: 415px) and (max-width: 1023px) {
	.catalog-main .catalog-grid .prod-card {
		width: calc(33.33333% - 10px);
		max-width: calc(33.33333% - 10px);
	}
}

@media (max-width: 400px) {
	.catalog-main .catalog-grid .prod-card {
		width: 100%;
		max-width: 100%;
	}
}


@media (min-width: 320px) and (max-width: 414px) {

	#body .ctl-scn-result__list {
		display: flex;
		flex-wrap: wrap;
		gap: 7px;
	}

	#body .ctl-scn-result__item {
		width: 48%;
	}

	.logo-img {
		height: 35px;
	}

	.prod-card-cartbtn {
		font-size: 12px;
	}

	.logo-img img {
		display: initial;
		max-width: 100%;
		object-fit: cover;
	}

	.catalog-main {
		overflow: hidden;
		/*width: min-content;*/
	}

	/*.catalog-grid {
				display: grid !important;
				grid-template-columns: repeat(2, 48%) !important;
				gap: 10px;
		}*/

	/*.prod-card-price__econom {
				display: none;
		}*/

	/*.prod-card-cartbtn, .catalog-grid .prod-card{
				width: 48%!important;
		}*/

	#body .recomend .prod-card-cartbtn,
	#body .recomend .catalog-grid .prod-card {
		width: 90% !important;
	}


	.prod-card-header {
		gap: 0;
	}

	.prod-card-header__btns {
		gap: 2px;
	}

	.prod-card-header__art {
		font-size: 10px;
	}


	.prod-card-header__btns .box-pill {
		padding: 7px;
		height: 30px;
	}

	.prod-card-title {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.prod-card-main {
		padding-bottom: 0;
	}
}

.card-items-swiper .swiper-button-next,
.card-items-swiper .swiper-button-prev,
.delivery__blocks .swiper .swiper-button-next,
.delivery__blocks .swiper .swiper-button-prev
{
	width: 44px;
	height: 44px;
	background: #f47922;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpolygon fill='%23ffffff' points='7.293 4.707 14.586 12 7.293 19.293 8.707 20.707 17.414 12 8.707 3.293 7.293 4.707'/%3E%3C/svg%3E");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	/* border: 1px solid #000; */
	opacity: 0;
	transition: opacity 0.15s ease-in;
}

.card-items-swiper:hover .swiper-button-next,
.card-items-swiper:hover .swiper-button-prev {
	opacity: 1;
}

.card-items-swiper .swiper-button-prev {
	transform: rotate(180deg);
}

@media (max-width: 1023px) {

	.card-items-swiper .swiper-button-next,
	.card-items-swiper .swiper-button-prev {
		display: none;
	}
}

@media (max-width: 640px) {
	.card-thums-nav {
		display: none;
	}
}


@media (max-width: 1023px) {
	.comp-btn.box-pill[data-type="iframe"] {
		display: none;
	}
}

.fancybox-iframe-review .fancybox__content {
	width: 1100px !important;
	/*height: 700px !important;*/
	height: 780px !important;
	padding: 20px !important;
}

.fancybox__slide.fancybox-iframe-review {
	padding: 0 !important;
}


/* New price block */
.card-col-main-top--static {
	position: static;
	display: none;
}

@media (min-width: 320px) and (max-width: 959px) {
	.card-col-main-body:has(.card-col-main-top--static) .btn-zakaz {
		/*width: calc(100% - 40px);*/
		margin: 0 auto;
		font-size: 15px;
		padding: 11px;
		min-height: initial;
		line-height: 20px;
		width: 100%;

	}


	.card-col-main-top--static {
		display: flex;
		flex-direction: column;
		padding: 20px;
		border-radius: 25px;
		box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.25);
		background: #fff;
		margin-bottom: 15px;
	}

	.card-col-main-top--static .card-col-main-wrap {
		width: 100%;
	}

	.card-col-main-top--static .card-col-main-price {
		gap: 8px;
	}


	.card-col-main-top--static .prod-card-price__new {
		font-weight: 800;
		font-size: 35px !important;
		color: #ff742f;
	}

	.card-col-main-top--static .prod-card-price__old {
		font-weight: 500;
		font-size: 20px;
		color: #7e7e7e;
	}

	.card-col-main-top--static .card-info-saving {
		display: block;
		flex: 1 0 100%;
		font-weight: 500;
		font-size: 15px !important;
		color: #503f85;
	}

	.card-col-main-top--static .card-info-saving span {
		font-weight: 500;
		font-size: 15px !important;
		color: #503f85;
	}

	.card-col-main-top--static .card-col-cartbtn {
		cursor: pointer;
		padding: 11px;
		align-self: initial;
		text-align: center;
		min-height: initial;
	}

	.card-col-main-top--static .card-col-cartbtn span {
		font-weight: 800;
		font-size: 15px !important;
		color: #fff;
	}

	.card-col-main-top--static .card-col-cartbtn:hover span {
		color: #503f85;
	}
}

@media (max-width: 500px) {
	.card-col-main-body:has(.card-col-main-top--static) .btn-zakaz {
		/*display:none;*/
	}
	
	.card-col-main-body .tasty .btn-zakaz {
		        font-size: 12px;
				line-height: 20px;
				padding: 10px;
				width: 55px;
				height:50px;

	}

    .card-col-cartbtn {
        align-self: auto;
		height:50px;
	}		
	
	.card-col-main-top--static .prod-card-price__new {
		font-size: 25px !important;
	}
}


.jq-selectbox{
	width: 150px;
}
.jq-selectbox__select{
	padding: 0 30px 0 10px;
	font-size: 12px;
}
.jq-selectbox__trigger{
	width: 30px;
}
.jq-selectbox__trigger-arrow{
	right: 6px;
}
.filter-icon{
	width: 38px;
	height: 38px;
	background-image: url("data:image/png;base64,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");
	background-size: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	display: none;
}



.catalog-filters__close{
	display: none;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 15px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='-0.5 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.32L21 3.32001' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 3.32001L21 21.32' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.catalog-filters.active .catalog-filters__close{
	display: block;
}

.section-filter-mobile {
	display: none;
}

@media screen and (max-width: 980px) {
	.filter-icon{
		display: block;
	}
	.catalog-filters{
		overflow: scroll;
		transition: 0.5s;
		position: fixed;
		z-index: -1;
		background: #fff;
		width: 100vw;
		height: 100vh !important;
		top: 0;
		left: 0;
		padding: 15px;
		opacity: 0;
		transition: all .3s ease-in;
	}
	.bx-filter.catalog-filters {
		padding-left: 15px;
	}
	.catalog-filters.active{
		z-index: 2000;
		opacity: 1;
	}

	.brand__items .filter-icon {
		display:none;
	}

	.brand__items .section-filter-mobile {
		display:block;
	}

	.brand__items .accordion:after {
		background-size: 50%;
		background-position: top center;
		background-repeat: no-repeat;
		width: 38px;
		height: 38px;
		transform: none;
		margin-top: -5px;
		background-image: url("data:image/png;base64,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");
	}
	
	/* .catalog-filters .accordion-mob{
		display: none;
	} */
}
.popup-window .card-items-swiper {
	margin: 0 -15px;
}
.popup-window-buttons{
	padding: 0 15px 10px !important;
	gap: 15px;
}
.popup-window .prod-card-price__econom{
	display: flex;
	align-items: center;
}
.popup-window-buttons span{
	width: 50% !important;
	max-width: 100% !important;
}

/*.popup-window-buttons span.btn {*/
/*	color: var(--accent-color);*/
/*}*/

.popup-window-buttons .prod-card-count{
	max-width: 76px;
}

.recomend .prod-card-title{
	-webkit-line-clamp: 2; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; 
}

.recomend .prod-card-bottom .prod-card-title,
.recomend .top__card--top,
.recomend .prod-card-header__btns{
	display: none;
}
.recomend .prod-card-header{
	position: absolute;

	
}
.recomend .prod-card-thumb .comp-btn{
	display: none;
}

@media (max-width: 1023px) {
	.prod-card-thumb .comp-btn{
		display: none;
	}	
}


.delivery__blocks .faq__name {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #000000;
}

.delivery__blocks .faq__item {
	margin-bottom: 25px;
}

.delivery__blocks .faq__header {
	padding: 0;
	justify-content: flex-start;
	border: none;
}

.delivery__blocks .faq__exit {
	margin-left: 15px;
}

.delivery__blocks .faq__header.active {
	background: transparent;
}

.delivery__blocks .faq__header.active .faq__name {
	height: auto;
}

.delivery__blocks .faq__body {
	padding: 10px 0 0 0;
	border: none;
	color: #000000;
}

.delivery__blocks .faq__header.active svg path {
	stroke: #f47922;
}

.delivery__blocks .faq__item:last-child {
	margin-bottom: 0;
}

.delivery__blocks h2 {
	text-transform: uppercase;
}

.delivery__blocks h2, .delivery__blocks h3 {
	margin-bottom: 20px;
}




/*.delivery__blocks .swiper {*/
/*	width:700px;*/
/*}*/

.delivery__blocks {
	font-size: 16px;
	line-height: 120%;
}

.delivery__blocks .swiper {
	width:100%;
	margin:0;
}

.delivery__blocks .swiper-slide {
	width: 50%;
}

.delivery__blocks .swiper-button-prev {
	transform: rotate(180deg);
}

.delivery__blocks .swiper .swiper-button-next.swiper-button-disabled, .delivery__blocks .swiper .swiper-button-prev.swiper-button-disabled {
	opacity:.35;
}



.delivery__blocks table {
	border-collapse: collapse;
	width: 100%;
}

.delivery__blocks table th, .delivery__blocks table td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: center;
}

.delivery__blocks table th {
	background-color: #f2f2f2;
}

.delivery__blocks table tr:nth-child(even) {
	background-color: #f9f9f9;
}

.delivery__blocks table tr:hover {
	background-color: #e9e9e9;
}



.delivery__blocks ul,.delivery__blocks ol,.delivery__blocks li{
	list-style: unset;
}
.delivery__blocks ul,.delivery__blocks ol{
	padding-left: 40px;
	margin-top: -20px;
}
.delivery__blocks li{
	margin: 5px 0;
}

.delivery__blocks ol{
	list-style-type: decimal;
}

.delivery__blocks p{
	margin: 0 12px 25px 0;
}

.delivery__blocks a {
	font-size: 16px;
	font-weight:700;
	text-decoration: underline;
}

.delivery__blocks a:hover {
	text-decoration: underline;
	color:#0054a5;
}

.delivery__blocks .delivery__maps {
	display: flex;
}

.delivery__blocks div img {
	margin: 0 0 20px 0;
}

.delivery__blocks .delivery__maps-info {
	margin-left:30px;
}

.delivery__blocks .logo-container {
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 1400px;
	padding: 20px;
}

.delivery__blocks .logo {
	width: auto;
}

.delivery__blocks .delivery-table-swiper {
	width: 100%;
	overflow-x: auto;
	margin: 0 0 25px 0;
}

@media (max-width: 1100px) {
	.delivery__blocks .swiper .swiper-button-next, .delivery__blocks .swiper .swiper-button-prev {
		opacity:1;
	}
}

@media (max-width: 450px) {
	.delivery__blocks div img, .delivery__blocks .swiper-slide {
		width: 400px;
	}
	.delivery__blocks .delivery__maps-info {
		margin-left:0;
	}


	.delivery__blocks .logo-container {
		gap:20px;
	}
	.delivery__blocks .logo {
		width:100%;
	}

	.delivery__blocks h2 {
		font-size: 18px;
	}

	.delivery__blocks .faq__name {
		font-size:16px;
	}

	.delivery__blocks h3 {

		font-size: 16px;
	}

	.delivery__blocks, .delivery__blocks a, .category-item__name {
		font-size:12px !important;
	}

	.delivery__blocks.usloviya div {
		width: 100%;
		display: block;
		margin: 0 0 20px 0;
	}

	.delivery.tab-wrapper  .swiper-wrapper.tab-control {
		flex-direction: unset;
		gap: 10px;
	}
}

#anycomment-app {
	max-width: 1000px;
	margin: 0;
}


                 .container-menu {
                        display: flex;
                        align-items: start;
                        justify-content: center;
                    }


                    .item {
                        display: flex;
                        align-items: start;
                        justify-content: space-between;
                        margin: 0 10px;
                        position: relative;

                    }

                    .item img {
                        height: 50px;
                        margin-right: 10px;
                        position:absolute;
                        right:0;
                        bottom:0;
                    }

                    .item img.no-elements {
                        height: 90px;
                        bottom:0;
                    }

                    .item img.type2 {
                        width: 100px;
                        height:auto;
                    }

                    .item a {
                        flex-wrap: wrap;
                        font-size:17px;
                        color: #7457a4;
                        text-transform:uppercase;


                    }

                    .dotted-line {
                        margin: 10px 0 0 0;
                        border-top: 1px solid #000;
                        width: 100%;
                    }



                    .item a.sublink {
                        font-weight:400;
                        font-size:14px;
                        color:#000;
                        text-transform:none;
                        /*border: none;*/
                        padding: 0;
                    }

                    .item a:hover {
                        color:#f47922;
                    }

                    .item .submenu1 a:hover {
                        text-decoration: underline;
                        font-weight:500;
                    }

                    .textlinks {
                        position:relative;
                        min-width: 200px;
                    }

                    .newline {
                        height:130px;
                        border-right: 1px dotted #000;
                    }


                    .submenu1 a {
                        flex-wrap: nowrap;
                    }

                    .submenu1 {
                        position:absolute;
                        top: 40px;
                    }


                    /*.submenu1::before, .submenu1::after  {*/
                    /*    content: '';*/
                    /*    width: 100%;*/
                    /*    order: 2;*/
                    /*}*/


                    .dropdown-content {
                        box-shadow: 4px 4px 50px #C9C7C7;
                        border-radius: 20px;
                    }

                    .header-bot__inner {
                        width: 100%;
                    }
					
					.header-bot__menu>li>a {
						padding: 6px 15px;

					}

                    .header-bot__menu>li {
                        padding:0;
                    }

                    .submenu1 ul {
                        padding: 0 0 0 5px;
                    }

                    .submenu1 ul li {
                        display: list-item;
                        list-style: disc inside;
                        min-height:20px;
                        padding: 0;
                        margin: 0;
                    }

                    .header-bot__menu>li>a.sublink {
                        padding: 0;
                        line-height: 1.9;
                    }


                    .submenu1 ul li::marker {
                        padding:0;
                        margin:0;
                    }

                    .delimiter {
                        height: 20px;
                    }

                    .delimiter2 {
                        height: 80px;
                        border-right: 1px dotted #000;
                    }

                    .hidemenu {
                        display: none;
                    }



                    @media screen and (max-width: 1420px) {
                        .hide-on-small-devices {
                            display:none;
                        }
                        .container-menu {
                            /*padding: 0 50px 0 0;*/
                        }

                        .item.mini {
                            max-width: 170px;
                        }

                        .item.mini a {
                            display: block;
                            max-width: 140px;
                            height:20px;
                            margin: 0 0 0 20px;
                        }

                        .item.mini .textlinks {
                            min-width:100px;
                        }

                        .item.mini .submenu1 {
                            /*padding: 0 0 0 10px;*/

                        }

                        .item.mini .submenu1 li {
                            list-style: none;
                        }

                        .item.mini .submenu1 a {
                            display: inline;
                        }

                        .item a {
                            font-size:12px;
                        }

                    }

                    @media screen and (max-width: 1280px) {
                        .item.mini.larger-items {
                            max-width:250px;
                        }
                        .item.mini.larger-items .textlinks {
                            min-width:250px;
                        }
                        .item.mini.larger-items .submenu1 {
                            top: 60px;
                        }

                        .hide-on-small-devices2 {
                            display: none;
                        }

                    }

                    @media screen and (max-width: 1100px) {
                        .hide-on-small-devices {
                            display: none;
                        }
                        .hide-on-small-devices2 {
                            display: none;
                        }

                        .header-bot__menu>li>a {
                            padding: 10px;
                        }

                    }

                    .symbol_triangle{
                        font-size:8px;
                        margin-bottom:10px;
                    }


/* claramente.min.css */
@-webkit-keyframes rotation-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bottom-tapbar {
    height: 63px;
    border-top: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 6px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    bottom: env(safe-area-inset-bottom);

    display: none;
}

.bottom-tapbar__wrap {
    display: none;
    height: 63px;
}

.bottom-tapbar__item {
    width: 60px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px;
    text-decoration: none !important;
}

.bottom-tapbar__item.active .bottom-tapbar__item-text {
    color: #263238;
}

.bottom-tapbar__item.active .bottom-tapbar__item-icon-svg {
    fill: #263238;
}

.bottom-tapbar__item.active .bottom-tapbar__item-icon-outlinesvg {
    stroke: #263238;
}

.bottom-tapbar__item-icon {
    width: 24px;
    height: 24px;
    position: relative;
    margin-bottom: 4px;
}

.bottom-tapbar__item-icon-svg {
    fill: #737373;
}

.bottom-tapbar__item-icon-outlinesvg {
    stroke: #737373;
}

.bottom-tapbar__item-counter {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background: #ea4e1d;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    width: 17px;
    height: 17px;
    top: -2px;
    right: -9px;
    line-height: 1;
    padding-bottom: 1px;
    display: none;
    text-align: center;
}

.bottom-tapbar__item-counter,
.bottom-tapbar__item-counter.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bottom-tapbar__item-text {
    font-weight: 500;
    font-size: 11px;
    color: #737373;
    letter-spacing: -0.02em;
    line-height: 1;
}

.mobile-bottom-btns {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 63px;
    background-color: #fff;
    z-index: 500;
    padding: 15px;
    display: none;
}

.mobile-bottom-btns__re-link,
.mobile-bottom-btns__section,
.mobile-bottom-btns__to-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-bottom-btns__re-link,
.mobile-bottom-btns__to-basket {
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 0 10px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.mobile-bottom-btns__re-link-separator,
.mobile-bottom-btns__to-basket-separator {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 8px;
}

.mobile-bottom-btns__to-basket {
    background: #ea4e1d;
}

.mobile-bottom-btns__disabled {
    background: #e3ecef;
    color: #737373;
}

.mobile-bottom-btns__re-link {
    background: #3ac26d;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
}

.mobile-bottom-btns__re-link-sub {
    font-weight: 400;
    font-size: 12px;
    margin-top: 3px;
}

.mobile-bottom-btns__counter .quantity__button {
    width: 50px;
    height: 50px;
}

.mobile-bottom-btns__counter .block-number-product__count {
    font-size: 18px;
}

.mobile-top-bar {
    height: 65px;
    border-bottom: 1px solid #e94e1b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 1000;
}

.mobile-top-bar__wrap {
    display: none;
    height: 65px;
}

.mobile-top-bar__logo.top-panel__logo svg {
    width: 140px !important;
}

.mobile-top-bar__btn,
.mobile-top-bar__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-top-bar__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 20px;
}

.mobile-top-bar__menu-icon-close,
.mobile-top-bar__menu-icon.active .mobile-top-bar__menu-icon-open {
    display: none;
}

.mobile-top-bar__menu-icon.active .mobile-top-bar__menu-icon-close,
.mobile-top-menu.active {
    display: block;
}

.mobile-top-menu {
    position: fixed;
    display: none;
    left: 100%;
    top: 65px;
    bottom: 0;
    width: 100%;
    z-index: 1100;
    overflow-y: auto;
    padding: 0 15px;
    background-color: #fafafa;
}

.mobile-top-menu__item {
    border-bottom: 1px solid #ededed;
}

.mobile-top-menu__item:last-child {
    border-bottom: unset;
}

.mobile-top-menu__item.active .mobile-top-menu__item-title-text {
    color: #e94e1b;
}

.mobile-top-menu__item.active .mobile-top-menu__item-title-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-top-menu__item.active .mobile-top-menu__item-title-icon-svg {
    fill: #e94e1b;
}

.mobile-top-menu__item-title {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-top-menu__item-title-text {
    font-weight: 400;
    font-size: 18px;
    color: #263238;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.mobile-top-menu__item-title-iconr {
    width: 8px;
    height: 14px;
}

.mobile-top-menu__item-title-icon {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    width: 14px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-top-menu__item-title-icon-svg {
    fill: #263238;
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
}

.mobile-top-menu__item-content {
    padding-bottom: 20px;
}

.mobile-top-menu__item-content-link {
    display: block;
    text-decoration: none !important;
    color: #263238 !important;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.mobile-top-menu__item-content-link:last-child,
.mobile-top-menu__item-inset-link:last-child {
    margin-bottom: 0;
}

.mobile-top-menu__item-link {
    display: block;
    padding: 20px 0;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none !important;
    color: #263238 !important;
}

.mobile-top-menu__item-inset {
    padding: 20px 0;
}

.mobile-top-menu__item-inset-title {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #ea4e1d;
    margin-bottom: 10px;
}

.mobile-top-menu__item-inset-link {
    display: block;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none !important;
    color: #263238 !important;
    margin-bottom: 10px;
}

.mobile-top-menu__item-inset-geo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    color: #263238 !important;
}

.mobile-top-menu__item-inset-geo-text {
    margin-left: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    text-decoration: none !important;
    color: #263238 !important;
    border-bottom: 1px dashed #263238;
}

.mobile-top-submenu {
    position: fixed;
    display: none;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1200;
    overflow-y: auto;
    padding: 65px 15px 0;
    background-color: #fafafa;
}

.mobile-top-submenu.active {
    display: block;
}

.mobile-top-submenu__back {
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-top-submenu__back-text {
    font-weight: 400;
    font-size: 18px;
    color: #263238;
    margin-left: 10px;
}

.mobile-top-submenu__title {
    padding-top: 5px;
    font-weight: 500;
    font-size: 18px;
    color: #263238;
}

.frm.frm-full-screen,
.prd-dtl-info__block ul.inner-product-information {
    margin: 0;
}

.frm.frm-half-screen {
    max-width: 940px;
    margin: 0;
}

.frm.frm-third-screen {
    max-width: 470px;
    margin: 0;
}

.frm__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1400px;
    min-height: 600px;
    padding: 25px 30px;
}

.frm-to-right .frm__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.frm-to-center .frm__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: auto;
}

.frm-promotion .frm__wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 250px;
    padding: 0;
}

.frm-full-screen .frm__wrapper {
    min-height: auto;
    padding: 0;
}

.frm-third-screen .frm__wrapper {
    display: block;
}

.frm-half-screen .frm__wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    padding: 0;
}

.frm-third-screen .frm__wrapper {
    padding: 0;
}

.frm__img-promotion {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    margin-right: 50px;
    border-radius: 2px;
    overflow: hidden;
}

.frm__img,
.frm__img-promotion img {
    position: absolute;
    top: 0;
    left: 0;
}

.frm__img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
}

.frm-half-screen .frm__img,
.frm-third-screen .frm__img {
    position: static;
    height: 500px;
    border-radius: 2px 2px 0 0;
}

.frm-third-screen .frm__img {
    height: 200px;
}

.frm__img img,
.frm__img-promotion img,
.frm__img-promotion-inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.frm__form {
    position: relative;
    z-index: 1;
    width: 500px;
    padding: 30px;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 40px rgba(40, 40, 40, 0.2);
    box-shadow: 0 4px 40px rgba(40, 40, 40, 0.2);
    background-color: #fff;
}

.frm-promotion .frm__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
}

.frm-full-screen .frm__form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    padding: 40px;
}

.frm-half-screen .frm__form,
.frm-third-screen .frm__form {
    width: auto;
    padding: 40px;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.frm-third-screen .frm__form {
    padding: 15px;
}

.frm__head {
    margin-bottom: 25px;
}

.frm-third-screen .frm__head {
    margin-bottom: 20px;
}

.frm__title {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 30px;
    color: #263238;
}

.frm-light-font .frm__title {
    color: #fff;
}

.frm-promotion .frm__title {
    display: inline;
    font-weight: 400;
    font-size: 28px;
    line-height: 125%;
}

.frm-full-screen .frm__title {
    font-size: 40px;
}

.frm-half-screen .frm__title,
.frm-third-screen .frm__title {
    display: inline;
    font-weight: 400;
    font-size: 28px;
    line-height: 125%;
}

.frm-third-screen .frm__title {
    font-size: 20px;
}

.frm__subtitle {
    display: block;
    font-size: 14px;
    color: #737373;
}

.frm-light-font .frm__subtitle {
    color: #fff;
}

.frm-full-screen .frm__subtitle {
    margin-bottom: 30px;
}

.frm-half-screen .frm__subtitle,
.frm-promotion .frm__subtitle,
.frm-third-screen .frm__subtitle {
    display: inline;
    font-size: 28px;
    line-height: 125%;
    color: #263238;
}

.frm-third-screen .frm__subtitle {
    font-size: 20px;
}

.frm__img-promotion-inner {
    border-radius: 2px;
    overflow: hidden;
}

.frm__inp-block {
    margin-bottom: 15px;
}

.frm__inp-necessarily {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.frm__inp-necessarily .frm__line {
    padding: 0 12px;
    margin-bottom: 25px;
}

.frm-third-screen .frm__inp-necessarily .frm__line.email,
.frm-third-screen .frm__inp-necessarily .frm__line.fio,
.frm-third-screen .frm__inp-necessarily .frm__line.phone,
.frm__inp-necessarily .frm__line.fio {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.frm__inp-necessarily .frm__line.email,
.frm__inp-necessarily .frm__line.phone {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.frm__input {
    position: relative;
}

.frm__input .frm-input {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 10px 40px 10px 15px;
    border: 1px solid transparent;
    outline: 0;
    border-radius: 6px;
    background-color: #f9f9fa;
    color: #737373;
}

.frm__input .frm-input:active,
.frm__input .frm-input:focus,
.frm__input .frm-input:hover {
    border: 1px solid #737373;
}

.frm__input .textarea {
    min-height: 80px;
    padding-right: 15px;
    resize: vertical;
    line-height: 1.2;
}

.frm__label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #263238;
    cursor: pointer;
}

.frm-light-font .frm__label,
.frm-light-font .frm__text-upload {
    color: #fff;
}

.frm__label sup {
    font-size: 18px;
    vertical-align: text-bottom;
    line-height: 0;
    color: #ea4e1d;
}

.frm__upload {
    margin-bottom: 15px;
}

.frm__input-upload {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.frm__img-upload,
.frm__label-upload {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.frm__label-upload {
    margin-bottom: 0;
    cursor: pointer;
}

.frm__img-upload {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
}

.frm-light-font .frm__img-upload svg path {
    fill: #fff;
}

.frm__text-upload {
    font-size: 14px;
    font-weight: 400;
    color: #04b;
}

.frm__text-upload-del {
    color: #737373;
    display: none;
}

.frm__upload.is-active .frm__text-upload-del {
    display: inline;
}

.frm__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.frm-third-screen .frm__btn-block {
    display: block;
}

.frm__btn-cnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
}

.frm-third-screen .frm__btn-cnt {
    margin-bottom: 15px;
}

.frm__btn {
    width: 100%;
    min-height: 50px;
    padding: 10px;
    border-radius: 6px;
    background-color: #ea4e1d;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.frm__check-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
    position: relative;
}

.frm__input-check {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.frm__input-check:checked+.frm__label-check .frm__indicator-check svg {
    opacity: 1;
}

.frm__label-check {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.frm__indicator-check {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #e4ecef;
    border-radius: 2px;
    margin-right: 10px;
}

.frm__indicator-check svg {
    opacity: 0;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 14px;
    height: 10px;
}

.frm-light-font .frm__indicator-check svg path {
    stroke: #fff;
}

.frm__text-check {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #737373;
}

.frm-light-font .frm__text-check {
    color: #fff;
}

.frm__text-check .frm__link-check {
    text-decoration: none;
    color: #263238;
}

.frm__text-check .frm__link-check:hover {
    color: #263238;
}

.frm-light-font .frm__text-check .frm__link-check,
.frm-light-font .frm__text-check .frm__link-check:hover {
    color: #fff;
}

.frm-vl__input.is-valid~.frm-vl__ok {
    opacity: 1;
}

.frm-vl__input.is-invalid {
    border: 1px solid #df2c2c !important;
    outline: 0;
}

.frm-vl__input.is-invalid~.frm-vl__ok {
    opacity: 0;
}

.frm-vl__input.is-invalid~.frm-vl__err {
    display: block;
}

.frm-vl__err::after,
.frm-vl__ok {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
}

.frm-vl__ok {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.8238 0.350702C12.0657 0.123273 12.3877 -0.00245916 12.7217 3.64524e-05C13.0557 0.00253207 13.3757 0.133061 13.6141 0.364078C13.8525 0.595096 13.9907 0.908535 13.9995 1.23825C14.0084 1.56797 13.8871 1.88819 13.6614 2.13132L6.809 10.5935C6.69117 10.7188 6.54895 10.8194 6.39086 10.8892C6.23277 10.959 6.06205 10.9966 5.8889 10.9998C5.71575 11.0029 5.54373 10.9716 5.38313 10.9076C5.22253 10.8436 5.07665 10.7483 4.9542 10.6274L0.409958 6.14026C0.283408 6.02382 0.181906 5.8834 0.111507 5.72739C0.0411069 5.57137 0.00325191 5.40296 0.000200455 5.23218C-0.002851 5.06141 0.0289637 4.89177 0.0937458 4.7334C0.158528 4.57503 0.254951 4.43117 0.377262 4.31039C0.499573 4.18962 0.645267 4.09441 0.805652 4.03044C0.966036 3.96647 1.13783 3.93506 1.31077 3.93807C1.48372 3.94108 1.65428 3.97846 1.81228 4.04798C1.97028 4.11749 2.11248 4.21772 2.2304 4.34268L5.82664 7.89205L11.7912 0.388011C11.8019 0.374954 11.8134 0.362498 11.8255 0.350702H11.8238Z' fill='%233AC26D'/%3e%3c/svg%3e ");
    height: 14px;
    right: 10px;
    bottom: 18px;
    z-index: 1;
}

.frm-vl__err {
    display: none;
    position: absolute;
    background-color: #ffe3e3;
    -webkit-box-shadow: 0 4px 40px rgba(40, 40, 40, 0.1);
    box-shadow: 0 4px 40px rgba(40, 40, 40, 0.1);
    font-size: 12px;
    padding: 10px;
    z-index: 1;
    border-radius: 4px;
    max-width: 100%;
    right: 0;
    bottom: 66px;
}

.frm-vl__err>div {
    max-width: 400px;
}

.frm-vl__err::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.5 12L0.00480938 0.75L12.9952 0.75L6.5 12Z' fill='%23FFE3E3'/%3e%3c/svg%3e ");
    height: 12px;
    bottom: -11px;
    left: calc(50% - 7px);
}

.frm-vl__err.is-check {
    right: unset;
    left: 0;
    bottom: 44px;
}

.frm-vl__err.is-check::after {
    left: 2px;
}

.frm-result,
.frm-result__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.frm-result {
    z-index: 100;
    background-color: #fff;
}

.frm-result__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.frm-result__text {
    text-align: center;
}

.frm-result__bottom {
    width: 240px;
    max-width: 100%;
    margin-top: 20px;
}

.frm-error,
.frm-success {
    display: none;
}

.is-form-error .frm-error,
.is-form-success .frm-success {
    display: block;
}

.frm-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0;
    visibility: hidden;
}

.is-load-anim .frm-loader {
    opacity: 1;
    visibility: visible;
}

.frm-loader__loader {
    width: 48px;
    height: 48px;
    border: 5px solid #ea4e1d;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotation-load 1s linear infinite;
    animation: rotation-load 1s linear infinite;
}

.frm-countdown {
    margin-bottom: 25px;
}

.frm-countdown__title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #ea4e1d;
}

.frm-light-font .frm-countdown__title {
    color: #fff;
}

.frm-countdown__time,
.frm-countdown__time .cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.frm-countdown__time .cnt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.frm-countdown__time .cnt:not(:last-child)::after {
    content: "";
    height: 30px;
    padding-right: 10px;
    border-right: 1px solid #ececec;
    margin-right: 10px;
}

.frm-countdown__number {
    margin-bottom: 3px;
    font-size: 28px;
    text-align: center;
    color: #263238;
}

.frm-light-font .frm-countdown__number,
.frm-light-font .frm-countdown__text {
    color: #fff;
}

.frm-countdown__text {
    font-size: 14px;
    color: #737373;
}

._container {
    max-width: 1400px;
    padding: 0 40px;
    margin: 0 auto;
}

.footer ul,
.prd-dtl-info__block li.ctl-item-param__item,
.prd-dtl-info__block li.item-product-information {
    margin-bottom: 0;
}

.grid-footer {
    background-color: #282828;
    padding: 30px 0 15px;
}

.grid-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    border-bottom: 1px solid #474747;
    padding-bottom: 30px;
}

.grid-footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    height: 54px;
}

.grid-footer__logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.grid-footer__bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    padding-top: 30px;
}

.social-footer {
    overflow-x: auto;
}

.social-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.social-footer__link {
    display: inline-block;
    width: 36px;
    height: 36px;
}

.social-footer__link--big {
    width: 52px;
}

.social-footer__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.about__item {
    margin-bottom: 15px;
}

.about__link:link,
.about__link:visited,
.contacts-footer__link:link,
.contacts-footer__link:visited,
.sections__link:link,
.sections__link:visited {
    line-height: 120%;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.15s ease 0s;
    -o-transition: color 0.15s ease 0s;
    transition: color 0.15s ease 0s;
}

.sections {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    grid-column: span 2;
}

.sections__item {
    display: inline-block;
    width: 100%;
}

.contacts-footer__item,
.sections__item {
    margin-bottom: 15px;
}

.contacts-footer__item:first-child .contacts-footer__icon {
    margin-top: -6px;
}

.contacts-footer__icon,
.contacts-footer__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-footer__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.contacts-footer__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
}

.contacts-footer__icon svg path,
.ctl-item-param__icon svg path {
    -webkit-transition: fill 0.15s ease 0s;
    -o-transition: fill 0.15s ease 0s;
    transition: fill 0.15s ease 0s;
}

.contacts-footer__icon circle {
    -webkit-transition: stroke 0.15s ease 0s;
    -o-transition: stroke 0.15s ease 0s;
    transition: stroke 0.15s ease 0s;
}

.policy {
    background-color: #141414;
}

.policy__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding: 10px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.policy__company {
    margin-right: 15px;
    font-size: 15px;
    color: #fff;
}

.policy__link a:link,
.policy__link a:visited {
    margin-right: 15px;
    font-size: 13px;
    line-height: 120%;
    color: #b5b5b9;
    text-decoration: none;
    -webkit-transition: color 0.15s ease 0s;
    -o-transition: color 0.15s ease 0s;
    transition: color 0.15s ease 0s;
}

.policy__date {
    font-size: 15px;
    line-height: 120%;
    color: #fff;
}

.cookie-footer {
    display: none;
    background-color: #1c2540;
    -webkit-box-shadow: 0 12px 24px -6px rgba(96, 96, 96, 0.15), 0 0 1px rgba(96, 96, 96, 0.1);
    box-shadow: 0 12px 24px -6px rgba(96, 96, 96, 0.15), 0 0 1px rgba(96, 96, 96, 0.1);
}

.cookie-footer__container {
    min-height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.cookie-footer__container,
.cookie-footer__icon,
.cookie-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cookie-footer__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
}

.cookie-footer__text {
    font-size: 13px;
    line-height: 120%;
    color: #fff;
}

.cookie-footer__link:link,
.cookie-footer__link:visited {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 120%;
    border-bottom: 1px solid;
}

.cookie-footer__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.cookie-footer__confirm-btn {
    min-height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    min-width: 90px;
    padding: 0 10px;
    background-color: #09b3af;
    -webkit-box-shadow: 0 2px 2px -2px rgba(34, 38, 50, 0.3);
    box-shadow: 0 2px 2px -2px rgba(34, 38, 50, 0.3);
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}

.cookie-footer__cancel-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
}

.cookie-footer._cookie-active {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.ctl-scn__collection {
    position: relative;
    margin-bottom: 30px;
}

.ctl-scn__collection .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ctl-scn__collection-item {
    max-width: 350px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ececec;
    margin-bottom: 20px;
}

.ctl-scn__collection-item .ctl-item__body {
    border: 0;
}

.ctl-scn__collection-btn {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(38, 50, 56, 0.2);
    box-shadow: 0 10px 10px rgba(38, 50, 56, 0.2);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 45%;
    border: 0;
    outline: 0;
}

.ctl-scn__collection-btn:hover {
    -webkit-box-shadow: 0 10px 20px rgba(38, 50, 56, 0.2);
    box-shadow: 0 10px 20px rgba(38, 50, 56, 0.2);
}

.ctl-scn__collection-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 16px;
}

.ctl-scn__collection-btn.prev {
    left: -20px;
}

.ctl-scn__collection-btn.prev img {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.ctl-scn__collection-btn.next {
    right: -20px;
}

.ctl-scn__collection-dots {
    height: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.ctl-scn__collection-dots .owl-dot {
    width: 20px;
    height: 5px;
    border-radius: 2px;
    background: rgba(144, 144, 144, 0.3);
    margin: 0 5px;
}

.ctl-scn__collection-dots .owl-dot.active {
    background: #ea4e1d;
}

.ctl-scn-head {
    margin-bottom: 20px;
}

.ctl-scn-head__ctrl,
.ctl-scn-head__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ctl-scn-head__top {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ctl-scn-head__ctrl {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 1px solid #d5d5d5;
    margin-right: 25px;
}

.ctl-scn-head__button {
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    font-size: 34px;
    color: #737373;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.ctl-scn-head__button:not(:last-child) {
    margin-right: 30px;
}

.ctl-scn-head__button:hover {
    color: #263238;
}

.ctl-scn-head__button.active {
    border-bottom: 2px solid #ea4e1d;
    color: #ea4e1d;
}

.ctl-scn-head__filter {
    width: calc(100% - 225px);
}

.ctl-ctrl-mob {
    display: none;
    margin-bottom: 15px;
}

.ctl-ctrl-mob__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    height: 40px;
    padding: 10px 15px;
    margin-left: 15px;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #f9f9fa;
}

.ctl-ctrl-mob__item:disabled {
    opacity: 0.5;
    cursor: auto;
}

.ctl-ctrl-mob__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
}

.ctl-ctrl-mob__text {
    font-size: 14px;
    line-height: normal;
    color: #04b;
}

.ctl-scn-sort {
    position: relative;
    z-index: 15;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.ctl-scn-sort:hover .ctl-scn-sort__body {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    pointer-events: all;
}

.ctl-scn-sort:hover .ctl-scn-sort__icon {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.ctl-scn-sort__head {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    color: #263238;
    cursor: pointer;
}

.ctl-scn-sort__icon {
    margin-left: 5px;
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -o-transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
}

.ctl-scn-sort__body {
    position: absolute;
    top: calc(100% - 40px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding-top: 10px;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    pointer-events: none;
}

.ctl-scn-sort__list {
    padding: 15px;
    border-radius: 6px;
    margin: 0;
    -webkit-box-shadow: 0 4px 40px rgba(40, 40, 40, 0.2);
    box-shadow: 0 4px 40px rgba(40, 40, 40, 0.2);
    background-color: #fff;
}

.ctl-scn-sort__item,
.ctl-scn-sort__item>a {
    font-size: 14px;
    color: #263238 !important;
    -webkit-transition: color 0.15s ease 0s;
    -o-transition: color 0.15s ease 0s;
    transition: color 0.15s ease 0s;
    text-decoration: none !important;
}

.ctl-scn-sort__item:not(:last-child),
.ctl-scn-sort__item>a:not(:last-child) {
    margin-bottom: 15px;
}

.ctl-scn-sort__item.active>a,
.ctl-scn-sort__item:hover,
.ctl-scn-sort__item>a.active>a,
.ctl-scn-sort__item>a:hover {
    color: #ea4e1d !important;
}

.ctl-scn-result__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0;
}

.ctl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.ctl-item:link,
.ctl-item:visited,
.prd-dtl-price__old sup {
    text-decoration: none;
}

.ctl-item__top {
    position: relative;
}

.ctl-item__img {
    height: 220px;
}

.ctl-item__img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ctl-item__img-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #5856d6;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    height: 26px;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.ctl-item__img-country {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    overflow: hidden;
}

.ctl-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    border: 1px solid #ececec;
    border-top: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.ctl-item__body hr {
    margin: 15px 0;
    border-top: 1px solid #ececec;
}

.ctl-item__body--brand {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-color: #ececec;
    position: relative;
}

.ctl-item__brand-img {
    height: 94px;
    text-align: center;
}

.ctl-item__brand-img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.ctl-item__brand-caption {
    text-align: center;
}

.ctl-item__brand-name {
    color: #263238;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ctl-item__brand-desc {
    color: #737373;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    margin-top: 5px;
    margin-bottom: 0;
}

.ctl-item__brand-country {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.ctl-item-achieve,
.ctl-item-achieve__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ctl-item-achieve {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 15px;
}

.ctl-item-achieve__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: -15px 15px 0 -15px;
}

.ctl-item-achieve__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26px;
    padding: 0 10px;
    border-radius: 6px;
    margin: 15px 0 0 15px;
    background-color: #5856d6;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.ctl-item-achieve__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
}

.ctl-item-achieve__img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
}

.ctl-item-achieve__img img,
.prd-dtl-title__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ctl-item-header {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ctl-item-header__mark {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #28af36;
}

.ctl-item-header__title {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #263238;
}

.ctl-item-param__caption {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: normal;
    color: #263238;
}

.ctl-item-param__item,
.ctl-item-param__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ctl-item-param__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px 0 15px -15px;
}

.ctl-item-param__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 0 15px;
}

.ctl-item-param__button {
    position: relative;
    z-index: 5;
    line-height: normal;
}

.ctl-item-param__all {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
}

.ctl-item-param .catalog-filter-label {
    font-weight: 100;
    font-size: 12px;
    display: block;
    margin: 5px 22px;
}

.ctl-item-param__all,
.ctl-item-param__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-item-param__row:not(:last-child) {
    margin-bottom: 15px;
}

.ctl-item-param__text {
    margin-right: 10px;
    font-size: 14px;
    line-height: normal;
    color: #737373;
}

.ctl-item-param__value {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #263238;
}

.ctl-item-param__more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    position: relative;
    z-index: 10;
    margin: 0 0 0 auto;
}

.ctl-item-param__more:hover .ctl-item-param__block-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    pointer-events: all;
    -webkit-transition: opacity 0.15s ease 0s, visibility 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, visibility 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, visibility 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, visibility 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
}

.ctl-item-param__more:hover .ctl-item-param__icon svg path {
    fill: #ea4e1d;
}

.ctl-item-param__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ctl-item-param__block-info {
    position: absolute;
    z-index: 6;
    bottom: calc(100% - 40px);
    right: 0;
    opacity: 0;
    visibility: hidden;
    width: 250px;
    padding-bottom: 10px;
    pointer-events: none;
}

.ctl-item-param__info {
    padding: 15px;
    border-radius: 6px;
    background-color: #414654;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    color: #fff;
}

.ctl-item-param__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: center;
    /*margin-bottom: 15px;*/
    margin: 10px 0;
    line-height: normal;
}

.value-category__link--active-text {
    padding-right: 0 !important;
}

.getkp {
    display: none !important;
}

.ctl-item-param__price .ctl-item-param__old-price {
    display: none;
}

.ctl-item-param__old-price {
    font-size: 16px;
    color: #737373;
    text-decoration: line-through;
}

.clm-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999999990;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.clm-popup.active {
    opacity: 1;
    visibility: visible;
}

.clm-popup__banner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 2px;
    width: 750px;
    padding: 40px 45px;
    text-align: center;
    color: #263238;
    margin: 0;
}

.clm-popup__banner-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 10px;
}

.clm-popup__banner-description,
.clm-popup__banner-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.clm-popup__banner-description {
    font-weight: 500;
    margin-bottom: 10px;
}

.clm-popup__btn {
    max-width: 250px;
    margin: 0 auto;
}

.clm-widget,
.clm-widget__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.clm-widget {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.clm-widget.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.clm-widget__header {
    background-color: #f1f6f7;
    padding: 0 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 72px;
    margin-bottom: 20px;
}

.clm-widget__header-title {
    font-weight: 500;
    font-size: 20px;
}

.clm-widget__inner {
    overflow-y: auto;
}

.clm-widget__content {
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 24px;
}

.clm-widget__subtitle {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 5px;
}

.clm-widget__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 24px;
}

.clm-widget__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 75px 100px;
    grid-gap: 15px;
    margin-bottom: 10px;
}

.clm-widget__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid rgba(38, 50, 56, 0.04);
    border-bottom: 1px solid rgba(38, 50, 56, 0.04);
    margin-bottom: 15px;
}

.clm-widget__label {
    color: #263238;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    position: relative;
}

.clm-widget__label span {
    color: #e74e1e;
}

.clm-widget__label--name {
    grid-column-start: 1;
    grid-column-end: 3;
}

.clm-widget__input {
    font-weight: 400;
    background-color: #f9f9fa;
    border-radius: 6px;
    border: 0;
    outline: 0;
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
}

.clm-widget__input::-webkit-input-placeholder {
    color: #737373;
}

.clm-widget__input::-moz-placeholder {
    color: #737373;
}

.clm-widget__input:-ms-input-placeholder {
    color: #737373;
}

.clm-widget__input::-ms-input-placeholder {
    color: #737373;
}

.clm-widget__input::placeholder {
    color: #737373;
}

.clm-widget__checkbox {
    width: 16px;
    height: 16px;
    background-color: #fbfbfb;
    border-radius: 2px;
    border: 1px solid #e4ecef;
    position: relative;
    margin-right: 10px;
}

.clm-widget__checkbox:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background-image: url(../img/form/check.svg);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.clm-widget__checkbox-label {
    position: relative;
    padding-bottom: 20px;
}

.clm-widget__checkbox-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    color: #737373;
}

.clm-widget__checkbox-content input:checked~.clm-widget__checkbox:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.clm-widget__error {
    position: absolute;
    bottom: 0;
    color: #df2c2c;
    font-weight: 400;
    font-size: 14px;
    display: none;
}

.clm-widget__textarea {
    resize: none;
    height: 80px;
    padding: 15px;
    margin-bottom: 24px;
}

.clm-widget__btn {
    display: block;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
    background-color: #e74e1e;
    border-radius: 6px;
    height: 54px;
    font-size: 20px;
    color: #fff;
}

.clm-widget__btn:hover {
    background-color: #dd4110;
}

.clm-widget__form-error,
.clm-widget__form-success {
    padding: 24px;
}

.clm-widget__form-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
}

.clm-widget__form-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.clm-widget__form-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #737373;
    margin-bottom: 24px;
}

.clm-widget__form-close {
    width: 100%;
    background-color: #f9f9fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 6px;
    color: #737373;
    font-size: 14px;
}

.clm-widget__form-close span {
    margin: 0 5px;
}

.clm-widget__form-phone {
    text-decoration: none !important;
    color: #ea4e1d;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.ctl-mob-sort {
    position: fixed;
    z-index: 1100;
    top: 0;
    right: -100%;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    background-color: #fff;
}

.ctl-mob-sort.active {
    right: 0;
}

.ctl-mob-sort hr {
    margin: 20px 0;
}

.ctl-mob-sort__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    padding: 0 72px 0 24px;
    margin-bottom: 15px;
    background-color: #f1f6f7;
}

.ctl-mob-sort__icon {
    width: 32px;
    height: 32px;
    margin-right: 20px;
}

.ctl-mob-sort__icon svg path {
    fill: #d5d5d5;
}

.ctl-mob-sort__text {
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 16px;
    color: #263238;
}

.ctl-mob-sort__close {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 72px;
    height: 100%;
    cursor: pointer;
}

.ctl-mob-sort__form {
    padding: 0 20px;
}

.ctl-mob-sort__label,
.prd-dtl__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ctl-mob-sort__label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 10px;
    font-weight: 400;
    font-size: 16px;
}

.ctl-mob-sort__label::after {
    content: "";
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #737373;
    border-radius: 50%;
}

.ctl-mob-sort__label.active::after {
    border: 6px solid #ea4e1d;
    background-color: #fff;
}

.ctl-mob-sort a:link,
.ctl-mob-sort a:visited,
.ctl-mob-sort__label {
    color: #263238;
    text-decoration: unset;
}

.prd-dtl__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 100px;
}

.prd-dtl__block-img {
    margin-right: 40px;
}

.prd-dtl__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 600px;
    flex: 0 1 600px;
}

.prd-dtl-info__title {
    margin-bottom: 20px;
    color: #263238;
    font-weight: 700;
    font-size: 16px;
}

.prd-dtl-info__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #737373;
    margin: 0;
}

.prd-dtl-filter {
    border: 1px solid rgba(228, 228, 228, 0.6);
    padding: 20px;
}

.prd-dtl-filter__block:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(228, 228, 228, 0.6);
}

.prd-dtl-filter__title {
    font-size: 16px;
    line-height: 120%;
    color: #263238;
    font-weight: 700;
    margin: 0 0 10px;
}

.prd-dtl-filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.prd-dtl-filter__item {
    border: 1px solid rgba(115, 115, 115, 0.3);
    padding: 5px 7px;
    font-size: 14px;
    line-height: 120%;
    color: #737373;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 10px;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.prd-dtl-filter__item:not(:last-child) {
    margin-right: 10px;
}

.prd-dtl-filter__item.active,
.prd-dtl-filter__item:hover {
    color: #ea4e1d;
    border-color: #ea4e1d;
}

.prd-dtl-filter__item.active a,
.prd-dtl-filter__item.active a:link,
.prd-dtl-filter__item.active a:visited {
    text-decoration: none;
    color: #ea4e1d;
}

.prd-dtl-filter__item a,
.prd-dtl-filter__item a:link,
.prd-dtl-filter__item a:visited {
    text-decoration: none;
    color: #737373;
}

.prd-dtl-filter__item:hover a,
.prd-dtl-filter__item:hover a:link,
.prd-dtl-filter__item:hover a:visited {
    color: #ea4e1d;
}

.prd-dtl-title {
    margin-bottom: 30px;
}

.prd-dtl-title--mob {
    margin-bottom: 15px;
    display: none;
}

.prd-dtl-title--mob .prd-dtl-title__text {
    font-size: 20px;
    line-height: normal;
}

.prd-dtl-title__text {
    padding: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
    color: #263238;
    line-height: normal;
}

.prd-dtl-title__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prd-dtl-title__mark {
    margin-right: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #263238;
}

.prd-dtl-title__icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.prd-dtl-price,
/*.prd-dtl-price__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.prd-dtl-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.prd-dtl-price a:link,
.prd-dtl-price a:link:hover,
.prd-dtl-price a:visited,
.prd-dtl-price a:visited:hover {
    text-decoration: unset;
    color: #fff;
}
.prd-dtl-price__block {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 20px;
}*/
.prd-dtl-price__current,
.prd-dtl-price__old {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: normal;
}

.prd-dtl-price__current {
    margin-right: 8px;
    font-weight: 700;
    font-size: 24px;
    color: #df2c2c;
}

.prd-dtl-price__old {
    font-size: 16px;
    text-decoration: line-through;
    color: #737373;
}

.prd-dtl-price__btn {
    min-width: 200px;
}

.prd-dtl-price__btn .buttons-basket-block__button {
    min-height: 50px;
}

.prd-dtl-info__block:not(:last-child) {
    margin-bottom: 30px;
}

.prd-dtl-info__block h3.product-information__title {
    margin-top: 0;
}

.prd-dtl-info__block li.item-product-information:not(:last-child) {
    margin-bottom: 10px;
}

.prd-dtl-info__block ul.ctl-item-param__list {
    margin: -15px 0 0 -15px;
}

.prd-dtl-info__block .item-product-information__description,
.prd-dtl-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prd-dtl-info__block .item-product-information__description .ctl-item-param__more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    margin-left: 8px;
    cursor: pointer;
}

.prd-dtl-sort {
    margin-bottom: 30px;
}

.prd-dtl-sort__title {
    margin-right: 30px;
    font-size: 28px;
    line-height: normal;
    color: #263238;
}

.prd-dtl-sort__mob-btn {
    display: none;
}

.prd-dtl-sort__ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 250px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    margin: 0 0 0 auto;
    background: #fff;
}

.prd-dtl-sort__block {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.prd-dtl-sort__block.active .prd-dtl-sort__btn,
.prd-dtl-sort__btn.active {
    color: #fff;
}

.prd-dtl-sort__block.active .prd-dtl-sort__bg {
    z-index: 2;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 6px;
    background-color: #ea4e1d;
}

.prd-dtl-sort__btn {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #737373;
}

.prd-dtl-sort__bg {
    position: absolute;
}

.prd-dtl-sort .ctl-scn-sort {
    margin-right: 30px;
}

.prd-dtl-sort .ctl-scn-sort__list {
    margin-left: 0;
}

.prd-dtl-sort .ctl-scn-sort__item {
    list-style: none;
}

.prd-list .js-clisting-cItem.is-hidden,
.prd-smart {
    display: none;
}

.prd-smart.active {
    display: block;
}

.prd-table__wrap {
    border: 1px solid #ececec;
    border-radius: 2px 2px 0 0;
}

.prd-table__list {
    overflow-x: hidden;
    padding: 0 10px;
}

.prd-table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #ececec;
    background-color: #f9f9fa;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #737373;
}

.prd-table__head> :not(:last-child) {
    margin-right: 25px;
}

.prd-table .prd-table__item> :not(:last-child):last-child,
.prd-table__head> :not(:last-child):last-child {
    margin-right: 0;
}

.prd-table .prd-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 20px;
    border-bottom: 1px solid #ececec;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    color: #263238;
}

.prd-table .prd-table__item.is-hidden {
    display: none;
}

.prd-table .prd-table__item> :not(:last-child) {
    margin-right: 25px;
}

.prd-table .prd-table__item .buttons-basket-block__button {
    min-height: 34px;
    padding: 5px 10px;
    font-size: 14px;
}

.prd-table .prd-table__item:hover {
    color: #263238;
    text-decoration: none;
}

.prd-table .prd-table__item button {
    position: relative;
    z-index: 5;
}

.prd-table__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
}

.prd-table__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.prd-table__properties {
    margin-right: 25px;
    width: 80px;
}

.prd-table__properties:last-child {
    margin-right: 0;
}

.prd-table__properties-title {
    display: none;
}

.prd-table__properties.is-medium {
    width: 100px;
}

.prd-table__properties.is-large {
    width: 120px;
}

.prd-table__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.prd-table__price-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    color: #737373;
    display: none;
}

.prd-table__price-right {
    display: none;
}

.prd-table__new-price {
    color: #df2c2c;
}

.prd-table__old-price {
    font-weight: 400;
    text-decoration: line-through;
    color: #737373;
}

.prd-table__btns,
.prd-table__btns-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prd-table__btns {
    margin-left: auto;
}

.prd-table__btns-sub {
    grid-column: 1/3;
}

.prd-table__btns-i {
    margin-right: 25px;
}

.prd-table__btns-i:last-child {
    margin-right: 0;
}

.prd-table__btns-i--large {
    width: 285px;
}

.prd-table__btn,
.prd-table__empty-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 130px;
}

.prd-table__btn .buttons-basket-block__button.add-to-cart__green,
.prd-table__btn .buttons-basket-block__button.add-to-cart__green:hover {
    background: #28af36;
}

.prd-table__more {
    font-size: 14px;
    color: #737373;
}

.prd-table__more .prd-table__btn-more {
    -webkit-transition: color 0.15s ease 0s;
    -o-transition: color 0.15s ease 0s;
    transition: color 0.15s ease 0s;
}

.prd-table__more .prd-table__btn-more:hover {
    color: #263238;
}

.prd-table__btn-compare,
.prd-table__btn-favorites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prd-table__btn-compare {
    padding-top: 2px;
}

.prd-table__btn-compare svg path,
.prd-table__btn-favorites svg path {
    -webkit-transition: fill 0.15s ease 0s;
    -o-transition: fill 0.15s ease 0s;
    transition: fill 0.15s ease 0s;
}

.prd-table__btn-compare:hover svg path {
    fill: #263238;
}

.prd-table__btn-compare.button-category-filter--active {
    background: 0 0;
    border: 0;
    border-radius: unset;
}

.prd-table__btn-favorites {
    padding-bottom: 2px;
}

.prd-table__btn-favorites svg path {
    fill: #737373;
}

.prd-table__btn-favorites .inner,
.prd-table__btn-favorites:hover .inner {
    fill: transparent;
}

.prd-table__btn-compare.button-category-filter--active svg path,
.prd-table__btn-favorites.is-active .inner,
.prd-table__btn-favorites.is-active svg path,
.prd-table__btn-favorites:hover svg path {
    fill: #ea4e1d;
}

@media (min-width: 1025px) {
    .frm-to-center .frm__img {
        height: 500px;
    }

    .frm-background.frm-to-center .frm__img {
        height: 100%;
    }

    .frm-to-center .frm__form {
        width: 870px;
        margin-top: 250px;
    }

    .frm-background .frm__form {
        margin-top: 0;
    }

    .frm-full-screen .frm__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .frm-to-center .frm__head {
        text-align: center;
    }

    .frm-full-screen .frm__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px;
        margin-bottom: 0;
        margin-right: 40px;
    }

    .frm-full-screen .frm__img-promotion-inner,
    .frm-full-screen .frm__inner-cnt,
    .frm-full-screen .frm__inp-necessarily .frm__line.email,
    .frm-full-screen .frm__inp-necessarily .frm__line.fio,
    .frm-full-screen .frm__inp-necessarily .frm__line.phone,
    .frm-half-screen .frm__inp-necessarily .frm__line.email,
    .frm-half-screen .frm__inp-necessarily .frm__line.fio,
    .frm-half-screen .frm__inp-necessarily .frm__line.phone,
    .frm-name-phone .frm__inp-necessarily .frm__line.fio,
    .frm-name-phone .frm__inp-necessarily .frm__line.phone,
    .frm-promotion .frm__inp-necessarily .frm__line.email,
    .frm-promotion .frm__inp-necessarily .frm__line.fio,
    .frm-promotion .frm__inp-necessarily .frm__line.phone,
    .frm-to-center .frm__inp-necessarily .frm__line.email,
    .frm-to-center .frm__inp-necessarily .frm__line.fio,
    .frm-to-center .frm__inp-necessarily .frm__line.phone,
    .frm-to-center.frm-name-phone .frm__inp-necessarily .frm__line.email,
    .frm-to-center.frm-name-phone .frm__inp-necessarily .frm__line.fio,
    .frm-to-center.frm-name-phone .frm__inp-necessarily .frm__line.phone {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .frm-promotion .frm__btn-cnt,
    .frm-to-center .frm__btn-cnt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        margin-right: 20px;
    }

    .frm-promotion .frm__btn-cnt {
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
    }

    .frm-full-screen .frm__btn-cnt,
    .frm-half-screen .frm__btn-cnt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        margin-right: 30px;
    }

    .frm-half-screen .frm__btn-cnt {
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
    }

    .frm-full-screen .frm__check-data,
    .frm-half-screen .frm__check-data,
    .frm-promotion .frm__check-data,
    .frm-to-center .frm__check-data {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media (min-width: 2000px) {
    .clm-popup__banner-title {
        font-size: 32px;
        line-height: 120%;
        margin: 0 0 30px;
    }

    .clm-popup__banner-description,
    .clm-popup__banner-text {
        font-size: 18px;
        margin: 15px 0;
        line-height: 150%;
    }

    .clm-popup__banner-description {
        margin: 10px 0;
    }
}

@media (max-width: 1450px) {
    .prd-table__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
}

@media (max-width: 1350px) {
    .prd-table__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
}

@media (max-width: 1280px) {

    .prd-table .prd-table__item> :not(:last-child),
    .prd-table__head> :not(:last-child) {
        margin-right: 15px;
    }

    .prd-table__btns-i,
    .prd-table__properties {
        margin-right: 15px;
    }
}

@media (max-width: 1200px) {
    .grid-footer__top {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .grid-footer__bottom {
        grid-column-gap: 30px;
    }

    .sections {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media (max-width: 1170px) {

    .prd-table .prd-table__item> :not(:last-child),
    .prd-table__head> :not(:last-child) {
        margin-right: 25px;
    }

    .prd-table__properties {
        margin-right: 25px;
    }

    .prd-table__btns {
        display: grid;
        grid-template-columns: 130px 130px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 10px;
    }

    .prd-table__btns-i {
        margin-right: 15px;
    }

    .prd-table__btns-i--large {
        width: 210px;
    }
}

@media (max-width: 1050px) {

    .prd-table .prd-table__item> :not(:last-child),
    .prd-table__head> :not(:last-child) {
        margin-right: 15px;
    }

    .prd-table__btns-i,
    .prd-table__properties {
        margin-right: 15px;
    }
}

@media (max-width: 1042px) {
    .frm.frm-half-screen {
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {

    .bottom-tapbar__wrap,
    .mobile-bottom-btns,
    .mobile-top-bar__wrap {
        display: block;
    }

    .hidden-print.top-panel-wrapper {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .ctl-scn-result__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .frm__wrapper {
        display: block;
        min-height: auto;
        padding: 0;
    }

    .frm-promotion .frm__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .frm-promotion .frm__img-promotion {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
        flex: 0 0 500px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .frm__img {
        position: static;
        height: 200px;
        border-radius: 2px 2px 0 0;
    }

    .frm-background .frm__img {
        height: auto;
    }

    .frm__form {
        width: auto;
        padding: 15px;
        border-radius: 0 0 2px 2px;
    }

    .frm-half-screen .frm__form {
        padding: 40px;
        margin: 0;
    }

    .frm-full-screen .frm__subtitle,
    .frm__head {
        margin-bottom: 20px;
    }

    .frm__title {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .frm-full-screen .frm__img-promotion-inner {
        width: 450px;
        height: 230px;
    }

    .frm__inp-necessarily .frm__line {
        margin-bottom: 20px;
    }

    .frm__inp-necessarily .frm__line.email,
    .frm__inp-necessarily .frm__line.phone {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .frm__input .textarea {
        min-height: auto;
        height: 50px;
    }

    .frm__btn-block {
        display: block;
    }

    .frm-full-screen .frm__btn-block,
    .frm-half-screen .frm__btn-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .frm__btn-cnt {
        margin-bottom: 15px;
    }

    .frm-result__bottom {
        width: 100%;
    }

    ._container {
        padding: 0 15px;
    }

    .grid-footer {
        padding-bottom: 20px;
    }

    .grid-footer__top {
        display: block;
        border-bottom: none;
    }

    .grid-footer__logo {
        display: inline-block;
        width: 170px;
        height: 54px;
        margin-bottom: 30px;
    }

    .grid-footer__bottom {
        grid-template-columns: none;
        grid-template-areas: "contacts" "about" "sections";
        padding-top: 0;
    }

    .grid-footer__contacts {
        grid-area: contacts;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #474747;
    }

    .about {
        grid-area: about;
    }

    .about__link:link,
    .about__link:visited {
        font-size: 16px;
    }

    .sections {
        max-width: none;
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: normal;
        -moz-column-gap: normal;
        column-gap: normal;
        grid-area: sections;
        grid-column: auto;
    }

    .contacts-footer__item:last-child,
    .sections__item:last-child {
        margin-bottom: 0;
    }

    .contacts-footer__item {
        margin-bottom: 20px;
    }

    .contacts-footer__item:first-child .contacts-footer__icon {
        margin-top: 0;
    }

    .contacts-footer__link:link,
    .contacts-footer__link:visited {
        font-size: 16px;
    }

    .contacts-footer__link--email:link,
    .contacts-footer__link--email:visited,
    .contacts-footer__link--phone:link,
    .contacts-footer__link--phone:visited {
        font-size: 18px;
    }

    .policy__container {
        display: block;
        padding: 30px 15px;
    }

    .policy__company {
        margin-right: 0;
    }

    .policy__company:not(:last-child),
    .policy__date:not(:last-child),
    .policy__link:not(:last-child) {
        margin-bottom: 10px;
    }

    .policy__link {
        font-size: 12px;
        margin-right: 0;
    }

    .cookie-footer__container {
        padding: 20px 15px 15px;
        display: block;
    }

    .cookie-footer__info {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 20px;
    }

    .cookie-footer__icon {
        display: block;
    }

    .cookie-footer__buttons {
        margin-left: 24px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .cookie-footer__confirm-btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .ctl-scn__collection-item {
        width: 100%;
        max-width: 100%;
    }

    .ctl-scn__collection-btn {
        display: none;
    }

    .ctl-scn__collection-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ctl-scn-head__ctrl {
        border: 1px solid #d5d5d5;
        border-radius: 6px;
        margin-right: 0;
    }

    .ctl-scn-head__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        height: 40px;
        padding: 10px;
        font-weight: 40;
        font-size: 14px;
    }

    .ctl-scn-head__button:not(:last-child) {
        margin: 0;
    }

    .ctl-scn-head__button.active {
        position: relative;
        border-bottom: unset;
        border-radius: 6px;
        background-color: #ea4e1d;
        color: #fff;
    }

    .ctl-scn-head__button.active::before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        border: 1px solid #ea4e1d;
        border-radius: 6px;
    }

    .ctl-scn-head__filter {
        display: none;
    }

    .ctl-ctrl-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -15px;
    }

    .ctl-scn-sort {
        display: none;
    }

    .ctl-scn-result__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .clm-widget {
        max-width: 100%;
    }

    .clm-widget__block {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 100px;
    }

    .clm-widget__btns {
        width: 50%;
    }

    .clm-widget__label--name {
        grid-column-end: 2;
    }

    .ctl-mob-sort {
        display: block;
    }

    .prd-dtl__top {
        display: block;
        margin-bottom: 0;
    }

    .prd-dtl__block-img {
        margin-right: 0;
    }

    .prd-dtl-filter {
        border-left: none;
        border-right: none;
        margin: 20px 0;
        padding: 20px 0;
    }

    .prd-dtl-filter__item {
        padding: 9px 10px;
    }

    .prd-dtl-title {
        display: none;
    }

    .prd-dtl-title--mob {
        display: block;
    }

    .prd-dtl-price {
        display: block;
        margin-bottom: 20px;
    }

    .prd-dtl-price__block {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .prd-dtl-price__current {
        font-size: 30px;
    }

    .prd-dtl-price__btn .buttons-basket-block__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .prd-dtl-info__block {
        padding-bottom: 20px;
        border-bottom: 1px solid #ececec;
        margin-bottom: 20px;
    }

    .prd-dtl-info__block:not(:last-child) {
        margin-bottom: 20px;
    }

    .prd-dtl-sort {
        display: block;
        margin-bottom: 15px;
    }

    .prd-dtl-sort__title {
        margin-right: 0;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 20px;
    }

    .prd-dtl-sort__mob-btn {
        display: block;
        margin-bottom: 15px;
    }

    .prd-dtl-sort__mob-btn .ctl-ctrl-mob__item {
        width: 100%;
        margin-left: 0;
    }

    .prd-table__head {
        display: none;
    }

    .prd-table .prd-table__item> :not(:last-child),
    .prd-table__head> :not(:last-child) {
        margin-right: 0;
    }

    .prd-table .prd-table__item {
        display: block;
        padding: 10px 0 15px;
    }

    .prd-table .prd-table__item .buttons-basket-block__button {
        min-height: 40px;
    }

    .prd-table__title {
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #ececec;
        font-size: 18px;
    }

    .prd-table__content {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #ececec;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .prd-table__properties {
        width: auto;
        margin-right: 10px;
    }

    .prd-table__properties-title {
        display: block;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 5px;
        color: #737373;
    }

    .prd-table__properties.is-large,
    .prd-table__properties.is-medium {
        width: auto;
    }

    .prd-table__price {
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #ececec;
    }

    .prd-table__price-title {
        display: block;
    }

    .prd-table__price-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 5px;
    }

    .prd-table__price-right .prd-table__compare {
        margin-right: 20px;
    }

    .prd-table__new-price,
    .prd-table__old-price {
        display: inline;
    }

    .prd-table__btns {
        grid-template-columns: 1fr 1fr;
        padding-top: 10px;
    }

    .prd-table__btns .buttons-basket-block__basket {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 40px;
    }

    .prd-table__btns-sub {
        grid-column: unset;
    }

    .prd-table__btns-sub .prd-table__compare,
    .prd-table__btns-sub .prd-table__favorites {
        display: none;
    }

    .prd-table__btns-i {
        margin-right: 0;
    }

    .prd-table__btn {
        width: 100%;
    }

    .prd-table__btn:not(.prd-table__btns-i--large) {
        grid-column: 1/3;
    }

    .prd-table__more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        border-radius: 6px;
        min-height: 40px;
        color: #737373;
        background: #f9f9fa;
        border: 1px solid #e4e4e4;
    }
}

@media (max-width: 772px) {
    .clm-popup__banner {
        width: 95vw;
    }
}

@media (max-width: 768px) {
    .ctl-item-header__title {
        font-size: 16px;
    }

    .frm-promotion .frm__img-promotion {
        margin: 0 0 15px;
    }

    .frm-half-screen .frm__img {
        height: 200px;
    }

    .frm-full-screen .frm__form,
    .frm-half-screen .frm__form {
        padding: 15px;
    }

    .frm-full-screen .frm__title,
    .frm-half-screen .frm__subtitle,
    .frm-half-screen .frm__title,
    .frm-promotion .frm__subtitle,
    .frm-promotion .frm__title {
        font-size: 20px;
    }

    .frm-full-screen .frm__img-promotion-inner {
        width: auto;
        height: 210px;
    }

    .frm-full-screen .frm__btn-block,
    .frm-half-screen .frm__btn-block {
        display: block;
    }
}

@media (max-width: 650px) {
    .clm-widget__block {
        grid-template-columns: 1fr;
        grid-template-rows: 80px 90px 80px;
        grid-gap: 5px;
    }

    .clm-widget__btns {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .clm-popup__banner {
        padding: 40px 15px;
    }

    .clm-popup__banner-title {
        font-size: 22px;
        line-height: 28px;
    }

    .clm-popup__banner-text {
        font-size: 14px;
        line-height: 20px;
    }

    .clm-popup__banner-description {
        font-size: 14px;
        line-height: 140%;
        margin: 0;
    }
}

@media (max-width: 500px) {
    .clm-widget__textarea {
        height: 50px;
    }

    .clm-widget__form-close {
        font-size: 12px;
    }

    .clm-widget__form-close span {
        margin: 0 8px;
    }
}

@media (max-width: 450px) {
    .ctl-scn-result__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .frm-promotion .frm__img-promotion {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
        flex: 0 0 500px;
        margin-right: 30px;
    }

    .frm-promotion .frm__title {
        font-size: 28px;
    }

    .frm-full-screen .frm__subtitle,
    .frm-promotion .frm__subtitle {
        margin-bottom: 30px;
    }

    .frm-full-screen .frm__inp-necessarily .frm__line.fio,
    .frm-promotion .frm__inp-necessarily .frm__line.fio {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .frm-full-screen .frm__inp-necessarily .frm__line.email,
    .frm-full-screen .frm__inp-necessarily .frm__line.phone,
    .frm-half-screen .frm__inp-necessarily .frm__line.email,
    .frm-half-screen .frm__inp-necessarily .frm__line.fio,
    .frm-half-screen .frm__inp-necessarily .frm__line.phone,
    .frm-promotion .frm__inp-necessarily .frm__line.email,
    .frm-promotion .frm__inp-necessarily .frm__line.phone {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .frm-full-screen .frm__btn-block,
    .frm-promotion .frm__btn-block {
        display: block;
    }

    .frm-full-screen .frm__btn-cnt,
    .frm-promotion .frm__btn-cnt {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .frm-full-screen .frm__inp-necessarily .frm__line.email,
    .frm-full-screen .frm__inp-necessarily .frm__line.fio,
    .frm-full-screen .frm__inp-necessarily .frm__line.phone,
    .frm-half-screen .frm__inp-necessarily .frm__line.email,
    .frm-half-screen .frm__inp-necessarily .frm__line.fio,
    .frm-half-screen .frm__inp-necessarily .frm__line.phone,
    .frm-promotion .frm__inp-necessarily .frm__line.email,
    .frm-promotion .frm__inp-necessarily .frm__line.fio,
    .frm-promotion .frm__inp-necessarily .frm__line.phone {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .frm-full-screen .frm__btn-cnt,
    .frm-half-screen .frm__btn-cnt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        margin-bottom: 0;
        margin-right: 30px;
    }

    .frm-half-screen .frm__btn-cnt {
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {

    .frm-full-screen .frm__check-data,
    .frm-half-screen .frm__check-data {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media (any-hover: hover) {

    .about__link:hover:link,
    .about__link:hover:visited {
        color: #ea4e1d;
    }

    .about__link:focus:link,
    .about__link:focus:visited {
        color: #ea4e1d;
    }

    .sections__link:link:hover,
    .sections__link:visited:hover {
        color: #ea4e1d;
    }

    .sections__link:link:focus,
    .sections__link:visited:focus {
        color: #ea4e1d;
    }

    .contacts-footer__link:link:hover,
    .contacts-footer__link:visited:hover {
        color: #ea4e1d;
    }

    .contacts-footer__link:link:hover svg path,
    .contacts-footer__link:visited:hover svg path {
        fill: #ea4e1d;
    }

    .contacts-footer__link:link:hover circle,
    .contacts-footer__link:visited:hover circle {
        stroke: #ea4e1d;
    }

    .contacts-footer__link:link:focus,
    .contacts-footer__link:visited:focus {
        color: #ea4e1d;
    }

    .contacts-footer__link:link:focus svg path,
    .contacts-footer__link:visited:focus svg path {
        fill: #ea4e1d;
    }

    .contacts-footer__link:link:focus circle,
    .contacts-footer__link:visited:focus circle {
        stroke: #ea4e1d;
    }

    .policy__link:hover a:link,
    .policy__link:hover a:visited {
        color: #fff;
    }

    .policy__link a:focus:link,
    .policy__link a:focus:visited {
        color: #fff;
    }

    .cookie-footer__link:hover:link,
    .cookie-footer__link:hover:visited {
        color: inherit;
    }
}



.banner-3-body .banner-3-bg {
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #f5f5f7 100%), 
				  url('/upload/kabeli5.jpg') no-repeat top right;	  
	background-size: cover;	
	width: 50%;		
	opacity: 0.8;
}

.banner-3-bg.img {
	left: unset;
	right: 0;
}


.banner-3-img img {
	opacity:0;
}	

/* owl.carousel.min.css */

.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{min-width:100%;position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


[href="/promotions/"] .catalog-menu-text {
	display: block;
	background: red;
	padding: 5px;
	border-radius: 8px;
}
[href="/promotions/"]:hover .catalog-menu-text {
	color: #fff !important;
}


.video-widget {

	position: fixed;
	bottom: 20px;
	left: 20px;
	/* width: 300px;*/
	width: 130px;
	transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
	z-index: 1000;
	opacity: 0;
	border-radius: 5px;
}
.video-widget.show {
	opacity: 1;
}
.video-widget:hover {
	transform: scale(1.1);
}
.video-widget .video-container {
	position: relative;
}
.video-widget .close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background: red;
	color: white;
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	z-index: 1001;
}
.video-widget .feedback-form {
	display: none;
	background: white;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.video-widget .feedback-form input, .feedback-form textarea {
	width: 100%;
	margin: 10px 0;
	padding: 5px;
}
.video-widget .apply-btn {
display: none;
width: 100%;
margin-top: -10px;
padding: 8px;
background: var(--accent-color);
color: white;
border: none;
cursor: pointer;
text-align: center;
border-radius: 5px;
}
.video-widget.hide {
transform: translateX(-250px);
opacity: 0;
}
.video-widget .mute-btn {
position: absolute;
top: 30px;
right: -2px;
color: white;
border: none;
border-radius: 5px;
padding: 5px;
cursor: pointer;
font-size: 18px;
}	

#promo-video {
	border-radius: 20px;
}
@media  (max-width: 580px) {
	.video-widget {
		bottom: 80px;
	}
}

.b24-widget-button-inner-container {
	bottom: 56px;
	right: 56px;
}

@media  (max-width: 680px) {
	.b24-widget-button-inner-container {
	display: none !important;
	}
}