﻿

/* Start:/local/templates/metinkom/css/fancybox.css?175953162217606*/
.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: 0.25;
	transition: opacity 0.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 0.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: 0.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: 0.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: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
	animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
	animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
	animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
	animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
	animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
	animation: 0.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, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 0 4px rgba(0, 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, 0.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: 0.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 0.15s ease;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
	opacity: 0.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, 0.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: 0.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;
}

/* End */


/* Start:/local/templates/metinkom/css/slider.css?17633914501893*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/metinkom/css/styles.css?177668199473813*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Gilroy";
  src: url("../../../../../../local/templates/metinkom/fonts/Gilroy-Bold.ttf") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../../../../../../local/templates/metinkom/fonts/Gilroy-Regular.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
}

:root {
  --transition: 0.3s all;

  --belyy: #fff;
  --fon: #f8f9fa;
  --fon-2: #eeeff0;
  --obvodka: #e4e5e6;
  --obvodka-2: #c6c7c8;
  --chernyy-1: #949596;
  --chernyy-2: #1c1d1e;
  --siniy: #324883;
  --zheltyy: #f7c04a;
  --bordovyy: #76153c;
  --zolotoy: linear-gradient(
  180deg,
  #f1f1f1 0%,
  #d8d8d8 25%,
  #bcbcbc 50%,
  #d5d5d5 75%,
  #eeeeee 100%
);
}

svg {
  display: block;
  flex-shrink: 0;
}

img {
  display: block;
  width: 100%;
}

body {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  color: var(--chernyy-2);
  overflow-x: hidden;
  background-color: var(--fon);
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0;
}

.wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.title {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  color: var(--chernyy-2);
}

.subtitle {
  margin-top: 18px;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: var(--chernyy-2);
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: var(--belyy);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0 20px;
  background: linear-gradient(0deg, #79234a, #e20770, #c00c63);
  background-size: 100% 200%;
  background-position: 0 0;
  transition: background-position 0.5s ease;
}

.btn:hover {
  background-position: 0 100%;
}

.second-btn {
  cursor: pointer;
  border: none;
  height: 60px;
  padding: 11px 20px;
  gap: 15px;
  text-transform: none;
  color: var(--chernyy-2);
background: linear-gradient(
  180deg,
  #f1f1f1 0%,
  #d8d8d8 25%,
  #bcbcbc 50%,
  #d5d5d5 75%,
  #eeeeee 100%
);
}

.third-btn {
  color: var(--siniy);
  background: transparent;
  border: 1px solid var(--siniy);
}

.menu_burger {
  display: none;
}

.menu_burger {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 18px;
}

.menu_burger::before,
.menu_burger::after,
.menu_burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--siniy);
  transition: all 0.3s ease;
  border-radius: 5px;
}

.menu_burger::before {
  content: "";
  top: 0;
}

.menu_burger span {
  top: 50%;
  transform: translateY(-50%);
}

.menu_burger::after {
  content: "";
  bottom: 0;
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.25);
}

.mobile_menu.active {
  transform: translateX(0);
}

.mobile_btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.header nav a,
.mobile_menu nav a {
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--belyy);
  transition: var(--transition);
}

.header nav a:hover,
.mobile_menu nav a:hover {
  color: var(--zolotoy);
  transition: var(--transition);
}

.mobile_menu .btn {
  width: 235px;
  height: 40px;
  font-size: 14px;
}

.mobile_buttons {
  margin-top: 10px;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background: var(--belyy);
}

.header_wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header_inner {
  display: contents;
}

.header_item,
.contacts_item,
.footer_item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 700;
  color: var(--chernyy-2);
}

.header_item,
.footer_item {
  white-space: nowrap;
}

.header_item span,
.contacts_item span,
.footer_item span {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  color: var(--chernyy-1);
}

.header_contacts {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header nav,
.mobile_menu nav {
  background: var(--siniy);
}

.header nav {
  height: 50px;
}

.header nav ul,
.mobile_menu nav ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.header nav ul {
  padding: 15px 0;
  align-items: center;
}

.mobile_menu nav,
.mobile_links {
  padding: 28px 40px;
}

.mobile_menu nav ul {
  flex-direction: column;
}

.mobile_links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.description {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: var(--belyy);
}

.card .description {
  color: var(--chernyy-2);
}

main {
  margin-top: 160px;
}

.main_wrapper {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.main_left {
  max-width: 520px;
  width: 100%;
}

.main_left h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  color: var(--belyy);
}

.main .description {
  margin-top: 30px;
  margin-bottom: 39px;
}

.main_buttons {
  display: flex;
  gap: 20px;
}

.main_buttons .second-btn:first-child {
  width: 370px;
}

.main_right img {
  max-width: 635px;
  object-fit: contain;
}

.main_right {
  position: relative;
  max-width: 738px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.main_sticker {
  position: absolute;
  top: -10%;
  right: 10%;
}

.for_links,
.main_items {
  display: contents;
}

.main_item {
  position: absolute;
  z-index: 1;
}

.main_item:nth-child(1) {
  top: 10%;
  left: 5%;
}

.main_item:nth-child(2) {
  top: 40%;
  right: -5%;
}

.main_item:nth-child(3) {
  left: 0;
  bottom: 20%;
}

.main_item-header {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  line-height: 110%;
  border-radius: 5px 5px 5px 0;
  padding: 5px 5px 5px 15px;
  background: rgba(255, 255, 255, 0.9);
}

.main_item-btn {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.main_item-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 1.25L6.25 6.25L11.25 1.25' stroke='%231C1D1E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.25s ease;
}

.main_item-content {
  max-width: 360px;
  width: 100%;
  display: none;
  padding: 15px;
  opacity: 0.9;
  background: var(--belyy);
  border-radius: 0 5px 5px 5px;
}

.main_item-content p {
  margin-bottom: 7px;
}

.main_item-content p:last-child {
  margin-bottom: 0;
}

.main_item.active .main_item-content {
  display: block;
}

.main_item.active .main_item-header {
  border-radius: 5px 5px 0 0;
  background: rgba(224, 189, 105, 0.8);
}

.main_item.active .main_item-btn::before {
  transform: rotate(180deg);
}

.products_benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.products_benefit {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--chernyy-2);
}

.products_items {
  display: grid;
  align-items: end;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.products_item .btn {
  height: 40px;
}

.products_item {
  overflow: hidden;
  display: block;
  color: var(--chernyy-2);
  border-radius: 10px;
  background-color: var(--belyy);
  transition: var(--transition);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.products_item:hover {
  transition: var(--transition);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.products_item img {
  height: 410px;
  object-fit: contain;
}

.products_item-content {
  padding: 25px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cooperation .description,
.second-card .card_item .description,
.products_item-title {
  font-weight: 700;
  font-size: 30px;
}

.products_item-subtitle {
  position: relative;
  margin-top: 7px;
  padding-left: 18px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

.products_item-subtitle::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.1em;
}

.products_item-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.products_item-info:not(:last-of-type) {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--obvodka);
}

.documents_items .description,
.products_item-info span {
  font-weight: 700;
  font-size: 20px;
  color: var(--chernyy-2);
}

.products_item-description {
  margin-top: 6px;
  font-weight: 400;
  color: var(--chernyy-1);
}

.products_item-benefit {
  margin-top: 10px;
  padding: 5px 10px;
  background: var(--zolotoy);
  border-radius: 0 5px 5px 5px;
}

.products_premium,
.products_exclusive {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products_premium .products_item {
  border: 1px solid #9b177e;
  box-shadow: 0 5px 25px rgba(155, 23, 126, 0.2);
}

.products_premium .products_item:hover {
  box-shadow: 0 5px 25px rgba(155, 23, 126, 0.5);
}

.products_exclusive .products_item {
  border: 1px solid #0f828c;
  box-shadow: 0 5px 25px rgba(15, 130, 140, 0.2);
}

.products_exclusive .products_item:hover {
  box-shadow: 0 5px 25px rgba(15, 130, 140, 0.5);
}

.products_premium .products_item-benefit,
.products_exclusive .products_item-benefit {
  color: var(--belyy);
}

.products_premium .products_premium-head,
.products_premium .products_item-benefit {
  background-color: #9b177e;
}

.products_exclusive .products_premium-head,
.products_exclusive .products_item-benefit {
  background-color: #0f828c;
}

.products_premium .products_item .btn {
  background: linear-gradient(360deg, #9b177e 0%, #af2b92 100%);
}

.products_exclusive .products_item .btn {
  background: linear-gradient(0deg, #0f828c 0%, #2396a0 100%);
}

.products_premium-head {
  padding: 4px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  line-height: 140%;
  color: var(--belyy);
  width: 200px;
  height: 36px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.products_premium-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;

  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.bg {
  background: var(--siniy);
  background-position: bottom;
  background-repeat: no-repeat;
}

.third-bg {
  background-position: 50% 27%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg .title,
.bg .subtitle {
  color: var(--belyy);
}

.second-bg {
  background: var(--belyy);
  background-position: center;
  background-repeat: no-repeat;
}

.guarantees_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.guarantees_tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.guarantees_tab {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: var(--fon);
  padding: 0 20px;
  height: 80px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}

.guarantees_tab.active {
  color: var(--chernyy-2);
  background: var(--belyy);
}

.guarantees_tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9.5px;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'><path d='M13.4855 8.1855C11.5603 10.6048 8.43971 10.6048 6.51454 8.1855L0 0H20L13.4855 8.1855Z' fill='white'/></svg>");
}

.guarantees_content {
  display: none;
}

.card,
.cycle_slide,
.guarantees_content {
  padding: 20px 25px;
  border-radius: 10px;
  background: var(--belyy);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--belyy);
}

.guarantees_content.active {
  display: flex;
  gap: 40px;
}

.cycle_slide img,
.guarantees_content img {
  max-width: 380px;
  height: 285px;
  border-radius: 5px;
  object-fit: cover;
}

.text h3,
h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
}

.text h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

.text p {
  line-height: 150%;
  margin-bottom: 18px;
}

.text p:last-child {
  margin-bottom: 0;
}

.text ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: 10px;
  margin-bottom: 18px;
  list-style-type: disc;
}

.guarantees_link {
  font-weight: 700;
  color: var(--siniy);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: var(--transition);
}

.guarantees_link:hover {
  color: var(--zolotoy);
  transition: var(--transition);
}

.guarantees_link svg path {
  transition: var(--transition);
}

.guarantees_link:hover svg path {
  stroke: var(--zolotoy);
  transition: var(--transition);
}

.inner {
  padding-top: 25px;
  min-height: 50vh;
}

.inner .products {
  padding-bottom: 100px;
}

.inner .main_left {
  max-width: 650px;
}

.crumbs {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: var(--chernyy-1);
}

.crumb {
  color: var(--chernyy-1);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.crumb:last-child {
  color: var(--chernyy-2);
}

.distance {
  margin-top: 40px;
}

.cases_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.cases_left {
  max-width: 590px;
  width: 100%;
}

.main_slider,
.cases_slider,
.card_slider {
  position: relative;
}

.cases_slider img,
.card_slider img,
.cases_slide-nav img,
.cases_slide-nav {
  border-radius: 5px;
}

.card_slider .slick-slide {
  padding: 30px;
}

.main_slider .slick-prev,
.main_slider .slick-next,
.cases_slider .slick-prev,
.cases_slider .slick-next,
.card_slider .slick-prev,
.card_slider .slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
}

.main_slider .slick-prev {
  left: 20px;
}

.main_slider .slick-next {
  right: 20px;
}

.cases_slider .slick-prev,
.card_slider .slick-prev {
  left: 0;
}

.cases_slider .slick-next,
.card_slider .slick-next {
  right: 0;
}

.main_slider .slick-prev,
.main_slider .slick-next,
.cases_slider .slick-prev,
.cases_slider .slick-next,
.card_slider .slick-prev,
.card_slider .slick-next {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.main_slider .slick-prev,
.cases_slider .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' transform='matrix(-1 0 0 1 50 0)' fill='black' fill-opacity='0.3'/%3E%3Cpath d='M27 30L22 25L27 20' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.main_slider .slick-next,
.cases_slider .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='black' fill-opacity='0.3'/%3E%3Cpath d='M23 30L28 25L23 20' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.card_slider .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='black' fill-opacity='0.1'/%3E%3Cpath d='M22.5 25L17.5 20L22.5 15' stroke='%231C1D1E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.card_slider .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 20C40 8.95431 31.0457 0 20 0C8.95431 0 0 8.95431 0 20C0 31.0457 8.95431 40 20 40C31.0457 40 40 31.0457 40 20Z' fill='black' fill-opacity='0.1'/%3E%3Cpath d='M17.5 25L22.5 20L17.5 15' stroke='%231C1D1E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cases_slider-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.cases_slider-nav,
.card_slider-nav {
  margin-top: 10px;
}

.card_slider-nav .slick-list {
  margin: 0 -5px;
}

.card_slider-nav .slick-slide {
  cursor: pointer;
  margin: 0 5px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.card_slider-nav .slick-current {
  border: 1px solid var(--obvodka);
}

.card_slider-nav .slick-track:before,
.card_slider-nav .slick-track:after {
  display: none;
}

.cases_slide-nav {
  cursor: pointer;
  background: var(--siniy);
}

.cases_slide-nav.active img,
.card_slider-nav .slick-current img {
  opacity: 0.5;
}

.cases_items {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cases_item {
  padding: 15px 20px;
  border-radius: 5px;
  background: var(--fon);
}

.cases_item span {
  font-size: 16px;
  display: block;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 7px;
  font-style: normal;
}

.cases_item ul {
  margin-bottom: 0;
  gap: 10px;
}

.cases_items .cases_item:last-child {
  color: var(--belyy);
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: var(--belyy);
  background: var(--siniy);
}

.cases_review {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-style: italic;
  font-size: 30px;
  line-height: 130%;
}

.cases_review-title,
.cases_review span {
  font-style: normal;
  font-weight: 700;
}

.cases_review span {
  font-size: 20px;
}

.products_btn,
.cases .btn {
  color: var(--chernyy-2);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  background: var(--belyy);
  transition: var(--transition);
}

.third-btn:hover,
.news .btn:hover,
.exposition .card .btn:hover,
.products_btn:hover,
.cases .btn:hover {
  color: var(--belyy);
  transition: var(--transition);
  background: var(--siniy);
}

.info_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.info_card {
  width: 100%;
  border-radius: 10px;
  background-color: var(--belyy);
}

.info_card-img {
  position: relative;
  height: 354px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}

.info_card-number {
  position: absolute;
  bottom: -50px;
  right: 40px;
  font-weight: 900;
  font-size: 120px;
  color: var(--belyy);
}

.info_card .text {
  padding: 20px 25px;
  position: relative;
  z-index: 1;
}

.info_items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info_item {
  line-height: 150%;
  background: var(--fon);
  border-radius: 5px;
  padding: 20px;
}

.info_item-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-weight: 700;
  font-size: 20px;
}

.info_item-btn {
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 500px;
  background: var(--belyy);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.info_item-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 8.25438L8.24562 8.25438M8.24562 8.25438L15.25 8.25438M8.24562 8.25438L8.24562 1.25M8.24562 8.25438V15.25' stroke='%231C1D1E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.25s ease;
}

.info_item-content {
  display: none;
  margin-top: 15px;
}

.info_item.active .info_item-content {
  display: block;
}

.info_item.active .info_item-btn {
  background: var(--chernyy-2);
}

.info_item.active .info_item-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 1.25619L6.19665 6.20284M6.19665 6.20284L11.1495 11.1557M6.19665 6.20284L11.1495 1.25M6.19665 6.20284L1.25 11.1495' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.info_content {
  display: none;
}

.info_card-title.active + .info_content {
  display: block;
}

.info_card-title .info_card-btn {
  transform: rotate(0deg);
}

.info_card-title.active .info_card-btn {
  transform: rotate(180deg);
}

.production_card {
  display: flex;
  gap: 50px;
  color: var(--belyy);
  background: var(--siniy);
  border-radius: 10px;
  font-size: 30px;
  line-height: 130%;
  overflow: hidden;
}

.production_card img {
  max-width: 390px;
  width: 100%;
  object-fit: cover;
}

.hidden {
  display: none;
}

.product_content {
  line-height: 120%;
  padding: 50px 50px 50px 0;
}

.product_content-title {
  margin-top: 13px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}

.production_card .btn {
  margin-top: 31px;
  max-width: 300px;
  width: 100%;
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  padding: 13px 20px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: var(--transition);
}

.production_card .btn:hover {
  color: var(--chernyy-2);
  transition: var(--transition);
  background: var(--belyy);
}

.implementation .description,
.exposition .description {
  color: var(--chernyy-2);
  font-weight: 700;
}

.exposition_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.exposition_right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.exposition .card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* gap: 20px; */
}

.exposition .card img {
  max-width: 382px;
  width: 100%;
}

.exposition_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
}

.exposition_item {
  padding: 5px 0;
  width: 70px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.exposition_item span {
  font-weight: 400;
  font-size: 14px;
}

.exposition .card .btn {
  width: 100%;
  color: var(--chernyy-2);
  background: var(--belyy);
  border: 1px solid var(--obvodka-2);
  transition: var(--transition);
}

.order .btn br,
.contacts .card .description br,
.contacts h2 br,
.exposition .card .btn br {
  display: none;
}

.exposition_left-item {
  margin-top: 20px;
  margin-bottom: 31px;
  display: inline-block;
  font-weight: 700;
  line-height: 140%;
  background: var(--zolotoy);
  border-radius: 5px;
  padding: 13px 15px;
}

.exposition_left .subtitle,
.uniqueness_right .subtitle {
  margin-top: 0;
  font-weight: 700;
  line-height: 130%;
}

.exposition_info {
  margin-top: 29px;
  margin-bottom: 34px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.exposition_info-item {
  display: flex;
  gap: 15px;
}

.exposition_left .text ul,
.uniqueness_items {
  margin-top: 20px;
}

.exposition_left .btn {
  margin-top: 16px;
}

.exposition_right .btn {
  margin-top: 23px;
}

.exposition_right .description {
  margin-bottom: 8px;
}

.uniqueness_wrapper {
  display: grid;
  align-items: end;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.uniqueness_items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uniqueness_item {
  color: var(--belyy);
  font-size: 20px;
  line-height: 140%;
  display: flex;
  gap: 20px;
  padding: 20px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.uniqueness_item-number {
  display: flex;
  align-items: center;
  padding-right: 20px;
  font-weight: 700;
  font-size: 40px;
  color: var(--zolotoy);
  border-right: 1px solid var(--belyy);
}

.benefits_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.benefits_item {
  padding: 30px;
  min-height: 190px;
  border-radius: 10px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  background: var(--belyy);
}

.benefits_item-title {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}

.cycle h4 {
  margin-bottom: 17px;
}

.reviews_slider .slick-prev,
.reviews_slider .slick-next,
.news_items .slick-prev,
.news_items .slick-next,
.cycle_slider .slick-prev,
.cycle_slider .slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
}

.reviews_slider .slick-prev,
.cycle_slider .slick-prev {
  left: -25px;
}

.reviews_slider .slick-next,
.cycle_slider .slick-next {
  right: -25px;
}

.reviews_slider .slick-prev,
.reviews_slider .slick-next,
.news_items .slick-prev,
.news_items .slick-next,
.cycle_slider .slick-prev,
.cycle_slider .slick-next {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--belyy);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.reviews_slider .slick-prev,
.news_items .slick-prev,
.cycle_slider .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 11.5L1.5 6.5L6.5 1.5' stroke='%231C1D1E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.reviews_slider .slick-next,
.news_items .slick-next,
.cycle_slider .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 11.5L6.5 6.5L1.5 1.5' stroke='%231C1D1E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.news .slick-list {
  margin: 0 -15px;
}

.news .slick-slide {
  margin: 0 15px;
}

.cycle_slide {
  margin: 0 5px;
  display: flex !important;
  gap: 40px;
}

.order .title {
  color: var(--belyy);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.order .btn {
  width: max-content;
  margin: 0 auto;
}

.leasing_wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

.leasing_wrapper img {
  max-width: 410px;
  border-radius: 5px;
}

.leasing .description {
  color: var(--chernyy-2);
}

.leasing_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.leasing_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 393px;
  background-color: var(--belyy);
  border-radius: 10px;
  padding: 20px 30px;
}

.leasing_item .description {
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}

.leasing_item-number {
  color: var(--siniy);
  font-style: italic;
  font-weight: 800;
  font-size: 40px;
  text-align: right;
}

.contacts_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  padding: 40px;
  border-radius: 10px;
  background-color: var(--siniy);
}

.contacts h2 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: var(--belyy);
}

.contacts .card .description {
  padding-bottom: 13px;
  color: var(--chernyy-2);
  font-weight: 700;
  border-bottom: 1px solid var(--obvodka);
}

.contacts_contacts {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.telegram-btn {
  color: var(--belyy);
  border-radius: 5px;
  padding: 13px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  background: linear-gradient(180deg, #27a7e7 0%, #1393d3 100%);
}

textarea,
input {
  width: 100%;
  border: 1px solid var(--obvodka);
  border-radius: 5px;
  padding: 11px 15px;
  background: var(--fon);
}

input {
  height: 50px;
}

textarea {
  height: 150px;
}

.contacts .form,
.form_label {
  margin-top: 20px;
}

.form_label a {
  color: var(--chernyy-1);
}

.form_items {
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.phone-wrapper {
  position: relative;
  display: inline-block;
}

.phone-wrapper input {
  padding-left: 40px;
}

.prefix {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  pointer-events: none;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form_label input {
  display: none;
}

.form_label {
  font-size: 14px;
  line-height: 150%;
  color: var(--chernyy-1);
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  display: block;
}

.form_label input:checked + span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0%200%2020%2020' fill='none'%3E%3Crect width='20' height='20' rx='2' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0482%207.72049L8.7997%2013.969L4.95117%2010.1205L6.64823%208.42344L8.7997%2010.5749L13.3512%206.02344L15.0482%207.72049Z' fill='%23225B2C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.cooperation .form_label input:checked + span {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5C0 2.23858 2.23858 0 5 0H15C17.7614 0 20 2.23858 20 5V15C20 17.7614 17.7614 20 15 20H5C2.23858 20 0 17.7614 0 15V5Z' fill='white' fill-opacity='0.05'/%3E%3Cpath d='M5 0.5H15C17.4853 0.5 19.5 2.51472 19.5 5V15C19.5 17.4853 17.4853 19.5 15 19.5H5C2.51472 19.5 0.5 17.4853 0.5 15V5C0.5 2.51472 2.51472 0.5 5 0.5Z' stroke='white' stroke-opacity='0.05'/%3E%3Cpath d='M13.1656 6L12.2866 6.90709L8.74522 10.4094L7.71338 9.42677L6.79618 8.51969L5 10.2961L7.82803 13.0929L8.70701 14L15 7.77638L13.1656 6Z' fill='white'/%3E%3C/svg%3E");
}

.cooperation .form_label span {
  border: 1px solid #6d7da6;
}

.form_label span {
  border: 1px solid var(--obvodka);
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}

.faq_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq_item {
  position: relative;
  padding: 30px;
  background: var(--belyy);
  border-radius: 10px;
  overflow: hidden;
}

.faq_item-title {
  min-height: 50px;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.faq_item-content {
  margin-top: 20px;
  display: none;
}

.faq_item.active .faq_item-content {
  display: block;
}

.faq_item-btn {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10H22V12H0V10Z' fill='%23263141'/%3E%3Cpath d='M10 22L10 0L12 0L12 22L10 22Z' fill='%23263141'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.faq_item.active .faq_item-btn {
  top: 30px;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%20fill%3D%22%23324883%22/%3E%3Cpath%20d%3D%22M17%2017.01L24.995%2025M24.995%2025L33%2033M24.995%2025L33%2017M24.995%2025L17%2032.99%22%20stroke%3D%22white%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.news_items {
  margin-top: 20px;
}

.news_items .slick-next,
.news_items .slick-prev {
  display: none;
}

.news_item:hover {
  color: var(--siniy);
  transition: var(--transition);
}

.news_item {
  transition: var(--transition);
  display: block;
  width: 410px;
  color: var(--chernyy-2);
  font-weight: 700;
}

.news_item img {
  margin-bottom: 13px;
  border-radius: 5px;
}

.news_item-link {
  color: var(--siniy);
  margin-top: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news .btn {
  color: var(--chernyy-2);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  background: var(--belyy);
  transition: var(--transition);
}

.footer {
  color: var(--belyy);
  padding: 40px 0;
  background: var(--chernyy-2);
}

.footer nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer nav ul li a {
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--belyy);
}

.footer_items {
  margin: 30px 0;
  padding: 30px 0;
  border-top: rgba(255, 255, 255, 0.05) 1px solid;
  border-bottom: rgba(255, 255, 255, 0.05) 1px solid;
}

.footer_items,
.footer_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer_links div,
.footer_links a {
  color: var(--fon);
  opacity: 0.5;
}

.footer_item {
  color: var(--belyy);
}

.footer .btn {
  background: rgba(255, 255, 255, 0.05);
}

.footer_buttons {
  display: contents;
}

.card .description {
  line-height: normal;
}

.card_wrapper {
  padding: 30px;
  margin-bottom: 100px;
}

.card_inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.card_left {
  max-width: 600px;
  width: 100%;
}

.card_right {
  max-width: 580px;
  width: 100%;
}

.card_right h1,
.implementation_bottom .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
}

.card_items {
  margin-top: 28px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.card_items span {
  display: block;
  margin-top: 11px;
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 20px;
  color: var(--siniy);
}

.card_item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.card_item-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
  color: var(--chernyy-1);
}

.card_items-elements {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.card_buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card_benefits {
  margin-top: 44px;
  padding-top: 39px;
  border-top: 1px solid var(--obvodka);
}

.problems_wrapper {
  overflow: scroll;
  margin-right: -20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.for.bg,
.problems.bg {
  background-size: cover;
  background-position: center;
}

.problems_card {
  color: var(--belyy);
  padding: 120px 30px 47px 30px;
  max-width: 410px;
  height: 410px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.problems_card-num {
  font-weight: 900;
  font-size: 80px;
  color: #ed2b2a;
}

.characteristics_wrapper {
  display: flex;
  gap: 30px;
}

.characteristics img {
  max-width: 576px;
}

.characteristics_items {
  max-width: 654px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.characteristics_item {
  font-size: 20px;
  color: var(--chernyy-1);
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 30px;
  background: var(--fon);
  border-radius: 5px;
  border-right: 1px solid var(--zolotoy);
}

.characteristics_item-title {
  color: var(--chernyy-2);
  margin-bottom: 6px;
}

.characteristics_item-title span {
  font-weight: 700;
  font-size: 30px;
}

.documents_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.documents_item.card {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.documents_img {
  padding: 16px 10px;
  border-radius: 5px;
  background: var(--fon);
}

.documents_img img {
  width: 93px;
  height: 128px;
}

.documents_item a {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--siniy);
}

.documents_item a:hover {
  color: var(--zolotoy);
}

.documents_item a:hover svg stop {
  stop-color: var(--zolotoy);
}

.documents_item a,
.documents_item a:hover,
.documents_item a:hover svg stop,
.documents_item a svg stop {
  transition: var(--transition);
}

.equipment_cards {
  display: flex;
  gap: 30px;
}

.equipment_card {
  width: 100%;
}

.solution .card,
.equipment_card.card {
  padding: 30px;
}

.equipment_card-title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--obvodka);
}

.equipment_card ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.equipment_card ul li {
  position: relative;
  padding-left: 35px;
}

.equipment_card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'>\<defs>\<linearGradient id='g' x1='16.6508' y1='20' x2='16.6508' y2='0' gradientUnits='userSpaceOnUse'>\<stop stop-color='%23E0BD69'/>\<stop offset='1' stop-color='%23F4D17D'/>\</linearGradient>\</defs>\<rect width='20' height='20' rx='5' fill='url(%23g)'/>\<path fill-rule='evenodd' clip-rule='evenodd' d='M15 7.84825L8.65124 14L5 10.4621L6.90744 8.61382L8.65124 10.3035L13.0926 6L15 7.84825Z' fill='%231C1D1E'/>\</svg>");
}

.main_slider {
  max-width: 580px;
  width: 100%;
}

.main_slider .slick-slide {
  overflow: hidden;
  border-radius: 10px;
}

.main_benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 50px;
}

.main_benefit {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--font-family);
  color: var(--belyy);
}

.main_benefit span {
  display: block;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 8px;
}

.second-problems .problems_wrapper {
  overflow: visible;
  grid-template-columns: repeat(4, 1fr);
}

.second-problems .problems_card {
  color: var(--belyy);
  padding: 120px 30px 23px 30px;
  width: auto;
  height: auto;
}

.second-problems .problems_card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.second-card .card_items {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.second-card .card_item {
  gap: 25px;
}

.second-card .card_item .description {
  margin-bottom: 7px;
}

.second-benefits .benefits_items {
  grid-template-columns: repeat(3, 1fr);
}

.second-benefits .benefits_item {
  height: auto;
}

.second-benefits .benefits_item-title {
  margin-bottom: 24px;
}

.second-benefits .text ul {
  gap: 15px;
  margin-bottom: 0;
}

.solution_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}

.solution_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.solution_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  height: 150px;
  background: var(--fon);
  border-radius: 5px;
  padding: 27px 30px 26px 30px;
  line-height: 150%;
  text-align: center;
}

.solution_item span {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
}

.implementation_items {
  display: flex;
  align-items: center;
}

.implementation_item-wrapper {
  display: contents;
}

.implementation_items svg {
  margin-right: -5px;
  position: relative;
  z-index: 1;
}

.implementation_item.card {
  max-width: 260px;
  width: 100%;
  flex-shrink: 0;
  height: 293px;
  padding: 20px 30px;
  border-right: 1px solid var(--siniy);
}

.implementation_item-wrapper:last-child svg {
  display: none;
}

.implementation_item-number {
  font-weight: 900;
  font-size: 40px;
  color: var(--siniy);
}

.implementation .description {
  margin-top: 12px;
  margin-bottom: 12px;
}

.implementation_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 40px 50px;
  margin-top: 100px;
  background: var(--siniy);
  border-radius: 10px;
}

.implementation_bottom .title {
  color: var(--belyy);
}

.implementation_bottom .description {
  margin-top: 14px;
  margin-bottom: 0 !important;
  color: var(--belyy);
  font-weight: 400;
}

.implementation_bottons {
  max-width: 440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.implementation_bottons .second-btn {
  text-transform: uppercase;
  height: 50px;
}

.implementation_bottons .btn:last-child {
  color: var(--zolotoy);
  background: transparent;
  border: 1px solid var(--zolotoy);
}

.implementation_left {
  max-width: 403px;
  width: 100%;
}

.about .main_left {
  max-width: 567px;
}

.about .main_right {
  top: 250px;
  max-width: 905px;
  position: absolute;
  right: 50px;
}

.about .main_right img {
  max-width: 905px;
}

.company_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}

.company_wrapper img {
  border-radius: 10px;
}

.company_right .description {
  color: var(--chernyy-2);
}

.company_right .title {
  margin-bottom: 27px;
}

.company_items {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.company_item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.company_item .description {
  margin-bottom: 3px;
  font-weight: 700;
}

.production_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about .production_wrapper .card {
  padding: 30px;
}

.production_title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.production_title .description {
  font-weight: 700;
  margin-bottom: 0 !important;
}

.production_number {
  font-weight: 900;
  font-size: 40px;
  color: var(--siniy);
  padding-right: 30px;
  border-right: 1px solid #d9d9d9;
}

.blockquote {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 100px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 50px;
  border-radius: 10px;
  background: var(--siniy);
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: var(--belyy);
}

.blockquote_bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blockquote_bottom span {
  height: 30px;
  width: 1px;
  background: var(--chernyy-1);
}

.blockquote_left {
  display: contents;
}

.blockquote_top {
  display: none;
}

.map iframe {
  width: 100%;
  height: 475px;
  border: none;
}

.map {
  position: relative;
}

.map_card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 380px;
  width: 100%;
  border-radius: 10px;
  top: 50px;
  position: absolute;
  z-index: 2;
  padding: 30px;
  background: color-mix(in srgb, var(--belyy) 80%, transparent);
}

.map .header_item:last-child {
  color: #1393d3;
}

.map_buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popup {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.popup.active {
  display: flex;
}

.popup_content {
  margin: 20px;
  max-width: 600px;
  width: 100%;
  position: relative;
  padding: 33px 30px;
  border-radius: 10px;
  background: var(--belyy);
}

.popup_close {
  cursor: pointer;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup_title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

.popup_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 22px;
  margin-bottom: 27px;
}

.popup_thanks .popup_items {
  margin: 0;
}

.profit_card.card {
  max-width: 690px;
  width: 100%;
  padding: 24px 30px 30px 30px;
}

.profit_items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.profit_item {
  max-width: 195px;
  width: 100%;
  display: flex;
  gap: 15px;
}

.profit_card .btn {
  margin-top: 24px;
  margin-bottom: 24px;
}

.profit_contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.profit_contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.profit_contact a {
  display: block;
  margin-top: 3px;
  font-weight: 700;
  font-size: 20px;
  color: var(--siniy);
}
/*
.profit_contact:last-child a {
  color: #1393d3;
}
*/
.cooperation_wrapper {
  font-size: 20px;
  color: var(--belyy);
  text-align: center;
  padding: 41px 65px;
  border-radius: 10px;
  background: var(--siniy);
}

.cooperation form {
  margin-top: 23px;
}

.cooperation_wrapper .description {
  margin-bottom: 14px;
}

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

.cooperation input,
.cooperation textarea {
  color: var(--belyy);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cooperation .prefix {
  color: var(--belyy);
}

.cooperation input::placeholder,
.cooperation textarea::placeholder {
  color: #6d7da6;
}

.cooperation_buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.cooperation_buttons .form_label {
  margin-top: 0 !important;
}

.cooperation_buttons .form_label br {
  display: none;
}

.cooperation_buttons .second-btn {
  text-transform: uppercase;
}

.delivery .main_left {
  max-width: 583px;
}

.delivery .benefits_item ul,
.temperature_item ul {
  margin-bottom: 0;
}

.temperature {
  margin-top: 100px;
}

.temperature_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}

.temperature_item.card {
  padding: 25px 30px;
}

.temperature_item-title {
  font-weight: 700;
  line-height: 130%;
}

.temperature_item-title span {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--siniy);
}

.temperature_item ul {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.temperature_item li {
  background: var(--fon);
  border-radius: 5px;
  padding: 10px 20px;
}

.for_items {
  display: grid;
  grid-template-columns: repeat(4, 300px);
  grid-auto-rows: auto;
  gap: 30px;
}

.for_items-inner {
  display: contents;
}

.for_items .card {
  padding: 27px 30px;
  grid-column: 3 / -1;
  text-align: center;
}

.for .card h3 {
  margin-bottom: 9px;
}

.for_item {
  flex-shrink: 0;
  color: var(--belyy);
  width: 300px;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 23px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 13px;
}

.for_contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.for_bottom {
  margin-top: 23px;
  justify-content: space-between;
}

.for_bottom,
.for_contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.delivery .for_item .description {
  font-weight: 700;
}

.for_contact {
  color: var(--chernyy-2);
  font-weight: 700;
  font-size: 18px;
}

.second-guarantees .guarantees_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.second-guarantees .guarantees_tab {
  color: var(--chernyy-2);
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  padding: 13px 25px;
  font-size: 16px;
  height: auto;
}

.second-guarantees .guarantees_tab.active {
  color: var(--belyy);
  background: var(--chernyy-2);
}

.second-guarantees .guarantees_content img {
  max-width: 400px;
  height: 400px;
}

.our_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.our_card {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  background: var(--belyy);
}

.our_card-img {
  height: 354px;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.our_card-img h3 {
  text-align: center;
  color: var(--belyy);
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  z-index: 1;
  margin-bottom: 0;
}

.our_card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.our_card-content {
  padding: 20px 30px;
  text-align: center;
  font-weight: 700;
}

.our_card-content span {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: var(--siniy);
  margin-bottom: 6px;
}

.our_card-items {
  margin-top: 23px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.our_card-item {
  padding: 16px 20px;
  font-weight: 400;
  background: var(--fon);
  border-radius: 10px;
}

.why .guarantees_inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.why ul li {
  display: flex;
  gap: 15px;
}

.why ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 24px;
}

.why_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  line-height: 150%;
  align-items: start;
}

.why_cards .faq_item-title {
  display: flex;
  gap: 20px;
  font-size: 20px;
}

.delivery .production_wrapper {
  grid-template-columns: repeat(2, 1fr);
}

.delivery .production_wrapper .card {
  padding: 30px 20px;
}

.steps .guarantees_content {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.reviews_slide {
  padding: 30px;
  display: flex !important;
  align-items: center;
  gap: 50px;
}

.reviews_slide-img {
  border-radius: 5px;
  display: inline-block;
  padding: 30px 20px;
  background: var(--fon);
}

.reviews_slide-img img {
  width: 170px;
  height: 238px;
}

.reviews_slide span {
  display: block;
  background: var(--obvodka);
  width: 1px;
  height: 30px;
}

.reviews_slide blockquote {
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  margin-bottom: 31px;
}

.reviews_slide .description:last-child {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .about .main_right {
    position: static;
  }
  .container {
    max-width: 1200px;
    padding: 0 20px;
  }
  .main_item:nth-child(1) {
    top: 0;
  }
  .main_item:nth-child(3) {
    bottom: 10%;
  }
  .card_left {
    max-width: 450px;
  }
  .about .main_right img,
  .about .main_left,
  .card_right {
    max-width: 100%;
  }
  .implementation_items {
    flex-direction: column;
    align-items: normal;
    gap: 15px;
  }
  .implementation_item.card {
    max-width: 76%;
    height: auto;
  }
  .implementation_item-wrapper {
    display: flex;
    align-items: center;
  }
  .implementation_item-wrapper:last-child svg {
    display: block;
  }
  .for_items-inner {
    overflow: scroll;
    display: flex;
    gap: 15px;
  }
  .for_items {
    display: contents;
  }
  .production_card img {
    max-width: 30%;
  }
  .for_items .card {
    margin-top: 25px;
  }
}

@media (max-width: 1024px) {
  .menu_burger {
    display: block;
  }
  .cases_slider-nav,
  .header_email,
  .header_tel,
  .header nav,
  .header_telegram {
    display: none;
  }
  .main_wrapper {
    align-items: center;
    gap: 30px;
  }
  .cycle_slide,
  .equipment .implementation_bottom,
  .main_wrapper,
  .cases_wrapper {
    flex-direction: column;
  }
  .cycle_slide-inner {
    display: contents;
  }
  .main_right {
    justify-content: center;
  }
  .implementation_bottom,
  .cycle_slide {
    gap: 20px;
  }
  .header_item,
  .header_contacts {
    gap: 10px;
  }
  .delivery .main_wrapper {
    gap: 0;
  }

  /* grid */
  .production_wrapper,
  .exposition_wrapper,
  .uniqueness_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .second_production .production_wrapper,
  .products_benefits,
  .benefits_items,
  .leasing_items,
  .second-problems .problems_wrapper,
  .products_items,
  .footer_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  /* position */
  .menu_burger.active::before {
    top: 50%;
    transform: rotate(45deg);
  }
  .main_sticker {
    top: 0;
  }
  .menu_burger.active::after {
    bottom: auto;
    top: 50%;
    transform: rotate(-45deg);
  }
  /* size */
  .header_logo svg,
  .footer_logo svg {
    width: 159px;
  }
  .second-btn {
    height: 50px;
  }
  .about .main_right {
    max-width: 600px;
  }
  .profit_card.card,
  .implementation_left,
  .cases_left,
  .main_left {
    max-width: 100%;
  }
  .main_buttons .second-btn:first-child,
  .main_buttons .second-btn:last-child {
    width: 100%;
  }
  .cases_slider .slick-list,
  .cases_slider img {
    height: 400px !important;
    object-fit: cover;
  }
  .uniqueness_left img {
    max-width: 600px;
    margin: 0 auto;
  }

  .leasing_item {
    min-height: 232px;
  }
  /* other */
  .menu_burger.active span {
    opacity: 0;
  }
  .header {
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.05);
  }
  .wrapper {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .main_wrapper {
    padding: 50px 0;
  }
  .blockquote {
    margin-top: 40px;
  }

  .card_wrapper {
    margin-bottom: 40px;
  }

  main {
    margin-top: 110px;
  }

  .exposition_left-item {
    margin-top: 0;
  }

  .cycle_slide h3 {
    margin-bottom: 0;
    order: 1;
  }

  .cycle_slide img {
    order: 2;
  }

  .cycle_slide .text {
    order: 3;
  }
  .main_left h1,
  .title {
    font-size: 40px;
  }
  .main_item:nth-child(2) {
    right: 20px;
  }
}

@media (max-width: 991.98px) {
  .reviews_slide,
  .contacts_contacts,
  .leasing_wrapper,
  .guarantees_content.active,
  .reviews_slide .description:last-child,
  .cooperation_buttons,
  .implementation_bottom,
  .card_inner {
    flex-direction: column;
  }
  .guarantees_tabs {
    justify-items: start;
  }
  .reviews_slide .description:last-child,
  .cooperation_buttons {
    align-items: flex-start;
  }
  .guarantees_tab.active::after,
  .company_left img,
  .reviews_slide .description:last-child span,
  .card_slider-nav {
    display: none;
  }
  .company_wrapper {
    display: contents;
  }
  .characteristics_wrapper {
    flex-direction: column-reverse;
    gap: 0;
  }
  .reviews_slide .description:last-child {
    gap: 5px;
  }
  .contacts_contacts,
  .reviews_slide,
  .blockquote,
  .implementation_bottom,
  .solution_wrapper,
  .card_inner {
    gap: 20px;
  }
  .why_cards,
  .our_cards,
  .second_production .production_wrapper,
  .info_wrapper,
  .guarantees_tabs,
  .temperature_items,
  .cooperation_inputs,
  .solution_wrapper,
  .second-benefits .benefits_items,
  .documents_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .card_right h1 {
    font-size: 26px;
  }
  .characteristics_items,
  .card_left {
    max-width: 100%;
  }
  .card_slider .slick-slide,
  .characteristics_wrapper.card {
    padding: 0;
  }
  .blockquote {
    padding: 30px;
  }
  .characteristics_items {
    padding: 20px;
  }
  .temperature,
  .implementation_bottom {
    margin-top: 40px;
  }
  .card_slider {
    margin: -20px -20px 0 -20px;
  }
  .characteristics img {
    margin: 0 auto;
  }
  .guarantees_tab {
    padding: 15px;
    height: auto;
    min-height: 29px;
    text-align: left;
  }
  .characteristics img,
  .card_slider img {
    height: 500px;
    object-fit: contain;
  }
  .our_card-img {
    object-fit: cover;
  }
    .problems_card {
        min-width: 325px;
    }
}

@media (max-width: 767.98px) {
  /* display */
  .order .btn br,
  .cooperation_buttons .form_label br,
  .inner .products_item:nth-of-type(n + 3),
  .news_items .slick-next,
  .news_items .slick-prev,
  .contacts .card .description br,
  .contacts h2 br,
  .exposition .card .btn br,
  .hidden {
    display: block;
  }

  .info_card-title,
  .delivery .production_wrapper,
  .for_links,
  .blockquote_left,
  .exposition .hidden {
    display: flex;
  }
  .map .container,
  .guarantees_inner,
  .uniqueness_right,
  .uniqueness_left {
    display: contents;
  }
  .cooperation_buttons,
  .main_right {
    flex-direction: column-reverse;
  }

  .delivery .second_production .production_title,
  .for_bottom,
  .profit_contacts,
  .uniqueness_wrapper,
  .profit_items,
  .blockquote_top,
  .blockquote,
  .equipment_cards,
  .main_items,
  .benefits_item,
  .form_items,
  .production_card,
  .guarantees_content.active,
  .main_buttons {
    display: flex;
    flex-direction: column;
  }
  .info_card-title,
  .delivery .benefits_item-title .profit_item,
  .second-benefits .benefits_item-title {
    align-items: center;
  }
  .reviews_slide,
  .delivery .second_production .production_title,
  .for_bottom,
  .profit_contacts,
  .uniqueness_wrapper,
  .blockquote {
    align-items: flex-start;
  }

  .telegram-btn {
    justify-content: center;
  }
  /* gap */
  .our_cards,
  .about .production_wrapper,
  .guarantees_content.active,
  .reviews_slide,
  .production_title,
  .delivery .production_wrapper,
  .for_links,
  .cooperation_inputs,
  .map_buttons,
  .profit_contacts,
  .popup_items,
  .blockquote,
  .company_item,
  .implementation_bottom,
  .implementation_bottons,
  .solution_items,
  .second-card .card_item,
  .form_items,
  .equipment_cards,
  .equipment_card-title,
  .documents_item.card,
  .documents_items,
  .card_items,
  .cases_wrapper,
  .problems_wrapper,
  .card_buttons,
  .card_items-elements,
  .footer_items,
  .contacts_contacts,
  .benefits_items,
  .products_benefits,
  .main_buttons,
  .products_items {
    gap: 15px;
  }
  .steps .guarantees_wrapper,
  .about .main_wrapper,
  .card_inner,
  .production_card {
    gap: 0;
  }
  .blockquote_left,
  .second-card .card_items,
  .uniqueness_wrapper,
  .exposition_wrapper {
    gap: 20px;
  }
  .for_item,
  .blockquote_top,
  .second-benefits .text ul,
  .main_benefit,
  .characteristics_item,
  .products_item-content,
  .card_benefits,
  .card_item,
  .products_benefit {
    gap: 10px;
  }
  .main_benefits {
    row-gap: 15px;
    column-gap: 21px;
  }
  .delivery .second_production .production_title,
  .our_card-items {
    gap: 5px;
  }
  /* font */
  .problems_card-num {
    font-size: 45px;
  }
  .about .production_number,
  .delivery .second_production .production_number,
  .implementation_item-number {
    font-size: 30px;
  }
  .main_left h1,
  .uniqueness_item-number,
  .title {
    font-size: 26px;
  }
  .our_card-content span,
  .temperature_item-title span,
  .solution_item span,
  .exposition_left .description:first-child,
  .exposition_left .subtitle,
  .card_right h1,
  .product_content-title,
  h3,
  .text h3,
  .products_item-title {
    font-size: 22px;
  }
  .reviews_slide blockquote,
  .our_card-img h3,
  .for h3,
  .cooperation_wrapper .description,
  .popup_title,
  .blockquote_right,
  .implementation_bottom .title,
  .second-card .card_item .description,
  .second-problems .problems_card h3,
  .main_benefit span,
  .equipment_card-title,
  .documents_items .description,
  .faq_item-title,
  .contacts h2,
  .benefits_item-title,
  .exposition_info,
  .product_content,
  .cases_review,
  .text h4,
  .products_item-info span,
  .description,
  .subtitle {
    font-size: 18px;
  }
  .description:last-child,
  .second-guarantees .guarantees_tab,
  .delivery .for .card .description,
  .cooperation_wrapper,
  .blockquote_left .description:last-child,
  .implementation .description,
  .solution_item,
  .characteristics_item,
  .characteristics_item-title span,
  .characteristics_item-title,
  .contacts .description,
  .uniqueness_item,
  .cases_review span,
  .cases_items .cases_item:last-child,
  .cases_item span,
  body,
  .btn,
  .products_benefit {
    font-size: 14px;
  }
  .crumb {
    font-size: 11px;
  }
  .main_left h1 {
    line-height: 120%;
  }

  .blockquote_right {
    font-weight: 700;
    line-height: 140%;
  }

  /* margin */
  .info_card .text .info_card-title h3 {
    margin-bottom: 0 !important;
  }
  .implementation_items svg {
    margin-right: 0;
  }
  .main .description {
    margin-top: 10px;
    margin-bottom: 24px;
  }
  .subtitle {
    margin-top: 12px;
  }
  .distance {
    margin-top: 21px;
  }
  .company_items {
    margin-top: 20px;
  }
  .reviews_slide blockquote,
  .cooperation_buttons,
  .popup_items,
  .faq_item-content,
  .exposition .card .btn,
  .production_card .btn,
  .exposition_info {
    margin-top: 15px;
  }
  .reviews_slide blockquote,
  .delivery .benefits_item-title,
  .cooperation_inputs,
  .popup_items,
  .second-benefits .benefits_item-title,
  .equipment_card-title,
  .exposition_left-item,
  .exposition_info,
  .card .description {
    margin-bottom: 15px;
  }
  main {
    margin-top: 80px;
  }
  .products_item-subtitle {
    margin-bottom: 5px;
  }
  .guarantees_inner .text ul,
  .temperature_item ul,
  .documents_item a,
  .exposition_left .text ul,
  .products_item .btn {
    margin-top: 10px;
  }
  .company_right .title {
    margin-bottom: 12px;
  }
  .contacts h2,
  .text p {
    margin-bottom: 10px;
  }
  .product_content-title {
    margin-top: 8px;
  }
  .info_card-title,
  .second-problems .problems_card h3,
  .product_content-title,
  .order .title,
  .leasing_item .description,
  .text h3,
  h3 {
    margin-bottom: 8px;
  }
  .cooperation form,
  .card_right,
  .uniqueness_wrapper.distance,
  .cases_items {
    margin-top: 14px;
  }
  .cases_item span {
    margin-bottom: 3px;
  }
  .cases .btn,
  .cases_review.distance {
    margin-top: 34px;
  }
  .main_right img {
    margin: 0 auto;
  }
  .card_benefits,
  .card_items {
    margin-top: 20px;
  }
  .uniqueness_items {
    margin-top: 0;
  }
  .card_items {
    margin-bottom: 20px;
  }
  .guarantees_inner h3,
  .card_wrapper .description {
    margin-bottom: 0;
  }
  .implementation .description {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .profit_card .btn {
    margin-top: 16px;
    margin-bottom: 14px;
  }

  /* padding */
  .guarantees_tab {
    padding: 6px 15px;
  }
  .about .production_wrapper .card,
  .delivery .production_wrapper .card {
    padding: 18px 20px;
  }
  .for_items .card,
  .temperature_item.card {
    padding: 16px 20px 20px 20px;
  }
  .second-guarantees .guarantees_tab {
    padding: 6.5px 15px;
  }
  .cooperation_wrapper,
  .profit_card.card,
  .implementation_bottom,
  .implementation_item.card {
    padding: 15px 20px;
  }
  .card_benefits,
  .inner {
    padding-top: 20px;
  }
  .solution_item {
    padding: 15px 10px;
  }
  .popup_content {
    padding: 26px 20px 20px 20px;
  }
  .delivery .benefits_item,
  .solution .card,
  .second-benefits .benefits_item,
  .equipment_card.card,
  .card_wrapper {
    padding: 20px;
  }
  .footer_links,
  .footer nav ul,
  .footer_items {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card_wrapper .btn {
    padding: 0 12px;
  }
  .contacts .card .description {
    padding-bottom: 5px;
  }
  .exposition_left-item {
    padding: 5px 10px;
  }
  .header_wrapper {
    padding: 5px 0;
  }
  .info_item {
    padding: 15px;
  }
  .our_card-content,
  .contacts_wrapper,
  .leasing_item,
  .cycle_slide,
  .guarantees_content,
  .info_card .text,
  .card {
    padding: 14px 20px 20px 20px;
  }
  .exposition .card,
  .faq_item,
  .product_content,
  .products_item-content {
    padding: 15px 20px 20px 20px;
  }
  .characteristics_item,
  .uniqueness_item {
    padding: 10px 20px;
  }
  .equipment_card-title {
    padding-bottom: 15px;
  }
  .second-problems .problems_card {
    padding: 42px 20px 14px 20px;
  }
  .map_card {
    padding: 40px 20px;
  }
  .reviews_slide-img {
    padding: 20px 13px;
  }
  .production_number {
    padding-right: 20px;
  }
  /* grid */
  .our_card-items,
  .second-problems .problems_wrapper,
  .main_benefits,
  .card_benefits,
  .footer_items,
  .benefits_items,
  .products_items {
    grid-template-columns: repeat(1, 1fr);
  }
  /* size */
  .for_item {
    width: 270px;
    height: 270px;
  }
  .delivery .second_production .card {
    width: 270px;
  }
  textarea {
    height: 100px;
  }
  .blockquote_left img {
    width: 120px;
    height: 120px;
  }
  .implementation .description {
    max-width: 200px;
    width: 100%;
  }
  .characteristics_item svg {
    width: 20px;
    height: 20px;
  }
  .cases_review span,
  .mobile_menu,
  .main_item {
    width: 100%;
  }
  .products_premium-head {
    height: 28px;
  }
  .uniqueness_left img {
    max-width: 280px;
  }
  .production_card img,
  .profit_item {
    max-width: 100%;
  }
  .production_card img {
    height: 180px;
  }
  .main_right img {
    max-width: 240px;
  }
  .exposition_item {
    width: 60px;
  }
  .about .production_wrapper .card svg,
  .delivery .production_wrapper .card svg,
  .benefits_item svg,
  .products_benefit svg {
    width: 50px;
    height: 50px;
  }
  .our_card-img,
  .info_card-img {
    height: 188px;
  }
  .map iframe {
    height: 300px;
  }
  .products_item img {
    height: 335px;
  }
  .exposition_left-item,
  .products_item .btn {
    height: 30px;
  }
  .cycle_slide img,
  .guarantees_content img {
    width: 200px;
    height: 150px;
  }
  .cases_slider .slick-list,
  .cases_slider img {
    height: 221px !important;
  }
  .info_item-btn,
  .reviews_slider .slick-next,
  .reviews_slider .slick-prev,
  .main_slider .slick-next,
  .main_slider .slick-prev,
  .equipment_card-title svg,
  .news_items .slick-prev,
  .news_items .slick-next,
  .cycle_slider .slick-prev,
  .cycle_slider .slick-next,
  .card_slider .slick-prev,
  .card_slider .slick-next,
  .faq_item.active .faq_item-btn,
  .cases_slider .slick-prev,
  .cases_slider .slick-next {
    width: 30px;
    height: 30px;
  }
  .cases_review span {
    max-width: 260px;
  }
  .delivery .for .for_links .btn,
  .delivery .for .for_links svg,
  .map .btn,
  .profit_card .btn,
  .implementation .btn,
  .card_wrapper .btn,
  .footer_telegram svg,
  .footer .btn,
  .news .btn,
  .contacts .btn,
  input,
  .exposition .hidden.btn,
  .production_card .btn,
  .exposition_left .btn,
  .cases .btn {
    height: 40px;
  }
  .card_benefits svg,
  .footer_telegram svg {
    width: 40px;
    height: 40px;
  }
  .reviews .title,
  .second-guarantees .guarantees_content img,
  .news .title,
  .cycle .title {
    width: 200px;
  }
  .second-guarantees .guarantees_content img {
    height: 200px;
  }
  .profit_item svg,
  .faq_item-btn {
    width: 18px;
    height: 18px;
  }
  .popup_close svg {
    width: 15px;
    height: 15px;
  }
  .delivery .benefits_item-title {
    min-height: auto;
  }
  .reviews_slide-img img {
    width: 113px;
    height: 158px;
  }
  .characteristics img,
  .card_slider img {
    height: auto;
  }
  /* order */
  .uniqueness_right .subtitle,
  .guarantees_inner h3 {
    order: 1;
  }
  .uniqueness_items,
  .cycle_slide img,
  .guarantees_content img {
    order: 2;
  }
  .uniqueness_left img,
  .guarantees_content .text {
    order: 3;
  }
  .guarantees_link {
    order: 4;
  }

  /* positions */
  .faq_item.active .faq_item-btn,
  .faq_item-btn {
    top: 20px;
  }
  .reviews_slider .slick-prev,
  .reviews_slider .slick-next,
  .news_items .slick-prev,
  .news_items .slick-next,
  .cycle_slider .slick-prev,
  .cycle_slider .slick-next {
    top: 50px;
  }
  .cases_slider .slick-prev {
    left: 10px;
  }
  .cases_slider .slick-next {
    right: 10px;
  }
  .faq_item-btn,
  .reviews .slick-next,
  .card_slider .slick-next,
  .faq_item.active .faq_item-btn,
  .info_card-number,
  .news_items .slick-next,
  .cycle_slider .slick-next {
    right: 20px;
  }
  .reviews_slider .slick-prev,
  .news_items .slick-prev,
  .cycle_slider .slick-prev {
    left: auto;
    right: 70px;
  }
  .card_slider .slick-prev {
    left: 20px;
  }
  .popup_close {
    top: 15px;
    right: 15px;
  }
  .reviews,
  .news,
  .cycle {
    position: relative;
  }
  .reviews .slick-slider,
  .map_card,
  .second-benefits .benefits_item,
  .second-benefits .benefits_item svg,
  .main_item,
  .news .slick-slider,
  .cycle .slick-slider {
    position: static !important;
  }
  .our_card-img h3 {
    bottom: 15px;
  }
  /* others */
  .news_items .slick-prev,
  .news_items .slick-next,
  .cycle_slider .slick-prev,
  .cycle_slider .slick-next {
    background-size: auto;
  }
  .main_items {
    margin-top: 18px;
    gap: 10px;
  }
  .main_item-header {
    display: flex;
    justify-content: space-between;
    background: var(--fon);
  }
  .main_item.active .main_item-header {
    background: var(--zolotoy);
  }
  .main_item-content {
    opacity: 1;
    border-radius: 0 0 5px 5px;
  }
  .main_sticker {
    top: -20px;
    width: 65px;
    height: 65px;
  }
  .main_wrapper {
    padding: 35px 0 40px 0;
    gap: 40px;
  }
  .info_card-number {
    font-size: 60px;
    bottom: -25px;
  }
  .benefits_item {
    position: relative;
    padding: 18px 20px;
    min-height: auto;
  }
  .benefits_item-title {
    margin-bottom: 10px;
    align-items: normal;
  }
  .order .btn {
    width: auto;
    text-align: center;
  }
  .leasing_items {
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: scroll;
    display: flex;
    gap: 15px;
  }
  .leasing_item {
    width: 270px;
    flex-shrink: 0;
  }
  .form_label {
    font-size: 12px;
    text-align: start;
  }
  .footer nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_buttons {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 20px;
  }
  .footer .btn {
    width: 100%;
  }
}
.header_item, .footer_item {
  white-space: wrap;
}
  .footer_links {
    flex-direction: column;
    align-items: flex-start;
  }
  .crumbs {
    gap: 8px;
    margin-bottom: 27px;
  }
  .problems_card {
    padding: 75px 20px 20px 20px;
    width: 270px;
    height: 270px;
  }
  .characteristics_item {
    border: none;
  }
  .second-problems .problems_card {
    background-position: top;
  }
  .second-benefits .benefits_item svg {
    transform: translateY(0);
  }
  .solution_item {
    word-break: break-word;
    gap: 5px;
    height: auto;
  }
  .implementation_items {
    position: relative;
  }

  .implementation_items::after {
    content: "";
    position: absolute;
    right: 0;
    top: 63px;
    bottom: 50px;
    width: 1px;
    background: var(--siniy);
  }
  .map_card {
    background: var(--belyy);
    border-radius: 0;
  }
  .delivery .benefits_item svg {
    position: static;
    transform: none;
  }
  .btn {
    letter-spacing: 0;
  }
  .delivery .production_wrapper {
    overflow: scroll;
  }
  .delivey .production_number {
    border: none;
  }
  .delivery .second_production .card {
    flex-shrink: 0;
  }
}

/* End */


/* Start:/local/templates/metinkom/css/cookies.css?1770971039732*/
#cookieBanner {
	display: none;
	gap: 5px;
	align-items: center;
	justify-content: center;
	position: fixed;
	max-width: 900px;
	z-index: 10;
	bottom: 15px;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
	padding: 10px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookieBanner.show {
	display: flex;
}

#cookieBanner p {
	margin: 0;
	font-size: 0.7rem;
	line-height: 1.2;
	text-align: left;
	color: black;
}

#cookieBanner > button {
	width: 270px;
	font-size: 10px;
	line-height: 25px;
	color: white;
	background: black;
	padding: 5px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: none;
}
#cookieBanner > button:hover {
	background-color: #FF3D00;
}
/* End */


/* Start:/local/templates/metinkom/css/simple-validate.css?1769007962705*/
input.error,
textarea.error,
div.dropdown-block.bx-ui-sls-input-block.error
{
    border: 1px solid red !important;
    color: red !important;
}

label.error
{
    color: red !important;
}

.error-text {
    display: none;
    color: red;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder
{
   color: rgb(255, 120, 124);
}

input.error:-moz-placeholder,
textarea.error:-moz-placeholder
{ /* Firefox 18- */
   color: rgb(255, 120, 124);  
}

input.error::-moz-placeholder,
textarea.error::-moz-placeholder
{  /* Firefox 19+ */
   color: rgb(255, 120, 124);  
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder
{  
   color: rgb(255, 120, 124);  
}
/* End */


/* Start:/local/templates/metinkom/template_styles.css?177927955311927*/
.totop {
  position: fixed;
  bottom: 80px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: #fff url("../../../../../../local/templates/metinkom/img/ico-chevron-up.svg") no-repeat center;
  border-radius: 500px;
  opacity: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
  -webkit-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

.totop_active {
  bottom: 50px !important;
  opacity: 1 !important;
}

#nonthanks .popup_title {
	color: var(--bordovyy);
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	max-height: 500px;
	overflow-y: auto;
}
@media (max-width: 1199.98px) {
  .totop {
    bottom: 50px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .totop_active {
    bottom: 20px !important;
  }
}

.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }                             
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }         
.pr-1 { padding-right:.25rem!important; }                       
.pb-1 { padding-bottom:.25rem!important; }      
.pl-1 { padding-left:.25rem!important; }                            
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }                                              
.pr-2 { padding-right:.5rem!important; }                                
.pb-2 { padding-bottom:.5rem!important; }               
.pl-2 { padding-left:.5rem!important; }                                             
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }                               
.pr-3 { padding-right:1rem!important; }             
.pb-3 { padding-bottom:1rem!important; }                
.pl-3 { padding-left:1rem!important; }                              
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }                             
.pr-4 { padding-right:1.5rem!important; }               
.pb-4 { padding-bottom:1.5rem!important; }              
.pl-4 { padding-left:1.5rem!important; }                                
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }   
.pr-5 { padding-right:3rem!important; } 
.pb-5 { padding-bottom:3rem!important; }    
.pl-5 { padding-left:3rem!important; }  
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }

.fifestep_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.fifestep_tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.fifestep_tab {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: var(--fon);
  padding: 0 20px;
  height: 80px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}

.fifestep_tab.active {
  color: var(--chernyy-2);
  background: var(--belyy);
}


.fifestep_tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9.5px;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'><path d='M13.4855 8.1855C11.5603 10.6048 8.43971 10.6048 6.51454 8.1855L0 0H20L13.4855 8.1855Z' fill='white'/></svg>");
}

.fifestep_content {
  display: none;
}

.card,
.cycle_slide,
.fifestep_content {
  padding: 20px 25px;
  border-radius: 10px;
  background: var(--belyy);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--belyy);
}

.fifestep_content.active {
  display: flex;
  gap: 40px;
}

.fifestep_content img {
  max-width: 380px;
  height: 285px;
  border-radius: 5px;
  object-fit: cover;
}

.fifestep_link {
  font-weight: 700;
  color: var(--siniy);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: var(--transition);
}

.fifestep_link:hover {
  color: var(--zolotoy);
  transition: var(--transition);
}

.fifestep_link svg path {
  transition: var(--transition);
}

.fifestep_link:hover svg path {
  stroke: var(--zolotoy);
  transition: var(--transition);
}
.second-guarantees .fifestep_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.second-guarantees .fifestep_tab {
  color: var(--chernyy-2);
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  padding: 13px 25px;
  font-size: 16px;
  height: auto;
}

.second-guarantees .fifestep_tab.active {
  color: var(--belyy);
  background: var(--chernyy-2);
}

.second-guarantees .fifestep_content img {
  max-width: 400px;
  height: 400px;
}

.steps .fifestep_content {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .reviews_slide,
  .contacts_contacts,
  .leasing_wrapper,
  .fifestep_content.active,
  .reviews_slide .description:last-child,
  .cooperation_buttons,
  .implementation_bottom,
  .card_inner {
    flex-direction: column;
  }
  .fifestep_tabs {
    justify-items: start;
  }
  .reviews_slide .description:last-child,
  .cooperation_buttons {
    align-items: flex-start;
  }
  .fifestep_tab.active::after,
  .company_left img,
  .reviews_slide .description:last-child span,
  .card_slider-nav {
    display: none;
  }
  .fifestep_tabs {
    grid-template-columns: repeat(1, 1fr);
  }
  .fifestep_tab {
    padding: 15px;
    height: auto;
    min-height: 29px;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .fifestep_inner {
    display: contents;
  }
  .fifestep_content.active {
    display: flex;
    flex-direction: column;
  }
  .fifestep_content.active {
    gap: 15px;
  }
  .steps .fifestep_wrapper {
    gap: 0;
  }
  .second-guarantees .fifestep_tab {
	font-size: 14px;
	}
  .fifestep_inner .text ul {
    margin-top: 10px;
  }
  .fifestep_inner h3 {
    margin-bottom: 0;
  }
  /* padding */
  .fifestep_tab {
    padding: 6px 15px;
  }
  .second-guarantees .fifestep_tab {
    padding: 6.5px 15px;
  }
  .fifestep_content {
    padding: 14px 20px 20px 20px;
  }
  .fifestep_content img {
    width: 200px;
    height: 150px;
  }
  .second-guarantees .fifestep_content img {
    width: 200px;
  }
  .second-guarantees .fifestep_content img {
    height: 200px;
  }
  /* order */
  .fifestep_inner h3 {
    order: 1;
  }
  .fifestep_content img {
    order: 2;
  }
  .fifestep_content .text {
    order: 3;
  }
  .fifestep_link {
    order: 4;
  }
}
.benefits_item {
    text-align: start;
}
.exposition_left a.exposition_left-item {
	color: var(--chernyy-2);
}
.exposition_left a.exposition_left-item:hover {
	color: var(--siniy);
}
.description h4 {
    font-weight: bolder;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
}
.description a:hover {
	color: var(--zolotoy);
}
/* Стили для лоадера */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.loader-text {
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 18px;
}
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid var(--fon);
    border-top: 5px solid var(--siniy);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.form_label a:hover {
    color: var(--chernyy-2);
}
/* lazy loading */
/* images */
img.lazy {
    background: #f6f7f8; /* Серый фон-подложка */
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 200% 100%; /* Нужно для анимации движения */
    animation: placeholderShimmer 1s linear infinite; /* Анимация пульсации */
}

/* Анимация движения градиента */
@keyframes placeholderShimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Когда картинка загрузилась — убираем фон */
img.lazy.loaded {
    background: none;
    animation: none;
}

/* background */
.lazy-bg {
/*  background-color: #f0f0f0;*/
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazy-bg.loaded {
  opacity: 1;
}
.telegram-btn span.ui-icon-service-max {
	--ui-icon-service-bg-color: transparent;
	width: 30px;
}
.header_item span.ui-icon-service-max {
	width: 20px;
}
.profit_contact span.ui-icon-service-max {
	width: 24px;
}
/* End */
/* /local/templates/metinkom/css/fancybox.css?175953162217606 */
/* /local/templates/metinkom/css/slider.css?17633914501893 */
/* /local/templates/metinkom/css/styles.css?177668199473813 */
/* /local/templates/metinkom/css/cookies.css?1770971039732 */
/* /local/templates/metinkom/css/simple-validate.css?1769007962705 */
/* /local/templates/metinkom/template_styles.css?177927955311927 */
