:is(article, aside, nav, section) .h1 {
	font-size: 1.5em;
}




.h1 {
	margin: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	display: block;
}


.news-slider .swiper-wrapper {
	align-items: stretch;
}

.news-slider-item {
	height: auto;
}

.news-slider-item-wrapper {
	height: 100%;
}

.related-products {
	margin-top: 150px;
}

.news-slider-title {
/*	max-height: 50px;*/
	height: 100%;
/*	overflow: hidden;*/
	/*height: unset;
	overflow: visible;
	-webkit-line-clamp: unset;*/
	max-height: unset;
	line-clamp: unset;
	-webkit-line-clamp: unset;
}
.requsites-table {
	border: solid 1px #d1d1d1;
	border-radius: 11px;
	margin: 40px 0;
	overflow: auto;
	max-width: 100%;
}
.requsites-table table {
	border-collapse: collapse;
	
}

.requsites-table td {
	padding: 15px 20px;
	font-size: 18px;
}

.requsites-table tbody tr {
	border-radius: 11px;
}

.requsites-table td[colspan] {
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
	font-size: 24px;
}


@media (max-width: 480px) {
	.requsites-table td {
		font-size: 14px;
		padding: 5px 10px;
	}
}

.related-products {
	display: block;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
}


.related-products .swiper-arrow {
	position: absolute;
	width: 86px;
	height: 86px;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - 43px);
	z-index: 2;
	background-color: #fff;
}


.related-products .swiper-arrow::before {
	content: '';
	width: 27px;
	height: 27px;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.related-products .swiper-arrow--prev {
	left: 0;
}

.related-products .swiper-arrow--next {
	right: 0;
}

.related-products .swiper-arrow--prev::before {
	background-image: url(/icons/arrow_left_26.svg);
}

.related-products .swiper-arrow--next::before {
	background-image: url(/icons/arrow_right_26.svg);
}

.related-products .swiper-slide {
	display: flex;
	height: auto;
}

@media (max-width: 540px) {
	.related-products .swiper-nav {
		display: flex;
		justify-content: center;
		gap: 20px;
		padding-top: 20px;
	}
	.related-products .swiper-arrow {
		position: static;
	}
}

@media (max-width: 480px) {
	.related-products .tile__title {
		font-size: 24px;
		font-weight: bold;
	}
}

.default-slider {
/*	display: none;*/
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}




.default-slider__slider {
	max-width: 1345px;
}

.default-slider__container {
	overflow: hidden;
}


.licenze {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	font-size: 18px;
	color: #494949;
	width: 100%;
}
.licenze__name {
	text-decoration: underline;
	text-align: center;
}



.licenze__preview {
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;
}


.licenze__preview img {
	max-height: 540px;
	height: 100%;
	object-fit: cover;
}

.default-slider__arrow {
	width: 86px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	cursor: pointer;
	background-color: white;
}

.default-slider__nav {
	display: flex;
	gap: 12px;
}
.default-slider__arrow::before {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 28px;
	height: 28px;

}
.default-slider__arrow--prev::before {
	background-image: url(/icons/arrow_left_26.svg);
}
.default-slider__arrow--next::before {
	background-image: url(/icons/arrow_right_26.svg);
}

@media (max-width: 1024px) {
	.default-slider {
		gap: 25px;
	}
	.default-slider__arrow {
		width: 55px;
		height: 55px;
	}

	.licenze__preview img {
		max-height: 475px;
	}	
}

@media (max-width: 680px) {
	.default-slider__nav {
		justify-content: center;
		width: 100%;
	}
	.default-slider {
		flex-direction: column-reverse;
		gap: 30px;
	}
}

@media (max-width: 414px) {
	.licenze__preview img {
		max-height: 355px;
	}	
}

.about_company_content_block_section8.section_6 {
	margin-top: 0;
}


.nbreadcrumbs {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.nbreadcrumbs a {
	font-weight: 400;
	font-size: 18px;
	color: #212c33;
}

.nbreadcrumbs__last span {
	color: #9a9a9a;
	font-weight: 400;
	font-size: 18px;
}


.pop-up__content-wrapper > img {
	max-width: 100%;
	width: auto;
	background-color: white;
}

.review-v2 {
	cursor: pointer;
}

.review-v2__image {
	text-align: center;
}

.review-v2__image img {
	max-width: 100%;
}

.review-v2__bottom {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.review-v2__name {
	font-size: 24px;
	color: #212C33;
	line-height: 1.3;
	font-weight: 500;
}

.review-v2__work {
	font-size: 18px;
}


.mt-0 { margin-top: 0px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }


.mb-0 { margin-bottom: 0px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }


.g-0 { gap: 0px; }
.g-10 { gap: 10px; }
.g-20 { gap: 20px; }
.g-30 { gap: 30px; }
.g-40 { gap: 40px; }
.g-50 { gap: 50px; }
.g-60 { gap: 60px; }
.g-70 { gap: 70px; }
.g-80 { gap: 80px; }
.g-90 { gap: 90px; }
.g-100 { gap: 100px; }

.bold {
	font-weight: bold;
}


.newsModal___text-content ul {
	margin: 0;
	font-size: 22px;
	padding-left: 20px;
	color: #676c7a;
}

.newsModal___text-content ol {
	margin: 0;
	font-size: 22px;
	padding-left: 20px;
	color: #676c7a;
}

.ntabs {
	margin: 20px 0;
}

.ntabs__headers {
	display: flex;
	gap: 10px;
	margin-bottom: 40px;
}

.ntabs__header {
	background: #F1F1F1;
	color: #000;
	font-size: 20px;
	line-height: 1.275;
	font-weight: 500;
	padding: 20px 70px;
	border-radius: 200px;
	cursor: pointer;
	transition-duration: .2s;
}

.ntabs__header:hover,
.ntabs__header.active {
	background: #EE1A26;
	color: white;
}

.ntabs__body {
	display: none;
}

.ntabs__body.active {
	display: block;
}

.page-top-title--wide {
	max-width: 100%;
}
.doc-items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.doc-item {
	background: #FAFAFA;
	border-radius: 11px;
	padding: 27px 50px;
	display: flex;
	align-items: center;
	gap: 80px;
	color: #000;
	width: 100%;
}

.doc-item__img img {
	max-width: 100%;
}

.doc-item__img {
	height: 243px;
	width: 194px;
	min-width: 194px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-self: center;
	align-items: center;
	border: solid 1px #ccc;
/*	background: #000;*/
}

.doc-item__title {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.275;
	position: relative;
	padding-left: 34px;
}

.doc-item__title::before {
	content: '';
	position: absolute;
	background: #FF0000;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	display: block;
	top: 23px;
	left: 0;
}

@media (max-width: 768px) {
	.doc-items {
		gap: 10px;
	}
	.doc-item {
		align-items: flex-start;
		padding: 30px;
		gap: 57px;
	}
	.doc-item__img {
		width: 204px;
		height: 255px;
	}
	.doc-item__title {
		font-size: 20px;
		padding-left: 28px;
	}

	.doc-item__title::before {
		width: 8px;
		height: 8px;
		top: 8.5px;
	}
}

@media (max-width: 480px) {
	.doc-item {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.doc-item__title::before {
		top: 50%;
		transform: translateY(-50%);
	}

	.single-services h2.elementor-heading-title.elementor-size-default {
		font-size: 34px;
		line-height: 1.3;
	}
}

.tags__list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	padding: 0;
	gap: 17px;
	position: relative;
}
.tags {
	overflow: hidden;
	display: flex;
	gap: 10px;
	transition: max-height .2s ease-in-out;
}

.tags__fold-btn {
	white-space: nowrap;
	cursor: pointer;
	text-decoration: underline;
	padding-right: 20px;
	position: relative;
	margin-top: 10px;
	display: block;
	min-width: 230px;
	text-align: right;
}

.tags__fold-btn::before {
	content: '';
	position: absolute;
	top: 4px;
	right: 2px;
	border-right: solid 1.5px red;
	border-bottom: solid 1.5px red;
	transform: rotate(45deg);
	display: block;
	width: 7px;
	height: 7px;
	transition-duration: .2s;
}

.tags__fold-btn.opened::before {
	transform: rotate(-135deg);
	top: 8px;
}


@media (max-width: 640px) {
	.tags__fold {
		display: none;
	}

	.tags {
		max-height: unset !important;
		max-width: 100%;
		position: relative;

	}

	.tags .products_filter_block_row2 {
		flex-wrap: nowrap;
		width: max-content;
	}
	.tags__wrapper {
		overflow-x: auto;
		max-width: 100%;
		padding-bottom: 10px;
	}

	.tags::before {
		content: "";
		position: absolute;
		width: 50px;
		height: 45px;
		right: 0;
		top: 0;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		z-index: 10;
	}
}

.default-slider--wide {
	position: relative;
}
.default-slider--wide .default-slider__nav {
	position: absolute;
	z-index: 2;
	width: 100%;
	justify-content: space-between;
	height: 0px;
	top: 50%;
	align-items: center;
}

.default-slider--wide .default-slider__container {
	margin: 0 60px;
}

.nproduct-card {
	background: #f4f4f4;
	border-radius: 22px;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.nproduct-card__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.nproduct-card__title {
	color: #212c33;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	display: block;
	flex: 1;
}

.nproduct-card__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nproduct-card__img {
	height: 210px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}
.nproduct-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 480px) {
	.default-slider--wide .default-slider__container {
		margin: 0;
	}
	.default-slider--wide {
		flex-direction: column-reverse;
	}
	.default-slider--wide .default-slider__nav {
		position: static;
		justify-content: center;
		height: max-content;
	}	
}


@media (max-width: 1400px) {
	.about_company_content_block_dark_section_col1,
	.about_company_content_block_dark_section_col2 {
		width: auto;
	}

	.about_company_content_block_dark_section_content {
		gap: 30px;
	}
}

.activity_events_header a {
	color: #000;
}

.default-slider__slide .licenze {
	height: 100%;
}
.licenze__hidden-gallery {
	display: none;
}

.licenze__hidden-gallery.first {
	display: flex;
}




@media (max-width: 1024px) {
	.licenze__img {
		max-height: 475px;
	}
}


@media (max-width: 600px) {
	.achievements__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	#wholesaleOrder .red_content {
		padding: 110px 30px 70px 30px !important;
	}

	#wholesaleOrder .footer_head_col2_footer {
		font-size: 24px !important;
		position: static !important;
	}

	#wholesaleOrder .red_block_button.all_forms_buttons {
		position: static !important;
	}
}

@media (max-width: 400px) {
	#wholesaleOrder .red_block_button span {
		font-size: 18px !important;
	}

	#wholesaleOrder .footer_head_col1_header {
		max-width: 100% !important;
	}

	.footer-list-title {
		font-size: 24px;
	}
	.footer-list-border,
	.navigation_block .container {
		max-width: 100%;
	}
}

@media (max-width: 380px) {
	.footer {
		max-width: 100%;
	}
}



.charity-news_items-wrapper,
.charity-article_header-wrapper {
	margin-top: 50px;
}

.charity-program {
	margin-top: 22px;
}

.charity-article_header {
	margin-top: 0;
}

.main-banner {
	position: relative;
}

.main-banner > .container {
	position: relative;
	z-index: 2;
}

.main-banner::before {
	content: '';
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.stages_cooperation.guarantees_stages_page .items .item {
    width: calc((100% - 20px * (3 - 1)) / 3);
}
@media (max-width: 1280px) {
   .stages_cooperation.guarantees_stages_page .items .item {
        width: calc((100% - 20px * (2 - 1)) / 2);
    } 
}
@media (max-width: 568px) {
    .stages_cooperation.guarantees_stages_page .items .item {
        width: 100%;
    }
}

.stages_cooperation.guarantees_stages_page .pline-top {
    margin-bottom:20px;
}

.stages_cooperation.guarantees_stages_page .pline-bottom {
    margin-top: 30px;
}

.guarantees_blockicons {
    width:80px;
    height:80px;
}

.guarantees_page_spconditions .spconditions_content {
    color:#151515;
    font-size:24px;
    font-weight:500;
    border:1px solid #D1D1D1;
    border-radius:11px;
    padding:40px;
    margin-top:60px;
}