/* HERO BLOCK */
.btn_with-arrow {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.btn_with-arrow img {
	margin-left: -15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	transform: translate(-20px, 20px);
}

.btn_with-arrow:hover img {
	margin-left: 0;
	opacity: 1;
	visibility: visible;
	margin-right: 24px;
	transform: translate(10px);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hero_block-container {
	padding-top: 180px;
	/* height: 100vh; */
	/* min-height: 800px; */
}

.hero_block_sliders {
	display: flex;
	gap: calc(var(--gap) * 2);
}

.hero_block_slider_img {
	width: 53%;
	border-radius: var(--border-radius);
	overflow: hidden;
	isolation: isolate;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero_block_slider_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero_block_slider_wrapper {
	/* padding-top: clamp(3.125rem, 2.563rem + 2.81vw, 5.938rem); */
	padding: 50px 60px;
	display: flex;
	flex-direction: column;
	gap: clamp(1.5rem, 0.9rem + 3vw, 4.5rem);
	background: var(--clr-primary);
	border-radius: var(--border-radius);
	color: var(--clr-wrapper);
}

.hero_block_slider_wrapper .swiper-pagination {
	width: 65%;
	height: 6px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.6);
	overflow: hidden;
	isolation: isolate;
}

.hero_block_slider_wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	border-radius: 5px;
	background: var(--clr-wrapper);
}


.hero_block_slider_nav {
	position: absolute;
	bottom: clamp(1.875rem, 1.25rem + 0.75vw, 2.625rem);
	right: clamp(1.875rem, 1.25rem + 0.75vw, 2.625rem);
}

.hero_block_slider_nav .swiper-button-next,
.hero_block_slider_nav .swiper-button-prev {
	transition: all .5s;
	padding: 0;
	opacity: 0.7;
}

.hero_block_slider_nav .swiper-button-next:hover path,
.hero_block_slider_nav .swiper-button-prev:hover path {
	fill: none;
}

.hero_block_slider_nav .swiper-button-next:hover,
.hero_block_slider_nav .swiper-button-prev:hover {
	opacity: 1;
}

.swiper-pagination-total {
	opacity: 0.5;
}

.hero_block_wrapper .container-xs {
	padding: 0;
}

.about_slider_img {
	/*border-radius: var(--border-radius);*/
	width: 100%;
	height: 100%;
}

.slider_nav {
	display: flex;
	align-items: center;
	gap: 10px;
	width: max-content;
}

.about_content_left {
	height: auto;
	display: flex;
	flex-direction: column;
	flex: 1 1;
}

.about_content_right {
	flex: 1 1;
	display: flex;
	flex-wrap: wrap;
}

.pb24 {
	padding-bottom: 24px;
}

.about_content-item {
	flex: 1;
	min-height: clamp(15.625rem, 12.839rem + 7.74vw, 22.125rem);
	width: 100%;
	padding: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem) clamp(1.25rem, 0.975rem + 1.38vw, 2.625rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	position: relative;
}

.about_block-heading .h3 {
	font-weight: 500;
}

.about_content-item.white-clr,
.about_content-item.white-clr a {
	color: #fff;
}

.about_block_more {
	text-decoration: underline;
	font-size: 14px;
}

.about_block_intro {
	max-width: 360px;
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.about_content_left .about_content-item:nth-child(2) {
	padding: 0;
	overflow: hidden;
	border-radius: 0px 0px var(--border-radius) var(--border-radius);
}

.about_content-item:hover img {
	scale: 1.1;
}


.about_content {
	display: flex;
	gap: 24px;
}

sup {
	font-size: xx-small;
}

.about_content_right .about_content-item {
	flex: 1 1 35%;
	background-size: cover;
	background-position: center;
}

/* .about_content_left .about_content-item {
    flex: 1;
} */

.about_content_left .about_content-item:first-child {
	background-color: #fff;
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	background-image: url('/img/upload/Frame 97 (1).png');
	background-position: inherit;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


.about_content_left .about_content-item img {
	height: 100%;
	width: 100%;
	flex: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.about_content_right .about_content-item:nth-child(1) {
	border-top-left-radius: var(--border-radius);
}

.about_content_right .about_content-item:nth-child(2) {
	border-top-right-radius: var(--border-radius);
}

.about_content_right .about_content-item:nth-child(3) {
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}

.about_content_right .about_content-item:nth-child(3):hover a {
	color: #fff !important;
}

.about_excursion {
	display: flex;
	justify-content: space-between;
	position: relative;
	gap: 24px;
}

.about_excursion_left {
	background-image: url('/img/upload/Frame 221.png');
	background-position: left;
	background-repeat: no-repeat;
	background-size: 686px 100%;
}

.about_excursion_left img {
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 51%;
}

.about_excursion_item {
	flex: 1;
}

.about_excursion_wrapper {}

.about_excursion_disc {
	max-width: 686px;
}

.swiper-button-next,
.swiper-button-prev {
	margin: 0;
	position: static;
	width: auto;
	height: auto;
	padding: 10px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	min-width: 18px;
}

.swiper-pagination {
	position: static;
	font-weight: bold;
	width: max-content;
}

.swiper-button-next:hover path,
.swiper-button-prev:hover path {
	fill: var(--clr-accent);
}

.hero_block_wrapper .hero_block_img {
	display: none;
}

.hero_block_content {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: clamp(1.875rem, 1.446rem + 1.19vw, 2.875rem);
	/* font-weight: 500; */
	/* width: 54%; */
}

.hero_block_content .text-content {
	width: 54%;
}

.hero_block_content_company_desc {
	max-width: 826px;
}



/* PREIMS */

/* PRODUCTS */

.products_section {
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	background: var(--clr-wrapper);
	background-position: right !important;
	background-repeat: no-repeat !important;
}

.products_section:has(.pt160) {
	padding-top: clamp(3.75rem, 2.125rem + 8.13vw, 11.875rem);
}

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

.about-slide {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	height: auto;
}

.about-slide .text-content {
	font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
	max-width: 686px;
}

.about_slide_nav a {
	color: var(--clr-primary);
	white-space: nowrap;
	font-weight: bold;
}

.about_slide_nav a:hover {
	color: var(--clr-primary) !important;
}

.about_slide_nav {
	padding-top: clamp(1.875rem, 1.725rem + 0.75vw, 2.625rem);
	padding-bottom: clamp(1.25rem, 0.825rem + 2.13vw, 3.375rem);
	display: flex;
	gap: 42px;
	flex-wrap: wrap;
	max-width: 686px;
	border-bottom: 1px solid #A8A9BD;
}

.about-slider_nav {
	padding-top: clamp(0.75rem, 0.6rem + 0.75vw, 1.5rem);
}

.history_slider_text2 {
	overflow: visible;
}

.history_slider_text3 {
	position: relative;
	width: 100%;
}

.history_slider_text4 {
	position: relative;
	width: 100%;
	flex-grow: 1;
}

.history_slider_text4 .swiper-slide {
	opacity: 0.7;
}

.history_slider_text {
	width: 50%;
	flex-shrink: 0;
	height: auto;
}
.history_slider_text .swiper-slide {
    display: flex;
}
.slider_control {
	display: flex;
	flex-direction: column;
	width: calc(50% - 70px);
	gap: 90px;
	align-self: normal;
}

.history_sliders {
	display: flex;
	gap: 70px;
	margin-bottom: 30px;
	/* align-items: flex-start; */
}

.about-slide {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	/* height: auto;*/
}

.swiper-wrapper {
	will-change: transform;
}

.history_slider_text>.swiper_wrapper {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	/* transition: opacity 1s; */
}

.history_slider_text>.swiper_wrapper.active {
	visibility: visible;
	opacity: 1;
	position: relative;
}

.history_slider_text3>.swiper_wrapper {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	/* transition: opacity 1s; */
}

.history_slider_text3>.swiper_wrapper.active {
	visibility: visible;
	opacity: 1;
	position: relative;
}

.history_slider_text3>.h2 {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.history_slider_text3>.h2.active {
	visibility: visible;
	opacity: 1;
	position: relative;

	margin-bottom: 30px;
}

.history_slider_text4>.swiper_wrapper {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	/* transition: opacity 1s; */
}

.history_slider_text4>.swiper_wrapper.active {
	visibility: visible;
	opacity: 1;
	position: relative;
}

.history_slider_text2 .swiper-slide {
	cursor: pointer;
	color: #2D2B5B;
	display: flex;
	flex-direction: column;
	position: relative;
	white-space: nowrap;
	font-size: 20px;
    font-weight: 600;
}

.history_slider_text2 .swiper-wrapper {
	border-top: 1px solid #A6CCF6;
	padding-top: 23px;
	width: max-content;
}

.history_slider_text2 .swiper-slide::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #2D2B5B;
	border-radius: 50%;
	position: absolute;
	top: -24px;
	transform: translateY(-50%);
	transition: all .5s;
}

.history_slider_text2 .swiper-slide.active {
	color: var(--clr-primary);
}

.history_slider_text2 .swiper-slide.active::before {
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
}

.history_slider_text2 .swiper-slide.active::after {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	border: 1px solid #2D2B5B;
	border-radius: 50%;
	top: -24px;
	transform: translateY(-50%) translateX(-20%);
	transition: all .5s;
}

.history-slider_pagination {
	margin-top: 80px;
	display: flex;
	align-items: center;
	gap: 240px;
}

.history-slider_pagination::before {
	content: "";
	width: 200%;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background: #2D2B5B;
}

.history-slider_pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #2D2B5B;
	opacity: 1;
}

.history-slider_pagination .swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}



.history-slider_pagination .swiper-pagination-bullet-active::after {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	border: 1px solid #2D2B5B;
	border-radius: 50%;
}

/* .about-slide_text_wrapper {
    max-width: 686px;
}
 */
.about_slider-img_box,
.about-slide_text_wrapper {
	flex: 1 1;
}

.about-slide_text_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about-slide_text_wrapper {
	flex: 1 1;
}

.history-slide_text_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* flex: 1 1; */
	margin-top: auto;
}

.history-slide_text_wrapper .text-content {
	width: 80%;
}

.history_slider_text {
	/* overflow: visible; */
}

.history-slider_nav {
	/* padding-top: clamp(0.75rem, 0.6rem + 0.75vw, 1.5rem); */
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.about_slider-img_box,
.about_slider-img_box img {
	max-width: 828px;
	width: 100%;
	flex: 1 1;
	position: relative;
	/* transform: scaleY(1.05); */
}

.about_slider-img_box a.play {
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
	will-change: transform;
}

.about_slider-img_box button.play svg path,
.about_slider-img_box button.play svg circle {
	transition: all .5s;
}

.about_slider-img_box a.play:hover {
	transform: translate(-50%, -50%) scale(1.05);
}

.about_slider-img_box a.play:active {
	/* transform: translate(-50%, -50%) scale(1.0); */
	animation-name: scaleInUp;
	animation-direction: normal;
	animation-duration: .3s;
	animation-timing-function: ease-in-out;
}

@keyframes scaleInUp {
	0% {
		transform: translate(-50%, -50%) scale(1.05);
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
	}

	/* 100% {
    transform: translate(-50%, -50%) scale(1.05);
  } */
}

/* .about-slide {
    display: flex;
    align-items: start;
    justify-content: space-between;
    height: auto;
    gap: 24px;
}



.about-slide_text_wrapper {
    width: 50%;
    max-width: 686px;
}
*/
.about_section {
	background-position: right;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background: var(--clr-wrapper);
	overflow: hidden;
}

.sale_wrapper {
	display: flex;
	gap: 24px;
}



.sidebar_body {
	border-radius: 10px;
	background: #f3f3f3;
	padding: 52px 42px;
	position: sticky;
	top: 80px;
	/* width: 400px; */
	width: 100%;
	flex-shrink: 0;
}

.sidebar {
	width: 24%;
	min-width: 350px;
	flex-shrink: 0;
}

.products_wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.products_wrapper_top,
.products_wrapper_bottom {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.products_item {
	width: 100%;
	height: auto;
	min-height: clamp(15.625rem, 8.276rem + 11.85vw, 22.5rem);
	padding: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	background-size: cover;
	background-position: right;
	border-radius: var(--border-radius);
	background-repeat: no-repeat;
	position: relative;
	flex: 1 1 300px;
	overflow: hidden;
}

.sale_list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-gap: var(--gap);
	align-content: space-between;
}

.sale_item {
	width: 100%;
	height: auto;
	/* min-height: clamp(15.625rem, 8.276rem + 11.85vw, 22.5rem); */
	/* padding: clamp(1.125rem, 1.125rem + 0.63vw, 1.675rem); */
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	background-size: cover;
	background-position: right;
	border-radius: var(--border-radius);
	background-repeat: no-repeat;
	position: relative;
	flex: 1 1 300px;
	overflow: hidden;
	border: 1px solid #E7E7E7;
}

.sale_item_body {
	display: flex;
	flex-direction: column;
	gap: 30px;
	/* padding: clamp(1.125rem, 1.125rem + 0.63vw, 1.675rem); */
}

.sale_text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.sale_img {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: var(--border-radius);
	overflow: hidden;
	isolation: isolate;
	cursor: pointer;
}

.sale_img img {
	width: 100%;
	height: 100%;
	transition: all .5s;
	will-change: transform;
	cursor: pointer;
}

.sale_img .before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	z-index: 2;
}

.sale_item .mark {
	position: absolute;
	top: 20px;
	right: 20px;
	transition: all .5s;
	background: #D44E4F;
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff;
	z-index: 1;
}

.sale_img:hover img {
	transform: scale(1.05);
}

.sale_img:hover .before {
	opacity: 1;
}

.sale_filter_form {
	margin-top: 18px;
}

.objects__services_list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	height: auto;
	max-height: 2500px;
	overflow: hidden;
	transition: all .5s;
	/* padding-top: 18px; */
}

.objects__services_item {
	display: flex;
	flex-direction: column;
	gap: 18px;
	transition: all .5s;
	/* padding-top: 18px; */
}

.objects__services_item .value {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.sale_filter_item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	cursor: pointer;
	transition: all .5s;
}

.objects__services_item svg {
	transform: perspective(100px) rotateX(0deg);
}

.objects__services_item svg,
.objects__services_item svg path {
	transition: all .5s;
}

.objects__services_item.hide svg {
	transform: perspective(100px) rotateX(180deg);
}

.objects__services_item.hide {
	gap: 0;
}

.objects__services_item:hover {
	color: var(--clr-primary);
}

.objects__services_item:hover svg path {
	stroke: var(--clr-primary);
}

.objects__services_item.hide .objects__services_list {
	max-height: 0;
}

.sale_filter_item:hover .checkbox {
	border-color: #D44E4F;
}

.sale_filter_item:hover {
	color: #D44E4F;
}

.sale_filter_item input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.sale_filter_item input:checked+.checkbox {
	background: #D44E4F;
	border-color: #D44E4F;
}

.sale_filter_item input:checked+.checkbox::before {
	opacity: 1;
}

.sale_filter_item .checkbox::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/icons/ok.svg);
	/* width: 12px; */
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: all 0.5s;
	display: block;
}

.sale_filter_item .checkbox {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	transition: all .5s;
}

.docs_item {
	width: 100%;
	height: auto;
	/* min-height: clamp(15.625rem, 8.276rem + 11.85vw, 22.5rem); */
	padding: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	background-size: cover;
	background-position: right;
	border-radius: var(--border-radius);
	background-repeat: no-repeat;
	position: relative;
	flex: 1 1 300px;
	overflow: hidden;
}

.docs_item .products_item_more {
	margin-left: auto;
}

.docs_item .products_item_more svg {
	visibility: visible;
	opacity: 1;
	margin-left: auto;
}

.docs_item .products_item_more svg path {
	transition: all .5s;
}

.docs_item:hover .products_item_more svg path {
	transform: translate(50%, -20%) rotate(45deg);
}

.docs_item .products_item_more img {
	width: 23%;
	flex-shrink: 0;

}

.docs_item_body {
	margin-top: clamp(15px, 1em + 1vw, 40px);
}

.docs_item_desc {
	margin-top: clamp(9px, 0.75em + 1vw, 20px);
	font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
}

.product_img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: clamp(12.5rem, 2.5rem + 13.33vw, 18.5rem);
	max-height: 280px;
	border-radius: var(--border-radius);
}

.products_item a:hover {
	color: #fff !important;
}


.products_item .products_item_inner,
.products_item .products_item_inner li {
	list-style-type: none;
}

.products_item_heading-title {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.products_item:hover,
.products_item:hover a {
	color: #fff !important;
}

.products_item .products_item_inner {
	display: flex;
	flex-direction: column;
	gap: clamp(0.313rem, -0.605rem + 1.13vw, 0.75rem);
}

.products_item .products_item_inner a {
	color: #fff;
	font-size: clamp(1rem, 0.167rem + 1.11vw, 1.5rem);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.products_item .products_item_inner a:hover {
	text-decoration: underline;
}

.products_item_heading {
	position: relative;
	z-index: 10;
}

.products_item_desc {
	max-width: 400px;
	font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
}

.products_item:hover a {
	color: #fff !important;
}

.products_item_overlay {
	visibility: hidden;
	opacity: 0;
	border-radius: var(--border-radius);
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: transparent;
}

.products_item:hover .products_item_overlay {
	background-color: #004797ed;
	visibility: visible;
	opacity: 1;
}

.docs_item:hover .products_item_overlay {
	background-color: #697b8f65;
	visibility: visible;
	opacity: 1;
}

.products_wrapper_bottom .products_item:last-child {
	justify-content: center;
	align-items: center;
	text-align: center;
	background-image: url('/frame-26.png') !important;
	color: #fff !important;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: var(--clr-primary);
}

.products_wrapper_bottom .products_item:last-child a {
	color: #fff !important;
}

.products_wrapper_bottom .products_item:last-child svg {
	display: none;
}

.products_item-h {
	visibility: hidden;
	opacity: 0;
	position: relative;
	z-index: 10;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: #fff;
}

.products_item_more {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 15px;
}

.products_item_more svg {
	visibility: hidden;
	opacity: 0;
	min-width: 41px;
}

.products_item:hover .products_item_more h3,
.products_item:hover .products_item-h,
.products_item:hover .products_item_more svg {
	opacity: 1;
	visibility: visible;
}

.products_catalog_inners .products_item img {
	position: static;
	max-height: clamp(13.75rem, 11.125rem + 13.13vw, 26.875rem);
	flex: 1 1 50%;
	padding: 15px;
	object-fit: contain;
}

.products_catalog_inners .products_item .products_item_heading {
	flex: 1 1 50%;
	padding-bottom: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
	padding-top: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
	padding-right: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}

.products_catalog_inners .products_item .products_item_more {
	justify-content: flex-end;
	display: flex;
	align-items: end;
	flex-direction: column;
	justify-content: space-between;
}

.products_catalog_inners .products_item {
	padding: 0;
}

.products_catalog_inners .products_item .products_item_heading-title {
	height: 100%;
}

.products_catalog_inners_item {
	row-gap: clamp(1.5rem, -0.575rem + 10.38vw, 11.875rem);
}

.products_catalog_inners .products_item:hover,
.products_catalog_inners_item .products_item:hover {
	color: var(--clr-text) !important;
}

.products_catalog_inners .products_item {
	display: flex;
	flex-direction: row-reverse;
	flex: 1 1 430px;
	gap: 0;
}

.products_catalog_inners .products_item:hover,
.products_catalog_inners_item .products_item:hover {
	translate: 0px -10px;
	transition: all 0.5s ease-out;
}

.products_catalog_inners_item .products_item_heading-title {
	justify-content: center;
	text-align: center;
}

.products_catalog_inners .products_item .products_item_title {
	text-align: right;
	position: absolute;
	bottom: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
	right: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}

.products_catalog_inners_item .product_img {
	position: absolute;
	object-fit: contain;
	max-height: unset;
	height: clamp(13.75rem, 11.9rem + 9.25vw, 23rem);
	left: 50%;
	transform: translate(-50%, -50%);
	top: clamp(2.813rem, 8.813rem + -5vw, 7.813rem);
}

.products_catalog_inners_item .products_item {
	overflow: visible;
	min-height: unset;
	gap: 15px;
}

/*EXPERIENCE */

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

.experience_item {
	padding: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem) clamp(1.875rem, 1.75rem + 0.63vw, 2.5rem);
	flex: 1 1 340px;
	background-color: var(--clr-secondary);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-ms-border-radius: var(--border-radius);
	-o-border-radius: var(--border-radius);
	text-align: center;
	font-weight: bold;
}


.experience_item .counter {
	font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
	padding-bottom: 5px;
	font-family: var(--font_accent);
}

/*EXPERIENCE */


/* FEEDBACK FORM */

.feedback_form_container {
	background-color: var(--clr-secondary);
	color: var(--clr-text);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: end;
	background-repeat: no-repeat, no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: clamp(1.25rem, 0.563rem + 3.44vw, 4.688rem) clamp(1.25rem, -0.125rem + 6.88vw, 8.125rem);
	background-position: inherit;
	overflow: hidden;
}

.form_man-pic {
	position: absolute;
	bottom: 0;
	right: 42%;
	/* left: -88px; */
	width: clamp(42.25rem, 23.207rem + 32.33vw, 65rem);
}

.feedback_form-c-inputs {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 18px;
}

.feedback_form-c-inputs .input {
	border: 1px solid #fff;
	flex: 1 1 275px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.custom-button {
	justify-content: center;
}


.feedback_form-c-inputs .input:hover {
	color: #fff !important;
}

.form-box {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: start;
	max-width: 612px;
}

.form-box .btn {
	width: 100%;
}

.feedback_form {
	width: 100%;
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: start;
}

.feedback_form_text-intro {
	font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
	padding-bottom: 12px;
}

.form_mess-wrapper {
	width: 100%;
	display: flex;
	justify-content: start;
}

.feedback_form_text {
	color: #fff;
}

.feedback_form_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.feedback_form_content input,
.feedback_form_content .input {
	flex: 1 1 25%;
	background: rgba(255, 255, 255, 0.10);
	border-radius: var(--btn-border-radius);
	border: 1px solid transparent;
	padding: 18px 21px;
	-webkit-border-radius: var(--btn-border-radius);
	-moz-border-radius: var(--btn-border-radius);
	-ms-border-radius: var(--btn-border-radius);
	-o-border-radius: var(--btn-border-radius);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


.feedback_form-privacy,
.feedback_form-privacy a {
	color: #fff;
}

.feedback_form_content input::placeholder {
	color: rgba(255, 255, 255, 0.30);
}


.feedback_form_content input:hover {
	border: 1px solid rgba(255, 255, 255, 0.50);
}

.feedback_form_content input:hover::placeholder {
	color: rgba(255, 255, 255, 0.50);
	;
}

.feedback_form_content input:focus {
	border: 1px solid #fff;
}

.feedback_form-privacy {
	opacity: 0.5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-weight: 400;
}

.feedback_form-privacy:hover,
.feedback_form-privacy:hover a {
	color: #fff !important;
	opacity: 1;
}

.feedback_form_wrapper_messangers svg {
	width: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
	height: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
}

.feedback_form_wrapper {
	background-image: url('/img/Rectangle 87.png');
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.messangers_box svg,
.social svg {
	transition: all .5s;
}

.messangers_box svg:hover,
.social svg:hover {
	transition: all .5s;
	transform: translateY(-5px);
}

.form_messangers {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 12px;
	margin-top: clamp(1.875rem, 1.75rem + 0.63vw, 2.5rem);
}

.feedback_form_wrapper_messangers a:hover>svg path {
	fill: var(--clr-accent);
}

.form_messangers-text {
	font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
	font-weight: bold;
	font-family: var(--font_accent);
}

/* FEEDBACK FORM */


/* SERTIFICATES */

.sertificates_container {
	border-radius: var(--border-radius);
	background-color: var(--clr-secondary);
	padding: var(--block-vertical-padding);
	padding-left: var(--block-vertical-padding);
	padding-right: 0;
	-webkit-border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-ms-border-radius: var(--border-radius);
	-o-border-radius: var(--border-radius);
	display: flex;
	justify-content: space-between;
	gap: 30px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 70%;
	color: #fff;
}

.sertificates_text {
	width: 100%;
	max-width: 517px;
}

.sertificates_text .btn {
	margin-top: 15px;
}

.sertificates_slider_wrapper {
	max-width: 744px;
	width: 100%;
	position: relative;
}

.sertificates_slider {
	height: 100%;
	overflow-x: hidden;
}

.sertificates_slider .swiper-slide img {
	inset: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-ms-border-radius: var(--border-radius);
	-o-border-radius: var(--border-radius);
}


.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "";
}

/* SERTIFICATES */

.hover-img {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
}

.hover-img::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	width: auto;
	height: auto;
	background-image: url(/img/icons/name=plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgb(0 0 0 / 50%);
	background-size: 40px;
	color: white;
	text-align: center;
	line-height: 1.3;
	opacity: 0;
	display: flex;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: opacity .8s;
	-webkit-transition: opacity .8s;
	-moz-transition: opacity .8s;
	-ms-transition: opacity .8s;
	-o-transition: opacity .8s;
	-webkit-border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	border-radius: var(--border-radius);
}

.sertificates_slider .swiper-slide,
.sertificates_slider .swiper-slide a {
	cursor: pointer;
}

.hover-img:hover::before {
	opacity: 1;
	transition: opacity .8s;
	-webkit-transition: opacity .8s;
	-moz-transition: opacity .8s;
	-ms-transition: opacity .8s;
	-o-transition: opacity .8s;
}

/* CONTACTS */
.map_container {
	position: relative;
}

#map .ymaps-2-1-79-inner-panes,
#map ymaps {
	border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-ms-border-radius: var(--border-radius);
	-o-border-radius: var(--border-radius);
}

.contact-page_wrapper {
	display: flex;
	gap: 40px;
}


.contact-page-intro,
.page-intro {
	max-width: 720px;
}

.contact-page_wrapper .section_title {
	display: none;
}

.contact-page_wrapper .map_contacts {
	width: 50%;
}

.contact-page_wrapper .map_contacts ymaps {
	width: 100%;
}

.contact-page_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.contact-page_wrapper .map_contacts {
	position: static
}

.map_contacts {
	background: #FFFFFF;
	border-radius: var(--border-radius);
	box-shadow: 5px 5px 20px rgb(86 86 86 / 25%);
	position: absolute;
	z-index: 1;
	top: 10%;
	right: 3%;
	-webkit-border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-ms-border-radius: var(--border-radius);
	-o-border-radius: var(--border-radius);
}

.contact-page_wrapper .map_contacts {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.contacts_content {
	width: 100%;
	display: flex;
	gap: 60px;
}

.contacts-list {
	display: flex;
	flex-direction: column;
	gap: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
	max-width: 520px;
}

.contacts-list_item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contacts-list_item *:nth-child(2),
.contacts-list_item a {
	font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
	font-family: var(--font_accent);
	font-weight: bold;
}

.contacts_item {
	display: flex;
	gap: var(--gap);
}

.contacts_item img {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}

.contacts_item p {
	margin-bottom: 5px;
	font-size: clamp(1rem, 1.05rem + 0.38vw, 1.25rem);
}

.contacts-list .phones {
	margin-top: 10px;
	font-size: clamp(1.5rem, 1.25rem + 0.38vw, 2rem);
}

.contacts-list .phones a {
	font-size: clamp(1.5rem, 1.25rem + 0.38vw, 2rem);
	display: block;
	color: var(--clr-primary);
	font-weight: 500;
}

.contacts-list .email a {
	font-size: clamp(1.5rem, 1.25rem + 0.38vw, 2rem);
	display: block;
	color: var(--clr-accent);
	font-weight: 500;
}

.contacts-list .email a:hover {
	text-decoration: underline;
}

.contacts_list_bottom {
	display: flex;
	/* flex-wrap: wrap; */
	margin-top: var(--gap);
	gap: var(--gap);
}

.contacts_list_bottom .btn {
	width: calc(50% - 10px);
	min-width: 220px;
}

.contacts_cards {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}

.contacts_card {
	width: 100%;
	height: auto;
	/* min-height: clamp(15.625rem, 8.276rem + 11.85vw, 22.5rem); */
	padding: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	gap: 24px;
	background-size: cover;
	background-position: right;
	border-radius: var(--border-radius);
	background-repeat: no-repeat;
	position: relative;
	flex: 1 1 350px;
	overflow: hidden;
}

.contacts_card .product_img {
	right: 15px;
	bottom: 15px;
}

.contacts_card_heading {
	font-size: clamp(1rem, 0.75rem + 0.63vw, 1.5rem);
}

.contacts_card_heading .role {
	font-size: clamp(1rem, 0.75rem + 0.63vw, 1.25rem);
	margin-bottom: 5px;
}

.contacts_card a {
	font-size: clamp(1rem, 0.75rem + 0.63vw, 1.5rem);
	font-weight: 500;
	display: flex;
}

.contacts_card .phones a {
	color: var(--clr-primary);
}

.contacts_card .email a {
	color: var(--clr-accent);
}

.contacts_card .email a:hover {
	text-decoration: underline;
}

/* .contacts_card a */

/* CONTACTS */


/* REVIEWS */
.reviews_container {
	border-radius: 7px;
	-webkit-border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-ms-border-radius: var(--border-radius);
	-o-border-radius: var(--border-radius);
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: var(--block-vertical-padding);
	padding-bottom: var(--block-vertical-padding);
	background-color: var(--clr-secondary);
	background-position: center;
}

.review {
	background-color: white;
	color: var(--clr-text);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: var(--border-radius);
	height: auto;
	max-height: 450px;
}

.review-img {
	background-color: #191919;
	display: flex;
	justify-content: center;
}

.review.review-img .review_title,
.review.review-img .review_text {
	display: none;
}

.review.review-img .review-full_img {
	display: block !important;
}

.review .hover-img::before {
	border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-ms-border-radius: var(--border-radius);
	-o-border-radius: var(--border-radius);
}

.review .hover-img {
	display: flex;
	height: 100%;
	justify-content: center;
}

.review .review-full_img {
	max-width: 100%;
	width: 100%;
	object-fit: unset;
	inset: 0;
	height: 100%;
	object-fit: cover;
	border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-ms-border-radius: var(--border-radius);
	-o-border-radius: var(--border-radius);
}


.review_title {
	border: 1px solid #cfcfcfa6;
	border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-ms-border-radius: var(--border-radius);
	-o-border-radius: var(--border-radius);
	padding: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem) 14px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	border-radius: var(--border-radius);
	background-color: #fff;
}

.review_text {
	padding: 14px 14px;
	overflow-y: auto;
	max-height: 320px;
	margin-bottom: 14px;
	padding-bottom: 0;
	height: 100%;
}

/* .review_text::-webkit-scrollbar {
  display: none;
} */

.review_text::-webkit-scrollbar {
	width: 3px;
	height: 15px;
}

.review_text::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

.review_text::-webkit-scrollbar-thumb {
	background: var(--clr-primary);
}

.review .review_title img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.review_author {
	display: flex;
	flex-direction: column;
}

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

.review_nav .swiper-button-next,
.review_nav .swiper-button-prev {
	position: static;
}

/* REVIEWS */

/* FAQ */

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

.faq_container.row {
	flex-direction: column;
}

.faq_container.row .faq_right {
	max-width: none;
}

.faq_left {
	width: 100%;
	max-width: 580px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}

.faq_left img {
	border-radius: var(--border-radius);
	height: 100%;
}

.faq_right {
	width: 100%;
}

.faq_container.faq_join {
	flex-direction: column;
}


.accordion {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	justify-content: space-between;
}

.accordion-item {
	border-radius: var(--border-radius);
	padding: 25px 15px;
	padding-bottom: 15px;
	background-color: var(--clr-secondary);
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* color: #fff; */
}

.accordion-header {
	font-family: var(--font_accent);
	/* font-weight: bold; */
	display: flex;
	gap: 15px;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.5s ease;
}

.accordion-header svg {
	min-width: 41px;
}

.accordion-content {
	margin-left: 25px;
	margin-right: 35px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

/* FAQ */

/* PRICE */

.price_accordion {
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #fff;
}

.price_accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	cursor: pointer;
	padding-bottom: 10px;
	flex-wrap: wrap;
}

.price_accordion-item {
	padding: 25px 20px;
	padding-bottom: 15px;
	background-color: var(--clr-secondary);
	border-radius: var(--border-radius);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	border: 1px solid transparent;
}

.price_accordion-item:hover {
	box-shadow: 0px 0px 1px 0px rgba(30, 60, 67, 0.15), 0px 0px 10px 0px rgba(30, 60, 67, 0.15);
}

.price_accordion-header .price_inner {
	display: flex;
	align-items: center;
	gap: 20px;
}

.price_accordion-header .price_accordion_name {
	font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

.price_accordion-header .price_inner .price_sum {
	font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

.price_accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.price_inner svg {
	transition: transform 0.5s;
}

/* PRICE */


/* OUR PARTNERS */

.out_partners {
	background: #fff linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
}

.our_partners-slider.swiper {
	width: 100%;
	/* overflow: visible; */
}

.our_partners-slider .swiper-slide {
	border-radius: var(--border-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	height: auto;
	position: relative;
	background: linear-gradient(to right, #FFF1F1, #BFCBF9);
	padding: 1px;
}

.our_partners-slider .swiper-slide>.partner_inner {
	background-color: #fff;
	width: 100%;
	border-radius: var(--border-radius);
	height: 100%;
	display: flex;
	height: 128px;
	padding: 15px;
	border-radius: var(--border-radius);
	align-items: center;
	justify-content: center;
}


/* .our_partners-slider .swiper-slide-active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all .5s;
} */

.our_partners-slider a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.our_partners-slider a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-ms-filter: drop-shadow(0px 0px 5px var(--clr-accent));
}

.our_partners-slider a:hover .our_partners-slider .swiper-slide {}

.our_partners-slider_wrapper {
	position: relative;
}


/* OUR PARTNERS */



/* TARIF */


/* TABS */

.tabs_wrapper, .3d_wrapper {
	background-size: cover;
	background-size: cover;
	background-position: right;
}

.tabs_cont_wrapper {
	width: 100%;
}

.tabs {
	background: #fff;
	padding: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
	/* padding-top: clamp(1.25rem, 1rem + 1.25vw, 2.5rem); */
	border-radius: var(--border-radius);
}

.tabs blockquote {
	padding: clamp(0.938rem, 0.6rem + 1.69vw, 2.625rem);
	background-color: #F3F3F3;
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
	font-weight: 600;
}

.tabs__caption {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	position: relative;
	margin: -1px 0 0 -1px;
	gap: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
	row-gap: clamp(0.313rem, -0.125rem + 2.19vw, 2.5rem);
	color: #C2C2C2;
	border-bottom: 2px solid #c2c2c2;
	max-width: 970px;
	padding-bottom: 2px;
	flex-wrap: wrap;
}

.tabs__caption li {
	cursor: pointer;
	padding-bottom: 12px;
	display: flex;
	align-items: flex-end;
}

.tabs__caption .active {
	color: var(--clr-primary);
	font-weight: 600;
	position: relative;
}

.tabs__caption .active::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	background-color: var(--clr-primary);
	bottom: -4px;
	left: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.tabs__content {
	display: none;
}

.tabs__content .card_tab_img {
	width: 515px;
	/* height: 610px; */
	flex-shrink:0;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
}

.tabs__content .tab-castom_ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
}

.tabs__content ul li {
	padding-top: clamp(0.938rem, 0.875rem + 0.31vw, 1.25rem);
	padding-bottom: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
	border-bottom: 1px solid #C2C2C2;
	list-style: none;
	font-weight: bold;
}

.tabs__content-txt {
	font-size: clamp(1rem, 0.583rem + 0.56vw, 1.25rem);
	overflow: auto;
}

.tabs__content-txt .table-container {
	width: 100%;
	/* min-width: 450px; */
	overflow: auto;
	border-radius: var(--border-radius);
	margin-bottom: 1rem;

}

.tabs__content ul li:last-child {
	border: none;
}

.tabs__content ul {
	margin: 0;
}

.tabs__content.active {
	display: flex;
	justify-content: space-between;
	gap: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.tabs__content.active {
	animation-name: fadeInOut;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.tabs__content-txt {
	width: 100%;
	/* max-width: 850px; */
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}

.tabs__content-txt blockquote {
	max-width: 850px;
}

.tabs__content {
	padding-top: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.tabs_filters {
	display: flex;
	align-items: center;
	gap: 24px;

}

.tab_filter {
	padding: 17px 26px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: clamp(1rem, 0.583rem + 0.56vw, 1.25rem);
	font-weight: bold;
	position: relative;
	cursor: pointer;
}


.tab_filter .filter-span {
	display: flex;
	gap: 12px;
	align-items: center;
}

/* TABS */



/* PAGE CATALOG */



.slider__prev,
.slider__next {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: red;
	position: absolute;
	z-index: 999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;

}

.slider__prev,
.slider__next svg {
	width: 20px;
	height: 20px;
}

.slider__prev {
	left: 45%;
	top: 10px;
	rotate: 180deg;
}

.slider__next {
	left: 45%;
	bottom: 10px;
}

.slider__prev:focus,
.slider__next:focus {
	outline: none;
}

/* CATALOG ITEM PAGE */

.gallery-page_gal {
	background: #fff;
}

.gallery-page_gal .text-content {
	max-width: 860px;
}


.gallery-page_items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(0.313rem, 0.125rem + 0.94vw, 1.25rem);
}

.gallery-img {
	width: 100%;
}

.tabs__content .tab-castom_ul li:nth-child(even) {
	background-color: #fff;
	color: var(--clr-text) !important;
}


.gallery-img_desc {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 15px;
	text-align: center;
	opacity: 0;
	padding-bottom: 0;
	padding-top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #fff !important;
	z-index: 50;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.gallery_item_big.hover-img::before,
.gallery_item.hover-img::before {
	background-position: center;
	border-radius: calc(var(--border-radius) / 2);
}

.gallery_item-top::before {
	background-position: center 70% !important;
}


.fancybox__nav .carousel__button {
	background-color: var(--clr-primary);
	border-radius: 5px;
}

.fancybox__nav .carousel__button path {
	color: #fff;
}

.has-html5video .fancybox__content video {
	object-fit: contain !important;
}

.fancybox__slide.is-selected.has-pdf .fancybox__content {
	height: 100%;
}

.text-content_disc {
	padding: var(--block-vertical-padding) var(--block-horizontal-padding);
	background-color: #fff;
	border-radius: var(--border-radius);
}


.nav__submenu>.nav__item>.nav__link.nav__item-current img {
	margin-left: 0;
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.nav__list>.nav__item>.nav__link.nav__item-current {
	color: #A6CCF6 !important;
}

.nav__list>.nav__item>.nav__link.nav__item-current svg path {
	stroke: #A6CCF6;
}

.nav__list>.nav__item>.nav__item-current::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
	transform: translate3d(0, 0, 0) rotate(45deg);
}

.nav__submenu>.nav__item>.nav__link .feedback_form-c-inputs .custom-button {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feedback_form-c-inputs input[type="file"] {
	display: none;
}

.feedback_form-c-inputs .input:hover,
.footer_btns .btn:hover {
	background: rgba(255, 255, 255, 0.20);
}

.filebox {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

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

.svg_file-ico-clear {
	rotate: 45deg;
}

.hero_block_content_company {
	max-width: 406px;
	padding-bottom: 40px;
	font-weight: 500;
}

.destiny {
	padding: clamp(1.875rem, 1.425rem + 2.25vw, 4.125rem) clamp(1.25rem, 0.975rem + 1.38vw, 2.625rem);
	border-radius: var(--border-radius);
	border: 1px solid #E7E7E7;
	background-color: #fff;
}

.destiny_items {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.destiny_item {
	display: flex;
	align-items: center;
	gap: 7px;
	border: 1px solid #E7E7E7;
	border-radius: clamp(0.625rem, 0.357rem + 0.74vw, 1.25rem);
	padding: clamp(0.5rem, 0.393rem + 0.3vw, 0.75rem) clamp(0.75rem, 0.429rem + 0.89vw, 1.5rem);
	font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
}

.destiny_item:nth-child(1) {
	animation-delay: 0.4s
}

.destiny_item:nth-child(2) {
	animation-delay: 0.5s;
}

.destiny_item:nth-child(3) {
	animation-delay: 0.6s;
}

.destiny_item:nth-child(4) {
	animation-delay: 0.7s;
}

.destiny_item:nth-child(5) {
	animation-delay: 0.8s;
}

.destiny_item:nth-child(6) {
	animation-delay: 0.9s;
}

.img_files_btn:nth-child(1) {
	animation-delay: 0.4s;
}

.img_files_btn:nth-child(2) {
	animation-delay: 0.5s;
}

.destiny_item svg {
	min-width: 21px;
}

.characteristics {
	background: #fff;
}

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

.characteristics_text_content,
.characteristics_destiny {
	flex: 1 1 450px;
}

.product_card {
	background: var(--clr-wrapper);
}

/* .product_card_slider_container {
    padding: 0;
    max-width: unset;
}
 */
.product_card_slider {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.product_card_slider .swiper-slide {
	background-color: var(--clr-primary);
	height: auto;
	background-image: url('/img/product-slide_bg.png');
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: var(--border-radius);
}


.product_card_slider .swiper-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product_card_slider .swiper-slide img {
	object-fit: contain;
	margin: clamp(0.625rem, 0.225rem + 2vw, 2.625rem);
}

.img_files {
	display: flex;
	padding: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
	border-radius: 10px;
	height: 385px;
	flex-direction: column;
	gap: 12px;
	align-items: start;
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.img_files .btn {
	padding: 22px 24px;
	font-weight: 400;
}

.img_files .btn .img_files .btn span {
	display: flex;
	align-items: center;
	gap: 20px;
}

.img_files .more {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--clr-primary);
	color: #fff;
	width: 100%;
	padding: 18px clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
}

.img_files .more:hover {
	background-color: #13122C;
}

.img_files .more:hover {
	color: #fff !important;
}

.product_card_tech_wrapper {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.product_card_tech_wrapper.docs {
	align-items: flex-start;
}

.docs_card_list {
	display: flex;
	flex-direction: column;
}

.product_card_tech.left {
	max-width: 686px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.docs_card_tech.left {
	max-width: 686px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-top: 1px solid #13122c;
	padding: clamp(0.75rem, 0.675rem + 0.38vw, 1.125rem) 0;
}

.docs_card_tech.left p {
	font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
}

.docs_card_tech.left .img_files {
	padding-left: 0;
	height: auto;
}

.docs_card_list {
	flex-grow: 1;
	max-width: 828px;
	width: 100%;
}

.docs_card_list .h2 {
	font-size: 2rem;
}

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

.passage_box:not(:last-child) .docs_list {
	margin-bottom: 30px;
}

.docs_list a {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
	padding: 5px 0;
}

.docs_list a .arr {
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}

.docs_list a svg,
.docs_list a svg path {
	transition: all .5s;
}

.docs_list a:hover {
	color: #004797 !important;
}

.docs_list a:hover svg path {
	fill: #004797;
}

.docs_list a:hover .arr {
	visibility: visible;
	opacity: 1;
}

.gallery_item {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.gallery_item .gallery_item-top::before {
	background-position: center 50% !important;
}

.product_card_tech.right {
	max-width: 828px;
	width: 100%;
	background-color: #F8F8F8;
	border-radius: var(--border-radius);
	position: relative;
}

.product_card_tech.right .passage_wrapper {
	margin: clamp(0.938rem, 0.375rem + 2.81vw, 3.75rem);
	overflow-y: auto;
	height: 380px;
	scrollbar-width: thin;
	scrollbar-color: #333 #fff;
}

.product_card_tech.right .passage_wrapper::-webkit-scrollbar {
	width: 4px;
}

.product_card_tech.right .passage_wrapper::-webkit-scrollbar-thumb {
	background-color: #2D2B5B;
	border-radius: 5px;
}

.product_card_tech.right .passage_wrapper::-webkit-scrollbar-track {
	background-color: #E8E8E8;
	border-radius: 5px;
}

.product_card_tech.right .passage {
	margin-bottom: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.product_card_tech.right .passage_box:last-child .passage {
	margin: 0;
}

.product_card_tech.right .passage li {
	padding: clamp(0.75rem, 0.675rem + 0.38vw, 1.125rem) clamp(0.75rem, 0.6rem + 0.75vw, 1.5rem);
	padding-left: 0;
	font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
	border-bottom: 1px solid #E7E7E7;
}

.product_card_tech.right .passage li:first-child {
	padding-top: 0;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-width: 2px;
	border-color: var(--clr-primary);
}

.passage_box {
	position: relative;
}

.passage_box h4 {
	position: sticky;
	background-color: #F8F8F8;
	top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.execution {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: auto;
	gap: 24px;
}

.material_left,
.material_right {
	flex: 1 1 450px;
}

.material_right {
	/* display: flex;
	align-items: center;
	justify-content: center; */
	display: flex;
	height: 100%;
	/* align-items: center; */
	justify-content: center;
	position: sticky;
	top: 0;
}

.material_items {
	display: flex;
	flex-direction: column;
}

.material_item {
	padding: clamp(0.625rem, 0.438rem + 0.94vw, 1.563rem) 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border: 1px solid #0047974D;
	border-radius: 5px;
	font-size: clamp(1rem, 0.167rem + 1.11vw, 1.5rem);
	font-weight: 600;
}

.material_item-heading {
	display: flex;
	align-items: center;
	gap: 12px;
}

.material_img {
	max-height: clamp(31.25rem, 10.833rem + 27.22vw, 43.5rem);
	object-fit: contain;
}

.material_item_num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
	height: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
	background-color: #0047974D;
	color: #fff;
	border-radius: 50%;
	flex-shrink: 0;
}

.material_item_disc {
	width: 60%;
}

.loader {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #fff;
	height: 100vh;
	width: 100vw;
	position: fixed;
	inset: 0;
	z-index: 5000;
}

.tab_filter .dropdown-content {
	display: block;
	position: absolute;
	background-color: #fff;
	/* width: 100%; */
	top: 65px;
	border-radius: 5px;
	right: 0;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	max-height: 250px;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-20px);
	transition: all .5s;
}

.tab_filter .dropdown-content::-webkit-scrollbar {
	width: 3px;
	height: 15px;
}

.tab_filter .dropdown-content::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

.tab_filter .dropdown-content::-webkit-scrollbar-thumb {
	background: var(--clr-primary);
}

.tab_filter .dropdown-content.show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.tab_filter .dropdown-content ul {
	list-style: none;
	padding: 0;
}

.tab_filter .dropdown-content li {
	padding: 10px 20px;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.tab_filter .dropdown-content label {
	position: relative;
	text-align: left;
}

.tab_filter .dropdown-content label input {
	position: absolute;
	opacity: 0;
}

.tab_filter .dropdown-content li:hover {
	background-color: #F3F3F3;
}

.tab_filter .filter-span:hover .dropdown-content {
	display: block;
}

.tab_filter .filter-span:hover .dropdown-icon {
	transform: rotate(180deg);
}

.preview_section {
	display: flex;
	flex-direction: column;
	gap: clamp(1.125rem, 1.5rem + 3vw, 2.25rem);
}

.preview_content {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	height: auto;
	background: #f6f6f6;
	border-left: 10px solid #004797;
	border-radius: 4px 10px 10px 7px;
	overflow: hidden;
	isolation: isolate;
}

.preview_text_wrapper {
	flex: 1 1;
	padding: clamp(1rem, 1.375rem + 2vw, 4.187rem) clamp(0.938rem, -0.5rem + 3.19vw, 5.625rem);
	padding-right: clamp(0.938rem, -0.5rem + 2.19vw, 2.625rem);
}

.preview_text_wrapper .section_title {
	color: var(--clr-primary);
}

.target_section {
	display: flex;
	flex-direction: column;
	gap: clamp(1.125rem, 1.5rem + 3vw, 2.25rem);
}

.target_slider {
    height: 100%;
}

.target_text_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.target_text_wrapper .text-content {
	width: 48%;
}

.target_text_wrapper h2 {
	width: 30%;
}

.target_content {
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
}

.target_list_wrapper {
	width: calc(50% - var(--gap));
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}

.target_item {
	width: calc(50% - 12px);
	height: auto;
	padding: clamp(1.25rem, 2.125rem + 0.63vw, 3.187rem) clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	background-size: cover;
	background-position: right;
	border-radius: var(--border-radius);
	background-repeat: no-repeat;
	position: relative;
	flex: 1 1 275px;
	overflow: hidden;
}

.target_text_wrapper h2 .target_slider {
	height: 100%;
}

.target_slider .about-slider_nav {
	position: absolute;
	bottom: 36px;
	left: 30px;
	color: var(--clr-wrapper);
}

.target_slide_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--clr-wrapper);
	padding: 35px;
	display: flex;
	align-items: flex-end;
}

.target_slide_title h3 {
	margin-bottom: 35px;
	font-weight: 600;
}

.about_slider-img_box {
	border-radius: var(--border-radius);
	overflow: hidden;
	isolation: isolate;
	height: auto;
}

.history_slider_text4 .about_slider-img_box {
	border-radius: var(--border-radius);
	overflow: hidden;
	isolation: isolate;
	height: 100%;
}

.about_slider-img_box img {
	height: 100%;
}

.advs_wrapper {
	gap: 24px;
	flex-wrap: wrap;
	justify-content: center;
}

.advs_item {
	width: calc(33.3% - 12px);
	height: auto;
	padding: clamp(1.25rem, 2.125rem + 0.63vw, 3.187rem) clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	background-size: cover;
	background-position: right;
	border-radius: var(--border-radius);
	background-repeat: no-repeat;
	position: relative;
	flex: 1 1 300px;
	overflow: hidden;
}

.advs_item img {
	width: clamp(60px, 70px, 80px);
}

.advs_item_heading {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	gap: 30px;
	font-size: 1.5rem;
}

.text_block {
	display: flex;
	gap: 60px;
	align-items: stretch;
}

.text_block_img {
	width: 40.5%;
	flex-shrink: 0;
	float: left;
	/* margin-right: 60px; */
	border-radius: 5px;
	overflow: hidden;
	isolation: isolate;
	/* margin-bottom: 40px; */
}

.text_block_img.frame {
	width: 44.5%;
}

.text_block_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.accordion_section {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--gap);
}

.accordion_title_wrapper {
	width: 28%;
	min-width: 400px;
	padding-top: clamp(1.125rem, 2.5rem + 2.63vw, 6.875rem);

	padding-bottom: 110px;
}

.accordion_title {
	font-weight: 400;
	margin-top: clamp(1.125rem, 1.375rem + 2.63vw, 3.125rem);
	margin-bottom: clamp(1.125rem, 1.375rem + 2.63vw, 3.125rem);
	font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3.625rem);
}

.faq_contacts p {
	font-size: clamp(1rem, 0.75rem + 0.63vw, 1.125rem);
	margin-bottom: 5px;
}

.faq_contacts a {
	font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3.625rem);
	color: var(--clr-primary);
	transition: all .5s;
	font-weight: 500;
}

.accordion_wrapper {
	width: 100%;
	max-width: 1030px;
}

.accordion_list {
	display: flex;
	flex-direction: column;
	gap: 25px;

}

.accordion_item {
	background: #f6f6f6;
	border-radius: 5px;
	padding: 37px 30px 37px 42px;
}

.accordion_item_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	cursor: pointer;
	transition: all .5s;
}

.accordion_item_title:hover {
	color: var(--clr-primary);
}

.accordion_item_body {}

.accordion-header .icon {
	position: relative;
	transform: perspective(100px) rotateX(0deg);
	transition: all .6s cubic-bezier(.2, .85, .4, 1.275);
}

.accordion-header .icon svg:nth-child(1) {
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.accordion-header .icon svg:nth-child(2) {
	position: absolute;
	transform: translateX(-100%) rotateX(180deg);
	z-index: -1;
	transition: all 0.3s;
	/* transition-delay: .2s; */
}

.accordion-item.active .accordion-header .icon {
	transform: perspective(100px) rotateX(180deg);
}

.accordion-item.active .accordion-header {
	color: var(--clr-primary);
}

.accordion-item.active .accordion-header .icon svg:nth-child(2) {
	z-index: 1;
}

.accordion-item.active .accordion-header .icon svg:nth-child(1) {
	z-index: -1;
}

/* .accordion-header .icon svg:nth-child(2) path {
  transform: translate(-50%, -50%) rotate(-45deg);
} */

@keyframes coupIn {
	from {}
}

.requisites_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
	gap: 30px;
	flex-wrap: wrap;
}

.requisites_title .buttons {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}

.requisites_list {
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: column; */
}

.requisites_list_sm {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 425px;
}

.requisites_list_sm .requisites_item {
	width: calc(40%);
}

.requisites_list_sm .requisites_item.lg {
	width: calc(60%);
}

.requisites_list_bank {
	width: 100%;
	border-top: 5px solid var(--clr-primary);
}

.requisites_item {
	display: flex;
	padding: 30px;
	font-size: clamp(1rem, 0.75rem + 0.63vw, 1.5rem);
	gap: 30px;
	width: 100%;
}

.requisites_item.sm {
	width: 50%;
}

.requisites_item_title {
	width: 40%;
	flex-shrink: 0;
}

.requisites_item:nth-child(2n + 1) {
	background: #e7e7e7;
}

.requisites_list_title {
	font-size: clamp(1.125rem, 1rem + 0.63vw, 2rem);
	color: var(--clr-wrapper);
	background: var(--clr-primary);
	padding: 30px;
}

.pagination_list {
	display: flex;
	align-items: center;
	gap: 6px;
}

.pagination_list .page-item .page-link,
.pagination_list .control a {
	display: flex;
	width: 50px;
	height: 50px;
	color: var(--clr-text);
	align-items: center;
	justify-content: center;
	border-radius: var(--border-radius);
	transition: all .5s;
}

.pagination_list .page-item .page-link:hover,
.pagination_list .page-item.active .page-link {
	background: var(--clr-primary);
	color: var(--clr-wrapper) !important;
}

.pagination_list .control.disabled a {
	pointer-events: none;
	opacity: 0.5;
}

.pagination_list .control a svg path {
	transition: all .5s;
}

.pagination_list .control a:hover svg path {
	fill: var(--clr-primary);
}