.add-to-myspec-popup.loading {
	filter: blur(2px);
	pointer-events: none;
	cursor: not-allowed;
}

.project-checkbox-wrap:not(:last-child) {
	margin-bottom: 7px;
	line-height: 1;
}

.project-checkbox-wrap label {
	position: relative;
	padding-left: 20px;
	line-height: 1;
}

.mar-t16 {
	margin-top: 16px;
}

.project-checkbox-wrap label::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}

.project-checkbox-wrap input {
	display: inline-block;
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
	zoom: -1;
}

.project-checkbox-wrap input:checked+label::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 2px;
	width: 8px;
	height: 8px;
	background-color: #fff;
}

.virtual-showroom-video iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

.gallery_slider_section .showroom-gallery-header {
	font: 300 32px / 1.3125 "tt-commons-pro", sans-serif;
	letter-spacing: -1px;
	margin-bottom: 1em;
}

.main_section.pb-90 {
	padding-bottom: clamp(40px, 4.6875vw, 90px);
}

.showroom {
	display: flex;
	justify-content: space-between;
}

.showroom__txt-container {
	max-width: 750px;
	margin-right: auto;
}

.showroom__sidebar {
	flex: 0 0 275px;
	padding-left: 15px;
}


.showroom__intro {
	font: 500 24px / 1.25 var(--pro-commons-font);
	margin-bottom: 1em;
}


.showroom__video {
	margin-top: clamp(50px, 5.5208vw, 106px);

}

.showroom__video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}


.info-item {
	padding: 12px 0;
	border-top: 1px solid #B8B8B8;
}

.info-item .info-item__title {
	color: var(--alt-color) !important;
	font-family: "tt-commons-pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: 0.28px;
	display: block;
	margin-bottom: 5px
}

.info-item__val {
	font: 16px / 1.5 var(--pro-commons-font);
}

.showroom-card {
	color: #fff;
	text-decoration: none;
}

.showroom-card__img-wrap {
	aspect-ratio: 362 / 234;
	overflow: hidden;
	position: relative;
}

.showroom-card__img-wrap img {
	transition: transform 0.3s;
}

.showroom-card:hover .showroom-card__img-wrap img {
	transform: scale(1.05);
}

.showroom-card__header {
	color: inherit;
	margin: 16px 0 8px;
	letter-spacing: -1px;
}

.showroom-card__link {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-top: 24px;
}

.showroom-card__link svg {
	transition: transform 0.3s;
}

.showroom-card:hover .showroom-card__link svg {
	transform: translateX(4px);
}

@media(min-width: 992px) {
	.has-featured-card {
		max-width: 100%;
		flex-basis: 100%;
		padding-bottom: 85px;
	}

	.has-featured-card .showroom-card {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin-top: 80px;
	}

	.has-featured-card .showroom-card__img-wrap {
		flex: 0 0.1 555px;
		margin-left: 20px;
	}

	.has-featured-card .showroom-card__txt-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex: 0 1 508px;
	}
}

.fz-24-evert {
	font: 300 24px / 1.5 'tt-commons-pro', sans-serif;
}

@media(min-width: 992px) {
	.more-than-four .box_info p {
		font-size: 28px;
	}
}

.error-section {
	background-color: #000;
	color: #fff;
	height: 100vh;
}

.error-section .row,
.error-section .container {
	height: 100%;
}

.error-section__wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.error-section__h1 {
	color: inherit;
}

.error-section__img {
	margin-bottom: 32px;
}

.error-section__txt {
	margin-top: 16px;
	max-width: 383px;
	text-align: center;
}

.error-section__btn {
	color: #fff;
	display: inline-block;
	margin-top: 32px;
	padding: 14px 14px 12px;
	font: 500 14px / normal var(--pro-commons-font);
	text-transform: uppercase;
	letter-spacing: 1.4px;
	transition: all 0.3s;
	border: 1px solid var(--alt-color);
	background-color: var(--alt-color);
	text-decoration: none;
}

.error-section__btn:hover {
	background-color: transparent;
	border-color: white;
}

.alt-info-block {
	background-color: #fff;
	color: #000;
	padding: 160px 0 80px;
}

.pt-140 {
	padding-top: 140px;
}

.pb-140 {
	padding-bottom: 140px;
}

.alt-info-block__txt-part {
	max-width: 570px;
	padding-right: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.alt-info-block__header {
	font-family: "tt-commons-pro";
	font: 300 32px / 1.3 "tt-commons-pro", sans-serif;
	letter-spacing: -0.64px;
	margin-bottom: 16px;
}

.alt-info-block__container {
	display: flex;
}

.alt-info-block__media-wrap {
	position: relative;
	padding: 63px 0;
	display: flex;
	gap: 44px;
	align-items: center;
	z-index: 5;
}

.alt-info-block__media-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50px;
	bottom: 0;
	width: calc(100% - 12px);
	border: 1px solid #B8B8B8;
	z-index: -1;
}

.alt-info-block__img {
	flex-shrink: 0;
}

.alt-info-block__file-header {
	font: 300 24px / 1.5 "tt-commons-pro", sans-serif;
	letter-spacing: -0.48px;
	margin-bottom: 24px;
}

.features-alt {
	color: #fff;
	background-color: #000;
}

.features-alt__container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.features-alt__header {
	color: #F0F0F0;
	font: 300 32px / 1.3 "tt-commons-pro", sans-serif;
	letter-spacing: -0.64px;
	margin-bottom: 40px;
}

.features-alt-card__toggler {
	margin: 18px 0;
	display: flex;
	gap: 14px;
	align-items: center;
	color: inherit;
}

.features-alt-card__toggler-icons {
	position: relative;
	width: 24px;
	height: 24px;
}

.js-toggle-link.open .plus {
	display: none;
}

.features-alt-card__txt {
	display: none;
}

.features-alt-card__header {
	color: #fff;
	margin: 15px 0 15px;
}

.test {
	color: #000;
	background-color: #fff;
	padding: 80px 0 120px;
}

.test__container {
	display: flex;
	gap: 86px;
}

.mt-24 {
	margin-top: 24px;
}

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

.test__sert-block {
	max-width: 290px;
	flex-shrink: 0.05;
}

.test__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: stretch;
	flex-grow: 1;
}

.test-item__header {
	font-weight: 700;
}

.test-toggle-icon {
	width: 25px;
	height: 25px;
	position: relative;
	border: 2px solid #000;
	border-radius: 50%;
}

.test-toggle-icon::before,
.test-toggle-icon::after {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 5px);
}


.test-toggle-icon::before {
	transform: rotate(90deg);
}

.test-item__toggle-link {
	display: flex;
	align-items: center;
	gap: 14px;
	color: inherit;
}

.test-item__txt {
	display: none;
}

.test-item__toggle-link.open .test-toggle-icon::before {
	display: none;
}

.accordions.alt-accordion h2.file-accordeon__header span {
	font-size: 32px;
	font-weight: 300;
	line-height: 130%;
	/* 41.6px */
	letter-spacing: -0.64px;
}

.accordions.alt-accordion .file-accordeon.item_accord .file-accordeon__content {
	padding-top: 0;
	padding-bottom: 30px;
}

.accordions.alt-accordion .content_accord ul {
	margin-top: 25px;
}

.accordions.alt-accordion .content_accord ul li {
	padding-left: 28px;
	position: relative;
	background: none;
	margin-bottom: 8px;
}

.accordions.alt-accordion .content_accord ul li:last-child {
	margin-bottom: 0;
}

.accordions.alt-accordion .content_accord ul li::before {
	content: '';
	position: absolute;
	left: 11px;
	top: 5px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
}

.accordions.alt-accordion .content_accord p {
	margin-bottom: 24px;
}

.accordions.has-centered-table table {
	margin: 24px auto 0;
}

.accordions.has-centered-table .content_accord table td {
	padding: 10px 8px;
	border-bottom: 1px solid currentColor;
}

.accordions.has-centered-table .content_accord table td:first-child {
	width: 150px;
}

.accordions.has-centered-table table tr:first-child td {
	font-weight: 700;
}

.animation_b {
	transition: 0.4s ease;
}

.project-slider-counter {
	display: none;
}

.product-gallery .slick-arrow {
	margin-top: -20px;
}

.color-wht {
	color: #fff;
}

.color-wht .file-accordeon__download,
.color-wht .um-form .um-field-block {
	color: #fff;
}

.pad-t-140 {
	padding-top: 140px;
}

.product-items.loading {
	filter: blur(2px);
}

.header_logo a img {
	width: 154px;
	transform: translateY(-6px);
}

/*.images_blocks .img {
	transition-delay: 0.4s;
}
*/
.images_blocks .txt {
	transition-delay: 0.9s;
}

.images_blocks .img.animation_b.off,
.images_blocks .row.even_reverse:nth-child(2n) .img.animation_b.off {
	transform: translateX(50%);
	opacity: 0;
}

.images_blocks .text.animation_b.off,
.images_blocks .row.even_reverse:nth-child(2n) .text.animation_b.off {
	transform: translateX(-50%);
	opacity: 0;
}

.images_blocks .row:not(.even_reverse):nth-child(2n) .img.animation_b.off,
.images_blocks .row.even_reverse:nth-child(2n + 1) .img.animation_b.off {
	transform: translateX(-50%);
}

.images_blocks .row:not(.even_reverse):nth-child(2n) .text.animation_b.off,
.images_blocks .row.even_reverse:nth-child(2n + 1) .text.animation_b.off {
	transform: translateX(50%);
}

.images_blocks .img.animation_b {
	transform: translateX(0);
	opacity: 1;
}

.images_blocks .text.animation_b {
	transform: translateX(0);
	opacity: 1;
}

.btn.inl_block {
	height: auto;
	padding-bottom: 10px;
	padding-top: 14px;
}

.filters_posts {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.filters_posts a {
	margin: 0;
}

.register_text {
	width: calc(50% - 16px);
	/* height: 1000px; */
}

.main-block:has(.register_text) {
	overflow: visible;
}

.register_text__inner {
	position: sticky;
	top: 30px;
}

.register_text h1 {
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 25px;
	color: #FFF;
}

.register_text h3 {
	color: #FFF;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.2px;
	margin-bottom: 25px;
}

.register_text ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 15px;
}

.register_text ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 25px;
	color: #FFF;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

.register_text ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url("../img/reg.svg") no-repeat;
	width: 24px;
	height: 24px;
}

.register_text p {
	color: #FFF;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.16px;
}

.register_text p a {
	color: #FFF;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.16px;
	text-decoration-line: underline;
}

.register_form {
	flex-direction: column;
	align-items: center;
	padding: 75px 57px 68px;
	border-radius: 16px;
	border: 1px solid #322D2D;
	background: #090909;
	width: calc(50% - 16px);
	position: relative;
}

.register_form form {
	position: relative;
}

.register_form.processing {
	filter: blur(2px);
	cursor: not-allowed;
	pointer-events: none;
}

.register_form h2 {
	color: #FFF;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 16px;
}


.register_form p.reg_form_subtitle {
	color: #FFF;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.16px;
}

.register_form p.reg_form_subtitle a {
	color: #FFF;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.16px;
	text-decoration-line: underline;
}

.register_form form input {
	width: 100%;
	border: 1px solid #6A6A6A;
	padding: 19px 21px;
	color: #fff;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.16px;
	background: none;
}

.register_form form input:focus {
	border-color: #fff;
}

.register_form form input::placeholder {
	color: #6A6A6A;
	opacity: 1;
}

.register_form .input-wrap {
	margin-bottom: 16px;
	position: relative;
}

.register_form .input-wrap.hony {
	display: none;
}

.register_form .bootstrap-select .btn {
	margin-bottom: 0;
}

.register_form .bootstrap-select .btn:focus {
	border-color: #fff;
	color: #fff;
}

.bootstrap-select.occupation .btn,
.bootstrap-select.state .btn {
	color: #fff;
}

.bootstrap-select.occupation .btn[title='Occupation'],
.bootstrap-select.state .btn[title='State'] {
	color: #6A6A6A;
}

.register_form form select {
	width: 100%;
	border: 1px solid #6A6A6A;
	padding: 19px 21px;
	color: #6A6A6A;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.16px;
	margin-bottom: 16px;
	background: none;
	appearance: none;
	background: url("../img/bt.svg") no-repeat 95% center;
}

.register_form form select option {
	width: 100%;
	border: 1px solid #6A6A6A;
	padding: 19px 21px;
	color: #6A6A6A;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.16px;
	background: none;
}

.register_form form input.confirm_password {
	margin-bottom: 0;
}

.reg_capcha {
	display: flex;
	justify-content: center;
	margin: 40px auto
}

.register_form form input.reg_submit {
	background: var(--alt-color) url("../img/ion_chevron-back-sharp.svg") no-repeat 95% center;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 158%;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 16px;
	text-align: left;
	cursor: pointer;
	transition: .3s ease;
	border: 1px solid var(--alt-color);

}

.register_form form input.reg_submit:hover {
	background-color: transparent;
	border-color: #fff;
	background-position: 98% center;
}

.register_form form p {
	color: #FFF;
	text-align: center;
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.14px;
}

.affiliation-accordion__header {
	font: 300 42px / 1.23 'tt-commons-pro';
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 24px;
}

.open .affiliation-accordion__header {
	background-color: #fff;
	color: #000;
}

.affiliation__content-inner {
	display: flex;
	gap: 24px;
}

.affiliation-img-wrap {
	flex-shrink: 0;
}

.affiliation-img-wrap img {
	margin: 0 13px;
	max-width: 200px;
}

.affiliation-txt-wrap .btn {
	margin-top: 24px;
}

.accordions .affiliation__content {
	background-color: #fff;
	padding: 0 24px 32px;
}

.affiliation-accordion__header-wrap {
	padding-right: 0 !important;
}

.affiliation-accordion .square-link.affilation-square-link {
	aspect-ratio: 1148 / 338;
	overflow: hidden;
	position: relative;
}

.affilation-square-link .square-link__inner {
	justify-content: space-between;
}

.affilation_hidden_link {
	display: none;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 24px;
}

.affilation-square-link:hover .affilation_hidden_link {
	display: block;
}

.affilation-square-link:hover .affilation_hidden_link img {
	height: fit-content;
}

.affilation_hidden_link p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.16px;
}

.affilation_more {
	margin-top: 24px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 165px;
	height: 36px;
	border: 1px solid #000;
	color: var(--Black, #000);
	font-family: 'tt-commons-pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.28px;
	text-transform: uppercase;
}

.tabs_toggle_s {
	row-gap: 10px;
	padding-bottom: 6px;
}

.bg-dark-section .btn.download-btn:hover {
	background-image: url('../img/download-icon.svg');
}

.share_links a {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.new-single-post-content img {
	/*	width: 100%;*/
	display: block;
	margin: 48px auto;
}

.new-single-post-content img.alignleft {
	float: left;
}

.new-single-post-content img.alignright {
	float: right;
}

.new-single-post-content ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 0;
}

.new-single-post-content :where(h1, h2, h3, h4, h5, h6) {
	letter-spacing: -0.48px;
	font: 300 24px / 1.5 var(--univers-font);
	margin-bottom: 1.333333em;
}

.new-single-post-content iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.new-single-post-content .post-content div {
	display: block;
	max-width: none;
}

.new-single-post-content .btn {
	font-size: 16px;
	letter-spacing: 0.32px;
	margin-top: 30px;
}

.new-single-post-content .co {
	display: block;
}

.new-single-post-content ul li::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 13px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #fff;
}

@media(min-width: 768px) {
	.news-single-more-news .intro_title {
		font-size: 42px;
	}
}

.check-list li {
	margin-bottom: 1.25em;
}

#fullpage {
	opacity: 0;
}

.fullpage-fade {
	position: fixed;
	z-index: 3;
	height: 100vh;
	width: 100vw;
}

.section_fade_time {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity 1.5s;
}

.section_fade_time.active {
	opacity: 1;
}

.section_fade_time:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.section_fade_time .title_time {

	text-align: center;
	font-family: 'GT Ultra Fine Trial';
	font-size: 128px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	/* 100% */
	letter-spacing: -2.56px;
	margin-bottom: 20px;
}

.section_fade_time p {

	font-family: 'tt-commons-pro', sans-serif;
	font-size: 24px;
	font-style: normal;
	max-width: 550px;
	margin-inline: auto;
	font-weight: 400;
	line-height: 1.25;
	/* 125% */
}

.section_fade_time .container {
	position: relative;
	z-index: 2;
}

.main-block:has(.animate-text-wrap) {
	overflow: visible;
}

.animate-text-wrap {
	height: 2000px;
}

.animate-text-wrap__inner {
	position: sticky;
	top: 0;
}

.anim-txt {
	white-space: nowrap;
	transition: transform 0.3s cubic-bezier(0.200, 0.650, 0.045, 0.905);
	/*display: grid;
	grid-auto-flow: column;
	width: 2880px;*/
}

.anim-txt svg {
	/*width: 1440px;*/
	height: 128px;
	max-width: none;
	width: auto;
}

.text_frame {
	margin-left: -200px;
	/* margin-right: -200px; */
	overflow: hidden;
	width: auto;
}

.top_banner.two-anim-text {
	height: auto;
}

.top_banner.two-anim-text .animate-text-wrap__inner {
	height: 92vh;
}

.top_banner.two-anim-text .text_frame {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	position: static;
}

.fullpage-fade-display {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.fullpage-fade-display__year {
	font-family: 'GT Ultra Fine Trial';
	font-size: 128px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -2.56px;
	margin-bottom: 20px;
	white-space: nowrap;
	transition: transform 1.5s linear;
	transform: scale(0.9);
}

.fullpage-fade-display__year.init {
	transform: scale(1);
}

.fullpage-fade-display__year-digit {
	display: inline-block;
	padding: 25px 0;
	position: relative;
	overflow-y: clip;
	width: 1ch;
}

.fullpage-fade-display__year-digit.animate-digit .digit {
	opacity: 0;
}

.fullpage-fade-display__year-digit .next,
.fullpage-fade-display__year-digit .prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.fullpage-fade-display__year-digit .number {
	padding: 25px 0;
	display: block;
}

.fullpage-fade-display__inner {
	position: relative;
	max-width: 550px;
	width: 100%;
	text-align: center;
}

.fullpage-fade-display__txt {
	font-family: 'tt-commons-pro', sans-serif;
	font-size: 24px;
	font-style: normal;
	margin-inline: auto;
	line-height: 1.25;
	position: absolute;
	width: 100%;
	transition: opacity 1s ease-out;
	opacity: 0;
	font-weight: 400;
}

.fullpage-fade-display__txt p,
.fullpage-fade-display__txt li {
	line-height: 1.25;
}

.fullpage-fade-display__txt.visible {
	opacity: 1;
}

.contributors {
	margin-top: 56px;
}

.contributors strong {
	font-weight: 700;
}

.contributors p {
	margin-bottom: 0;
}

.contributors li {
	margin-bottom: 0;
}

.contributors li a {
	text-decoration: underline;
}

/*#our_projects.full_slider .item_sl::after {
	display: none;
}
*/

.used-products__header {
	font: 700 18px / 1.5 var(--pro-commons-font);
}

a.used-products__link {
	text-decoration: underline;
}

.typical_configs__item img {
	display: block;
	margin-inline: auto;
}

.main-product-img {
	position: relative;
	overflow: hidden;
	aspect-ratio: 720 / 772;
}

.main-product-img img {
	object-fit: cover;
}

.section_video .intro_text {
	color: #fff;
}

.product-gallery {
	padding-block: clamp(40px, 6vw, 113px) 40px;
}

.product-galley__wrap:not(.galley_slider_style) {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, 260px);
}

.product-gallery__item {
	position: relative;
	overflow: hidden;
	aspect-ratio: 261 / 174;
}

.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.full_slider .item_sl {
	position: relative;
}

.compatible-systems-link {
	color: inherit;
}

.slider_video .item_sl_v a {}

.slider_video .item_sl_v a img {
	object-fit: cover;
	aspect-ratio: 457 / 257;
}

.page-template-page-liveable-design .top_banner .text_ban {
	p {
		line-height: 1.25;
		font-weight: 500;
	}
}

.images_blocks .row.dark-row {
	background-color: #000;
}

.images_blocks .subheader {

	font-family: "tt-commons-pro";
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.31;
	letter-spacing: -0.64px;
}

.images_blocks .txt-desc {
	color: #000;
	font-family: "tt-commons-pro", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.56;
	margin-top: 40px;
}

.images_blocks .row.dark-row :where(.subheader, .txt-desc) {
	color: #fff;
}

.intro-before-table {
	color: #000;
	font-family: "tt-commons-pro", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;


}

.intro-before-table p {
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.5;
}

.intro-before-table img {
	display: block;
	margin: clamp(25px, calc((64 / 1920)*100vw), 64px) auto;
}

.section-with-table {
	padding-block: clamp(30px, 7.8125vw, 150px);
	overflow: hidden;
}

.specks-table-wrap {
	margin-top: clamp(25px, calc((64 / 1920)*100vw), 64px);
	overflow-x: auto;
}

.specks-table {
	width: 100%;
}

@media(max-width: 520px) {
	.specks-table {
		width: 534px;
	}
}

.specks-table td {
	border-bottom: 1px solid #000;
	padding-block: 8px;
	color: #000;
	font-family: var(--pro-commons-font);
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	letter-spacing: -0.16px;
	vertical-align: middle;
}

.specks-table tr:not(:first-child) td:not(:first-child) {
	text-align: center;
	vertical-align: center;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.12px;
}

.specks-table tr.bold td {
	font-weight: 700;
}

.specks-table .yes {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: var(--alt-color);
	border-radius: 50%;
}

@media screen and (min-width: 1200px) {
	.container.container-750 {
		max-width: 780px;
	}

	.page-template-page-liveable-design .top_banner .intro_text {
		font-size: 54px;
	}

	.page-template-page-liveable-design .top_banner .text_ban {
		font-family: var(--pro-commons-font);
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 125%;

	}
}

@media (min-width: 992px) {
	.page-template-page-liveable-design .top_banner .text_ban {
		font-size: 22px;
	}
}

@media(max-width: 1500px) {
	.images_blocks .row .text {
		padding: 0 10% 0 7.5333%
	}

	.images_blocks .row:not(.even_reverse):nth-child(2n+1) .text,
	.images_blocks .row.even_reverse:nth-child(2n) .text {
		padding: 0 7.5333% 0 10%;
	}

	.intro_title.font_lg {
		font-size: 54px;
	}

	.news-slider .slick-prev {
		margin-right: -32px !important;
	}

	.news-slider .slick-next {
		margin-left: -32px !important;
	}
}

@media(max-width: 1366px) {

	.fullpage-fade,
	.fullpage-fade-display {
		pointer-events: none;
	}
}

@media(max-width: 1199px) {

	.showroom__intro {
		font-size: 20px;
	}

	.accordions.alt-accordion {
		margin-top: 0;
	}

	.features-alt__header {
		margin-bottom: 20px;
	}

	.pt-140 {
		padding-top: 100px;
	}

	.pb-140 {
		padding-bottom: 100px;
	}

	.alt-info-block {
		padding: 80px;
	}

	.alt-info-block__file-header {
		font-size: 21px;
		margin-bottom: 13px;
	}

	.alt-info-block__media-wrap {
		flex-direction: column;
		padding: 20px;
		border: 1px solid #B8B8B8;
		gap: 20px;
	}

	.test {
		padding: 80px 0;
	}

	.accordions.alt-accordion .content_accord,
	.accordions.alt-accordion .content_accord p,
	.test__sert-block-txt,
	.test-item__txt,
	.features-alt-card__txt,
	.alt-info-block__txt {
		font-size: 16px;
	}

	.alt-info-block__media-wrap::before {
		display: none;
	}

	.header_logo a img {
		transform: none;
	}

	.anim-txt svg {
		height: 84px;
	}

	.anim-txt {
		width: 2000px;
	}

	a.news_item_cat {
		margin-top: 20px;
	}

	.main_section {
		padding: 80px 0;
	}

	.news_block {
		max-width: 760px;
		margin: 0 auto;
	}

	.mar-t40 {
		margin-top: 35px;
	}

	.share_links {
		padding: 22px 0;
		margin-bottom: 10px;
	}

	.news_item {
		width: 360px;
	}

	.post_toggle_section .col-sm-5 {
		max-width: 390px;
	}

	.register_form {
		padding: 55px 35px 50px;
	}

	.news_item {
		height: auto;
		aspect-ratio: 360 / 440;
		padding: 20px;
	}

	.news-slider .news_item {
		margin: 0 auto;
	}

	.images_blocks.pad-t-130 {
		padding-top: 80px;
	}


	.images_blocks .row .text p,
	.images_blocks .row .text li {
		font-size: 16px;
	}

	.contact-us-top__left {
		flex-basis: 40%;
		width: 40%;
	}

	.contact-us-top__map {
		margin-left: 20px;
	}

	.images_blocks .row .text,
	.images_blocks .row:not(.even_reverse):nth-child(2n+1) .text,
	.images_blocks .row.even_reverse:nth-child(2n) .text {
		padding: 30px 15px;
	}

	.vacancies {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.product-availability__slider.slider_style .slick-arrow.slick-prev {
		margin-right: 0;
		right: calc(100% - 50px);
	}

	.product-availability__slider.slider_style .slick-arrow.slick-next {
		margin-left: 0;
		left: calc(100% - 50px);
	}
}

@media(max-width: 991px) {
	#news {
		padding-top: 60px;
	}

	.showroom__sidebar {
		margin-top: 40px;
		padding-left: 0;
	}

	.showroom {
		display: block;
	}

	.showrooms-wrap>div:not(:last-child) {
		margin-bottom: 30px;
	}

	.pb-140 {
		padding-bottom: 60px;
	}

	.pt-140 {
		padding-top: 60px;
	}

	.mt-24 {
		margin-top: 16px;
	}

	.mb-24 {
		margin-bottom: 16px;
	}

	.test__container {
		flex-direction: column;
		gap: 40px;
	}


	.features-alt__container {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 0;
	}

	.pad-t-140 {
		padding-top: 40px;
	}

	.product-galley__wrap {
		justify-content: center;
	}

	.fullpage-fade-display__year {
		font-size: 86px;
		margin-bottom: 0px;
	}

	.fullpage-fade-display__txt {
		font-size: 20px;
		padding: 0 25px;
	}

	.top_banner.two-anim-text .animate-text-wrap__inner {
		height: 80vh;
	}

	.animate-text-wrap {
		height: 1500px;
	}

	.anim-txt {
		width: 1700px;
	}

	.countdown__digit {
		font-size: 80px;
	}

	.countdown__digits-label {
		font-size: 17px;
	}

	.main_section.pad-md {
		padding: 50px 0;
	}

	.why-alspec-sect {
		padding: 100px 0 50px;
	}

	.why-alspec-sect .intro_title {
		padding-bottom: 40px;
		margin-bottom: 43px;
	}

	.industrial-page-benefits .intro_title {
		margin-bottom: 26px;
	}

	#news {
		padding-bottom: 75px;
	}

	.news_block .news_item {
		width: calc(50% - 20px);
	}

	.post_toggle_section .col-sm-7,
	.post_toggle_section .col-sm-5 {
		width: 100%;
		flex-basis: 100%;
		max-width: none;
	}

	.post_toggle_section .col-sm-5 {
		padding-block: 37px 0px;
	}

	.post_toggle_section .tabs_post_toggle {
		padding-left: 15px;
	}

	.solution-info-section .intro_text {
		margin-bottom: 20px;
	}

	.register_form {
		padding: 30px 15px 25px;
	}

	.register_form h2 {
		margin-bottom: 4px;
	}

	.news_block {
		gap: 25px;
	}

	.news_block .news_item {
		padding: 30px 24px;
		aspect-ratio: unset;
	}

	.news_item_img {
		height: auto;
		margin-top: 30px;

	}

	.item_info_wrap .col-md-3+.col-md-3 {
		border-left: none;
	}

	.section_video {
		padding: 60px 0;
	}

	.product-items-section {
		padding-bottom: 0 !important;
	}

	.product-items .col-md-2 {
		width: 33.33%;
	}

	.drop_filters {
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.drop_filters .item_filter {
		flex-basis: calc(50% - 16px);
	}

	.square-links-grid_3-columns {
		grid-template-columns: repeat(2, 1fr);
	}

	.images_blocks.pad-t-130 {
		padding-top: 40px;
	}

	.dealers-links,
	.working-hours {
		padding: 50px 0;
	}

	.mar-b48,
	.mar-b70 {
		margin-bottom: 38px;
	}

	.dealer-links-grid {
		margin-top: 60px;
	}

	.text_frame {
		position: absolute;
		margin-top: 0;
		bottom: 50px;
		left: 0;
		right: 0;
	}

	.contact-us-top__left,
	.contact-us-top__map-wrap {
		width: auto;
		max-width: none;
	}

	.contact-us-top {
		height: auto;
	}

	.contact-locations {
		padding: 40px 0;
	}

	.contact-us-top__left {
		background-color: transparent;
	}

	/* .contact-us-top__map-wrap { */
	/* 	text-align: center; */
	/* } */

	.contact-us-top__map-header {
		margin: 40px 0 30px;
	}

	.contact-us-top__map {
		margin-left: 0;
	}

	.contact-us-top {
		display: block;
		text-align: center;
	}

	.contact-us-top__header {
		margin-top: 30px;
	}

	.contact-us-top__header {
		margin-left: 0;
	}

	/* .square-links-grid { */
	/* 	margin-top: 40px; */
	/* } */
	.main_section {
		padding: 60px 0;
	}

	.main_section.pad-t200 {
		padding-top: 160px;
	}

	.pad-b80 {
		padding-bottom: 60px;
	}

	.mar-b40 {
		margin-bottom: 30px;
	}

	.file-accordeon__header {
		padding: 15px;
	}

	.file-accordeon__download-all-wrap {
		padding-bottom: 15px;
	}

	.file-accordeon.item_accord .file-accordeon__content {
		padding: 20px 15px 15px;
	}

	.product-availability__slider-wrap {
		margin-top: 23px;
	}

	.product-availability {
		padding: 25px 0 50px;
	}

	.slider_style .slick-dots {
		gap: 15px;
	}

	.green-core-switcher__btn {
		height: 85px;
	}

	.green-core-switcher__bigger-txt {
		font-size: 73px;
	}

	.green-core-switcher__lesser-txt {
		font-size: 25px;
	}

	.carbon-metrics {
		padding: 25px 0;
	}

	.carbon-metrics__txt-wrap {
		max-width: 360px;
	}

	/* .carbon-metrics__wrap { */
	/* 	display: block; */
	/* } */

	.essence-greencore {
		padding: 25px 0 25px;
	}

	.greencore-pioneer__img-part {
		margin-top: 40px;
		margin-left: 0;
		flex-shrink: 1;
		flex-basis: auto;
	}

	.greencore-pioneer__download {
		margin-top: 30px;
	}

	.greencore__header,
	.greencore-pioneer__text {
		margin-top: 16px;
	}

	.greencore-pioneer {
		padding: 50px 0 25px;
	}

	.greencore-pioneer__wrap {
		flex-direction: column;
	}

	.sustain-tabs__header {
		flex-direction: column;
		gap: 0;
	}

	.sustain-tabs__header a::after {
		bottom: -2px;
	}

	.sustain {
		padding: 50px 0;
	}

	.sustain-tabs {
		margin-top: 23px;
	}

	.sustain-tabs__content {
		margin-top: 35px;
	}

	.sustain-tabs__item {
		gap: 20px;
	}

	.proclad-nav-wrap {
		max-width: 100%;
	}

	.top_banner .scroll_down {
		bottom: -55px;
	}

	.pro-clad-tabs {
		padding: 50px 0;
	}

	.square-links-grid_bigger-gap {
		gap: 30px;
	}

	.square-links-grid {
		margin-top: 40px;
	}
}

@media(max-width: 767px) {
	.showroom__intro {
		font-size: 18px;
	}

	.showrooms-wrap>div:not(:last-child) {
		margin-bottom: 55px;
	}

	.showrooms-wrap {
		margin-top: 40px;
	}

	.alt-info-block__media-wrap {
		margin-top: 30px;
	}

	.test__items,
	.features-alt__container {
		grid-template-columns: 1fr 1fr;
		gap: 20px 0;
	}

	.pt-140 {
		padding-top: 40px;
	}

	.pb-140 {
		padding-bottom: 40px;
	}

	.alt-info-block {
		padding: 40px 0;
	}

	.alt-info-block__container {
		display: block;
	}

	.alt-info-block__txt-part {
		padding-right: 0;
		max-width: none;
	}

	.product-gallery .slick-arrow {
		bottom: -55px;
		top: auto;
	}

	.product-gallery .slick-arrow.slick-prev {
		right: auto;
		left: 15px;
	}

	.product-gallery .slick-next.slick-arrow {
		right: auto;
		left: 64px !important;
	}

	.project-slider-counter {
		display: flex;
		align-items: center;
		position: absolute;
		bottom: -46px;
		right: 15px;
		color: #fff;
		font-size: 14px;
		line-height: 1.71;
	}

	.contact-us-form__address-outer-wrap {
		overflow-x: auto;
		direction: rtl;
		padding-right: 96px;
	}

	.intro-before-table {
		font-size: 16px;
	}

	.images_blocks .txt-desc {
		margin-top: 17px;
	}

	.contributors {
		margin-top: 30px;
	}

	.anim-txt svg {
		height: 64px;
	}

	.affiliation__content-inner {
		flex-direction: column;
	}

	.top_banner.two-anim-text .animate-text-wrap__inner {
		height: 67vh;
	}

	.anim-txt {
		width: 1400px;
	}

	.new-single-post-content img {
		margin: 24px 0;
	}

	.countdown__digit {
		font-size: 70px;
	}

	.countdown__digits-label {
		font-size: 16px;
	}

	.countdown__get-updates-wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.fp-nav {
		left: 30px;
	}

	.top_line,
	.head_menu {
		padding-inline: 20px;
	}

	.head_menu {
		padding-block: 5px;
	}

	.top_line .header_right {
		gap: 16px;
	}

	.top_line a:not(.log_in) span {
		display: none;
	}

	.gallery_slider_section h2 {
		margin-bottom: 40px;
	}

	.gallery_slider_section.main_section {
		padding-top: 0;
	}

	.news_item_top a {
		display: inline-block;
		margin-bottom: 10px;
	}

	.news_block {
		max-width: 380px;
	}

	.news-single-more-news .intro_title {
		margin-bottom: 30px;
	}

	p+h4,
	ul+h4 {
		margin-top: 18px;
	}

	.mar-t40 {
		margin-top: 30px;
	}

	.main_section.pad-md {
		padding: 30px 0;
	}

	.why-alspec-sect {
		padding: 50px 0;
	}

	.why-alspec-sect .intro_title {
		padding-bottom: 30px;
		margin-bottom: 33px;
	}

	.news_block .news_item {
		width: 100%;
		/*aspect-ratio: 1 / 1;*/
	}

	.news_top {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	#about {
		padding: 60px 0;
	}

	.our_history_text {
		margin-bottom: 11px;
	}

	#news .news_block {
		margin-top: 40px;
	}

	#about .video {
		margin: 60px 0 0;
	}

	.post_toggle_section .item_post-toggle .product-carousel-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.product-carousel-top a.btn,
	#our_projects a.btn {
		flex-basis: auto;
	}

	.register_grid {
		flex-direction: column;
		gap: 25px;
	}

	.register_form,
	.register_text {
		width: auto;
	}

	.news_block {
		gap: 30px;
	}

	.products_slider_section {
		margin-top: 35px;
		flex-direction: column;
	}

	.products_lists_block {
		padding-top: 30px;
		padding-left: 15px !important;
	}

	.products_tabs {
		margin-bottom: 25px;
	}

	.products_lists ul li {
		margin-bottom: 15px;
	}

	.products_slider_section .products_carousels,
	.products_slider_section .products_lists_block {
		width: 100%;
	}

	.product-carousel-bottom {
		bottom: 45px;
	}

	.product-carousel-text {
		bottom: 100px;
	}

	.product-carousel-top {
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		gap: 20px;
	}

	.full_slider .slick-arrow.slick-prev {
		margin-left: 20px;
	}

	.full_slider .slick-arrow.slick-next {
		margin-right: 20px;
	}

	.full_slider .dots-wrap {
		width: 95%;
		bottom: 35px;
	}

	.project-carousel-block {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.project-carousel-right {
		align-items: flex-start;
	}

	.full_slider .item_sl {
		padding-top: 80px;
		height: 75vh;
	}

	.full_slider .subtitle_wrap {
		padding-top: 45px;
	}

	.product-items .col-md-2 {
		width: 50%;
	}

	.pad-t-75 {
		padding-top: 35px;
	}

	.mar-b48,
	.mar-b70 {
		margin-bottom: 30px;
	}

	.tabs_toggle_s {
		justify-content: center;
	}

	.pro-clad-tabs .tabs_toggle_s {
		margin-bottom: 33px;

	}

	.proclad-info-txt {
		margin-bottom: 30px;
	}

	.proclad-link.square-link.affilation-square-link {
		width: 360px;
	}

	.square-links-grid_3-columns {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.mar-b48 {
		margin-bottom: 28px;
	}

	.dealer-links-grid {
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
		margin-top: 30px;
	}

	.dealer-links__sep {
		display: none;
	}

	.small-mar-t-mobile {
		margin-top: 20px;
	}

	footer {
		padding-top: 20px;
		padding-bottom: 25px;
	}

	.file-accordeon__header {
		font-size: 32px;
	}

	.footer-top-item ul li {
		margin-bottom: 12px;
	}

	.footer-top {
		padding-bottom: 15px;
	}

	.files-accordeon {
		margin-block: 20px;
	}

	.file-accordeon {
		margin-block: 25px;
	}

	.accordions .item_accord+.item_accord {
		margin-top: 20px;
	}

	.white-papers-text {
		margin: -17px 0 40px;
	}

	.main_section {
		padding: 50px 0;
	}

	.info-cards-grid {
		row-gap: 40px;
	}

	.intro_title {
		font-size: 45px;
		margin-bottom: 14px;
	}

	.carbon-metrics__txt-wrap {
		max-width: none;
	}

	.carbon-metrics__wrap {
		flex-direction: column;
		gap: 8px;
	}


	.images_blocks .row:not(.even_reverse):nth-child(2n+1) {
		flex-direction: column;
	}

	.images_blocks .row>div {
		flex-basis: 100%;
		max-width: 100%;
	}

	.images_blocks .row .text,
	.images_blocks .row:not(.even_reverse):nth-child(2n+1) .text {
		padding: 30px 15px;
	}

	.vacancies {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.footer-top-item,
	.footer-top-item:last-child {
		width: 50%;
	}

	.sustain-tabs__item {
		flex-direction: column-reverse;
	}

	.sustain-tabs__text {
		max-width: none;
		margin-top: 7px;
	}

	.mar-t100 {
		margin-top: 50px;
	}

	.section_video {
		padding: 30px 0;
	}

	.section_video .slider_style {
		padding-bottom: 10px;
	}

	.section_video .intro_text {
		margin-bottom: 14px;
	}

	.slider_video .slick-arrow {
		top: -67px;
	}

	.test {
		padding: 40px 0;
	}
}

@media(max-width: 600px) {

	#news {
		padding-top: 40px;
	}

	.animate-text-wrap {
		padding-top: 10vh;
		height: calc(100vh + 200px);
	}

	.countdown__digit {
		font-size: 60px;
	}

	.countdown__digits-label {
		font-size: 15px;
	}

	.countdown__get-updates-header {
		font-size: 21px;
	}

	.fp-nav {
		left: 13px;
	}

	.mar-t40 {
		margin-top: 25px;
	}

	.middle_banner {
		height: 75vh;
	}

	.mar-b40 {
		margin-bottom: 25px;
	}

	.accordions .head_accord h4 {
		font-size: 28px;
	}

	.accordions .content_accord li,
	.accordions .content_accord p {
		font-size: 16px;
	}

	.why-alspec-sect {
		padding: 30px 0;
	}

	.check-list li {
		font-size: 24px;
		margin-bottom: 1em;
	}

	.check-list svg {
		flex-basis: 37px;
		margin-right: 16px;
	}

	#news {
		padding-bottom: 40px;
	}

	.wellcome-back__submit {
		width: 100%;
	}

	.news_block .news_item_cat {
		font-size: 16px;
	}

	.news_block {
		gap: 30px 0;
	}

	h2.intro_text.font_md,
	h1.intro_text.font_md {
		font-size: 38px;
	}

	.item_info_wrap .item_info {
		padding: 30px 0;
	}

	.two_blocks_section .col-md-6:first-child,
	.two_blocks_section .col-md-6:last-child {
		padding-left: 20px;
		padding-right: 20px;
	}

	.two_blocks_section .col-md-6:first-child {
		align-items: flex-start;
	}

	.file-accordeon__header {
		font-size: 30px;
		padding: 10px;
	}

	.product-items .col-md-2 {
		width: 100%;
	}

	.pro-18-500 {
		font-size: 16px;
	}

	.product-banner__header {
		margin-bottom: 10px;
	}

	.contact-us-form__address-wrap {
		text-align: initial;
		width: 550px;
		direction: ltr;
	}

	.contact-us-form {
		padding-top: 30px;
	}

	.contact-us-form__address {
		margin-top: 17px;
	}


	.contact-address {
		padding-top: 15px;
	}

	.contact-address__city {
		margin-bottom: 15px;
		font-size: 28px;
	}

	.contact-locations__grid {
		row-gap: 33px;
	}

	.contact-address {
		font-size: 16px;
	}

	.footer-top-item ul li {
		margin-bottom: 12px;
	}

	.footer-top-item ul {
		margin-bottom: 17px;
	}


	.footer-top {
		padding-bottom: 15px;
	}

	.main_section {
		padding: 30px 0;
	}

	.intro_title {
		font-size: 38px !important;
	}

	h2 {
		font-size: 36px;
	}

	.top_banner .scroll_down {
		right: 15px;
	}

	.top_banner .scroll_down svg {
		height: 57px;
		width: 57px;
	}

	.vacancy {
		padding: 14px 10px;
	}

	.sustain {
		padding: 30px 0;
	}

	.more-solutions-slider .intro_text {
		margin-bottom: 25px;
	}

	.section_time .title_time {
		font-size: 75px;
	}

	.section_time p {
		font-size: 18px;
	}

}


@media screen and (max-width: 450px) {

	.accordions.alt-accordion h2.file-accordeon__header span {
		font-size: 28px;
		margin-right: 10px;
	}

	.features-alt__container,
	.test__items {
		grid-template-columns: 1fr;
	}

	.anim-txt {
		width: 1000px;
	}

	.footer-top-item,
	.footer-top-item:last-child {
		width: 100%;
	}

	.drop_filters .item_filter {
		flex-basis: 100%;
	}

	.news-slider .news_item {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.proclad-link.square-link.affilation-square-link {
		width: 100%;
	}
}

/* .images_blocks:has(.referer) { */
/* 	overflow: clip; */
/* } */

.referer-header {
	@media(max-width: 1199px) {
		width: 100%;
	}
}

.referer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #000;
	/* background-color: #fff; */
	/* position: sticky; */
	/* z-index: 1; */
	/* top: 0; */
}

.referer__img {
	max-width: none;
	max-height: 80px;
	width: auto;
	height: auto;
}

.referer__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 20px;
	position: relative;
}

.referer__link {
	display: flex;
	align-items: center;
	gap: 4px;
	font: 500 16px / 1.5 var(--pro-commons-font);
	color: inherit;
}

.referer__link img {
	max-width: 16px;
}

.referer__list-contacts {
	display: flex;
	gap: 16px;
}

.referer__list-contacts li {
	margin-bottom: 0;
}

.referer__info-top {
	font: 700 16px / 1.5 var(--pro-commons-font);
}


@media(max-width: 767px) {
	.referer {
		margin-top: 10px;
		padding-inline: 20px;

	}

	.page-template-page-solutions-flex-template .main_section.color-white h2.font_sm {
		text-align: center;
	}
}

@media(max-width: 767px) {
	.referer {
		flex-direction: column;
	}

	.referer__info {
		margin-left: 0;
		margin-top: 5px;
		flex-direction: row;
		gap: 5px 16px;
		flex-wrap: wrap;
	}

	.referer__info::before {
		display: none;
	}
}

@media(max-width: 600px) {
	.referer__list-contacts {
		flex-direction: column;
		gap: 0;
		align-items: center;
	}
}

@media(max-width: 380px) {
	.referer__info {
		flex-direction: column;
		text-align: center;
	}

}
