html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: rgba(0, 0, 0, 0);
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,
:active {
	outline: none;
}
a:focus,
a:active {
	outline: none;
}
nav,
footer,
header,
aside {
	display: block;
}
html,
body {
	height: 100%;
	width: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	overflow-x: hidden;
}
header,
section,
footer {
	position: relative;
}
input,
button,
textarea {
	font-family: inherit;
}
textarea {
	resize: none;
}
input::-ms-clear {
	display: none;
}
button {
	color: inherit;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	font-size: inherit;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a,
a:hover {
	text-decoration: none;
	color: inherit;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	max-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	display: none;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-progress-appearance: none;
	margin: 0;
}
input,
textarea,
button,
select,
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Raleway-Regular.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Raleway-SemiBold.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/Raleway-Bold.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/Raleway-Black.woff') format('woff');
	font-display: swap;
}
@media only screen and (max-width: 820px) {
	html {
		font-size: calc(1px + 1.5 * (100vw - 375px) / 584);
	}
}
@media only screen and (min-width: 821px) {
	html {
		font-size: calc(0.5px + 0.5 * (100vw - 960px) / 960);
	}
}
.container {
	padding: 0 20rem;
	width: 100%;
	max-width: 1220rem;
	margin: 0 auto;
}
@media only screen and (max-width: 960px) {
	.container {
		padding: 0 12rem;
	}
}
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	cursor: pointer;
	line-height: 1.3;
	width: 280rem;
	min-height: 50rem;
	font-size: 15rem;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #e3000b;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn:hover {
	background-color: #0f366a;
	color: #fff;
}
.btn._bg-blue {
	background-color: #0f366a;
}
.btn._bg-blue:hover {
	background-color: #e3000b;
}
.btn._has-arrow {
	gap: 30rem;
}
.btn._has-arrow::after {
	content: '';
	width: 40rem;
	height: 10rem;
	background-image: url('../img/icons/arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
@media only screen and (max-width: 960px) {
	.btn {
		font-size: 23rem;
		padding: 25rem;
		width: 100%;
	}
}
input,
textarea {
	font-size: 15rem;
	color: inherit;
	line-height: 1.3;
	font-weight: 400;
	color: #000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
input::placeholder,
textarea::placeholder {
	color: rgba(0, 0, 0, 0.5);
}
input._bd-red:focus,
textarea._bd-red:focus {
	border-color: #0f366a;
}
input._bd-blue:focus,
textarea._bd-blue:focus {
	border-color: #e3000b;
}
.checkbox {
	width: 12rem;
	height: 12rem;
	border: 1rem solid #000;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	cursor: pointer;
	position: relative;
}
.checkbox::before {
	content: '✔';
	font-size: 20rem;
	color: #e3000b;
	width: 12rem;
	height: 12rem;
	opacity: 0;
	position: absolute;
	left: -2rem;
	top: -10rem;
	-webkit-transform: 0.2s;
	-ms-transform: 0.2s;
	transform: 0.2s;
}
.checkbox:checked::before {
	opacity: 1;
}
.select {
	width: 100%;
	position: relative;
}
.select__heading {
	width: 100%;
	background-color: #fff;
	padding: 16rem 20rem;
	border: 1rem solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.select__heading.active .select__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.select__arrow {
	width: 16rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.select__input {
	cursor: pointer;
	font-size: 20rem;
	font-weight: 700;
}
.select__dropdown {
	height: 0;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
.select__dropdown-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16rem 20rem;
	background-color: #fff;
	border: 1rem solid #000;
	border-top: none;
}
.select__item {
	color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 18rem;
	font-weight: 600;
	cursor: pointer;
}
.select__item:hover {
	color: #e3000b;
}
@media only screen and (max-width: 820px) {
	input,
	textarea {
		font-size: 23rem;
	}
}
._text-red {
	color: #e3000b;
}
._text-blue {
	color: #0f366a;
}
._bg-red {
	background-color: #e3000b;
}
._bg-blue {
	background-color: #0f366a;
}
._bg-gray {
	background-color: #e8e8e8;
}
._bd-red {
	border-color: #e3000b;
}
._bd-blue {
	border-color: #0f366a;
}
._uppercase {
	text-transform: uppercase;
}
._font-semibold {
	font-weight: 600;
}
._font-bold {
	font-weight: 700;
}
._pt-double {
	padding-top: 250rem;
}
._pt-none {
	padding-top: 0;
}
._pb-double {
	padding-bottom: 250rem;
}
._pb-none {
	padding-bottom: 0;
}
._hover-blue:hover {
	color: #0f366a;
}
._hover-red {
	color: #e3000b;
}
@media only screen and (max-width: 820px) {
	._pt-double {
		padding-top: 200rem;
	}
	._pb-double {
		padding-bottom: 200rem;
	}
}
body {
	min-width: 320px;
	position: relative;
	font-size: 18rem;
	line-height: 1.2;
	font-family: 'Raleway', sans-serif;
	color: #000;
	background-color: #fff;
	scrollbar-width: 0px;
	font-variant-numeric: lining-nums;
}
body::-webkit-scrollbar-track {
	background: #030712;
}
body::-webkit-scrollbar {
	width: 0px;
}
body.scroll-disabled {
	overflow: hidden;
}
section {
	padding: 125rem 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
.page-wrapper {
	overflow: hidden;
}
.inner-page .page-wrapper {
	padding-top: 129rem;
}
.title {
	font-size: 48rem;
	word-break: break-word;
}
.nav-menu {
	position: fixed;
	top: 90rem;
	left: 0;
	right: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10rem 230rem;
	width: 100%;
	background-color: #fff;
}
.nav-fixed {
	position: fixed;
	bottom: 52rem;
	left: 24rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20rem;
	z-index: 5;
	-webkit-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.nav-fixed.active {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.nav-fixed__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	background: -webkit-gradient(linear, left top, right top, from(#e3000b), to(#0f366a));
	background: linear-gradient(90deg, #e3000b 0%, #0f366a 100%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.nav-fixed__item:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.nav-fixed__item-icon {
	width: 24px;
}
.nav-fixed__btn {
	border: 1rem solid #fff;
	width: 180rem;
}
.swiper-pagination {
	display: none;
}
.gallery {
	display: none;
}
.line {
	display: inline-block;
	width: 100%;
	height: 5rem;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
}
.add-piece {
	position: relative;
}
.add-piece::after {
	content: '';
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}
.add-piece._bg-blue::after {
	background-color: #0f366a;
}
.add-piece._bg-red::after {
	background-color: #e3000b;
}
.add-piece._side-left::after {
	right: calc(100% - 1rem);
}
.add-piece._side-right::after {
	left: calc(100% - 1rem);
}
.swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15rem;
	margin-top: 50rem;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 15rem;
	height: 15rem;
	border-radius: 50%;
	background-color: #b9b9b9;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #e3000b;
}
@media only screen and (max-width: 820px) {
	body {
		font-size: 23rem;
	}
	.inner-page .page-wrapper {
		padding-top: 76rem;
	}
	section {
		padding: 100rem 0;
	}
	.nav-fixed {
		bottom: 14rem;
		left: 14rem;
		gap: 15rem;
	}
	.nav-fixed__btn {
		border: 1rem solid #fff;
		width: 120rem;
		height: 56rem;
		padding: 0;
		font-size: 15rem;
	}
	.nav-menu {
		top: 75rem;
		padding: 5rem 12rem;
		z-index: 9;
	}
}
@-webkit-keyframes grad-move {
	0%,
	100% {
		left: 50%;
	}
	30% {
		left: 100%;
	}
	60% {
		left: 0%;
	}
}
@keyframes grad-move {
	0%,
	100% {
		left: 50%;
	}
	30% {
		left: 100%;
	}
	60% {
		left: 0%;
	}
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10;
	max-width: 100vw;
}
.header__inner {
	background-color: #0f366a;
	position: relative;
	overflow: hidden;
}
.header__inner::before {
	content: '';
	background-color: #fd1c1c;
	width: 1000rem;
	height: 1000rem;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: grad-move 20s linear infinite;
	animation: grad-move 20s linear infinite;
	-webkit-filter: blur(300rem);
	filter: blur(300rem);
}
.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding: 20rem 230rem 0;
	z-index: 2;
}
.header__container-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50rem;
}
.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__logo-img {
	width: 80rem;
}
.header__hamburger {
	display: none;
}
.header__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
	color: #fff;
	margin-bottom: 12rem;
	gap: 3rem;
}
.header__contacts-tel {
	font-size: 18rem;
	font-weight: 700;
}
.header__contacts-email {
	font-size: 12rem;
	font-weight: 600;
}
.header__social {
	display: none;
}
.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	top: 1rem;
}
.header__menu-item {
	padding: 15rem 35rem 30rem 20rem;
	position: relative;
	font-size: 21rem;
	font-weight: 700;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header__menu-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 1rem);
	height: 100%;
	background-image: url('../img/menu-mask.svg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
}
.header__menu-item:hover .header__menu-inner {
	background: -webkit-gradient(linear, left top, right top, from(#e3000b), to(#0f366a));
	background: linear-gradient(90deg, #e3000b 0%, #0f366a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	border-color: #e3000b;
}
.header__menu-item:hover::before {
	opacity: 1;
}
.header__menu-itemWrapper.active .header__menu-item::before {
	opacity: 1;
}
.header__menu-itemWrapper.active .header__menu-inner {
	background: -webkit-gradient(linear, left top, right top, from(#e3000b), to(#0f366a));
	background: linear-gradient(90deg, #e3000b 0%, #0f366a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	border-color: #e3000b;
}
.header__menu-inner {
	border-left: 10rem solid #fff;
	padding-left: 15rem;
	display: inline-block;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	z-index: 2;
}
.header__menuSecondary-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 1400rem;
	gap: 30rem;
}
.header__menuSecondary-item {
	font-weight: 700;
	font-size: 16rem;
	color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header__menuSecondary-item:hover._hover-red {
	color: #e3000b;
}
.header__menuSecondary-item:hover._hover-blue {
	color: #0f366a;
}
.home .header {
	-webkit-transform: translateY(-105%);
	-ms-transform: translateY(-105%);
	transform: translateY(-105%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.home .header.active {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
@media only screen and (max-width: 820px) {
	.header__container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 12rem;
		position: relative;
		background: -webkit-gradient(linear, left top, right top, from(#e3000b), to(#0f366a));
		background: linear-gradient(90deg, #e3000b 0%, #0f366a 100%);
		z-index: 10;
	}
	.header__container-inner {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 20rem;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		max-height: 100vh;
		overflow-y: auto;
		padding: 120rem 12rem 40rem;
		background: -webkit-gradient(linear, left top, right top, from(#e3000b), to(#0f366a));
		background: linear-gradient(90deg, #e3000b 0%, #0f366a 100%);
		z-index: 9;
	}
	.header__container-inner.active {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
	.header__hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 28rem;
		height: 28rem;
		margin-right: 15rem;
		position: relative;
	}
	.header__hamburger::before,
	.header__hamburger::after {
		content: '';
		width: 100%;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 0;
		top: 0;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.header__hamburger::before {
		background-image: url('../img/icons/hamburger.svg');
	}
	.header__hamburger::after {
		background-image: url('../img/icons/hamburger-close.svg');
		opacity: 0;
	}
	.header__hamburger.active::before {
		opacity: 0;
	}
	.header__hamburger.active::after {
		opacity: 1;
	}
	.header__contacts {
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		text-align: center;
		gap: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 310rem;
	}
	.header__contacts-tel {
		font-size: 29rem;
		letter-spacing: 0.1em;
		border-bottom: 5rem solid #fff;
		padding-bottom: 10rem;
		margin-bottom: 10rem;
	}
	.header__contacts-email {
		font-size: 23rem;
	}
	.header__social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 23rem;
		margin-top: 30rem;
	}
	.header__social-item {
		width: 60rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-filter: invert(100%);
		filter: invert(100%);
	}
	.header__social-item img {
		width: 100%;
	}
	.header__menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-bottom: 60rem;
		gap: 30rem;
	}
	.header__menu-item {
		padding: 20rem 50rem 20rem 25rem;
		font-size: 25rem;
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.header__menu-item::before {
		width: 100%;
	}
	.header__menu-inner {
		border-left: 10rem solid #fff;
		padding-left: 15rem;
		display: inline-block;
		color: #fff;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		position: relative;
		z-index: 2;
	}
	.header__menuSecondary {
		padding: 20rem 30rem;
		background-color: #fff;
	}
	.header__menuSecondary-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 25rem;
	}
	.header__menuSecondary-item {
		font-weight: 700;
		font-size: 16rem;
		color: #000;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.header__menuSecondary-item:hover {
		color: #0f366a;
	}
	.home {
		padding-top: 76rem;
	}
	.home .header {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
}
.footer {
	padding-top: 150rem;
}
.footer__container {
	position: relative;
	padding-bottom: 85rem;
}
.footer__container-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20rem;
}
.footer__container-inner._contacts-mod {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.footer__container-inner._contacts-mod .footer__info {
	max-width: 385rem;
}
.footer__container-inner._contacts-mod .footer__info-address {
	margin-bottom: 120rem;
}
.footer__scrollTop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%;
	border: 2rem solid #e3000b;
	position: absolute;
	right: 50rem;
	bottom: 40rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer__scrollTop-icon {
	width: 60rem;
	height: 60rem;
}
.footer__scrollTop-icon path {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer__scrollTop:hover {
	background-color: #e3000b;
}
.footer__scrollTop:hover path {
	fill: #fff;
}
.footer__title {
	margin-bottom: 30rem;
	text-transform: uppercase;
}
.footer__info {
	width: 100%;
}
.footer__info-heading {
	margin-bottom: 15rem;
	font-size: 24rem;
	font-weight: 700;
}
.footer__info-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20rem;
	max-width: 230rem;
	margin-bottom: 60rem;
}
.footer__info-address::before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 18rem;
	height: 22rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/icons/location.svg');
}
.footer__info-bottom {
	padding-top: 15rem;
	margin-top: 15rem;
	position: relative;
}
.footer__info-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20rem;
}
.footer__info-link {
	font-weight: 700;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer__info-link:hover {
	color: #e3000b;
}
.footer__info-copyrights {
	margin-top: 10rem;
}
.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15rem;
}
.footer__social-item {
	width: 52rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer__social-item img {
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer__social-item:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.footer__persons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15rem;
	margin-top: 50rem;
}
.footer__person {
	width: 380rem;
	min-height: 400rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.footer__person-name {
	font-size: 24rem;
	font-weight: 700;
	margin-bottom: 3rem;
}
.footer__person-post {
	margin-bottom: 20rem;
}
.footer__person-tel,
.footer__person-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20rem;
}
.footer__person-tel::before,
.footer__person-email::before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25rem;
	height: 25rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.footer__person-tel {
	font-size: 24rem;
	font-weight: 700;
	margin-bottom: 10rem;
}
.footer__person-tel::before {
	background-image: url('../img/icons/phone.svg');
}
.footer__person-email::before {
	background-image: url('../img/icons/email.svg');
}
.footer__person-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 228rem;
	z-index: -1;
}
.footer__map {
	width: 680rem;
	min-height: 300rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer__map-title {
	color: #e3000b;
	font-size: 16rem;
	font-weight: 400;
}
.footer__map-title:hover {
	color: #e3000b;
}
.footer__bottom {
	background-color: #000;
	color: #d9d9d9;
	padding: 20rem 0;
}
.footer__bottom-info {
	width: 780rem;
	margin: 0 auto;
	text-align: center;
	font-size: 15rem;
}
.gm-ui-hover-effect,
.gm-style-iw-ch,
.gm-style-iw-tc {
	display: none !important;
}
.gm-style .gm-style-iw-c {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.gm-style-iw-d {
	overflow: auto !important;
}
@media only screen and (max-width: 820px) {
	.footer {
		padding-top: 60rem;
	}
	.footer__container {
		padding-bottom: 0;
	}
	.footer__container-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 0;
	}
	.footer__container-inner._contacts-mod .footer__info-address {
		margin-bottom: 70rem;
	}
	.footer__title {
		margin-bottom: 25rem;
		font-size: 44rem;
	}
	.footer__info-heading {
		margin-bottom: 25rem;
		font-size: 32rem;
	}
	.footer__info-address {
		gap: 22rem;
		max-width: 100%;
		margin-bottom: 80rem;
		font-size: 34rem;
	}
	.footer__info-address::before {
		width: 44rem;
		height: 54rem;
	}
	.footer__info-bottom {
		padding-top: 45rem;
		margin-top: 35rem;
	}
	.footer__info-links {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.footer__info-link:hover {
		color: #000;
	}
	.footer__info-copyrights {
		margin-top: 25rem;
		text-align: center;
	}
	.footer__social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer__social-item {
		width: 70rem;
	}
	.footer__social-item:hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.footer__persons {
		margin-top: 60rem;
		margin-bottom: 100rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 50rem;
	}
	.footer__person {
		width: 100%;
		min-height: auto;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: center;
		padding-top: 480rem;
	}
	.footer__person-name {
		font-size: 46rem;
		margin-bottom: 20rem;
	}
	.footer__person-post {
		margin-bottom: 50rem;
		font-size: 32rem;
	}
	.footer__person-tel,
	.footer__person-email {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15rem;
		text-align: center;
		font-size: 34rem;
		width: 100%;
	}
	.footer__person-tel::before,
	.footer__person-email::before {
		width: 60rem;
		height: 60rem;
	}
	.footer__person-tel {
		margin-bottom: 70rem;
	}
	.footer__person-img {
		width: 100%;
	}
	.footer__map {
		width: 100%;
		height: 350rem;
		margin-bottom: 70rem;
	}
	.footer__bottom {
		padding: 70rem 0;
	}
	.footer__bottom-info {
		width: 100%;
		font-size: 23rem;
	}
	.footer__scrollTop {
		position: relative;
		right: 0;
		bottom: 0;
		margin: 70rem auto 20rem;
	}
	.footer__scrollTop-icon {
		width: 70rem;
		height: 70rem;
	}
	.footer__scrollTop:hover {
		background-color: transaprent;
	}
	.footer__scrollTop:hover path {
		fill: #e3000b;
	}
}
.modal {
	display: none;
	width: 530rem;
	background-color: #fff;
}
.modal__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 70rem 75rem;
}
.modal__top {
	border-bottom: 4rem solid #000;
	margin-bottom: 20rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.modal__title {
	padding: 7rem 40rem 7rem 15rem;
	background-image: url('../img/modal/label.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	bottom: -2rem;
}
.modal__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.modal__form-input,
.modal__form-textarea {
	padding: 16rem 20rem;
	font-size: 15rem;
	background-color: #fff;
	border: 1rem solid #000;
	margin-bottom: 20rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.modal__form-input:focus,
.modal__form-textarea:focus {
	border-color: #e3000b;
}
.modal__form-textarea {
	height: 110rem;
}
.modal__form-checkbox {
	margin-bottom: 25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10rem;
	font-size: 14rem;
	cursor: pointer;
}
.modal__form-submit {
	width: 100%;
	letter-spacing: -0.06em;
}
.modal__form-select {
	margin-bottom: 20rem;
}
.modal.f-html .f-button[data-fancybox-close] {
	position: absolute;
	top: 20rem;
	right: 28rem;
	width: 34rem;
	height: 34rem;
}
.modal.f-html .f-button[data-fancybox-close] svg {
	width: 20rem;
	height: 20rem;
}
.modal.f-html .f-button[data-fancybox-close] svg path {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	stroke: #000;
}
.modal.f-html .f-button[data-fancybox-close]:hover svg path {
	stroke: #e3000b;
}
.modal-success__inner {
	min-height: 370rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal-success__title {
	margin-bottom: 20rem;
	color: #e3000b;
}
.modal-success__text {
	font-size: 32rem;
	font-weight: 700;
	max-width: 370rem;
	width: 100%;
	border-top: 4rem solid #000;
	padding-top: 10rem;
}
.fancybox__viewport.is-draggable {
	cursor: default !important;
}
@media only screen and (max-width: 820px) {
	.modal {
		width: 100%;
	}
	.modal__inner {
		padding: 20rem 12rem;
	}
	.modal.f-html .f-button[data-fancybox-close] {
		top: 10rem;
		right: 10rem;
	}
	.modal-success__inner {
		min-height: 400rem;
	}
}
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7rem;
	font-weight: 600;
	font-size: 15rem;
}
.breadcrumbs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.breadcrumbs__item:hover {
	color: #e3000b;
}
.breadcrumbs__item::after {
	content: '';
	display: inline-block;
	width: 12rem;
	height: 12rem;
	background-image: url('../img/icons/breadcrumbs-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.breadcrumbs__item:last-child {
	border-bottom: 2rem solid #e3000b;
}
.breadcrumbs__item:last-child:hover {
	color: #000;
}
.breadcrumbs__item:last-child::after {
	display: none;
}
@media only screen and (max-width: 820px) {
	.breadcrumbs {
		width: 100%;
		font-size: 12rem;
	}
	.breadcrumbs__item:hover {
		color: #000;
	}
	.breadcrumbs__item:last-child {
		border-width: 1rem;
	}
}
.hero {
	padding: 0;
	position: relative;
}
.hero__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 22rem 40rem 12rem;
}
.hero__top-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4rem;
	min-width: 255rem;
}
.hero__top-info._text-right {
	text-align: right;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.hero__top-caption {
	font-weight: 700;
	font-size: 18rem;
}
.hero__top-text {
	font-weight: 600;
	font-size: 12rem;
}
.hero__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.hero__logo-img {
	width: 177rem;
}
.hero__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hero__item {
	width: 630rem;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.hero__item::before {
	content: '';
	width: 100%;
	height: 6rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #e3000b;
	z-index: 2;
}
.hero__item:hover {
	color: #fff;
}
.hero__item:hover .hero__item-img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.hero__item._blue::before {
	background-color: #0f366a;
}
.hero__item._blue .hero__item-inner {
	background-image: url('../img/home/hero/labels/blue.svg');
}
.hero__item-logo {
	position: absolute;
	top: 30rem;
	right: 40rem;
	width: 120rem;
}
.hero__item-img {
	width: 100%;
	height: 100%;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.hero__item-inner {
	position: absolute;
	left: 0;
	bottom: -5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10rem;
	padding: 30rem 74rem 21rem 50rem;
	background-image: url('../img/home/hero/labels/red.svg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
}
.hero__item-title {
	font-size: 48rem;
	font-weight: 700;
}
.hero__item-caption {
	font-size: 15rem;
	line-height: 1.3;
	-ms-flex-item-align: end;
	align-self: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10rem;
	font-weight: 700;
}
.hero__item-caption::after {
	content: '';
	width: 70rem;
	height: 10rem;
	background-image: url('../img/icons/arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.hero__slider {
	border-bottom-width: 10rem;
	border-bottom-style: solid;
}
.hero__slider-item.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.hero__slider-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.hero__info {
	padding: 28rem 30rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 26rem;
	position: absolute;
	right: 0;
	top: 70rem;
	z-index: 2;
}
.hero__info-text {
	font-size: 32rem;
	font-weight: 700;
	color: #fff;
}
.hero__info-logo {
	width: 120rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.hero__wrap {
	position: absolute;
	left: 0;
	bottom: -2rem;
	padding: 38rem 85rem 10rem 370rem;
	z-index: 2;
	background-image: url('../img/hero/label.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.hero__title {
	margin-bottom: 10rem;
}
.hero__subtitle {
	font-size: 20rem;
	font-weight: 700;
}
.hero__btn {
	margin-top: 30rem;
}
@media only screen and (max-width: 820px) {
	.hero__top {
		display: none;
	}
	.hero__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15rem;
	}
	.hero__item {
		width: 100%;
		height: 475rem;
	}
	.hero__item:hover .hero__item-img {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.hero__item-logo {
		top: 25rem;
		right: 25rem;
		width: 140rem;
	}
	.hero__item-inner {
		position: absolute;
		left: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10rem;
		padding: 35rem 40rem 24rem 12rem;
	}
	.hero__item-title {
		font-size: 37.5rem;
	}
	.hero__item-caption {
		font-size: 17rem;
		gap: 12rem;
	}
	.hero__item-caption::after {
		width: 80rem;
	}
	.hero__slider {
		border: none;
		height: calc(100vh - 76rem);
	}
	.hero__info {
		padding: 32rem 35rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 18rem;
		top: 45rem;
		width: 260rem;
	}
	.hero__info._w-limit {
		width: 210rem;
	}
	.hero__info-text {
		font-size: 21rem;
	}
	.hero__info-logo {
		width: 112rem;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.hero__wrap {
		padding: 50rem 12rem 10rem 12rem;
		width: 100%;
		background-image: url('../img/hero/label-mobile.svg');
	}
	.hero__title {
		font-size: 32rem;
	}
	.hero__subtitle {
		font-size: 24rem;
	}
}
.info__wrapper {
	width: 100%;
	max-width: 780rem;
	margin-left: auto;
	position: relative;
}
.info__title {
	margin-bottom: 50rem;
}
.info__title._size-smaller {
	font-size: 42rem;
}
.info__heading {
	margin-bottom: 30rem;
	font-weight: 700;
	font-size: 32rem;
	max-width: 920rem;
}
.info__heading._w-limit {
	max-width: 560rem;
}
.info__heading._size-smaller {
	font-size: 26rem;
}
.info__text {
	padding-top: 20rem;
}
.info__text-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20rem;
}
.info__text._w-limit {
	max-width: 380rem;
}
.info__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20rem;
	margin-top: 60rem;
}
.info__item {
	width: 280rem;
}
.info__item-heading {
	padding-left: 15rem;
	padding-right: 25rem;
	border-left-style: solid;
	border-left-width: 15rem;
	font-size: 20rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15rem;
}
.info__item-text {
	padding-left: 30rem;
}
.info .line {
	max-width: 380rem;
}
@media only screen and (max-width: 820px) {
	.info__container {
		gap: 35rem;
	}
	.info__item {
		width: 100%;
	}
	.info__item-heading {
		padding-right: 0;
		font-size: 23rem;
	}
	.info__text-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10rem;
	}
}
.about__container {
	width: 1550rem;
	background-color: #e3000b;
	background-image: url('../img/home/about/bg.svg');
	background-size: cover;
	background-position: right top;
	padding: 85rem 80rem 85rem 40rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	position: relative;
}
.about__container::before {
	display: none;
}
.about__container-inner {
	width: 100%;
	max-width: 700rem;
	margin-top: 25rem;
}
.about__wrapper {
	margin-bottom: 55rem;
}
.about__wrapper:last-child {
	margin-bottom: 0;
}
.about__title {
	font-size: 150rem;
	text-align: right;
	font-weight: 900;
	text-transform: uppercase;
	background-image: url('../img/home/about/title-mask.png');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.about__heading {
	margin-bottom: 80rem;
}
.about__caption {
	margin-bottom: 10rem;
	font-size: 32rem;
	font-weight: 700;
	position: relative;
	padding-left: 30rem;
}
.about__caption::before {
	content: '';
	width: 10rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}
.about__text {
	max-width: 380rem;
	padding-left: 30rem;
}
@media only screen and (max-width: 820px) {
	.about {
		padding: 0;
	}
	.about__container {
		width: 100%;
		background-image: none;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.about__container-inner {
		background-color: #e3000b;
		margin-top: 0;
		padding: 120rem 12rem;
	}
	.about__wrapper {
		margin-bottom: 45rem;
	}
	.about__title {
		font-size: 82rem;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 120rem;
		padding: 0 6rem;
	}
	.about__heading {
		margin-bottom: 70rem;
	}
	.about__caption {
		position: relative;
	}
	.about__text {
		max-width: 100%;
	}
}
.stats__container {
	position: relative;
}
.stats__mask {
	width: 100vw;
}
.stats__line {
	background-color: #e3000b;
	height: 10rem;
	position: absolute;
	right: 0;
	top: 402rem;
}
.stats__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20rem;
	position: absolute;
	left: 40.1%;
	top: 0;
	z-index: -1;
}
.stats__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 0;
	overflow: hidden;
	position: relative;
}
.stats__image-1 {
	width: 379rem;
	margin-top: 1rem;
}
.stats__image-2 {
	width: 750rem;
	height: 280rem;
	max-height: none;
}
.stats__info {
	position: absolute;
	left: 410rem;
	top: 25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 35rem;
}
.stats__info-item {
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-width: 300rem;
}
.stats__info-item-1 {
	gap: 16rem;
}
.stats__info-item-2 {
	gap: 3rem;
}
.stats__info-title {
	font-size: 130rem;
}
.stats__info-subtitle {
	font-size: 24rem;
	text-transform: uppercase;
}
@media only screen and (max-width: 820px) {
	.stats {
		padding-bottom: 120rem;
	}
	.stats__mask {
		width: 1120rem;
		max-width: none;
		position: relative;
		left: -280rem;
	}
	.stats__line {
		height: 7rem;
		top: 235rem;
		width: 360rem;
	}
	.stats__images {
		left: 170rem;
	}
	.stats__image-1 {
		width: 233rem;
	}
	.stats__image-2 {
		display: none;
	}
	.stats__info {
		left: 12rem;
		top: -15rem;
		gap: 60rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.stats__info-item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		line-height: 1;
	}
	.stats__info-item-1 {
		gap: 5rem;
	}
	.stats__info-item-2 {
		gap: 15rem;
	}
	.stats__info-title {
		font-size: 82rem;
	}
	.stats__info-subtitle {
		font-size: 23rem;
	}
}
.contact._pd-bottom-less {
	padding-bottom: 100rem;
}
.contact__title {
	margin-bottom: 30rem;
}
.contact__subtitle {
	max-width: 280rem;
}
.contact__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contact__container .contact__title {
	margin-bottom: 20rem;
}
.contact__container-inner {
	max-width: 480rem;
}
.contact__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
}
.contact__form._flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 480rem;
	gap: 40rem;
}
.contact__form._flex-col .contact__form-input {
	width: 100%;
}
.contact__form._flex-col .contact__form-submit {
	width: 100%;
}
.contact__form._flex-col .contact__form-checkbox {
	position: relative;
	top: 0;
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contact__form._flex-col .contact__form-checkbox .checkbox {
	position: relative;
	top: 5rem;
}
.contact__form-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20rem;
}
.contact__form-input {
	background-color: #fff;
	border-width: 1rem;
	border-style: solid;
	padding: 16rem 20rem;
	width: 280rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.contact__form-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16rem;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 24rem;
	cursor: pointer;
}
@media only screen and (max-width: 820px) {
	.contact__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 60rem;
	}
	.contact__title {
		margin-bottom: 55rem;
		font-size: 46rem;
	}
	.contact__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 35rem;
	}
	.contact__form-input {
		padding: 20rem 24rem;
		width: 100%;
	}
	.contact__form-checkbox {
		position: relative;
		top: 0;
		margin-top: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.contact__form-checkbox .checkbox {
		position: relative;
		top: 8rem;
	}
}
.portfolio__top {
	margin-bottom: 20rem;
	border-bottom: 5rem solid #000;
}
.portfolio__title {
	background-image: url('../img/home/portfolio/title-bg.svg');
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 32rem;
	font-weight: 600;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 8rem 42rem 5rem 20rem;
	text-transform: uppercase;
	position: relative;
	bottom: -2rem;
}
.portfolio__slider-item {
	width: 380rem;
	position: relative;
}
.portfolio__slider-item.portfolio-gallery {
	cursor: pointer;
}
.portfolio__slider-item.portfolio-gallery .portfolio__image-wrapper::after {
	content: '';
	position: absolute;
	bottom: 20rem;
	right: 20rem;
	width: 60rem;
	height: 60rem;
	background-image: url('../img/icons/gallery.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.portfolio__slider-item:hover .portfolio__image {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.portfolio__slider-pagination {
	display: none;
}
.portfolio__image {
	width: 100%;
	height: 100%;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 2s;
	transition: -webkit-transform 2s;
	transition: transform 2s;
	transition: transform 2s, -webkit-transform 2s;
}
.portfolio__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	height: 425rem;
}
.portfolio__image-wrapper a:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}
.portfolio__caption {
	border-left: 15rem solid #000;
	padding-left: 15rem;
	margin-top: 15rem;
	font-weight: 700;
	font-size: 20rem;
	text-transform: uppercase;
	display: block;
}
@media only screen and (max-width: 820px) {
	.portfolio__title {
		font-size: 25rem;
		padding: 10rem 35rem 5rem 25rem;
	}
	.portfolio__slider-item {
		width: 380rem;
	}
	.portfolio__slider-item:hover .portfolio__image {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.portfolio__image-wrapper::before {
		display: none;
	}
	.portfolio__caption {
		font-size: 23rem;
	}
}
.insights {
	padding-top: 30rem;
}
.insights__title {
	margin-bottom: 72rem;
	position: relative;
	z-index: 2;
}
.insights__image {
	width: 740rem;
	position: absolute;
	left: 0;
	top: 50rem;
}
.insights__image._offset-top {
	top: 160rem;
}
.insights__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20rem;
	padding-left: 400rem;
	margin-top: 40rem;
	position: relative;
	z-index: 2;
}
.insights__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 190rem;
}
.insights__col._gap-big {
	gap: 250rem;
}
.insights__item {
	width: 380rem;
	position: relative;
}
.insights__item-2 {
	margin-top: 350rem;
}
.insights__item-icon {
	width: 80rem;
	margin-bottom: 30rem;
}
.insights__item-decor {
	width: 280rem;
	position: absolute;
	top: -150rem;
	left: 0;
}
.insights__item-heading {
	padding-bottom: 30rem;
	border-bottom: 5rem solid #000;
	font-size: 32rem;
	font-weight: 700;
}
.insights__item-text {
	margin-top: 20rem;
}
.insights__item-image {
	width: 100%;
	margin-top: 30rem;
}
@media only screen and (max-width: 820px) {
	.insights {
		margin-top: 60rem;
	}
	.insights__title {
		margin-bottom: 120rem;
	}
	.insights__image {
		width: 100%;
		height: 470rem;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: right;
		object-position: right;
		top: 60rem;
		display: none;
	}
	.insights__image._offset-top {
		top: 260rem;
	}
	.insights__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20rem;
		padding-left: 0;
		margin-top: 60rem;
	}
	.insights__col._gap-big {
		gap: 200rem;
	}
	.insights__item {
		width: 100%;
	}
	.insights__item-1 {
		padding-left: 90rem;
	}
	.insights__item-2 {
		margin-top: 40rem;
	}
	.insights__item-icon {
		width: 90rem;
		margin-bottom: 35rem;
	}
	.insights__item-decor {
		width: 320rem;
		top: -180rem;
	}
	.insights__item-heading {
		padding-bottom: 60rem;
		border-width: 8rem;
	}
	.insights__item-text {
		margin-top: 35rem;
	}
	.insights__item-image {
		width: 100%;
		margin-top: 60rem;
	}
}
.roadmap {
	padding-top: 50rem;
}
.roadmap__top {
	position: relative;
}
.roadmap__top::before {
	content: '';
	width: 100%;
	height: 20rem;
	background-color: #000;
	opacity: 0.05;
	position: absolute;
	bottom: 0;
	left: 0;
}
.roadmap__top-container {
	padding: 40rem 65rem 40rem 370rem;
	background-image: url('../img/bathroom/roadmap/label.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 3;
}
.roadmap__top-overtitle {
	margin-bottom: 10rem;
	font-size: 32rem;
	font-weight: 700;
	color: #fff;
}
.roadmap__top-title {
	font-size: 60rem;
	font-weight: 700;
	text-transform: uppercase;
	background-image: url('../img/bathroom/roadmap/title-mask.png');
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.roadmap__top-decor {
	position: absolute;
	left: 710rem;
	bottom: 20rem;
	width: 755rem;
	height: 605rem;
	background-image: url('../img/bathroom/roadmap/decor.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.roadmap__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 60rem;
}
.roadmap__container._accent-blue .roadmap__item-number {
	color: #0f366a;
}
.roadmap__container._accent-blue .roadmap__item-headingWrap {
	border-color: #0f366a;
}
.roadmap__container._accent-blue .roadmap__item._side-right .roadmap__item-heading {
	background-image: url('../img/roadmap/item-blue-right.svg');
}
.roadmap__container._accent-blue .roadmap__item._side-left .roadmap__item-heading {
	background-image: url('../img/roadmap/item-blue-left.svg');
}
.roadmap__container._accent-red .roadmap__item-number {
	color: #e3000b;
}
.roadmap__container._accent-red .roadmap__item-headingWrap {
	border-color: #e3000b;
}
.roadmap__container._accent-red .roadmap__item._side-right .roadmap__item-heading {
	background-image: url('../img/roadmap/item-red-right.svg');
}
.roadmap__container._accent-red .roadmap__item._side-left .roadmap__item-heading {
	background-image: url('../img/roadmap/item-red-left.svg');
}
.roadmap__item {
	position: relative;
	width: 650rem;
}
.roadmap__item._side-left {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.roadmap__item._side-left .roadmap__item-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-left: auto;
}
.roadmap__item._side-left .roadmap__item-heading {
	text-align: right;
	padding-left: 30rem;
	padding-right: 15rem;
	background-position: top left;
}
.roadmap__item._side-left .roadmap__item-headingWrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.roadmap__item._side-left .roadmap__item-text {
	padding-right: 150rem;
	text-align: right;
}
.roadmap__item._side-right {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.roadmap__item._side-right .roadmap__item-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.roadmap__item._side-right .roadmap__item-heading {
	padding-left: 15rem;
	padding-right: 30rem;
	background-position: top right;
}
.roadmap__item._side-right .roadmap__item-headingWrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.roadmap__item._side-right .roadmap__item-text {
	padding-left: 150rem;
}
.roadmap__item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.roadmap__item-inner._w-limit {
	width: 450rem;
}
.roadmap__item-number {
	font-size: 180rem;
	font-weight: 700;
	letter-spacing: -0.07em;
	line-height: 0.8;
}
.roadmap__item-wrap {
	width: 100%;
}
.roadmap__item-heading {
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 6rem;
	padding-bottom: 6rem;
	color: #fff;
	font-size: 20rem;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	bottom: -2rem;
}
.roadmap__item-headingWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20rem;
	border-bottom-width: 4rem;
	border-style: solid;
}
.roadmap__item-text {
	position: absolute;
	top: 100%;
	width: 100%;
}
.roadmap__item-text._w-limit {
	width: 450rem;
}
.roadmap__title {
	margin-bottom: 60rem;
}
.roadmap__subtitle {
	font-size: 32rem;
	font-weight: 700;
}
.roadmap__caption {
	font-size: 32rem;
	font-weight: 700;
	color: #0f366a;
}
.roadmap__caption-wrapper {
	margin-top: 105rem;
	margin-left: auto;
	padding-left: 25rem;
	max-width: 380rem;
	position: relative;
}
.roadmap__caption-wrapper .line {
	width: 10rem;
	height: 100%;
	background-color: #0f366a;
}
@media only screen and (max-width: 820px) {
	.roadmap {
		padding-top: 160rem;
	}
	.roadmap__top::before {
		display: none;
	}
	.roadmap__top-container {
		padding: 90rem 12rem;
		background-image: none;
		background-color: #0f366a !important;
		width: 100%;
	}
	.roadmap__top-overtitle {
		font-size: 37rem;
	}
	.roadmap__top-title {
		font-size: 41rem;
	}
	.roadmap__top-decor {
		position: absolute;
		left: -100rem;
		top: -220rem;
		bottom: auto;
		width: 512rem;
		height: 410rem;
	}
	.roadmap__container {
		margin-top: 80rem;
		gap: 50rem;
	}
	.roadmap__container._accent-blue .roadmap__item._side-right .roadmap__item-heading {
		padding-left: 20rem;
	}
	.roadmap__container._accent-blue .roadmap__item._side-left .roadmap__item-heading {
		padding-right: 20rem;
	}
	.roadmap__item {
		width: 100%;
	}
	.roadmap__item._side-left .roadmap__item-text {
		padding-right: 0;
	}
	.roadmap__item._side-right .roadmap__item-text {
		padding-left: 0;
	}
	.roadmap__item-inner._w-limit {
		width: 100%;
	}
	.roadmap__item-number {
		font-size: 175rem;
	}
	.roadmap__item-heading {
		padding-top: 8rem;
		padding-bottom: 8rem;
		font-size: 23rem;
	}
	.roadmap__item-headingWrap {
		border-bottom-width: 5rem;
	}
	.roadmap__item-text {
		position: relative;
		top: auto;
	}
	.roadmap__item-text._w-limit {
		width: 100%;
	}
	.roadmap__caption {
		margin-top: 100rem;
		margin-left: 0;
		max-width: 100%;
	}
}
.request__container {
	position: relative;
}
.request__mask {
	width: 1261rem;
}
.request__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20rem;
	position: absolute;
	left: 40.1%;
	top: 0;
	z-index: -1;
}
.request__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 0;
	overflow: hidden;
	position: relative;
	bottom: 140rem;
}
.request__image-1 {
	width: 379rem;
	margin-top: 1rem;
}
.request__image-2 {
	width: 750rem;
	height: 280rem;
	max-height: none;
}
.request__inner {
	position: absolute;
	left: 370rem;
	top: 250rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 380rem;
}
.request__title {
	font-size: 48rem;
	font-weight: 700;
	margin-bottom: 20rem;
}
.request__text {
	padding-top: 30rem;
	margin-bottom: 30rem;
}
.request__text-wrapper {
	position: relative;
}
@media only screen and (max-width: 820px) {
	.request {
		padding-bottom: 120rem;
	}
	.request__mask {
		width: 1165rem;
		max-width: none;
		position: absolute;
		left: auto;
		top: -10rem;
		right: -90rem;
	}
	.request__images {
		position: relative;
		left: 0;
		padding: 0 12rem;
	}
	.request__image-1 {
		width: 351rem;
	}
	.request__image-2 {
		display: none;
	}
	.request__inner {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0 12rem;
		margin-top: 60rem;
	}
}
.offer__container {
	position: relative;
	background-image: url('../img/bathroom/offer/bg.png');
	background-size: cover;
	background-position: center;
	border-bottom: 10rem solid #0f366a;
	height: 490rem;
}
.offer__info {
	background-color: #0f366a;
	color: #fff;
	position: absolute;
	top: 55rem;
	right: 0;
	padding: 45rem 110rem 45rem 30rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 520rem;
}
.offer__info-title {
	padding-bottom: 30rem;
	margin-bottom: 20rem;
	border-bottom: 5rem solid #fff;
	font-size: 32rem;
	font-weight: 700;
}
.offer__wrapper {
	position: absolute;
	left: 0;
	bottom: -11rem;
	background-image: url('../img/bathroom/offer/label.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 40rem 85rem 10rem 370rem;
	width: 920rem;
}
.offer__title {
	margin-bottom: 10rem;
}
.offer__subtitle {
	font-size: 20rem;
	font-weight: 700;
}
@media only screen and (max-width: 820px) {
	.offer__container {
		background-image: url('../img/bathroom/offer/bg-mobile.png');
		border-bottom: none;
		height: 880rem;
	}
	.offer__info {
		top: 65rem;
		padding: 30rem 12rem 30rem 35rem;
		width: 270rem;
	}
	.offer__info-title {
		font-size: 23rem;
	}
	.offer__wrapper {
		bottom: 0;
		padding: 45rem 40rem 0 12rem;
		width: 100%;
	}
	.offer__title {
		font-size: 32rem;
	}
	.offer__subtitle {
		font-size: 24rem;
	}
}
.showcase {
	padding-top: 160rem;
	background-color: #e8e8e8;
}
.showcase__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 170rem;
	position: relative;
}
.showcase__title {
	margin-bottom: 30rem;
	font-size: 32rem;
	font-weight: 700;
	width: 780rem;
}
.showcase__text {
	width: 380rem;
	border-top: 5rem solid #000;
	padding-top: 20rem;
	margin-bottom: 70rem;
}
.showcase__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5rem;
	font-size: 15rem;
	font-weight: 700;
}
.showcase__link-icon {
	width: 70rem;
}
.showcase__link-icon path {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.showcase__link:hover {
	color: #0f366a;
}
.showcase__link:hover path {
	fill: #0f366a;
}
.showcase__image {
	width: 380rem;
}
.showcase__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: absolute;
	right: 0;
	top: 0;
}
.showcase__logo {
	width: 110rem;
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 20rem;
}
.showcase__slider {
	position: relative;
	z-index: 2;
	margin-bottom: 50rem;
}
.showcase__slider-item.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 85rem;
}
.showcase__slider-img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.showcase__slider-img:hover {
	-webkit-transform: scale(3);
	-ms-transform: scale(3);
	transform: scale(3);
	z-index: 2;
}
@media only screen and (max-width: 820px) {
	.showcase {
		padding: 150rem 0 100rem;
	}
	.showcase__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 0;
		position: relative;
	}
	.showcase__title {
		margin-bottom: 35rem;
		width: 100%;
	}
	.showcase__text {
		width: 100%;
		padding-top: 20rem;
		padding-right: 110rem;
		margin-bottom: 80rem;
	}
	.showcase__link {
		font-size: 28rem;
	}
	.showcase__link-icon {
		width: 80rem;
	}
	.showcase__link:hover {
		color: #000;
	}
	.showcase__link:hover path {
		fill: #000;
	}
	.showcase__image {
		width: 260rem;
	}
	.showcase__image-wrapper {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		position: relative;
		-ms-flex-item-align: end;
		align-self: flex-end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 35rem;
	}
	.showcase__logo {
		width: 160rem;
		position: relative;
		right: 0;
		margin-right: 0;
		margin-bottom: 20rem;
	}
	.showcase__slider {
		margin-bottom: 65rem;
	}
	.showcase__slider-item.swiper-slide {
		width: 100rem;
	}
	.showcase__slider-img:hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
.partners__slider {
	padding: 0 40rem;
}
.partners__slider .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.partners__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.partners__item img {
	width: 100%;
}
.partners__item-1.swiper-slide {
	width: 260rem;
}
.partners__item-2.swiper-slide {
	width: 275rem;
}
.partners__item-3.swiper-slide {
	width: 300rem;
}
.partners__item-4.swiper-slide {
	width: 180rem;
}
.partners__item-5.swiper-slide {
	width: 140rem;
}
.partners__item-6.swiper-slide {
	width: 90rem;
}
@media only screen and (max-width: 820px) {
	.partners__slider {
		padding: 0 12rem;
	}
	.partners__slider .swiper-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30rem;
		max-height: 200rem;
	}
	.partners__item._mobile-hidden {
		display: none;
	}
	.partners__item-1.swiper-slide {
		width: 175rem;
	}
	.partners__item-2.swiper-slide {
		width: 185rem;
	}
	.partners__item-3.swiper-slide {
		width: 175rem;
	}
	.partners__item-4.swiper-slide {
		width: 135rem;
	}
	.partners__item-5.swiper-slide {
		width: 125rem;
	}
	.partners__item-6.swiper-slide {
		width: 80rem;
	}
}
.reviews__top {
	margin-bottom: 30rem;
	border-bottom: 5rem solid #000;
	position: relative;
}
.reviews__top-logo {
	position: absolute;
	right: 0;
	bottom: -5rem;
	width: 220rem;
}
.reviews__title {
	background-image: url('../img/home/portfolio/title-bg.svg');
	background-position: top right;
	background-size: cover;
	color: #fff;
	font-size: 32rem;
	font-weight: 600;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 8rem 42rem 5rem 20rem;
	text-transform: uppercase;
	position: relative;
	bottom: -2rem;
}
.reviews__slider {
	cursor: -webkit-grab;
	cursor: grab;
}
.reviews__slider:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.reviews__item.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 490rem;
}
.reviews__item-img {
	width: 100%;
}
@media only screen and (max-width: 820px) {
	.reviews__top {
		margin-bottom: 100rem;
	}
	.reviews__top-logo {
		top: calc(100% + 20rem);
		bottom: auto;
	}
	.reviews__title {
		font-size: 23rem;
		padding: 10rem 35rem 5rem 25rem;
	}
	.reviews__item.swiper-slide {
		width: 350rem;
	}
}
.advantages {
	margin-bottom: 150rem;
}
.advantages__container {
	padding-bottom: 120rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 180rem;
	position: relative;
}
.advantages__container._pd-top {
	padding-top: 280rem;
}
.advantages__container-inner {
	max-width: 720rem;
	position: relative;
}
.advantages__container-inner._offset {
	margin-left: 400rem;
}
.advantages__container-inner._align-end {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.advantages__container-inner._w-limit {
	width: 380rem;
}
.advantages__image {
	width: 982rem;
	position: absolute;
	top: 0;
	left: -235rem;
}
.advantages__heading-wrapper {
	position: relative;
	padding-bottom: 30rem;
	margin-bottom: 20rem;
}
.advantages__heading-wrapper .line {
	top: auto;
	bottom: 0;
	width: 380rem;
}
.advantages__text {
	max-width: 380rem;
}
.advantages__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 15rem;
}
.advantages__list-item {
	padding-left: 15rem;
	border-left: 15rem solid #e3000b;
}
.advantages__decor {
	position: absolute;
	right: -145rem;
	top: -160rem;
	width: 333rem;
	height: 249rem;
	background-image: url('../img/heat-pumps/advantages/decor.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.advantages__bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.advantages__bottom-container {
	padding: 45rem 370rem 45rem 80rem;
	background-image: url('../img/floor-heating/advantages/label.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	text-align: right;
	z-index: 3;
}
.advantages__bottom-overtitle {
	margin-bottom: 10rem;
	font-size: 32rem;
	font-weight: 700;
	color: #fff;
}
.advantages__bottom-title {
	font-size: 60rem;
	font-weight: 700;
	text-transform: uppercase;
	background-image: url('../img/floor-heating/advantages/title-mask.png');
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.advantages__bottom-discount {
	font-size: 250rem;
	font-weight: 700;
	line-height: 1;
	background-image: url('../img/heat-pumps/advantages/title-mask.png');
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.advantages__bottom-decor {
	position: absolute;
	left: 145rem;
	bottom: -185rem;
	width: 857rem;
	height: 887rem;
	background-image: url('../img/advantages/decor.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.advantages__bottom-decor._offset {
	bottom: 125rem;
}
@media only screen and (max-width: 820px) {
	.advantages {
		margin-bottom: 0;
	}
	.advantages__container {
		padding-bottom: 270rem;
		gap: 120rem;
	}
	.advantages__container._pd-top {
		padding-top: 320rem;
	}
	.advantages__container-inner._offset {
		margin-left: 0;
	}
	.advantages__container-inner._align-end {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
	.advantages__container-inner._w-limit {
		width: 100%;
	}
	.advantages__image {
		width: 467rem;
		left: -90rem;
	}
	.advantages__heading {
		font-size: 44rem;
	}
	.advantages__heading-wrapper .line {
		width: 100%;
	}
	.advantages__text {
		width: 100%;
	}
	.advantages__list {
		gap: 20rem;
	}
	.advantages__decor {
		right: 0;
		width: 320rem;
		height: 240rem;
	}
	.advantages__bottom {
		position: relative;
	}
	.advantages__bottom-container {
		padding: 75rem 12rem;
		background-color: #e3000b !important;
		background-image: none;
		width: 100%;
	}
	.advantages__bottom-overtitle {
		font-size: 30rem;
	}
	.advantages__bottom-title {
		font-size: 38rem;
	}
	.advantages__bottom-discount {
		font-size: 164rem;
	}
	.advantages__bottom-decor {
		left: -185rem;
		bottom: 35rem;
		width: 725rem;
		height: 735rem;
	}
	.advantages__bottom-decor._offset {
		bottom: 35rem;
	}
}
.services__top {
	margin-bottom: 30rem;
	border-bottom: 5rem solid #000;
	position: relative;
}
.services__title {
	background-image: url('../img/home/portfolio/title-bg.svg');
	background-position: top right;
	background-size: cover;
	color: #fff;
	font-size: 32rem;
	font-weight: 600;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 8rem 42rem 5rem 20rem;
	text-transform: uppercase;
	position: relative;
	bottom: -2rem;
}
.services__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.services__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20rem;
	width: 580rem;
}
.services__item:hover .services__item-img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.services__item-inner {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.services__item-img {
	width: 100%;
	height: 500rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: -webkit-transform 2s;
	transition: -webkit-transform 2s;
	transition: transform 2s;
	transition: transform 2s, -webkit-transform 2s;
}
.services__item-heading {
	font-size: 28rem;
	font-weight: 700;
	padding-left: 15rem;
	border-left: 15rem solid #000;
}
@media only screen and (max-width: 820px) {
	.services__top {
		margin-bottom: 20rem;
	}
	.services__title {
		font-size: 23rem;
		padding: 10rem 35rem 5rem 25rem;
	}
	.services__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 50rem;
	}
	.services__item {
		width: 100%;
	}
	.services__item:hover .services__item-img {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.faq__title {
	text-align: center;
	margin-bottom: 60rem;
}
.faq__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15rem;
	max-width: 980rem;
	width: 100%;
	margin: 0 auto;
}
.faq__item.active .faq__item-heading {
	background-color: #e3000b;
	color: #fff;
}
.faq__item.active .faq__item-heading::before,
.faq__item.active .faq__item-heading::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.faq__item.active .faq__item-heading::before {
	opacity: 0;
}
.faq__item.active .faq__item-heading::after {
	opacity: 1;
}
.faq__item-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 26rem 100rem 40rem 26rem;
	background-color: #fff;
	border: 1rem solid rgba(0, 0, 0, 0.5);
	font-size: 24rem;
	font-weight: 700;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	cursor: pointer;
}
.faq__item-heading::before,
.faq__item-heading::after {
	content: '';
	width: 45rem;
	height: 45rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 40rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.faq__item-heading::before {
	background-image: url('../img/icons/faq-icon.svg');
}
.faq__item-heading::after {
	background-image: url('../img/icons/faq-icon_white.svg');
	opacity: 0;
}
.faq__item-dropdown {
	height: 0;
	overflow: hidden;
}
.faq__item-inner {
	padding: 26rem 250rem 26rem 40rem;
	margin-top: 5rem;
	background-color: #fff;
	border: 1rem solid rgba(0, 0, 0, 0.5);
	font-size: 18rem;
	font-weight: 600;
}
@media only screen and (max-width: 820px) {
	.faq__title {
		text-align: left;
	}
	.faq__item-heading {
		padding: 16rem 60rem 16rem 26rem;
		font-size: 20rem;
	}
	.faq__item-heading::before,
	.faq__item-heading::after {
		width: 30rem;
		height: 30rem;
		right: 26rem;
	}
	.faq__item-inner {
		padding: 16rem 26rem;
		font-size: 16rem;
	}
}
.page-not-found {
	padding: 0;
}
.page-not-found__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 100vh;
}
.page-not-found__title {
	font-size: 450rem;
	color: #e3000b;
	margin-bottom: 20rem;
	font-weight: 700;
	line-height: 1;
}
.page-not-found__subtitle {
	margin-bottom: 60rem;
	font-size: 32rem;
	font-weight: 700;
	text-transform: uppercase;
}
.page-not-found__btn {
	width: 310rem;
}
@media only screen and (max-width: 820px) {
	.page-not-found__container {
		min-height: 100vh;
		height: auto;
	}
	.page-not-found__title {
		font-size: 190rem;
		margin-bottom: 20rem;
	}
	.page-not-found__subtitle {
		margin-bottom: 60rem;
		font-size: 24rem;
	}
	.page-not-found__btn {
		width: 100%;
	}
}
.quiz__title {
	margin-bottom: 80rem;
	max-width: 700rem;
}
.quiz__range {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(227, 0, 11, 0.1);
	width: 100%;
	height: 10rem;
	margin-bottom: 50rem;
}
.quiz__range-inner {
	background-color: #e3000b;
	width: 20%;
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.quiz__range._bg-blue {
	background-color: rgba(15, 55, 106, 0.1);
}
.quiz__range._bg-blue .quiz__range-inner {
	background-color: #0f366a;
}
.quiz__item {
	display: none;
	min-height: 330rem;
}
.quiz__item-inner {
	width: 100%;
	max-width: 480rem;
}
.quiz__item.active {
	display: block;
}
.quiz__heading {
	margin-bottom: 30rem;
	font-size: 32rem;
	font-weight: 700;
}
.quiz__options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20rem;
}
.quiz__option {
	width: 380rem;
	min-height: 120rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	font-size: 24rem;
	padding: 15rem 25rem;
	text-align: center;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	background-color: #e8e8e8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.quiz__option:hover,
.quiz__option.active {
	background-color: #e3000b;
	color: #fff;
}
.quiz__option._bg-blue {
	background-color: #e8e8e8;
}
.quiz__option._bg-blue:hover,
.quiz__option._bg-blue.active {
	background-color: #0f366a;
}
.quiz__option::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 30rem;
	height: 30rem;
	background-color: #fff;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	-ms-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
}
.quiz__option-radio {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 1rem;
	height: 1rem;
	opacity: 0;
}
.quiz__input {
	background-color: #fff;
	border-width: 1rem;
	border-style: solid;
	padding: 16rem 20rem;
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.quiz__btn {
	width: 100%;
	margin-top: 20rem;
}
.quiz__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50rem;
}
.quiz__nav-btn {
	color: #717171;
	font-weight: 600;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: none;
}
.quiz__nav-btn.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.quiz__nav-btn svg {
	width: 20rem;
	height: 20rem;
}
.quiz__nav-btn path {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.quiz__nav-btn:hover {
	color: #e3000b;
}
.quiz__nav-btn:hover path {
	stroke: #e3000b;
}
.quiz__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20rem;
	width: 100%;
	max-width: 480rem;
	margin: 0 auto;
}
.quiz__checkbox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10rem;
	cursor: pointer;
}
.quiz__checkbox .checkbox {
	position: relative;
	top: 5rem;
}
.quiz__submit {
	width: 100%;
}
@media only screen and (max-width: 820px) {
	.quiz__title {
		margin-bottom: 60rem;
		font-size: 40rem;
	}
	.quiz__range {
		height: 10rem;
		margin-bottom: 40rem;
	}
	.quiz__item {
		min-height: auto;
	}
	.quiz__heading {
		margin-bottom: 20rem;
		font-size: 24rem;
	}
	.quiz__option {
		width: 100%;
		min-height: 70rem;
		font-size: 18rem;
	}
	.quiz__option:hover {
		background-color: #e8e8e8;
		color: #000;
	}
	.quiz__option._bg-blue:hover {
		background-color: #e8e8e8;
	}
	.quiz__btn {
		padding: 15rem 25rem;
		margin-top: 10rem;
	}
	.quiz__nav {
		margin-top: 30rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 30rem;
	}
	.quiz__nav-btn {
		font-size: 16rem;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.quiz__nav-btn:hover {
		color: #717171;
	}
	.quiz__nav-btn:hover path {
		stroke: #717171;
	}
	.quiz__nav-btn svg {
		width: 14rem;
		height: 14rem;
	}
	.quiz__checkbox {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 10rem;
		cursor: pointer;
	}
	.quiz__checkbox .checkbox {
		position: relative;
		top: 8rem;
	}
}
.blog__title {
	font-size: 48rem;
	margin-bottom: 80rem;
	text-transform: uppercase;
}
.blog__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 80rem 20rem;
}
.blog .article {
	width: 380rem;
	background-color: #f4f4f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.blog .article__image {
	width: 100%;
	height: 270rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.blog .article__content {
	padding: 20rem 20rem 0;
}
.blog .article__title {
	margin-bottom: 10rem;
	font-size: 24rem;
	font-weight: 700;
}
.blog .article__text {
	color: rgba(0, 7, 19, 0.4);
	font-weight: 600;
	font-size: 15rem;
}
.blog .article__bottom {
	padding: 0 20rem 20rem;
	margin-top: 30rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.blog .article__btn {
	width: auto;
	padding: 10rem 25rem;
	font-size: 16rem;
}
.blog .article__date {
	font-size: 10rem;
	font-weight: 600;
	color: rgba(0, 7, 19, 0.4);
}
.blog__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20rem;
	margin-top: 60rem;
}
.blog__nav-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5rem;
}
.blog__nav-btn {
	width: 30rem;
	height: 30rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e3000b;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.blog__nav-btn:hover {
	background-color: #0f366a;
}
.blog__nav-btn.disable {
	background-color: rgba(0, 7, 19, 0.05);
}
.blog__nav-btn svg {
	width: 15rem;
	height: 15rem;
}
.blog__nav-item {
	color: rgba(0, 7, 19, 0.4);
	font-size: 18rem;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.blog__nav-item.active {
	color: #000;
}
.blog__nav-item:hover {
	color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 820px) {
	.blog__title {
		font-size: 36rem;
		margin-bottom: 60rem;
	}
	.blog__container {
		gap: 30rem;
	}
	.blog .article {
		width: 100%;
	}
	.blog .article__image {
		height: 220rem;
	}
}
.article-section {
	padding: 200rem 0 250rem;
}
.article__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 90rem;
	padding-bottom: 25rem;
	border-bottom: 1rem solid rgba(227, 0, 11, 0.4);
}
.article__title {
	font-size: 64rem;
	font-weight: 700;
	line-height: 1;
	max-width: 850rem;
}
.article__date {
	font-weight: 600;
	font-size: 18rem;
	color: rgba(0, 7, 19, 0.4);
}
.article__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 80rem;
	max-width: 900rem;
}
.article__container-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20rem;
}
.article__heading {
	font-size: 32rem;
	font-weight: 700;
}
.article__text {
	font-weight: 600;
	font-size: 18rem;
}
.article__text._large {
	font-size: 24rem;
}
@media only screen and (max-width: 820px) {
	.article-section {
		padding: 100rem 0 150rem;
	}
	.article__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 60rem;
		padding-bottom: 15rem;
		gap: 20rem;
	}
	.article__title {
		font-size: 38rem;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.article__date {
		font-size: 14rem;
	}
	.article__container {
		gap: 50rem;
		max-width: 100%;
	}
	.article__container-inner {
		gap: 15rem;
	}
	.article__heading {
		font-size: 24rem;
	}
	.article__text {
		font-size: 16rem;
	}
	.article__text._large {
		font-size: 18rem;
	}
}
.content {
	padding: 200rem 0 100rem;
}
.content__title {
	font-size: 64rem;
	font-weight: 700;
	line-height: 1;
	max-width: 850rem;
	margin-bottom: 100rem;
}
.content__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 80rem;
	max-width: 900rem;
}
.content__container-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20rem;
}
.content__heading {
	font-size: 32rem;
	font-weight: 700;
}
.content__text {
	font-weight: 600;
	font-size: 18rem;
}
.content__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10rem;
	font-weight: 600;
	font-size: 18rem;
}
@media only screen and (max-width: 820px) {
	.content {
		padding: 100rem 0 150rem;
	}
	.content__title {
		font-size: 32rem;
		max-width: 100%;
		margin-bottom: 60rem;
	}
	.content__container {
		gap: 50rem;
		max-width: 100%;
	}
	.content__container-inner {
		gap: 15rem;
	}
	.content__heading {
		font-size: 24rem;
	}
	.content__text {
		font-size: 16rem;
	}
	.content__text._large {
		font-size: 18rem;
	}
	.content__list {
		font-size: 16rem;
	}
}



@media (max-width:768px) {
	.text-artt{
	font-size: 38rem !important;
}
}

.text-artt{
	font-size: 64rem !important;
}