input.required.error {
    border-color: #f00
}

.f-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.f-row--inline {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.f-row--item {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.f-row--item-2 {
	-webkit-box-flex: 2;
   -moz-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.f-row--item-3 {
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.f-row--item-top {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.f-row--item-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.f-row--item-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.f-row--space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.f-row--space-between {
	-webkit-box-pack: justify;
   -moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.f-row--space-center {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.f-row--space-right {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.f-row--top {
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.f-row--center {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-row--bottom {
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.f-row--between {
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.f-direction--row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.f-direction--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.f-direction--row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.f-direction--column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.f-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.f-grow {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.gallery img {
	cursor: pointer
}

.product__body-block-graph-wrap h2 {
    z-index: 10
}

.product__body-block-graph-wrap img {
    width: auto;
    height: 100%
}

.company__body-block-catalogs {
	gap: 45px 20px;
}

.company__body-block-catalogs-item, .company__body-block-catalogs-btn-shadow {
	box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, .1);
}

.company__body-block-catalogs-item {
	width: calc(33.33333333% - 14px);
	border-radius: 15px;
    background-color: #fff;
}

.company__body-block-catalogs-item img {
	box-shadow: 14px 14px 18px 0 rgba(151, 162, 169, .5);
}

.company__body-block-catalogs-image-wrap {
	border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ebeded;
}

.company__body-block-catalogs-info {
	padding: 30px 25px;
}

.company__body-block-catalogs-title {
	margin-bottom: 15px;
    line-height: 27.24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #474B4B;
	font-size: 20px;
	font-weight: 700;
}

.company__body-block-catalogs-btn-fill, .company__body-block-catalogs-btn-shadow {
	padding: 11px 37px;
    border-radius: 53px;
    line-height: 27.24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
	font-size: 20px;
}

.company__body-block-catalogs-btn-fill {
	background-color: #367589;
    color: #fff;
}

.company__body-block-catalogs-btn-shadow {
	background-color: #fff;
    color: #367589;
}

#popup-window-content-banner_video {
	padding: 0 60px;
	background-color: transparent
}

#popup-window-content-banner_video .popup-window-content {
	padding: 0
}

#popup-window-content-banner_video iframe {
	height: 500px;
	border-radius: 20px
}

#popup-window-content-banner_video .popup-window-close-icon {
	top: -75px;
	right: 0;
	width: 40px;
	height: 40px;
	opacity: 1
}

#popup-window-content-banner_video .popup-window-close-icon:after {
	width: 100%;
    height: 100%;
	background-image: url("/images/dist/close.svg");
	background-size: contain
}

.header__body-contact-tel {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: nowrap;
}

.header__body-contact-tel > a:first-child {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.header__body-contact-consult {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 171px;
	height: 32px;
	padding: 0 18px;
	border: 1px solid #d7e0e5;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	color: #7f99a5;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.header__body-contact-consult:hover {
	background: #367589;
	color: #fff;
	border: 1px solid #fff;
}

body.consultation-modal-open {
	overflow: hidden;
}

.consultation-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	z-index: 1000;
}

.consultation-modal.active {
	opacity: 1;
	visibility: visible;
}

.consultation-modal__dialog,
.consultation-modal__inner {
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.consultation-modal__dialog {
	transform: translateY(14px) scale(0.98);
	opacity: 0;
}

.consultation-modal.active .consultation-modal__dialog {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.consultation-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 472px;
	border-radius: 24px;
	background: #3f8193;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.consultation-modal__inner {
	padding: 50px 26px 32px;
}

.consultation-modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.consultation-modal__inner h3 {
	margin: 0 0 68px;
	max-width: 350px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.45;
}

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

.consultation-modal__form > input {
	width: 100%;
	height: 43px;
	padding: 0 22px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font-size: 16px;
}

.consultation-modal__form > input::placeholder {
	color: rgba(255, 255, 255, 0.85);
}

.consultation-modal__agreement {
	margin-top: 4px;
}

.consultation-modal__agreement .agreement__label {
	--border-color: rgba(255, 255, 255, 0.8);
	color: rgba(255, 255, 255, 0.95);
}

.consultation-modal__agreement .agreement__link {
	color: rgba(255, 255, 255, 0.95);
}

.consultation-modal__form button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 43px;
	margin-top: 12px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #3f8193;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
}

.thanks {
	opacity: 0;
	visibility: hidden;
	scale: 1;
	z-index: 1100;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.thanks.active {
	opacity: 1;
	visibility: visible;
}

.thanks__body {
	transform: translateY(14px) scale(0.98);
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0;
}

.thanks.active .thanks__body {
	transform: translateY(0) scale(1);
	opacity: 1;
}

@media (max-width: 1920px) {
	.header__body-contact {
		gap: 65.5rem;
	}

	.header__body-contact-tel {
		gap: 25rem;
	}

	.company__body-block-catalogs {
		gap: 45rem 20rem;
	}

	.company__body-block-catalogs-item, .company__body-block-catalogs-btn-shadow {
		box-shadow: 2rem 2rem 20rem 2rem rgb(0, 0, 0, .1);
	}

	.company__body-block-catalogs-item {
        width: calc(33.33333333% - 14rem);
        border-radius: 15rem;
    }

	.company__body-block-catalogs-item img {
		box-shadow: 14rem 14rem 18rem 0 rgba(151, 162, 169, .5);
	}

	.company__body-block-catalogs-image-wrap {
		padding-top: 25rem;
		padding-bottom: 25rem;
	}

	.company__body-block-catalogs-info {
		padding: 30rem 25rem;
	}

	.company__body-block-catalogs-title {
		margin-bottom: 15rem;
        line-height: 27.24rem;
		font-size: 20rem;
	}

	.company__body-block-catalogs-btn-fill, .company__body-block-catalogs-btn-shadow {
		padding: 11rem 37rem;
		border-radius: 53rem;
		line-height: 27.24rem;
		font-size: 20rem;
	}

    .header__body-contact-tel {
        flex-direction: row;
        align-items: center;
        gap: 25rem;
        flex-wrap: nowrap;
    }

    .article__body-info {
        font-size: 24rem;
        font-weight: 400;
        line-height: 32.68rem;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #474b4b;
        margin-top: 8rem;
        max-width: 1220rem
    }
}

@media (max-width: 1200px) {
	#popup-window-content-banner_video .popup-window-close-icon {
		right: 60px
	}
}

@media (max-width: 880px) {
	.company {
		margin-top: 70rem;
	}

	.company__body-block-catalogs {
		row-gap: 20rem;
	}

	.company__body-block-catalogs-item {
		width: 100%;
	}

	.company__body-block-catalogs-item img {
		max-width: 60%;
	}

	.company__body-block-catalogs-image-wrap, .company__body-block-catalogs-info {
        padding-bottom: 20rem;
	}

	.company__body-block-catalogs-image-wrap {
		padding-top: 20rem;
	}

	.company__body-block-catalogs-info {
		padding-right: 20rem;
		padding-left: 20rem;
	}

	.company__body-block-catalogs-title {
		line-height: 21rem;
		font-size: 16rem;
	}

	.company__body-block-catalogs-btn-fill, .company__body-block-catalogs-btn-shadow {
		font-size: 15rem;
	}

	.main__body .splide__slide {
		height: 350rem;
	}
}

@media (max-width: 480px) {
	#popup-window-content-banner_video {
		max-width: 440rem !important;
        padding-right: 25rem;
        padding-left: 25rem
	}

	#popup-window-content-banner_video iframe {
		height: 170px;
		border-radius: 10px
	}

	#popup-window-content-banner_video .popup-window-close-icon {
		top: -45px;
		right: 25px;
		width: 25px;
		height: 25px
	}
}
