html,
body {
	background: #f7f6f3;
}

.flx-messenger-widget {
	position: fixed;
	right: 24px;
	bottom: 104px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.flx-messenger-widget .soccont {
	display: flex;
	flex-direction: column;
	gap: 10px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity .25s ease, transform .25s ease;
}

.flx-messenger-widget.is-open .soccont {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.flx-messenger-widget .socelem,
.flx-messenger-toggle {
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	box-shadow: 0 10px 24px rgba(17, 36, 44, .24);
	transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.flx-messenger-widget .socelem:hover,
.flx-messenger-toggle:hover {
	color: #fff;
	opacity: .92;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(17, 36, 44, .3);
}

.flx-messenger-widget .socelem img {
	display: block;
	width: 24px;
	height: 24px;
}

.flx-msgr-viber {
	background: #675da9;
}

.flx-msgr-telegram {
	background: #229ed9;
}

.flx-msgr-whatsapp {
	background: #0dc143;
}

.flx-msgr-phone {
	background: #33a867;
}

.flx-msgr-email {
	background: #1e3a5f;
}

.flx-messenger-toggle {
	background: #0a9aae;
	cursor: pointer;
	padding: 0;
}

.flx-messenger-toggle .socopen {
	display: inline-flex;
}

.flx-messenger-toggle .socclose {
	display: none;
}

.flx-messenger-widget.is-open .flx-messenger-toggle .socopen {
	display: none;
}

.flx-messenger-widget.is-open .flx-messenger-toggle .socclose {
	display: inline-flex;
}

@media only screen and (max-width: 767px) {
	.flx-messenger-widget {
		right: 14px;
		bottom: 108px;
		gap: 9px;
	}

	.flx-messenger-widget .soccont {
		gap: 8px;
	}

	.flx-messenger-widget .socelem,
	.flx-messenger-toggle {
		width: 44px;
		height: 44px;
		font-size: 18px;
	}
}
.arrow_bread {
	position: absolute;
	top: -4px;
	right: 13px;
	color: rgba(141, 143, 140, 0.7);
}
.flx-home-redesign {
	background: #f7f6f3;
	color: #111416;
}

.flx-home-redesign .page_content,
.flx-home-redesign .page_content_area {
	min-height: auto;
}

.flx-home-redesign .header {
	background: #fff;
	border-bottom: 1px solid rgba(141, 143, 140, 0.15);
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 100;
}

.flx-home-redesign .header:before {
	background: #0499ad;
	content: "";
	display: block;
	height: 3px;
}

.flx-home-redesign .header.is-fixed {
	box-shadow: 0 14px 34px rgba(17, 20, 22, 0.08);
}

.flx-home-redesign .header_container {
	margin: 0 auto;
	max-width: none;
	padding: 0 60px;
	width: 100%;
}

.flx-home-redesign .header_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 68px;
	width: 100%;
}

.flx-home-redesign .header_col {
	width: 100%;
}

.flx-home-redesign .logo {
	float: none;
	margin: 0;
	width: 183.453px;
}

.flx-home-redesign .logo a {
	display: flex;
	align-items: center;
	height: 28px;
}

.flx-home-redesign .navbar {
	float: none;
	margin: 0;
	min-height: 0;
	position: static;
	width: auto;
}

.flx-home-redesign .navbar-default .navbar-nav > li > a {
	border: 0;
	color: #0d0e0c;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.1px;
	line-height: 16px;
	padding: 22px 0;
	text-transform: uppercase;
	width: auto;
}

.flx-home-redesign .navbar-default .navbar-nav > li {
	position: relative;
}

.flx-home-redesign .navbar-default .navbar-nav > li > a:hover,
.flx-home-redesign .navbar-default .navbar-nav > li > a:focus,
.flx-home-redesign .navbar-default .navbar-nav li .active {
	border: 0;
	color: #0499ad;
}

.flx-home-redesign .navbar-default .navbar-nav li .active:after {
	background: #0499ad;
	bottom: 20px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.flx-home-redesign .dropdown_content {
	background: #fff;
	border: 1px solid rgba(141, 143, 140, 0.14);
	box-shadow: 0 18px 40px rgba(17, 20, 22, 0.08);
	left: 50%;
	min-width: 230px;
	opacity: 0;
	padding: 0px 0;
	pointer-events: none;
	position: absolute;
	top: 50px;
	transform: translateX(-50%) translateY(8px);
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
	visibility: hidden;
	z-index: 90;
}


.flx-home-redesign .dropdown_li:focus-within .dropdown_content,
.flx-home-redesign .dropdown_li.is-open .dropdown_content,
.flx-home-redesign .dropdown_li > .dropdown_link:hover ~ .dropdown_content,
.flx-home-redesign .dropdown_li > .after_dropdown:hover ~ .dropdown_content {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

.flx-home-redesign .dropdowned_list {
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: static;
	visibility: visible;
}

.flx-home-redesign .dropdowned_list li {
	text-align: left;
	width: 100%;
}

.flx-home-redesign .navbar-default .navbar-nav > li .dropdown_content a {
	border: 0;
	color: #0d0e0c;
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.4px;
	line-height: 18px;
	padding: 9px 24px;
	text-align: left;
	white-space: nowrap;
}

.flx-home-redesign .navbar-default .navbar-nav > li .dropdown_content a:hover {
	background: rgba(4, 153, 173, 0.04);
	color: #0499ad;
}

.flx-home-redesign .after_dropdown {
	background-image: none;
	border-bottom: 1px solid #8d8f8c;
	border-right: 1px solid #8d8f8c;
	display: block;
	height: 5px;
	left: auto;
	margin-top: 0;
	position: absolute;
	right: -4px;
	top: 26px;
	transform: rotate(45deg);
	width: 5px;
}

.flx-home-redesign .dropdown_li > .dropdown_link:hover ~ .after_dropdown,
.flx-home-redesign .dropdown_li:focus-within .after_dropdown {
	border-color: #0499ad;
}

.flx-home-redesign .dropdown_li > .dropdown_link:hover {
	border: 0;
}

.flx-home-redesign .dropdown_link:after {
	display: none;
}

.flx-home-redesign .dropdown_link {
	display: block;
	height: auto;
	width: auto;
}

.flx-home-redesign .socials {
	display: none;
}

.flx-home-redesign .lang_selection_area {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	float: none;
	margin-left: 5px;
	position: static;
}

.flx-home-redesign .language_selection {
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.flx-home-redesign .language_selection a {
	align-items: center;
	border: 1px solid transparent;
	color: #8d8f8c;
	display: flex;
	font-size: 11px;
	font-weight: 300;
	height: 28px;
	justify-content: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 34px;
}

.flx-home-redesign .language_selection a:hover,
.flx-home-redesign .language_selection a.lang_selected {
	border-color: rgba(4, 153, 173, 0.35);
	color: #0499ad;
}

.flx-section {
	position: relative;
}

.flx-home-redesign .flx-section > .container {
	margin: 0 auto;
	max-width: 1370px;
	padding: 0 15px;
	width: calc(100% - 96px);
}

.flx-home-redesign .flx-hero .container {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.flx-mark {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 32px;
}

.flx-mark span {
	background: #0499ad;
	display: block;
	height: 3px;
}

.flx-mark span:nth-child(1) {
	width: 56px;
}

.flx-mark span:nth-child(2) {
	opacity: 0.5;
	width: 36px;
}

.flx-mark span:nth-child(3) {
	opacity: 0.2;
	width: 18px;
}

.flx-hero {
	background: #050709;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.flx-hero:before {
	background: #0499ad;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 5px;
	height: 100%;
	z-index: 110;
}

.flx-hero .main_slider_background {
	background: transparent;
	height: auto;
}

.flx-hero .main_slider_area {
	height: auto;
}

.flx-hero .main_slide {
	min-height: 575px;
	position: relative;
}

.flx-hero .slide_img {
	height: 100%;
	left: -28px;
	object-fit: cover;
	position: absolute;
	top: -17px;
	width: calc(100% + 56px);
}

.flx-hero .main_slide:after {
	background: linear-gradient(0deg, rgba(5, 7, 9, 0.62), rgba(5, 7, 9, 0.12) 55%, rgba(5, 7, 9, 0.04));
	content: "";
	inset: 0;
	position: absolute;
}

.flx-hero .main_slide_container {
	bottom: 64px;
	left: 0;
	max-width: 1370px;
	padding: 0 64px 32px;
	position: absolute;
	right: 0;
	top: auto;
	z-index: 100;
}

.flx-hero .main_slide_title {
	color: #fff;
	display: block;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: -5.2px;
	line-height: 1.28;
	max-width: 920px;
	position: relative;
	text-shadow: none;
	z-index: 11;
}

.flx-hero .main_slide_title em,
.flx-hero .main_slide_title i,
.flx-accent {
	color: #0499ad;
	font-style: italic;
}

.flx-hero .main_slide_text {
	color: rgba(255, 255, 255, 0.45);
	display: block;
	font-size: 15px;
	font-weight: 300;
	line-height: 27.75px;
	margin-top: 0;
	max-width: 1434px;
	position: relative;
	text-shadow: none;
	z-index: 11;
}

.flx-hero .slick-dots {
	background: rgba(5, 7, 9, 0.72);
	bottom: 0;
	display: flex;
	gap: 8px;
	height: 64px;
	left: 0;
	padding: 30px 64px;
	position: absolute;
	width: 100%;
}

.flx-hero .slick-dots:before {
	background: rgba(255, 255, 255, 0.07);
	content: "";
	height: 3px;
	left: 5px;
	position: absolute;
	right: 0;
	top: -3px;
}

.flx-hero .slick-dots:after {
	background: #0499ad;
	content: "";
	height: 3px;
	left: 5px;
	position: absolute;
	top: -3px;
	width: 78%;
}

.flx-hero .slick-dots li,
.flx-hero .slick-dots .slick-active,
.flx-hero .slick-dots li:hover {
	background: transparent;
	border: 0;
	height: 20px;
	line-height: 20px;
	margin: 0;
	width: auto;
}

.flx-hero .slick-dots li:not(.flx-hero-count) {
	display: none;
}

.flx-hero .flx-hero-count {
	display: flex !important;
	gap: 20px;
	align-items: center;
}

.flx-hero .flx-hero-count span {
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

.flx-hero .flx-hero-count em {
	color: rgba(255, 255, 255, 0.25);
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	line-height: 17px;
}

.flx-hero .slick-dots li button {
	background: transparent;
	border: 0;
	color: inherit;
	display: block;
	font-size: inherit;
	height: auto;
	line-height: inherit;
	padding: 0;
	width: auto;
}

.flx-hero .slick-dots li button:before {
	content: "";
}

.flx-hero .slick-arrow {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.14);
	bottom: 10px;
	display: block !important;
	height: 44px;
	opacity: 1;
	top: auto;
	visibility: visible;
	width: 44px;
	z-index: 20;
}

.flx-hero .slick-arrow:before {
	color: rgba(255, 255, 255, 0.55);
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	opacity: 1;
}

.flx-hero .slick-prev:before {
	content: "←";
}

.flx-hero .slick-next:before {
	content: "→";
}

.flx-hero .slick-prev {
	left: auto;
	right: 108px;
}

.flx-hero .slick-next {
	right: 64px;
}

.flx-statement {
	background: #fff;
	border-top: 1px solid rgba(141, 143, 140, 0.12);
	padding: 72px 0;
}

.flx-statement__grid {
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.flx-statement__title {
	color: #111416;
	font-size: 46px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.14;
	max-width: 650px;
}

.flx-statement__text {
	color: #0d0e0c;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.flx-more {
	color: #0499ad;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 28px;
	text-transform: uppercase;
}

.flx-more:after {
	background: #0499ad;
	content: "";
	height: 2px;
	width: 24px;
}

.flx-contacts-redesign .breadcrumbs_ul {
	border-top: 0;
	margin: 0 auto;
	max-width: 1370px;
	padding: 48px 15px 0;
	width: calc(100% - 96px);
}

.flx-contacts-redesign .breadcrumbs_ul a {
	color: rgba(141, 143, 140, 0.7);
	font-size: 12px;
	font-weight: 300;
	padding-right: 34px;
	text-transform: uppercase;
}

.flx-contacts-redesign .breadcrumbs_ul a:hover,
.flx-contacts-redesign .breadcrumbs_ul .active_bread {
	color: #0499ad;
}

.flx-home-redesign .breadcrumbs_container {
	max-width: none;
	width: auto;
}

.flx-home-redesign .breadcrumbs_container .row {
	margin-left: 0;
	margin-right: 0;
}

.flx-home-redesign .breadcrumbs_container [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.flx-contact-page {
	background: #f7f6f3;
	padding: 56px 0 0;
}

.flx-contact-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 48px;
}

.flx-contact-head h1 {
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

.flx-contact-cards {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 96px;
}

.flx-contact-card {
	background: #fff;
	border: 1px solid rgba(141, 143, 140, 0.14);
	min-height: 245px;
	padding: 32px;
	position: relative;
}

.flx-contact-card:before,
.flx-contact-map-card:before {
	background: #0499ad;
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.25s ease;
}

.flx-contact-card:hover:before,
.flx-contact-map-card:hover:before {
	opacity: 1;
}

.flx-contact-card__label {
	color: #0499ad;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.flx-contact-card__content,
.flx-contact-card__content p {
	color: #0d0e0c;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 28px;
	margin: 0;
}

.flx-contact-card__content a {
	color: #111416;
}

.flx-contact-card__content a:hover {
	color: #0499ad;
}

.flx-contact-map-band {
	background: rgba(141, 143, 140, 0.15);
	padding: 72px 0 96px;
}

.flx-contact-map-head {
	margin-bottom: 28px;
}

.flx-contact-map-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flx-contact-map-card {
	background: #fff;
	border: 1px solid rgba(141, 143, 140, 0.14);
	height: 430px;
	min-height: 430px;
	overflow: hidden;
	padding: 12px;
	position: relative;
}

.flx-contact-map-card #map,
.flx-contact-map-card a {
	display: block;
	height: 100%;
	width: 100%;
}

.flx-contact-map-card img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.flx-contact-map-card iframe {
	border: 0;
	display: block;
	height: 100%;
	min-height: 404px;
	width: 100%;
}

.flx-services {
	background: #f7f6f3;
	border-top: 1px solid rgba(141, 143, 140, 0.14);
	padding: 0;
}

.flx-services__head-band {
	background: #f7f6f3;
	padding: 96px 0 48px;
}

.flx-services__grid-band {
	background: rgba(141, 143, 140, 0.15);
	padding: 0 0 80px;
}

.flx-services__head-band > .container,
.flx-services__grid-band > .container,
.flx-contact-map-band > .container {
	margin: 0 auto;
	max-width: 1370px;
	padding: 0 15px;
	width: calc(100% - 96px);
}

.flx-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 0;
}

.flx-section-title {
	color: #111416;
	font-size: 55px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.08;
}

.flx-accent-word {
	color: #0499ad;
}

.flx-services__grid {
	background: transparent;
	display: grid;
	gap: 1px;
	grid-auto-rows: 473px;
	grid-template-columns: repeat(12, 1fr);
}

.flx-service-card {
	background: #111416;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 473px;
	overflow: hidden;
	padding: 28px;
	position: relative;
}

.flx-service-card:nth-child(1) {
	grid-column: span 7;
}

.flx-service-card:nth-child(2) {
	grid-column: span 5;
}

.flx-service-card:nth-child(3) {
	grid-column: span 5;
}

.flx-service-card:nth-child(4) {
	grid-column: span 7;
}

.flx-service-card:nth-child(n+5) {
	grid-column: span 12;
	min-height: 315px;
}

.flx-service-card img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.flx-service-card:after {
	background: linear-gradient(0deg, rgba(5, 7, 9, 0.65), rgba(5, 7, 9, 0));
	content: "";
	inset: 0;
	position: absolute;
}

.flx-service-card:hover:after {
	background: linear-gradient(0deg, rgba(5, 7, 9, 0.78), rgba(5, 7, 9, 0.12));
}

.flx-service-card:before {
	background: #0499ad;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.25s ease;
	z-index: 3;
}

.flx-service-card:hover:before {
	opacity: 1;
}

.flx-service-card__num {
	display: block;
	position: relative;
	z-index: 2;
}

.flx-service-card__content {
	bottom: 28px;
	display: block;
	left: 28px;
	opacity: 0;
	position: absolute;
	right: 28px;
	transform: translateY(10px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	z-index: 4;
}

.flx-service-card:hover .flx-service-card__content {
	opacity: 1;
	transform: translateY(0);
}

.flx-service-card__num {
	color: #0499ad;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2.2px;
	line-height: 15px;
}

.flx-service-card__title {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	max-width: 520px;
}

.flx-service-card__text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 14px;
	max-width: 520px;
	display: none;
}

.flx-clients {
	background: #fff;
	border-top: 1px solid rgba(141, 143, 140, 0.14);
	overflow: hidden;
	padding: 96px 0;
}

.flx-clients__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 64px;
}

.flx-clients__head > div:first-child {
	max-width: 673px;
}

.flx-clients .clients_title {
	color: #111416;
	font-size: 55px;
	font-weight: 300;
	letter-spacing: -1.65px;
	line-height: 1.1;
	text-align: left;
}

.flx-clients__intro {
	color: rgba(141, 143, 140, 0.6);
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
	max-width: 360px;
	text-align: right;
}

.flx-clients__frame {
	border: 1px solid rgba(141, 143, 140, 0.14);
	position: relative;
}

.flx-clients__corner {
	border-color: #0499ad;
	height: 24px;
	position: absolute;
	width: 24px;
	z-index: 2;
}

.flx-clients__corner--tl {
	border-left: 1px solid #0499ad;
	border-top: 1px solid #0499ad;
	left: -10px;
	top: -10px;
}

.flx-clients__corner--tr {
	border-right: 1px solid #0499ad;
	border-top: 1px solid #0499ad;
	right: -10px;
	top: -10px;
}

.flx-clients__corner--br {
	border-bottom: 1px solid #0499ad;
	border-right: 1px solid #0499ad;
	bottom: -10px;
	right: -10px;
}

.flx-clients__corner--bl {
	border-bottom: 1px solid #0499ad;
	border-left: 1px solid #0499ad;
	bottom: -10px;
	left: -10px;
}

.flx-clients__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flx-client-card {
	border-bottom: 1px solid rgba(141, 143, 140, 0.1);
	border-right: 1px solid rgba(141, 143, 140, 0.1);
	min-height: 116px;
	position: relative;
}

.flx-client-card:after {
	background: #0499ad;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.25s ease;
}

.flx-client-card:hover:after {
	opacity: 1;
}

.flx-client-card:nth-child(4n) {
	border-right: 0;
}

.flx-client-card__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 116px;
	padding: 28px 32px 24px;
}

.flx-client-card__inner:hover {
	background: rgba(4, 153, 173, 0.025);
}

.flx-client-card img {
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-height: 50px;
	max-width: min(170px, 72%);
	object-fit: contain;
	object-position: left center;
	width: auto;
}

.flx-client-card__category {
	color: rgba(141, 143, 140, 0.35);
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 1.44px;
	line-height: 14px;
	text-transform: uppercase;
}

.flx-home-redesign .footer {
	background: #f7f6f3;
	border-top: 1px solid rgba(141, 143, 140, 0.14);
	color: #8d8f8c;
	overflow: hidden;
	position: relative;
}

.flx-home-redesign .footer:before {
	background: #0499ad;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.flx-footer-bg {
	color: rgba(4, 153, 173, 0.07);
	font-size: 240px;
	font-weight: 700;
	letter-spacing: -12px;
	line-height: 1;
	position: absolute;
	left: 46px;
	bottom: -34px;
	white-space: nowrap;
}

.flx-home-redesign .footer_container {
	background: transparent;
	margin: 0 auto;
	max-width: 1370px;
	padding: 3px 15px 0;
	position: relative;
	width: calc(100% - 96px);
	z-index: 3;
}

.flx-footer-main {
	border-bottom: 1px solid rgba(141, 143, 140, 0.14);
	display: grid;
	grid-template-columns: 430px 195px 312px 312px;
	gap: 40px;
	min-height: 340px;
	padding: 80px 0 64px;
}

.flx-footer-brand {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.flx-footer-logo {
	display: block;
	width: 170px;
}

.flx-footer-logo img {
	display: block;
	width: 100%;
}

.flx-footer-text {
	color: #0d0e0c;
	font-size: 13px;
	font-weight: 300;
	line-height: 25px;
	max-width: 300px;
}

.flx-footer-socials {
	display: flex;
	gap: 20px;
}

.flx-footer-socials a {
	display: flex;
	height: 15px;
	opacity: 0.95;
	width: 15px;
}

.flx-footer-socials a:hover {
	opacity: 0.9;
}

.flx-footer-socials img {
	display: block;
	height: 15px;
	object-fit: contain;
	width: 15px;
}

.flx-footer-col {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.flx-footer-title {
	color: #8d8f8c;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2.16px;
	line-height: 14px;
	margin-bottom: 8px;
	padding-bottom: 9px;
	position: relative;
	text-transform: uppercase;
}

.flx-footer-title:after {
	background: #0499ad;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	width: 20px;
}

.flx-footer-col a {
	color: #0d0e0c;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}

.flx-footer-col a:hover,
.flx-footer-col a.flx-footer-active {
	color: #0499ad;
}

.flx-footer-production {
	border-bottom: 1px solid rgba(141, 143, 140, 0.14);
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 94px;
}

.flx-footer-production-line {
	background: #0499ad;
	height: 36px;
	width: 3px;
}

.flx-footer-production strong {
	color: #0499ad;
	display: block;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.98px;
	line-height: 14px;
	text-transform: uppercase;
}

.flx-footer-production a {
	color: #0d0e0c;
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 19px;
	margin-top: 4px;
}

.flx-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 63px;
}

.flx-footer-bottom,
.flx-footer-bottom a {
	color: rgba(141, 143, 140, 0.5);
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.8px;
	line-height: 15px;
}

.flx-home-redesign .copyright_col {
	color: rgba(141, 143, 140, 0.5);
	font-size: 10px;
	padding: 0 0 20px;
}

.flx-home-redesign .footer_shadow_area {
	display: none;
}

.flx-text-redesign .breadcrumbs_ul {
	border-top: 0;
	margin: 0 auto;
	max-width: 1370px;
	padding: 20px 15px 0;
	width: calc(100% - 96px);
}

.flx-text-redesign .breadcrumbs_ul a {
	color: rgba(141, 143, 140, 0.7);
	font-size: 12px;
	font-weight: 300;
	padding-right: 34px;
	text-transform: uppercase;
}

.flx-text-redesign .breadcrumbs_ul a:hover,
.flx-text-redesign .breadcrumbs_ul .active_bread {
	color: #0499ad;
}

.flx-text-redesign .bread_li span[style] {
	color: #0499ad !important;
	right: 20px !important;
}

.flx-text-page {
	background: #f7f6f3;
	padding: 56px 0 88px;
}

.flx-text-layout {
	display: block;
}

.flx-text-heading .main_title,
.flx-text-heading .main_title h1 {
	color: #111416;
	font-family: "Open Sans", sans-serif;
	font-size: 55px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.08;
	margin: 0;
}

.flx-text-heading .main_title h1 {
	display: inline;
}

.flx-text-heading .main_title h1:after {
	color: #0499ad;
	content: ".";
}

.flx-text-redesign .page_text_col {
	background: #fff;
	border: 1px solid rgba(141, 143, 140, 0.14);
	color: #5f6668;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 29px;
	margin: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	overflow: hidden;
	padding: 40px;
	position: relative;
	word-break: break-word;
}

.flx-text-redesign .page_text_col:before {
	background: #0499ad;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.flx-text-redesign .page_text_col p {
	font-family: "Open Sans", sans-serif;
	line-height: 29px;
	margin-bottom: 24px;
}

.flx-text-redesign .page_text_col p:last-child {
	margin-bottom: 0;
}

.flx-text-redesign .page_text_col h2,
.flx-text-redesign .page_text_col h3 {
	color: #111416;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 22px;
}

.flx-text-redesign .page_text_col h2 {
	font-size: 34px;
}

.flx-text-redesign .page_text_col h3 {
	font-size: 26px;
}

.flx-text-redesign .page_text_col a {
	color: #0499ad;
}

.flx-text-redesign .page_text_col img {
	display: block;
	height: auto;
	margin: 8px 0 24px;
	max-width: 100%;
	position: static;
	top: auto;
}

.flx-text-redesign .page_text_col ul,
.flx-text-redesign .page_text_col ol {
	margin: 0 0 24px;
	padding-left: 22px;
}

.flx-text-redesign .page_text_col li {
	margin-bottom: 10px;
}

.flx-text-gallery {
	background: rgba(141, 143, 140, 0.15);
	padding: 0 0 104px;
}

.flx-gallery-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flx-gallery-cell {
	min-width: 0;
}

.flx-text-redesign .gallery_item {
	background: #fff;
	border: 1px solid rgba(141, 143, 140, 0.14);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.flx-text-redesign .gallery_item:after {
	background: #0499ad;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.25s ease;
}

.flx-text-redesign .gallery_item:hover:after {
	opacity: 1;
}

.flx-text-redesign .gallery_item a {
	display: block;
	aspect-ratio: 16 / 10;
}

.flx-text-redesign .gallery_item img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.flx-text-redesign .gallery_item:hover img {
	transform: scale(1.04);
}

.flx-sales-section-redesign .gallery_item {
	background: #fff;
	border: 1px solid rgba(141, 143, 140, 0.14);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.flx-sales-section-redesign .gallery_item:after {
	background: #0499ad;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.25s ease;
}

.flx-sales-section-redesign .gallery_item:hover:after {
	opacity: 1;
}

.flx-sales-section-redesign .gallery_item a {
	display: block;
	aspect-ratio: 16 / 10;
}

.flx-sales-section-redesign .gallery_item img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.flx-sales-section-redesign .gallery_item:hover img {
	transform: scale(1.04);
}

.flx-labels-section-redesign .gallery_item {
	background: #fff;
	border: 1px solid rgba(141, 143, 140, 0.14);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.flx-labels-section-redesign .gallery_item:after {
	background: #0499ad;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.25s ease;
}

.flx-labels-section-redesign .gallery_item:hover:after {
	opacity: 1;
}

.flx-labels-section-redesign .gallery_item a {
	display: block;
	aspect-ratio: 16 / 10;
}

.flx-labels-section-redesign .gallery_item img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.flx-labels-section-redesign .gallery_item:hover img {
	transform: scale(1.04);
}

.flx-sales-redesign .breadcrumbs_ul {
	border-top: 0;
	margin: 0 auto;
	max-width: 1370px;
	padding: 15px 15px 0;
	width: calc(100% - 96px);
}

.flx-sales-redesign .breadcrumbs_ul a {
	color: rgba(141, 143, 140, 0.7);
	font-size: 12px;
	font-weight: 300;
	padding-right: 34px;
	text-transform: uppercase;
}

.flx-sales-redesign .breadcrumbs_ul a:hover,
.flx-sales-redesign .breadcrumbs_ul .active_bread {
	color: #0499ad;
}

.flx-sales-redesign .bread_li span[style] {
	color: #0499ad !important;
	right: 20px !important;
}

.flx-sales-page {
	background: #f7f6f3;
	padding: 56px 0 72px;
}

.flx-sales-layout {
	display: block;
}

.flx-sales-heading .main_title,
.flx-sales-heading .main_title h1 {
	color: #111416;
	font-family: "Open Sans", sans-serif;
	font-size: 55px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.08;
	margin: 0;
}

.flx-sales-heading .main_title h1 {
	display: inline;
}

.flx-sales-heading .main_title h1:after {
	color: #0499ad;
	content: ".";
}

.flx-sales-redesign .page_text_col {
	background: #fff;
	border: 1px solid rgba(141, 143, 140, 0.14);
	color: #0d0e0c;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 29px;
	margin: 32px 0 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	overflow: hidden;
	padding: 40px;
	position: relative;
	word-break: break-word;
}

.flx-sales-redesign .page_text_col:before {
	background: #0499ad;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.flx-sales-redesign .page_text_col p {
	font-family: "Open Sans", sans-serif;
	line-height: 29px;
	margin-bottom: 24px;
}

.flx-sales-redesign .page_text_col p:last-child {
	margin-bottom: 0;
}

.flx-sales-redesign .page_text_col h2,
.flx-sales-redesign .page_text_col h3 {
	color: #111416;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 22px;
}

.flx-sales-redesign .page_text_col h2 {
	font-size: 34px;
}

.flx-sales-redesign .page_text_col h3 {
	font-size: 26px;
}

.flx-sales-redesign .page_text_col a {
	color: #0499ad;
}

.flx-sales-redesign .page_text_col img {
	display: block;
	height: auto;
	margin: 8px 0 24px;
	max-width: 100%;
	position: static;
	top: auto;
}

.flx-sales-redesign .page_text_col ul,
.flx-sales-redesign .page_text_col ol {
	margin: 0 0 24px;
	padding-left: 22px;
}

.flx-sales-redesign .page_text_col li {
	margin-bottom: 10px;
}

.flx-sales-catalog {
	background: rgba(141, 143, 140, 0.15);
	padding: 0 0 96px;
}

.flx-sales-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flx-sales-card {
	min-width: 0;
}

.flx-sales-redesign .catalog_item {
	background: #fff;
	border: 1px solid rgba(141, 143, 140, 0.14);
	margin: 0;
	min-height: 390px;
	padding: 28px;
	position: relative;
}

.flx-sales-redesign .catalog_item:before {
	background: #0499ad;
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.25s ease;
}

.flx-sales-redesign .catalog_item:hover:before {
	opacity: 1;
}

.flx-sales-redesign .catalog_item_pic {
	align-items: center;
	display: flex;
	height: 250px;
	justify-content: center;
	margin: 0 0 24px;
}

.flx-sales-redesign .catalog_item_pic a {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.flx-sales-redesign .catalog_item_pic img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	transition: transform 0.35s ease;
	width: auto;
}

.flx-sales-redesign .catalog_item:hover img {
	transform: translateY(-4px);
}

.flx-sales-redesign .catalog_item_name a {
	color: #111416;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: 300;
	height: auto;
	line-height: 1.2;
	width: auto;
}

.flx-sales-redesign .catalog_item_name a:hover {
	color: #0499ad;
}

@media only screen and (min-width: 1466px) {
	.flx-home-redesign .flx-section > .container,
	.flx-services__head-band > .container,
	.flx-services__grid-band > .container,
	.flx-contact-map-band > .container,
	.flx-contacts-redesign .breadcrumbs_ul {
		width: 1370px;
	}

	.flx-text-redesign .breadcrumbs_ul {
		width: 1370px;
	}

	.flx-sales-redesign .breadcrumbs_ul {
		width: 1370px;
	}

	.flx-home-redesign .footer_container {
		width: 1370px;
	}
}

@media only screen and (max-width: 1369px) and (min-width: 960px) {
	.flx-home-redesign .flx-section > .container,
	.flx-services__head-band > .container,
	.flx-services__grid-band > .container,
	.flx-contact-map-band > .container,
	.flx-contacts-redesign .breadcrumbs_ul {
		width: calc(100% - 64px);
	}

	.flx-text-redesign .breadcrumbs_ul {
		width: calc(100% - 64px);
	}

	.flx-sales-redesign .breadcrumbs_ul {
		width: calc(100% - 64px);
	}

	.flx-home-redesign .header_container,
	.flx-home-redesign .footer_container {
		padding-left: 32px;
		padding-right: 32px;
	}

	.flx-hero .main_slide_container {
		padding-left: 64px;
		padding-right: 64px;
	}

	.flx-hero .main_slide_title {
		font-size: 62px;
		letter-spacing: -4.2px;
		line-height: 1.26;
		max-width: 820px;
	}

	.flx-hero .main_slide_text {
		max-width: 980px;
	}

}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
	.flx-home-redesign .container {
		width: auto;
	}

	.flx-contact-card {
		padding: 26px;
	}

	.flx-contact-card__content,
	.flx-contact-card__content p {
		font-size: 14px;
		line-height: 26px;
	}

	.flx-home-redesign .header_container {
		text-align: left;
	}

	.flx-home-redesign .navbar {
		position: static;
		width: auto;
	}

	.flx-home-redesign .navbar-header {
		display: none;
	}

	.flx-home-redesign .navbar-collapse.collapse {
		background: transparent;
		background-image: none;
		box-shadow: none;
		display: flex !important;
		align-items: center;
		position: static;
		text-align: left;
		width: auto;
	}

	.flx-home-redesign .navbar-nav {
		border-top: 0;
		display: flex;
		float: none !important;
		gap: 28px;
		margin: 0;
	}

	.flx-home-redesign .navbar-nav > li,
	.flx-home-redesign .navbar-nav li {
		float: none;
		width: auto;
	}

	.flx-home-redesign .navbar-default .navbar-nav > li > a {
		display: block;
		font-size: 10px;
		padding: 26px 15px;
		width: auto;
	}

	.flx-home-redesign .after_dropdown {
		background-image: none;
		display: block;
		left: auto;
		margin-top: 0;
		right: 4px;
		top: 31px;
		transform: rotate(45deg);
		width: 5px;
		height: 5px;
		background: none;
		border-bottom: 1px solid #8d8f8c;
		border-right: 1px solid #8d8f8c;
	}

	.flx-home-redesign .lang_selection_area {
		display: flex;
		margin-left: 18px;
		padding: 0;
		position: static;
		text-align: left;
		width: auto;
	}

	.flx-home-redesign .language_selection {
		border-bottom: 0;
		clear: none;
		display: flex;
		justify-content: flex-start;
		margin: 0;
		padding: 0;
	}

	.flx-home-redesign .cal_feedback {
		display: none;
	}
}

@media only screen and (max-width: 1250px) and (min-width: 960px) {
	.flx-footer-main {
		grid-template-columns: minmax(260px, 1.4fr) minmax(150px, 0.8fr) minmax(210px, 1fr) minmax(220px, 1fr);
		gap: 28px;
	}

	.flx-footer-text {
		max-width: 260px;
	}
}

@media only screen and (max-width: 1080px) and (min-width: 960px) {
	.flx-footer-main {
		grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(150px, 1fr));
		gap: 22px;
	}

	.flx-footer-col a {
		font-size: 12px;
	}
}

@media only screen and (min-width: 960px) {
	.flx-home-redesign .navbar-header {
		display: none;
	}

	.flx-home-redesign .navbar-collapse.collapse {
		background: transparent;
		box-shadow: none;
		display: flex !important;
		align-items: center;
		position: static;
		width: auto;
	}

	.flx-home-redesign .navbar-nav {
		border-top: 0;
		display: flex;
		gap: 10px;
		float: none !important;
		margin: 0;
	}

	.flx-home-redesign .navbar-nav > li {
		float: none;
		position: relative;
	}

	.flx-home-redesign .navbar-toggle {
		display: none;
	}
}

@media only screen and (max-width: 959px) {
	.flx-home-redesign .header_content {
		justify-content: center;
		min-height: 64px;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.flx-home-redesign .header_container {
		padding: 0 20px;
	}

	.flx-home-redesign .logo {
		width: 150px;
	}

	.flx-home-redesign .navbar-toggle {
		display: block;
		left: 15px;
		position: absolute;
		top: 15px;
		z-index: 80;
	}

	.flx-home-redesign .navbar-collapse.collapse {
		background: #fff;
		background-image: none;
		border-top: 1px solid rgba(141, 143, 140, 0.14);
		box-shadow: 0 18px 34px rgba(17, 20, 22, 0.08);
		float: none;
		left: 0;
		max-height: calc(100vh - 67px);
		overflow-y: auto;
		position: absolute;
		top: 67px;
		width: 100%;
		z-index: 50;
	}

	.flx-home-redesign .navbar-collapse.collapse:not(.in) {
		display: none !important;
	}

	.flx-home-redesign .navbar-collapse.collapse.in {
		display: block !important;
	}

	.flx-home-redesign .navbar-collapse.animated {
		animation-duration: 0.2s;
	}

	.flx-home-redesign .navbar-collapse.slideOutUp:not(.in) {
		display: none !important;
	}

	.flx-home-redesign .navbar-nav {
		border-top: 0;
		margin: 0;
		padding: 16px 20px 10px;
		float: none !important;
	}

	.flx-home-redesign .navbar-nav > li,
	.flx-home-redesign .navbar-nav li {
		float: none;
		position: relative;
		text-align: center;
		width: 100%;
	}

	.flx-home-redesign .navbar-default .navbar-nav > li > a {
		display: block;
		font-size: 13px;
		letter-spacing: 1.1px;
		line-height: 20px;
		padding: 14px 48px;
		text-align: center;
		width: 100%;

	}

	.flx-home-redesign .navbar-default .navbar-nav li .active:after {
		bottom: 8px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 58px;
	}

	.flx-home-redesign .dropdown_content {
		background: transparent;
		background-image: none;
		border: 0;
		box-shadow: none;
		display: block;
		left: auto;
		min-width: 0;
		opacity: 1;
		padding: 0;
		pointer-events: auto;
		position: static;
		transform: none;
		visibility: visible;
		width: 100%;
	}

	.flx-home-redesign .dropdowned_list {
		background: rgba(4, 153, 173, 0.05);
		border-top: 1px solid rgba(4, 153, 173, 0.14);
		border-bottom: 1px solid rgba(4, 153, 173, 0.14);
		display: none;
		margin: 2px 0 8px;
		padding: 8px 0;
		width: 100%;
	}

	.flx-home-redesign .dropdowned_list li {
		text-align: center;
	}

	.flx-home-redesign .navbar-default .navbar-nav > li .dropdown_content a {
		color: #0d0e0c;
		font-size: 15px;
		letter-spacing: 0.4px;
		line-height: 18px;
		padding: 9px 18px;
		text-align: center;
		white-space: normal;
	}

	.flx-home-redesign .after_dropdown {
		display: block;
		height: 40px;
		right: 6px;
		top: 0px;
		transform: none;
		background: none;
		border: 0;
		cursor: pointer;
		position: absolute;
		width: 48px;
		z-index: 3;
	}
	.flx-home-redesign .dropdown_li > .after_dropdown:hover ~ .dropdown_content {
		transform: none;
	}

	.flx-home-redesign .after_dropdown:before {
		border-bottom: 1px solid #8d8f8c;
		border-right: 1px solid #8d8f8c;
		content: "";
		display: block;
		height: 7px;
		left: 20px;
		position: absolute;
		top: 18px;
		transform: rotate(45deg);
		width: 7px;
	}

	.flx-home-redesign .after_dropdown.rotated {

		transform: none;
	}

	.flx-home-redesign .after_dropdown.rotated:before {
		top: 22px;
		transform: rotate(225deg);
	}

	.flx-home-redesign .lang_selection_area {
		display: block;
		margin: 0;
		padding: 8px 20px 22px;
		position: static;
		text-align: center;
	}

	.flx-home-redesign .language_selection {
		justify-content: center;
	}

	.flx-home-redesign .language_selection a {
		height: 32px;
		width: 42px;
	}

	.flx-home-redesign .flx-section > .container {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	.flx-hero .main_slide {
		min-height: 520px;
	}

	.flx-hero .main_slide_container {
		padding: 0 20px 24px;
		text-align: left;
	}

	.flx-hero .main_slide_title {
		font-size: 40px;
		letter-spacing: -2px;
		line-height: 1.18;
		margin-left: auto;
		margin-right: auto;
		max-width: 640px;
	}

	.flx-hero .main_slide_text {
		font-size: 14px;
		line-height: 24px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		max-width: 640px;
	}

	.flx-hero .slick-dots {
		justify-content: center;
		padding-left: 20px;
		padding-right: 20px;
	}

	.flx-hero .slick-dots:after {
		width: 62%;
	}

	.flx-hero .slick-arrow {
		display: block !important;
		transform: scale(0.82);
	}

	.flx-statement,
	.flx-clients {
		padding: 56px 0;
	}

	.flx-services__head-band {
		padding: 56px 0 36px;
	}

	.flx-services__grid-band {
		padding: 0 0 56px;
	}

	.flx-services__head-band > .container,
	.flx-services__grid-band > .container,
	.flx-contact-map-band > .container,
	.flx-contacts-redesign .breadcrumbs_ul,
	.flx-text-redesign .breadcrumbs_ul,
	.flx-sales-redesign .breadcrumbs_ul {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	.flx-contacts-redesign .breadcrumbs_ul,
	.flx-text-redesign .breadcrumbs_ul,
	.flx-sales-redesign .breadcrumbs_ul {
		padding-top: 20px;
	}

	.flx-text-page {
		padding: 42px 0 56px;
	}

	.flx-text-layout {
		display: block;
		text-align: center;
	}

	.flx-text-heading .main_title,
	.flx-text-heading .main_title h1 {
		font-size: 34px;
		line-height: 1.16;
		margin-bottom: 28px;
	}

	.flx-text-redesign .page_text_col {
		font-size: 15px;
		line-height: 27px;
		padding: 28px 22px;
		text-align: left;
	}

	.flx-text-redesign .page_text_col p {
		line-height: 27px;
	}

	.flx-text-redesign .page_text_col h2 {
		font-size: 28px;
	}

	.flx-text-redesign .page_text_col h3 {
		font-size: 23px;
	}

	.flx-text-gallery {
		padding-bottom: 56px;
	}

	.flx-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.flx-gallery-cell:nth-child(n) {
		grid-column: auto;
	}

	.flx-gallery-cell:nth-child(n) .gallery_item a {
		aspect-ratio: 4 / 3;
	}

	.flx-sales-page {
		padding: 42px 0 48px;
	}

	.flx-sales-layout {
		text-align: center;
	}

	.flx-sales-heading .main_title,
	.flx-sales-heading .main_title h1 {
		font-size: 34px;
		line-height: 1.16;
	}

	.flx-sales-redesign .page_text_col {
		font-size: 15px;
		line-height: 27px;
		margin: 24px auto 0;
		max-width: none;
		padding: 28px 22px;
		text-align: left;
	}

	.flx-sales-redesign .page_text_col p {
		line-height: 27px;
	}

	.flx-sales-redesign .page_text_col h2 {
		font-size: 28px;
	}

	.flx-sales-redesign .page_text_col h3 {
		font-size: 23px;
	}

	.flx-sales-catalog {
		padding-bottom: 56px;
	}

	.flx-sales-grid {
		grid-template-columns: 1fr;
	}

	.flx-sales-redesign .catalog_item {
		min-height: auto;
		padding: 24px 22px;
		text-align: center;
	}

	.flx-sales-redesign .catalog_item_pic {
		height: 220px;
	}

	.flx-sales-redesign .catalog_item_name a {
		font-size: 22px;
	}

	.flx-contact-page {
		padding-top: 42px;
	}

	.flx-contact-head {
		display: block;
		margin-bottom: 36px;
		text-align: center;
	}

	.flx-contact-cards {
		grid-template-columns: 1fr;
		margin-bottom: 56px;
	}

	.flx-contact-card {
		min-height: auto;
		padding: 26px 22px;
		text-align: center;
	}

	.flx-contact-card__label {
		margin-bottom: 18px;
	}

	.flx-contact-map-band {
		padding: 48px 0 56px;
	}

	.flx-contact-map-head {
		text-align: center;
	}

	.flx-contact-map-grid {
		grid-template-columns: 1fr;
	}

	.flx-contact-map-card {
		height: 300px;
		min-height: 300px;
	}

	.flx-contact-map-card iframe {
		min-height: 300px;
	}

	.flx-statement__grid,
	.flx-section-head {
		display: block;
		text-align: center;
	}

	.flx-mark {
		margin-bottom: 6px;
	}

	.flx-statement__title,
	.flx-section-title {
		font-size: 34px;
		margin: 0 auto 28px;
	}

	.flx-statement__text {
		font-size: 15px;
		line-height: 27px;
	}

	.flx-more {
		justify-content: center;
	}

	.flx-services__grid {
		display: grid;
		grid-auto-rows: auto;
		grid-template-columns: 1fr;
	}

	.flx-service-card,
	.flx-service-card:nth-child(n) {
		grid-column: auto;
		min-height: 280px;
		text-align: center;
	}

	.flx-service-card__title {
		font-size: 24px;
		margin: 0 auto;
	}

	.flx-service-card__text {
		margin-left: auto;
		margin-right: auto;
	}

	.flx-clients .clients_title {
		font-size: 32px;
		text-align: center;
	}

	.flx-clients__head {
		display: block;
		margin-bottom: 36px;
		text-align: center;
	}

	.flx-clients__intro {
		margin: 18px auto 0;
		text-align: center;
	}

	.flx-clients__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.flx-client-card,
	.flx-client-card:nth-child(4n) {
		border-right: 1px solid rgba(141, 143, 140, 0.1);
	}

	.flx-client-card:nth-child(2n) {
		border-right: 0;
	}

	.flx-client-card__inner {
		align-items: center;
		padding: 24px 18px;
		text-align: center;
	}

	.flx-client-card img {
		object-position: center;
	}

	.flx-home-redesign .footer_container {
		padding: 3px 20px 0;
		text-align: center;
	}

	.flx-footer-bg {
		bottom: 40px;
		font-size: 80px;
		left: 20px;
		letter-spacing: -4px;
	}

	.flx-footer-main {
		display: grid;
		gap: 34px;
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 52px 0 42px;
	}

	.flx-footer-brand,
	.flx-footer-col {
		align-items: center;
	}

	.flx-footer-title:after {
		left: 50%;
		transform: translateX(-50%);
	}

	.flx-footer-socials {
		justify-content: center;
	}

	.flx-footer-production {
		justify-content: center;
		min-height: auto;
		padding: 26px 0;
		text-align: left;
	}

	.flx-footer-bottom {
		flex-direction: column;
		gap: 10px;
		justify-content: center;
		padding: 20px 0;
	}
}
